Fix building on Windows
[claws.git] / ChangeLog.2.0.0-3.0.0
blob4a7c49377d31ea150be4069db925a1d1e8a981c8
1 2007-09-03 [paul]       3.0.0
3         * NEWS
4         * README
5         * RELEASE_NOTES
6                 3.0.0 released
8 2007-09-03 [paul]       2.10.0cvs191
10         * po/bg.po
11         * po/ca.po
12         * po/de.po
13         * po/fi.po
14         * po/fr.po
15         * po/hu.po
16         * po/it.po
17         * po/pl.po
18         * po/pt_BR.po
19         * po/ru.po
20         * po/sk.po
21         * po/zh_CN.po
22                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
23                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
24                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
25                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
27 2007-09-02 [colin]      2.10.0cvs190
29         * src/edittags.c
30         * src/common/tags.c
31                 Prevent empty or white-space tags
33 2007-09-01 [colin]      2.10.0cvs189
35         * src/main.c
36                 Fix double-reading of accounts list when
37                 the wizard has been run due to no accounts
38         * src/mainwindow.c
39                 Fix sensitivity of a menu item in case 
40                 there's no account
42 2007-09-01 [wwp]        2.10.0cvs188
44         * src/wizard.c
45                 Fix wizard crash when Mailbox dir already exists
46                 (thanks to Colin).
48 2007-08-31 [colin]      2.10.0cvs187
50         * src/etpan/imap-thread.c
51                 Fix unwanted creation of 
52                 libetpan's stream dump file
53         * src/compose.c
54                 Fix coloring of pastes as quotation
55         * src/summaryview.c
56                 Maemo: Fix opening of mails from keypad
57                 in Sent folders
58         * src/addressbook.c
59         * src/folderview.c
60         * src/image_viewer.c
61         * src/mimeview.c
62         * src/gtk/prefswindow.c
63                 Maemo: Fix adjustments changes 
65 2007-08-30 [colin]      2.10.0cvs186
67         * src/folderview.c
68                 Don't opened selected folder when clicking
69                 on white space
70         * src/mainwindow.c
71                 Maemo: Make Esc close messageviews
72         * src/messageview.c
73                 Maemo: Fix message scrolling to the end on 
74                 opening
75                 Maemo: Fix reopening same message
76         * src/gtk/prefswindow.c
77                 Maemo: try to fix scrollbar. Doesn't work,
78                 it seems as if gtk_adjustment_set_value was
79                 a noop.
81 2007-08-30 [colin]      2.10.0cvs185
83         * src/compose.c
84         * src/folderview.c
85         * src/main.c
86         * src/prefs_matcher.c
87         * src/prefs_template.c
88         * src/quote_fmt.c
89         * src/send_message.c
90         * src/toolbar.c
91         * src/gtk/gtkaspell.c
92         * src/plugins/bogofilter/bogofilter.c
93         * src/plugins/bogofilter/bogofilter_gtk.c
94         * src/plugins/clamav/clamav_plugin_gtk.c
95         * src/plugins/pgpcore/sgpgme.c
96         * src/plugins/spamassassin/spamassassin.c
97         * src/plugins/spamassassin/spamassassin_gtk.c
98                 Fix all potential misuses of format-string functions
100 2007-08-30 [wwp]        2.10.0cvs184
102         * src/prefs_template.c
103                 Fix a leak.
105 2007-08-29 [colin]      2.10.0cvs183
107         * src/plugins/trayicon/trayicon.c
108                 Fix leak of hooks in case of error,
109                 thanks to Holger Berndt
111 2007-08-28 [colin]      2.10.0cvs182
113         * src/mainwindow.c
114                 Don't use current folder settings when
115                 composing from the compose button's
116                 account selector
118 2007-08-28 [colin]      2.10.0cvs181
120         * src/quote_fmt_parse.y
121                 Fix cursor offset when quote contains UTF-8
122                 chars
124 2007-08-28 [colin]      2.10.0cvs180
126         * src/compose.c
127         * src/compose.h
128                 Fix signature replacement when it's been wrapped
130 2007-08-27 [colin]      2.10.0cvs179
132         * src/summaryview.c
133                 Fix indentation
135 2007-08-27 [colin]      2.10.0cvs178
137         * src/summaryview.c
138                 Fix Quicksearch's Sticky mode
140 2007-08-27 [colin]      2.10.0cvs177
142         * src/folder_item_prefs.c
143         * src/folder_item_prefs.h
144         * src/imap_gtk.c
145         * src/mh_gtk.c
146                 Fix loss of subfolders properties when
147                 renaming a folder
149 2007-08-26 [wwp]        2.10.0cvs176
151         * src/alertpanel.c
152         * src/messageview.c
153         * src/prefs_actions.c
154                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
155                 will have to be used when necessary *before* calling
156                 alertpanel functions.
158 2007-08-25 [paul]       2.10.0cvs175
160         * src/prefs_actions.c
161                 workaround gettext problem marking
162                 string as c-format when it's not
164 2007-08-25 [wwp]        2.10.0cvs174
166         * src/alertpanel.c
167         * src/messageview.c
168         * src/prefs_actions.c
169                 Call the pango markup escape function right ince in alertpanel_create
170                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
171                 2.10.0cvs158).
173         * src/common/log.c
174                 Fix a crash due to a misuse of g_print(), encountered when the string
175                 passed to g_print was containing printf substitution symbols.
177 2007-08-25 [paul]       2.10.0cvs173
179         * src/common/log.c
180                 fix a segfault when refreshing RSSyl feeds
182 2007-08-25 [paul]       2.10.0cvs172
184         * src/gtk/icon_legend.c
185                 add watchthread.xpm
187 2007-08-25 [paul]       2.10.0cvs171
189         * src/Makefile.am
190         * src/stock_pixmap.c
191         * src/pixmaps/insert_file.xpm
192                 add a new pixmap instead of re-using
193                 paste.xpm. (easier for icon theme authors)
195 2007-08-24 [holger]     2.10.0cvs170
197         * src/plugins/trayicon/trayicon.c
198                 The same fix for another hook id.
200 2007-08-24 [holger]     2.10.0cvs169
202         * src/plugins/trayicon/trayicon.c
203                 Micro-fix: Do the error checking for
204                 the right hook id.
206 2007-08-24 [paul]       2.10.0cvs168
208         * src/folder.h
209                 fix typo causing compiler warning
211 2007-08-24 [paul]       2.10.0cvs167
213         * README
214                 put back the correct version of this file also
216 2007-08-24 [colin]      2.10.0cvs166
218         * src/send_message.c
219                 Use progress bar when sending messages
221 2007-08-24 [paul]       2.10.0cvs165
223         * Makefile.am
224                 oops! if i'm quick no-one will notice
225                 (put back the proper file)
227 2007-08-24 [paul]       2.10.0cvs164
229         * AUTHORS
230         * Makefile.am
231         * README
232         * src/gtk/authors.h
233         * tools/Makefile.am
234         * tools/README
235         * tools/mew2claws-mail.pl
236                 add new script that imports a Mew address book
237                 submitted by Jerome Lelong
239 2007-08-24 [paul]       2.10.0cvs163
241         * manual/plugins.xml
242                 remove the obsolete plugins, add the
243                 missing plugins, including the forthcoming
244                 SpamReport plugin
246 2007-08-24 [paul]       2.10.0cvs162
248         * manual/advanced.xml
249                 add info about the hidden emphasis_color option
250         * manual/keyboard.xml
251                 correct the info about hotkeys
252                 wrap the long lines
254 2007-08-24 [paul]       2.10.0cvs161
256         * src/folderview.c
257                 add mnemonic to 'Run procesing rules'
259 2007-08-24 [paul]       2.10.0cvs160
261         * src/account.c
262         * src/folder.c
263         * src/folder.h
264                 use suitable defaults for outbox,
265                 queue, drafts and trash folders
267 2007-08-24 [wwp]        2.10.0cvs159
269         * src/folderview.c
270                 Update menu item sensitivity if necessary (or we get a
271                 gtk critical message).
273 2007-08-23 [wwp]        2.10.0cvs158
275         * src/action.c
276         * src/prefs_actions.c
277                 Allow literal % chars in action commands (use %%).
278                 Add a missing p++ to the action parser in action_get_type(),
279                 which was missing it, even if it was neutral.
280                 Fix a pango markup warning at runtime.
282 2007-08-23 [wwp]        2.10.0cvs157
284         * src/addressbook.c
285                 Contacts are now locale-aware sorted in the address book
286                 (LC_COLLATE matters here).
287                 Fix missing table initializers.
289 2007-08-23 [colin]      2.10.0cvs156
291         * src/imap.c
292                 Check scan_required on dest folder when copying
294 2007-08-23 [colin]      2.10.0cvs155
296         * src/imap.c
297                 Fix scanning when folder was empty
299 2007-08-22 [colin]      2.10.0cvs154
301         * src/msgcache.c
302                 Don't g_warning when g_try_malloc fails(), or it makes
303                 things worse as g_log() allocates. Fixes bug 1290,
304                 'Claws Mail crashes if too little memory when 
305                 rebuilding folder tree'
307 2007-08-22 [colin]      2.10.0cvs153
309         * src/inc.c
310                 Fix format string vulnerability, thanks to
311                 Ulf Harnhammar, Secunia Research
313 2007-08-22 [colin]      2.10.0cvs152
315         * src/ldapserver.c
316                 Set tv_usec too
318 2007-08-22 [wwp]        2.10.0cvs151
320         * src/ldapquery.c
321                 Few better null-ptr checks.
323 2007-08-22 [colin]      2.10.0cvs150
325         * src/editldap.c
326         * src/editldap_basedn.c
327         * src/ldapquery.c
328         * src/ldapserver.c
329         * src/ldapserver.h
330         * src/ldapupdate.c
331         * src/ldaputil.c
332         * src/ldaputil.h
333                 Fix ldap timeouts
335 2007-08-22 [colin]      2.10.0cvs149
337         * src/ldapquery.c
338                 Finish previous fix
340 2007-08-22 [colin]      2.10.0cvs148
342         * src/ldapquery.c
343                 Fix wrong assertions
345 2007-08-22 [colin]      2.10.0cvs147
347         * src/ldaputil.c
348                 Fix test (set ldap v3 if bindDN is set or TLS is set)
350 2007-08-22 [colin]      2.10.0cvs146
352         * src/editldap.c
353         * src/ldaputil.c
354                 Fix wrong "Connected successfully to server". Connection only succeeds if
355                 we can get the base DN.
357 2007-08-21 [wwp]        2.10.0cvs145
359         * src/browseldap.c
360         * src/editldap.c
361         * src/ldapctrl.c
362         * src/ldapquery.c
363         * src/ldapserver.c
364         * src/ldapupdate.c
365         * src/ldaputil.c
366                 More sanity checks in ldap functions.
368 2007-08-21 [wwp]        2.10.0cvs144
370         * src/prefs_account.c
371                 Don't return a value in a void function().
373 2007-08-21 [paul]       2.10.0cvs143
375         * src/messageview.c
376                 add check for ftp: to messageview_list_urls()
378 2007-08-21 [colin]      2.10.0cvs142
380         * src/editldap.c
381         * src/ldapctrl.c
382         * src/ldapctrl.h
383         * src/ldapquery.c
384         * src/ldapupdate.c
385                 Fix bug 1293, 'LDAP address book not working'
386                 Search only on specified fields, but fetch 
387                 every field possible. People will have to 
388                 reset the searched Attributes in their LDAP
389                 servers properties.
391 2007-08-21 [wwp]        2.10.0cvs141
393         * src/addr_compl.c
394         * src/addrbook.c
395         * src/addrcache.c
396         * src/addrcindex.c
397         * src/addressbook.c
398         * src/addrindex.c
399         * src/browseldap.c
400         * src/crash.c
401         * src/editaddress_other_attributes_ldap.c
402         * src/exporthtml.c
403         * src/folder.c
404         * src/folderview.c
405         * src/imap.c
406         * src/jpilot.c
407         * src/ldapserver.c
408         * src/ldapupdate.c
409         * src/ldif.c
410         * src/main.c
411         * src/mainwindow.c
412         * src/matcher.c
413         * src/mh.c
414         * src/msgcache.c
415         * src/mutt.c
416         * src/pine.c
417         * src/pop.c
418         * src/prefs_customheader.c
419         * src/prefs_msg_colors.c
420         * src/procmime.c
421         * src/textview.c
422         * src/vcard.c
423         * src/wizard.c
424         * src/common/log.c
425         * src/common/socket.c
426         * src/common/ssl_certificate.c
427         * src/common/utils.c
428         * src/common/utils.h
429         * src/gtk/description_window.c
430         * src/plugins/demo/demo.c
431         * src/plugins/pgpcore/prefs_gpg.c
432         * src/plugins/spamassassin/libspamc.c
433                 Make sure we use glib functions to send text messages (information,
434                 debug, warning, errors) to stdout/stderr - no more direct puts
435                 fputs printf fprintf to stdout/stderr when it can be done using
436                 g_log*() and g_print/g_printerr. Doing this, we make sure every
437                 stdout/stderr message is saved to log in Windows.
440 2007-08-21 [wwp]        2.10.0cvs140
442         * src/main.c
443         * src/common/utils.h
444                 Route glib's stdout/stderr messages to a log file (Windows only),
445                 instead of loosing them.
447 2007-08-21 [paul]       2.10.0cvs139
449         * src/mainwindow.c
450                 replace deprecated g_strncasecmp()
451         * src/messageview.c
452                 fix 'List URLS'
454 2007-08-20 [ticho]      2.10.0cvs138
456         * src/account.c
457         * src/prefs_account.h
458                 Copy all account preferences in account_clone() - some
459                 were missing.
460         * src/prefs_account.c
461                 Handle empty privacy system combobox gracefully (warning
462                 instead of a crash).
464 2007-08-20 [colin]      2.10.0cvs137
466         * src/ldapctrl.c
467                 Fix a leak
469 2007-08-20 [paul]       2.10.0cvs136
471         * src/browseldap.c
472         * src/editldap.c
473         * src/ldapctrl.c
474         * src/ldapquery.c
475         * src/ldapquery.h
476         * src/ldapserver.c
477         * src/ldaputil.c
478                 add debug_prints
479                 patch by Michael Rasmussen
481 2007-08-19 [colin]      2.10.0cvs135
483         * src/imap.c
484                 Fix previous commit. Sensitivity update is needed
485                 for "Cancel receiving". However when batching we
486                 don't need to do it for every message flag change,
487                 just once at the start and once at the end.
489 2007-08-19 [colin]      2.10.0cvs134
491         * src/imap.c
492                 Remove useless menu updates on session lock/unlock
494 2007-08-19 [colin]      2.10.0cvs133
496         * src/etpan/imap-thread.c
497                 Make all fetch logs less verbose
499 2007-08-19 [paul]       2.10.0cvs132
501         * src/foldersel.c
502         * src/folderview.c
503         * src/summaryview.c
504                 fix bug 1286, 'Can't move a folder into a "Folders
505                 Only" folder'
507 2007-08-18 [ticho]      2.10.0cvs131
509         * src/editaddress_other_attributes_ldap.c
510                 Converted option menu for other ldap attributes to GtkComboBox.
512 2007-08-18 [colin]      2.10.0cvs130
514         * src/compose.c
515         * src/prefs_common.c
516         * src/prefs_common.h
517         * src/prefs_send.c
518         * src/send_message.c
519                 Revert 'send_dialog_mode' meaning to 
520                 'send_dialog_invisible', so that the 
521                 new checkbox doesn't change the 
522                 existing behaviour.
524 2007-08-18 [paul]       2.10.0cvs129
526         * src/summaryview.c
527                 add missing menu update
529 2007-08-17 [colin]      2.10.0cvs128
531         * src/folder.c
532                 Set batching after getting flags - maybe fixes
533                 bug 1292, 'CM crashes on writing mail'
535 2007-08-16 [ticho]      2.10.0cvs127
537         * src/prefs_send.c
538                 Convert two GtkOptionMenu widgets to new GtkComboBox.
539         * src/gtk/combobox.h
540         * src/gtk/gtkutils.c
541                 Allow NULL for GtkComboBox menuitem label, rendering such
542                 items as row separators.
544 2007-08-16 [paul]       2.10.0cvs126
546         * src/plugins/trayicon/trayicon.c
547                 remove wrongly used gettextisation
549 2007-08-15 [ticho]      2.10.0cvs125
551         * src/importldif.c
552                 Fixed a runtime warning where an attempt to pack an
553                 already packed GtkLabel was made.
555 2007-08-15 [ticho]      2.10.0cvs124
557         * src/prefs_compose_writing.c
558                 Convert the insert-or-attach-dragged-files GtkOptionMenu
559                 into GtkComboBox.
561 2007-08-14 [ticho]      2.10.0cvs123
563         * src/messageview.c
564         * src/gtk/gtkutils.c
565                 Changed return receipt account selector to GtkComboBox.
566                 Fixed a runtime warning where GTK tried to parse
567                 "name <email@address" as a Pango markup in an alertpanel label.
569 2007-08-14 [ticho]      2.10.0cvs122
571         * src/prefs_logging.c
572                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
574 2007-08-14 [wwp]        2.10.0cvs121
576         * tools/Makefile.am
577         * tools/README
578         * tools/popfile-link.sh
579                 Added a new tool: POPFile helper, to open
580                 selected messages in POPFile control center,
581                 in order to change the messages' status.
583 2007-08-14 [ticho]      2.10.0cvs120
585         * src/compose.c
586         * src/prefs_common.c
587         * src/prefs_common.h
588         * src/prefs_send.c
589         * src/send_message.c
590                 Change "Show send dialog" optionmenu to a checkbutton.
591         * src/prefs_receive.c
592                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
594 2007-08-13 [wwp]        2.10.0cvs119
596         * src/addr_compl.c
597         * src/addressbook.c
598         * src/addrindex.c
599         * src/compose.c
600         * src/filtering.c
601         * src/folderview.c
602         * src/inc.c
603         * src/matcher.c
604         * src/mh.c
605         * src/partial_download.c
606         * src/prefs_gtk.c
607         * src/procmsg.c
608         * src/stock_pixmap.c
609         * src/summaryview.c
610         * src/common/utils.c
611         * src/gtk/gtkaspell.c
612         * src/gtk/menu.c
613                 Make sure we never pass NULL pointers for %s substitutions
614                 (prevent from crashing in Windows).
616 2007-08-13 [wwp]        2.10.0cvs118
618         * src/msgcache.c
619                 Re-enable mmap_reads in Windows with some missing
620                 CloseHandle of mapping objects, thanks to
621                 Marcus Brinkmann.
623 2007-08-13 [paul]       2.10.0cvs117
625         * src/common/utils.c
626                 fix bug 1287, 'Compile time problem on Solaris
627                 (nexenta gnu/Solaris) utils.c'
628                 Thanks to Piotr Chrzczonowicz
630 2007-08-12 [wwp]        2.10.0cvs116
632         * src/plugins/pgpcore/prefs_gpg.c
633                 Don't try to unset a GPG_AGENT_INFO that was not
634                 set (and don't use a NULL string in Windows, it was
635                 crashing with --debug if GPG_AGENT_INFO was not set).
637 2007-08-12 [wwp]        2.10.0cvs115
639         * src/privacy.h
640                 Make gcc type-check arguments passed to privacy_set_error().
642 2007-08-12 [ticho]      2.10.0cvs114
644         * src/prefs_folder_item.c
645                 Make sure that folder default account combobox always has some
646                 account preselected.
647         * src/gtk/combobox.c
648                 Handle empty combobox gracefully (warning instead of crash).
650 2007-08-12 [ticho]      2.10.0cvs114
652         * src/prefs_folder_item.c
653                 Make sure that folder default account combobox is not empty.
654         * src/gtk/combobox.c
655                 Handle empty combobox gracefully (warning instead of crash).
657 2007-08-11 [paul]       2.10.0cvs113
659         * src/addrgather.c
660         * src/folderview.c
661                 use 'subfolder' instead of 'sub-folder', matching
662                 everywhere else the term is used
663         * src/imap_gtk.c
664                 fix engrish
666 2007-08-10 [wwp]        2.10.0cvs112
668         * src/msgcache.c
669                 Disable mmap reads in Windows only (at least temporarily), they
670                 prevent from renaming/removing target cache files.
672 2007-08-10 [paul]
674         3.0.0-rc2 released
676 2007-08-10 [wwp]        2.10.0cvs111
678         * src/msgcache.c
679                 fix unpredictable crashes in Windows due to broken
680                 cache/mark/tags files writting (file were opened for
681                 writing in text mode).
683         * src/recv.c
684                 use gettimeofday() from w32lib.h on Windows.
686 2007-08-10 [colin]      2.10.0cvs110
688         * src/imap.c
689         * src/etpan/imap-thread.c
690         * src/etpan/imap-thread.h
691                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
693 2007-08-09 [colin]      2.10.0cvs109
695         * src/editldap.c
696                 Fix port being reset to 636 on SSL
697         * src/folder.c
698                 Fix folder_item_get_msg_num_by_file
699                 on drafts/queue folders
701 2007-08-09 [wwp]        2.10.0cvs108
703         * src/folder.c
704                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
705                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
708 2007-08-09 [colin]      2.10.0cvs107
710         * src/folderview.c
711         * src/summaryview.c
712         * src/gtk/prefswindow.c
713                 A few Maemo layout fixes
715 2007-08-09 [paul]       2.10.0cvs106
717         * src/prefs_account.c
718                 remove the hyphen from plug-ins to
719                 match everywhere else
721 2007-08-08 [wwp]        2.10.0cvs105
723         * src/prefs_folder_item.c
724                 Fix an extraneous stealth ^L char.
726 2007-08-08 [wwp]        2.10.0cvs104
728         * src/prefs_folder_item.c
729                 Better fix, group variables declarations (USE_ASPELL).
731 2007-08-08 [wwp]        2.10.0cvs103
733         * src/prefs_folder_item.c
734                 Fix compilation w/ USE_ASPELL set (broken
735                 by 2.10.0cvs102).
737 2007-08-08 [ticho]      2.10.0cvs102
739         * src/prefs_folder_item.c
740                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
742 2007-08-08 [colin]      2.10.0cvs101
744         * src/imap.c
745         * src/etpan/imap-thread.c
746         * src/etpan/imap-thread.h
747                 Close selected mailbox before doing
748                 status on it.
750 2007-08-08 [colin]      2.10.0cvs100
752         * src/html.c
753                 Complete symbol table, thanks to wwp.
754                 Fixes bug 1284, 'The html -> text 
755                 converter ignores entities'
756         * src/msgcache.c
757                 Fix possible fd leak
759 2007-08-08 [colin]      2.10.0cvs99
761         * src/imap.c
762                 Better way to fetch UIDs on non-UIDPLUS servers
764 2007-08-07 [colin]      2.10.0cvs98
766         * src/imap.c
767                 fix bug 1275, 'auto-saved draft messages not 
768                 always being removed'; Also, make multiple
769                 copy (in the same account) faster by matching
770                 source/destination message UIDs.
771         * src/messageview.c
772                 Don't try to reshow deleted mail
773         * src/msgcache.c
774                 Fix leak on error path
776 2007-08-07 [wwp]        2.10.0cvs97
778         * manual/account.xml
779         * manual/advanced.xml
780         * manual/fr/account.xml
781         * manual/fr/advanced.xml
782                 Updated the reference manual and the French translation to
783                 reflect 2.10.0cvs84: enable running folder Processing
784                 rules on demand.
786 2007-08-06 [wwp]        2.10.0cvs96
788         * src/prefs_common.c
789         * src/prefs_common.h
790         * src/textview.c
791                 Allow changing the emphasis color used to highlight
792                 the newsreader/x-mailer header value when it matches
793                 our preferred mail agent (hidden pref 'emphasis_col' added
794                 to clawsrc).
796 2007-08-06 [colin]      2.10.0cvs95
798         * src/compose.c
799         * src/compose.h
800                 Re-commit 2.10.0cvs86, with a protection
801                 against Pango bug. Also, try to fix 
802                 bug 1275, 'auto-saved draft messages not 
803                 always being removed'
805 2007-08-06 [wwp]        2.10.0cvs94
807         * src/gtk/quicksearch.c
808                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
810 2007-08-06 [ticho]      2.10.0cvs93
812         * src/prefs_account.c
813         * src/gtk/combobox.c
814                 Use GtkComboBox instead of GtkOptionMenu for privacy system
815                 selection in account preferences.
817 2007-08-06 [wwp]        2.10.0cvs92
819         * src/plugins/pgpcore/plugin.def
820                 Apply one more chunk from gpg4win's 03-w32-port patch.
822 2007-08-05 [colin]      2.10.0cvs91
824         * src/compose.c
825         * src/compose.h
826                 reverting buggy patch for now
828 2007-08-05 [colin]      2.10.0cvs90
830         * src/folder.c
831                 Fix slowdown
833 2007-08-04 [colin]      2.10.0cvs89
835         * src/prefs_summaries.c
836         * src/summary_search.c
837                 Replace deprecated widgets. Patch by
838                 Andrej.
840 2007-08-04 [colin]      2.10.0cvs88
842         * src/mh.c
843                 Refresh GUI only every 2000 mails on mh_get_last_num
844                 This is fast (readdir) and done only once per 
845                 session/folder
847 2007-08-03 [colin]      2.10.0cvs87
849         * src/prefs_account.c
850         * src/gtk/combobox.h
851         * src/gtk/gtkutils.c
852                 Fix a deprecated widget. Patch by
853                 Andrej
855 2007-08-03 [colin]      2.10.0cvs86
857         * src/compose.c
858         * src/compose.h
859                 Make colorisation and wrapping algorithms
860                 faster. Fixes bug 1246, 'compose becomes 
861                 increasingly slow replying to complex emails'
863 2007-08-03 [paul]       2.10.0cvs85
865         * src/mh.c
866                 keep the window painted
868 2007-08-02 [paul]       2.10.0cvs84
870         * src/folderview.c
871         * src/mainwindow.c
872         * src/mainwindow.h
873                 enable running folder Processing
874                 rules on demand
876 2007-08-02 [paul]       2.10.0cvs83
878         * src/textview.c
879                 speed up/clean up rendering of larger
880                 msgs
881                 Thanks to Colin
883 2007-08-01 [paul]       2.10.0cvs82
885         * src/mainwindow.h
886                 clean up cruft
887         * src/toolbar.c
888                 change default toolbar layout on maemo
889         * src/pixmaps/close.xpm
890                 make the red cross a grey cross
891         * src/pixmaps/jpilot.xpm
892                 make icon smaller so it fits better
894 2007-07-31 [paul]       2.10.0cvs81
896         * src/setup.c
897         * src/gtk/gtkutils.c
898                 fix crash on maemo on first launch
900 2007-07-30 [paul]       2.10.0cvs80
902         * src/prefs_matcher.c
903                 specify the units of age and size
905 2007-07-30 [paul]       2.10.0cvs79
907         * src/main.c
908                 Fix IMAP timeout setting
910 2007-07-30 [colin]      2.10.0cvs78
912         * src/prefs_account.c
913                 Fix a deprecated widget. Patch by
914                 Andrej
916 2007-07-27 [paul]       2.10.0cvs77
918         * src/matcher_parser_parse.y
919         * src/prefs_filtering_action.c
920         * src/prefs_matcher.c
921                 these changes forgotten in cvs74's
922                 'watch thread' feature
924 2007-07-27 [paul]       2.10.0cvs76
926         * src/compose.c
927                 fix potential crasher
928                 thanks to Colin
930 2007-07-27 [paul]       2.10.0cvs75
932         * src/mainwindow.c
933         * src/manual.c
934         * src/manual.h
935         * src/gtk/gtkutils.c
936                 make mainwindow's /Help/Manual point to the
937                 remote copy if the local copy doesn't exist
939 2007-07-27 [paul]       2.10.0cvs74
941         * src/Makefile.am
942         * src/filtering.c
943         * src/folder.c
944         * src/mainwindow.c
945         * src/matcher.c
946         * src/matcher.h
947         * src/matcher_parser_parse.y
948         * src/procmsg.c
949         * src/procmsg.h
950         * src/stock_pixmap.c
951         * src/stock_pixmap.h
952         * src/summaryview.c
953         * src/summaryview.h
954         * src/toolbar.c
955         * src/toolbar.h
956         * src/pixmaps/watchthread.xpm
957                 add 'watch thread' feature
959 2007-07-27 [paul]       2.10.0cvs73
961         * src/prefs_folder_item.c
962                 adjust labels, add tooltips
964 2007-07-27 [colin]      2.10.0cvs72
966         * src/summaryview.c
967                 Maemo: Remove less used menu items
969 2007-07-26 [colin]      2.10.0cvs71
971         * src/messageview.c
972                 Maemo: destroy messageview after trashing mail.
973                 Maybe should be done on X11 too
975 2007-07-26 [colin]      2.10.0cvs70
977         * src/folderview.c
978         * src/mainwindow.c
979         * src/prefs_common.c
980         * src/prefs_common.h
981         * src/summaryview.c
982                 Add View/Show or Hide/Column headers
984 2007-07-26 [colin]      2.10.0cvs69
986         * src/procmime.c
987                 Fix unwanted output
989 2007-07-26 [colin]      2.10.0cvs68
991         * src/ldapserver.c
992                 Fix possible crash on cache invalidation
993         * src/compose.c
994         * src/procmime.c
995         * src/procmime.h
996         * src/quote_fmt_parse.y
997                 Make replying to mails with big attachments
998                 much faster. Fixes bug 1224, 'The process of 
999                 Replying to emails with large attachments 
1000                 seems unreasonably long...'
1002 2007-07-26 [colin]      2.10.0cvs67
1004         * src/mimeview.c
1005         * src/matcher.c
1006         * src/common/ssl.c
1007                 Fix threads use on BSDs
1009 2007-07-26 [paul]       2.10.0cvs66
1011         * src/gtk/prefswindow.c
1012                 fix account prefs breakage
1013                 thanks to Colin
1015 2007-07-26 [paul]       2.10.0cvs65
1017         * configure.ac
1018                 standardise ./configure --help messages
1020 2007-07-26 [colin]      2.10.0cvs64
1022         * src/addressbook.c
1023         * src/editaddress.c
1024                 Fix two vCard-related crashes
1026 2007-07-25 [colin]      2.10.0cvs63
1028         * src/inc.c
1029         * src/prefs_common.c
1030         * src/prefs_common.h
1031         * src/prefs_receive.c
1032                 Maemo: Add a better way to notify of
1033                 new mails
1034         * src/mainwindow.c
1035         * src/statusbar.h
1036         * src/summaryview.c
1037         * src/toolbar.c
1038                 Maemo: Various layout fixes
1039         * src/gtk/prefswindow.c
1040                 Maemo: Better prefs layout
1042 2007-07-25 [paul]       2.10.0cvs62
1044         * src/textview.c
1045                 fix the layout on maemo
1046                 thanks to Colin
1048 2007-07-25 [iwkse]      2.10.0cvs61
1050         * src/summaryview.c
1051                 add 'o' shortcut on summaryview
1053 2007-07-25 [iwkse]      2.10.0cvs60
1055         * src/textview.c
1056                 fix o shortcut
1058 2007-07-24 [colin]      2.10.0cvs59
1060         * src/mh.c
1061                 Fix missing timestamp update on source
1062                 folder when moving
1063         * src/textview.c
1064         * src/textview.h
1065                 Better text layout on part's choices
1067 2007-07-23 [colin]      2.10.0cvs58
1069         * src/mimeview.c
1070         * src/textview.c
1071                 Maemo: Automatically choose the correct application
1072                 to open parts
1073         * src/gtk/quicksearch.c
1074                 Make search run on GDK_KP_Enter too
1076 2007-07-23 [wwp]        2.10.0cvs57
1078         * src/quote_fmt_lex.l
1079                 Revert accidentaly committed lines (account_sig) in
1080                 2.10.0cvs56.
1082 2007-07-23 [wwp]        2.10.0cvs56
1084         * src/quote_fmt_lex.l
1085                 Fix typos around long form expressions in the quote lexer.
1087 2007-07-23 [paul]
1089         3.0.0-rc1 released
1091 2007-07-23 [colin]      2.10.0cvs55
1093         * src/addr_compl.c
1094                 Fix auto-completion on Maemo
1096 2007-07-23 [colin]      2.10.0cvs54
1098         * src/statusbar.c
1099                 Maemo: Fix sticking statusbars
1101 2007-07-22 [colin]      2.10.0cvs53
1103         * src/main.c
1104                 Maemo: Fix the strange "top_application" info
1105                 at startup. We should do something when 
1106                 receiving such a message.
1108 2007-07-20 [paul]       2.10.0cvs52
1110         * src/news_gtk.c
1111                 add missing #include "statusbar.h"
1113 2007-07-20 [colin]      2.10.0cvs51
1115         * src/folder.c
1116         * src/folder.h
1117         * src/folder_item_prefs.c
1118         * src/folder_item_prefs.h
1119         * src/folderview.c
1120         * src/imap.c
1121         * src/imap_gtk.c
1122         * src/imap_gtk.h
1123         * src/news.c
1124         * src/news_gtk.c
1125         * src/news_gtk.h
1126         * src/prefs_folder_item.c
1127                 Implement age-based caching: allow to
1128                 specify a threshold for the offline synchronisation
1129                 feature, and whether old cached bodies should 
1130                 be removed
1131         * src/toolbar.c
1132         * src/toolbar.h
1133                 Fix label/tooltips
1134         * src/plugins/dillo_viewer/dillo_viewer.c
1135                 Check that Dillo's installed
1137 2007-07-20 [wwp]        2.10.0cvs50
1139         * src/mimeview.c
1140         * src/stock_pixmap.c
1141                 Draw a frame around the selected mimeview part icon (instead of the
1142                 shifted 'dancing' icon).
1144 2007-07-20 [colin]      2.10.0cvs49
1146         * src/main.c
1147                 Unref stuff even on error
1148         * src/wizard.c
1149                 disconnect signals only at the very
1150                 end of the wizard save.
1152 2007-07-20 [colin]      2.10.0cvs48
1154         * src/mainwindow.c
1155         * src/messageview.c
1156         * src/toolbar.c
1157         * src/toolbar.h
1158                 Fix random crashes while navigating
1159                 (GTK_EVENTS_FLUSH)
1161 2007-07-19 [colin]      2.10.0cvs47
1163         * configure.ac
1164         * src/main.c
1165         * src/prefs_common.c
1166         * src/prefs_common.h
1167         * src/wizard.c
1168         * src/common/defs.h
1169         * src/common/utils.c
1170                 Maemo: add an easy way to store data (mails
1171                 and IMAP/NNTP caches) on one of the SD cards,
1172                 and protect against unmounts if needed
1174 2007-07-19 [paul]       2.10.0cvs46
1176         * src/Makefile.am
1177         * src/stock_pixmap.c
1178         * src/gtk/about.c
1179         * src/pixmaps/claws-mail_logo-small.xpm
1180                 implement a (slightly) different About
1181                 dialog for maemo and add a small version
1182                 of the logo for it
1183         * src/wizard.c
1184                 use a scrolled window for wizard page 1
1185                 on maemo
1187 2007-07-19 [paul]       2.10.0cvs45
1189         * src/Makefile.am
1190                 too soon for this line
1192 2007-07-19 [paul]       2.10.0cvs44
1194         * src/Makefile.am
1195                 fix build on n800
1197 2007-07-19 [colin]      2.10.0cvs43
1199         * src/wizard.c
1200                 Solve Mail/Mailbox name when specifying
1201                 full /path/to/Mail.
1203 2007-07-18 [colin]      2.10.0cvs42
1205         * src/inc.c
1206         * configure.ac
1207                 Fix build on n770
1209 2007-07-18 [colin]      2.10.0cvs41
1211         * src/inc.c
1212                 Maemo: plug the online/offline system into
1213                 maemo's interfaces to have Claws automatically
1214                 switch according to the system status
1215         * src/statusbar.c
1216                 Maemo: use HildonBanners to display status
1217                 messages. Renders the main statusbar useless.
1219 2007-07-18 [paul]       2.10.0cvs40
1221         * src/filtering.c
1222                 fix screen blanking on moving/copying many msgs
1223         * src/folder.c
1224                 fix processing progressbar and screen blanking
1225                 during processing
1227 2007-07-18 [paul]       2.10.0cvs39
1229         * src/messageview.c
1230                 revert cvs37, breakage on maemo
1232 2007-07-18 [paul]       2.10.0cvs38
1234         * src/gtk/gtkutils.c
1235                 make sure we can still build with older GTK's
1237 2007-07-18 [colin]      2.10.0cvs37
1239         * src/messageview.c
1240                 Only hide the small layout's messageview, instead
1241                 of destroying it when closing
1242         * src/gtk/gtkutils.c
1243                 Use gtk_window_present_with_time to popup windows,
1244                 it seems to make things better with modern WMs
1245                 (actually focusing)
1247 2007-07-17 [colin]      2.10.0cvs36
1249         * src/editaddress.c
1250                 Simplify layout on Maemo
1251         * src/folder.c
1252                 Fix possible crash
1253         * src/prefs_display_header.c
1254                 Remove some headers by default on Maemo
1256 2007-07-17 [paul]       2.10.0cvs35
1258         * src/prefs_common.c
1259         * src/prefs_common.h
1260         * src/prefs_logging.c
1261         * src/common/log.c
1262                 add options to stop/enable writing logs to disc
1264 2007-07-17 [paul]       2.10.0cvs34
1266         * src/edittags.c
1267                 fix some issues with the Apply tags window:
1268                 - set search column (enables autocompl in the treeview)
1269                 - apply tag from "New tag" if it existed
1270                 - clears New tag entry when adding it with the button
1271                 Thanks to Colin
1273 2007-07-17 [paul]       2.10.0cvs33
1275         * src/edittags.c
1276                 fix 'apply tags' dialogue weirdness
1278 2007-07-16 [colin]      2.10.0cvs32
1280         * src/toolbar.c
1281                 Fix double-loading of mails on Maemo
1283 2007-07-16 [colin]      2.10.0cvs31
1285         * src/messageview.c
1286                 Prevent double-loading of the same part under some
1287                 conditions; hide statusbar on Maemo
1289 2007-07-16 [colin]      2.10.0cvs30
1291         * src/edittags.c
1292         * src/edittags.h
1293         * src/mainwindow.c
1294         * src/summaryview.c
1295                 Improve the tag interface - allow
1296                 to set/unset tags from a special
1297                 window.
1298         * src/gtk/gtkvscrollbutton.c
1299         * src/mimeview.c
1300         * src/mimeview.h
1301         * src/stock_pixmap.c
1302                 Fix Mimeview's ugly hacks in the
1303                 icon list. 
1305 2007-07-16 [paul]       2.10.0cvs29
1307         * src/wizard.c
1308                 rework dialog
1309         * src/gtk/icon_legend.c
1310                 put it all in a scrolled window
1312 2007-07-15 [colin]      2.10.0cvs28
1314         * src/mainwindow.c
1315                 Maemo: force layout to be Small screen; the
1316                 others don't make sense
1318 2007-07-14 [colin]      2.10.0cvs27
1320         * src/mimeview.c
1321         * src/gtk/gtkvscrollbutton.c
1322                 Maemo: Fix mimeview's buttons size
1324 2007-07-14 [colin]      2.10.0cvs26
1326         * src/toolbar.c
1327                 Fix the button workaround fix.
1328                 (Use the correct variable)
1330 2007-07-14 [colin]      2.10.0cvs25
1332         * src/mainwindow.c
1333         * src/toolbar.c
1334                 Maemo: put the progress bar in the
1335                 toolbar
1337 2007-07-14 [colin]      2.10.0cvs24
1339         * src/prefs_common.c
1340                 Maemo: hide statusbar by default
1341         * src/Makefile.am
1342         * src/stock_pixmap.c
1343         * src/stock_pixmap.h
1344         * src/toolbar.c
1345         * src/pixmaps/go_folders.xpm
1346                 Maemo: Add a specific icon to go back to
1347                 folder list
1349 2007-07-14 [colin]      2.10.0cvs23
1351         * src/toolbar.c
1352                 Don't set homogeneous finally
1354 2007-07-14 [colin]      2.10.0cvs22
1356         * src/toolbar.c
1357                 Fix button show/hide issues
1359 2007-07-14 [colin]      2.10.0cvs21
1361         * src/toolbar.c
1362                 Fix huge arrows
1363                 Fix button workaround to be able to click
1364                 if mouse was on button when it went un-
1365                 sensitive.
1366                 Revert previous commit, gtk_tool_item_set_homogeneous
1367                 doesn't mean what it seems to mean ;-)
1369 2007-07-14 [paul]       2.10.0cvs20
1371         * src/toolbar.c
1372                 make homogeneous FALSE always
1374 2007-07-13 [colin]      2.10.0cvs19
1376         * src/toolbar.c
1377         * src/toolbar.h
1378                 Rework to fit the non-deprecated API
1379         * src/compose.c
1380         * src/folderview.c
1381         * src/mainwindow.c
1382         * src/messageview.c
1383         * src/summaryview.c
1384                 Maemo layout changes. Better toolbars,
1385                 removal of CTree headers. 
1387 2007-07-13 [paul]       2.10.0cvs18
1389         * src/gtk/colorlabel.c
1390                 fix bug 1261, '[DE] coloring messages in overview 
1391                 keys are not localised'
1392                 the string is now included in claws-mail.pot
1394 2007-07-13 [colin]      2.10.0cvs17
1396         * src/summaryview.c
1397                 Fix bug 1267, 'printing mutliple messages 
1398                 opens one message-dialog after the other'
1399                 Ask for confirmation when printing 10
1400                 messages or more.
1402 2007-07-11 [colin]      2.10.0cvs16
1404         * COPYING
1405         * README
1406         * autogen.sh
1407         * manual/claws-mail-manual.xml
1408         * manual/gpl.xml
1409         * manual/es/claws-mail-manual.xml
1410         * manual/es/gpl.xml
1411         * manual/fr/claws-mail-manual.xml
1412         * manual/fr/gpl.xml
1413         * manual/pl/gpl.xml
1414         * src/account.c
1415         * src/account.h
1416         * src/action.c
1417         * src/action.h
1418         * src/adbookbase.h
1419         * src/addr_compl.c
1420         * src/addr_compl.h
1421         * src/addrbook.c
1422         * src/addrbook.h
1423         * src/addrcache.c
1424         * src/addrcache.h
1425         * src/addrcindex.c
1426         * src/addrcindex.h
1427         * src/addrclip.c
1428         * src/addrclip.h
1429         * src/addrdefs.h
1430         * src/addressadd.c
1431         * src/addressadd.h
1432         * src/addressbook.c
1433         * src/addressbook.h
1434         * src/addressbook_foldersel.c
1435         * src/addressbook_foldersel.h
1436         * src/addressitem.h
1437         * src/addrgather.c
1438         * src/addrgather.h
1439         * src/addrharvest.c
1440         * src/addrharvest.h
1441         * src/addrindex.c
1442         * src/addrindex.h
1443         * src/addritem.c
1444         * src/addritem.h
1445         * src/addrquery.c
1446         * src/addrquery.h
1447         * src/addrselect.c
1448         * src/addrselect.h
1449         * src/alertpanel.c
1450         * src/alertpanel.h
1451         * src/browseldap.c
1452         * src/browseldap.h
1453         * src/codeconv.c
1454         * src/codeconv.h
1455         * src/compose.c
1456         * src/compose.h
1457         * src/crash.c
1458         * src/crash.h
1459         * src/customheader.c
1460         * src/customheader.h
1461         * src/displayheader.c
1462         * src/displayheader.h
1463         * src/editaddress.c
1464         * src/editaddress.h
1465         * src/editaddress_other_attributes_ldap.c
1466         * src/editaddress_other_attributes_ldap.h
1467         * src/editbook.c
1468         * src/editbook.h
1469         * src/editgroup.c
1470         * src/editgroup.h
1471         * src/editjpilot.c
1472         * src/editjpilot.h
1473         * src/editldap.c
1474         * src/editldap.h
1475         * src/editldap_basedn.c
1476         * src/editldap_basedn.h
1477         * src/edittags.c
1478         * src/edittags.h
1479         * src/editvcard.c
1480         * src/editvcard.h
1481         * src/enriched.c
1482         * src/enriched.h
1483         * src/exphtmldlg.c
1484         * src/exphtmldlg.h
1485         * src/expldifdlg.c
1486         * src/expldifdlg.h
1487         * src/export.c
1488         * src/export.h
1489         * src/exporthtml.c
1490         * src/exporthtml.h
1491         * src/exportldif.c
1492         * src/exportldif.h
1493         * src/filtering.c
1494         * src/filtering.h
1495         * src/folder.c
1496         * src/folder.h
1497         * src/folder_item_prefs.c
1498         * src/folder_item_prefs.h
1499         * src/foldersel.c
1500         * src/foldersel.h
1501         * src/folderutils.c
1502         * src/folderutils.h
1503         * src/folderview.c
1504         * src/folderview.h
1505         * src/gedit-print.c
1506         * src/gedit-print.h
1507         * src/grouplistdialog.c
1508         * src/grouplistdialog.h
1509         * src/headerview.c
1510         * src/headerview.h
1511         * src/html.c
1512         * src/html.h
1513         * src/image_viewer.c
1514         * src/image_viewer.h
1515         * src/imap.c
1516         * src/imap.h
1517         * src/imap_gtk.c
1518         * src/imap_gtk.h
1519         * src/import.c
1520         * src/import.h
1521         * src/importldif.c
1522         * src/importldif.h
1523         * src/importmutt.c
1524         * src/importmutt.h
1525         * src/importpine.c
1526         * src/importpine.h
1527         * src/inc.c
1528         * src/inc.h
1529         * src/jpilot.c
1530         * src/jpilot.h
1531         * src/ldapctrl.c
1532         * src/ldapctrl.h
1533         * src/ldaplocate.c
1534         * src/ldaplocate.h
1535         * src/ldapquery.c
1536         * src/ldapquery.h
1537         * src/ldapserver.c
1538         * src/ldapserver.h
1539         * src/ldapupdate.c
1540         * src/ldapupdate.h
1541         * src/ldaputil.c
1542         * src/ldaputil.h
1543         * src/ldif.c
1544         * src/ldif.h
1545         * src/localfolder.c
1546         * src/localfolder.h
1547         * src/main.c
1548         * src/main.h
1549         * src/mainwindow.c
1550         * src/mainwindow.h
1551         * src/manual.c
1552         * src/manual.h
1553         * src/matcher.c
1554         * src/matcher.h
1555         * src/matcher_parser.h
1556         * src/matcher_parser_lex.l
1557         * src/matcher_parser_parse.y
1558         * src/mbox.c
1559         * src/mbox.h
1560         * src/message_search.c
1561         * src/message_search.h
1562         * src/messageview.c
1563         * src/messageview.h
1564         * src/mh.c
1565         * src/mh.h
1566         * src/mh_gtk.c
1567         * src/mh_gtk.h
1568         * src/mimeview.c
1569         * src/mimeview.h
1570         * src/msgcache.c
1571         * src/msgcache.h
1572         * src/mutt.c
1573         * src/mutt.h
1574         * src/news.c
1575         * src/news.h
1576         * src/news_gtk.c
1577         * src/news_gtk.h
1578         * src/noticeview.c
1579         * src/noticeview.h
1580         * src/partial_download.c
1581         * src/partial_download.h
1582         * src/pine.c
1583         * src/pine.h
1584         * src/pop.c
1585         * src/pop.h
1586         * src/prefs_account.c
1587         * src/prefs_account.h
1588         * src/prefs_actions.c
1589         * src/prefs_actions.h
1590         * src/prefs_common.c
1591         * src/prefs_common.h
1592         * src/prefs_compose_writing.c
1593         * src/prefs_compose_writing.h
1594         * src/prefs_customheader.c
1595         * src/prefs_customheader.h
1596         * src/prefs_display_header.c
1597         * src/prefs_display_header.h
1598         * src/prefs_ext_prog.c
1599         * src/prefs_ext_prog.h
1600         * src/prefs_filtering.c
1601         * src/prefs_filtering.h
1602         * src/prefs_filtering_action.c
1603         * src/prefs_filtering_action.h
1604         * src/prefs_folder_column.c
1605         * src/prefs_folder_column.h
1606         * src/prefs_folder_item.c
1607         * src/prefs_folder_item.h
1608         * src/prefs_fonts.c
1609         * src/prefs_fonts.h
1610         * src/prefs_gtk.c
1611         * src/prefs_gtk.h
1612         * src/prefs_image_viewer.c
1613         * src/prefs_image_viewer.h
1614         * src/prefs_logging.c
1615         * src/prefs_logging.h
1616         * src/prefs_matcher.c
1617         * src/prefs_matcher.h
1618         * src/prefs_message.c
1619         * src/prefs_message.h
1620         * src/prefs_msg_colors.c
1621         * src/prefs_msg_colors.h
1622         * src/prefs_other.c
1623         * src/prefs_other.h
1624         * src/prefs_quote.c
1625         * src/prefs_quote.h
1626         * src/prefs_receive.c
1627         * src/prefs_receive.h
1628         * src/prefs_send.c
1629         * src/prefs_send.h
1630         * src/prefs_spelling.c
1631         * src/prefs_spelling.h
1632         * src/prefs_summaries.c
1633         * src/prefs_summaries.h
1634         * src/prefs_summary_column.c
1635         * src/prefs_summary_column.h
1636         * src/prefs_summary_open.c
1637         * src/prefs_summary_open.h
1638         * src/prefs_template.c
1639         * src/prefs_template.h
1640         * src/prefs_themes.c
1641         * src/prefs_themes.h
1642         * src/prefs_toolbar.c
1643         * src/prefs_toolbar.h
1644         * src/prefs_wrapping.c
1645         * src/prefs_wrapping.h
1646         * src/privacy.c
1647         * src/privacy.h
1648         * src/procheader.c
1649         * src/procheader.h
1650         * src/procmime.c
1651         * src/procmime.h
1652         * src/procmsg.c
1653         * src/procmsg.h
1654         * src/quote_fmt.c
1655         * src/quote_fmt_lex.l
1656         * src/quote_fmt_parse.y
1657         * src/recv.c
1658         * src/recv.h
1659         * src/remotefolder.c
1660         * src/remotefolder.h
1661         * src/send_message.c
1662         * src/send_message.h
1663         * src/setup.c
1664         * src/setup.h
1665         * src/simple-gettext.c
1666         * src/sourcewindow.c
1667         * src/sourcewindow.h
1668         * src/ssl_manager.c
1669         * src/ssl_manager.h
1670         * src/statusbar.c
1671         * src/statusbar.h
1672         * src/stock_pixmap.c
1673         * src/stock_pixmap.h
1674         * src/summary_search.c
1675         * src/summary_search.h
1676         * src/summaryview.c
1677         * src/summaryview.h
1678         * src/textview.c
1679         * src/textview.h
1680         * src/toolbar.c
1681         * src/toolbar.h
1682         * src/undo.c
1683         * src/undo.h
1684         * src/unmime.c
1685         * src/unmime.h
1686         * src/uri_opener.c
1687         * src/uri_opener.h
1688         * src/vcard.c
1689         * src/vcard.h
1690         * src/wizard.c
1691         * src/wizard.h
1692         * src/common/base64.c
1693         * src/common/base64.h
1694         * src/common/claws.c
1695         * src/common/claws.h
1696         * src/common/defs.h
1697         * src/common/fnmatch.c
1698         * src/common/fnmatch.h
1699         * src/common/fnmatch_loop.c
1700         * src/common/hooks.c
1701         * src/common/hooks.h
1702         * src/common/log.c
1703         * src/common/log.h
1704         * src/common/md5.c
1705         * src/common/md5.h
1706         * src/common/mgutils.c
1707         * src/common/mgutils.h
1708         * src/common/nntp.c
1709         * src/common/nntp.h
1710         * src/common/passcrypt.c
1711         * src/common/passcrypt.h.in
1712         * src/common/plugin.c
1713         * src/common/plugin.h
1714         * src/common/prefs.c
1715         * src/common/prefs.h
1716         * src/common/progressindicator.c
1717         * src/common/progressindicator.h
1718         * src/common/quoted-printable.c
1719         * src/common/quoted-printable.h
1720         * src/common/session.c
1721         * src/common/session.h
1722         * src/common/smtp.c
1723         * src/common/smtp.h
1724         * src/common/socket.c
1725         * src/common/socket.h
1726         * src/common/ssl.c
1727         * src/common/ssl.h
1728         * src/common/ssl_certificate.c
1729         * src/common/ssl_certificate.h
1730         * src/common/string_match.c
1731         * src/common/string_match.h
1732         * src/common/stringtable.c
1733         * src/common/stringtable.h
1734         * src/common/tags.c
1735         * src/common/tags.h
1736         * src/common/template.c
1737         * src/common/template.h
1738         * src/common/timing.h
1739         * src/common/utils.c
1740         * src/common/utils.h
1741         * src/common/uuencode.c
1742         * src/common/uuencode.h
1743         * src/common/version.h.in
1744         * src/common/w32_dirent.c
1745         * src/common/w32_reg.c
1746         * src/common/w32_signal.c
1747         * src/common/w32_stat.c
1748         * src/common/w32_stdlib.c
1749         * src/common/w32_string.c
1750         * src/common/w32_time.c
1751         * src/common/w32_unistd.c
1752         * src/common/w32_wait.c
1753         * src/common/w32lib.h
1754         * src/common/xml.c
1755         * src/common/xml.h
1756         * src/common/xmlprops.c
1757         * src/common/xmlprops.h
1758         * src/etpan/etpan-errors.h
1759         * src/etpan/etpan-thread-manager-types.h
1760         * src/etpan/etpan-thread-manager.c
1761         * src/etpan/etpan-thread-manager.h
1762         * src/etpan/imap-thread.c
1763         * src/etpan/imap-thread.h
1764         * src/gtk/about.c
1765         * src/gtk/about.h
1766         * src/gtk/colorlabel.c
1767         * src/gtk/colorlabel.h
1768         * src/gtk/colorsel.c
1769         * src/gtk/colorsel.h
1770         * src/gtk/combobox.c
1771         * src/gtk/combobox.h
1772         * src/gtk/description_window.c
1773         * src/gtk/description_window.h
1774         * src/gtk/filesel.c
1775         * src/gtk/filesel.h
1776         * src/gtk/foldersort.c
1777         * src/gtk/foldersort.h
1778         * src/gtk/gtkaspell.c
1779         * src/gtk/gtkaspell.h
1780         * src/gtk/gtksctree.c
1781         * src/gtk/gtkshruler.c
1782         * src/gtk/gtkshruler.h
1783         * src/gtk/gtksourceprintjob.c
1784         * src/gtk/gtksourceprintjob.h
1785         * src/gtk/gtkutils.c
1786         * src/gtk/gtkutils.h
1787         * src/gtk/gtkvscrollbutton.c
1788         * src/gtk/gtkvscrollbutton.h
1789         * src/gtk/icon_legend.c
1790         * src/gtk/icon_legend.h
1791         * src/gtk/inputdialog.c
1792         * src/gtk/inputdialog.h
1793         * src/gtk/logwindow.c
1794         * src/gtk/logwindow.h
1795         * src/gtk/manage_window.c
1796         * src/gtk/manage_window.h
1797         * src/gtk/menu.c
1798         * src/gtk/menu.h
1799         * src/gtk/pluginwindow.c
1800         * src/gtk/pluginwindow.h
1801         * src/gtk/prefswindow.c
1802         * src/gtk/prefswindow.h
1803         * src/gtk/progressdialog.c
1804         * src/gtk/progressdialog.h
1805         * src/gtk/quicksearch.c
1806         * src/gtk/quicksearch.h
1807         * src/gtk/sslcertwindow.c
1808         * src/gtk/sslcertwindow.h
1809         * src/plugins/bogofilter/bogofilter.c
1810         * src/plugins/bogofilter/bogofilter.h
1811         * src/plugins/bogofilter/bogofilter_gtk.c
1812         * src/plugins/clamav/clamav_plugin.c
1813         * src/plugins/clamav/clamav_plugin.h
1814         * src/plugins/clamav/clamav_plugin_gtk.c
1815         * src/plugins/demo/demo.c
1816         * src/plugins/dillo_viewer/dillo_prefs.c
1817         * src/plugins/dillo_viewer/dillo_prefs.h
1818         * src/plugins/dillo_viewer/dillo_viewer.c
1819         * src/plugins/pgpcore/passphrase.c
1820         * src/plugins/pgpcore/passphrase.h
1821         * src/plugins/pgpcore/pgp_viewer.c
1822         * src/plugins/pgpcore/pgp_viewer.h
1823         * src/plugins/pgpcore/plugin.c
1824         * src/plugins/pgpcore/prefs_gpg.c
1825         * src/plugins/pgpcore/prefs_gpg.h
1826         * src/plugins/pgpcore/select-keys.c
1827         * src/plugins/pgpcore/select-keys.h
1828         * src/plugins/pgpcore/sgpgme.c
1829         * src/plugins/pgpcore/sgpgme.h
1830         * src/plugins/pgpinline/pgpinline.c
1831         * src/plugins/pgpinline/pgpinline.h
1832         * src/plugins/pgpinline/plugin.c
1833         * src/plugins/pgpmime/pgpmime.c
1834         * src/plugins/pgpmime/pgpmime.h
1835         * src/plugins/pgpmime/plugin.c
1836         * src/plugins/spamassassin/spamassassin.c
1837         * src/plugins/spamassassin/spamassassin.h
1838         * src/plugins/spamassassin/spamassassin_gtk.c
1839         * src/plugins/trayicon/trayicon.c
1840         * src/plugins/trayicon/trayicon_prefs.c
1841         * src/plugins/trayicon/trayicon_prefs.h
1842         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1843         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1844         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1845         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1846         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1847         * tools/OOo2claws-mail.pl
1848         * tools/README.sylprint
1849         * tools/acroread2claws-mail.pl
1850         * tools/claws-mail-compose-insert-files.pl
1851         * tools/convert_mbox.pl
1852         * tools/filter_conv.pl
1853         * tools/filter_conv_new.pl
1854         * tools/fix_date.sh
1855         * tools/freshmeat_search.pl
1856         * tools/google_search.pl
1857         * tools/kmail-mailbox2claws-mail.pl
1858         * tools/kmail2claws-mail.pl
1859         * tools/kmail2claws-mail_v2.pl
1860         * tools/mairix.sh
1861         * tools/make.themes.project
1862         * tools/multiwebsearch.pl
1863         * tools/nautilus2claws-mail.sh
1864         * tools/outlook2claws-mail.pl
1865         * tools/textviewer.sh
1866         * tools/thunderbird-filters-convertor.pl
1867         * tools/update-po
1868         * tools/uuooffice
1869         * tools/vcard2xml.py
1870         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1871                 Upgrade to GPLv3 or later.
1873 2007-07-10 [wwp]        2.10.0cvs15
1875         * src/main.c
1876                 Fix re-opening of all composing messages that were
1877                 opened when closing the previous instance, thanks
1878                 to Colin.
1880 2007-07-10 [paul]       2.10.0cvs14
1882         * src/editaddress_other_attributes_ldap.c
1883         * src/ldapupdate.c
1884                 fix crash on selecting 'other attributes' combo
1885                 for either a new entry or an old entry with no
1886                 existing attributes.
1887                 fix bug on editing multiple attributes which
1888                 resulted them all having the value of the last
1889                 one changed.
1890                 Thanks to Colin
1892 2007-07-10 [colin]      2.10.0cvs13
1894         * src/editaddress.c
1895         * src/editaddress_other_attributes_ldap.h
1896         * src/ldapupdate.c
1897                 Fix --disable-ldap build
1899 2007-07-09 [colin]      2.10.0cvs12
1901         * src/Makefile.am
1902         * src/addritem.c
1903         * src/addritem.h
1904         * src/editaddress.c
1905         * src/editaddress_other_attributes_ldap.c
1906         * src/editaddress_other_attributes_ldap.h
1907         * src/editldap.c
1908         * src/ldapctrl.c
1909         * src/ldapctrl.h
1910         * src/ldapupdate.c
1911                 Add capability to edit all inetOrgPerson
1912                 attributes on LDAP. Patch by Michael 
1913                 Rasmussen
1915 2007-07-09 [colin]      2.10.0cvs11
1917         * src/Makefile.am
1918         * src/exporthtml.c
1919         * src/mbox.c
1920         * src/msgcache.c
1921         * src/prefs_summaries.c
1922         * src/prefs_themes.c
1923         * src/procheader.c
1924         * src/common/Makefile.am
1925         * src/common/log.c
1926         * src/common/timing.h
1927         * src/common/utils.c
1928         * src/common/utils.h
1929         * src/common/w32_account.c
1930         * src/common/w32lib.h
1931         * src/gtk/Makefile.am
1932         * src/gtk/colorlabel.c
1933         * src/plugins/pgpcore/Makefile.am
1934         * src/plugins/pgpcore/claws.def
1935         * src/plugins/pgpcore/passphrase.c
1936         * src/plugins/pgpcore/pgp_viewer.c
1937         * src/plugins/pgpcore/plugin.def
1938         * src/plugins/pgpcore/sgpgme.c
1939         * src/plugins/pgpinline/Makefile.am
1940         * src/plugins/pgpinline/claws.def
1941         * src/plugins/pgpinline/mypgpcore.def
1942         * src/plugins/pgpinline/plugin.def
1943         * src/plugins/pgpmime/Makefile.am
1944         * src/plugins/pgpmime/claws.def
1945         * src/plugins/pgpmime/mypgpcore.def
1946         * src/plugins/pgpmime/plugin.def
1947                 Commit win32 patch, from Werner Koch and
1948                 Marcus Brinkmann
1950 2007-07-09 [colin]      2.10.0cvs10
1952         * src/prefs_toolbar.c
1953                 Fix crash when no actions exist
1955 2007-07-07 [paul]       2.10.0cvs9
1957         * COPYING
1958         * manual/claws-mail-manual.xml
1959                 update copyright year
1960         * po/fi.po
1961                 updated by Flammie Pirinen
1963 2007-07-05 [wwp]        2.10.0cvs8
1965         * src/plugins/clamav/clamav_plugin_gtk.c
1966                 Make vertical spacing like in other plugin prefs pages.
1968 2007-07-05 [wwp]        2.10.0cvs7
1970         * src/quote_fmt.c
1971                 It's %am that works, not %ae (this doc incoherence has been
1972                 introduced with 2.9.2cvs13).
1974 2007-07-04 [wwp]        2.10.0cvs6
1976         * src/plugins/bogofilter/bogofilter.c
1977                 Gettext-ize an occurrence of "Any" that wasn't.
1979 2007-07-04 [colin]      2.10.0cvs5
1981         * po/POTFILES.in
1982                 Fix untranslated strings; thanks
1983                 to Pader Rezso.
1985 2007-07-03 [colin]      2.10.0cvs4
1987         * src/folder.c
1988         * src/mainwindow.c
1989                 Fix saving of sort mode for tags and
1990                 thread date. Thanks to Pierre Ossman.
1991                 Completes fix for bug 1233
1993 2007-07-03 [paul]       2.10.0cvs3
1995         * src/compose.c
1996                 fix auto-save
1997         * src/summaryview.c
1998                 fix build warnings
1999         Thanks to Colin
2001 2007-07-02 [colin]      2.10.0cvs2
2003         * src/folder.h
2004         * src/mainwindow.c
2005         * src/procmsg.h
2006         * src/summaryview.c
2007                 Add View/Sort/by Thread date
2008                 Fixes bug 1233, 'Capability to sort 
2009                 threads by most recent message'
2010                 Based on a patch by Paul Rolland
2012 2007-07-02 [colin]      2.10.0cvs1
2014         * src/Makefile.am
2015         * src/compose.c
2016         * src/edittags.c
2017         * src/edittags.h
2018         * src/filtering.c
2019         * src/folder.c
2020         * src/folder.h
2021         * src/headerview.c
2022         * src/headerview.h
2023         * src/main.c
2024         * src/mainwindow.c
2025         * src/mainwindow.h
2026         * src/manual.h
2027         * src/matcher.c
2028         * src/matcher.h
2029         * src/matcher_parser_parse.y
2030         * src/mimeview.c
2031         * src/msgcache.c
2032         * src/msgcache.h
2033         * src/prefs_common.c
2034         * src/prefs_common.h
2035         * src/prefs_filtering_action.c
2036         * src/prefs_matcher.c
2037         * src/prefs_summary_column.c
2038         * src/procmsg.c
2039         * src/procmsg.h
2040         * src/quote_fmt.c
2041         * src/quote_fmt_lex.l
2042         * src/quote_fmt_parse.y
2043         * src/summaryview.c
2044         * src/summaryview.h
2045         * src/textview.c
2046         * src/common/Makefile.am
2047         * src/common/defs.h
2048         * src/common/tags.c
2049         * src/common/tags.h
2050         * src/gtk/quicksearch.c
2051         * src/gtk/quicksearch.h
2052                 Add Tags implementation. Tags are arbitrary labels
2053                 that can be applied to messages. It is possible 
2054                 to create, edit, remove tags; apply them to mails;
2055                 filter on tags or tag presence; apply or unset
2056                 tags via filtering actions; reference tags in
2057                 reply templates.
2059 2007-07-02 [paul]       2.10.0
2061         * NEWS
2062         * README
2063         * RELEASE_NOTES
2064                 2.10.0 released
2066 2007-07-02 [paul]       2.9.2cvs78
2068         * po/de.po
2069         * po/en_GB.po
2070         * po/es.po
2071         * po/fr.po
2072         * po/hu.po
2073         * po/pt_BR.po
2074         * po/ru.po
2075         * po/zh_CN.po
2076                 updated by Stephan Sachse, me, Ricardo Mones
2077                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2078                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2080 2007-07-02 [paul]       2.9.2cvs77
2082         * AUTHORS
2083                 updated
2085 2007-06-29 [wwp]        2.9.2cvs76
2087         * src/gtk/headers.h
2088                 Fix a typo (thanks to Ricardo for finding this out).
2090 2007-06-28 [paul]       2.9.2cvs75
2092         * src/folderview.c
2093                 fix build warnings
2095 2007-06-28 [paul]       2.9.2cvs74
2097         * tools/Makefile.am
2098                 fix bug in the autotools build system.
2099                 Files cataloged under EXTRA_DIST were never
2100                 automatically copied to the build tree.
2101                 (fix 'make distcheck')
2102                 Patch by Michael Rasmussen.
2104 2007-06-24 [colin]      2.9.2cvs73
2106         * src/news_gtk.c
2107                 Fix bug 1249, 'Error handling for 
2108                 news errors needs modification'
2109                 Only popup error if the according
2110                 pref in Prefs/Receive is set.
2112 2007-06-21 [colin]      2.9.2cvs72
2114         * src/common/plugin.c
2115         * src/common/plugin.h
2116                 Change plugin API to know whether it's safe to 
2117                 unload plugins or whether we should just hide
2118                 them. Fixes bug 1248, 'Core dumps after 
2119                 unloading plugin and clicking on load plugins'
2120         * src/plugins/bogofilter/bogofilter.c
2121         * src/plugins/clamav/clamav_plugin.c
2122         * src/plugins/demo/demo.c
2123         * src/plugins/dillo_viewer/dillo_viewer.c
2124         * src/plugins/pgpcore/plugin.c
2125         * src/plugins/pgpinline/plugin.c
2126         * src/plugins/pgpmime/plugin.c
2127         * src/plugins/spamassassin/spamassassin.c
2128         * src/plugins/trayicon/trayicon.c
2129                 Update API
2131 2007-06-19 [colin]      2.9.2cvs71
2133         * src/compose.c
2134         * src/messageview.c
2135                 Fix crash mentioned in bug 1246
2136                 Race condition when automatically drafting
2137                 due to insertion on reedit.
2139 2007-06-18 [wwp]        2.9.2cvs70
2141         * src/importldif.c
2142                 LDIF import: use a "Proceed" button to complete
2143                 the process.
2145 2007-06-18 [paul]       2.9.2cvs69
2147         * configure.ac
2148                 use pkgconfig to check for gtk and glib
2150 2007-06-17 [wwp]        2.9.2cvs68
2152         * src/ldif.c
2153         * src/importldif.c
2154                 LDIF import: better error handling, minor code
2155                 and UI cleanup, and renamed the Save button
2156                 to Close, as imported stuff is already saved
2157                 when the Save button is shown.
2159 2007-06-17 [colin]      2.9.2cvs67
2161         * src/prefs_summaries.c
2162         * src/procmsg.c
2163                 Don't set as read when forwarded, only replied to
2165 2007-06-17 [paul]       2.9.2cvs66
2167         * src/alertpanel.c
2168                 add missing #include
2170 2007-06-16 [colin]      2.9.2cvs65
2172         * src/prefs_summaries.c
2173         * src/procmsg.c
2174                 Change the pref "Only mark as read when opened
2175                 in new window" to "..., replied to or forwarded".
2176                 Based on a patch by Paul Rolland.
2178 2007-06-16 [paul]       2.9.2cvs64
2180         * src/gtk/authors.h
2181                 alphabetical order! :)
2183 2007-06-16 [colin]      2.9.2cvs63
2185         * AUTHORS
2186         * src/gtk/authors.h
2187                 Add Michael Rasmussen in authors list
2189 2007-06-16 [colin]      2.9.2cvs62
2191         * src/messageview.c
2192                 Fix messageview_copy_clipboard to take advantage
2193                 of plugins' get_selection.
2195 2007-06-15 [colin]      2.9.2cvs61
2197         * src/action.c
2198         * src/addr_compl.c
2199         * src/addressbook.c
2200         * src/folderview.c
2201         * src/message_search.c
2202         * src/mimeview.c
2203         * src/summary_search.c
2204         * src/summaryview.c
2205         * src/textview.c
2206                 Allow GDK_KP_Enter to do the same as GDK_Return
2207                 Patch by Michael Rasmussen
2209 2007-06-15 [paul]       2.9.2cvs60
2211         * src/compose.c
2212                 fix bug when closing a compose window
2213                 during autosave
2215 2007-06-14 [paul]       2.9.2cvs59
2217         * src/main.c
2218         * src/common/defs.h
2219                 migrate sylpheed config
2221 2007-06-14 [wwp]        2.9.2cvs58
2223         * src/gtk/pluginwindow.c
2224                 Yet another attempt to fix sizing/alignment of the
2225                 button bar in plugins window.
2227 2007-06-12 [colin]      2.9.2cvs57
2229         * po/POTFILES.in
2230         * src/Makefile.am
2231         * src/folderview.c
2232         * src/prefs_common.c
2233         * src/prefs_common.h
2234         * src/prefs_summaries.c
2235         * src/prefs_summary_open.c
2236         * src/prefs_summary_open.h
2237         * src/summaryview.c
2238                 Make "when entering a folder" actions more personalisable
2240 2007-06-12 [wwp]        2.9.2cvs56
2242         * tools/README
2243                 Use short description from Paul (mairix.sh).
2245 2007-06-12 [wwp]        2.9.2cvs55
2247         * tools/README
2248                 Updated info about mairix.sh.
2250 2007-06-11 [paul]       2.9.2cvs54
2252         * src/prefs_logging.c
2253                 rework log window length widgets
2254                 and some sensitivity fixes
2256 2007-06-11 [paul]       2.9.2cvs53
2258         * src/mainwindow.c
2259         * src/prefs_logging.c
2260                 rename 'Protocol Log' to 'Network Log'
2261                 and some function renaming
2263 2007-06-10 [wwp]        2.9.2cvs52
2265         * src/gtk/pluginwindow.c
2266                 Revert 2.9.2cvs51.
2268 2007-06-10 [wwp]        2.9.2cvs51
2270         * src/gtk/pluginwindow.c
2271                 Fix button bar in plugin window, was centered and not
2272                 behaving like other dialogs w/ such button bar.
2274 2007-06-08 [wwp]        2.9.2cvs50
2276         * src/compose.c
2277         * src/compose.h
2278         * src/main.c
2279         * src/mainwindow.c
2280         * src/mainwindow.h
2281                 Provide a way out of automatic draft saving on IMAP, when
2282                 exiting offline.
2283                 Prevent drafting while sending and quitting while sending.
2284                 Thanks for Colin.
2288 2007-06-08 [wwp]        2.9.2cvs49
2290         * src/prefs_account.c
2291         * src/gtk/prefswindow.c
2292         * src/gtk/prefswindow.h
2293                 Activate the Basic page when opening account prefs.
2295 2007-06-08 [wwp]        2.9.2cvs48
2297         * src/common/socket.c
2298                 Don't crash if fork() fails, thanks to Colin.
2300 2007-06-08 [wwp]        2.9.2cvs47
2302         * src/gtk/prefswindow.c
2303                 Wrap some long lines, and reset horizontal scroller's adjusment
2304                 (this was already done, vertically), when changing tab (not page)
2305                 in prefs windows.
2307 2007-06-08 [paul]       2.9.2cvs46
2309         * src/common/utils.c
2310                 use gethostname() instead of uname()
2311                 based on a patch by Michael Hughes
2312                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2314 2007-06-07 [wwp]        2.9.2cvs45
2316         * src/prefs_common.c
2317                 Fix some useless warnings, thanks to Colin.
2319 2007-06-06 [colin]      2.9.2cvs44
2321         * src/ldapupdate.c
2322                 Fix strange allocations. 
2324 2007-06-06 [colin]      2.9.2cvs43
2326         * src/ldapupdate.c
2327                 Patch by Michael Rasmussus to help
2328                 bug 1232
2330 2007-06-05 [wwp]        2.9.2cvs42
2332         * src/prefs_account.c
2333         * src/prefs_folder_item.c
2334         * src/prefs_quote.c
2335         * src/quote_fmt.c
2336         * src/quote_fmt.h
2337                 Per-folder templates can now be applied recursively.
2338                 Always save per-folder templates (formats were erroneously
2339                 saved only if they were enabled).
2340                 Check for validity of quotation marks everywhere there
2341                 are defined.
2343 2007-06-05 [wwp]        2.9.2cvs41
2345         * src/inc.c
2346                 Fix incoming messages from local accounts always getting filtered
2347                 (even if the account prefs say don't), thanks to Colin.
2349 2007-06-05 [wwp]        2.9.2cvs40
2351         * src/compose.c
2352         * src/compose.h
2353                 Use per-folder/per-account quote chars when applying a
2354                 template or inserting text as well. Const'ify some
2355                 vars more.
2357 2007-06-04 [colin]      2.9.2cvs39
2359         * src/compose.c
2360                 More work for wwp :)
2362 2007-06-04 [wwp]        2.9.2cvs38
2364         * src/compose.c
2365                 Same as 2.9.2cvs36 but for forwarding.
2367 2007-06-04 [colin]      2.9.2cvs37
2369         * src/compose.c
2370                 Use original mail file for forward/redirect
2371                 Fixes some forwarded mails to be attached as
2372                 application/octet-stream (when they have binary
2373                 parts), and incidentally fixes bug 848
2374                 'Redirect breaks GnuPG'
2376 2007-06-04 [wwp]        2.9.2cvs36
2378         * src/compose.c
2379                 Fix quote mark mis-initialisation when replying/forwarding
2380                 (introduced w/ 2.9.2cvs20).
2382 2007-06-04 [wwp]        2.9.2cvs35
2384         * src/prefs_compose_writing.c
2385         * src/prefs_quote.c
2386                 Fix a bug where Quotation characters (prefs/compose/writing)
2387                 was cleared (introduced w/ 2.9.2cvs26).
2389 2007-06-04 [wwp]        2.9.2cvs34
2391         * src/prefs_account.c
2392         * src/prefs_account.h
2393                 Better fix for compiling w/o aspell (rollbacks
2394                 2.9.2cvs31).
2396 2007-06-04 [wwp]        2.9.2cvs33
2398         * src/account.c
2399         * src/prefs_account.c
2400         * src/prefs_account.h
2401         * src/procmsg.c
2402                 It's now possible to disable mail filtering plugins
2403                 on a per-account basis.
2405 2007-06-04 [wwp]        2.9.2cvs32
2407         * src/procheader.c
2408         * src/common/utils.c
2409         * src/common/utils.h
2410                 Support CRLF in headers part of messages.
2411                 Support few more date formats (RFC3339 subsets).
2413 2007-06-04 [wwp]        2.9.2cvs31
2415         * src/prefs_account.c
2416                 Fix compiling w/o aspell support.
2418 2007-06-03 [wwp]        2.9.2cvs30
2420         * src/prefs_gtk.c
2421                 Don't decode leading ENV_ and ~ in P_PASSWORD
2422                 values.
2424 2007-06-03 [wwp]        2.9.2cvs29
2426         * src/prefs_gtk.c
2427                 Don't decode leading ENV_ and ~ in P_PASSWORD
2428                 values.
2430 2007-06-03 [wwp]        2.9.2cvs28
2432         * src/prefs_account.c
2433         * src/gtk/prefswindow.c
2434         * src/gtk/prefswindow.h
2435                 Added a way to force preloading of all pages
2436                 (prefswindow).
2437                 Moved tabs to pages in account prefs.
2439 2007-06-02 [colin]      2.9.2cvs27
2441         * src/addressbook.c
2442                 Fix possible crash, fix ldap write bugs
2443         * src/ldapupdate.c
2444                 Fix ldap write bugs - patch by Michael
2445                 Rasmussen
2446         * src/alertpanel.c
2447         * src/alertpanel.h
2448                 Add a hook whenever alertpanel opens/closes
2450 2007-05-31 [wwp]        2.9.2cvs26
2452         * src/prefs_compose_writing.c
2453         * src/prefs_quote.c
2454                 Re-organized writing options a bit:
2455                  - renamed the Quoting page to Templates
2456                  - moved all composing templates to that page
2457                  - moved non-templates options to the Writing one,
2458                    grouped reply-related options, reordered reply and
2459                    forward options.
2461 2007-05-31 [wwp]        2.9.2cvs25
2463         * src/compose.c
2464                 Removed unused code.
2466 2007-05-31 [colin]      2.9.2cvs24
2468         * src/addressbook.c
2469                 Fix missing display name when modifying
2470                 LDAP. Patch by Michael Rasmussen
2472 2007-05-31 [wwp]        2.9.2cvs23
2474         * src/plugins/bogofilter/Makefile.am
2475         * src/plugins/clamav/Makefile.am
2476         * src/plugins/demo/Makefile.am
2477         * src/plugins/dillo_viewer/Makefile.am
2478         * src/plugins/spamassassin/Makefile.am
2479                 Fix building of those plugins in Mac OS X.
2481 2007-05-30 [wwp]        2.9.2cvs22
2483         * src/gtk/quicksearch.c
2484                 Fix missing initialization.
2486 2007-05-30 [wwp]        2.9.2cvs21
2488         * src/procheader.c
2489                 Revert accidental commit (debug outputs).
2491 2007-05-30 [wwp]        2.9.2cvs20
2493         * src/compose.c
2494         * src/folder_item_prefs.c
2495         * src/folder_item_prefs.h
2496         * src/prefs_account.c
2497         * src/prefs_account.h
2498         * src/prefs_folder_item.c
2499         * src/prefs_gtk.c
2500         * src/prefs_gtk.h
2501                 Implemented per-account and per-folder
2502                 compose/reply/forward formats.
2504 2007-05-30 [wwp]        2.9.2cvs19
2506         * src/prefs_compose_writing.c
2507         * src/prefs_quote.c
2508         * src/procheader.c
2509         * src/quote_fmt.c
2510         * src/quote_fmt.h
2511                 Internal API changes (factorize quote format
2512                 prefs and checks).
2514 2007-05-30 [colin]      2.9.2cvs18
2516         * src/compose.c
2517                 Fix race where it's possible to re-click Send
2518                 between end of SMTP session and end of "move to
2519                 sent folder" when sending an email with send
2520                 dialog enabled.
2522 2007-05-30 [colin]      2.9.2cvs17
2524         * src/crash.c
2525                 Ask for backtrace on all threads. Patch by
2526                 Pawel
2527         * src/folderview.c
2528                 Fix stale news statusbar when scanning fails.
2529                 Patch by Pawel
2530         * src/ldapupdate.c
2531                 Fix some LDAP write updates bugs. Patch
2532                 by Michael Rasmussen
2534 2007-05-29 [colin]      2.9.2cvs16
2536         * src/imap.c
2537                 Fix loss of local flags when moving mails
2538                 on IMAP in high-bandwidth mode (UID FETCH)
2540 2007-05-25 [paul]       2.9.2cvs15
2542         * src/common/socket.c
2543                 fix sometimes crasher on cancelling
2544                 message sending
2546 2007-05-25 [colin]      2.9.2cvs14
2548         * src/imap.c
2549                 Fix a memory leak
2550         * src/imap_gtk.c
2551                 Be more helpful in the subscription
2552                 message
2554 2007-05-23 [wwp]        2.9.2cvs13
2556         * src/compose.c
2557         * src/prefs_compose_writing.c
2558         * src/prefs_quote.c
2559         * src/prefs_template.c
2560         * src/prefs_template.h
2561         * src/quote_fmt.c
2562         * src/quote_fmt.h
2563         * src/quote_fmt_lex.l
2564         * src/quote_fmt_parse.y
2565                 Introduced new syntax elements (symbols and commands)
2566                 in templates/quote_fmt. Compatibility w/ old
2567                 symbols is kept.
2568                 Updated and reworked the corresponding Information
2569                 dialog.
2570                 Display the line number in dialogs that talk about
2571                 parser errors (in addition to the error message in
2572                 output).
2574 2007-05-23 [wwp]        2.9.2cvs12
2576         * src/quote_fmt_parse.y
2577                 Fix 2.9.2cvs11, probably a paste accident ;).
2579 2007-05-23 [wwp]        2.9.2cvs11
2581         * src/compose.c
2582         * src/prefs_template.c
2583         * src/quote_fmt.h
2584         * src/quote_fmt_parse.y
2585                 Fix 2.9.2cvs10, which broke --disable-aspell.
2587 2007-05-22 [wwp]        2.9.2cvs10
2589         * src/compose.c
2590         * src/prefs_template.c
2591         * src/quote_fmt.c
2592         * src/quote_fmt.h
2593         * src/quote_fmt_lex.l
2594         * src/quote_fmt_parse.y
2595         * src/gtk/gtkaspell.c
2596         * src/gtk/gtkaspell.h
2597                 Added template/quote format syntactical elements
2598                 to show and query:
2599                         - current dictionary
2600                           %T to show (shows empty if not set or not enabled),
2601                           ?T and !T to check if the default dictionary is
2602                           enabled and set
2603                         - current account's default dictionary
2604                           %aT to show (empty if not set or not enabled),
2605                           ?aT and !aT to check if it's enabled and set
2606                         - name completion for an address, from the address
2607                           book
2608                           %ABf, %ABt, %ABc respectively show the full name got
2609                           from the address book if From, To or Cc match a single
2610                           contact.
2611                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2612                           matches any contact and if the full name is non-empty.
2613                           If From, To or Cc are lists of email addresses, only
2614                           the first address will be checked.
2615                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2616                 that could show a trailing ','.
2617                 Also, template/quote_fmt parser now shows the line number in case
2618                 of parser error.
2620 2007-05-15 [colin]      2.9.2cvs9
2622         * src/main.c
2623         * src/main.h
2624                 Add a public function to know whether Claws
2625                 crashed last time
2626                 Store opened folder when exiting
2627         * src/folder.c
2628         * src/folder.h
2629                 Store last opened message in each FolderItem;
2630                 Reset last seen messages if Claws crashed, so 
2631                 that one can't go in an infinite crash in case 
2632                 a particular mail crashes Claws.
2633         * src/messageview.c
2634         * src/prefs_common.c
2635         * src/prefs_common.h
2636         * src/summaryview.c
2637         * src/prefs_summaries.c
2638                 Add "Select last opened message" when entering
2639                 a folder
2640                 Add "Select last opened folder" at startup.
2642 2007-05-14 [colin]      2.9.2cvs8
2644         * manual/xml2pdf
2645                 Fix bashism, search for xml catalog 
2646                 in /usr/local/share/xml/catalog too
2647                 Patch by Pawel
2649 2007-05-13 [wwp]        2.9.2cvs7
2651         * src/gtk/logwindow.c
2652                 fix raising log windows when they are either minimized or
2653                 in background.
2655 2007-05-11 [colin]      2.9.2cvs6
2657         * src/gtk/filesel.c
2658                 Use Hildon's file chooser on Maemo. Patch
2659                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2660                 'File attachment "manipulation" bugs...'
2662 2007-05-10 [wwp]        2.9.2cvs5
2664         * src/prefs_common.c
2665         * src/prefs_common.h
2666         * src/gtk/quicksearch.c
2667                 Add a quicksearch option to automatically run
2668                 a search selected from the history (this option
2669                 is exclusive towards type-ahead).
2671 2007-05-10 [colin]      2.9.2cvs4
2673         * src/imap.c
2674                 Fix g_warnings, thanks to Brian
2675                 Morrison
2677 2007-05-09 [colin]      2.9.2cvs3
2679         * src/crash.c
2680         * src/exporthtml.c
2681         * src/mbox.c
2682         * src/prefs_summaries.c
2683         * src/procheader.c
2684         * src/common/log.c
2685         * src/common/utils.c
2686         * src/gtk/gtksourceprintjob.c
2687         * src/gtk/sslcertwindow.c
2688                 Use the re-entrant variant of time functions
2689                 Probably fixes bug 1217, 'reentrancy problems 
2690                 with time functions'
2692 2007-05-09 [colin]      2.9.2cvs2
2694         * src/imap.c
2695                 Fix crasher when reconnection fails
2697 2007-05-08 [paul]       2.9.2cvs1
2699         * NEWS
2700         * README
2701         * RELEASE_NOTES
2702         * configure.ac
2703                 bump version number following
2704                 stable release
2706 2007-05-08 [paul]       2.9.1cvs48
2708         * src/plugins/demo/demo.c
2709         * src/plugins/dillo_viewer/dillo_prefs.c
2710         * src/plugins/dillo_viewer/dillo_prefs.h
2711         * src/plugins/dillo_viewer/dillo_viewer.c
2712         * src/plugins/pgpcore/pgp_viewer.c
2713         * src/plugins/pgpcore/pgp_viewer.h
2714         * src/plugins/pgpcore/plugin.c
2715         * src/plugins/pgpcore/prefs_gpg.c
2716         * src/plugins/pgpcore/prefs_gpg.h
2717         * src/plugins/pgpcore/sgpgme.c
2718         * src/plugins/pgpcore/sgpgme.h
2719         * src/plugins/pgpinline/plugin.c
2720         * src/plugins/pgpmime/pgpmime.c
2721         * src/plugins/pgpmime/pgpmime.h
2722         * src/plugins/pgpmime/plugin.c
2723         * src/plugins/spamassassin/spamassassin.c
2724         * src/plugins/spamassassin/spamassassin.h
2725         * src/plugins/spamassassin/spamassassin_gtk.c
2726         * src/plugins/trayicon/README
2727         * tools/README
2728         * tools/README.sylprint
2729         * tools/outlook2claws-mail.pl
2730         * tools/sylprint.pl
2731         * tools/tb2claws-mail
2732         * tools/tbird2claws.py
2733         * tools/update-po
2734         * tools/vcard2xml.py
2735         * tools/kdeservicemenu/README
2736                 cleanups and corrections
2738 2007-05-06 [wwp]        2.9.1cvs47
2740         * tools/uudec
2741                 Fix missing dash to `display` command-line, reported
2742                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2744 2007-05-06 [colin]      2.9.1cvs46
2746         * src/Makefile.am
2747         * src/stock_pixmap.c
2748         * src/stock_pixmap.h
2749         * src/pixmaps/printer.xpm
2750                 Add a printer icon
2752 2007-05-06 [paul]       2.9.1cvs45
2754         * src/compose.c
2755         * src/ldapquery.c
2756         * src/privacy.h
2757         * src/summary_search.c
2758         * src/summaryview.c
2759                 fix build warnings
2761 2007-05-05 [wwp]        2.9.1cvs44
2763         * src/messageview.c
2764         * src/mh.c
2765         * src/prefs_actions.c
2766         * src/prefs_gtk.c
2767         * src/summaryview.c
2768         * src/common/xml.c
2769                 Fix "faild" typos everywhere and capitalization of
2770                 some g_warnings.
2772 2007-05-04 [colin]      2.9.1cvs43
2774         * src/compose.c
2775         * src/privacy.c
2776         * src/privacy.h
2777         * src/plugins/pgpcore/prefs_gpg.c
2778         * src/plugins/pgpcore/prefs_gpg.h
2779         * src/plugins/pgpinline/pgpinline.c
2780         * src/plugins/pgpmime/pgpmime.c
2781                 Add an API to warn about encryption limits,
2782                 and allow to disable these warnings
2784 2007-05-03 [colin]      2.9.1cvs42
2786         * src/summaryview.c
2787         * src/mainwindow.c
2788                 Fix bug 1213, 'Delete more than 
2789                 one thread at once'
2791 2007-05-03 [wwp]        2.9.1cvs41
2793         * src/prefs_common.c
2794         * src/prefs_filtering.c
2795         * src/prefs_template.c
2796         * src/common/template.c
2797         * src/common/template.h
2798         * src/gtk/gtkutils.c
2799         * src/gtk/gtkutils.h
2800                 Templates are no longer automatically sorted
2801                 by name, but can be sorted manually using
2802                 |< < > >| buttons as well as drag'n'drop.
2804 2007-05-03 [wwp]        2.9.1cvs40
2806         * src/plugins/spamassassin/spamassassin.c
2807         * src/plugins/spamassassin/spamassassin.h
2808         * src/plugins/spamassassin/spamassassin_gtk.c
2809         * src/plugins/bogofilter/bogofilter.c
2810         * src/plugins/bogofilter/bogofilter.h
2811         * src/plugins/bogofilter/bogofilter_gtk.c
2812                 Added an option to conditionally mark saved spam
2813                 as read (default is and was to do so).
2814                 Satisfies feature request 1708539 on sf.net tracker.
2816 2007-05-03 [colin]      2.9.1cvs39
2818         * src/inc.c
2819                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2821 2007-05-02 [colin]      2.9.1cvs38
2823         * src/textview.c
2824                 Fix bug 1209, 'Clicking on address 
2825                 in header (mailto uri) selects 
2826                 default account'. Patch adapted from
2827                 G.P. Halkes' patch.
2829 2007-05-02 [colin]      2.9.1cvs37
2831         * src/grouplistdialog.c
2832                 Set cursor to wait cursor while loading
2833                 groups.
2835 2007-05-02 [paul]       2.9.1cvs36
2837         * src/folder.c
2838         * src/common/defs.h
2839                 rename cache and mark files
2840                 (data is preserved)
2842 2007-04-30 [paul]       2.9.1cvs35
2844         * manual/glossary.xml
2845         * manual/plugins.xml
2846                 updates. Patch by Ricardo
2848 2007-04-29 [wwp]        2.9.1cvs34
2850         * src/mainwindow.c
2851         * configure.ac
2852                 Fix few grammatical errors (patch by David Relson < relson at
2853                 osagesoftware dot com >).
2855 2007-04-28 [colin]      2.9.1cvs33
2857         * src/account.c
2858         * src/pop.c
2859         * src/prefs_account.c
2860         * src/prefs_account.h
2861                 Drop the "Download all" preference. It's
2862                 stupidly useless and confuses people from
2863                 time to time.
2865 2007-04-27 [wwp]        2.9.1cvs32
2867         * src/account.c
2868         * src/prefs_account.c
2869         * src/prefs_account.h
2870                 Don't reflect accounts changes to the mainwindow when it's
2871                 not necessary.
2873 2007-04-27 [colin]      2.9.1cvs31
2875         * src/folder.c
2876                 Freeze/thaw when sync'ing flags
2877         * src/imap.c
2878         * src/prefs_account.c
2879         * src/prefs_account.h
2880         * src/etpan/imap-thread.c
2881         * src/etpan/imap-thread.h
2882                 Add a way to use UID FETCH instead
2883                 of searches to fetch message lists
2884                 and flags. More expensive towards
2885                 bandwidth, less expensive towards
2886                 server's CPU. Probably fixes 
2887                 bug 1158, 'Scanning new folders on 
2888                 Exchange 2007 extremely slow'.
2889                 Patch 95% by Hoa.
2891 2007-04-27 [paul]       2.9.1cvs30
2893         * src/mainwindow.c
2894         * src/prefs_logging.c
2895                 improvements to english usage
2897 2007-04-27 [colin]      2.9.1cvs29
2899         * src/imap.c
2900                 Fix build without libetpan (my bad!)
2902 2007-04-26 [colin]      2.9.1cvs28
2904         * src/imap.c
2905         * src/imap.h
2906                 Fix uselessly exported function
2907         * src/textview.c
2908                 Consider "- -- \n" as signature separator
2909                 (that's what signature separators look like
2910                  in PGP/Inline signed mails)
2912 2007-04-26 [colin]      2.9.1cvs27
2914         * configure.ac
2915                 libetpan-0.49 is now required
2916         * src/procmime.c
2917                 Fix double fetching of mails if
2918                 first try failed
2919         * src/imap.c
2920                 Make offline sync faster, by
2921                 remembering last change time, and
2922                 last sync time.
2924 2007-04-26 [hoa]        2.9.1cvs26
2926         * src/imap.c
2927         * src/imap.h
2928         * src/mainwindow.c
2929         * src/toolbar.c
2930         * src/etpan/imap-thread.c
2931         * src/etpan/imap-thread.h
2932                 cancellation of IMAP operations is now allowed.
2933                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
2935 2007-04-26 [colin]      2.9.1cvs25
2937         * src/folder.c
2938                 Always fetch body+headers in folders that are
2939                 synched for offline use, if "Synchronise as
2940                 soon as possible" is set.
2941                 Fixes bug 1200, 'Add option to always retrieve full 
2942                 messages'
2944 2007-04-25 [colin]      2.9.1cvs24
2946         * src/compose.c
2947                 Fix bug 1198, 'Reply-all "disappearing" address bug 
2948                 persists...'
2950 2007-04-24 [colin]      2.9.1cvs23
2952         * src/folderview.c
2953                 Fix bug 1195, 'Hardware key navigation' 
2954                 Make GDK_Enter toggle expansion (Maemo)
2956 2007-04-24 [wwp]        2.9.1cvs22
2958         * src/compose.c
2959                 Fix few compiler warnings.
2961 2007-04-24 [paul]       2.9.1cvs21
2963         * src/Makefile.am
2964         * src/stock_pixmap.c
2965         * src/stock_pixmap.h
2966                 complete last commit
2968 2007-04-24 [paul]       2.9.1cvs20
2970         * src/gtk/about.c
2971         * src/pixmaps/active.xpm
2972         * src/pixmaps/checkbox_off.xpm
2973         * src/pixmaps/checkbox_on.xpm
2974         * src/pixmaps/inactive.xpm
2975                 kick out the blobs
2976                 remove transparent border from checkbox icons
2978 2007-04-24 [wwp]        2.9.1cvs19
2980         * src/textview.c
2981         * src/textview.h
2982                 Fix a crash in textview, thanks to Colin.
2984 2007-04-23 [wwp]        2.9.1cvs18
2986         * src/prefs_common.c
2987                 Fix 2.9.1cvs5: no header was being translated at all.
2989 2007-04-23 [colin]      2.9.1cvs17
2991         * src/Makefile.am
2992         * src/stock_pixmap.c
2993         * src/stock_pixmap.h
2994         * src/summaryview.c
2995         * src/summaryview.h
2996         * src/gtk/gtksctree.c
2997         * src/gtk/gtksctree.h
2998         * src/pixmaps/selection.xpm
2999                 Fix bug 1193, 'Need a way to multi-select
3000                 items'. Add a toggle button to the summaryview
3001                 to switch between normal and multiple selection
3002                 (Maemo)
3004 2007-04-23 [colin]      2.9.1cvs16
3006         * src/Makefile.am
3007         * src/stock_pixmap.c
3008         * src/stock_pixmap.h
3009         * src/summaryview.c
3010         * src/summaryview.h
3011         * src/gtk/gtksctree.c
3012         * src/gtk/gtksctree.h
3013         * src/pixmaps/selection.xpm
3014                 Fix bug 1193, 'Need a way to multi-
3015                 select items'
3016                 Add a toggle button in the summaryview
3017                 to enable normal or multiple selection.
3018                 (Maemo)
3020 2007-04-23 [colin]      2.9.1cvs15
3022         * src/compose.c
3023                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3025 2007-04-21 [colin]      2.9.1cvs14
3027         * src/gtk/quicksearch.c
3028                 Fix previous commit (actually use correct
3029                 parameter)
3031 2007-04-21 [colin]      2.9.1cvs13
3033         * src/gtk/quicksearch.c
3034                 Fix changing quicksearch type (after Esc,
3035                 after changing Recursive, ...)
3037 2007-04-20 [wwp]        2.9.1cvs12
3039         * src/gtk/Makefile.am
3040                 Added headers.h (completes 2.9.1cvs5).
3042 2007-04-20 [wwp]        2.9.1cvs11
3044         * src/addressbook.c
3045                 Fix the use of display name in name column,
3046                 it has been overriden w/ the use of nickname
3047                 by 2.9.0cvs3. Now nickname is used (if any)
3048                 in case of LDAP books only.
3050 2007-04-20 [colin]      2.9.1cvs10
3052         * src/mimeview.c
3053         * src/summaryview.c
3054         * src/textview.c
3055                 Add handling of 'a' to loop in a mail's
3056                 mimeparts
3058 2007-04-20 [colin]      2.9.1cvs9
3060         * src/toolbar.c
3061                 Fix bug 1190, 'dir_open' button doesn't work'
3062                 (Maemo)
3064 2007-04-20 [colin]      2.9.1cvs8
3066         * src/folderview.c
3067         * src/mainwindow.c
3068                 Fix bug 1194, 'Hardware keys move from email 
3069                 list to account/directory list, but not back 
3070                 to email list...' (Maemo)
3072 2007-04-20 [colin]      2.9.1cvs7
3074         * src/compose.h
3075                 complete previous commit
3077 2007-04-20 [colin]      2.9.1cvs6
3079         * src/compose.c
3080                 Fix bug 1187, 'Reply-to addressee disappears 
3081                 when reply-to text box is clicked...' (Maemo)
3083 2007-04-20 [wwp]        2.9.1cvs5
3085         * po/POTFILES.in
3086         * src/addressbook.c
3087         * src/compose.c
3088         * src/filtering.c
3089         * src/headerview.c
3090         * src/matcher.c
3091         * src/prefs_common.c
3092         * src/prefs_common.h
3093         * src/prefs_display_header.c
3094         * src/prefs_matcher.c
3095         * src/summaryview.c
3096         * src/gtk/headers.h
3097         * src/gtk/quicksearch.c
3098                 Translate more header names according to the relevant option value,
3099                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3100                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3101                 to prefs_common_translated_header_name().
3102                 Added a headers.h reference file that contains known header names
3103                 (RFC2822 and others) to the translation process' input, so that
3104                 translated header names will still exist even if no occurrence of
3105                 _("headername") is found anymore in the sources.
3106                 Don't translate column name 'Number' following to trans_hdr option
3107                 value as it's not a header name.
3109 2007-04-20 [colin]      2.9.1cvs4
3111         * src/gtk/quicksearch.c
3112         * src/gtk/quicksearch.h
3113                 Add "From, To or Subject" quicksearch
3114                 type. Patch by ulfschaper@users.sf.net
3116 2007-04-20 [colin]      2.9.1cvs3
3118         * src/matcher.c
3119                 Implement proper references filtering condition.
3120                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3122 2007-04-19 [wwp]        2.9.1cvs2
3124         * src/prefs_display_header.c
3125         * src/message_search.c
3126                 Fix few warnings (g_free of const gchar*).
3128 2007-04-19 [paul]       2.9.1cvs1
3130         * NEWS
3131         * README
3132         * RELEASE_NOTES
3133         * configure.ac
3134                 bump version number following
3135                 stable release
3137 2007-04-19 [paul]       2.9.0cvs9
3139         * manual/advanced.xml
3140         * manual/glossary.xml
3141                 fix typos
3143 2007-04-18 [paul]       2.9.0cvs8
3145         * src/pop.c
3146                 fix for CVE-2007-1558 (APOP)
3147                 Thanks to Colin
3149 2007-04-18 [paul]       2.9.0cvs7
3151         * src/messageview.c
3152         * src/mimeview.c
3153         * src/summaryview.c
3154         * src/gtk/filesel.c
3155                 Fix encoding woes wrt saving of
3156                 mails and parts
3157                 Thanks to Colin
3159 2007-04-18 [colin]      2.9.0cvs6
3161         * src/gtk/pluginwindow.c
3162                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3164 2007-04-17 [wwp]        2.9.0cvs5
3166         * src/addressadd.c
3167         * src/addressbook.c
3168         * src/addrindex.c
3169         * src/ldapupdate.c
3170                 Fix --disable-ldap build,
3171                 fix some LDAP annoyances on 
3172                 searches, thanks to Colin.
3174 2007-04-17 [wwp]        2.9.0cvs4
3176         * src/ldapupdate.c
3177                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3178                 like gcc 2.9x. Thanks to Colin.
3180 2007-04-17 [wwp]        2.9.0cvs3
3182         * src/Makefile.am
3183         * src/addressadd.c
3184         * src/addressbook.c
3185         * src/addrindex.c
3186         * src/addritem.c
3187         * src/addritem.h
3188         * src/editaddress.c
3189         * src/ldapctrl.c
3190         * src/ldapctrl.h
3191         * src/ldapquery.c
3192         * src/ldapserver.c
3193         * src/ldapserver.h
3194         * src/ldapupdate.c
3195         * src/ldapupdate.h
3196                 Add LDAP write support. Patch mostly by 
3197                 Michael <mir at datanom dot net>
3199 2007-04-17 [wwp]        2.9.0cvs2
3201         * src/compose.c
3202                 Prepend "Add to address book" to the context menu of compose window's sender and
3203                 recipient fields.
3205 2007-04-16 [paul]       2.9.0cvs1
3207         * src/gtk/authors.h
3208                 add Pader Rezso
3210 2007-04-16 [paul]       2.9.0
3212         * NEWS
3213         * README
3214         * RELEASE_NOTES
3215                 2.9.0 released
3217 2007-04-16 [paul]       2.8.1cvs102
3219         * po/fr.po
3220                 updated by Fabien Vantard
3222 2007-04-16 [paul]       2.8.1cvs101
3224         * po/ca.po
3225         * po/cs.po
3226         * po/de.po
3227         * po/hu.po
3228         * po/pl.po
3229         * po/pt_BR.po
3230         * po/sr.po
3231         * po/zh_CN.po
3232                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3233                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3234                 Aleksandar Urosevic, and Ralgh Young
3236 2007-04-15 [mones]      2.8.1cvs100
3238         * po/es.po
3239                 Updated for release
3241 2007-04-14 [colin]      2.8.1cvs99
3243         * src/message_search.c
3244         * src/prefs_display_header.c
3245         * src/summary_search.c
3246         * src/gtk/combobox.c
3247                 Fix allocations
3249 2007-04-14 [wwp]        2.8.1cvs98
3251         * src/gtk/combobox.c
3252         * src/message_search.c
3253         * src/summary_search.c
3254         * src/prefs_display_header.c
3255                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3256                 returns NULL, get the text value directly from the GtkEntry child.
3258 2007-04-13 [colin]      2.8.1cvs97
3260         * src/gtk/quicksearch.c
3261                 Give the focus back to summaryview when
3262                 emptying the quicksearch with Esc
3264 2007-04-13 [colin]      2.8.1cvs96
3266         * src/message_search.c
3267         * src/prefs_display_header.c
3268         * src/summary_search.c
3269                 Fix possibles crashes when getting text
3270                 from gtk combos
3272 2007-04-13 [colin]      2.8.1cvs95
3274         * src/pop.c
3275                 Add some UIDL debugging
3277 2007-04-12 [colin]      2.8.1cvs94
3279         * src/folder.c
3280                 Force folder scan if necessary after
3281                 copying mails, to be able to reapply
3282                 flags.
3284 2007-04-11 [colin]      2.8.1cvs93
3286         * src/main.c
3287                 don't scan for new mail on startup if --select
3288                 is specified (or race conditions arise). If so,
3289                 do both sequentially.
3291 2007-04-09 [colin]      2.8.1cvs92
3293         * src/common/defs.h
3294                 Use leafpad by default on Maemo. Patch
3295                 by Jean-Luc Biord.
3297 2007-04-06 [colin]      2.8.1cvs91
3299         * src/pixmaps/queue_close.xpm
3300         * src/pixmaps/queue_close_hrm.xpm
3301         * src/pixmaps/queue_close_hrm_mark.xpm
3302         * src/pixmaps/queue_close_mark.xpm
3303         * src/pixmaps/queue_open.xpm
3304         * src/pixmaps/queue_open_hrm.xpm
3305         * src/pixmaps/queue_open_hrm_mark.xpm
3306         * src/pixmaps/queue_open_mark.xpm
3307                 Move the clock one pixel down :)
3309 2007-04-05 [colin]      2.8.1cvs90
3311         * src/mainwindow.c
3312                 Don't sync when switching offline from
3313                 command line - it's usually too late :)
3315 2007-04-05 [paul]       2.8.1cvs89
3317         * src/Makefile.am
3318         * src/stock_pixmap.c
3319         * src/pixmaps/dir_close_hrm.xpm
3320         * src/pixmaps/dir_close_hrm_mark.xpm
3321         * src/pixmaps/drafts_close.xpm
3322         * src/pixmaps/drafts_close_mark.xpm
3323         * src/pixmaps/drafts_open.xpm
3324         * src/pixmaps/drafts_open_mark.xpm
3325         * src/pixmaps/inbox.xpm
3326         * src/pixmaps/inbox_close.xpm
3327         * src/pixmaps/inbox_close_hrm.xpm
3328         * src/pixmaps/inbox_close_hrm_mark.xpm
3329         * src/pixmaps/inbox_close_mark.xpm
3330         * src/pixmaps/inbox_hrm.xpm
3331         * src/pixmaps/inbox_hrm_mark.xpm
3332         * src/pixmaps/inbox_mark.xpm
3333         * src/pixmaps/inbox_open.xpm
3334         * src/pixmaps/inbox_open_hrm.xpm
3335         * src/pixmaps/inbox_open_hrm_mark.xpm
3336         * src/pixmaps/inbox_open_mark.xpm
3337         * src/pixmaps/outbox.xpm
3338         * src/pixmaps/outbox_close.xpm
3339         * src/pixmaps/outbox_close_hrm.xpm
3340         * src/pixmaps/outbox_close_hrm_mark.xpm
3341         * src/pixmaps/outbox_close_mark.xpm
3342         * src/pixmaps/outbox_hrm.xpm
3343         * src/pixmaps/outbox_hrm_mark.xpm
3344         * src/pixmaps/outbox_mark.xpm
3345         * src/pixmaps/outbox_open.xpm
3346         * src/pixmaps/outbox_open_hrm.xpm
3347         * src/pixmaps/outbox_open_hrm_mark.xpm
3348         * src/pixmaps/outbox_open_mark.xpm
3349         * src/pixmaps/queue_close.xpm
3350         * src/pixmaps/queue_close_hrm.xpm
3351         * src/pixmaps/queue_close_hrm_mark.xpm
3352         * src/pixmaps/queue_close_mark.xpm
3353         * src/pixmaps/queue_open.xpm
3354         * src/pixmaps/queue_open_hrm.xpm
3355         * src/pixmaps/queue_open_hrm_mark.xpm
3356         * src/pixmaps/queue_open_mark.xpm
3357                 updated, added and replaced icons
3358                 Icons by Colin
3360 2007-04-04 [colin]      2.8.1cvs88
3362         * src/imap.c
3363                 Fix build without libetpan
3365 2007-04-03 [colin]      2.8.1cvs87
3367         * src/imap.c
3368                 Fix crash with Citadel, and try to make
3369                 things work. this server (and specifically 
3370                 STATUS and APPEND at least) seems broken.
3372 2007-04-03 [colin]      2.8.1cvs86
3374         * src/folderview.c
3375                 Fix icons on folder close
3377 2007-04-03 [colin]      2.8.1cvs85
3379         * src/inc.c
3380                 Fix double-ask of offline override in
3381                 certain cases
3382         * src/imap.c
3383         * src/imap.h
3384         * src/imap_gtk.c
3385                 Much more efficient way to synchronise
3386                 for offline use
3387         * src/etpan/imap-thread.c
3388                 Fix possible segs
3389         * src/folder.c
3390         * src/gtk/quicksearch.c
3391                 Fix some GUI lags
3393 2007-04-03 [paul]       2.8.1cvs84
3395         * src/filtering.c
3396         * src/folder.c
3397         * src/folder.h
3398         * src/prefs_common.c
3399         * src/prefs_common.h
3400         * src/prefs_other.c
3401                 Fix sync being done too late
3402                 Thanks to Colin
3404 2007-04-02 [colin]      2.8.1cvs83
3406         * src/summaryview.c
3407                 Maemo: Put status and quicksearch at the top
3408         * src/plugins/bogofilter/bogofilter.c
3409         * src/plugins/spamassassin/spamassassin.c
3410                 Derive trash from inbox if possible
3412 2007-04-02 [paul]       2.8.1cvs82
3414         * src/plugins/bogofilter/bogofilter_gtk.c
3415                 a few English changes
3417 2007-04-02 [paul]
3419         2.9.0-rc1 released
3421 2007-04-02 [colin]      2.8.1cvs81
3423         * src/image_viewer.c
3424                 Fix transparent images by using
3425                 GtkImage
3426         * src/messageview.c
3427                 Flush events (on new windows) to avoid
3428                 having the textview's image resize fail
3429                 to know the available width
3431 2007-04-01 [colin]      2.8.1cvs80
3433         * src/prefs_account.c
3434                 If no MH mailbox exist, when creating a POP/Local
3435                 account, just create and use the default one 
3436                 instead of bailing with a "Mailbox doesn't exist"
3437                 error
3439 2007-03-31 [colin]      2.8.1cvs79
3441         * src/prefs_account.c
3442                 Create signature file if it doesn't exist
3443                 before editing
3444         * src/prefs_toolbar.c
3445                 Maemo: Move "Use default" on the left so
3446                 that people can find it
3447         * src/common/defs.h
3448                 Maemo: make default editor "Maemopad", 
3449                 default signature file "MyDocs/signature.txt"
3451 2007-03-31 [colin]      2.8.1cvs78
3453         * src/prefs_account.c
3454                 Maemo: rework account prefs so
3455                 that less horizontal scrolling
3456                 is required
3458 2007-03-31 [colin]      2.8.1cvs77
3460         * src/folderview.c
3461         * src/prefs_common.c
3462         * src/prefs_common.h
3463                 Fix bug 1167, 'Allow not displaying zeros 
3464                 in folder list'. Patch by MartinP
3466 2007-03-31 [colin]      2.8.1cvs76
3468         * AUTHORS
3469                 Add Jean-Luc Biord
3471 2007-03-31 [colin]      2.8.1cvs75
3473         * src/imap.c
3474                 Apply patch from bug 1172, direct
3475                 access to the folder's session instead
3476                 of using getter. Patch by MartinP
3478 2007-03-31 [paul]       2.8.1cvs74
3480         * src/gtk/authors.h
3481                 no need to list Fabien twice!
3483 2007-03-31 [colin]      2.8.1cvs73
3485         * src/inc.c
3486                 If we're currently "overriding for %d minutes",
3487                 don't ask
3489 2007-03-31 [colin]      2.8.1cvs72
3491         * src/compose.c
3492         * src/imap.c
3493         * src/inc.c
3494         * src/inc.h
3495         * src/messageview.c
3496         * src/news.c
3497         * src/plugins/spamassassin/spamassassin.c
3498                 Offline override: Add a parameter to allow
3499                 asking even if the override timer is running.
3500                 Allows to ask every time the user makes an
3501                 explicit action needing online access (such
3502                 as Get Mail), and not when the action is 
3503                 implicit (such as opening an IMAP folder)
3505 2007-03-31 [colin]      2.8.1cvs71
3507         * src/inc.c
3508                 Override offline: "No" answer shouldn't
3509                 re-ask after 3 seconds, but 10 minutes. 
3511 2007-03-30 [colin]      2.8.1cvs70
3513         * src/common/socket.c
3514                 Better error reporting on unix socket
3515                 failure (bind usually)
3516         * src/gtk/gtkutils.c
3517         * src/gtk/gtkutils.h
3518                 Label window: add a pulsing progress
3519                 bar to show we're not hung :)
3520         * src/folderview.c
3521         * src/main.c
3522         * src/plugins/pgpcore/sgpgme.c
3523                 Update API
3525 2007-03-30 [colin]      2.8.1cvs69
3527         * src/pop.c
3528         * src/prefs_common.c
3529                 Fix possible trashing of history and uidl
3530                 files on disk full problems
3532 2007-03-30 [paul]       2.8.1cvs68
3534         * src/mainwindow.c
3535         * src/summaryview.c
3536         * src/summaryview.h
3537                 update summary when changing layout type
3538                 (fixes wrong folder icon being displayed)
3539                 Thanks to Colin
3541 2007-03-29 [colin]      2.8.1cvs67
3543         * src/prefs_ext_prog.c
3544                 The browser pref is irrelevant on Maemo
3546 2007-03-29 [colin]      2.8.1cvs66
3548         * src/compose.c
3549         * src/compose.h
3550                 Maemo: dynamically switch headers/text position
3551         * src/prefs_common.c
3552                 Maemo: hide compose's ruler by default
3553         * src/common/socket.c
3554         * src/common/socket.h
3555                 Fix build warning
3557 2007-03-29 [colin]      2.8.1cvs65
3559         * src/common/socket.c
3560         * src/common/socket.h
3561                 Fix build when MAEMO_CFLAGS contains
3562                 _X_OPENSOURCE (resolv.h errors as long
3563                 as we don't add _BSD_SOURCE. Ugly).
3565 2007-03-29 [wwp]        2.8.1cvs64
3567         * src/prefs_logging.c
3568                 Fix sensitivity of clip-log widgets in prefs/logging,
3569                 thanks to Fabien.
3571 2007-03-29 [wwp]        2.8.1cvs63
3573         * po/POTFILES.in
3574                 Updated files list for translations, thanks to Fabien.
3576 2007-03-29 [colin]      2.8.1cvs62
3578         * src/main.c
3579         * src/common/Makefile.am
3580         * src/common/utils.c
3581                 Maybe make URI opening work in Maemo
3582                 Requires testing :)
3584 2007-03-28 [colin]      2.8.1cvs61
3586         * src/folder.c
3587         * src/folder.h
3588         * src/folderview.c
3589                 Add the possibility to sort folders arbitrarily
3590                 (via editing of folderlist.xml only). Patch by
3591                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3592                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3593                 be changed by the user'
3595 2007-03-28 [colin]      2.8.1cvs60
3597         * src/mimeview.c
3598                 Add popup menu for mime icons
3600 2007-03-28 [colin]      2.8.1cvs59
3602         * src/mainwindow.c
3603                 Fix a layout issue when presenting
3604                 mainwindow in Small screen layout
3605         * src/toolbar.c
3606         * src/toolbar.h
3607                 Add a "Go to folder list" button for
3608                 mainwindow, and make it default in
3609                 the Maemo build
3611 2007-03-28 [colin]      2.8.1cvs58
3613         * src/compose.c
3614                 Don't dynamically update title on Maemo
3615                 Patch by Jean-Luc Biord
3617 2007-03-27 [colin]      2.8.1cvs57
3619         * src/compose.c
3620         * src/folderview.c
3621         * src/summaryview.c
3622                 Enable tap-and-hold on Maemo
3624 2007-03-26 [colin]      2.8.1cvs56
3626         * src/compose.c
3627                 More popup-menu (in attachments list)
3629 2007-03-26 [colin]      2.8.1cvs55
3631         * src/compose.c
3632                 Enable popup-menu signal
3634 2007-03-26 [colin]      2.8.1cvs54
3636         * src/plugins/pgpinline/pgpinline.c
3637                 Fix bug 1111, 'PGP/inline plugin hides text 
3638                 around encrypted text block'. Patch based on
3639                 a patch from Michal Cihar.
3641 2007-03-26 [wwp]        2.8.1cvs53
3643         * src/procmsg.c
3644                 Fix getting a false error when sending queued message
3645                 whereas the sending was fine (if there are subfolders
3646                 in the queue folder), thanks to Colin.
3648 2007-03-26 [paul]       2.8.1cvs52
3650         * src/wizard.c
3651                 update FACE header in welcome message
3653 2007-03-25 [colin]      2.8.1cvs51
3655         * src/Makefile.am
3656                 Fix make dist
3658 2007-03-25 [colin]      2.8.1cvs50
3660         * src/main.c
3661                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3663 2007-03-24 [colin]      2.8.1cvs49
3665         * src/main.c
3666                 Fix a few launch problems on Maemo
3667                 Patch by Jean-Luc Biord
3669 2007-03-24 [wwp]        2.8.1cvs48
3671         * src/alertpanel.c
3672         * src/alertpanel.h
3673         * src/messageview.c
3674         * src/summaryview.c
3675                 Fix wrong action performed when closing the
3676                 "ask about account specific filtering rules
3677                 when filtering manually" dialog by pressing Escape.
3678                 Fix wrong order of buttons in the "return receipt
3679                 notification - the message was sent to several of
3680                 your accounts" dialog.
3682 2007-03-24 [paul]       2.8.1cvs47
3684         * src/folderview.c
3685                 an improvement to English usage
3686         * tools/kdeservicemenu/README
3687                 updated Claws url
3689 2007-03-24 [paul]       2.8.1cvs46
3691         * src/Makefile.am
3692         * src/stock_pixmap.c
3693         * src/pixmaps/edit_extern.xpm
3694         * src/pixmaps/mail_sign.xpm
3695                 rescue long lost icons
3697 2007-03-24 [paul]       2.8.1cvs45
3699         * src/toolbar.c
3700                 fix toolbar (broken in 2.8.1cvs42)
3702 2007-03-23 [colin]      2.8.1cvs44
3704         * src/imap.c
3705                 Correctly unsubscribe/resubscribe after
3706                 RENAME
3708 2007-03-23 [colin]      2.8.1cvs43
3710         * src/prefs_common.c
3711                 Maemo: as the platform is light on RAM, allow
3712                 caches to be discarded faster.
3714 2007-03-23 [colin]      2.8.1cvs42
3716         * src/Makefile.am
3717         * src/compose.c
3718         * src/compose.h
3719         * src/stock_pixmap.c
3720         * src/stock_pixmap.h
3721         * src/summaryview.c
3722         * src/summaryview.h
3723         * src/toolbar.c
3724         * src/toolbar.h
3725         * src/pixmaps/open_mail.xpm
3726                 Maemo changes: Add the possibility to have
3727                 "Open Email" and "Close Window" buttons on 
3728                 toolbars (and use them in Maemo's default
3729                 toolbars)
3731 2007-03-23 [wwp]        2.8.1cvs41
3733         * src/action.c
3734                 Reverted that part of the action dialog closure logics, to
3735                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3736                 done later in a different way (or may not).
3738 2007-03-22 [wwp]        2.8.1cvs40
3740         * src/action.c
3741                 Fix sticky action dialog when got no output but action command
3742                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3744 2007-03-22 [colin]      2.8.1cvs39
3746         * src/prefs_filtering.c
3747         * src/gtk/combobox.h
3748                 Fix escaping account names in filtering prefs
3750 2007-03-22 [colin]      2.8.1cvs38
3752         * src/addrindex.c
3753         * src/ldapctrl.h
3754         * src/ldapquery.c
3755                 Add any attribute specified in LDAP servers'
3756                 Search attributes to the Other Attributes tab
3757                 of contacts; Add 'telephoneNumber' in the
3758                 default list.
3760 2007-03-22 [colin]      2.8.1cvs37
3762         * src/folderview.c
3763         * src/folderview.h
3764         * src/mainwindow.c
3765                 Try to prevent race conditions when
3766                 changing the folder list
3767         * src/summaryview.c
3768                 Fix possible red folder icon when
3769                 switching from Small screen layout
3770                 to any other
3772 2007-03-22 [colin]      2.8.1cvs36
3774         * src/mainwindow.c
3775         * src/mainwindow.h
3776         * src/summaryview.c
3777                 Rename "little screen" to "Small screen"
3778         * src/gtk/Makefile.am
3779         * src/common/utils.c
3780         * src/mh.c
3781                 Fix Maemo-related compilation problems
3783 2007-03-21 [colin]      2.8.1cvs35
3785         * configure.ac
3786                 Fix previous commit
3787         * claws-mail.desktop
3788                 Remove .png from the Icon, it's useless
3790 2007-03-21 [colin]      2.8.1cvs34
3792         * configure.ac
3793         * src/Makefile.am
3794                 Add the necessary lib checking for 
3795                 Maemo
3797 2007-03-21 [colin]      2.8.1cvs33
3799         * src/main.c
3800                 Fix unconditional "error happened" when
3801                 sending via command-line. "lol @ myself"
3803 2007-03-21 [colin]      2.8.1cvs32
3805         * claws-mail-40x40.png
3806         * claws-mail-26x26.png
3807         * src/account.c
3808         * src/addressbook.c
3809         * src/compose.c
3810         * src/folderview.c
3811         * src/folderview.h
3812         * src/main.c
3813         * src/mainwindow.c
3814         * src/mainwindow.h
3815         * src/messageview.c
3816         * src/prefs_account.c
3817         * src/prefs_common.c
3818         * src/summary_search.c
3819         * src/summaryview.c
3820         * src/summaryview.h
3821         * src/gtk/authors.h
3822         * src/gtk/gtkutils.c
3823         * src/gtk/gtkutils.h
3824         * src/gtk/logwindow.c
3825         * src/gtk/menu.c
3826         * src/gtk/prefswindow.c
3827                 Add Maemo port (patch mainly by Jean-Luc Biort)
3828                 Add a new 'Little screen' layout to help on such
3829                 platforms (patch by me)
3830                 Make some default preferences different (more
3831                 adapted) on Maemo (patch by me)
3833 2007-03-21 [wwp]        2.8.1cvs31
3835         * src/prefs_logging.c
3836         * src/prefs_logging.h
3837                 Fixed copyright header of newly added files.
3839 2007-03-21 [wwp]        2.8.1cvs30
3841         * src/Makefile.am
3842         * src/filtering.c
3843         * src/filtering.h
3844         * src/folder.c
3845         * src/folderview.c
3846         * src/imap.c
3847         * src/inc.c
3848         * src/main.c
3849         * src/mainwindow.c
3850         * src/mainwindow.h
3851         * src/matcher.c
3852         * src/messageview.c
3853         * src/news.c
3854         * src/pop.c
3855         * src/prefs_common.c
3856         * src/prefs_common.h
3857         * src/prefs_logging.c
3858         * src/prefs_logging.h
3859         * src/prefs_other.c
3860         * src/procmsg.c
3861         * src/send_message.c
3862         * src/summaryview.c
3863         * src/common/log.c
3864         * src/common/log.h
3865         * src/common/nntp.c
3866         * src/common/session.c
3867         * src/common/smtp.c
3868         * src/common/socket.c
3869         * src/etpan/imap-thread.c
3870         * src/gtk/logwindow.c
3871         * src/gtk/logwindow.h
3872         * src/plugins/bogofilter/bogofilter.c
3873         * src/plugins/spamassassin/spamassassin.c
3874                 Added debugging of filtering/processing rules.
3875                 The debug log is here 'Tools/Filtering debug window',
3876                 the options there 'Configuration/Preferences/Other/Logging',
3877                 and the log file is ~/.claws-mail/filtering.log.
3878                 Moved protocol log prefs to 'Other/Logging' as well.
3879                 To support such debugging feature, the existing log API has
3880                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3881                 this impacts many external modules (commits follow).
3883 2007-03-21 [paul]       2.8.1cvs29
3885         * src/etpan/Makefile.am
3886         * src/etpan/imap-thread.c
3887                 add missing #include
3889 2007-03-21 [colin]      2.8.1cvs28
3891         * src/procmime.c
3892                 Fix bug 1157, 'some broken messages confuse 
3893                 mime parser'. Make sure we can't have MimeInfos
3894                 with negative sizes.
3896 2007-03-20 [colin]      2.8.1cvs27
3898         * src/main.c
3899                 Fix missing \0 on buffer
3901 2007-03-20 [colin]      2.8.1cvs26
3903         * src/mh.c
3904                 Use make_dir_hier instead of make_dir 
3905                 to create the MH mailbox
3907 2007-03-20 [colin]      2.8.1cvs25
3909         * src/folder.c
3910         * src/folder.h
3911         * src/prefs_account.c
3912         * src/wizard.c
3913                 Fix default inbox weirdnesses (after wizard,
3914                 if path is Mail, mailbox identifier is #mh/Mailbox,
3915                 and when creating new accounts)
3917 2007-03-20 [colin]      2.8.1cvs24
3919         * src/account.c
3920                 Write folderlist after adding/deleting accounts
3921                 that have folders
3923 2007-03-20 [colin]      2.8.1cvs23
3925         * src/imap.c
3926         * src/remotefolder.h
3927                 Fix bug 1153, 'CM segfaults if IMAP folder is 
3928                 selected while scanning prior to update'
3930 2007-03-17 [paul]       2.8.1cvs22
3932         * src/main.c
3933                 fix a typo, and be a little more verbose.
3935 2007-03-17 [wwp]        2.8.1cvs21
3937         * src/inc.c
3938                 Fix a compiler warning.
3940 2007-03-16 [wwp]        2.8.1cvs20
3942         * tools/Makefile.am
3943         * tools/README
3944                 Updated to deal w/ the new mairix.sh tool.
3946 2007-03-16 [wwp]        2.8.1cvs19
3948         * src/action.c
3949                 Fix logics issues around the action IO dialog:
3950                 - disable entry widget and exec button when
3951                   the exec button is clicked (don't wait for any
3952                   output line) - fix possible disabling/re-enabling/
3953                   re-disabling of those widgets
3954                 - raise an error if executing a %as{} action either
3955                   empty or invalid, instead of failing silently
3956                 - don't close the dialog if the abort button has been
3957                   clicked and if there was no output yet
3958                 - set focus to the abort button when the exec button
3959                   is clicked
3960                 - fix capitalization of a warning message
3962 2007-03-16 [wwp]        2.8.1cvs18
3964         * tools/mairix.sh
3965                 Added a wrapper to mairix to the tools folder.
3967 2007-03-16 [colin]      2.8.1cvs17
3969         * src/messageview.c
3970         * src/mimeview.h
3971                 Allow mimeviewer plugins to print
3972                 their stuff
3974 2007-03-16 [colin]      2.8.1cvs16
3976         * .cvsignore
3977                 Ignore *.patchset
3979 2007-03-15 [colin]      2.8.1cvs15
3981         * src/messageview.c
3982         * src/mimeview.h
3983                 Add a way for mimeviewer plugins to
3984                 implement body search
3986 2007-03-15 [paul]       2.8.1cvs14
3988         * src/prefs_spelling.c
3989                 fix English usage
3991 2007-03-15 [paul]       2.8.1cvs13
3993         * src/common/quoted-printable.c
3994                 fix decoding of quoted-printable parts
3996 2007-03-14 [wwp]        2.8.1cvs12
3998         * src/gtk/logwindow.h
3999                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4001 2007-03-14 [wwp]        2.8.1cvs11
4003         * src/gtk/logwindow.h
4004                 Complete 2.8.1cvs10.
4006 2007-03-14 [colin]      2.8.1cvs10
4008         * src/gtk/logwindow.c
4009                 Probably fix bug 1149, crash on logwindow
4010                 close - at the expense of performance once
4011                 logwin has been opened
4013 2007-03-14 [colin]      2.8.1cvs9
4015         * src/main.c
4016                 If claws-mail is running on another
4017                 display, warn instead of popping it up
4018                 on the other display
4020 2007-03-12 [colin]      2.8.1cvs8
4022         * src/wizard.c
4023                 Fix bug 1145, 'Setting a different name 
4024                 for the Mailbox name isn't reflected in 
4025                 default account settings'. Patch by wwp
4027 2007-03-12 [colin]      2.8.1cvs7
4029         * src/summaryview.c
4030                 Fix bug 1143, 'Add number of messages to be 
4031                 deleted to confirmation dialog'
4033 2007-03-12 [wwp]        2.8.1cvs6
4035         * src/folderview.c
4036         * src/prefs_common.c
4037         * src/prefs_common.h
4038         * src/prefs_summaries.c
4039                 Changed the option that displays unread messages count
4040                 next to the folder name in folder list: it is now
4041                 possible to either display nothing, display the
4042                 unread messages number only or the unread and total messages
4043                 numbers. The patch includes this extra feature as well
4044                 as some minor fixes by rewriting the algo in folderview.c.
4045                 Thanks to Paul for the original idea and implementation, plus
4046                 testing and proof-reading!
4048 2007-03-09 [paul]       2.8.1cvs5
4050         * tools/Makefile.am
4051         * tools/README
4052         * tools/claws-mail-compose-insert-files.pl
4053                 added a script which enables inserting files
4054                 into the message body of a new Claws Mail
4055                 Compose window from the command line. Additionally
4056                 To, Cc, Subject and files to attach to the message
4057                 can be specified.
4059 2007-03-09 [wwp]        2.8.1cvs4
4061         * src/addr_compl.c
4062         * src/addr_compl.h
4063         * src/filtering.c
4064                 Optimize matching of addresses in the addressbook
4065                 (filtering/processing 'found_in_addressbook' condition).
4067 2007-03-07 [wwp]        2.8.1cvs3
4069         * src/quote_fmt.c
4070         * src/quote_fmt_lex.l
4071         * src/quote_fmt_parse.y
4072                 Add a new quote format symbol: %A to insert the
4073                 sender email address (just the address itself).
4075 2007-03-06 [wwp]        2.8.1cvs2
4077         * src/gtk/gtkutils.c
4078         * src/plugins/trayicon/trayicon_prefs.h
4079         * src/plugins/trayicon/trayicon_prefs.c
4080         * src/plugins/trayicon/trayicon.c
4081         * src/mainwindow.h
4082         * src/mainwindow.c
4083                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4084                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4087 2007-03-06 [paul]       2.8.1cvs1
4089         * NEWS
4090         * README
4091         * RELEASE_NOTES
4092         * configure.ac
4093                 bump version number following
4094                 stable release
4096 2007-03-06 [paul]       2.8.0cvs24
4098         * po/cs.po
4099                 corrected by by Tim <timbrain@post.cz>
4101 2007-03-05 [colin]      2.8.0cvs23
4103         * src/Makefile.am
4104         * src/procmime.c
4105                 Fix mime/globs path on NetBSD
4106                 patch by George Michaelson
4108 2007-03-05 [wwp]        2.8.0cvs22
4110         * src/addr_compl.c
4111                 Remove debug statement (accidentally committed w/ cvs14).
4113 2007-03-05 [paul]       2.8.0cvs21
4115         * src/plugins/pgpcore/prefs_gpg.c
4116                 fix compiler warning
4118 2007-03-05 [wwp]        2.8.0cvs20
4120         * src/matcher_parser_parse.y
4121                 Fix mismerge between cvs17 and cvs19.
4123 2007-03-05 [wwp]        2.8.0cvs19
4125         * src/matcher_parser_parse.y
4126         * src/prefs_filtering_action.c
4127         * src/matcher.c
4128         * src/matcher.h
4129         * src/filtering.c
4130         * src/filtering.h
4131                 Add new 'add_to_addressbook' filtering/processing action.
4133 2007-03-05 [wwp]        2.8.0cvs18
4135         * src/filtering.c
4136                 Fix mark_as_ham filtering/processing action: spam flag
4137                 was not unset.
4139 2007-03-04 [colin]      2.8.0cvs17
4141         * src/filtering.c
4142         * src/matcher.c
4143         * src/matcher.h
4144         * src/matcher_parser_parse.y
4145         * src/prefs_filtering_action.c
4146                 Add 'Mark as spam' and 'Mark as ham' filtering
4147                 actions. Fixes bug 1138.
4149 2007-03-04 [colin]      2.8.0cvs16
4151         * src/imap.c
4152                 Fix bug 1140, wrong return value
4153                 without libetpan
4155 2007-03-04 [wwp]        2.8.0cvs15
4157         * src/addr_compl.c
4158                 Rollback cvs14: don't free stuff that is managed in g_list.
4160 2007-03-04 [wwp]        2.8.0cvs14
4162         * src/addr_compl.c
4163                 Fix a leak in address completion code.
4165 2007-03-04 [colin]      2.8.0cvs13
4167         * src/addr_compl.c
4168                 Maybe fix bug 1136, 'Crash in group 
4169                 address completion'
4171 2007-03-04 [iwkse]      2.8.0cvs12
4173         * src/imap.c
4174                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4176 2007-03-03 [colin]      2.8.0cvs11
4178         * src/plugins/pgpinline/pgpinline.c
4179                 Fix off-by-one, fix double-free. Fixes
4180                 bug 1135, 'cm-segfault on decrypting 
4181                 with PGP/inline'
4183 2007-03-03 [colin]      2.8.0cvs10
4185         * configure.ac
4186         * src/main.c
4187         * src/common/plugin.c
4188                 Fix bug 1134, 'Valgrind macros unhandled 
4189                 by Irix's cc'
4191 2007-03-02 [colin]      2.8.0cvs9
4193         * src/mbox.c
4194                 Don't error out on EAGAIN. Fixes 
4195                 bug 1129, '"local mbox file" account 
4196                 isn't retrieving mails'
4198 2007-03-01 [wwp]        2.8.0cvs8
4200         * src/mainwindow.c
4201         * src/gtk/colorlabel.c
4202                 Remove accels for extra color labels until we set better
4203                 and definitive ones.
4205 2007-02-28 [wwp]        2.8.0cvs7
4207         * src/mainwindow.c
4208         * src/matcher_parser_parse.y
4209         * src/prefs_common.c
4210         * src/prefs_msg_colors.c
4211         * src/procmsg.h
4212         * src/gtk/colorlabel.c
4213         * src/gtk/colorlabel.h
4214                 Add more customizable color labels. Cleaned up a bit
4215                 the color label API to avoid duplicate defines of
4216                 the max number of colors.
4218 2007-02-27 [colin]      2.8.0cvs6
4220         * src/mainwindow.c
4221         * src/common/utils.c
4222         * src/common/utils.h
4223                 Fix '+' in mailto URIs for List-* headers
4225 2007-02-27 [colin]      2.8.0cvs5
4227         * src/gtk/gtkutils.c
4228                 Use gtk_window_set_role instead of 
4229                 _set_wmclass
4231 2007-02-27 [colin]      2.8.0cvs4
4233         * src/inc.c
4234                 Fix "After receiving new mail, go to inbox" on IMAP,
4235                 and make it work only on manual reception
4237 2007-02-27 [wwp]        2.8.0cvs3
4239         * src/prefs_filtering.c
4240         * src/prefs_filtering_action.c
4241         * src/prefs_matcher.c
4242                 Update filtering matcher's and action's color label menus
4243                 when re-opening those dialogs (reflect any change to the
4244                 color labels list in the preferences).
4246 2007-02-27 [colin]      2.8.0cvs2
4248         * src/imap.c
4249         * src/etpan/etpan-thread-manager-types.h
4250         * src/etpan/etpan-thread-manager.c
4251         * src/etpan/imap-thread.c
4252                 Log imap ALERTs as errors in the log.
4254 2007-02-26 [paul]       2.8.0cvs1
4256         * tools/claws.i18n.status.pl
4257                 updated
4259 2007-02-26 [paul]       2.7.2cvs75
4261         * po/ca.po
4262         * po/cs.po
4263         * po/de.po
4264         * po/en_GB.po
4265         * po/fi.po
4266         * po/fr.po
4267         * po/hu.po
4268         * po/pl.po
4269         * po/pt_BR.po
4270         * po/sk.po
4271         * po/sr.po
4272         * po/zh_CN.po
4273                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4274                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4275                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4276                 Aleksandar Urosevic, and Ralgh Young
4278 2007-02-25 [mones]      2.7.2cvs74
4280         * po/es.po
4281                 Updated for release
4283 2007-02-25 [colin]      2.7.2cvs73
4285         * src/main.c
4286                 Clearing the list is only useful
4287                 to prevent a valgrind false-positive
4289 2007-02-25 [paul]       2.7.2cvs72
4291         * tools/Makefile.am
4292         * tools/README
4293         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4294         * tools/maildir2claws-mail.pl  **REMOVED**
4295                 renamed the script, fixed a couple bugs
4297 2007-02-23 [colin]      2.7.2cvs71
4299         * src/addressbook.c
4300                 Fix a leak, check for a few improbable nulls
4302 2007-02-23 [colin]      2.7.2cvs70
4304         * src/main.c
4305         * src/main.h
4306         * src/plugins/trayicon/trayicon.c
4307                 Fix blinking mainwin when starting in tray
4308                 (show mainwindow later in the startup process,
4309                  apart if restarting post-crash)
4311 2007-02-23 [colin]      2.7.2cvs69
4313         * src/folderview.c
4314         * src/imap_gtk.c
4315                 Fix crash when unsubscribing the currently
4316                 selected/opened folder
4318 2007-02-23 [colin]      2.7.2cvs68
4320         * src/compose.c
4321                 Fix bug that prevented colorization to
4322                 work without wrap quotation option
4324 2007-02-23 [colin]      2.7.2cvs67
4326         * src/addr_compl.c
4327                 Fix refcounting, start and end completion who
4328                 behaved as if there couldn't be any other current
4329                 user of completion
4331 2007-02-23 [wwp]        2.7.2cvs66
4333         * src/addressbook.c
4334         * src/addrindex.c
4335                 Address completion fixes: fix addressbook_peek_folder_exists() in
4336                 which the algorithm was ridiculously over-obfuscated and broken.
4337                 Fix addrindex_load_completion() as well, to load addresses in
4338                 completion list with regards to what addressbook_peek_folder_exists()
4339                 returns now.
4341 2007-02-23 [wwp]        2.7.2cvs65
4343         * src/addr_compl.c
4344                 Add addresses to completion when they're non-empty (thanks to Colin).
4346 2007-02-23 [paul]       2.7.2cvs64
4348         * src/plugins/pgpcore/passphrase.c
4349                 remove 'const '
4351 2007-02-23 [colin]      2.7.2cvs63
4353         * src/plugins/pgpcore/prefs_gpg.c
4354         * src/plugins/pgpcore/prefs_gpg.h
4355         * src/plugins/pgpcore/sgpgme.c
4356         * src/plugins/pgpinline/pgpinline.c
4357         * src/plugins/pgpmime/pgpmime.c
4358                 Try harder to respect user's choice wrt
4359                 gpg-agent even with gpg2, by unsetting
4360                 GPG_AGENT_INFO when necessary.
4362 2007-02-22 [paul]       2.7.2cvs62
4364         * src/plugins/pgpcore/sgpgme.c
4365         * src/plugins/pgpcore/sgpgme.h
4366         * src/plugins/pgpcore/passphrase.c
4367         * src/plugins/pgpinline/pgpinline.c
4368         * src/plugins/pgpmime/pgpmime.c
4369                 Fix a leak - gpgme_data_release_and_get_mem
4370                 leaks in recent gpgme. Workaround by using
4371                 our own function.
4373 2007-02-22 [paul]       2.7.2cvs61
4375         * src/gtk/quicksearch.c
4376                 Abandon dynamic search when pressing
4377                 Enter
4379 2007-02-21 [colin]      2.7.2cvs60
4381         * src/procmsg.c
4382         * src/plugins/pgpcore/passphrase.c
4383                 Fix little memory leaks
4384         * src/main.c
4385                 Fix false-positive leak at exit
4386         * src/gtk/quicksearch.c
4387                 Fix potentially big leak in recursive
4388                 Quicksearch
4390 2007-02-21 [wwp]        2.7.2cvs59
4392         * src/summaryview.c
4393                 Add missing newline to a debug message.
4395 2007-02-20 [colin]      2.7.2cvs58
4397         * src/Makefile.am
4398         * src/mimeview.c
4399         * src/stock_pixmap.c
4400         * src/stock_pixmap.h
4401         * src/pixmaps/mime_pgpsig.xpm
4402                 Add icon for application/pgp-signature
4404 2007-02-20 [colin]      2.7.2cvs57
4406         * src/Makefile.am
4407         * src/main.c
4408         * src/mimeview.c
4409         * src/stock_pixmap.c
4410         * src/stock_pixmap.h
4411         * src/pixmaps/mime_calendar.xpm
4412         * src/pixmaps/mime_pdf.xpm
4413         * src/pixmaps/mime_ps.xpm
4414                 Add icons for text/calendar, application/pdf
4415                 and application/postscript
4417 2007-02-20 [colin]      2.7.2cvs56
4419         * autogen.sh
4420         * src/matcher_parser_parse.y
4421         * src/matcher_parser_lex.l
4422                 Fix big memory leak in flex, and
4423                 require flex 2.5.31
4425 2007-02-20 [wwp]        2.7.2cvs55
4427         * src/matcher_parser_parse.y
4428                 Fix a duplicate token definition (thanks to iwkse).
4430 2007-02-20 [wwp]        2.7.2cvs54
4432         * src/matcher_parser_lex.l
4433         * src/quote_fmt_lex.l
4434                 Use proper flex options instead of direct use of #define,
4435                 make the flex-generated C lighter.
4437 2007-02-20 [colin]      2.7.2cvs53
4439         * src/summaryview.c
4440                 Grab focus in message list after hiding
4441                 the quicksearch, instead of leaving it
4442                 "somewhere"
4444 2007-02-19 [colin]      2.7.2cvs52
4446         * src/folderview.c
4447                 Fix bug 1033, 'Automatically refresh 
4448                 message list when new messages arrives'
4449                 Looks like folderview->opened can sometimes
4450                 be wrong...
4452 2007-02-19 [paul]       2.7.2cvs51
4454         * tools/Makefile.am
4455         * tools/README
4456         * tools/thunderbird-filters-convertor.pl
4457                 add new script which converts thunderbird filter
4458                 rules to Claws filter rules
4460 2007-02-18 [paul]       2.7.2cvs50
4462         * src/plugins/pgpcore/prefs_gpg.c
4463         * src/plugins/pgpcore/prefs_gpg.h
4464         * src/plugins/pgpcore/sgpgme.c
4465         * src/plugins/pgpinline/pgpinline.c
4466         * src/plugins/pgpmime/pgpmime.c
4467                 improved GUI interoperability with gpg-agent
4469 2007-02-18 [paul]       2.7.2cvs49
4471         * src/prefs_account.c
4472                 Privacy options sensitivity fix
4474 2007-02-17 [colin]      2.7.2cvs48
4476         * src/messageview.c
4477                 Reset icon to warning in the noticeview
4479 2007-02-15 [colin]      2.7.2cvs47
4481         * src/folderview.c
4482                 Fix a manifestation of bug 1033 (summaryview failing
4483                 to update for new mails), which happens after editing
4484                 account preferences or preferences that cause a 
4485                 folderview reload.
4487 2007-02-15 [colin]      2.7.2cvs46
4489         * src/addressbook.c
4490                 Probably fix bug 1123, 'Segmentation 
4491                 fault while opening address book'. I get
4492                 g_warnings if the saved paned position is
4493                 not greater than 0. Also, save position
4494                 when hiding the addressbook instead of
4495                 via signal.
4497 2007-02-14 [colin]      2.7.2cvs45
4499         * src/plugins/pgpcore/prefs_gpg.c
4500         * src/plugins/pgpcore/prefs_gpg.h
4501         * src/plugins/pgpcore/sgpgme.c
4502         * src/plugins/pgpinline/pgpinline.c
4503         * src/plugins/pgpmime/pgpmime.c
4504                 Add an option "Use gpg-agent if available". Fixes
4505                 annoyances with distro-installed gpg-agent, when
4506                 no pinentry program is installed, and the user's 
4507                 at a loss on why "decryption failed". Makes more
4508                 clear why passphrase isn't saved when gpg-agent is
4509                 used. Defaults to true, to avoid changing the 
4510                 current behaviour.
4512 2007-02-14 [wwp]        2.7.2cvs44
4514         * src/matcher_parser_parse.y
4515                 Fix missing line number reset (wrong line number might appear
4516                 when re-loading filtering rules if there's a parser error).
4518 2007-02-13 [colin]      2.7.2cvs43
4520         * src/common/utils.c
4521                 Don't encode ',' in URIs before passing it
4522                 to the browser command-line. It was probably
4523                 done at a time where commas in URIs made
4524                 mozilla -remote 'openurl(%s,new-window)'
4525                 bug.
4527 2007-02-13 [wwp]        2.7.2cvs42
4529         * src/prefs_matcher.c
4530         * src/plugins/bogofilter/bogofilter_gtk.c
4531                 A bit of string factorization around "Select ..." buttons.
4533 2007-02-11 [colin]      2.7.2cvs41
4535         * src/alertpanel.c
4536                 Make sure to escape the title
4538 2007-02-11 [colin]      2.7.2cvs40
4540         * src/codeconv.c
4541                 Recognize .utf8 locales as .UTF-8 ones
4543 2007-02-11 [colin]      2.7.2cvs39
4545         * src/compose.c
4546                 Fix code conversion when dragging a file
4548 2007-02-09 [colin]      2.7.2cvs38
4550         * src/plugins/clamav/clamav_plugin.c
4551                 Complete Paul's patch with conditional
4552                 compilation to avoid breaking compilation
4553                 on old Dapper and Edgy... Maybe other
4554                 distros too.
4556 2007-02-09 [paul]       2.7.2cvs37
4558         * src/plugins/clamav/clamav_plugin.c
4559                 fix for the upstream changes in libclamav
4561 2007-02-09 [paul]       2.7.2cvs36
4563         * src/main.c
4564         * src/mainwindow.c
4565         * src/procmsg.c
4566         * src/procmsg.h
4567                 fix "warn if there are queued messages" (on exit)
4568                 option, which only checked the first mailbox's
4569                 queue
4570                 don't ask before emptying trash if there are no
4571                 messages in trash, also check and empty all trash
4572                 folders
4573         * src/prefs_other.c
4574                 move "Ask before emptying trash" option
4575                 outside of the "On exit" frame as it's
4576                 not only an "On exit" option
4578 2007-02-09 [paul]       2.7.2cvs35
4580         * src/addrgather.c
4581         * src/alertpanel.c
4582         * src/editldap.c
4583         * src/prefs_account.c
4584         * src/prefs_folder_item.c
4585         * src/prefs_gtk.h
4586         * src/prefs_matcher.c
4587         * src/prefs_message.c
4588         * src/prefs_msg_colors.c
4589         * src/prefs_summaries.c
4590         * src/wizard.c
4591         * src/gtk/inputdialog.c
4592         * src/plugins/bogofilter/bogofilter_gtk.c
4593                 pedantic commit: use 'checkbtn' everywhere
4594                 instead of a mixture of 'checkbtn' and 'chkbtn'
4596 2007-02-09 [paul]       2.7.2cvs34
4598         * src/compose.c
4599                 fix default hotkeys
4600         * src/prefs_other.c
4601         * src/prefs_send.c
4602                 move "Never send Return Receipts" from
4603                 prefs_other to prefs_send
4604                 add an option "Ask about account specific
4605                 filtering rules..." to prefs_other
4606         * src/gtk/gtkutils.c
4607                 fix a compiler warning
4609 2007-02-08 [colin]      2.7.2cvs33
4611         * src/plugins/pgpinline/pgpinline.c
4612                 Fix bug 1110, 'pgpmime fails to process 
4613                 encapsulated openpgp mime (rfc 3156, 6.1 
4614                 -> rfc1847)'
4615                 It was due to an interaction between PGP/Mime
4616                 and PGP/Inline plugin. 
4618 2007-02-08 [colin]      2.7.2cvs32
4620         * src/inc.c
4621         * src/mbox.c
4622         * src/mbox.h
4623                 Fix bug 1117, 'fcntl locking code 
4624                 does not work in mbox.c'
4626 2007-02-08 [colin]      2.7.2cvs31
4628         * src/prefs_account.c
4629                 Fix Gentoo bug 165819, 'can't create 
4630                 a "local mbox file" account'. Patch
4631                 by Olivier <castan.o@free.fr>
4633 2007-02-07 [colin]      2.7.2cvs30
4635         * src/ldapquery.c
4636                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4637                 autocompletion was used'
4639 2007-02-07 [paul]       2.7.2cvs29
4641         * src/folder.c
4642                 cut down on unnecessary debug_prints
4643         * src/imap_gtk.c
4644                 fix menu_set_active() on 'Show only
4645                 subscribed folders'
4647 2007-02-07 [paul]       2.7.2cvs28
4649         * src/plugins/clamav/clamav_plugin.c
4650         * src/plugins/clamav/clamav_plugin.h
4651         * src/plugins/clamav/clamav_plugin_gtk.c
4652                 fix copyright header
4654 2007-02-07 [paul]       2.7.2cvs27
4656         * src/procheader.c
4657                 fix bug 1116, 'summary view allow a 
4658                 subject line break'
4660 2007-02-06 [colin]      2.7.2cvs26
4662         * src/summaryview.c
4663                 Fix delete thread
4665 2007-02-05 [fabien]     2.7.2cvs25
4667         * po/POTFILES.in
4668         * src/uri_opener.c
4669                 i18n related - 1 fix and 1 message for translators.
4671 2007-02-05 [colin]      2.7.2cvs24
4673         * src/gtk/quicksearch.c
4674                 Don't reload summary list if quicksearch wasn't
4675                 active on hiding; move currently selected mail in
4676                 the visible area when showing the quicksearch
4678 2007-02-05 [colin]      2.7.2cvs23
4680         * src/folderview.c
4681                 Add debug to try to solve bug 1104
4683 2007-02-05 [paul]       2.7.2cvs22
4685         * src/mainwindow.c
4686                 confirm before emptying trash on exit is
4687                 a Yes or No answer, use Yes or No in the
4688                 dialog
4690 2007-02-04 [colin]      2.7.2cvs21
4692         * src/compose.c
4693         * src/plugins/pgpcore/passphrase.c
4694         * src/plugins/pgpcore/select-keys.c
4695                 Set wmclass on new windows
4697 2007-02-04 [colin]
4699         2.8.0-rc1 released
4701 2007-02-04 [colin]      2.7.2cvs20
4703         * src/compose.c
4704         * src/compose.h
4705                 Auto save drafts on exit, reopen them
4706                 at startup, instead of asking
4707         * src/account.c
4708         * src/addressadd.c
4709         * src/addressbook.c
4710         * src/addressbook_foldersel.c
4711         * src/addrgather.c
4712         * src/crash.c
4713         * src/editaddress.c
4714         * src/editbook.c
4715         * src/editgroup.c
4716         * src/editjpilot.c
4717         * src/editldap.c
4718         * src/editldap_basedn.c
4719         * src/editvcard.c
4720         * src/exphtmldlg.c
4721         * src/expldifdlg.c
4722         * src/export.c
4723         * src/foldersel.c
4724         * src/gedit-print.c
4725         * src/import.c
4726         * src/importldif.c
4727         * src/importmutt.c
4728         * src/importpine.c
4729         * src/main.c
4730         * src/mainwindow.c
4731         * src/message_search.c
4732         * src/messageview.c
4733         * src/prefs_actions.c
4734         * src/prefs_customheader.c
4735         * src/prefs_display_header.c
4736         * src/prefs_filtering.c
4737         * src/prefs_filtering_action.c
4738         * src/prefs_folder_column.c
4739         * src/prefs_gtk.c
4740         * src/prefs_matcher.c
4741         * src/prefs_other.c
4742         * src/prefs_summaries.c
4743         * src/prefs_summary_column.c
4744         * src/prefs_template.c
4745         * src/sourcewindow.c
4746         * src/ssl_manager.c
4747         * src/summary_search.c
4748         * src/uri_opener.c
4749         * src/gtk/about.c
4750         * src/gtk/description_window.c
4751         * src/gtk/foldersort.c
4752         * src/gtk/gtkutils.c
4753         * src/gtk/gtkutils.h
4754         * src/gtk/icon_legend.c
4755         * src/gtk/logwindow.c
4756         * src/gtk/pluginwindow.c
4757         * src/gtk/prefswindow.c
4758                 Give different wmclass to different
4759                 windows - thanks to sed ;)
4761 2007-02-04 [colin]      2.7.2cvs19
4763         * src/main.c
4764                 Revert previous patch, can't reproduce
4765                 it anymore. 
4767 2007-02-03 [colin]      2.7.2cvs18
4769         * src/main.c
4770                 Don't save the mainwindow size and
4771                 position on emergency exit (libSM's
4772                 "die" callback), Xfce seems to make
4773                 the window smaller just before the
4774                 size's saved.
4776 2007-02-03 [colin]      2.7.2cvs17
4778         * src/plugins/bogofilter/bogofilter.c
4779         * src/plugins/bogofilter/bogofilter.h
4780         * src/plugins/bogofilter/bogofilter_gtk.c
4781         * src/plugins/pgpinline/pgpinline.c
4782         * src/plugins/pgpinline/pgpinline.h
4783                 Fix more copyrights
4785 2007-02-03 [colin]      2.7.2cvs16
4787         * src/partial_download.c
4788         * src/partial_download.h
4789         * src/ssl_manager.c
4790         * src/ssl_manager.h
4791         * src/uri_opener.c
4792         * src/uri_opener.h
4793         * src/wizard.c
4794         * src/wizard.h
4795         * src/common/ssl_certificate.c
4796         * src/common/ssl_certificate.h
4797         * src/gtk/quicksearch.c
4798         * src/gtk/quicksearch.h
4799         * src/gtk/sslcertwindow.c
4800         * src/gtk/sslcertwindow.h
4801                 Fix copyright on my files
4803 2007-02-02 [colin]      2.7.2cvs15
4805         * src/Makefile.am
4806         * src/mainwindow.c
4807         * src/messageview.c
4808         * src/messageview.h
4809         * src/textview.c
4810         * src/textview.h
4811         * src/uri_opener.c
4812         * src/uri_opener.h
4813                 Add Tools/List URIs to allow
4814                 opening any URI in the current mail
4816 2007-02-02 [colin]      2.7.2cvs14
4818         * src/common/valgrind.h ** NEW FILE **
4819         * src/common/Makefile.am
4820         * src/common/plugin.c
4821                 Don't dlclose the plugins if we're running
4822                 under valgrind. (doesn't require valgrind
4823                 either at compile time or run time).
4825 2007-02-01 [paul]       2.7.2cvs13
4827         * AUTHORS
4828         * src/gtk/authors.h
4829         * tools/freshmeat_search.pl
4830         * tools/google_search.pl
4831         * tools/multiwebsearch.pl
4832                 add support for non ISO-8859-1 compatible locales
4833                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4835 2007-02-01 [colin]      2.7.2cvs12
4837         * src/prefs_other.c
4838         * src/prefs_summaries.c
4839                 Move keybinding prefs to the Other page
4841 2007-02-01 [wwp]        2.7.2cvs11
4843         * src/plugins/trayicon/trayicon.c
4844                 Fix a raising issue within KDE.
4846 2007-02-01 [colin]      2.7.2cvs10
4848         * src/codeconv.c
4849                 Fix stray quotes in encoded strings
4850         * src/addressadd.c
4851                 Fix wrong call causing g_warnings
4852         * src/textview.c
4853                 Remove useless message
4855 2007-01-31 [wwp]        2.7.2cvs9
4857         * src/plugins/trayicon/trayicon.c
4858                 fix buggy hiding of main window when closing if close-to-tray
4859                 is not set (bad logics  in the trayicon hook code).
4860                 Changed the quit confirmation message too.
4862 2007-01-30 [colin]      2.7.2cvs8
4864         * src/main.c
4865                 Fix hidden mainwindow after clicking on
4866                 the X close button, if compose windows
4867                 exist and the user chooses not to quit
4869 2007-01-30 [colin]      2.7.2cvs7
4871         * src/main.c
4872         * src/compose.c
4873                 Handle local URIs to attach files (file:///...)
4874                 Fixes attaching files from Thunar for example
4876 2007-01-30 [colin]      2.7.2cvs6
4878         * src/prefs_ext_prog.c
4879                 Add 'mousepad' to the list of text editors.
4880                 Mousepad is XFCE's text editor
4882 2007-01-29 [wwp]        2.7.2cvs5
4884         * po/POTFILES.in
4885         * src/plugins/trayicon/trayicon_prefs.c
4886                 trayicon i18n fixes, thanks to Fabien.
4888 2007-01-28 [wwp]        2.7.2cvs4
4890         * src/mainwindow.c
4891         * src/mainwindow.h
4892         * src/plugins/trayicon/trayicon.c
4893         * src/plugins/trayicon/trayicon_prefs.c
4894         * src/plugins/trayicon/trayicon_prefs.h
4895                 Added a new TrayIcon plugin option to close to tray
4896                 (WM's hotkey and [X] button will hide the window instead
4897                 of closing it - closing CM can be done using the tray icon
4898                 menu or the File menu).
4899                 Improved visibility handling in trayicon, clicking the
4900                 trayicon now raise the window to current desktop when it
4901                 was either minimized/shaded/on another desktop.
4902                 Thanks to Paul for testing and fixing a strange behaviour
4903                 in KDE ;-).
4905 2007-01-27 [paul]       2.7.2cvs3
4907         * src/prefs_folder_item.c
4908         * src/prefs_receive.c
4909         * src/plugins/pgpcore/prefs_gpg.c
4910                 use 'start-up' instead of 'startup' in labels
4912 2007-01-26 [wwp]        2.7.2cvs2
4914         * src/plugins/trayicon/Makefile.am
4915         * src/plugins/trayicon/trayicon.c
4916         * src/plugins/trayicon/trayicon_prefs.c
4917         * src/plugins/trayicon/trayicon_prefs.h
4918                 Add a new TrayIcon option to hide the main window at
4919                 start-up.
4920                 Fix trayicon.c copyright header.
4922 2007-01-26 [paul]       2.7.2cvs1
4924         * NEWS
4925         * README
4926         * RELEASE_NOTES
4927         * configure.ac
4928                 bump up version number following
4929                 stable release
4931 2007-01-25 [mones]      2.7.1cvs60
4933         * po/es.po
4934                 updated thousands of strings (well, probably less ;-)
4936 2007-01-25 [colin]      2.7.1cvs59
4938         * src/matcher.c
4939                 Fix 2nd-run loss of matcherrc on new
4940                 configurations. 
4942 2007-01-25 [wwp]        2.7.1cvs58
4944         * src/mimeview.c
4945                 fix handling of empty value in attach_save_directory too, thanks
4946                 to Colin.
4948 2007-01-25 [wwp]        2.7.1cvs57
4950         * src/gtk/filesel.c
4951                 fix handling of empty value in attach_load_directory,
4952                 thanks to Colin.
4954 2007-01-25 [wwp]        2.7.1cvs56
4956         * src/plugins/dillo_viewer/dillo_prefs.h
4957                 fix a typo.
4959 2007-01-25 [colin]      2.7.1cvs55
4961         * src/matcher.c
4962         * src/matcher.h
4963         * src/matcher_parser_parse.y
4964         * src/prefs_matcher.c
4965                 Add matching on the spam flag
4967 2007-01-24 [colin]      2.7.1cvs54
4969         * src/folder.c
4970         * src/common/xml.c
4971         * src/common/xml.h
4972                 Make sure folderlist.xml is correctly
4973                 written before overwriting it.
4974         * src/procmsg.c
4975         * src/procmsg.h
4976         * src/summaryview.c
4977         * src/plugins/bogofilter/bogofilter.c
4978         * src/plugins/bogofilter/bogofilter.h
4979         * src/plugins/bogofilter/bogofilter_gtk.c
4980         * src/plugins/spamassassin/spamassassin.c
4981         * src/plugins/spamassassin/spamassassin.h
4982         * src/plugins/spamassassin/spamassassin_gtk.c
4983                 Move spam to the correct trash folder after
4984                 learning, if spam directory isn't set.
4986 2007-01-23 [paul]       2.7.1cvs53
4988         * src/plugins/bogofilter/bogofilter_gtk.c
4989                 fix sensitivity of "Insert X-Bogosity header"
4990                 option
4992 2007-01-23 [colin]      2.7.1cvs52
4994         * src/toolbar.c
4995                 Translate toolbar items text if
4996                 they're translatable (default)
4997         * src/addrcache.c
4998         * src/addrcache.h
4999         * src/addritem.c
5000         * src/addritem.h
5001         * src/codeconv.c
5002         * src/codeconv.h
5003         * src/jpilot.c
5004         * src/jpilot.h
5005         * src/ldapctrl.c
5006         * src/ldapctrl.h
5007         * src/ldapquery.h
5008         * src/ldif.c
5009         * src/ldif.h
5010         * src/etpan/etpan-thread-manager.c
5011         * src/etpan/etpan-thread-manager.h
5012         * src/gtk/gtkutils.c
5013         * src/gtk/gtkutils.h
5014                 More static functions
5016 2007-01-22 [fabien]     2.7.1cvs51
5018         * src/gtk/gtkutils.c
5019                 gtkut_get_options_frame() : ability to pass
5020                 a 'NULL' value in frame pointer parameter if
5021                 we don't need it.
5023 2007-01-22 [colin]      2.7.1cvs50
5025         * src/procmsg.c
5026         * src/procmsg.h
5027         * src/plugins/bogofilter/bogofilter.c
5028         * src/plugins/bogofilter/bogofilter_gtk.c
5029         * src/plugins/spamassassin/spamassassin.c
5030         * src/plugins/spamassassin/spamassassin_gtk.c
5031                 Allow moving spams to the account's trash
5032                 instead of default one
5034 2007-01-21 [colin]      2.7.1cvs49
5036         * src/ldapquery.c
5037         * src/ldapquery.h
5038                 Revert a static function that shouldn't
5039                 have been
5041 2007-01-21 [colin]      2.7.1cvs48
5043         * src/ldapquery.c
5044         * src/ldapquery.h
5045                 Same
5047 2007-01-21 [colin]      2.7.1cvs47
5049         * src/procmsg.c
5050         * src/procmsg.h
5051                 Same
5053 2007-01-21 [colin]      2.7.1cvs46
5055         * src/common/socket.c
5056         * src/common/socket.h
5057                 Same
5059 2007-01-21 [colin]      2.7.1cvs45
5061         * src/crash.c
5062         * src/exporthtml.c
5063         * src/exporthtml.h
5064         * src/exportldif.c
5065         * src/exportldif.h
5066         * src/folder.c
5067         * src/folder.h
5068         * src/folder_item_prefs.c
5069         * src/folder_item_prefs.h
5070         * src/folderview.c
5071         * src/folderview.h
5072         * src/gedit-print.c
5073         * src/gedit-print.h
5074         * src/main.c
5075         * src/main.h
5076         * src/common/socket.c
5077         * src/common/socket.h
5078         * src/gtk/gtkaspell.c
5079         * src/gtk/gtkaspell.h
5080         * src/gtk/quicksearch.c
5081         * src/gtk/quicksearch.h
5082                 Same
5084 2007-01-21 [colin]      2.7.1cvs44
5086         * src/common/utils.c
5087         * src/common/utils.h
5088         * src/etpan/etpan-thread-manager.c
5089         * src/etpan/etpan-thread-manager.h
5090                 Same (Funny that etpan_thread_unbind
5091                 is called but not etpan_thread_bind)
5093 2007-01-21 [colin]      2.7.1cvs43
5095         * src/addrselect.c
5096         * src/addrselect.h
5097         * src/codeconv.c
5098         * src/codeconv.h
5099         * src/compose.c
5100         * src/compose.h
5101         * src/etpan/Makefile.am
5102         * src/gtk/colorlabel.c
5103         * src/gtk/colorlabel.h
5104         * src/gtk/sslcertwindow.c
5105         * src/gtk/sslcertwindow.h
5106         * src/etpan/etpan-log.c ** REMOVED **
5107         * src/etpan/etpan-log.h ** REMOVED **
5108                 Same
5110 2007-01-20 [colin]      2.7.1cvs42
5112         * src/addritem.c
5113         * src/addritem.h
5114                 Same
5116 2007-01-20 [colin]      2.7.1cvs41
5118         * src/account.c
5119         * src/account.h
5120         * src/addrbook.c
5121         * src/addrbook.h
5122         * src/addrcache.c
5123         * src/addrcache.h
5124         * src/addrclip.c
5125         * src/addrclip.h
5126         * src/addressbook.c
5127         * src/addressbook.h
5128         * src/addrharvest.c
5129         * src/addrharvest.h
5130         * src/addrindex.c
5131         * src/addrindex.h
5132         * src/editaddress.c
5133         * src/editaddress.h
5134                 Make functions that aren't used in other
5135                 files static
5137 2007-01-20 [colin]      2.7.1cvs40
5139         * src/account.c
5140         * src/addrbook.c
5141         * src/addrcache.c
5142         * src/addressbook.c
5143         * src/addrgather.c
5144         * src/addrindex.c
5145         * src/addrquery.c
5146         * src/addrselect.c
5147         * src/browseldap.c
5148         * src/compose.c
5149         * src/editbook.c
5150         * src/editjpilot.c
5151         * src/editldap.c
5152         * src/editldap_basedn.c
5153         * src/editvcard.c
5154         * src/exporthtml.c
5155         * src/exportldif.c
5156         * src/folder.c
5157         * src/folderview.c
5158         * src/image_viewer.c
5159         * src/imap.c
5160         * src/importmutt.c
5161         * src/importpine.c
5162         * src/jpilot.c
5163         * src/ldapquery.c
5164         * src/main.c
5165         * src/mainwindow.c
5166         * src/matcher.c
5167         * src/messageview.c
5168         * src/mh.c
5169         * src/mimeview.c
5170         * src/msgcache.c
5171         * src/mutt.c
5172         * src/news.c
5173         * src/pine.c
5174         * src/prefs_account.c
5175         * src/prefs_common.c
5176         * src/prefs_compose_writing.c
5177         * src/prefs_ext_prog.c
5178         * src/prefs_folder_item.c
5179         * src/prefs_fonts.c
5180         * src/prefs_message.c
5181         * src/prefs_msg_colors.c
5182         * src/prefs_other.c
5183         * src/prefs_quote.c
5184         * src/prefs_receive.c
5185         * src/prefs_send.c
5186         * src/prefs_spelling.c
5187         * src/prefs_summaries.c
5188         * src/prefs_toolbar.c
5189         * src/prefs_wrapping.c
5190         * src/privacy.c
5191         * src/procmime.c
5192         * src/procmsg.c
5193         * src/ssl_manager.c
5194         * src/statusbar.c
5195         * src/summaryview.c
5196         * src/toolbar.c
5197         * src/vcard.c
5198         * src/common/hooks.c
5199         * src/common/log.c
5200         * src/common/passcrypt.c
5201         * src/common/socket.c
5202         * src/common/ssl.c
5203         * src/common/ssl_certificate.c
5204         * src/common/template.c
5205         * src/common/utils.c
5206         * src/etpan/imap-thread.c
5207         * src/gtk/sslcertwindow.c
5208         * src/gtk/sslcertwindow.h
5209                 Make functions that could be static, static
5211 2007-01-20 [colin]      2.7.1cvs39
5213         * src/editldap.c
5214                 Fix tooltip
5216 2007-01-20 [colin]      2.7.1cvs38
5218         * src/ldapquery.c
5219         * src/ldaputil.c
5220         * src/ldaputil.h
5221                 Fix bug 1102, 'claws-mail-2.7.1 
5222                 makes use of deprecated ldap 
5223                 functions'
5225 2007-01-20 [colin]      2.7.1cvs37
5227         * src/mainwindow.c
5228         * src/mainwindow.h
5229         * src/summaryview.c
5230         * src/gtk/quicksearch.c
5231                 Add Wide message list layout
5233 2007-01-19 [fabien]     2.7.1cvs36
5235         * src/textview.c
5236                 make sure a font change is considered in links of
5237                 headerview.
5239 2007-01-19 [colin]      2.7.1cvs35
5241         * src/main.c
5242         * src/mainwindow.c
5243         * src/mainwindow.h
5244         * src/messageview.c
5245         * src/messageview.h
5246         * src/prefs_common.c
5247         * src/prefs_common.h
5248         * src/summaryview.c
5249         * src/summaryview.h
5250         * src/gtk/quicksearch.c
5251         * src/gtk/quicksearch.h
5252                 Drop 'Separate Folder tree' and 'Separate
5253                 Message View'. Put three layouts in place
5254                 of it.
5256 2007-01-19 [paul]       2.7.1cvs34
5258         * src/prefs_msg_colors.c
5259                 more use of Q_ for translators
5261 2007-01-19 [paul]       2.7.1cvs33
5263         * src/imap_gtk.c
5264         * src/prefs_account.c
5265                 a few changes to the English
5267 2007-01-19 [fabien]     2.7.1cvs32
5269         * src/wizard.c
5270                 factorize translatable string
5272 2007-01-18 [colin]      2.7.1cvs31
5274         * src/main.c
5275                 Don't error out on --sync option. Although
5276                 we don't do anything with it, gtk+ handles
5277                 it, and it's useful for debugging X errors
5279 2007-01-18 [fabien]     2.7.1cvs30
5281         * src/prefs_other.c
5282                 ability to apply on the fly the recent added
5283                 'gtk_can_change_accels' pref (no need to restart).
5285 2007-01-18 [fabien]     2.7.1cvs29
5287         * src/plugins/bogofilter/bogofilter_gtk.c
5288         * src/plugins/bogofilter/bogofilter.c
5289         * src/plugins/spamassassin/spamassassin_gtk.c
5290         * src/addr_compl.c
5291         * src/prefs_account.c
5292                 factorize or rewrite some translatable strings.
5294 2007-01-18 [fabien]     2.7.1cvs28
5296         * src/prefs_gtk.h
5297         * src/compose.c
5298                 set a 4pix space between "Subject:" label and subject entry in
5299                 compose window.
5301 2007-01-18 [wwp]        2.7.1cvs27
5303         * src/addressbook.c
5304                 fix conflicting address-copy/paste when focus is set
5305                 to the embedded edit-person form.
5308 2007-01-18 [wwp]        2.7.1cvs26
5310         * src/addressbook.h
5311                 complete 2.7.1cvs23 (one more file was missing from that
5312                 commit).
5314 2007-01-18 [colin]      2.7.1cvs25
5316         * src/main.c
5317                 Provide a way to migrate without backup
5318                 Re-ask for migration on next start if 
5319                 it has been refused and wizard has been 
5320                 cancelled after.
5322 2007-01-18 [wwp]        2.7.1cvs24
5324         * src/editaddress.c
5325                 complete 2.7.1.cvs23 (file was missing from previous
5326                 commit).
5328 2007-01-18 [wwp]        2.7.1cvs23
5330         * src/addressbook.c
5331                 fix potential crashes in address book's focus_in/out signal handlers,
5332                 force focus to the edit-person form when clicked the Edit menu entry or
5333                 button (this only matters if the edit-person form is embedded to the
5334                 AB window, in that case, focus is not set when browsing the contacts
5335                 list w/ keys or mouse clicks).
5337 2007-01-18 [paul]       2.7.1cvs22
5339         * src/main.c
5340                 add command line options:
5341                 -h for --help
5342                 -q and --quit for --exit
5343                 -v for --version
5344                 print "Unknown option" for unknown options
5346 2007-01-18 [paul]       2.7.1cvs21
5348         * po/ru.po
5349                 updated by Pavlo Bohmat
5351 2007-01-18 [paul]       2.7.1cvs20
5353         * src/mainwindow.c
5354                 fix sensitivity issues of Mark as Spam/Ham
5356 2007-01-17 [fabien]     2.7.1cvs19
5358         * src/prefs_other.c
5359         * src/prefs_common.c
5360         * src/prefs_common.h
5361         * src/main.c
5362                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5363                 control the corresponding gtk property. It could be used to lock
5364                 all shortcuts (avoid to set one of them by inadvertency).
5366 2007-01-17 [colin]      2.7.1cvs18
5368         * src/summaryview.c
5369                 Fix bug 1100, 'Highlighted e-mail data not visible 
5370                 when color label applied.'. Use a weighted average
5371                 between normal selected foreground color and color
5372                 label instead of a simple one (3/1 instead 1/1).
5374 2007-01-17 [colin]      2.7.1cvs17
5376         * src/messageview.c
5377                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5378                 crash' - don't prevent mail switching while loading
5380 2007-01-17 [colin]      2.7.1cvs16
5382         * src/folder.c
5383         * src/folder.h
5384         * src/folderview.c
5385         * src/folderview.h
5386         * src/imap.c
5387         * src/imap.h
5388         * src/imap_gtk.c
5389                 Manage recursive search of unsubscribed folders
5390                 Rescan tree without checking for new messages 
5391                 after subscriptions changed
5393 2007-01-17 [paul]       2.7.1cvs15
5395         * src/prefs_common.c
5396         * src/gtk/pluginwindow.c
5397                 fix bug 1101, '"Load plugin" button is
5398                 accidentally hidden'
5399                 unset (-1) initial width in prefs_common,
5400                 fix overlapping buttons,
5401                 and other cleanups
5403 2007-01-17 [paul]       2.7.1cvs14
5405         * src/procmime.c
5406                 add #include <errno.h>, it's needed
5407                 on some systems
5409 2007-01-17 [paul]       2.7.1cvs13
5411         * src/common/defs.h
5412         * tools/make.themes.project
5413                 rename .sylpheed_themeinfo to .claws_themeinfo
5414                 and use it
5415         * src/etpan/etpan-errors.h
5416         * src/etpan/etpan-log.c
5417         * src/etpan/etpan-log.h
5418         * src/etpan/etpan-thread-manager-types.h
5419         * src/etpan/etpan-thread-manager.c
5420         * src/etpan/etpan-thread-manager.h
5421         * src/etpan/imap-thread.c
5422         * src/etpan/imap-thread.h
5423                 add copyright header
5425 2007-01-17 [colin]      2.7.1cvs12
5427         * src/plugins/pgpcore/select-keys.c
5428         * src/gtk/pluginwindow.c
5429         * src/prefs_account.c
5430                 Fix warnings
5432 2007-01-16 [colin]      2.7.1cvs11
5434         * src/imap.c
5435         * src/imap.h
5436         * src/imap_gtk.c
5437                 Manage subscribing to subfolders when only
5438                 subscribed folders are shown.
5440 2007-01-16 [colin]      2.7.1cvs10
5442         * src/folderview.c
5443                 Fix annoying vscrollbar going back to top
5444                 on Check for new folders
5446 2007-01-16 [colin]      2.7.1cvs9
5448         * src/imap.c
5449                 Remove printf
5451 2007-01-16 [colin]      2.7.1cvs8
5453         * src/filtering.c
5454                 Bigger buffer for errors
5455         * src/imap.c
5456         * src/imap.h
5457         * src/imap_gtk.c
5458         * src/prefs_account.c
5459         * src/prefs_account.h
5460         * src/wizard.c
5461         * src/etpan/imap-thread.c
5462         * src/etpan/imap-thread.h
5463         * manual/handling.xml
5464                 Add subscriptions management. What it changes:
5465                 Creating a folder subscribes to it
5466                 Deleting a folder unsubscribes it
5467                 New contextual menu item allowing to switch between
5468                 All folders and Subscribed folders, subscribe, and
5469                 unsubscribe. "Creating" an existing but unsubscribed
5470                 folder will subscribe it.
5471                 By default for new accounts, only subscribed folders 
5472                 are shown.
5475 2007-01-16 [paul]       2.7.1cvs7
5477         * src/summaryview.c
5478                 Allow folder classes to specify only sort_key or
5479                 sort_type instead of both or none.
5481 2007-01-16 [paul]       2.7.1cvs6
5483         * src/action.c
5484         * src/compose.c
5485         * src/mimeview.c
5486         * src/procmime.c
5487         * src/textview.c
5488                 Save and use errno for procmime_get_part
5490 2007-01-16 [colin]      2.7.1cvs5
5492         * src/imap.c
5493                 Never remove INBOX when scanning for
5494                 new folders. It's a special folder
5495                 that has to exist.
5497 2007-01-15 [colin]      2.7.1cvs4
5499         * src/imap.c
5500                 Fix 'Check for new folders' when IMAP subdirectory
5501                 is set
5502         * src/etpan/imap-thread.c
5503                 Fix build
5505 2007-01-15 [colin]      2.7.1cvs3
5507         * src/etpan/imap-thread.c
5508                 Fix invalid free on command-connection
5509                 error
5511 2007-01-15 [wwp]        2.7.1cvs2
5513         * src/matcher_parser_lex.l
5514         * src/quote_fmt_lex.l
5515         * src/matcher_parser_parse.y
5516                 fix copyright header in lexers and parsers.
5518 2007-01-15 [paul]       2.7.1cvs1
5520         * NEWS
5521         * README
5522         * RELEASE_NOTES
5523         * configure.ac
5524                 bump up version number following
5525                 stable release
5527 2007-01-15 [paul]       2.7.0cvs31
5529         * AUTHORS
5530         * src/gtk/authors.h
5531                 add Fabien to the Team list
5532                 add the recent contributors
5533                 make a few corrections
5535 2007-01-15 [paul]       2.7.0cvs30
5537         * src/mainwindow.c
5538                 fix compiler warning
5539         * src/plugins/pgpcore/prefs_gpg.c
5540         * src/plugins/pgpcore/prefs_gpg.h
5541                 add missing include
5542                 fix copyright header
5544 2007-01-14 [colin]      2.7.0cvs29
5546         * src/gtk/filesel.c
5547                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5548                 two benefits: faster to open, will fix strange
5549                 dbus-related crash. Thanks to Pascal Terjan.
5551 2007-01-14 [colin]      2.7.0cvs28
5553         * src/etpan/imap-thread.c
5554                 Delete the old imap just after allocating
5555                 the new one. Makes sure we don't get the
5556                 same pointer by sheer luck, which feels
5557                 strange in the debug log.
5559 2007-01-14 [colin]      2.7.0cvs27
5561         * src/gtk/inputdialog.c
5562                 Make sure we don't print passwords in
5563                 clear text when in debug mode
5565 2007-01-14 [colin]      2.7.0cvs26
5567         * src/gtk/gtksctree.c
5568                 Fix bug 1098, 'bogus last row display 
5569                 after expanding a thread'. Patch by
5570                 Jindrich Makovicka <makovick@gmail.com>
5572 2007-01-14 [colin]      2.7.0cvs25
5574         * src/etpan/imap-thread.c
5575                 Close socket manually before
5576                 freeing the imap struct
5578 2007-01-14 [colin]      2.7.0cvs24
5580         * src/etpan/imap-thread.c
5581                 Maybe fix new reconnection issues
5583 2007-01-13 [colin]      2.7.0cvs23
5585         * src/summaryview.c
5586                 Freeze/thaw on thread selection
5588 2007-01-13 [paul]       2.7.0cvs22
5590         * src/mainwindow.c
5591         * src/summaryview.c
5592         * src/summaryview.h
5593                 add 'Edit/Delete thread'
5595 2007-01-13 [colin]      2.7.0cvs21
5597         * src/prefs_account.c
5598         * src/prefs_compose_writing.c
5599         * src/prefs_message.c
5600         * src/prefs_msg_colors.c
5601         * src/prefs_other.c
5602         * src/prefs_receive.c
5603         * src/prefs_spelling.c
5604         * src/prefs_summaries.c
5605         * src/prefs_themes.c
5606         * src/gtk/gtkutils.c
5607         * src/gtk/gtkutils.h
5608         * src/plugins/pgpcore/prefs_gpg.c
5609         * src/plugins/spamassassin/spamassassin_gtk.c
5610                 Factorize gtk frame creation
5611                 Patch by Pawel
5613 2007-01-13 [colin]      2.7.0cvs20
5615         * src/message_search.c
5616         * src/summary_search.c
5617                 Fix Enter in search windows
5618         * src/messageview.c
5619                 Fix body search starting at the
5620                 end of the mail (and asking for loop)
5622 2007-01-13 [colin]      2.7.0cvs19
5624         * src/etpan/imap-thread.c
5625                 Make sure we don't free the same imap
5626                 twice
5628 2007-01-13 [colin]      2.7.0cvs18
5630         * commitHelper
5631                 Allow multiple commitHelpers to
5632                 run at once
5634 2007-01-12 [colin]      2.7.0cvs17
5636         * src/etpan/imap-thread.c
5637                 Make sure we get rid of the previous mailimap
5638                 when connecting - just in case disconnect was
5639                 unclean
5641 2007-01-12 [paul]       2.7.0cvs16
5643         * src/compose.c
5644                 Strip S/MIME signatures when re-editing
5645                 S/MIME signed messages.
5647 2007-01-12 [paul]       2.7.0cvs15
5649         * configure.ac
5650         * src/addressbook.c
5651         * src/foldersel.c
5652         * src/folderview.c
5653         * src/main.c
5654                 no need to define CLAWS anymore, remove
5655                 all that stuff
5657 2007-01-12 [paul]       2.7.0cvs14
5659         * src/mimeview.c
5660                 check if the mail's signed as
5661                 it can change the mail structure
5662                 Thanks to Colin
5664 2007-01-12 [paul]       2.7.0cvs13
5666         * src/procmime.c
5667                 fix Forwarding msgs with attachments
5668                 that have dos line endings
5669                 Thanks to Colin
5671 2007-01-12 [wwp]        2.7.0cvs12
5673         * configure.ac
5674                 Revert accidentally committed extra version tag.
5676 2007-01-12 [wwp]        2.7.0cvs11
5678         * src/prefs_account.c
5679                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5681 2007-01-11 [colin]      2.7.0cvs10
5683         * src/imap.c
5684                 move g_warning to debug_print
5685                 it scares people for no reason
5687 2007-01-11 [colin]      2.7.0cvs9
5689         * po/POTFILES.in
5690                 Fix files to translate. Patch by
5691                 Fabien
5693 2007-01-11 [paul]       2.7.0cvs8
5695         * src/imap.c
5696                 Fix recursion when server lists the
5697                 current subfolder in the response
5698         * src/mimeview.c
5699                 Fix updating of icon_list/ctree
5700         * src/plugins/pgpcore/select-keys.c
5701                 Fix a few annoyances when choosing
5702                 keys for the CMS (S/MIME) protocol
5704 2007-01-11 [wwp]        2.7.0cvs7
5706         * src/compose.c
5707         * src/prefs_account.c
5708         * src/prefs_account.h
5709                 Add per-account spellcheck default dictionaries settings.
5711 2007-01-10 [colin]      2.7.0cvs6
5713         * src/prefs_folder_item.c
5714                 Factorize strings - patch by Fabien
5716 2007-01-10 [colin]      2.7.0cvs5
5718         * src/mainwindow.c
5719                 Fix bug 1095, 'Crash while changing folder 
5720                 columns during incorporation'
5722 2007-01-09 [colin]      2.7.0cvs4
5724         * src/gtk/pluginwindow.c
5725                 Set the plugin window transient. Seems
5726                 like some window managers hide it in
5727                 the background after "load plugin"...
5729 2007-01-09 [colin]      2.7.0cvs3
5731         * src/gtk/filesel.c
5732                 Use the same type for alloc and free
5734 2007-01-08 [paul]       2.7.0cvs2
5736         * po/nl.po
5737                 updated by Tim Dijkstra
5739 2007-01-08 [paul]       2.7.0cvs1
5741         * src/prefs_themes.c
5742         * src/common/utils.c
5743                 Fix resource leaks
5745 2007-01-08 [paul]       2.7.0
5747         * NEWS
5748         * README
5749         * RELEASE_NOTES
5750                 2.7.0 released
5752 2007-01-08 [paul]       2.6.1cvs119
5754         * doc/man/claws-mail.1
5755                 another correction
5757 2007-01-08 [paul]       2.6.1cvs118
5759         * doc/man/claws-mail.1
5760                 corrections
5761         * manual/advanced.xml
5762                 improved English usage
5764 2007-01-08 [paul]       2.6.1cvs117
5766         * po/ca.po
5767         * po/de.po
5768         * po/en_GB.po
5769         * po/fi.po
5770         * po/it.po
5771         * po/pt_BR.po
5772         * po/sk.po
5773         * po/sr.po
5774         * po/zh_CN.po
5775                 updated by Miquel Oliete, Stephan Sachse, me,
5776                 Tommi Pirinen, Andrea Spadaccini, Frederico
5777                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5778                 Urosevic, and Ralgh Young
5780 2007-01-07 [mones]      2.6.1cvs116
5782         * manual/es/advanced.xml
5783         * po/es.po
5784                 Synced manual (unhide mark_as_read_delay)
5785                 and updated translation for release
5787 2007-01-07 [paul]       2.6.1cvs115
5789         * src/prefs_matcher.c
5790                 make the hbox content fit better under
5791                 various languages
5793 2007-01-07 [colin]      2.6.1cvs114
5795         * src/messageview.c
5796                 Fix bug 1088, 'Ctrl-h produces repeatable
5797                 crash'
5799 2007-01-06 [colin]      2.6.1cvs113
5801         * src/etpan/imap-thread.c
5802                 Add casts to int to get certs. Fixes
5803                 bug 1064, 'crash @ etpan_certificate_check() 
5804                 when opening an IMAP folder', with latest
5805                 libetpan CVS or >= 0.49
5806         * src/mainwindow.c
5807         * src/mainwindow.h
5808         * src/imap_gtk.c
5809         * src/news_gtk.c
5810         * src/prefs_folder_item.c
5811                 Grey out the "synchronise" menu items if
5812                 there's nothing to synchronise.
5813         * src/plugins/pgpcore/sgpgme.c
5814                 Make an error clearer than "Unknown error"
5816 2007-01-06 [colin]      2.6.1cvs112
5818         * src/messageview.c
5819                 Don't try to show a message if updating
5820                 Maybe fixes bug 1088, 'ctrl-h produces
5821                 repeatable crash'.
5823 2007-01-06 [colin]      2.6.1cvs111
5825         * src/summaryview.c
5826                 Disable Control-Space (handle it as Space).
5828 2007-01-05 [paul]       2.6.1cvs110
5830         * src/imap.c
5831                 Fix bug 934, 'sylpheed claws 2.1 
5832                 doesn't show Exchanges Public Folders'
5833                 Thanks to Hoa and Colin
5834         * src/msgcache.c
5835                 Refuse to allocate more than 2 MB for a 
5836                 single field, it's a good indication of
5837                 cache corruption.
5839 2007-01-05 [colin]      2.6.1cvs109
5841         * src/mainwindow.c
5842                 Allow --select'ing emails by Message-ID too
5844 2007-01-05 [colin]      2.6.1cvs108
5846         * src/common/quoted-printable.c
5847                 Uh! Third fix :)
5849 2007-01-05 [colin]      2.6.1cvs107
5851         * src/common/quoted-printable.c
5852                 Fix previous commit about bug 1089
5853                 Thanks to Ralf
5855 2007-01-05 [colin]      2.6.1cvs106
5857         * src/common/quoted-printable.c
5858                 Fix my previous commit on bug 1089
5859                 - Thanks to Ralf :)
5861 2007-01-04 [colin]      2.6.1cvs105
5863         * src/common/quoted-printable.c
5864                 Fix bug 1089, 'NUL characters in Subject 
5865                 line are misinterpreted'. Not a pain to
5866                 fix in fact.
5868 2007-01-04 [colin]      
5870         2.7.0-rc3 released
5872 2007-01-04 [wwp]        2.6.1cvs104
5874         * src/image_viewer.c
5875                 Force operator precedence (fix a compiler warning).
5877 2007-01-04 [colin]      2.6.1cvs103
5879         * src/image_viewer.c
5880                 Be cautious there too (same fix as the one
5881                 in textview from cvs33)
5882         * src/messageview.c
5883                 Don't use any MimeViewer plugin when showing
5884                 all headers
5886 2007-01-03 [wwp]        2.6.1cvs102
5888         * src/html.c
5889         * src/html.h
5890                 fixed "cent" sign (use the existing ASCII one),
5891                 decode more HTML entities,
5892                 converted table ASCII entries to UTF-8,
5893                 moved a switch() into a hashtable.
5895 2007-01-03 [paul]       2.6.1cvs101
5897         * src/compose.c
5898         * src/messageview.c
5899         * src/procmsg.c
5900         * src/procmsg.h
5901                 When possible, use move_msg instead of
5902                 copy_msg + remove_msg to move sent mail
5903                 from Queue to Sent. 
5905 2007-01-03 [paul]       2.6.1cvs100
5907         * src/html.c
5908                 add more html entity recognition:
5909                 pounds, euros, and cents
5911 2007-01-03 [colin]      2.6.1cvs99
5913         * src/imap_gtk.c
5914                 Don't display an error on NOSELECT
5915                 folders when synchronising
5917 2007-01-03 [paul]       2.6.1cvs98
5919         * tools/maildir2claws-mail.pl
5920                 only substitute 'sent-mail' if it's
5921                 the full directory name
5923 2007-01-03 [paul]       2.6.1cvs97
5925         * ChangeLog
5926         * ChangeLog.pre2.0.0
5927         * Makefile.am
5928                 archive a chunk of ChangeLog in
5929                 ChangeLog.pre2.0.0
5930         * ChangeLog.gtk1
5931         * doc/src/ChangeLog.claws-pre0.8.0
5932                 remove ChangeLog.claws-pre0.8.0, adding
5933                 its contents to ChangeLog.gtk1
5935 2007-01-03 [paul]       2.6.1cvs96
5937         * src/account.c
5938         * src/account.h
5939         * src/action.c
5940         * src/action.h
5941         * src/adbookbase.h
5942         * src/addr_compl.c
5943         * src/addr_compl.h
5944         * src/addrbook.c
5945         * src/addrcache.c
5946         * src/addrcache.h
5947         * src/addrcindex.c
5948         * src/addrcindex.h
5949         * src/addrclip.c
5950         * src/addrclip.h
5951         * src/addrdefs.h
5952         * src/addressadd.c
5953         * src/addressadd.h
5954         * src/addressbook.c
5955         * src/addressbook.h
5956         * src/addressbook_foldersel.c
5957         * src/addressbook_foldersel.h
5958         * src/addrgather.c
5959         * src/addrgather.h
5960         * src/addrharvest.c
5961         * src/addrharvest.h
5962         * src/addrindex.c
5963         * src/addrindex.h
5964         * src/addritem.c
5965         * src/addritem.h
5966         * src/addrquery.c
5967         * src/addrquery.h
5968         * src/addrselect.c
5969         * src/addrselect.h
5970         * src/alertpanel.c
5971         * src/alertpanel.h
5972         * src/browseldap.c
5973         * src/browseldap.h
5974         * src/codeconv.c
5975         * src/codeconv.h
5976         * src/compose.c
5977         * src/compose.h
5978         * src/customheader.c
5979         * src/customheader.h
5980         * src/displayheader.c
5981         * src/displayheader.h
5982         * src/editaddress.c
5983         * src/editaddress.h
5984         * src/editbook.c
5985         * src/editbook.h
5986         * src/editgroup.c
5987         * src/editgroup.h
5988         * src/editjpilot.c
5989         * src/editjpilot.h
5990         * src/editldap.c
5991         * src/editldap.h
5992         * src/editldap_basedn.c
5993         * src/editldap_basedn.h
5994         * src/editvcard.c
5995         * src/editvcard.h
5996         * src/exphtmldlg.c
5997         * src/exphtmldlg.h
5998         * src/expldifdlg.c
5999         * src/expldifdlg.h
6000         * src/export.c
6001         * src/export.h
6002         * src/exporthtml.c
6003         * src/exporthtml.h
6004         * src/exportldif.c
6005         * src/exportldif.h
6006         * src/filtering.c
6007         * src/filtering.h
6008         * src/folder.c
6009         * src/folder.h
6010         * src/folder_item_prefs.c
6011         * src/folder_item_prefs.h
6012         * src/foldersel.c
6013         * src/foldersel.h
6014         * src/folderutils.c
6015         * src/folderutils.h
6016         * src/folderview.c
6017         * src/folderview.h
6018         * src/grouplistdialog.c
6019         * src/grouplistdialog.h
6020         * src/headerview.c
6021         * src/html.c
6022         * src/html.h
6023         * src/image_viewer.c
6024         * src/image_viewer.h
6025         * src/imap.c
6026         * src/imap.h
6027         * src/imap_gtk.c
6028         * src/imap_gtk.h
6029         * src/import.c
6030         * src/import.h
6031         * src/importldif.c
6032         * src/importldif.h
6033         * src/importmutt.c
6034         * src/importmutt.h
6035         * src/importpine.c
6036         * src/importpine.h
6037         * src/inc.c
6038         * src/inc.h
6039         * src/jpilot.c
6040         * src/jpilot.h
6041         * src/ldapctrl.c
6042         * src/ldapctrl.h
6043         * src/ldaplocate.c
6044         * src/ldaplocate.h
6045         * src/ldapquery.c
6046         * src/ldapquery.h
6047         * src/ldapserver.c
6048         * src/ldapserver.h
6049         * src/ldaputil.c
6050         * src/ldaputil.h
6051         * src/ldif.c
6052         * src/ldif.h
6053         * src/main.c
6054         * src/main.h
6055         * src/mainwindow.c
6056         * src/mainwindow.h
6057         * src/manual.c
6058         * src/manual.h
6059         * src/mbox.c
6060         * src/message_search.c
6061         * src/message_search.h
6062         * src/messageview.c
6063         * src/messageview.h
6064         * src/mh.c
6065         * src/mh.h
6066         * src/mh_gtk.c
6067         * src/mh_gtk.h
6068         * src/mimeview.c
6069         * src/mimeview.h
6070         * src/msgcache.c
6071         * src/msgcache.h
6072         * src/mutt.c
6073         * src/mutt.h
6074         * src/news.c
6075         * src/news.h
6076         * src/news_gtk.c
6077         * src/news_gtk.h
6078         * src/partial_download.c
6079         * src/partial_download.h
6080         * src/pine.c
6081         * src/pine.h
6082         * src/pop.c
6083         * src/pop.h
6084         * src/prefs_account.c
6085         * src/prefs_account.h
6086         * src/prefs_actions.c
6087         * src/prefs_actions.h
6088         * src/prefs_common.c
6089         * src/prefs_common.h
6090         * src/prefs_compose_writing.c
6091         * src/prefs_compose_writing.h
6092         * src/prefs_customheader.c
6093         * src/prefs_customheader.h
6094         * src/prefs_display_header.c
6095         * src/prefs_display_header.h
6096         * src/prefs_filtering.c
6097         * src/prefs_filtering.h
6098         * src/prefs_filtering_action.c
6099         * src/prefs_filtering_action.h
6100         * src/prefs_folder_column.c
6101         * src/prefs_folder_column.h
6102         * src/prefs_folder_item.c
6103         * src/prefs_folder_item.h
6104         * src/prefs_fonts.c
6105         * src/prefs_fonts.h
6106         * src/prefs_gtk.c
6107         * src/prefs_gtk.h
6108         * src/prefs_image_viewer.c
6109         * src/prefs_image_viewer.h
6110         * src/prefs_matcher.c
6111         * src/prefs_matcher.h
6112         * src/prefs_message.c
6113         * src/prefs_msg_colors.c
6114         * src/prefs_msg_colors.h
6115         * src/prefs_other.c
6116         * src/prefs_quote.c
6117         * src/prefs_receive.c
6118         * src/prefs_send.c
6119         * src/prefs_spelling.c
6120         * src/prefs_spelling.h
6121         * src/prefs_summaries.c
6122         * src/prefs_summaries.h
6123         * src/prefs_summary_column.c
6124         * src/prefs_summary_column.h
6125         * src/prefs_template.c
6126         * src/prefs_template.h
6127         * src/prefs_themes.c
6128         * src/prefs_themes.h
6129         * src/prefs_toolbar.c
6130         * src/prefs_toolbar.h
6131         * src/prefs_wrapping.c
6132         * src/prefs_wrapping.h
6133         * src/privacy.c
6134         * src/privacy.h
6135         * src/procheader.c
6136         * src/procheader.h
6137         * src/procmime.c
6138         * src/procmime.h
6139         * src/procmsg.c
6140         * src/procmsg.h
6141         * src/quote_fmt.c
6142         * src/quote_fmt_parse.y
6143         * src/recv.c
6144         * src/recv.h
6145         * src/remotefolder.c
6146         * src/remotefolder.h
6147         * src/send_message.c
6148         * src/send_message.h
6149         * src/setup.c
6150         * src/setup.h
6151         * src/sourcewindow.c
6152         * src/sourcewindow.h
6153         * src/ssl_manager.c
6154         * src/ssl_manager.h
6155         * src/statusbar.c
6156         * src/statusbar.h
6157         * src/stock_pixmap.c
6158         * src/stock_pixmap.h
6159         * src/summary_search.c
6160         * src/summary_search.h
6161         * src/summaryview.c
6162         * src/summaryview.h
6163         * src/textview.c
6164         * src/textview.h
6165         * src/toolbar.c
6166         * src/toolbar.h
6167         * src/undo.c
6168         * src/undo.h
6169         * src/unmime.c
6170         * src/unmime.h
6171         * src/vcard.c
6172         * src/vcard.h
6173         * src/wizard.c
6174         * src/wizard.h
6175         * src/common/base64.c
6176         * src/common/base64.h
6177         * src/common/defs.h
6178         * src/common/hooks.c
6179         * src/common/hooks.h
6180         * src/common/log.c
6181         * src/common/log.h
6182         * src/common/mgutils.c
6183         * src/common/mgutils.h
6184         * src/common/nntp.c
6185         * src/common/nntp.h
6186         * src/common/passcrypt.c
6187         * src/common/passcrypt.h.in
6188         * src/common/plugin.c
6189         * src/common/plugin.h
6190         * src/common/prefs.c
6191         * src/common/prefs.h
6192         * src/common/progressindicator.c
6193         * src/common/progressindicator.h
6194         * src/common/quoted-printable.c
6195         * src/common/quoted-printable.h
6196         * src/common/session.c
6197         * src/common/session.h
6198         * src/common/smtp.c
6199         * src/common/smtp.h
6200         * src/common/socket.c
6201         * src/common/socket.h
6202         * src/common/ssl.c
6203         * src/common/ssl.h
6204         * src/common/ssl_certificate.c
6205         * src/common/ssl_certificate.h
6206         * src/common/stringtable.c
6207         * src/common/stringtable.h
6208         * src/common/template.c
6209         * src/common/template.h
6210         * src/common/timing.h
6211         * src/common/utils.c
6212         * src/common/utils.h
6213         * src/common/version.h.in
6214         * src/common/xml.c
6215         * src/common/xml.h
6216         * src/common/xmlprops.c
6217         * src/common/xmlprops.h
6218         * src/gtk/about.c
6219         * src/gtk/colorlabel.c
6220         * src/gtk/colorsel.c
6221         * src/gtk/colorsel.h
6222         * src/gtk/combobox.c
6223         * src/gtk/combobox.h
6224         * src/gtk/description_window.c
6225         * src/gtk/description_window.h
6226         * src/gtk/filesel.c
6227         * src/gtk/filesel.h
6228         * src/gtk/foldersort.c
6229         * src/gtk/foldersort.h
6230         * src/gtk/gtksctree.c
6231         * src/gtk/gtkutils.c
6232         * src/gtk/gtkutils.h
6233         * src/gtk/inputdialog.c
6234         * src/gtk/inputdialog.h
6235         * src/gtk/logwindow.c
6236         * src/gtk/logwindow.h
6237         * src/gtk/manage_window.c
6238         * src/gtk/manage_window.h
6239         * src/gtk/menu.c
6240         * src/gtk/menu.h
6241         * src/gtk/pluginwindow.c
6242         * src/gtk/pluginwindow.h
6243         * src/gtk/prefswindow.c
6244         * src/gtk/prefswindow.h
6245         * src/gtk/progressdialog.c
6246         * src/gtk/progressdialog.h
6247         * src/gtk/sslcertwindow.c
6248         * src/gtk/sslcertwindow.h
6249         * src/plugins/bogofilter/bogofilter.c
6250         * src/plugins/bogofilter/bogofilter.h
6251         * src/plugins/bogofilter/bogofilter_gtk.c
6252         * src/plugins/clamav/clamav_plugin.c
6253         * src/plugins/clamav/clamav_plugin.h
6254         * src/plugins/clamav/clamav_plugin_gtk.c
6255         * src/plugins/demo/demo.c
6256         * src/plugins/dillo_viewer/dillo_prefs.c
6257         * src/plugins/dillo_viewer/dillo_prefs.h
6258         * src/plugins/dillo_viewer/dillo_viewer.c
6259         * src/plugins/pgpcore/passphrase.c
6260         * src/plugins/pgpcore/passphrase.h
6261         * src/plugins/pgpcore/pgp_viewer.c
6262         * src/plugins/pgpcore/pgp_viewer.h
6263         * src/plugins/pgpcore/plugin.c
6264         * src/plugins/pgpcore/select-keys.c
6265         * src/plugins/pgpcore/select-keys.h
6266         * src/plugins/pgpcore/sgpgme.c
6267         * src/plugins/pgpcore/sgpgme.h
6268         * src/plugins/pgpinline/pgpinline.c
6269         * src/plugins/pgpinline/pgpinline.h
6270         * src/plugins/pgpinline/plugin.c
6271         * src/plugins/pgpmime/pgpmime.c
6272         * src/plugins/pgpmime/pgpmime.h
6273         * src/plugins/pgpmime/plugin.c
6274         * src/plugins/spamassassin/spamassassin.c
6275         * src/plugins/spamassassin/spamassassin.h
6276         * src/plugins/spamassassin/spamassassin_gtk.c
6277         * src/plugins/trayicon/trayicon.c
6278                 it's 2007, update the year in the copyright headers
6280 2007-01-03 [paul]       2.6.1cvs95
6282         * src/gtk/about.c
6283                 it is 2007, use it in the copyright string
6285 2007-01-03 [paul]       2.6.1cvs94
6287         * src/html.c
6288                 html entity conversion:
6289                 move &#153; to a more suitable place
6290                 add &bull; and &ndash;
6291                 make sure &mdash; and &#8212; are both
6292                 converted the same
6294 2007-01-02 [colin]      2.6.1cvs93
6296         * src/addrbook.c
6297                 Fix leak
6298         * src/common/plugin.c
6299                 Add comment
6300         * src/etpan/imap-thread.c
6301                 Fix warning
6303 2006-12-31 [paul]       2.6.1cvs92
6305         * src/prefs_summaries.c
6306                 use gtk_button_new_from_stock()
6308 2006-12-30 [colin]      2.6.1cvs91
6310         * src/folder.c
6311         * src/imap_gtk.c
6312         * src/mh_gtk.c
6313                 Don't update filtering and account paths 
6314                 when copying folders
6316 2006-12-30 [colin]      2.6.1cvs90
6318         * src/prefs_compose_writing.c
6319         * src/prefs_quote.c
6320         * src/prefs_template.c
6321                 Use message font for Writing and 
6322                 Quoting prefs, as well as Templates.
6324 2006-12-30 [colin]      2.6.1cvs89
6326         * src/prefs_summaries.c
6327                 Rework GUI; patch by Pawel
6329 2006-12-29 [colin]      2.6.1cvs88
6331         * src/prefs_folder_item.c
6332                 Fix bug 1085, 'Apply to subfolder 
6333                 doesn't work' - I was mistaken saying
6334                 it worked in every case
6336 2006-12-28 [colin]      2.6.1cvs87
6338         * src/gtk/gtkaspell.c
6339                 Don't assert if use_alternate is true
6340                 and alt_dictionary isn't set -- this 
6341                 is what happens on upgrade! Rather,
6342                 do with it.
6344 2006-12-28 [colin]      2.6.1cvs86
6346         * Makefile.am
6347                 Fix desktop/icon simplification
6349 2006-12-28 [colin]      2.6.1cvs85
6351         * Makefile.am
6352                 Make desktop and icon not 
6353                 dependant on the desktop
6355 2006-12-28 [wwp]        2.6.1cvs84
6357         * src/plugins/pgpmime/claws.def
6358                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6360 2006-12-28 [wwp]        2.6.1cvs83
6362         * src/prefs_folder_item.c
6363                 Fix coloring of "simplify subject regexp" (folder prefs),
6364                 which might be left to red whereas the regexp gets empty.
6366 2006-12-28 [wwp]        2.6.1cvs82
6368         * src/prefs_common.c
6369         * src/prefs_common.h
6370         * src/addressbook.c
6371         * src/addressitem.h
6372                 Save addressbook mainwindow's horizontal and vertical splitter position.
6374 2006-12-27 [wwp]        2.6.1cvs81
6376         * src/gtk/gtkaspell.c
6377         * src/gtk/gtkaspell.h
6378         * src/compose.c
6379                 Fix assignment of compose's default and alternate dictionary from
6380                 account or folder settings. Now gtkaspell_change_dict does rotate
6381                 dicts only when it's called from a menu cb.
6383 2006-12-27 [wwp]        2.6.1cvs80
6385         * src/folder_item_prefs.c
6386                 Fix randomly initialized default-alt-dictionary (folder prefs),
6387                 complete 2.6.1cvs72.
6389 2006-12-27 [paul]       2.6.1cvs79
6391         * src/imap_gtk.c
6392         * src/mh_gtk.c
6393                 Add Copy folder in the folder's contextual
6394                 menu
6396 2006-12-27 [wwp]        2.6.1cvs78
6398         * src/imap.c
6399                 Clean up session locking, thanks to Colin.
6401 2006-12-26 [colin]      2.6.1cvs77
6403         * src/statusbar.c
6404                 Revert previous patch
6406 2006-12-26 [colin]      2.6.1cvs76
6408         * src/folder.c
6409         * src/folderview.c
6410         * src/imap.c
6411         * src/statusbar.c
6412         * src/etpan/imap-thread.c
6413                 Fix previous commit warnings
6414                 Make statusbar update every second if total < 20
6415                 Make IMAP APPEND faster by simplifying log              
6417 2006-12-26 [colin]      2.6.1cvs75
6419         * src/folder.c
6420         * src/folder.h
6421         * src/folderview.c
6422         * src/folderview.h
6423         * src/imap_gtk.c
6424         * src/mh_gtk.c
6425                 Make it possible to copy folders accross
6426                 mailboxes (this was an arbitrary limitation).
6427                 Still make it impossible to move folders 
6428                 accross mailboxes.
6430 2006-12-26 [colin]      2.6.1cvs74
6432         * src/etpan/imap-thread.c
6433                 Fix bug 1081, 'claws-mail 
6434                 segfaults when going offline 
6435                 while it transfers mails via 
6436                 imap'
6438 2006-12-26 [colin]      2.6.1cvs73
6440         * src/folder_item_prefs.c
6441                 Don't forget alt dictionary when
6442                 renaming/moving folders
6444 2006-12-26 [wwp]        2.6.1cvs72
6446         * src/folder_item_prefs.c
6447                 Add missing defaults for per-folder alt dict
6448                 (forgotten in 2.6.1cvs61).
6450 2006-12-26 [colin]      2.6.1cvs71
6452         * src/wizard.c
6453                 Add tooltip to state that specifying
6454                 full path to mailbox is possible
6456 2006-12-26 [wwp]        2.6.1cvs70
6458         * src/partial_download.c
6459         * src/gtk/gtkvscrollbutton.c
6460         * src/plugins/pgpinline/plugin.c
6461                 Fix for few compiler warnings that matter.
6463 2006-12-25 [colin]      2.6.1cvs69
6465         * src/partial_download.c
6466                 Fix marking for download or deletion
6467                 when the header isn't the first
6468         * src/gtk/logwindow.c
6469                 Fix start of scrolling
6471 2006-12-23 [paul]       2.6.1cvs68
6473         * src/compose.c
6474                 change last commit to use the 'academic'
6475                 method instead. Thanks to wwp
6477 2006-12-23 [paul]       2.6.1cvs67
6479         * src/compose.c
6480                 don't warn about empty subject when
6481                 redirecting
6483 2006-12-22 [colin]      2.6.1cvs66
6485         * src/summary_search.c
6486                 Fix previous patch
6488 2006-12-22 [colin]      2.6.1cvs65
6490         * src/gtk/gtkutils.c
6491         * src/imap.c
6492         * src/jpilot.c
6493         * src/summary_search.c
6494                 A few warning fixes
6496 2006-12-23 [paul]       
6498         2.7.0-rc2 released
6500 2006-12-22 [colin]      2.6.1cvs64
6502         * src/toolbar.c
6503         * src/toolbar.h
6504                 Add a combo to the learn spam button
6505         * src/plugins/bogofilter/bogofilter.c
6506         * src/plugins/bogofilter/bogofilter_gtk.c
6507         * src/plugins/bogofilter/bogofilter.h
6508                 Allow to store Unsure mails in a specific
6509                 folder to make better teaching easier
6511 2006-12-21 [wwp]        2.6.1cvs63
6513         * src/compose.c
6514         * src/prefs_common.c
6515         * src/prefs_common.h
6516         * src/prefs_spelling.c
6517         * src/gtk/gtkaspell.c
6518         * src/gtk/gtkaspell.h
6519                 Allow spell-checking using both current and alternate dictionaries
6520                 (thanks to Colin).
6522 2006-12-21 [wwp]        2.6.1cvs62
6524         * src/gtk/gtkaspell.c
6525                 Apply recheck_when_changing_dict (highlight all mispelled words)
6526                 when switching to alternate dictionary.
6528 2006-12-21 [wwp]        2.6.1cvs61
6530         * src/compose.c
6531         * src/folder_item_prefs.h
6532         * src/prefs_common.c
6533         * src/prefs_common.h
6534         * src/prefs_folder_item.c
6535         * src/prefs_spelling.c
6536         * src/gtk/gtkaspell.c
6537         * src/gtk/gtkaspell.h
6538                 Add global and per-folder prefs to set the default
6539                 alternate dictionary.
6541 2006-12-21 [colin]      2.6.1cvs60
6543         * src/folder.c
6544                 Look for folders by path in all folders
6545         * src/html.c
6546                 add &mdash;
6548 2006-12-20 [colin]      2.6.1cvs59
6550         * src/gtk/quicksearch.c
6551                 Make sure in_typing is false when clearing
6553 2006-12-20 [wwp]        2.6.1cvs58
6555         * configure.ac
6556                 change manual's target dir to be LFH-compliant (thanks to Colin).
6558 2006-12-20 [wwp]        2.6.1cvs57
6560         * src/prefs_common.c
6561         * src/prefs_summaries.c
6562                 i18n fix and factorize patch, thanks to Fabien.
6564 2006-12-20 [paul]       2.6.1cvs56
6566         * configure.ac
6567                 last of the renaming (??)
6568         * src/main.c
6569                 correct --help info of --status-full
6570         * src/plugins/bogofilter/bogofilter.c
6571                 make FALSE default of whitelist_ab
6573 2006-12-19 [colin]      2.6.1cvs55
6575         * src/jpilot.c
6576                 Same as before, without depending on
6577                 pisock >= 0.12
6579 2006-12-19 [colin]      2.6.1cvs54
6581         * src/jpilot.c
6582                 Fix bug 1059, 'Better jpilot charset 
6583                 handling'. Use libpisync's charset conversion
6584                 if possible
6586 2006-12-19 [colin]      2.6.1cvs53
6588         * po/fr.po
6589                 Updated by Fabien
6591 2006-12-19 [wwp]        2.6.1cvs52
6593         * src/gtk/about.c
6594                 Add missing #include (thanks to Colin).
6596 2006-12-19 [wwp]        2.6.1cvs51
6598         * src/prefs_receive.c
6599                 Better spacing between widgets in prefs.
6601 2006-12-18 [colin]      2.6.1cvs50
6603         * src/imap.c
6604                 Fix failure to get separator on LIST "" ""
6605                 Try LIST "" "INBOX" too.
6607 2006-12-18 [wwp]        2.6.1cvs49
6609         * src/common/session.c
6610                 Fix a compiler warning (thanks to Fabien).
6612 2006-12-18 [wwp]        2.6.1cvs48
6614         * src/compose.c
6615         * src/prefs_quote.c
6616                 Factorize some strings for translation (it's about error
6617                 messages when applying or checking template/quote format).
6619 2006-12-18 [colin]      2.6.1cvs47
6621         * Makefile.am
6622         * src/common/defs.h
6623         * src/gtk/Makefile.am
6624         * src/gtk/about.c
6625                 Add a Release notes tab from the contents of
6626                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6628 2006-12-17 [colin]      2.6.1cvs46
6630         * src/mimeview.c
6631         * src/textview.c
6632         * src/gtk/filesel.c
6633                 Correctly convert from/to UTF8/filename encoding
6634                 when loading and saving files. Probably fixes
6635                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6636                 for a file to attach and is blocked...'
6638 2006-12-17 [colin]      2.6.1cvs45
6640         * src/gtk/logwindow.c
6641                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6642                 IMAP folder and is blocked on main thread': 
6643                 make sure we put utf8 in the log.
6645 2006-12-16 [colin]      2.6.1cvs44
6647         * src/toolbar.c
6648         * src/toolbar.h
6649                 Fix bug 1055, 'Add the 'cancel receive' 
6650                 in the available events for the toolbar buttons'
6652 2006-12-16 [colin]      2.6.1cvs43
6654         * po/POTFILES.in
6655         * src/imap.c
6656         * src/common/nntp.c
6657         * src/common/session.c
6658                 Log error when SSL handshakes fail. 
6659                 Fixes bug 1082, 'incorrect / imprecise 
6660                 error message when imap server provides 
6661                 ssl only through STARTTLS but SSL is 
6662                 selected'
6664 2006-12-15 [wwp]        2.6.1cvs42
6666         * src/plugins/bogofilter/bogofilter_gtk.c
6667                 set proper sensitivity to widgets I've recently added.
6669 2006-12-15 [colin]      
6671         2.7.0-rc1 released
6673 2006-12-15 [wwp]        2.6.1cvs41
6675         * src/plugins/bogofilter/bogofilter.c
6676         * src/plugins/bogofilter/bogofilter.h
6677         * src/plugins/bogofilter/bogofilter_gtk.c
6678                 bogofilter's whitelist can now use a subset of
6679                 the addressbook (either a book, a subfolder of a book,
6680                 or the whole addressbook by using "Any"). Re-used there
6681                 some pref_matcher widgets and mechanisms to match a subset
6682                 of the addressbook.
6684 2006-12-15 [wwp]        2.6.1cvs40
6686         * src/wizard.c
6687         * src/common/plugin.c
6688         * src/common/plugin.h
6689         * src/gtk/about.c
6690         * src/plugins/bogofilter/bogofilter.c
6691         * src/plugins/clamav/clamav_plugin.c
6692         * src/plugins/demo/demo.c
6693         * src/plugins/dillo_viewer/dillo_viewer.c
6694         * src/plugins/pgpcore/plugin.c
6695         * src/plugins/pgpinline/plugin.c
6696         * src/plugins/pgpmime/plugin.c
6697         * src/plugins/spamassassin/spamassassin.c
6698         * src/plugins/trayicon/trayicon.c
6699                 factorize some translatable strings (plugins-related),
6700                 fix missing punctuation in several places,
6701                 remove useless translatable \n in about.c,
6702                 and factorize plugin init code w/ a new function
6703                 check_plugin_version() in common/plugin.c.
6704                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6706 2006-12-15 [wwp]        2.6.1cvs39
6708         * src/plugins/bogofilter/bogofilter.c
6709         * src/plugins/bogofilter/bogofilter_gtk.c
6710                 flag whitelisted spams as spam, but don't filter it to the spam
6711                 folder. Thanks to Colin.
6713 2006-12-15 [ticho]      2.6.1cvs38
6715         * src/plugins/bogofilter/bogofilter.c
6716         * src/plugins/bogofilter/bogofilter.h
6717         * src/plugins/bogofilter/bogofilter_gtk.c
6718                 Add option to whitelist senders found in addressbook. Patch by colin.
6720 2006-12-15 [paul]       2.6.1cvs37
6722         * src/folderview.c
6723                 add missing #include "log.h"
6725 2006-12-15 [paul]       2.6.1cvs36
6727         * src/plugins/bogofilter/bogofilter.c
6728         * src/plugins/bogofilter/bogofilter.h
6729         * src/plugins/bogofilter/bogofilter_gtk.c
6730                 Add an option to allow inserting an
6731                 X-Claws-Bogosity header (on MH folders
6732                 only). Patch by Colin
6734 2006-12-14 [colin]      2.6.1cvs35
6736         * src/main.c
6737                 "Yes" should be the default choice for
6738                 migration configuration
6740 2006-12-14 [paul]       2.6.1cvs34
6742         * src/prefs_summaries.c
6743         * manual/advanced.xml
6744                 Unhide mark_as_read_delay
6746 2006-12-14 [paul]       2.6.1cvs33
6748         * src/messageview.c
6749         * src/messageview.h
6750         * src/mimeview.c
6751         * src/mimeview.h
6752         * src/summaryview.c
6753         * src/textview.c
6754         * src/textview.h
6755                 Fix printing of selection
6756                 Fix printing of message parts
6757                 Fix printing of images
6758         * src/gtk/gtksourceprintjob.c
6759                 Fix page count when there are images
6761 2006-12-14 [wwp]        2.6.1cvs32
6763         * src/mainwindow.c
6764         * src/summaryview.c
6765         * src/summaryview.h
6766         * src/gtk/quicksearch.c
6767                 fix quicksearch 'magnify' button status when QS is closed
6768                 using the Escape key, thanks to Colin.
6770 2006-12-14 [wwp]        2.6.1cvs31
6772         * src/mainwindow.c
6773         * src/summaryview.c
6774         * src/summaryview.h
6775         * src/gtk/quicksearch.c
6776                 fix quicksearch 'magnify' button status when QS is closed
6777                 using the Escape key, thanks to Colin.
6779 2006-12-13 [colin]      2.6.1cvs30
6781         * src/ldapquery.c
6782         * src/ldaputil.c
6783                 Use the binary safe version of ldap_get_values,
6784                 to make sure we manipulate null-terminated 
6785                 strings. Maybe fixes bug 1075, 'claws mail 
6786                 segfault when completing ldap adresses'
6787         * src/syldap.c ** REMOVED **
6788         * src/syldap.h ** REMOVED **
6789                 Remove dead files
6791 2006-12-13 [mones]      2.6.1cvs29
6793         * po/es.po
6794                 Fixed piped strings, fixed click translation
6796 2006-12-13 [paul]       2.6.1cvs28
6798         * src/main.c
6799                 don't translate these strings
6801 2006-12-13 [paul]       2.6.1cvs27
6803         * po/en_GB.po
6804                 updated
6806 2006-12-13 [colin]      2.6.1cvs26
6808         * src/main.c
6809         * src/main.h
6810                 Add claws_is_starting()
6812 2006-12-13 [mones]      2.6.1cvs25
6814         * manual/es/advanced.xml
6815         * po/es.po
6816                 Synced manual and updated translation
6818 2006-12-12 [colin]      2.6.1cvs24
6820         * src/wizard.c
6821                 Add an option to use STARTTLS in the
6822                 welcome wizard. Fixes bug 1080, 
6823                 'Using SSL option in wizard for incoming 
6824                 server does not activate SSL with STARTTLS'
6826 2006-12-12 [colin]      2.6.1cvs23
6828         * src/main.c
6829                 Don't exit when there's an incomplete
6830                 mailbox configured - leaves a chance 
6831                 to fix a failing IMAP account. Exit
6832                 if no mailbox at all is loaded (case
6833                 of missing plugin).
6834                 Completes bug 1077's fix (I was wrong
6835                 in this bug's comment #3).
6837 2006-12-12 [colin]      2.6.1cvs22
6839         * src/gtk/menu.h
6840                 Add another menu data type
6841         * src/prefs_account.c
6842                 Complete the completion of bug 1076
6843                 (doesn't lose the pref on apply)
6845 2006-12-12 [paul]       2.6.1cvs21
6847         * src/prefs_account.c
6848                 complete the fix of bug 1076
6849                 also be more verbose with the text
6851 2006-12-12 [paul]       2.6.1cvs20
6853         * src/gtk/combobox.c
6854                 fix compilation warning
6856 2006-12-11 [colin]      2.6.1cvs19
6858         * src/wizard.c
6859                 Document :port in server entry tooltips
6861 2006-12-11 [colin]      2.6.1cvs18
6863         * src/main.c
6864                 Fix compile
6866 2006-12-11 [colin]      2.6.1cvs17
6868         * src/main.c
6869                 Add failing IMAP as a reason for no
6870                 mailbox
6872 2006-12-11 [colin]      2.6.1cvs16
6874         * src/prefs_account.c
6875                 Check for existence of inbox for local
6876                 accounts too
6877         * src/wizard.c
6878                 Allow setting the port to use for servers
6879                 by using the usual "server.example.com:port"
6880                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6881                 not start when IMAP server is unavailable'
6883 2006-12-11 [colin]      2.6.1cvs15
6885         * src/prefs_account.c
6886                 Prevent use of non-existing default inbox
6888 2006-12-11 [colin]      2.6.1cvs14
6890         * src/prefs_account.c
6891                 Fix sensitivity. Fixes bug 1076, 'privacy 
6892                 options are displayed even when pgp plugin 
6893                 not loaded / available'
6895 2006-12-09 [colin]      2.6.1cvs13
6897         * manual/advanced.xml
6898         * src/prefs_common.c
6899         * src/prefs_common.h
6900         * src/common/ssl_certificate.c
6901                 Add a new hidden preference, 'unsafe_ssl_certs',
6902                 which allows to store multiple certificates per
6903                 server/port. This is disabled by default because
6904                 it's less secure (presenting a new certificate
6905                 instead of a changed one raises less alarms).
6906                 This will cause Claws to ask about an unknown
6907                 certificate for people who have used 2.6.1cvs8
6908                 or greater.
6910 2006-12-09 [colin]      2.6.1cvs12
6912         * src/action.c
6913                 Fix cache updating after action
6915 2006-12-07 [wwp]        2.6.1cvs11
6917         * src/compose.c
6918                 fix email address comparison when replying to all
6919                 (avoid replying to ourselves), thanks to Colin.
6921 2006-12-06 [paul]       2.6.1cvs10
6923         * src/addrharvest.c
6924         * src/editldap.c
6925         * src/expldifdlg.c
6926         * src/news.c
6927         * src/toolbar.c
6928         * src/common/utils.c
6929                 ...and more renaming
6930                 Thanks to Colin
6932 2006-12-06 [paul]       2.6.1cvs9
6934         * src/compose.c
6935         * src/messageview.c
6936         * src/procheader.c
6937         * src/procmime.c
6938         * src/procmsg.c
6939         * src/textview.c
6940                 more renaming
6941                 Thanks to Colin
6943 2006-12-06 [colin]      2.6.1cvs8
6945         * src/ssl_manager.c
6946         * src/common/ssl_certificate.c
6947         * src/common/ssl_certificate.h
6948                 Handle multiple certificates per host/port
6950 2006-12-06 [colin]      2.6.1cvs7
6952         * src/etpan/imap-thread.c
6953                 Fix certificate checking on IMAP
6955 2006-12-06 [colin]      2.6.1cvs6
6957         * src/folderview.c
6958                 Fix bug 1072, 'Claws stops fetching newsgroups 
6959                 from server when newsgroup got deleted': continue
6960                 checking other groups
6962 2006-12-05 [wwp]        2.6.1cvs5
6964         * src/message_search.c
6965         * src/summary_search.c
6966         * src/gtk/combobox.c
6967         * src/gtk/combobox.h
6968         * src/gtk/gtkutils.c
6969         * src/gtk/gtkutils.h
6970                 make up and down arrow keys in modern gtk_combo_box_entry widgets
6971                 behave like w/ old comboboxes (summary and message search only).
6973 2006-12-05 [paul]       2.6.1cvs4
6975         * src/wizard.c
6976                 encode headers
6977                 Thanks to Colin
6979 2006-12-05 [paul]       2.6.1cvs3
6981         * tools/README
6982         * tools/textviewer.pl
6983                 script updated and description added
6985 2006-12-04 [colin]      2.6.1cvs2
6987         * src/compose.c
6988                 Run pre-send hook only when checking
6989                 everything
6991 2006-12-04 [paul]       2.6.1cvs1
6993         * NEWS
6994         * README
6995         * RELEASE_NOTES
6996         * configure.ac
6997         * tools/README
6998                 bump up version number following stable release
7000 2006-12-04 [paul]       2.6.0cvs83
7002         * README
7003                 updates and corrections
7005 2006-12-04 [colin]      2.6.0cvs82
7007         * src/common/utils.c
7008                 Probably fix bug 1066, 'Incorrect mailbox 
7009                 size displayed'
7011 2006-12-04 [colin]      2.6.0cvs81
7013         * src/common/utils.c
7014                 Trim tabs from mailcap file too.
7016 2006-12-02 [paul]       2.6.0cvs80
7018         * src/exphtmldlg.c
7019                 fix broken GUI under certain languages
7020         * src/expldifdlg.c
7021                 put the Cancel button to the right
7023 2006-12-01 [paul]       2.6.0cvs79
7025         * tools/Makefile.am
7026                 remove reference to removed file
7028 2006-12-01 [wwp]        2.6.0cvs78
7030         * src/addressbook.c
7031         * src/editaddress.c
7032                 remove forgotten debug statements.
7034 2006-12-01 [wwp]        2.6.0cvs77
7036         * manual/advanced.xml
7037         * manual/fr/advanced.xml
7038         * src/addressbook.c
7039         * src/addressbook.h
7040         * src/addressitem.h
7041         * src/editaddress.c
7042         * src/editaddress.h
7043         * src/prefs_common.c
7044         * src/prefs_common.h
7045         * src/gtk/gtkutils.c
7046         * src/gtk/gtkutils.h
7047                 add a hidden option to allow embedding the editaddress (edit contact details)
7048                 dialog into the addressbook's window. This doesn't change the default
7049                 behaviour.
7051 2006-12-01 [wwp]        2.6.0cvs76
7053         * src/message_search.c
7054         * src/summary_search.c
7055                 fix more focus issues (don't set focus to combobox's entry widget when
7056                 entry's value changed, if entry widget has focus already).
7058 2006-12-01 [wwp]        2.6.0cvs75
7060         * src/gtk/quicksearch.c
7061                 revert last changes to the quicksearch gtk_combo_box, this needs more
7062                 tuning and testing.
7064 2006-12-01 [paul]       2.6.0cvs74
7066         * tools/kdeservicemenu/README
7067         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7068         * tools/kdeservicemenu/install.sh
7069         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7070         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7071                 simplify this stuff, and in so doing,
7072                 fix it. (possibly re-extend it again at
7073                 a later date)
7075 2006-12-01 [wwp]        2.6.0cvs73
7077         * src/gtk/quicksearch.c
7078                 adapt quicksearch code to use modern gtk_combo_box'es.
7080 2006-12-01 [wwp]        2.6.0cvs72
7082         * src/common/defs.h
7083         * src/prefs_common.c
7084         * src/prefs_common.h
7085         * src/message_search.c
7086         * src/summary_search.c
7087         * src/gtk/combobox.c
7088         * src/gtk/combobox.h
7089                 add history combos to all message and summary search fields.
7091 2006-12-01 [wwp]        2.6.0cvs71
7093         * src/summaryview.c
7094                 As the list may change while the mark as read delay
7095                 runs, we can't rely on the 'row' pointer, which can
7096                 be invalid when the timeout is called. As the mark
7097                 as read is only done if the message is still selected,
7098                 use summaryview->selected instead. Thanks to Colin.
7100 2006-11-30 [paul]       2.6.0cvs70
7102         * src/textview.c
7103                 give emphasis to "Sylpheed-Claws"
7104                 as well as "Claws Mail"
7106 2006-11-30 [colin]      2.6.0cvs69
7108         * src/wizard.c
7109                 Put the SSL checkboxes in the receiving
7110                 and sending server pages.
7112 2006-11-29 [colin]      2.6.0cvs68
7114         * src/gtk/gtkutils.c
7115         * src/gtk/gtkvscrollbutton.c
7116                 Revert some deprecated fixes - they seem to
7117                 deprecate stuff as soon as a new one gets out.
7118                 g_object_ref_sink needed glib-2.10.
7120 2006-11-29 [colin]      2.6.0cvs67
7122         * src/common/utils.c
7123                 Create .mailcap if it doesn't exist
7125 2006-11-29 [colin]      2.6.0cvs66
7127         * src/compose.c
7128                 Followup to cvs60: use original list
7129                 of recipients if replying to a mail
7130                 in Sent Drafts or Queue.
7132 2006-11-27 [paul]       2.6.0cvs65
7134         * src/image_viewer.c
7135                 revert the last change for now (it's broken)
7137 2006-11-27 [paul]       2.6.0cvs64
7139         * Makefile.am
7140         * configure.ac
7141         * m4/aclocal-include.m4
7142         * m4/check-type.m4
7143         * src/Makefile.am
7144         * src/addr_compl.c
7145         * src/compose.c
7146         * src/crash.c
7147         * src/export.c
7148         * src/exporthtml.c
7149         * src/exportldif.c
7150         * src/imap.c
7151         * src/import.c
7152         * src/main.c
7153         * src/main.h
7154         * src/matcher.c
7155         * src/mimeview.c
7156         * src/procmsg.c
7157         * src/textview.c
7158         * src/common/Makefile.am
7159         * src/common/claws.c
7160         * src/common/claws.h
7161         * src/common/ssl.c
7162         * src/common/sylpheed.c
7163         * src/common/sylpheed.h
7164         * src/etpan/Makefile.am
7165         * src/gtk/Makefile.am
7166         * src/gtk/claws-marshal.list
7167         * src/gtk/filesel.c
7168         * src/gtk/gtksctree.c
7169         * src/gtk/quicksearch.c
7170         * src/gtk/sylpheed-marshal.list
7171         * src/plugins/bogofilter/bogofilter.c
7172         * src/plugins/bogofilter/bogofilter_gtk.c
7173         * src/plugins/clamav/clamav_plugin.c
7174         * src/plugins/clamav/clamav_plugin_gtk.c
7175         * src/plugins/demo/demo.c
7176         * src/plugins/dillo_viewer/dillo_viewer.c
7177         * src/plugins/pgpcore/Makefile.am
7178         * src/plugins/pgpcore/claws.def
7179         * src/plugins/pgpcore/pgp_viewer.c
7180         * src/plugins/pgpcore/plugin.c
7181         * src/plugins/pgpcore/sylpheed.def
7182         * src/plugins/pgpinline/Makefile.am
7183         * src/plugins/pgpinline/claws.def
7184         * src/plugins/pgpinline/plugin.c
7185         * src/plugins/pgpinline/sylpheed.def
7186         * src/plugins/pgpmime/Makefile.am
7187         * src/plugins/pgpmime/claws.def
7188         * src/plugins/pgpmime/plugin.c
7189         * src/plugins/pgpmime/sylpheed.def
7190         * src/plugins/spamassassin/spamassassin.c
7191         * src/plugins/spamassassin/spamassassin_gtk.c
7192         * src/plugins/trayicon/trayicon.c
7193                 yet more renaming
7194                 remove deprecated gtk_tooltips_set_delay()
7196 2006-11-26 [paul]       2.6.0cvs63
7198         * src/expldifdlg.c
7199         * src/folderview.c
7200         * src/image_viewer.c
7201         * src/mainwindow.c
7202         * src/gtk/gtkutils.c
7203         * src/gtk/gtkvscrollbutton.c
7204         * src/gtk/prefswindow.c
7205         * src/plugins/pgpcore/prefs_gpg.c
7206                 replace more deprecated GTK+ functions
7208 2006-11-26 [paul]       2.6.0cvs62
7210         * src/addr_compl.c
7211         * src/addressbook.c
7212         * src/browseldap.c
7213                 replace deprecated gtk_idle_... functions
7215 2006-11-26 [paul]       2.6.0cvs61
7217         * src/compose.c
7218         * src/folderview.c
7219         * src/inc.c
7220         * src/summaryview.c
7221         * src/gtk/gtkvscrollbutton.c
7222         * src/gtk/quicksearch.c
7223         * src/plugins/pgpcore/passphrase.c
7224                 replace deprecated gtk_timeout_add and
7225                 gtk_timeout_remove
7227 2006-11-26 [paul]       2.6.0cvs60
7229         * src/compose.c
7230                 fix bug that caused the wrong recipient
7231                 to be selected when replying to a msg
7232                 which is From one of our accounts to
7233                 another of our accounts
7235 2006-11-25 [paul]       2.6.0cvs59
7237         * src/summaryview.c
7238                 don't change the From column title to
7239                 To if the To column is visible
7241 2006-11-24 [paul]       2.6.0cvs58
7243         * src/compose.c
7244                 fix bug 1069, 'Sent mails disappear, BCC
7245                 or locking problem?'
7247 2006-11-21 [wwp]        2.6.0cvs57
7249         * src/compose.c
7250                 fix spelling menu when replying (same as 2.3.1cvs39):
7251                 discrepancy between context menu and top menu when
7252                 folder's dictionary isn't the default one.
7254 2006-11-19 [paul]       2.6.0cvs56
7256         * src/summaryview.c
7257                 obey always_show_msg option when
7258                 marking as spam
7259         * src/plugins/bogofilter/bogofilter.c
7260                 fix typo
7262 2006-11-18 [paul]       2.6.0cvs55
7264         * AUTHORS
7265         * README
7266         * debian/copyright
7267         * manual/ack.xml
7268         * manual/es/ack.xml
7269         * manual/fr/ack.xml
7270         * manual/pl/ack.xml
7271         * src/gtk/authors.h
7272         * src/gtk/icon_legend.c
7273         * src/gtk/icon_legend.h
7274         * tools/OOo2claws-mail.pl
7275         * tools/README
7276         * tools/acroread2claws-mail.pl
7277         * tools/claws.i18n.status.pl
7278         * tools/filter_conv.pl
7279         * tools/filter_conv_new.pl
7280         * tools/freshmeat_search.pl
7281         * tools/google_search.pl
7282         * tools/kmail2claws-mail.pl
7283         * tools/kmail2claws-mail_v2.pl
7284         * tools/maildir2claws-mail.pl
7285         * tools/make.themes.project
7286         * tools/multiwebsearch.pl
7287         * tools/outlook2claws-mail.pl
7288         * tools/tb2claws-mail
7289         * tools/kdeservicemenu/README
7290         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7291                 update mine and wwp's email addresses in
7292                 several places
7293                 Patch by wwp
7294         * src/prefs_compose_writing.c
7295                 set sensitivity on 'new message format' frame
7297 2006-11-17 [paul]       2.6.0cvs54
7299         * src/gtk/about.c
7300                 more reworking of the GUI
7301                 Patch by Fabien Vantard
7303 2006-11-16 [paul]       2.6.0cvs53
7305         * src/gtk/about.c
7306                 set a minimum size for the window, allow
7307                 it to automatically expand as necessary
7309 2006-11-16 [wwp]        2.6.0cvs52
7311         * src/gtk/about.c
7312                 better wrap of copyright info on some systems.
7314 2006-11-16 [paul]       2.6.0cvs51
7316         * src/gtk/about.c
7317                 move the tech info from the upper panel
7318                 to the Info tab
7319                 use a gtk_text_view for the features tab
7321 2006-11-16 [paul]       2.6.0cvs50
7323         * po/Makevars
7324                 update my email address
7325         * src/addressbook.c
7326         * src/compose.c
7327         * src/imap_gtk.c
7328         * src/mh_gtk.c
7329         * src/news_gtk.c
7330         * src/summaryview.c
7331         * src/plugins/trayicon/trayicon.c
7332                 don't offer simple menu separators
7333                 for translation
7334         * src/folderview.c
7335                 add separator between 'mark all read'
7336                 and 'search folder'
7338 2006-11-15 [wwp]        2.6.0cvs49
7340         * src/gtk/authors.h
7341                 updated manuals authors.
7343 2006-11-14 [paul]       2.6.0cvs48
7345         * src/compose.c
7346                 Fix Options/Reply mode after draft save
7348 2006-11-14 [paul]       2.6.0cvs47
7350         * src/Makefile.am
7351                 Fix make DESTDIR=...
7352         * src/mbox.c
7353                 Optimise speed
7354         * src/plugins/pgpinline/pgpinline.c
7355                 Probably fix bug 1061
7357 2006-11-14 [paul]       2.6.0cvs46
7359         * po/Makevars
7360                 enable Q_ macro
7361         * src/Makefile.am
7362         * src/stock_pixmap.c
7363         * src/stock_pixmap.h
7364         * src/gtk/about.c
7365         * src/pixmaps/active.xpm
7366         * src/pixmaps/inactive.xpm
7367                 add a new page, 'Features', to the About dialog
7368                 showing which features are compiled in and which
7369                 are not
7371 2006-11-14 [paul]       2.6.0cvs45
7373         * po/ru.po
7374                 updated by Pavlo Bohmat
7376 2006-11-14 [colin]      2.6.0cvs44
7378         * src/compose.c
7379         * src/inc.c
7380         * src/messageview.c
7381         * src/news.c
7382         * src/pop.c
7383         * src/procmsg.c
7384         * src/gtk/gtkaspell.c
7385                 Fix 64-bit-related warnings
7386         * src/ssl_manager.c
7387                 Fix possible infinite loop
7388         * src/plugins/pgpcore/sgpgme.c
7389                 Remove useless check
7391 2006-11-13 [colin]      2.6.0cvs43
7393         * src/gtk/Makefile.am
7394                 authors.h isn't generated
7396 2006-11-13 [colin]      2.6.0cvs42
7398         * src/plugins/pgpinline/pgpinline.c
7399         * src/plugins/pgpmime/pgpmime.c
7400                 Very probably fix bug 1061, 'crash on 
7401                 opening signed email'. Another cast
7402                 problem
7404 2006-11-13 [colin]      2.6.0cvs41
7406         * src/plugins/pgpcore/sgpgme.c
7407                 Maybe fix bug 1061, 'crash on opening 
7408                 signed email'
7410 2006-11-13 [wwp]        2.6.0cvs40
7412         * src/plugins/pgpinline/pgpinline.c
7413                 fix candidate for bug #1057, thanks to Colin.
7415 2006-11-13 [wwp]        2.6.0cvs39
7417         * src/compose.c
7418         * src/quote_fmt_parse.y
7419                 fix bug 1052: current parser buffer was not always 
7420                 allocated, ptr to this buffer could be returned as 
7421                 NULL whereas no parser error has occurred. in 
7422                 consequence, defining a template body as "%d" 
7423                 (w/o the quotes) for the first time of the instance 
7424                 of claws-mail, was reporting a parser error. make 
7425                 sure that the buffer is always allocated, even to 
7426                 an empty string.
7427                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7428                 unescaping of the fmt string was always done 
7429                 whereas it must be done *only* when receiving 
7430                 quote format strings issued from the prefs 
7431                 (compose new message, reply, forward, redirect 
7432                 formats), *not* when applying templates.  in 
7433                 consequences, applying templates w/ sequences 
7434                 like \\|p{echo} were failing. make sure that 
7435                 unescaping is done only when necessary.
7437 2006-11-12 [colin]      2.6.0cvs38
7439         * po/de.po
7440                 Fix typo (s/KB/MB)
7442 2006-11-12 [colin]      2.6.0cvs37
7444         * src/plugins/pgpinline/pgpinline.c
7445         * src/plugins/pgpmime/pgpmime.c
7446                 Release GPG context at the latest 
7447                 possible moment. Maybe fixes 
7448                 bug 1057, 'crash on sending signed 
7449                 message to a newsgroup'
7450                 
7452 2006-11-12 [colin]      2.6.0cvs36
7454         * src/plugins/pgpcore/sgpgme.c
7455                 Tell a bit more when gpg's status doesn't
7456                 contain any signature
7458 2006-11-12 [colin]      2.6.0cvs35
7460         * src/compose.c
7461                 Fix bug 1060, 'compilation error with 
7462                 Irix's cc'
7464 2006-11-12 [paul]       2.6.0cvs34
7466         * doc/man/claws-mail.1
7467         * src/prefs_gtk.c
7468         * src/plugins/clamav/README
7469         * src/plugins/spamassassin/README
7470         * tools/README
7471         * tools/freshmeat_search.pl
7472         * tools/google_search.pl
7473         * tools/multiwebsearch.pl
7474                 more renaming
7475         * src/plugins/trayicon/trayicon.c
7476                 fix compiliation warning
7478 2006-11-11 [colin]      2.6.0cvs33
7480         * src/folderview.c
7481                 Forbid drag and drop from/to different
7482                 folders of type F_UNKNOWN
7484 2006-11-11 [colin]      2.6.0cvs32
7486         * src/plugins/pgpinline/pgpinline.c
7487                 Fix typo in previous commit:
7488                 - gpgme_new(&ctx);
7489                 + if ((err = gpgme_new(&data->ctx)) ...)
7491 2006-11-11 [colin]      2.6.0cvs31
7493         * src/plugins/pgpinline/pgpinline.c
7494         * src/plugins/pgpmime/pgpmime.c
7495                 Check success after calling gpgme_new
7496                 Maybe fixes bug 1057, 'crash on sending 
7497                 signed message to a newsgroup'
7499 2006-11-11 [colin]      2.6.0cvs30
7501         * src/undo.c
7502                 init undostruct to 0s (from
7503                 valgrind log of bug 1057)
7505 2006-11-10 [colin]      2.6.0cvs29
7507         * src/mainwindow.c
7508                 Set cursor to wait before filtering
7509                 duplicates in all folders
7510         * src/plugins/bogofilter/bogofilter.c
7511         * src/plugins/bogofilter/bogofilter.h
7512         * src/plugins/bogofilter/bogofilter_gtk.c
7513                 Completely thread away the bogofilter
7514                 filtering
7516 2006-11-10 [mones]      2.6.0cvs28
7518         * src/compose.c
7519         * src/compose.h
7520                 added COMPOSE_CHECK_BEFORE_SEND hook
7522 2006-11-10 [paul]       2.6.0cvs27
7524         * src/crash.c
7525                 more renaming
7526                 add libSM to get_compiled_in_features()
7527         * src/main.c
7528                 more renaming
7530 2006-11-10 [colin]      2.6.0cvs26
7532         * src/etpan/imap-thread.c
7533                 Add a reference to libetpan's sasl engine
7534                 so that sasl_done() doesn't get called by
7535                 libetpan, and doesn't break openssl.
7536                 Should fix bug 1053, 'SC fails to reestablish 
7537                 a secure connection'
7538                 Patch by Hoa
7540 2006-11-10 [colin]      2.6.0cvs25
7542         * manual/addrbook.xml
7543         * manual/advanced.xml
7544         * manual/faq.xml
7545         * manual/intro.xml
7546                 Some more renaming
7548 2006-11-09 [colin]      2.6.0cvs24
7550         * src/plugins/bogofilter/bogofilter_gtk.c
7551                 Add comment about annoyance
7553 2006-11-09 [colin]      2.6.0cvs23
7555         * src/plugins/bogofilter/bogofilter.c
7556         * src/plugins/bogofilter/bogofilter_gtk.c
7557                 Prepare things needed to thread bogofilter
7558                 filtering: separate bogo stuff and possible GUI
7559                 stuff. 
7561 2006-11-09 [colin]      2.6.0cvs22
7563         * src/account.c
7564         * src/compose.c
7565                 Search for one of our accounts in Delivered-To
7566                 (helps for auto-account selection when 
7567                  replying/forwarding)
7568         * src/folderview.c
7569         * src/mainwindow.c
7570         * src/mainwindow.h
7571         * src/plugins/trayicon/trayicon.c
7572                 Allow opening a new mail with any account from
7573                 the contextual menu
7575 2006-11-09 [wwp]        2.6.0cvs21
7577         * src/compose.c
7578         * src/prefs_common.c
7579         * src/prefs_common.h
7580         * src/prefs_compose_writing.c
7581                 add a compose new message format (in prefs/compose/writing), it's a
7582                 simple subject+body template to use when opening a new composition
7583                 window. It's similar to the existent reply and forward formats.
7585                 enhanced the template/format % symbols substitution mechanism to
7586                 use current composition window information when % are used in
7587                 the compose new message format or in templates applied to new
7588                 messages (there were useless in that situations before). When
7589                 applied to new messages, %d corresponds to the system time/date.
7591 2006-11-09 [paul]       2.6.0cvs20
7593         * src/gtk/authors.h
7594                 fix last commit
7596 2006-11-09 [paul]       2.6.0cvs19
7598         * src/gtk/authors.h
7599                 keep tje alphabetical order
7601 2006-11-08 [colin]      2.6.0cvs18
7603         * src/etpan/imap-thread.c
7604                 Fix bug 1054, 'Slowness logging big 
7605                 data chunks'
7607 2006-11-08 [paul]       2.6.0cvs17
7609         * tools/Makefile.am
7610                 fix the renaming
7612 2006-11-08 [paul]       2.6.0cvs16
7614         * src/common/defs.h
7615                 update BUGZILLA_URI
7617 2006-11-08 [paul]       2.6.0cvs15
7619         * tools/Makefile.am
7620         * tools/OOo2claws-mail.pl
7621         * tools/OOo2sylpheed.pl
7622         * tools/README
7623         * tools/acroread2claws-mail.pl
7624         * tools/acroread2sylpheed.pl
7625         * tools/kmail2claws-mail.pl
7626         * tools/kmail2claws-mail_v2.pl
7627         * tools/kmail2sylpheed.pl
7628         * tools/kmail2sylpheed_v2.pl
7629         * tools/maildir2claws-mail.pl
7630         * tools/maildir2sylpheed.pl
7631         * tools/nautilus2claws-mail.sh
7632         * tools/nautilus2sylpheed.sh
7633         * tools/outlook2claws-mail.pl
7634         * tools/outlook2sylpheed.pl
7635         * tools/tb2claws-mail
7636         * tools/tb2sylpheed
7637         * tools/tbird2claws.py
7638         * tools/tbird2syl.py
7639         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7640         * tools/kdeservicemenu/install.sh
7641         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7642         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7643         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7644         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7645         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7646                 renamed (removed, added) tools files
7648 2006-11-08 [paul]       2.6.0cvs14
7650         * src/main.c
7651         * src/common/defs.h
7652                 Migrate sylpheedrc to clawsrc, and fix the standard
7653                 plugins path in the process
7655 2006-11-07 [colin]      2.6.0cvs13
7657         * src/Makefile.am
7658                 Symlink sylpheed-claws relative to 
7659                 claws-mail
7661 2006-11-07 [colin]      2.6.0cvs12
7663         * src/compose.c
7664                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7666 2006-11-07 [paul]       2.6.0cvs11
7668         * src/gtk/about.c
7669                 Fix a missed occurence of
7670                 Sylpheed-Claws
7672 2006-11-07 [paul]       2.6.0cvs10
7674         * src/Makefile.am
7675                 Fix symlink installation
7677 2006-11-07 [paul]       2.6.0cvs9
7679         * src/Makefile.am
7680                 Symlink claws-mail to sylpheed-claws
7681         * src/common/utils.c
7682                 Fix migrating symlinks
7683         * src/etpan/imap-thread.c
7684                 check certificate only when there's
7685                 no error
7687 2006-11-07 [paul]       2.6.0cvs8
7689         * Makefile.am
7690                 Fix icon breakages with Gtk, which needs a 
7691                 cache updated to see them.
7693 2006-11-07 [paul]       2.6.0cvs7
7695         * .cvsignore
7696         * AUTHORS
7697         * COPYING
7698         * INSTALL
7699         * Makefile.am
7700         * NEWS
7701         * README
7702         * RELEASE_NOTES
7703         * autogen.sh
7704         * claws-mail-128x128.png
7705         * claws-mail-64x64.png
7706         * claws-mail.ico
7707         * claws-mail.pc.in
7708         * claws-mail.png
7709         * configure.ac
7710         * sylpheed-claws-128x128.png
7711         * sylpheed-claws-64x64.png
7712         * sylpheed-claws.desktop
7713         * sylpheed-claws.ico
7714         * sylpheed-claws.pc.in
7715         * sylpheed-claws.png
7716         * debian/README.Debian
7717         * debian/changelog
7718         * debian/claws-mail.desktop
7719         * debian/claws-mail.menu
7720         * debian/claws-mail.postinst.debhelper
7721         * debian/claws-mail.postrm.debhelper
7722         * debian/control
7723         * debian/copyright
7724         * debian/files
7725         * debian/rules
7726         * debian/sylpheed-claws.desktop
7727         * debian/sylpheed-claws.menu
7728         * debian/sylpheed-claws.postinst.debhelper
7729         * debian/sylpheed-claws.postrm.debhelper
7730         * doc/man/Makefile.am
7731         * doc/man/claws-mail.1
7732         * doc/man/sylpheed-claws.1
7733         * doc/src/ChangeLog.claws-pre0.8.0
7734         * manual/Makefile.am
7735         * manual/account.xml
7736         * manual/ack.xml
7737         * manual/addrbook.xml
7738         * manual/advanced.xml
7739         * manual/claws-mail-manual.xml
7740         * manual/faq.xml
7741         * manual/glossary.xml
7742         * manual/handling.xml
7743         * manual/intro.xml
7744         * manual/keyboard.xml
7745         * manual/plugins.xml
7746         * manual/starting.xml
7747         * manual/sylpheed-claws-manual.xml
7748         * manual/xml2pdf
7749         * manual/dist/.cvsignore
7750         * manual/dist/html/.cvsignore
7751         * manual/dist/html/Makefile.am
7752         * manual/dist/pdf/.cvsignore
7753         * manual/dist/pdf/Makefile.am
7754         * manual/dist/ps/.cvsignore
7755         * manual/dist/ps/Makefile.am
7756         * manual/dist/txt/.cvsignore
7757         * manual/dist/txt/Makefile.am
7758         * manual/es/Makefile.am
7759         * manual/es/advanced.xml
7760         * manual/es/claws-mail-manual.xml
7761         * manual/es/faq.xml
7762         * manual/es/glossary.xml
7763         * manual/es/handling.xml
7764         * manual/es/intro.xml
7765         * manual/es/plugins.xml
7766         * manual/es/sylpheed-claws-manual.xml
7767         * manual/es/dist/.cvsignore
7768         * manual/es/dist/html/.cvsignore
7769         * manual/es/dist/html/Makefile.am
7770         * manual/es/dist/pdf/.cvsignore
7771         * manual/es/dist/pdf/Makefile.am
7772         * manual/es/dist/ps/.cvsignore
7773         * manual/es/dist/ps/Makefile.am
7774         * manual/es/dist/txt/.cvsignore
7775         * manual/es/dist/txt/Makefile.am
7776         * manual/fr/Makefile.am
7777         * manual/fr/account.xml
7778         * manual/fr/ack.xml
7779         * manual/fr/addrbook.xml
7780         * manual/fr/advanced.xml
7781         * manual/fr/claws-mail-manual.xml
7782         * manual/fr/faq.xml
7783         * manual/fr/glossary.xml
7784         * manual/fr/handling.xml
7785         * manual/fr/intro.xml
7786         * manual/fr/keyboard.xml
7787         * manual/fr/plugins.xml
7788         * manual/fr/starting.xml
7789         * manual/fr/sylpheed-claws-manual.xml
7790         * manual/fr/dist/.cvsignore
7791         * manual/fr/dist/html/.cvsignore
7792         * manual/fr/dist/html/Makefile.am
7793         * manual/fr/dist/pdf/.cvsignore
7794         * manual/fr/dist/pdf/Makefile.am
7795         * manual/fr/dist/ps/.cvsignore
7796         * manual/fr/dist/ps/Makefile.am
7797         * manual/fr/dist/txt/.cvsignore
7798         * manual/fr/dist/txt/Makefile.am
7799         * manual/pl/Makefile.am
7800         * manual/pl/account.xml
7801         * manual/pl/ack.xml
7802         * manual/pl/addrbook.xml
7803         * manual/pl/advanced.xml
7804         * manual/pl/claws-mail-manual.xml
7805         * manual/pl/faq.xml
7806         * manual/pl/glossary.xml
7807         * manual/pl/handling.xml
7808         * manual/pl/intro.xml
7809         * manual/pl/keyboard.xml
7810         * manual/pl/plugins.xml
7811         * manual/pl/starting.xml
7812         * manual/pl/sylpheed-claws-manual.xml
7813         * manual/pl/dist/.cvsignore
7814         * manual/pl/dist/html/.cvsignore
7815         * manual/pl/dist/html/Makefile.am
7816         * manual/pl/dist/pdf/.cvsignore
7817         * manual/pl/dist/pdf/Makefile.am
7818         * manual/pl/dist/ps/.cvsignore
7819         * manual/pl/dist/ps/Makefile.am
7820         * manual/pl/dist/txt/.cvsignore
7821         * manual/pl/dist/txt/Makefile.am
7822         * po/.cvsignore
7823         * po/Makevars
7824         * src/.cvsignore
7825         * src/Makefile.am
7826         * src/account.c
7827         * src/account.h
7828         * src/action.c
7829         * src/action.h
7830         * src/adbookbase.h
7831         * src/addr_compl.c
7832         * src/addr_compl.h
7833         * src/addrbook.c
7834         * src/addrcache.c
7835         * src/addrcache.h
7836         * src/addrcindex.c
7837         * src/addrcindex.h
7838         * src/addrclip.c
7839         * src/addrclip.h
7840         * src/addrdefs.h
7841         * src/addressadd.c
7842         * src/addressadd.h
7843         * src/addressbook.c
7844         * src/addressbook.h
7845         * src/addressbook_foldersel.c
7846         * src/addressbook_foldersel.h
7847         * src/addrgather.c
7848         * src/addrgather.h
7849         * src/addrharvest.c
7850         * src/addrharvest.h
7851         * src/addrindex.c
7852         * src/addrindex.h
7853         * src/addritem.c
7854         * src/addritem.h
7855         * src/addrquery.c
7856         * src/addrquery.h
7857         * src/addrselect.c
7858         * src/addrselect.h
7859         * src/alertpanel.c
7860         * src/alertpanel.h
7861         * src/browseldap.c
7862         * src/browseldap.h
7863         * src/codeconv.c
7864         * src/codeconv.h
7865         * src/compose.c
7866         * src/crash.c
7867         * src/crash.h
7868         * src/customheader.c
7869         * src/customheader.h
7870         * src/displayheader.c
7871         * src/displayheader.h
7872         * src/editaddress.c
7873         * src/editaddress.h
7874         * src/editbook.c
7875         * src/editbook.h
7876         * src/editgroup.c
7877         * src/editgroup.h
7878         * src/editjpilot.c
7879         * src/editjpilot.h
7880         * src/editldap.c
7881         * src/editldap.h
7882         * src/editldap_basedn.c
7883         * src/editldap_basedn.h
7884         * src/editvcard.c
7885         * src/editvcard.h
7886         * src/exphtmldlg.c
7887         * src/exphtmldlg.h
7888         * src/expldifdlg.c
7889         * src/expldifdlg.h
7890         * src/export.c
7891         * src/exporthtml.c
7892         * src/exporthtml.h
7893         * src/exportldif.c
7894         * src/exportldif.h
7895         * src/filtering.c
7896         * src/filtering.h
7897         * src/folder.c
7898         * src/folder.h
7899         * src/folder_item_prefs.c
7900         * src/folder_item_prefs.h
7901         * src/foldersel.c
7902         * src/foldersel.h
7903         * src/folderutils.c
7904         * src/folderutils.h
7905         * src/folderview.c
7906         * src/folderview.h
7907         * src/grouplistdialog.c
7908         * src/grouplistdialog.h
7909         * src/html.c
7910         * src/html.h
7911         * src/image_viewer.c
7912         * src/image_viewer.h
7913         * src/imap.c
7914         * src/imap.h
7915         * src/imap_gtk.c
7916         * src/imap_gtk.h
7917         * src/import.c
7918         * src/import.h
7919         * src/importldif.c
7920         * src/importldif.h
7921         * src/importmutt.c
7922         * src/importmutt.h
7923         * src/importpine.c
7924         * src/importpine.h
7925         * src/inc.c
7926         * src/inc.h
7927         * src/jpilot.c
7928         * src/jpilot.h
7929         * src/ldapctrl.c
7930         * src/ldapctrl.h
7931         * src/ldaplocate.c
7932         * src/ldaplocate.h
7933         * src/ldapquery.c
7934         * src/ldapquery.h
7935         * src/ldapserver.c
7936         * src/ldapserver.h
7937         * src/ldaputil.c
7938         * src/ldaputil.h
7939         * src/ldif.c
7940         * src/ldif.h
7941         * src/localfolder.c
7942         * src/localfolder.h
7943         * src/main.c
7944         * src/main.h
7945         * src/mainwindow.c
7946         * src/mainwindow.h
7947         * src/manual.c
7948         * src/manual.h
7949         * src/matcher.c
7950         * src/matcher.h
7951         * src/matcher_parser.h
7952         * src/matcher_parser_lex.l
7953         * src/matcher_parser_parse.y
7954         * src/mbox.c
7955         * src/mbox.h
7956         * src/message_search.c
7957         * src/message_search.h
7958         * src/messageview.c
7959         * src/messageview.h
7960         * src/mh.c
7961         * src/mh.h
7962         * src/mh_gtk.c
7963         * src/mh_gtk.h
7964         * src/mimeview.c
7965         * src/mimeview.h
7966         * src/msgcache.c
7967         * src/msgcache.h
7968         * src/mutt.c
7969         * src/mutt.h
7970         * src/news.c
7971         * src/news.h
7972         * src/news_gtk.c
7973         * src/news_gtk.h
7974         * src/noticeview.c
7975         * src/noticeview.h
7976         * src/partial_download.c
7977         * src/partial_download.h
7978         * src/pine.c
7979         * src/pine.h
7980         * src/pop.c
7981         * src/pop.h
7982         * src/prefs_account.c
7983         * src/prefs_account.h
7984         * src/prefs_actions.c
7985         * src/prefs_actions.h
7986         * src/prefs_common.c
7987         * src/prefs_common.h
7988         * src/prefs_compose_writing.c
7989         * src/prefs_compose_writing.h
7990         * src/prefs_customheader.c
7991         * src/prefs_customheader.h
7992         * src/prefs_display_header.c
7993         * src/prefs_display_header.h
7994         * src/prefs_ext_prog.c
7995         * src/prefs_ext_prog.h
7996         * src/prefs_filtering.c
7997         * src/prefs_folder_column.c
7998         * src/prefs_folder_column.h
7999         * src/prefs_folder_item.c
8000         * src/prefs_folder_item.h
8001         * src/prefs_fonts.c
8002         * src/prefs_fonts.h
8003         * src/prefs_gtk.c
8004         * src/prefs_gtk.h
8005         * src/prefs_image_viewer.c
8006         * src/prefs_image_viewer.h
8007         * src/prefs_matcher.c
8008         * src/prefs_matcher.h
8009         * src/prefs_message.c
8010         * src/prefs_message.h
8011         * src/prefs_msg_colors.c
8012         * src/prefs_msg_colors.h
8013         * src/prefs_other.c
8014         * src/prefs_other.h
8015         * src/prefs_quote.c
8016         * src/prefs_quote.h
8017         * src/prefs_receive.c
8018         * src/prefs_receive.h
8019         * src/prefs_send.c
8020         * src/prefs_send.h
8021         * src/prefs_spelling.c
8022         * src/prefs_spelling.h
8023         * src/prefs_summaries.c
8024         * src/prefs_summaries.h
8025         * src/prefs_summary_column.c
8026         * src/prefs_summary_column.h
8027         * src/prefs_template.c
8028         * src/prefs_template.h
8029         * src/prefs_themes.c
8030         * src/prefs_themes.h
8031         * src/prefs_toolbar.c
8032         * src/prefs_toolbar.h
8033         * src/prefs_wrapping.c
8034         * src/prefs_wrapping.h
8035         * src/privacy.c
8036         * src/privacy.h
8037         * src/procheader.c
8038         * src/procheader.h
8039         * src/procmime.c
8040         * src/procmime.h
8041         * src/procmsg.c
8042         * src/procmsg.h
8043         * src/quote_fmt.c
8044         * src/quote_fmt_parse.y
8045         * src/recv.c
8046         * src/recv.h
8047         * src/remotefolder.c
8048         * src/remotefolder.h
8049         * src/send_message.c
8050         * src/send_message.h
8051         * src/setup.c
8052         * src/setup.h
8053         * src/sourcewindow.c
8054         * src/sourcewindow.h
8055         * src/ssl_manager.c
8056         * src/ssl_manager.h
8057         * src/statusbar.c
8058         * src/statusbar.h
8059         * src/stock_pixmap.c
8060         * src/stock_pixmap.h
8061         * src/summary_search.c
8062         * src/summary_search.h
8063         * src/summaryview.c
8064         * src/summaryview.h
8065         * src/syldap.c
8066         * src/syldap.h
8067         * src/textview.c
8068         * src/textview.h
8069         * src/toolbar.c
8070         * src/toolbar.h
8071         * src/undo.c
8072         * src/undo.h
8073         * src/unmime.c
8074         * src/unmime.h
8075         * src/vcard.c
8076         * src/vcard.h
8077         * src/wizard.c
8078         * src/wizard.h
8079         * src/common/base64.c
8080         * src/common/base64.h
8081         * src/common/defs.h
8082         * src/common/hooks.c
8083         * src/common/hooks.h
8084         * src/common/log.c
8085         * src/common/log.h
8086         * src/common/mgutils.c
8087         * src/common/mgutils.h
8088         * src/common/nntp.c
8089         * src/common/nntp.h
8090         * src/common/passcrypt.c
8091         * src/common/passcrypt.h.in
8092         * src/common/plugin.c
8093         * src/common/plugin.h
8094         * src/common/prefs.c
8095         * src/common/prefs.h
8096         * src/common/progressindicator.c
8097         * src/common/progressindicator.h
8098         * src/common/quoted-printable.c
8099         * src/common/quoted-printable.h
8100         * src/common/session.c
8101         * src/common/session.h
8102         * src/common/smtp.c
8103         * src/common/smtp.h
8104         * src/common/socket.c
8105         * src/common/socket.h
8106         * src/common/ssl.c
8107         * src/common/ssl.h
8108         * src/common/stringtable.c
8109         * src/common/stringtable.h
8110         * src/common/sylpheed.c
8111         * src/common/sylpheed.h
8112         * src/common/template.c
8113         * src/common/template.h
8114         * src/common/timing.h
8115         * src/common/utils.c
8116         * src/common/utils.h
8117         * src/common/version.h.in
8118         * src/common/xml.c
8119         * src/common/xml.h
8120         * src/common/xmlprops.c
8121         * src/common/xmlprops.h
8122         * src/gtk/about.c
8123         * src/gtk/colorlabel.c
8124         * src/gtk/colorlabel.h
8125         * src/gtk/colorsel.c
8126         * src/gtk/colorsel.h
8127         * src/gtk/combobox.c
8128         * src/gtk/combobox.h
8129         * src/gtk/description_window.c
8130         * src/gtk/description_window.h
8131         * src/gtk/filesel.c
8132         * src/gtk/filesel.h
8133         * src/gtk/foldersort.c
8134         * src/gtk/foldersort.h
8135         * src/gtk/gtkaspell.c
8136         * src/gtk/gtkaspell.h
8137         * src/gtk/gtksctree.c
8138         * src/gtk/gtkshruler.c
8139         * src/gtk/gtkshruler.h
8140         * src/gtk/gtkutils.c
8141         * src/gtk/gtkutils.h
8142         * src/gtk/icon_legend.c
8143         * src/gtk/icon_legend.h
8144         * src/gtk/logwindow.c
8145         * src/gtk/logwindow.h
8146         * src/gtk/manage_window.c
8147         * src/gtk/manage_window.h
8148         * src/gtk/pluginwindow.c
8149         * src/gtk/pluginwindow.h
8150         * src/gtk/prefswindow.c
8151         * src/gtk/prefswindow.h
8152         * src/gtk/quicksearch.c
8153         * src/gtk/quicksearch.h
8154         * src/pixmaps/claws-mail.xpm
8155         * src/pixmaps/claws-mail_icon.xpm
8156         * src/pixmaps/claws-mail_logo.xpm
8157         * src/pixmaps/sylpheed-claws.xpm
8158         * src/pixmaps/sylpheed-claws_icon.xpm
8159         * src/pixmaps/sylpheed-claws_logo.xpm
8160         * src/plugins/bogofilter/Makefile.am
8161         * src/plugins/bogofilter/bogofilter.c
8162         * src/plugins/bogofilter/bogofilter.h
8163         * src/plugins/bogofilter/bogofilter_gtk.c
8164         * src/plugins/clamav/Makefile.am
8165         * src/plugins/clamav/clamav_plugin.c
8166         * src/plugins/clamav/clamav_plugin.h
8167         * src/plugins/clamav/clamav_plugin_gtk.c
8168         * src/plugins/demo/Makefile.am
8169         * src/plugins/demo/demo.c
8170         * src/plugins/dillo_viewer/Makefile.am
8171         * src/plugins/dillo_viewer/README
8172         * src/plugins/dillo_viewer/dillo_prefs.c
8173         * src/plugins/dillo_viewer/dillo_prefs.h
8174         * src/plugins/dillo_viewer/dillo_viewer.c
8175         * src/plugins/pgpcore/Makefile.am
8176         * src/plugins/pgpcore/passphrase.c
8177         * src/plugins/pgpcore/passphrase.h
8178         * src/plugins/pgpcore/pgp_viewer.c
8179         * src/plugins/pgpcore/pgp_viewer.h
8180         * src/plugins/pgpcore/plugin.c
8181         * src/plugins/pgpcore/prefs_gpg.c
8182         * src/plugins/pgpcore/prefs_gpg.h
8183         * src/plugins/pgpcore/select-keys.c
8184         * src/plugins/pgpcore/select-keys.h
8185         * src/plugins/pgpcore/sgpgme.c
8186         * src/plugins/pgpcore/sgpgme.h
8187         * src/plugins/pgpcore/sylpheed.def
8188         * src/plugins/pgpcore/version.rc
8189         * src/plugins/pgpinline/Makefile.am
8190         * src/plugins/pgpinline/pgpinline.c
8191         * src/plugins/pgpinline/pgpinline.h
8192         * src/plugins/pgpinline/plugin.c
8193         * src/plugins/pgpinline/sylpheed.def
8194         * src/plugins/pgpinline/version.rc
8195         * src/plugins/pgpmime/Makefile.am
8196         * src/plugins/pgpmime/pgpmime.c
8197         * src/plugins/pgpmime/pgpmime.h
8198         * src/plugins/pgpmime/plugin.c
8199         * src/plugins/pgpmime/sylpheed.def
8200         * src/plugins/pgpmime/version.rc
8201         * src/plugins/spamassassin/Makefile.am
8202         * src/plugins/spamassassin/README
8203         * src/plugins/spamassassin/spamassassin.c
8204         * src/plugins/spamassassin/spamassassin.h
8205         * src/plugins/spamassassin/spamassassin_gtk.c
8206         * src/plugins/trayicon/Makefile.am
8207         * src/plugins/trayicon/trayicon.c
8208         * tools/OOo2sylpheed.pl
8209         * tools/README
8210         * tools/README.sylprint
8211         * tools/acroread2sylpheed.pl
8212         * tools/claws.i18n.status.pl
8213         * tools/filter_conv.pl
8214         * tools/filter_conv_new.pl
8215         * tools/freshmeat_search.pl
8216         * tools/google_search.pl
8217         * tools/kmail2sylpheed.pl
8218         * tools/kmail2sylpheed_v2.pl
8219         * tools/make.themes.project
8220         * tools/multiwebsearch.pl
8221         * tools/nautilus2sylpheed.sh
8222         * tools/outlook2sylpheed.pl
8223         * tools/sylprint.pl
8224         * tools/sylprint.rc
8225         * tools/tb2sylpheed
8226         * tools/textviewer.sh
8227         * tools/vcard2xml.py
8228         * tools/kdeservicemenu/README
8229         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8230         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8231         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8232                 Change name to Claws Mail. Announce to follow...
8234 2006-11-06 [wwp]        2.6.0cvs6
8236         * src/prefs_template.c
8237                 unify messages related to quote format/template errors (fix
8238                 capitalization), again.
8240 2006-11-06 [wwp]        2.6.0cvs5
8242         * src/prefs_quote.c
8243                 unify messages related to quote format/template errors.
8245 2006-11-06 [wwp]        2.6.0cvs4
8247         * src/prefs_msg_colors.c
8248                 more uses of Q_ macro for contextual translations, thanks
8249                 to Fabien (fzzzzz).
8251 2006-11-06 [wwp]        2.6.0cvs3
8253         * src/compose.c
8254         * src/common/utils.c
8255         * src/common/utils.h
8256                 show an alertpanel to make sure users are aware that sensitive
8257                 files are attached (it's file blacklist-based). This will fix
8258                 interaction w/ GoogleEarth for instance, thanks to Colin.
8260 2006-11-06 [wwp]        2.6.0cvs2
8262         * src/prefs_quote.c
8263         * src/prefs_template.c
8264         * src/prefs_template.h
8265                 check quote format when applying/closing prefs. For now this only
8266                 shows up an error dialog box, not preventing the user from using
8267                 a broken quote (reply, forwards) format.
8269 2006-11-06 [wwp]        2.6.0cvs1
8271         * src/prefs_template.c
8272                 fix missing checks of some template fields.
8274 2006-11-06 [paul]       2.6.0
8276         * NEWS
8277         * README
8278         * RELEASE_NOTES
8279                 2.6.0 released
8281 2006-11-06 [paul]       2.5.6cvs22
8283         * manual/advanced.xml
8284         * manual/es/advanced.xml
8285                 put 'respect_flowed_format' info in the correct
8286                 place
8288 2006-11-06 [mones]      2.5.6cvs21
8290         * po/es.po
8291                 Minor fixes for release
8293 2006-11-06 [paul]       2.5.6cvs20
8295         * po/cs.po
8296         * po/de.po
8297         * po/fr.po
8298         * po/it.po
8299         * po/nl.po
8300         * po/pt_BR.po
8301         * po/sk.po
8302         * po/sv.po
8303         * po/zh_CN.po
8304                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8305                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8306                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8307                 Young
8309 2006-11-02 [colin]      2.5.6cvs19
8311         * src/imap.c
8312         * src/imap.h
8313         * src/prefs_account.c
8314         * src/etpan/imap-thread.c
8315                 Add GSSAPI support - fixes Debian bug #383274
8317 2006-11-01 [colin]      2.5.6cvs18
8319         * src/jpilot.c
8320                 Handle libpisock12 support. Probably
8321                 fixes bug 1046, 'jpilot AddressDB.pdb 
8322                 import fail'
8324 2006-11-01 [colin]      2.5.6cvs17
8326         * src/folderutils.c
8327                 debug_print() folderutils_mark_all_read()
8329 2006-11-01 [colin]      2.5.6cvs16
8331         * COPYING
8332                 Add missed files to the Apache exception
8334 2006-10-31 [colin]      2.5.6cvs15
8336         * src/folder.c
8337         * src/folder.h
8338                 Add a copy_private_data() func to FolderClasses
8339                 Doesn't break the feature freeze, because we 
8340                 won't use it (right now) in the core.
8342 2006-10-31 [colin]      2.5.6cvs14
8344         * COPYING
8345                 Allow linking with the Apache licensed files in
8346                 src/plugins/spamassassin. Hopefully fixes 
8347                 bug 1048, 'Spamassassin plugin license problem'
8349 2006-10-31 [wwp]        2.5.6cvs13
8351         * src/compose.c
8352                 fix and optimize trimming of leading linefeeds in body loop.
8354 2006-10-31 [colin]      2.5.6cvs12
8356         * src/etpan/imap-thread.c
8357         * src/imap.c
8358                 Make really sure to have NULL sets in case
8359                 of error
8361 2006-10-30 [wwp]        2.5.6cvs11
8363         * src/prefs_common.c
8364         * src/prefs_common.h
8365         * src/compose.c
8366                 fix broken storage of quote format template when it contains \-escape
8367                 sequences. The application of such sequences is also fixed now (\t
8368                 in quote format will be a real tab instead of a 't', for instance).
8370 2006-10-27 [colin]      2.5.6cvs10
8372         * src/compose.c
8373                 Probably fix bug 1045, 'sylpheed-claws 
8374                 doesn't remove the mail from the IMAP 
8375                 Queue folder after sending'. From
8376                 2.5.6cvs3-stable
8378 2006-10-27 [colin]      2.5.6cvs9
8380         * configure.ac
8381                 Require libetpan-0.48. I'm so annoying,
8382                 I know ;-)
8384 2006-10-27 [colin]      2.5.6cvs8
8386         * src/folder.c
8387         * src/imap.c
8388                 Probably fix bug 1044, 'sylpheed-claws 
8389                 segfaults while moving mails' - Fix relation
8390                 usage when moving to an IMAP mailbox from another
8391                 mailbox
8393 2006-10-26 [paul]       2.5.6cvs7
8395         * src/gtk/about.c
8396                 add libSM to compiled-in features
8397                 list
8399 2006-10-24 [colin]      2.5.6cvs6
8401         * src/textview.c
8402         * src/gtk/gtkutils.c
8403                 Fix crash when printing emails with an
8404                 xface
8406 2006-10-24 [mones]      2.5.6cvs5
8408         * manual/es/advanced.xml
8409                 Synchronize hidden option respect_flowed_format
8410         * po/es.po
8411                 Updated translation
8413 2006-10-21 [paul]       2.5.6cvs4
8415         * src/gtk/authors.h
8416         * src/plugins/pgpcore/pgp_viewer.c
8417         * src/plugins/pgpcore/sgpgme.c
8418                 fix building on BSDs
8419                 Thanks to Michael Hughes
8420                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8422 2006-10-20 [colin]      2.5.6cvs3
8424         * configure.ac
8425                 Bump up libetpan requirement
8426                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8427         * src/common/utils.c
8428         * src/common/utils.h
8429                 Add convenience get_file_mtime()
8430         * src/imap.c
8431         * src/etpan/imap-thread.c
8432         * src/etpan/imap-thread.h
8433                 Implement UIDPLUS support if the server
8434                 supports it - faster sending in this case
8436 2006-10-19 [colin]      2.5.6cvs2
8438         * src/gtk/quicksearch.c
8439                 Fix emptying in type-ahead+extended mode
8440         * src/mainwindow.c
8441         * src/mainwindow.h
8442                 Add a hook for offline state change
8443         * src/plugins/trayicon/trayicon.c
8444                 Use it to display offline icons
8445         * src/plugins/trayicon/Makefile.am
8446         * src/plugins/trayicon/newmail.offline.xpm
8447         * src/plugins/trayicon/newmarkedmail.offline.xpm
8448         * src/plugins/trayicon/nomail.offline.xpm
8449         * src/plugins/trayicon/unreadmail.offline.xpm
8450         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8451                 Add the icons
8453 2006-10-12 [paul]       2.5.6cvs1
8455         * NEWS
8456         * README
8457         * configure.ac
8458                 Update version number following
8459                 stable release
8461 2006-10-19 [colin]      2.5.5cvs18
8463         * manual/handling.xml
8464                 Add type-ahead search
8466 2006-10-18 [colin]      2.5.5cvs17
8468         * src/gtk/quicksearch.c
8469                 Remove "save to history only if there's
8470                 no syntax error", it breaks for some 
8471                 reason which I'll investigate later.
8473 2006-10-18 [colin]      2.5.5cvs16
8475         * src/prefs_common.c
8476         * src/prefs_common.h
8477         * src/summaryview.c
8478         * src/gtk/quicksearch.c
8479         * src/gtk/quicksearch.h
8480                 Add a type-ahead option for fast searches
8481                 Patch by Fabien Vantard
8483 2006-10-18 [colin]      2.5.5cvs15
8485         * src/compose.c
8486         * src/compose.h
8487                 Add Options/Reply mode/ menu to be able to
8488                 change the recipients of a reply on the fly
8490 2006-10-18 [colin]      2.5.5cvs14
8492         * src/compose.c
8493                 Fix redirecting of our own sent mails
8495 2006-10-17 [wwp]        2.5.5cvs13
8497         * src/send_message.c
8498                 Fix duplicate error messages when sending, and missing
8499                 newline in such error messages.
8501 2006-10-17 [colin]      2.5.5cvs12
8503         * src/compose.c
8504                 Compare addresses case-insensitive
8506 2006-10-17 [colin]      2.5.5cvs11
8508         * src/plugins/pgpcore/sgpgme.c
8509                 Fix return status
8511 2006-10-17 [colin]      2.5.5cvs10
8513         * src/plugins/pgpcore/pgp_viewer.c
8514                 Fix return status
8516 2006-10-17 [colin]      2.5.5cvs9
8518         * src/quote_fmt.c
8519                 Fix a typo (thanks to Fabien)
8521 2006-10-16 [colin]      2.5.5cvs8
8523         * src/textview.c
8524                 Fix problem with quote-folding when emails
8525                 don't convert cleanly to UTF-8
8527 2006-10-14 [colin]      2.5.5cvs7
8529         * src/prefs_template.c
8530                 Reset fields when reopening
8531                 the window
8533 2006-10-13 [paul]       2.5.5cvs6
8535         * manual/advanced.xml
8536         * src/prefs_message.c
8537                 make 'respect_flowed_format' a hidden
8538                 option, and add a manual entry for it
8539                 Thanks to Colin
8541 2006-10-12 [colin]      2.5.5cvs5
8543         * src/codeconv.c
8544                 Revert part of 2.5.2cvs21:
8545                 Don't optimise by reusing the 
8546                 last iconv converter if possible:
8547                 it seems slightly broken in a 
8548                 very hard way to reproduce
8550 2006-10-12 [colin]      2.5.5cvs4
8552         * src/prefs_common.c
8553         * src/prefs_common.h
8554         * src/prefs_message.c
8555         * src/procmime.c
8556                 Fix bug 1035, 'Incorrect handling 
8557                 of flowed lines'. We now optionnaly
8558                 handle this format (preference is in
8559                 Message View/Text options section)
8561 2006-10-12 [colin]      2.5.5cvs3
8563         * po/POTFILES.in
8564                 Add new file
8565         * src/plugins/pgpcore/pgp_viewer.c
8566         * src/plugins/pgpcore/sgpgme.c
8567                 Don't try to import without asking
8569 2006-10-12 [colin]      2.5.5cvs2
8571         * src/compose.c
8572                 Fix bug 1036, 'Forwarding a mutlipart
8573                 mail with a "text/html" block to ms
8574                 outlook users leeds to freeze of
8575                 outlook'. Poor outlook users...
8577 2006-10-12 [paul]       2.5.5cvs1
8579         * NEWS
8580         * README
8581         * configure.ac
8582                 Update version number following
8583                 stable release
8585 2006-10-11 [paul]       2.5.4cvs1
8587         * NEWS
8588         * README
8589         * configure.ac
8590                 Update version number following
8591                 stable release
8593 2006-10-11 [paul]       2.5.3cvs32
8595         * src/textview.c
8596                 fix bug 1032, 'Segmentation fault when showing
8597                 message' (bug in quote folding)
8598                 Thanks to Colin
8600 2006-10-10 [colin]      2.5.3cvs31
8602         * src/quote_fmt.c
8603                 Rephrase english a bit
8605 2006-10-10 [colin]      2.5.3cvs30
8607         * src/prefs_compose_writing.c
8608                 Stop making the page larger than the window
8610 2006-10-10 [wwp]        2.5.3cvs29
8612         * src/compose.c
8613         * src/prefs_template.c
8614         * src/quote_fmt.c
8615         * src/quote_fmt.h
8616         * src/quote_fmt_lex.l
8617         * src/quote_fmt_parse.y
8618                 Extend the quote parser a bit: allow to get access to
8619                 basic (composing) account info.
8621 2006-10-10 [colin]      2.5.3cvs28
8623         * src/procheader.c
8624                 Fix this \t problem in subject
8626 2006-10-09 [colin]      2.5.3cvs27
8628         * src/main.c
8629         * src/prefs_gtk.c
8630                 Prepare cache a bit later
8631                 If section already exists, skip the new one 
8632                 (as previously); avoid writing the same block
8633                 twice - if we find a second block with the 
8634                 same id, skip it.
8635         * src/plugins/pgpcore/pgp_viewer.c
8636                 Set cursor to busy when retrieving a key
8637         * src/plugins/pgpcore/sgpgme.c
8638                 allow 5 seconds for gpg to export the key
8639                 
8641 2006-10-09 [colin]      2.5.3cvs26
8643         * configure.ac
8644         * src/msgcache.c
8645         * src/prefs_gtk.c
8646                 Check for existence of fgets_unlocked
8647                 and fwrite_unlocked
8649 2006-10-09 [paul]       2.5.3cvs25
8651         * src/prefs_summaries.c
8652                 replace strftime() with fast_strftime() and in
8653                 the consequence fix the bug in the display of
8654                 AM/PM in the 'Example' string
8656 2006-10-09 [ticho]      2.5.3cvs24
8658         * po/sk.po
8659                 Updated (and fixed up somewhat) Slovak translation.
8661 2006-10-08 [colin]      2.5.3cvs23
8663         * src/prefs_folder_item.c
8664                 Explain why prefs in the top-level folder
8665                 aren't retained, but are still useful
8667 2006-10-08 [colin]      2.5.3cvs22
8669         * src/prefs_gtk.c
8670                 Don't cache anything if caching fails
8672 2006-10-08 [colin]      2.5.3cvs21
8674         * src/common/utils.c
8675                 always include gi18n.h
8677 2006-10-07 [colin]      2.5.3cvs20
8679         * src/plugins/pgpcore/pgp_viewer.c
8680                 Kill gpg after 5 seconds wait
8682 2006-10-07 [colin]      2.5.3cvs19
8684         * src/plugins/pgpcore/pgp_viewer.c
8685         * src/plugins/pgpcore/pgp_viewer.h
8686                 Fix copyright
8688 2006-10-07 [colin]      2.5.3cvs18
8690         * src/plugins/pgpcore/pgp_viewer.c
8691         * src/plugins/pgpcore/pgp_viewer.h
8692                 Actually add the files to CVS
8694 2006-10-07 [colin]      2.5.3cvs17
8696         * src/plugins/pgpcore/sgpgme.c
8697                 Be sure not to crash on 'application/pgp-signature' that
8698                 are not application/pgp-signatures
8700 2006-10-07 [colin]      2.5.3cvs16
8702         * src/textview.c
8703         * src/textview.h
8704                 Make a bit more of the API available
8705         * src/plugins/pgpcore/Makefile.am
8706         * src/plugins/pgpcore/plugin.c
8707         * src/plugins/pgpcore/sgpgme.c
8708                 Add basic key import/export
8710 2006-10-07 [colin]      2.5.3cvs15
8712         * src/folderview.c
8713         * src/imap.c
8714         * src/prefs_account.c
8715         * src/wizard.c
8716                 Warn users *everywhere* if libetpan's not
8717                 linked in
8719 2006-10-06 [mones]      2.5.3cvs14
8721         * po/de.po
8722         * po/es.po
8723                 updated by Stephan Sachse and me
8725 2006-10-06 [colin]      2.5.3cvs13
8727         * src/main.c
8728         * src/common/sylpheed.c
8729                 Don't load common plugins if --exit is passed
8730         * src/prefs_gtk.c
8731         * src/prefs_gtk.h
8732                 Implement a cache to avoid reading the same
8733                 files over and over again at startup
8735 2006-10-06 [colin]      2.5.3cvs12
8737         * src/summaryview.c
8738         * src/gtk/quicksearch.c
8739                 Update display every 5k mails on fast searches
8741 2006-10-06 [colin]      2.5.3cvs11
8743         * src/textview.c
8744                 Don't do quote folding on HTML or ERTF.
8745                 May fix the Cygwin issues if they were
8746                 happening with HTML mails?
8748 2006-10-05 [colin]      2.5.3cvs10
8750         * src/prefs_gtk.c
8751                 Oops, forgot one
8753 2006-10-05 [colin]      2.5.3cvs9
8755         * src/prefs_gtk.c
8756                 Use unlocked_stdio here too
8758 2006-10-05 [colin]      2.5.3cvs8
8760         * src/folderview.c
8761                 Fix go to next * after preferences apply
8762         * src/msgcache.c
8763                 Do the fd lock/unlock ourselves instead of
8764                 letting the libc do it at each write 
8766 2006-10-05 [colin]      2.5.3cvs7
8768         * src/common/utils.c
8769                 Faster division, thanks to Jean Diraison
8771 2006-10-05 [paul]       2.5.3cvs6
8773         * src/common/utils.c
8774                 fix building with --disable-nls
8776 2006-10-04 [colin]      2.5.3cvs5
8778         * src/folder.c
8779                 Maybe fix a segfault
8781 2006-10-04 [wwp]        2.5.3cvs4
8783         * src/prefs_folder_item.c
8784                 Fine-tune layouts in folder item prefs. Suggested by
8785                 Fabien Vantard <fzzzzz@gmail.com>.
8787 2006-10-04 [wwp]        2.5.3cvs3
8789         * src/prefs_folder_item.c
8790                 Kill the clandestine passengers. You didn't see anything.
8792 2006-10-04 [wwp]        2.5.3cvs2
8794         * src/prefs_folder_item.c
8795                 Add a way to test the subject simplify regexp in
8796                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8797                 w/ few layout changes.
8799 2006-20-04 [paul]       2.5.3cvs1
8801         * NEWS
8802         * README
8803         * configure.ac
8804                 Update version number following
8805                 stable release
8807 2006-10-04 [colin]      2.5.2cvs42
8809         * src/folder.c
8810         * src/folder.h
8811         * src/summaryview.c
8812                 Provide a way for folder classes to set their sort
8813                 type and key
8815 2006-10-03 [colin]      2.5.2cvs41
8817         * src/mh.c
8818                 Don't use strlen() to know if the
8819                 string's empty
8821 2006-10-03 [colin]      2.5.2cvs40
8823         * src/mh.c
8824                 Fix "check for new folders" with accentued folders
8826 2006-10-03 [ticho]      2.5.2cvs39
8828         * src/filtering.c
8829         * src/folder.c
8830         * src/inc.c
8831         * src/mbox.c
8832                 Colin's fix for "copy" filtering rules.
8834 2006-10-02 [colin]      2.5.2cvs38
8836         * src/folderview.c
8837                 Fix for double-click too
8839 2006-10-02 [colin]      2.5.2cvs37
8841         * src/folderview.c
8842                 correct fix for cvs36
8844 2006-10-02 [colin]      2.5.2cvs36
8846         * src/folderview.c
8847                 Fix 'goto next unread' after collapsing/expanding 
8848                 a node.
8850 2006-10-02 [colin]      2.5.2cvs35
8852         * src/summaryview.c
8853                 Fix double freeze/thaw
8854         * src/common/utils.c
8855         * src/common/utils.h
8856                 Reimplement strftime
8857         * src/procheader.c
8858                 Use it
8861 2006-10-02 [colin]      2.5.2cvs34
8863         * src/mh.c
8864                 Time mh_write_sequences() - it's fast
8865         * src/summaryview.c
8866                 Init a variable to shut up gcc
8868 2006-10-01 [colin]      2.5.2cvs33
8870         * src/folder.c
8871         * src/mh.c
8872         * src/mh.h
8873         * src/msgcache.c
8874                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8875                 Add fsync but disable it, it's slow as hell
8877 2006-10-01 [colin]      2.5.2cvs32
8879         * src/mh.c
8880         * src/msgcache.c
8881                 fflush() caches and mh_sequences before
8882                 fclose()ing
8884 2006-10-01 [colin]      2.5.2cvs31
8886         * src/msgcache.c
8887                 Don't ftruncate when not using mmap
8889 2006-09-30 [colin]      2.5.2cvs30
8891         * src/main.c
8892                 Write folder list *after* saving caches
8894 2006-09-30 [colin]      2.5.2cvs29
8896         * src/folder.c
8897         * src/mh.c
8898                 Debug forced mtime changes
8900 2006-09-30 [colin]      2.5.2cvs28
8902         * src/folder.c
8903         * src/main.c
8904                 Remove useless debug_print()s (code
8905                 well-tested)
8907 2006-09-30 [colin]      2.5.2cvs27
8909         * src/mh.c
8910                 Do stuff faster when writing mh_sequences
8912 2006-09-30 [colin]      2.5.2cvs26
8914         * src/mh.c
8915                 Don't let the writing of .mh_sequences, which
8916                 can change the folder's mtime, let us think
8917                 we need to scan.
8919 2006-09-30 [colin]      2.5.2cvs25
8921         * src/folder.c
8922                 Move a debug_print where it belongs 
8923                 (processing)
8924         * src/summaryview.c
8925                 Don't mess with a huge slow subject
8926                 table if we're not threading by
8927                 subject
8929 2006-09-30 [colin]      2.5.2cvs24
8931         * src/msgcache.c
8932                 Reenable mmaped reads (*not* writes!)
8933         * src/procmsg.c
8934                 Don't destroy and recreate hashtables just
8935                 for fun
8936         * src/common/utils.c
8937                 Remove useless reply prefixes (it's case
8938                 unsensitive)
8940 2006-09-30 [wwp]        2.5.2cvs23
8942         * tools/fix_date.sh
8943                 Fixed a minor bug in date value extraction, added a switch
8944                 to replace non RFC-compliant Date: value, added a switch
8945                 to use strict RFC matching patterns for dates.
8947 2006-09-29 [colin]      2.5.2cvs22
8949         * src/matcher_parser.h
8950         * src/matcher_parser_parse.y
8951         * src/prefs_filtering.c
8952         * src/statusbar.c
8953         * src/summary_search.c
8954         * src/summaryview.c
8955         * src/gtk/quicksearch.c
8956         * src/gtk/quicksearch.h
8957                 Optimise searches by setting different
8958                 refresh intervals (depending if the 
8959                 search is fast or not)
8961 2006-09-29 [colin]      2.5.2cvs21
8963         * src/codeconv.c
8964                 Optimise by reusing the last iconv converter
8965                 if possible
8966         * src/textview.c
8967                 Optimise a bit (the foldable quotes feature
8968                 still has an awful O(n^2) algo
8970 2006-09-29 [colin]      2.5.2cvs20
8972         * src/gtk/gtksctree.c
8973         * src/gtk/gtksctree.h
8974                 Optimise de-selection via up/down or
8975                 another key
8977 2006-09-28 [colin]      2.5.2cvs19
8979         * src/action.c
8980         * src/compose.c
8981         * src/folderview.c
8982         * src/mainwindow.c
8983         * src/messageview.c
8984         * src/summary_search.c
8985         * src/toolbar.c
8986                 Avoid using summaryview->ctree directly
8988 2006-09-28 [colin]      2.5.2cvs18
8990         * src/summaryview.c
8991         * src/summaryview.h
8992                 Add helpers to freeze/thaw/grab_focus
8993                 Factorize calls to freeze/thaw/grab_focus
8994                 
8996 2006-09-28 [colin]      2.5.2cvs17
8998         * src/main.c
8999                 More guards for the session management
9001 2006-09-28 [colin]      2.5.2cvs16
9003         * src/folderview.c
9004         * src/gtk/gtksctree.c
9005         * src/gtk/gtksctree.h
9006                 Make expanding not recursive in folderview
9008 2006-09-28 [colin]      2.5.2cvs15
9010         * src/addressbook.c
9011                 If nothing is selected in the list (right part)
9012                 and a group is selected in the tree (left part),
9013                 mail this group.
9015 2006-09-28 [colin]      2.5.2cvs14
9017         * src/Makefile.am
9018                 Actually use SM_LIBS
9020 2006-09-28 [ticho]      2.5.2cvs13
9022         * src/export.c
9023         * src/messageview.c
9024         * src/mimeview.c
9025         * src/news.c
9026         * src/pop.c
9027         * src/prefs_themes.c
9028         * src/procmsg.c
9029                 Small i18n string optimization.
9030         * src/send_message.c
9031         * src/summaryview.c
9032         * src/common/session.c
9033         * src/common/smtp.c
9034         * src/common/ssl_certificate.c
9035         * src/common/utils.c
9036                 Use "Couldn't" instead of "Can't" in UI messages,
9037                 where appropriate.
9039 2006-09-28 [colin]      2.5.2cvs12
9041         * configure.ac
9042                 Possibly fix link errors
9044 2006-09-27 [wwp]        2.5.2cvs11
9046         * src/gtk/authors.h
9047         * doc/man/sylpheed-claws.1
9048         * manual/ack.xml
9049         * manual/es/ack.xml
9050         * manual/fr/ack.xml
9051         * manual/pl/ack.xml
9052                 Updated authors info (me, myself and I).
9054 2006-09-27 [colin]      2.5.2cvs10
9056         * src/addressbook.c
9057                 Remove useless printf
9059 2006-09-27 [wwp]        2.5.2cvs9
9061         * src/editgroup.c
9062         * src/send_message.c
9063         * src/inc.c
9064         * src/prefs_common.c
9065         * src/prefs_common.h
9066         * src/gtk/progressdialog.c
9067                 remember more windows' sizes (send dialog, received dialog,
9068                 edit group in addressbook).
9070 2006-09-27 [colin]      2.5.2cvs8
9072         * configure.ac
9073         * src/main.c
9074         * src/mainwindow.h
9075                 Use libSM to communicate with the session
9076                 manager, so that we can know when the 
9077                 session ends, save our caches, and draft
9078                 our compose windows.
9080 2006-09-27 [colin]      2.5.2cvs7
9082         * src/addressbook.c
9083                 Fix issues:
9084                 o Allow Book and Group creation from the tree's
9085                   contextual menu
9086                 o Do not actually delete the contacts when 
9087                   deleting groups from the tree (duh!)
9089 2006-09-27 [colin]      2.5.2cvs6
9091         * src/compose.c
9092         * src/compose.h
9093         * src/mainwindow.c
9094         * src/textview.c
9095         * src/toolbar.c
9096                 o Allow passing an email address to 
9097                   compose_new_with_folderitem
9098                 o Update callers
9099                 o Use current folderitem when clicking
9100                   on a TextView mailto: link
9101                 o Fix a possible leak in TextView
9103 2006-09-27 [colin]      2.5.2cvs5
9105         * src/html.c
9106                 Use UTF-8 chars to replace HTML entities
9108 2006-09-27 [colin]      2.5.2cvs4
9110         * AUTHORS
9111         * src/prefs_account.c
9112         * src/gtk/authors.h
9113                 Fix bug #1024 (Array index out of
9114                 range in sylpheed-claws-2.5.2)
9115                 Patch by Ales Nosek <anosek@suse.cz>
9117 2006-09-27 [colin]      2.5.2cvs3
9119         * src/addr_compl.c
9120                 Actually do the test
9122 2006-09-27 [colin]      2.5.2cvs2
9124         * src/addr_compl.c
9125         * src/addr_compl.h
9126                 Allow completing with comma (in certain cases: vCalendar
9127                 for example doesn't support that)
9128                 Patch by Fabien Vantard
9130 2006-09-26 [colin]      2.5.2cvs1
9132         * src/Makefile.am
9133         * src/addr_compl.c
9134         * src/addr_compl.h
9135         * src/addrbook.c
9136         * src/addrbook.h
9137         * src/addressbook.c
9138         * src/addrindex.c
9139         * src/addrindex.h
9140         * src/compose.c
9141         * src/prefs_common.c
9142         * src/prefs_filtering_action.c
9143         * src/prefs_folder_item.c
9144         * src/prefs_template.c
9145         * src/stock_pixmap.c
9146         * src/stock_pixmap.h
9147         * src/pixmaps/addr_one.xpm
9148         * src/pixmaps/addr_two.xpm
9149                 Add auto-completion on groups
9151 2006-09-26 [colin]      2.5.2
9153         * NEWS
9154         * README
9155         * RELEASE_NOTES
9156                 2.5.2 released
9158 2006-09-26 [colin]      2.5.1cvs5
9160         * src/matcher.c
9161                 Fix condition
9163 2006-09-26 [colin]      2.5.1cvs4
9165         * src/mbox.c
9166                 Revert cvs1 (useless as the message is printed 
9167                 every 500 mails)
9169 2006-09-26 [colin]      2.5.1cvs3
9171         * src/partial_download.c
9172                 Fix crasher found by Alexsandar Urosevic
9174 2006-09-26 [colin]      2.5.1cvs2
9176         * src/summaryview.c
9177                 Fix bug #1023 (Sylpheed deletes too much messages)
9179 2006-09-26 [ticho]      2.5.1cvs1
9181         * src/mbox.c
9182                 Make use of gettext's multiple plurals for statusbar
9183                 progress message.
9185 2006-09-25 [paul]       2.5.1
9187         * NEWS
9188         * README
9189         * RELEASE_NOTES
9190                 2.5.1 released
9192 2006-09-25 [colin]      2.5.0cvs3
9194         * src/plugins/bogofilter/bogofilter.c
9195         * src/plugins/clamav/clamav_plugin.c
9196         * src/plugins/spamassassin/spamassassin.c
9197                 BogoFilter, Spamassassin: Fix double hook registering after
9198                 visiting preferences
9199                 Spamassassin, Clamav: Just set the mails to move instead of
9200                 doing the move - caller will move the things at once.
9202 2006-09-25 [colin]      2.5.0cvs2
9204         * src/imap.c
9205         * src/etpan/imap-thread.c
9206                 Use UID SEARCH ALL instead of UID 1:*
9207                 (braindead servers can't figure out that's
9208                 the same...)
9210 2006-09-25 [wwp]        2.5.0cvs1
9212         * src/message_search.c
9213                 Added the ability to stop a running search (in message body).
9215 2006-09-25 [paul]       2.5.0
9217         * NEWS
9218         * README
9219         * RELEASE_NOTES
9220                 2.5.0 released
9222 2006-09-25 [paul]       2.4.0cvs214
9224         * po/cs.po
9225         * po/de.po
9226         * po/fi.po
9227         * po/fr.po
9228         * po/nl.po
9229         * po/pt_BR.po
9230         * po/sk.po
9231         * po/sr.po
9232         * po/zh_CN.po
9233                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9234                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9235                 Ticho, Aleksander Urosevic, Ralgh Young
9237 2006-09-24 [mones]      2.4.0cvs213
9239         * po/es.po
9240                 Updated for release
9242 2006-09-23 [colin]      2.4.0cvs212
9244         * src/gtk/inputdialog.c
9245                 Fix [ ] remember this appearing in normal
9246                 input dialogs after it's been used by
9247                 mimeview.
9248         * src/folder.c
9249         * src/folderview.c
9250         * src/msgcache.c
9251         * src/procmsg.c
9252         * src/summaryview.c
9253         * src/textview.c
9254         * src/common/timing.h
9255                 Enable timings in debug mode and make it
9256                 look prettier.
9258 2006-09-22 [colin]      2.4.0cvs211
9260         * README
9261                 Revert test change
9262         * commitHelper
9263                 ping the correct URI
9265 2006-09-22 [colin]      2.4.0cvs210
9267         * README
9268                 Let's see if bug #1022 is fixed
9270 2006-09-21 [colin]      2.4.0cvs209
9272         * src/wizard.c
9273         * src/common/plugin.c
9274                 Prepare infra to load predefined plugins when
9275                 no configuration existed. Don't actually load
9276                 anything yet (feat. freeze)
9278 2006-09-21 [wwp]        2.4.0cvs208
9280         * manual/fr/faq.xml
9281                 Partial sync w/ 2.4.0cvs72:
9282                 wrap file and minor updates.
9284 2006-09-21 [wwp]        2.4.0cvs207
9286         * tools/fix_date.sh
9287                 several fixes and enhancements. A new --force switch has been
9288                 added to prevent overriding by default Date: header when
9289                 already existing.
9291 2006-09-21 [paul]       2.4.0cvs206
9293         * src/common/utils.c
9294                 add Chinese UTF8 Re prefix
9296 2006-09-21 [wwp]        2.4.0cvs205
9298         * tools/Makefile.am
9299                 Fics alfabettical order.
9301 2006-09-21 [wwp]        2.4.0cvs204
9303         * tools/fix_date.sh
9304         * tools/Makefile.am
9305                 Added an action tool to fix missing Date field in emails.
9306                 Updated Makefile.am to reflect those last two additions.
9308 2006-09-21 [wwp]        2.4.0cvs203
9310         * tools/uuooffice
9311                 Added a action tool to open uuencoded docs w/
9312                 OpenOffice (based on uudec method).
9314 2006-09-21 [colin]      2.4.0cvs202
9316         * src/compose.c
9317         * src/textview.c
9318                 Workaround possible GTK crash: remove selection 
9319                 clipboard before destroying widget, or GTK+-2.10
9320                 dies. Thanks to Hiro.
9322 2006-09-20 [colin]      2.4.0cvs201
9324         * src/compose.c
9325                 Fix free-after-use in some cases (when 
9326                 procmime_encode_content() frees mimeinfo->data.mem
9327                 and turns it to a temp file)
9329 2006-09-20 [colin]      2.4.0cvs200
9331         * src/folderview.c
9332         * src/summaryview.c
9333         * src/gtk/gtksctree.c
9334         * src/gtk/gtksctree.h
9335                 Add tooltips in the folderview and summaryview
9336                 (Doesn't break string freeze as they already
9337                 exist)
9338         * src/toolbar.c
9339                 Put the spam button in the default configuration
9340                 if compiled with bogo plugin too
9342 2006-09-19 [colin]      2.4.0cvs199
9344         * src/summaryview.c
9345         * src/summaryview.h
9346                 Update folder name label on folder rename
9347         * src/prefs_matcher.c
9348         * src/gtk/logwindow.h
9349                 Fix warnings
9350                 Patches by Fabien
9352 2006-09-19 [wwp]        2.4.0cvs198
9354         * src/summary_search.c
9355                 fix can't click forward/backward buttons in the
9356                 search messages.
9358 2006-09-18 [paul]       2.4.0cvs197
9360         * src/wizard.c
9361                 add missing bracket, capitalise the A of
9362                 'SpamAssassin'
9364 2006-09-18 [paul]       2.4.0cvs196
9366         * src/compose.c
9367                 fix bug 1012 'crashed upon sending mail
9368                 from compose window'
9369                 Thanks to Colin
9371 2006-09-16 [colin]      2.4.0cvs195
9373         * src/folderview.c
9374                 Fix "real-time" sorting by freezing/thawing
9376 2006-09-16 [colin]      2.4.0cvs194
9378         * manual/faq.xml
9379                 Fix the anti-spam entry a bit
9381 2006-09-16 [colin]      2.4.0cvs193
9383         * src/wizard.c
9384                 Make sure reviewers have no excuse when stating
9385                 Sylpheed-Claws doesn't have antispam capabilities.
9387 2006-09-16 [colin]      2.4.0cvs192
9389         * src/main.c
9390                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9391                 as if the SIGPIPE comes from etpan's thread we could
9392                 trigger a GUI update from this thread.
9394 2006-09-16 [colin]      2.4.0cvs191
9396         * src/summaryview.c
9397                 Init all members of the struct
9399 2006-09-16 [paul]       2.4.0cvs190
9401         * src/account.c
9402                 improvements to the English
9404 2006-09-15 [colin]      2.4.0cvs189
9406         * src/summaryview.c
9407                 HIG order on dialog
9409 2006-09-14 [colin]      2.4.0cvs188
9411         * src/common/socket.c
9412         * src/common/socket.h
9413         * src/common/ssl.c
9414         * src/common/ssl_certificate.c
9415         * src/common/ssl_certificate.h
9416         * src/etpan/imap-thread.c
9417                 the get_fqdn() call done to get canonical name when
9418                 checking an SSL certificate is blocking, which is
9419                 sad as we just did a non-blocking lookup to connect.
9420                 Fix that by letting the fqdn available to the SockInfo,
9421                 and use that in ssl_certificate_check(). For IMAP,
9422                 we don't do it as the lookup's done by libetpan, but
9423                 it's less annoying as IMAP connections as much more
9424                 rare than POP3 connections.
9426 2006-09-14 [paul]       2.4.0cvs187
9428         * manual/advanced.xml
9429                 improvements to the English,
9430                 properly place the new hidden options
9431                 within the alphabetical order
9432         * src/gtk/pluginwindow.c
9433                 improvements to the English
9435 2006-09-14 [colin]      2.4.0cvs186
9437         * src/prefs_common.c
9438         * src/prefs_common.h
9439         * src/gtk/gtksctree.c
9440         * manual/advanced.xml
9441                 New hidden pref, stripes_color_offset, to change
9442                 the value added/substracted to normal bgcolor to
9443                 create the stripes in summaries
9445 2006-09-13 [colin]      2.4.0cvs185
9447         * src/gedit-print.c
9448         * src/messageview.c
9449         * src/messageview.h
9450         * src/summaryview.c
9451         * src/textview.c
9452                 Fix misc. printing issues: 
9453                 - Bad font for linkified headers
9454                 - Different font if the mail was displayed or not
9455                 - Factorize the thing
9457 2006-09-13 [colin]      2.4.0cvs184
9459         * src/common/ssl_certificate.c
9460                 Only get FQDN once when checking certificate
9462 2006-09-13 [colin]      2.4.0cvs183
9464         * src/account.c
9465         * src/gtk/pluginwindow.c
9466                 Misc. GUI fixes by Fabien
9468 2006-09-13 [wwp]        2.4.0cvs182
9470         * configure.ac
9471         * src/common/utils.h
9472         * src/common/utils.c
9473                 get rid of unused wide-char functions.
9475 2006-09-13 [wwp]        2.4.0cvs181
9477         * src/plugins/pgpinline/sylpheed.def
9478         * src/textview.c
9479                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9480                 add privacy_reset_error to the .def file,
9481                 do not fork for an external textviewer.
9483 2006-09-13 [wwp]        2.4.0cvs180
9485         * src/prefs_common.c
9486                 fix broken font entry in prefs (patch issued by the gpg4win team,
9487                 probably by Marcus Brinkmann <marcus@g10code.de>).
9489 2006-09-13 [colin]      2.4.0cvs179
9491         * src/folder.h
9492                 Fix a warning in summaryview.c
9493         * src/mainwindow.c
9494         * src/summaryview.c
9495         * src/summaryview.h
9496                 Add missing Mark/* elements in the
9497                 main menu
9499 2006-09-12 [colin]      2.4.0cvs178
9501         * src/prefs_actions.c
9502         * src/prefs_filtering_action.c
9503         * src/prefs_matcher.c
9504                 Use (New) instead of New everywhere
9506 2006-09-12 [wwp]        2.4.0cvs177
9508         * manual/fr/addrbook.xml
9509         * manual/fr/handling.xml
9510                 updated some quotes in the fr manual to match the fr translation.
9512 2006-09-12 [wwp]        2.4.0cvs176
9514         * src/prefs_matcher.c
9515                 don't store translated string elements in matcher expressions.
9516                 Also fixed a misused of Q_().
9518 2006-09-11 [wwp]        2.4.0cvs175
9520         * src/plugins//bogofilter/bogofilter.c
9521         * src/plugins//clamav/clamav_plugin.c
9522         * src/plugins//demo/demo.c
9523         * src/plugins//dillo_viewer/dillo_viewer.c
9524         * src/plugins//pgpcore/plugin.c
9525         * src/plugins//pgpinline/plugin.c
9526         * src/plugins//pgpmime/plugin.c
9527         * src/plugins//spamassassin/spamassassin.c
9528                 gettext-ize more strings (mostly plugin error messages).
9530 2006-09-11 [colin]      2.4.0cvs174
9532         * src/alertpanel.c
9533                 Make maximum buffer size bigger to avoid
9534                 truncating translated messages. Patch by
9535                 Fabien
9537 2006-09-11 [colin]      2.4.0cvs173
9539         * src/etpan/imap-thread.c
9540                 Fix compilation on OpenBSD, thanks to 
9541                 Landry
9543 2006-09-10 [wwp]        2.4.0cvs172
9545         * manual/account.xml
9546         * manual/addrbook.xml
9547         * manual/handling.xml
9548         * manual/es/handling.xml
9549         * manual/fr/account.xml
9550         * manual/fr/addrbook.xml
9551         * manual/fr/handling.xml
9552                 documented addressbook matching (condition configuration):
9553                   addrbook.xml, en fr
9554                 documented per-account filtering rules (handling/filtering
9555                   section, account section):
9556                   account.xml, handling.xml, en fr
9557                 slightly updated the handling/searching section to tell few
9558                   words about the extended search ability:
9559                   handling.xml, en fr
9560                 added missing <quote></quotes> to Quick Search:
9561                   handling.xml, en fr es
9562                 fixed a typo (auomatically):
9563                   handling.xml, en
9564                 changes revisited by Paul.
9566 2006-09-10 [paul]       2.4.0cvs171
9568         * src/prefs_actions.c
9569         * src/prefs_filtering.c
9570         * src/prefs_template.c
9571                 adjustments to the gui
9572                 Patch by Fabien Vantard (slightly modified)
9574 2006-09-10 [colin]      2.4.0cvs170
9576         * src/summaryview.c
9577                 Check folderitem/summaryview consistency
9578                 (basically automates Update summary). Fixes
9579                 #1011 (wrong (negative) count on unread 
9580                 messages)
9582 2006-09-10 [colin]      2.4.0cvs169
9584         * src/gtk/gtksctree.c
9585                 Fix recursive expansion via mouse
9586         * src/plugins/bogofilter/bogofilter.c
9587                 Use normal filtering way of moving
9588                 messages (batching), possibly fixing
9589                 bug #1015 (Bogofilter plugin doubles 
9590                 new messages)
9592 2006-09-09 [wwp]        2.4.0cvs168
9594         * src/prefs_filtering.c
9595                 better place for this fix.
9597 2006-09-09 [wwp]        2.4.0cvs167
9599         * src/prefs_filtering.c
9600                 fix a minor bug when the enabled status of a filtering/processing
9601                 rule always got set to TRUE when replacing this rule. That still
9602                 make sense when adding a new rule, but now when replacing, we
9603                 don't override the value of 'enabled'.
9604                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9605                 to prefs_filtering_list_view_get_info() as this function not only
9606                 returns the name, but also the account_id and the enabled status.
9608 2006-09-09 [mones]      2.4.0cvs166
9610         * manual/glossary.xml
9611         * manual/plugins.xml
9612                 Minor format corrections
9613         * manual/gpl.xml
9614                 Fix misplaced NO WARRANTY section
9615         * manual/es/advanced.xml
9616         * manual/es/faq.xml
9617         * manual/es/glossary.xml
9618         * manual/es/gpl.xml
9619         * manual/es/handling.xml
9620         * manual/es/plugins.xml
9621         * manual/es/starting.xml
9622                 Incorporate changes from English version
9623         * manual/fr/ack.xml
9624         * manual/pl/ack.xml
9625         * manual/es/ack.xml
9626                 Fix address, (add translation credits in es version)
9627         * po/es.po
9628                 Updated translation
9630 2006-09-09 [wwp]        2.4.0cvs165
9632         * src/prefs_filtering.c
9633                 fix a crash when opening filtering prefs, if matcherrc file contains
9634                 broken data (non-existing account id, which is theoretically not
9635                 possible).
9637 2006-09-08 [colin]      2.4.0cvs164
9639         * src/folder.c
9640                 Wrong assert, make it an if()
9641         * src/gtk/gtksctree.c
9642                 Fix bug #1013 (expand selected thread 
9643                 tree) - expanding is now recursive
9645 2006-09-07 [wwp]        2.4.0cvs163
9647         * src/prefs_matcher.c
9648                 make better sentences about addressbook matching in the
9649                 matcher prefs. This should make translators' work easier
9650                 too.
9652 2006-09-07 [wwp]        2.4.0cvs162
9654         * src/prefs_filtering.c
9655                 code simplification (get rid of dup var. assignment).
9657 2006-09-07 [wwp]        2.4.0cvs161
9659         * src/summaryview.c
9660                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9661                 <fzzzzz@gmail.com>.
9663 2006-09-07 [paul]       2.4.0cvs160
9665         * src/mimeview.c
9666                 fix compilation warnings
9667                 Thanks to Colin
9669 2006-09-07 [paul]       2.4.0cvs159
9671         * src/mimeview.c
9672                 select the mimepart icon when
9673                 displaying as text
9674                 Thanks to Colin
9676 2006-09-06 [paul]       2.4.0cvs158
9678         * src/prefs_filtering.c
9679                 fix labels and table element spacing
9680                 Patch by Fabien Vantard
9682 2006-09-06 [paul]
9684         2.5.0-rc3 released
9686 2006-09-06 [paul]       2.4.0cvs157
9688         * manual/es/advanced.xml
9689                 fix typo
9691 2006-09-06 [wwp]        2.4.0cvs156
9693         * src/mainwindow.c
9694                 fix an dup launch issue when iconified, thanks to Colin.
9696 2006-09-06 [wwp]        2.4.0cvs155
9698         * src/gtk//gtksctree.h
9699                 oops, forgot that one!
9701 2006-09-06 [wwp]        2.4.0cvs154
9703         * manual/pl/advanced.xml
9704         * manual/advanced.xml
9705         * manual/es/advanced.xml
9706         * manual/fr/advanced.xml
9707         * src/prefs_customheader.c
9708         * src/prefs_filtering_action.c
9709         * src/foldersel.c
9710         * src/prefs_summaries.c
9711         * src/prefs_filtering.c
9712         * src/account.c
9713         * src/compose.c
9714         * src/prefs_summary_column.c
9715         * src/addr_compl.c
9716         * src/prefs_actions.c
9717         * src/prefs_folder_column.c
9718         * src/ssl_manager.c
9719         * src/prefs_template.c
9720         * src/prefs_display_header.c
9721         * src/prefs_common.h
9722         * src/prefs_matcher.c
9723         * src/prefs_common.c
9724         * src/prefs_toolbar.c
9725         * src/summaryview.c
9726         * src/folderview.c
9727         * src/gtk/gtksctree.c
9728         * src/gtk/pluginwindow.c
9729         * src/gtk/progressdialog.c
9730         * src/gtk/prefswindow.c
9731                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9732                 to make its meaning more obvious (all versions of the manual reflect
9733                 the change).
9734                 added an extra hidden option use_stripes_in_summary to allow
9735                 discarding these stripes in mainwindow's folder and message lists;
9736                 en and fr manuals only are OK towards this.
9738 2006-09-06 [colin]      2.4.0cvs153
9740         * src/textview.c
9741                 Hide Sylpheed-Claws' internal queue headers
9742                 when showing all headers. They'll be present
9743                 only in Source window.
9745 2006-09-05 [colin]      2.4.0cvs152
9747         * src/plugins/trayicon/trayicon.c
9748                 Fix crash at exit - we have to disconnect
9749                 our handlers
9750         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9751                 Update eggtrayicon - patch adapted from a
9752                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9753                 on Sylpheed's ML
9755 2006-09-05 [colin]      2.4.0cvs151
9757         * src/mainwindow.c
9758         * src/gtk/logwindow.c
9759                 Fix race condition when something writes
9760                 to the log too soon during init. Thanks
9761                 to Fabien Vantard
9763 2006-09-05 [colin]      2.4.0cvs150
9765         * src/mimeview.c
9766                 Don't select part on right-click either
9768 2006-09-05 [paul]       2.4.0cvs149
9770         * src/mimeview.c
9771                 completion of previous commit
9772                 Thanks to Colin
9774 2006-09-05 [colin]      2.4.0cvs148
9776         * src/mimeview.c
9777                 Don't force selection on middle-click, just open
9779 2006-09-04 [colin]      2.4.0cvs147
9781         * src/mimeview.c
9782                 Looks like gtk_notebook_set_current_page()
9783                 sometimes steals focus, and this annoys us
9784                 in MimeViewers as it renders navigation
9785                 keys useless. Take back focus after switching
9786                 pages.
9788 2006-09-04 [colin]      2.4.0cvs146
9790         * src/messageview.c
9791                 Set stop_loading when clicking on Next
9792                 during load. Don't add a callback to 
9793                 avoid over-complicating things.
9795 2006-09-04 [colin]      2.4.0cvs145
9797         * src/mimeview.c
9798         * src/messageview.c
9799                 Fix multiple loads in separate messageview
9801 2006-09-04 [colin]      2.4.0cvs144
9803         * src/summaryview.c
9804                 Let navigation keys be handled during 
9805                 load
9807 2006-09-04 [colin]      2.4.0cvs143
9809         * src/messageview.c
9810         * src/summaryview.c
9811         * src/textview.c
9812         * src/textview.h
9813                 Make loading of huge mails (lots of text and/or
9814                 images) cancellable, so the GUI doesn't block 
9816 2006-09-04 [colin]      2.4.0cvs142
9818         * src/plugins/trayicon/trayicon.c
9819                 Fix annoyance when removing a folder with 
9820                 unread mails: trayicon didn't update
9822 2006-09-04 [paul]       2.4.0cvs141
9824         * src/gtk/icon_legend.c
9825                 straighten up columns
9826                 Patch by Fabien Vantard
9828 2006-09-04 [wwp]        2.4.0cvs140
9830         * src/prefs_filtering.c
9831                 fix new line's account name in filtering prefs:
9832                 was "All", is now "(New)".
9834 2006-09-04 [paul]       2.4.0cvs139
9836         * tools/make.themes.project
9837                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9838                 instead of homebrewed "make release"
9840 2006-09-03 [colin]      2.4.0cvs138
9842         * src/folderview.c
9843                 Fix bug #1007 (Wrong folder highlighted)
9845 2006-09-03 [colin]      2.4.0cvs137
9847         * src/compose.c
9848                 Don't set Newsgroup: header to a mail folder
9849                 path
9851 2006-09-03 [paul]       2.4.0cvs136
9853         * src/prefs_other.c
9854         * src/prefs_spelling.c
9855                 unify the gui
9857 2006-09-03 [paul]       2.4.0cvs135
9859         * src/prefs_summaries.c
9860                 correct menu item text in prefs_keybind_apply_clicked()
9862 2006-09-03 [paul]       2.4.0cvs134
9864         * manual/advanced.xml
9865                 some improvements to the descriptions
9866         * src/mainwindow.c
9867         * src/messageview.c
9868         * src/summaryview.c
9869         * src/gtk/menu.c
9870                 fix menu sensitivity issues
9871         * src/prefs_message.c
9872                 drop the useless word 'short'
9873         * src/prefs_other.c
9874                 add the word 'lines' indicating log length
9875                 is a measure of lines
9876         * src/textview.c
9877                 fix compilation warnings
9879 2006-09-02 [colin]      2.4.0cvs133
9881         * src/messageview.c
9882                 Display a special return-receipt message
9883                 if the message is from the user
9884         * src/summaryview.c
9885                 Fix missing freeze of the list when marking
9886                 all read and unthreading for exec. Thanks
9887                 to Stephan Sachse.
9889 2006-09-02 [paul]       2.4.0cvs132
9891         * src/mainwindow.c
9892         * src/prefs_message.c
9893         * src/summaryview.c
9894                 fix some english
9896 2006-09-02 [wwp]        2.4.0cvs131
9898         * src/prefs_filtering.c
9899                 added an account name column to the filtering rules
9900                 dialog.
9902 2006-09-02 [colin]      2.4.0cvs130
9904         * src/gtk/logwindow.c
9905         * src/gtk/logwindow.h
9906                 Block scrolling if we're not at the end
9907                 of the log
9909 2006-09-02 [colin]      2.4.0cvs129
9911         * src/folder.c
9912                 Make sure account-specific rules can't
9913                 be used in {pre-,post-,}processing
9914         * src/mainwindow.c
9915         * src/gtk/logwindow.c
9916         * src/gtk/logwindow.h
9917                 Jump to last error when clicking on the
9918                 warning icon
9920 2006-09-02 [colin]      2.4.0cvs128
9922         * src/imap.c
9923         * src/import.c
9924         * src/mainwindow.c
9925         * src/mainwindow.h
9926                 Fix warning icon
9927         * src/inc.c
9928         * src/mbox.c
9929         * src/mbox.h
9930                 Let proc_mbox know its account, for
9931                 account-specific rules
9933 2006-09-01 [colin]      2.4.0cvs127
9935         * src/codeconv.c
9936                 Don't uselessly use iconv to convert from
9937                 us-ascii
9938         * src/alertpanel.c
9939         * src/mainwindow.c
9940         * src/mainwindow.h
9941         * src/inc.c
9942                 Fix certain log cases, disable warning icon
9943                 for now, the correct way to display it when
9944                 necessary and only when necessary is probably
9945                 to do it manually rather than use error logs
9946         * src/etpan/imap-thread.c
9947                 Clean up UID logging a bit
9948         * src/gtk/logwindow.c
9949         * src/gtk/logwindow.h
9950                 Make logging faster when the window's closed
9952 2006-09-01 [wwp]        2.4.0cvs126
9954         * manual/fr/account.xml
9955                 reflect changes to the ref. manual (parts of cvs72):
9956                 fix tabnames and quotes.
9958 2006-09-01 [wwp]        2.4.0cvs125
9960         * manual/fr/plugins.xml
9961                 reflect changes to the reference manual (cvs42):
9962                 update IRC channel info.
9964 2006-09-01 [wwp]        2.4.0cvs124
9966         * commitHelper
9967                 use CVSEDITOR env. var. if set, according to `man cvs`.
9969 2006-09-01 [wwp]        2.4.0cvs123
9971         * manual/advanced.xml
9972                 better sentence again (thanks to Paul).
9974 2006-09-01 [wwp]        2.4.0cvs122
9976         * manual/advanced.xml
9977         fix definition of toolbar_detachable and rework a bit the one of
9978         enable_dotted_lines.
9980 2006-09-01 [mones]      2.4.0cvs121
9982         * manual/advanced.xml
9983                 Document enable_dotted_lines
9985 2006-09-01 [paul]       2.4.0cvs120
9987         * src/folderview.c
9988         * src/folderview.h
9989         * src/imap.c
9990         * src/mainwindow.c
9991         * src/summaryview.c
9992                 obey the 'When entering folder...' option
9993                 when using the /View/Go to/... menu items
9994                 Thanks to Colin
9996 2006-08-31 [colin]      2.4.0cvs119
9998         * src/folderview.c
9999                 Revert 2.4.0cvs116, wrong fix.
10001 2006-08-31 [colin]      2.4.0cvs118
10003         * src/gtk/gtksctree.c
10004                 Better state the various copyrights
10006 2006-08-31 [colin]      2.4.0cvs117
10008         * src/prefs_common.c
10009                 fix enable_dotted_lines
10011 2006-08-31 [colin]      2.4.0cvs116
10013         * src/folderview.c
10014                 Use pref "Always open on select" when going
10015                 to next unread folder
10016         * src/gtk/gtksctree.c
10017                 Fix link failure to _gtk_clist_create_cell_layout
10018                 on certain computers. (Why not mine, I wonder)
10020 2006-08-31 [colin]      2.4.0cvs115
10022         * src/procmsg.c
10023         * src/textview.c
10024         * src/plugins/bogofilter/bogofilter.c
10025         * src/plugins/spamassassin/spamassassin.c
10026                 Requalify some "errors" to warnings
10027         * src/mainwindow.c
10028         * src/mainwindow.h
10029         * src/statusbar.c
10030                 Add an icon in the statusbar to notify
10031                 of errors
10032         * src/gtk/gtksctree.c
10033         * src/folderview.c
10034         * src/summaryview.c
10035                 Make the GtkSCTree look more modern by
10036                 alternating background lines
10037         * src/prefs_common.c
10038         * src/prefs_common.h
10039                 Add a pref to let people have the old
10040                 way if they prefer
10043 2006-08-30 [colin]      2.4.0cvs114
10045         * src/procmsg.c
10046         * src/procmsg.h
10047                 Provide a way to filter a list of
10048                 messages in an optimised manner, and
10049                 add a list-filtering hook
10050         * src/folder.c
10051         * src/inc.c
10052         * src/mbox.c
10053                 Use the list filtering
10054         * src/plugins/bogofilter/bogofilter.c
10055                 Use the list-filtering hook
10056                 Use -b (bulk) mode for more speed
10057                 when learning and filtering
10058         * src/etpan/imap-thread.c
10059                 Make log output shorter in UID SEARCH
10062 2006-08-30 [colin]      2.4.0cvs113
10064         * src/plugins/bogofilter/bogofilter.c
10065                 Really fast mass learning - thanks to David
10066                 Relson for the options explanations :)
10068 2006-08-30 [colin]      2.4.0cvs112
10070         * src/msgcache.c
10071                 Fix compilation on FreeBSD. Thanks
10072                 to Michael Hugues
10074 2006-08-29 [colin]      2.4.0cvs111
10076         * src/folderview.c
10077                 Handle "popup_menu" signal (for popping the 
10078                 menu via the keyboard)
10079         * src/mimeview.c
10080         * src/mimeview.h
10081         * src/summaryview.c
10082         * src/textview.c
10083         * src/gtk/gtkutils.c
10084         * src/gtk/gtkutils.h
10085                 Factorize scrolling code, and add an API 
10086                 for MimeViewers to handle scroll orders
10088 2006-08-29 [wwp]        2.4.0cvs110
10090         * src/plugins//bogofilter/bogofilter.c
10091         * src/plugins//spamassassin/spamassassin.c
10092                 make the bogofilter/spamassassin filtering error dialogs at
10093         incorporation obey to the "don't popup error dialog on
10094         receive error" option. If disabled, feed the log window w/
10095         the error message.
10097 2006-08-29 [paul]
10099         2.5.0-rc2 released
10101 2006-08-29 [paul]       2.4.0cvs109
10103         * Makefile.am
10104                 remove 'make release', it's not needed
10105                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10107 2006-08-29 [paul]       2.4.0cvs108
10109         * src/foldersel.c
10110         * src/summary_search.c
10111         * src/gtk/progressdialog.c
10112         * src/plugins/pgpcore/passphrase.c
10113                 replace deprecated gtk_window_set_policy()
10115 2006-08-29 [colin]      2.4.0cvs107
10117         * src/folder.c
10118                 Fix data loss when copy fails during a move:
10119                 only use fast remove_msgs if everything was
10120                 copied OK; else use slow remove_msg on the
10121                 mails that got copied only.
10123 2006-08-28 [paul]       2.4.0cvs106
10125         * src/mh.c
10126                 revert change in 2.4.0cvs104, it breaks
10127                 stuff
10129 2006-08-28 [paul]       2.4.0cvs105
10131         * src/plugins/spamassassin/spamassassin.c
10132                 english fix
10134 2006-08-28 [paul]       2.4.0cvs104
10136         * src/mh.c
10137                 fix data loss when moving to another
10138                 mailbox fails
10139         * src/prefs_spelling.c
10140                 improve the english
10141         * src/gtk/pluginwindow.c
10142                 improve the layout of the dialog text
10143         All thanks to Colin
10145 2006-08-28 [paul]       2.4.0cvs103
10147         * src/plugins/bogofilter/bogofilter.c
10148         * src/plugins/bogofilter/bogofilter_gtk.c
10149                 fix english up a bit, innit
10151 2006-08-28 [paul]       2.4.0cvs102
10153         * configure.ac
10154         * po/Makefile.in.in
10155         * po/Makevars
10156                 require autoconf 2.60, enabling building
10157                 with gettext 0.15 (gettext 0.14.x build still
10158                 possible). Replace Makefiles with versions
10159                 from gettext 0.15.
10160                 Remove configure options --with-localedir and
10161                 --with-mandir. The options that are provided
10162                 directly by autoconf 2.60 can be used instead:
10163                 --mandir --localedir
10165 2006-08-27 [colin]      2.4.0cvs101
10167         * src/plugins/bogofilter/Makefile.am
10168                 Fix make dist (no README)
10170 2006-08-27 [colin]      2.4.0cvs100
10172         * src/folder.c
10173                 Don't use F_UNKNOWN folders for any default
10174                 outbox/trash/etc
10175         * src/plugins/bogofilter/bogofilter.c
10176         * src/plugins/bogofilter/bogofilter.h
10177         * src/plugins/bogofilter/bogofilter_gtk.c
10178                 Add an option to specify the path to bogofilter
10179                 Use single-quotes to be able to learn in folders
10180                 with spaces in their names
10181                 Verify learning status
10183 2006-08-27 [colin]      2.4.0cvs99
10185         * manual/faq.xml
10186         * manual/plugins.xml
10187                 Document Bogofilter plugin
10189 2006-08-27 [colin]      2.4.0cvs98
10191         * src/compose.c
10192         * src/messageview.c
10193         * src/procmsg.c
10194         * src/procmsg.h
10195                 When possible, copy the queued mail to sent folder
10196                 instead of re-adding. Much faster on IMAP.
10198 2006-08-27 [colin]      2.4.0cvs97
10200         * src/msgcache.c
10201                 Disable mmaped caches - huge metadata loss
10202                 here after a power failure.
10203         * src/summaryview.c
10204                 Add quicksearch timing
10205         * src/common/plugin.c
10206         * src/common/plugin.h
10207                 Implement an interface to tell what plugins
10208                 provide. Prevent loading of similar plugins.
10209         * src/plugins/clamav/clamav_plugin.c
10210         * src/plugins/demo/demo.c
10211         * src/plugins/dillo_viewer/dillo_viewer.c
10212         * src/plugins/pgpcore/plugin.c
10213         * src/plugins/pgpinline/pgpinline.c
10214         * src/plugins/pgpmime/pgpmime.c
10215         * src/plugins/spamassassin/spamassassin.c
10216         * src/plugins/trayicon/trayicon.c
10217                 Implement plugin_provides()
10219 2006-08-27 [colin]      2.4.0cvs96
10221         * configure.ac
10222         * src/plugins/Makefile.am
10223         * src/plugins/bogofilter/.cvsignore
10224         * src/plugins/bogofilter/Makefile.am
10225         * src/plugins/bogofilter/bogofilter.c
10226         * src/plugins/bogofilter/bogofilter.h
10227         * src/plugins/bogofilter/bogofilter_gtk.c
10228                 New Bogofilter plugin, provides filtering and
10229                 learning. Spamassassin will go to extra plugins.
10231 2006-08-26 [mones]      2.4.0cvs95
10233         * manual/handling.xml
10234                 Fix subfolder path in the example (thanks to Paul) 
10236 2006-08-26 [mones]      2.4.0cvs94
10238         * manual/glossary.xml
10239                 2.2. + add ISP to the glossary
10240                 7.5. + Add UIDL to glossary
10241                 7.7. + Add TCP to glossary
10242         * manual/handling.xml
10243                 7.1. + Mentions GNU/Linux distribution, what about the non...
10244                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10245                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10246                 7.4. = Use appropriate quotation for commands
10247                 7.6. = change "" to <quote></quote>
10248         * manual/plugins.xml
10249                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10250         * manual/starting.xml
10251                 2.1. + local mbox file: some examples of mbox file locations...
10252                 Also reformatted files requiring it
10254 2006-08-26 [wwp]        2.4.0cvs93
10256         * src/summary_search.c
10257                 disable find buttons while summary search is running.
10259 2006-08-25 [colin]      2.4.0cvs92
10261         * src/folder.c
10262         * src/folderutils.c
10263         * src/mh.c
10264         * src/procmsg.h
10265         * src/summaryview.c
10266                 Speed up MH moving, and add progressbar
10267                 for MH deletion
10268         * src/msgcache.c
10269                 Write cache files using mmap() too
10271 2006-08-25 [wwp]        2.4.0cvs91
10273         * src/summaryview.c
10274                 switch spam<->ham button when a message has been marked as spam or ham
10275                 and is still selected. Thanks to Colin.
10277 2006-08-25 [paul]       2.4.0cvs90
10279         * src/Makefile.am
10280         * src/stock_pixmap.c
10281         * src/stock_pixmap.h
10282         * src/summaryview.c
10283         * src/gtk/icon_legend.c
10284         * src/pixmaps/copied.xpm
10285         * src/pixmaps/moved.xpm
10286                 add icons for delayed execution marked for
10287                 copying, marked for moving
10289 2006-08-25 [mones]      2.4.0cvs89
10291         * manual/glossary.xml
10292                 Fix the other glossary items:
10293                 5.1. = Inmmediate execution -> <quote>immediate execution...
10294                 5.2. = Fix MBOX capitalization -> Mbox
10295                 5.3. + Improve Plugins def. w/ tech. ref.
10296                 5.4. = Quotation -> replace '>' by <quote>></quote>
10297                 5.5. - SMTP Server. -> remove dot
10298         * po/es.po
10299                 Updated translation
10301 2006-08-25 [mones]      2.4.0cvs88
10303         * manual/ack.xml
10304                 Reformatted, changed email address
10305         * manual/glossary.xml
10306                 Reformatted, fixed MANUAL-TODO items:
10307                 8.2. + add ROT-13 to glossary
10308                 8.4. + add URL to glossary
10309         * manual/es/advanced.xml
10310                 Fixed <literal>s
10312 2006-08-25 [paul]       2.4.0cvs87
10314         * src/gtk/icon_legend.c
10315                 add 'marked for deletion' icon
10316                 arrange icons by containing column
10317                 wrap long label text
10319 2006-08-25 [colin]      2.4.0cvs86
10321         * src/common/utils.c
10322         * src/common/utils.h
10323                 Add the sc_g_*list_bigger functions in
10324                 a place everyone can use it
10325         * src/summaryview.c
10326                 Only freeze/thaw the list when working
10327                 on the selection, if it's bigger than 1
10328         * src/gtk/gtksctree.c
10329                 Only freeze/thaw the list when unselec-
10330                 ting 'all' if ('all' != 1)
10331                 This avoids some flickering
10333 2006-08-24 [colin]      2.4.0cvs85
10335         * src/addressbook.c
10336                 Fix strange list selection
10337                 Fix random seg (Invalid read of freed memory)
10339 2006-08-24 [colin]      2.4.0cvs84
10341         * src/alertpanel.c
10342         * src/gtk/inputdialog.c
10343         * src/plugins/pgpcore/passphrase.c
10344                 Revert minimal width patch of 2.4.0cvs67,
10345                 as it is also a maximal width. Use 
10346                 gtk_window_set_default_size instead.
10348 2006-08-24 [colin]      2.4.0cvs83
10350         * src/msgcache.c
10351                 Write cache/mark to temp files before
10352                 overwriting old ones (avoids metadata
10353                 loss if writing the new files fail).
10354                 Use mmap() to read cache/mark file, as
10355                 this makes cache reading faster. Dis-
10356                 abled for big-endian machines until it
10357                 can be tested. (Big-endian users: set
10358                 msgcache_use_mmap = TRUE in the relevant
10359                 #if).
10360         * src/procmsg.h
10361                 Move rarely used fields of MsgInfo in 
10362                 another structure, which will only be
10363                 allocated if needed. Face, X-Face,
10364                 Return receipt headers and List-*
10365                 headers are moved. Mails having none
10366                 of these occupy 52 bytes less with
10367                 this patch, which makes 2.5MB of RAM
10368                 saved on a 50k folder).
10369         * src/headerview.c
10370         * src/mainwindow.c
10371         * src/messageview.c
10372         * src/partial_download.c
10373         * src/procheader.c
10374         * src/procmsg.c
10375         * src/textview.c
10376                 Follow this structure change.
10378 2006-08-24 [wwp]        2.4.0cvs82
10380         * manual/es/.cvsignore
10381         * manual/es/dist/.cvsignore
10382         * manual/es/dist/html/.cvsignore
10383         * manual/es/dist/pdf/.cvsignore
10384         * manual/es/dist/ps/.cvsignore
10385         * manual/es/dist/txt/.cvsignore
10386                 more (generated) files to ignore.
10388 2006-08-24 [colin]      2.4.0cvs81
10390         * src/folder.c
10391         * src/mh.c
10392                 Fix possible problems with local delivery. Check the folder doesn't
10393                 need scan before setting its mtime when saving cache (which can be
10394                 done long after the folder's been modified by an external process);
10395                 Check that the stored item's mtime didn't change in mh functions.
10397 2006-08-24 [mones]      2.4.0cvs80
10399         * manual/advanced.xml
10400                 Rewrapping, some fixes and MANUAL-TODO items:
10401                 8.1. = change "" to <quote></quote>
10402                 8.3. = quote menu items
10403                 8.5. - deploying -> new user ... ideally a new user (redundant)
10405 2006-08-23 [colin]      2.4.0cvs79
10407         * src/gtk/gtksctree.c
10408                 When selecting or deselecting range, only
10409                 freeze/thaw when selection is bigger than 10
10411 2006-08-23 [colin]      2.4.0cvs78
10413         * src/messageview.c
10414         * src/mimeview.c
10415         * src/mimeview.h
10416         * src/plugins/dillo_viewer/dillo_viewer.c
10417                 Provide an API for MimeViewer plugins to
10418                 return a text selection for replying
10420 2006-08-23 [colin]      2.4.0cvs77
10422         * src/image_viewer.c
10423         * src/textview.c
10424                 Use gtk_pixbuf_new_from_file_at_scale(), which
10425                 is faster than getting the pixbuf then resizing
10426                 it.
10428 2006-08-23 [colin]      2.4.0cvs76
10430         * src/procmime.c
10431                 UTF-8 should be sent Quoted-printable
10433 2006-08-22 [colin]      2.4.0cvs75
10435         * src/mh.c
10436                 Check if scan is required before touching
10437                 the folder (or it'll be required every time)
10439 2006-08-22 [colin]      2.4.0cvs74
10441         * configure.ac
10442                 Require libetpan 0.46 (crasher fix when built
10443                 against gnutls)
10445 2006-08-22 [colin]      2.4.0cvs73
10447         * src/folder.c
10448                 Set folder's mtime after writing its
10449                 cache
10450         * src/folderview.c
10451                 Add some timing
10452         * src/procmsg.c
10453                 Don't do useless stuff if we don't 
10454                 thread by subject
10455         * src/summaryview.c
10456                 Add some timing, don't deselect prior
10457                 to selecting (gtksctree does it itself),
10458                 remove crash avoidance hacks as it's been
10459                 properly fixed since a while
10460         * src/common/utils.c
10461                 Optimize to_human_readable(): _() is slow,
10462                 do it only once, and avoid %f format for KB
10463                 (the most common in a summaryview)
10464         * src/gtk/gtksctree.c
10465                 Don't uselessly freeze/thaw (fixes flicker
10466                 on next unread and friends), reduce number
10467                 of g_list_nth/g_list_position where possible
10468         * src/gtk/gtkutils.c
10469         * src/gtk/gtkutils.h
10470                 Reduce number of g_list_nth/g_list_position
10471                 where possible.
10472                 All of this makes loading as 70k folder 2.1
10473                 seconds instead of 3.2 (with hot FS caches).
10474                 (1.3 seconds without Date and Size columns...)
10476 2006-08-22 [paul]       2.4.0cvs72
10478         wrap documents and do some items from mones' MANUAL-TODO:
10480         * manual/account.xml
10481                 4.1. = fix tabname references to <quote>tabname</quote>
10482                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10483         * manual/faq.xml
10484                 1.1. = mentioned options don't match UI
10485                 Add information about the 'Never send Return Receipts'
10486                 option
10487         * manual/handling.xml
10488                 6.2. = Mentions Extended symbols button, but now is
10489                 named Information
10490                 6.3. = Mentions ... button, which is now Edit
10492 2006-08-22 [colin]      2.4.0cvs71
10494         * src/gtk/pluginwindow.c
10495                 Fix layout in verbose translations (such
10496                 as french)
10498 2006-08-22 [paul]       2.4.0cvs70
10500         * manual/Makefile.am
10501                 build manuals in alphabetical order
10502         * src/addressbook.c
10503         * src/prefs_themes.c
10504                 replace/remove deprecated symbols
10505         * src/gtk/gtkutils.c
10506                 fix a warning
10507         * src/gtk/pluginwindow.c
10508                 replace deprecated symbol
10509                 replace label text and move it
10510         * src/plugins/pgpcore/prefs_gpg.c
10511                 move the 'Generate...' button out of the
10512                 Sign Key frame, replace the English used
10513         * src/plugins/pgpcore/sgpgme.c
10514                 fixes to the English
10516 2006-08-21 [colin]      2.4.0cvs69
10518         * src/plugins/trayicon/trayicon.c
10519                 Add more strings for translation; patch
10520                 by Pawel
10522 2006-08-21 [colin]      2.4.0cvs68
10524         * src/compose.c
10525                 fix replied flag not set after drafting
10526         * src/matcher.c
10527                 fix body quicksearch in non-encoded bodies
10528                 containing '='
10529         * src/msgcache.c
10530                 Get rid of the g_malloc workaround for
10531                 corrupted caches, use g_try_malloc
10533 2006-08-21 [colin]      2.4.0cvs67
10535         * src/alertpanel.c
10536         * src/gtk/inputdialog.c
10537         * src/plugins/pgpcore/passphrase.c
10538                 Set minimal width to 375
10539         * src/mainwindow.c
10540                 Fix switching to offline, asking if it 
10541                 should be overriden for synchronising
10542         * src/mimeview.c
10543                 Don't offer to remember command on Open 
10544                 with for text parts, as the browser or 
10545                 text editor command isn't changed from 
10546                 there
10548 2006-08-20 [paul]       2.4.0cvs66
10550         * po/ko.po
10551         * po/zh_CN.po
10552                 fix plural form errors. revealed by stricter
10553                 checking of gettext 0.15
10555 2006-08-18 [paul]       2.4.0cvs65
10557         * src/stock_pixmap.c
10558                 fix the fix of 2.4.0cvs64
10559                 Thanks to Colin
10561 2006-08-18 [paul]       2.4.0cvs64
10563         * src/stock_pixmap.c
10564                 fix leaks
10565                 Thanks to Colin
10567 2006-08-18 [paul]       2.4.0cvs63
10569         * src/compose.c
10570         * src/procmsg.c
10571                 fix occasional IMAP bug where large msgs
10572                 were left in the queue folder after sending
10573                 Thanks to Colin
10575 2006-08-18 [paul]       2.4.0cvs62
10577         * src/folderview.c
10578                 freeze the summaryview while quicksearch results
10579                 are displayed
10580                 (fixes bug 456 'current message is hidden when the
10581                 view is refreshed and extended search is "unread 
10582                 messages"')
10583                 Thanks to Colin
10584         * src/textview.c
10585                 add missing #include "inputdialog.h"
10586         * src/common/utils.h
10587                 add missing mailcap_update_default() and improve
10588                 readability
10590 2006-08-17 [colin]      2.4.0cvs61
10592         * src/plugins/pgpcore/select-keys.c
10593                 Fix warnings :)
10595 2006-08-17 [colin]      2.4.0cvs60
10597         * src/compose.c
10598                 Don't continue queuing if Cancel is clicked
10599                 in select-keys
10601 2006-08-17 [colin]      2.4.0cvs59
10603         * src/plugins/pgpcore/select-keys.c
10604                 When encrypting, if only one key matches and it 
10605                 matches exactly, automatically use it.
10607 2006-08-17 [colin]      2.4.0cvs58
10609         * src/mimeview.c
10610         * src/prefs_common.c
10611         * src/prefs_common.h
10612         * src/prefs_ext_prog.c
10613         * src/textview.c
10614                 Fix issues with previous patch (text/html)
10615                 Remove outdated prefs
10617 2006-08-17 [colin]      2.4.0cvs57
10619         * src/imap.c
10620                 Add View Log button on auth error
10621         * src/procmsg.c
10622                 Fix encrypted mail marked as new when
10623                 saved in normal folders
10624         * src/plugins/pgpinline/pgpinline.c
10625                 Fix encrypt bug on IMAP
10626         * src/mimeview.c
10627         * src/common/utils.c
10628         * src/common/utils.h
10629         * src/gtk/inputdialog.c
10630         * src/gtk/inputdialog.h
10631                 Get rid of metamail stuff, simplify
10632                 opening, and allow remembering of user's
10633                 choices (by updating ~/.mailcap). There's
10634                 still to drop "Audio player" and "Image
10635                 viewer" preferences.
10637 2006-08-17 [mones]      2.4.0cvs56
10639         * manual/es/sylpheed-claws-manual.xml
10640                 fix DTD path
10642 2006-08-17 [mones]      2.4.0cvs55
10644         * configure.ac
10645         * manual/Makefile.am
10646         * manual/es/Makefile.am
10647         * manual/es/account.xml
10648         * manual/es/ack.xml
10649         * manual/es/addrbook.xml
10650         * manual/es/advanced.xml
10651         * manual/es/faq.xml
10652         * manual/es/glossary.xml
10653         * manual/es/gpl.xml
10654         * manual/es/handling.xml
10655         * manual/es/intro.xml
10656         * manual/es/keyboard.xml
10657         * manual/es/plugins.xml
10658         * manual/es/starting.xml
10659         * manual/es/sylpheed-claws-manual.xml
10660         * manual/es/dist/Makefile.am
10661         * manual/es/dist/html/Makefile.am
10662         * manual/es/dist/pdf/Makefile.am
10663         * manual/es/dist/ps/Makefile.am
10664         * manual/es/dist/txt/Makefile.am
10665                 Spanish translation for the manual
10667 2006-08-16 [colin]      2.4.0cvs54
10669         * src/compose.c
10670         * src/main.c
10671         * src/mainwindow.c
10672                 Fix send button sensitivity at startup
10673                 Set send menu sensitivity (patch by Fabien)
10674         * src/ssl_manager.c
10675                 Enable closing with esc (patch by Fabien)
10676         * src/gtk/foldersort.c
10677                 Enable closing with esc (patch by Fabien)
10678         * src/procmime.c
10679                 Optimisation (no need to copy to tempfile to
10680                 "decode" 7bit and 8bit)
10681         * src/summaryview.c
10682                 Fix cruft in swap_from case
10683         * src/textview.c
10684                 Fix missing last line in some mail cases 
10685                 (Fixes debian #381872)
10686         * src/plugins/pgpcore/prefs_gpg.c
10687         * src/plugins/pgpcore/sgpgme.c
10688         * src/plugins/pgpcore/sgpgme.h
10689                 Don't show "no key found" when user explicitely
10690                 wants to create a key
10692 2006-08-16 [paul]       2.4.0cvs53
10694         * configure.ac
10695         * src/account.c
10696         * src/addressbook.c
10697         * src/headerview.c
10698         * src/prefs_account.c
10699         * src/prefs_message.c
10700         * src/gtk/gtkutils.c
10701                 bump up minimum required versions of GTK+ and
10702                 GLIB to 2.6.0
10704 2006-08-16 [paul]       2.4.0cvs52
10706         * src/toolbar.c
10707                 workaround GTK+ Bug 351600 - 'Can't re-click
10708                 on button after sensitivity update'
10709                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10710                 Thanks to Colin
10712 2006-08-15 [colin]      2.4.0cvs51
10714         * src/plugins/pgpcore/prefs_gpg.c
10715                 Set options sensitivity according to
10716                 key existence
10717         * src/plugins/pgpcore/sgpgme.c
10718                 Allow to create key with no passphrase
10720 2006-08-14 [cleroy]     2.4.0cvs50
10722         * src/gtk/pluginwindow.c
10723                 New layout (maybe to be changed?)
10724         * src/gtk/gtkutils.c
10725                 Fix a bit label_window
10726         * src/plugins/pgpcore/passphrase.c
10727         * src/plugins/pgpcore/passphrase.h
10728         * src/plugins/pgpcore/plugin.c
10729         * src/plugins/pgpcore/prefs_gpg.c
10730         * src/plugins/pgpcore/prefs_gpg.h
10731         * src/plugins/pgpcore/sgpgme.c
10732         * src/plugins/pgpcore/sgpgme.h
10733                 Allow to create a PGP private key via the GUI
10735 2006-08-14 [wwp]        2.4.0cvs49
10737         * src/addressbook_foldersel.c
10738                 fix strict ISO C90 compliance.
10740 2006-08-14 [paul]       2.4.0cvs48
10742         * src/gtk/prefswindow.c
10743                 re-set scrolled window on opening
10744                 Patch by Ticho
10746 2006-08-14 [paul]
10748         2.5.0-rc1 released
10750 2006-08-14 [paul]       2.4.0cvs47
10752         * src/prefs_display_header.c
10753                 re-enable user-defined Displayed Headers
10755 2006-08-14 [paul]       2.4.0cvs46
10757         * src/prefs_account.c
10758                 use GTK_STOCK_EDIT
10760 2006-08-13 [colin]      2.4.0cvs45
10762         * src/common/utils.c
10763                 Fix "a" in quote when the original message is empty,
10764                 by using \0 instead of 'a' to test writability of
10765                 temp files.
10767 2006-08-13 [wwp]        2.4.0cvs44
10769         * src/plugins/spamassassin/spamassassin.c
10770                 fix capitalization of "SpamAssassin" in some debug, log and
10771                 dialog messages.
10773 2006-08-13 [paul]       2.4.0cvs43
10775         * src/editldap.c
10776                 fix overlapping widgets
10777         * src/prefs_account.c
10778                 fix translation of protocol_names[]
10779                 fix label disappearing off the edge of the
10780                 visible area
10782 2006-08-12 [paul]       2.4.0cvs42
10784         * manual/plugins.xml
10785                 update IRC channel info before it gets forgotten
10786                 about
10788 2006-08-11 [colin]      2.4.0cvs41
10790         * src/compose.c
10791         * src/mainwindow.c
10792         * src/mainwindow.h
10793         * src/procmsg.c
10794         * src/procmsg.h
10795         * src/summaryview.c
10796         * src/toolbar.c
10797                 Grey out the Send button if
10798                 - Queue folders are empty, or
10799                 - We're sending already
10801 2006-08-11 [wwp]        2.4.0cvs40
10803         * src/main.c
10804                 fix a logic issue when quitting while a compose window is
10805                 still open, thanks to Colin.
10807 2006-08-10 [colin]      2.4.0cvs39
10809         * src/main.c
10810                 Fix default font size setting after wizard run
10811         * src/imap.c
10812         * src/etpan/imap-thread.c
10813         * src/etpan/imap-thread.h
10814                 Fix bug #999 (Timing out on TSL cert validation 
10815                 dialog makes ugly things happen). Also, STARTTLS
10816                 unconditionnaly if initial capabilities contain
10817                 LOGINDISABLED and STARTTLS.
10819 2006-08-09 [colin]      2.4.0cvs38
10821         * src/mainwindow.c
10822         * src/mainwindow.h
10823                 Fix Tools/Actions sensitivity when there are
10824                 no actions
10826 2006-08-09 [colin]      2.4.0cvs37
10828         * src/prefs_filtering.c
10829                 Warning fix, patch by Paul
10830         * src/messageview.c
10831         * src/prefs_actions.c
10832         * src/prefs_filtering_action.c
10833         * src/prefs_matcher.c
10834                 Uniformisation of "Info ..." to "Info..." (for
10835                 old gtk), patch by Fabien
10836         * src/plugins/clamav/clamav_plugin_gtk.c
10837                 Sensitivity fix by Fabien
10839 2006-08-09 [colin]      2.4.0cvs36
10841         * src/main.c
10842         * src/main.h
10843                 Add a function to know whether we're exiting
10844         * src/plugins/trayicon/trayicon.c
10845                 If exiting, don't do anything. Faster, and
10846                 avoids gtk_main_iteration reentracy causing
10847                 segfaults at exit
10849 2006-08-09 [colin]      2.4.0cvs35
10851         * src/messageview.c
10852         * src/mimeview.c
10853         * src/mimeview.h
10854                 Fix lack of part selection when automatically 
10855                 jumping to a specific part
10856         * src/msgcache.c
10857                 Little optimisation in cache reading
10859 2006-08-09 [colin]      2.4.0cvs34
10861         * src/compose.c
10862                 Fix crash setting the priority on reedit
10863                 (Accessing compose before creating it!)
10865 2006-08-08 [colin]      2.4.0cvs33
10867         * src/procmime.c
10868                 Fix bug #998 (last attachment is not accessible)
10869                 Bad RFC interpretation on multipart close-delimiters
10870         * src/mimeview.c
10871         * src/mimeview.h
10872         * src/gtk/gtkvscrollbutton.c
10873         * src/gtk/gtkvscrollbutton.h
10874                 Make attachments list wheel-scrollable
10876 2006-08-07 [colin]      2.4.0cvs32
10878         * src/gtk/gtkaspell.c
10879                 Fix bug #973 (Unicode punctation characters 
10880                 are not recognized as separators by the
10881                 spell checker); fix unsigned stuff
10883 2006-08-07 [colin]      2.4.0cvs31
10885         * src/compose.c
10886                 Fix bug #956 (DnD text with accents in compose 
10887                 text entry); fix gccc's signed/unsigned fuss
10889 2006-08-06 [colin]      2.4.0cvs30
10891         * src/main.c
10892                 Fix bug #979 (Plugin crashes when exiting 
10893                 sylpheed-claws) : handle exit request only 
10894                 once
10896 2006-08-05 [colin]      2.4.0cvs29
10898         * src/news.c
10899                 Just make sure we have a msgid.
10901 2006-08-05 [colin]      2.4.0cvs28
10903         * src/news.c
10904         * src/summaryview.c
10905                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
10906                 by reimplementing it
10907         * src/textview.c
10908                 Fix bug when hiding quotes with level > 3 and quote
10909                 colors are recycled
10911 2006-08-04 [colin]      2.4.0cvs27
10913         * src/compose.c
10914         * src/undo.c
10915         * src/undo.h
10916                 Fix a bit replace-by-pasting undo
10917         * src/mainwindow.c
10918         * src/messageview.c
10919                 Fix Fold quotes menu synchro in
10920                 mainwindow when it changes in 
10921                 messageview
10922         * src/textview.c
10923                 Fix right-click on quotes blocks
10924         * src/common/utils.c
10925                 Verify that the file created by
10926                 my_tmpfile() is writable. Fixes
10927                 bug #988 (very specific filesystem
10928                 issue)
10929         * src/plugins/pgpcore/sgpgme.c
10930                 Fix file descriptor leak
10931         * src/plugins/spamassassin/spamassassin.c
10932                 Warn once if spamd isn't reachable
10934 2006-08-04 [colin]      2.4.0cvs26
10936         * src/toolbar.c
10937                 i18n context patch by Fabien
10939 2006-08-03 [colin]      2.4.0cvs25
10941         * src/mainwindow.c
10942         * src/messageview.c
10943                 Rename "Hide quotes" to "Fold quotes"
10944         * src/textview.c
10945                 Don't use hand cursor on quotes. "all 
10946                 the bonuses of the feature and none of 
10947                 unwelcome side-effects"
10949 2006-08-03 [colin]      2.4.0cvs24
10951         * AUTHORS
10952         * sylpheed-claws.desktop
10953         * src/gtk/authors.h
10954                 Bring the desktop file to XDG compliance
10955                 Patch by Charles A. Edwards
10957 2006-08-03 [colin]      2.4.0cvs23
10959         * src/textview.c
10960                 Fix links offset when they are preceded
10961                 by accentued chars (g_utf8_strlen!)
10962         * src/mainwindow.c
10963                 Fix wrong status when starting offline
10966 2006-08-03 [wwp]        2.4.0cvs22
10968         * src/prefs_common.h
10969                 ask what to do w/ filtering rules that belong to an account when
10970                 applying filtering rules manually from the main window (skip,
10971                 apply regardless of the account, use current account). This dialog
10972                 can be skipped and the last reply used.
10973                 (forgot that file)
10975 2006-08-03 [wwp]        2.4.0cvs21
10977         * src/filtering.c
10978         * src/filtering.h
10979         * src/prefs_common.c
10980         * src/summaryview.c
10981         * src/alertpanel.c
10982         * src/alertpanel.h
10983         * src/messageview.c
10984                 ask what to do w/ filtering rules that belong to an account when
10985                 applying filtering rules manually from the main window (skip,
10986                 apply regardless of the account, use current account). This dialog
10987                 can be skipped and the last reply used.
10990 2006-08-03 [colin]      2.4.0cvs20
10992         * src/textview.c
10993                 Optimize previous patch
10995 2006-08-03 [cleroy]     2.4.0cvs19
10997         * src/textview.c
10998                 Fix quotes getting toggled back when the
10999                 mail has an even number of text parts
11001 2006-08-02 [colin]      2.4.0cvs18
11003         * src/messageview.c
11004                 Add Hide quotes menu
11006 2006-08-02 [colin]      2.4.0cvs17
11008         * src/mainwindow.c
11009         * src/prefs_common.c
11010         * src/textview.c
11011         * src/textview.h
11012         * src/gtk/about.c
11013                 Allow per-level quote hiding,
11014                 Allow toggling quotes by double-clicking them
11015                 Rename RemoteURI to ClickableText to reflect
11016                 the fact it's used for a variety of things
11018 2006-08-02 [wwp]        2.4.0cvs16
11020         * src/mainwindow.c
11021                 fix "View/Hide quotes" menu item status initialization.
11023 2006-08-02 [wwp]        2.4.0cvs15
11025         * src/matcher_parser_parse.y
11026                 remove a debug trace.
11028 2006-08-02 [paul]       2.4.0cvs14
11030         * src/plugins/pgpcore/passphrase.c
11031                 don't set initial dialog size
11032                 make it resizable
11034 2006-08-02 [paul]       2.4.0cvs13
11036         * src/noticeview.c
11037                 remove the rogue '/' character
11039 2006-08-02 [paul]       2.4.0cvs12
11041         * src/noticeview.c
11042                 allow buttons to resize as necessary
11044 2006-08-01 [wwp]        2.4.0cvs11
11046         * src/mbox.c
11047                 fix strict ISO C90 compliance.
11049 2006-08-01 [wwp]        2.4.0cvs10
11051         * tools/update-po
11052                 updated update-po tool to work w/ context-dependent translations.
11053                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11055 2006-08-01 [wwp]        2.4.0cvs9
11057         * src/matcher.c
11058         * src/prefs_filtering.c
11059         * src/prefs_matcher.c
11060                 allow context-dependent translations for "All",
11061                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11063 2006-07-31 [colin]      2.4.0cvs8
11065         * AUTHORS
11066         * src/gtk/authors.h
11067                 Add Rafal to authors
11069 2006-07-31 [colin]      2.4.0cvs7
11071         * src/compose.c
11072         * src/mainwindow.c
11073         * src/messageview.h
11074         * src/prefs_common.c
11075         * src/prefs_common.h
11076         * src/textview.c
11077                 Add 'View/Hide quotes'. Patch based on a patch
11078                 by Rafal Weglarz
11080 2006-07-31 [colin]      2.4.0cvs6
11082         * src/action.c
11083                 Fix problem with "> stuff >" actions
11085 2006-07-31 [paul]       2.4.0cvs5
11087         * po/nb.po
11088                 updated by Geir Helland
11090 2006-07-31 [wwp]        2.4.0cvs4
11092         * src/mainwindow.c
11093         * src/summaryview.c
11094         * src/summaryview.h
11095                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11096                 thanks to Colin.
11098 2006-07-31 [wwp]        2.4.0cvs3
11100         * src/Makefile.am
11101         * src/addr_compl.c
11102         * src/addr_compl.h
11103         * src/addressbook.c
11104         * src/addressbook.h
11105         * src/addressbook_foldersel.c
11106         * src/addressbook_foldersel.h
11107         * src/addrindex.c
11108         * src/addrindex.h
11109         * src/matcher.c
11110         * src/matcher.h
11111         * src/matcher_parser_lex.l
11112         * src/matcher_parser_parse.y
11113         * src/prefs_common.c
11114         * src/prefs_common.h
11115         * src/prefs_filtering.c
11116         * src/prefs_matcher.c
11117         * src/prefs_matcher.h
11118         * src/summaryview.c
11119                 introduce filtering against the address book. It's now possible to add
11120                 matched conditions to determine if any email address in a message matches
11121                 or doesn't match any or all books or folders in the address book.
11123 2006-07-31 [wwp]        2.4.0cvs2
11125         * src/account.c
11126         * src/filtering.c
11127         * src/filtering.h
11128         * src/folder.c
11129         * src/folderview.c
11130         * src/inc.c
11131         * src/mainwindow.c
11132         * src/matcher.c
11133         * src/matcher_parser_lex.l
11134         * src/matcher_parser_parse.y
11135         * src/mbox.c
11136         * src/prefs_filtering.c
11137         * src/prefs_filtering.h
11138         * src/procmsg.c
11139         * src/procmsg.h
11140         * src/summaryview.c
11141                 introduce per-account filtering rules. Each filtering rule can now be assigned
11142                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11143                 when applying filtering rules manually, as all rules will apply - even the ones
11144                 assigned to an account. This issue will be addressed soon.
11148 2006-07-31 [wwp]        2.4.0cvs1
11150         * src/quote_fmt.c
11151                 make more strings translatable.
11153 2006-07-31 [paul]       2.4.0
11155         2.4.0 released
11157 2006-07-31 [paul]       2.3.1cvs91
11159         * po/ca.po
11160                 updated by Miquel Oliete
11162 2006-07-31 [paul]       2.3.1cvs90
11164         * po/de.po
11165         * po/el.po
11166         * po/fr.po
11167         * po/it.po
11168         * po/pl.po
11169         * po/pt_BR.po
11170         * po/sr.po
11171         * po/zh_CN.po
11172                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11173                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11174                 Aleksandar Urosevic, and Ralgh Young
11176 2006-07-31 [paul]       2.3.1cvs89
11178         * src/account.c
11179         * src/main.c
11180         * src/mainwindow.c
11181         * src/mainwindow.h
11182                 Fix a race condition when, after an SC crash, rescanning
11183                 folders took more than 0.5 seconds
11184                 Thanks to Colin
11186 2006-07-31 [paul]       2.3.1cvs88
11188         * src/folderview.c
11189                 don't translate separator strings
11191 2006-07-30 [mones]      2.3.1cvs87
11193         * doc/man/sylpheed-claws.1
11194                 Fixed non-ASCII chars in Hoa's name
11195         * po/es.po
11196                 Updated for release
11198 2006-07-27 [colin]      2.3.1cvs86
11200         * src/textview.c
11201                 Don't include the leading \n in links
11202                 Patch by Fabien
11204 2006-07-25 [colin]      2.3.1cvs85
11206         * src/mainwindow.c
11207         * src/common/socket.h
11208         * src/etpan/imap-thread.c
11209                 Refresh resolvers before connecting
11210                 to IMAP servers, and after switching
11211                 to online. Thanks to Paul.
11213 2006-07-18 [colin]
11215         * 2.4.0-rc4 released
11217 2006-07-17 [colin]      2.3.1cvs84
11219         * src/inc.c
11220                 Show connection attempt in statusbar before
11221                 connecting (previously first message was
11222                 "Retrieving messages from ..." after the
11223                 connection succeeded.
11225 2006-07-16 [wwp]        2.3.1cvs83
11227         * sylpheed-claws.ico
11228                 Added .ico file (windows multi-size icon file, generated).
11230 2006-07-12 [wwp]        2.3.1cvs82
11232         * src/messageview.c
11233                 remove Message/Re-edit menu entry from messageview window,
11234                 as sent/draft/queued messages are opened in compose window when
11235                 re-edited and it's not possible to re-edit other msgs.
11237 2006-07-12 [paul]       2.3.1cvs81
11239         * AUTHORS
11240         * src/mainwindow.c
11241         * src/gtk/authors.h
11242                 check online state before resetting
11243                 mailcheck timer. Useful if some program
11244                 verifies connection state and updates
11245                 Claws.
11246                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11248 2006-07-12 [paul]       2.3.1cvs80
11250         * sylpheed-claws-128x128.png
11251         * sylpheed-claws-64x64.png
11252         * sylpheed-claws.png
11253         * src/Makefile.am
11254         * src/main.c
11255         * src/prefs_toolbar.c
11256         * src/stock_pixmap.c
11257         * src/stock_pixmap.h
11258         * src/wizard.c
11259         * src/gtk/about.c
11260         * src/gtk/gtkutils.c
11261         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11262         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11263         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11264         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11265         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11266         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11267                 updated and renamed logo/icon files and related
11268                 logo by Jesper Schultz
11270 2006-07-11 [paul]       2.3.1cvs79
11272         * src/main.c
11273                 fix the labels a smidgin
11275 2006-07-09 [colin]      2.3.1cvs78
11277         * src/textview.c
11278                 Show errors in textviewer's command
11279                 Patch by H. Merijn Brand
11281 2006-07-09 [colin]      2.3.1cvs77
11283         * src/compose.c
11284                 Save FMID in drafts too
11286 2006-07-08 [colin]      2.3.1cvs76
11288         * src/compose.c
11289                 Svae RMID in drafted mails too
11290                 Save quote_fmt vars for whole mails,
11291                 don't reset at each quote_fmt_init:
11292                 allows to use the same |i{var} in
11293                 various template fields
11294         * src/prefs_template.c
11295         * src/quote_fmt.h
11296         * src/quote_fmt_parse.y
11297                 Same
11299 2006-07-08 [colin]      2.3.1cvs75
11301         * src/textview.c
11302                 Fix highlighting of attached parts URIs
11304 2006-07-08 [colin]      2.3.1cvs74
11306         * src/main.c
11307                 Prevent bug #981 (sc 2.3.1 segfaults with 
11308                 gtk+ 2.10) from being reported again:
11309                 if Sylpheed-Claws has been compiled against
11310                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11311                 of if Sylpheed-Claws has been compiled against
11312                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11313                 error out.
11315 2006-07-07 [colin]      2.3.1cvs73
11317         * src/prefs_actions.c
11318                 Fix label
11320 2006-07-07 [colin]      2.3.1cvs72
11322         * src/prefs_actions.c
11323                 Fix compile on gtk < 2.8. argh :)
11325 2006-07-07 [paul]       2.3.1cvs71
11327         * src/common/defs.h
11328                 update DONATE_URI
11330 2006-07-07 [colin]      2.3.1cvs70
11332         * po/POTFILES.in
11333         * src/quote_fmt.c
11334         * src/quote_fmt_lex.l
11335         * src/quote_fmt_parse.y
11336                 Add |i{var}, a way to insert user-entered
11337                 text in a template
11339 2006-07-07 [colin]
11341         * 2.4.0-rc3 released
11343 2006-07-07 [colin]      2.3.1cvs69
11345         * src/folder.c
11346                 Don't consider inboxes of UNKNOWN folder 
11347                 classes to be useable as default inboxes
11349 2006-07-07 [paul]       2.3.1cvs68
11351         * src/textview.c
11352                 add missing #include <errno.h>
11353                 Thanks to René J. Blokland
11355 2006-07-07 [paul]       2.3.1cvs67
11357         * src/action.c
11358                 Return now Closes dialog
11359         * src/mimeview.c
11360         * src/mimeview.h
11361         * src/textview.c
11362                 add contextual menu to mime parts listed
11363                 in the textview
11364                 Thanks to Colin
11365         * src/common/utils.c
11366                 reversal: ' is a valid character in URLs
11368 2006-07-06 [colin]      2.3.1cvs66
11370         * src/remotefolder.h
11371                 Forgotten in previous commit
11373 2006-07-06 [colin]      2.3.1cvs65
11375         * src/folder.c
11376                 Set summary update flag whenever
11377                 totals changed
11378         * src/imap.c
11379         * src/prefs_account.c
11380         * src/common/utils.h
11381         * src/etpan/imap-thread.c
11382                 Fix warnings, thanks to Fabien and
11383                 Ricardo
11385 2006-07-06 [wwp]        2.3.1cvs64
11387         * src/gtk/gtkutils.c
11388                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11390 2006-07-06 [wwp]        2.3.1cvs63
11392         * src/account.c
11393         * src/addressbook.c
11394         * src/addressitem.h
11395         * src/folderview.c
11396         * src/mainwindow.c
11397         * src/manual.c
11398         * src/manual.h
11399         * src/message_search.c
11400         * src/prefs_actions.c
11401         * src/prefs_filtering.c
11402         * src/prefs_filtering.h
11403         * src/prefs_template.c
11404         * src/summary_search.c
11405         * src/summaryview.c
11406         * src/gtk/gtkutils.c
11407         * src/gtk/gtkutils.h
11408         * src/gtk/pluginwindow.c
11409                 add help buttons to some dialogs. Clicking such buttons opens a
11410                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11412 2006-07-06 [paul]       2.3.1cvs62
11414         * src/textview.c
11415                 fix attachments contextual menu
11416                 Thanks to Colin
11418 2006-07-05 [colin]      2.3.1cvs61
11420         * src/textview.c
11421         * src/compose.c
11422                 Handle sftp:// links
11424 2006-07-05 [paul]       2.3.1cvs60
11426         * src/gtk/filesel.c
11427                 grab save button by default
11428                 Thanks to Colin
11430 2006-07-05 [wwp]        2.3.1cvs59
11432         * manual/xml2pdf
11433                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11435 2006-07-04 [colin]      2.3.1cvs58
11437         * src/mimeview.c
11438         * src/textview.c
11439                 Use left click to select, middle click to open
11440                 on mimeparts links
11441         * src/common/utils.c
11442                 Fix segfault
11444 2006-07-04 [colin]      2.3.1cvs57
11446         * src/mainwindow.c
11447         * src/news.c
11448                 Warning fixes, thanks to Fabien
11450 2006-07-04 [colin]      2.3.1cvs56
11452         * src/mimeview.c
11453         * src/mimeview.h
11454         * src/textview.c
11455                 Allow parts to be selected via their text label
11456                 in textview
11458 2006-07-04 [colin]      2.3.1cvs55
11460         * src/folderview.c
11461                 Feedback when closing (for big folders)
11462         * src/prefs_actions.c
11463         * src/prefs_filtering.c
11464         * src/prefs_matcher.c
11465         * src/prefs_template.c
11466                 Fix default button when closing without
11467                 having saved
11469 2006-07-04 [colin]      2.3.1cvs54
11471         * src/news.c
11472                 Delete local file on deletion
11474 2006-07-03 [colin]      2.3.1cvs53
11476         * src/folderview.c
11477         * src/main.c
11478                 Don't freeze when rescanning after crash
11480 2006-07-03 [wwp]        2.3.1cvs52
11482         * src/compose.c
11483         * src/privacy.c
11484         * src/privacy.h
11485         * src/plugins/pgpinline/pgpinline.c
11486         * src/plugins/pgpmime/pgpmime.c
11487                 don't report an error when the user cancels the passphrase dialog.
11489 2006-07-02 [colin]      2.3.1cvs51
11491         * src/folderview.c
11492                 Open message when crossing folders with Space,
11493                 goto next unread and friends
11495 2006-07-01 [colin]      2.3.1cvs50
11497         * src/prefs_account.c
11498                 Typographic rules varying from language
11499                 to language (in french "Protocole :"),
11500                 we have to do that :)
11502 2006-07-01 [ticho]      2.3.1cvs49
11504         * src/prefs_account.c
11505                 Only use one temporary gchar* variable in
11506                 prefs_account_protocol_set_optmenu().
11508 2006-07-01 [ticho]      2.3.1cvs48
11510         * src/prefs_account.c
11511         * src/prefs_account.h
11512                 Use GtkLabel for existing account protocol name.
11513                 Created an array for protocol names and populate the
11514                 combobox from it in a for() cycle.
11516 2006-06-30 [colin]      2.3.1cvs47
11518         * src/compose.c
11519                 Block undo when changing signature (by changing
11520                 account)
11522 2006-06-30 [paul]       2.3.1cvs46
11524         * src/send_message.c
11525                 when editing From in the Compose window, use that address
11526                 in the Return-Path: header
11527                 Thanks to Colin
11529 2006-06-30 [colin]      2.3.1cvs45
11531         * src/compose.c
11532                 Fix signature replacement:
11533                 - when no newline before separator
11534                 - when reediting
11536 2006-06-29 [colin]      2.3.1cvs44
11538         * src/folderview.c
11539         * src/folderview.h
11540         * src/mainwindow.c
11541         * src/summaryview.c
11542                 Let 'View/Go to/Next marked' work like
11543                 Next new & Next unread: across folders
11544                 Change the select_on_entry pref to do
11545                 what we want when changing folder
11546         * src/common/utils.c
11547                 Fix single-quoted links 
11549 2006-06-29 [colin]      2.3.1cvs43
11551         * src/gtk/gtkaspell.c
11552                 "Sylpheed" and "Sylpheed-Claws" do exist !
11554 2006-06-29 [colin]      2.3.1cvs42
11556         * src/imap.c
11557                 Forgot to remove debug
11559 2006-06-29 [colin]      2.3.1cvs41
11561         * src/imap.c
11562         * src/imap.h
11563         * src/mainwindow.c
11564                 Disconnect from IMAP servers when going
11565                 offline. Fixes bug #978 (going to offline-mode 
11566                 won't close connections)
11568 2006-06-29 [colin]      2.3.1cvs40
11570         * src/main.c
11571                 Fix transient setting on failing plugins
11572                 Patch by Fabien
11573         * src/plugins/pgpcore/sgpgme.c
11574                 Only warn for OpenPGP. Most people don't
11575                 have CMS available.
11577 2006-06-29 [colin]      2.3.1cvs39
11579         * src/compose.c
11580                 Fix Spelling menu (discrepancy between context menu
11581                 and top menu when folder's dictionary isn't the 
11582                 default one)
11583         * src/plugins/pgpcore/sgpgme.c
11584                 More error reporting about why gpgme can fail
11586 2006-06-29 [wwp]        2.3.1cvs38
11588         * src/mainwindow.c
11589                 honor the display-header-pane setting even when the message view
11590                 is a separate window.
11592 2006-06-29 [wwp]        2.3.1cvs37
11594         * src/prefs_actions.c
11595                 forgot to commit that one (use of GTK_STOCK_INFO).
11597 2006-06-29 [colin]      2.3.1cvs36
11599         * src/imap.c
11600                 Better handling of login errors (ask the password
11601                 again once), alert in case of error. Fix three
11602                 signedness warnings.
11604 2006-06-28 [wwp]        2.3.1cvs35
11606         * src/prefs_template.c
11607         * src/prefs_matcher.c
11608         * src/prefs_filtering_action.c
11609         * src/prefs_quote.c
11610                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11611                 patch by Fabien Vantard, slightly modified.
11613 2006-06-28 [paul]
11615         2.4.0-rc2 released
11617 2006-06-28 [colin]      2.3.1cvs34
11619         * src/prefs_account.c
11620                 Fix bug #977 (Can't add or edit imap accounts)
11622 2006-06-28 [colin]      2.3.1cvs33
11624         * src/mimeview.c
11625                 Fix previous
11627 2006-06-28 [colin]      2.3.1cvs32
11629         * src/mimeview.c
11630                 Save named inlined attachments with "Save all"
11631         * src/main.c
11632         * src/mbox.c
11633         * src/common/plugin.c
11634         * src/common/plugin.h
11635         * src/common/sylpheed.c
11636         * src/common/utils.c
11637         * src/plugins/pgpcore/sylpheed.def
11638         * src/plugins/pgpinline/sylpheed.def
11639         * src/plugins/pgpmime/sylpheed.def
11640                 Win32 compatibility patch, by
11641                 Werner Koch
11643 2006-06-28 [wwp]        2.3.1cvs31
11645         * src/imap.c
11646         * src/prefs_folder_item.c
11647                 less compilation warnings (thanks to Fabien Vantard), less typos.
11649 2006-06-28 [paul]       2.3.1cvs30
11651         * src/gtk/gtkutils.c
11652                 gtk_combo_box_set_focus_on_click() is only
11653                 available since gtk 2.6.0
11655 2006-06-28 [paul]       2.3.1cvs29
11657         * src/prefs_ext_prog.c
11658                 fix engrish and add a tooltip for the
11659                 'command for 'Display as text' option
11661 2006-06-28 [paul]
11663         2.4.0-rc1 released
11665 2006-06-28 [paul]       2.3.1cvs28
11667         * ChangeLog
11668         * tools/Makefile.am
11669                 include textviewer.pl in releases
11671 2006-06-28 [paul]       2.3.1cvs27
11673         * src/prefs_ext_prog.c
11674                 hide Print command option if libgnomeprint
11675                 support is present
11677 2006-06-27 [colin]      2.3.1cvs26
11679         * src/compose.c
11680                 Fix Esc handling in insert/attach dialog
11681                 Don't show this dialog if dragging something
11682                 else than text/uri-list
11683                 Thanks to Fabien Vantard
11684         * tools/textviewer.pl
11685                 Filter script to display stuff as text
11686                 by H. Merijn Brand
11688 2006-06-27 [wwp]        2.3.1cvs25
11690         * src/messageview.c
11691                 use the exact product name (message view title), patch
11692                 by Fabien Vantard.
11694 2006-06-27 [ticho]      2.3.1cvs24
11696         * src/prefs_account.c
11697         * src/prefs_common.c
11698         * src/prefs_common.h
11699         * src/prefs_ext_prog.c
11700         * src/textview.c
11701                 Add a preference (Preferences/External programs)
11702                 to allow "Display as text" to be done via a script
11703                 (patch by H.Merijn Brand).
11704                 Use GtkComboBox for protocol selection in account
11705                 preferences.
11706                 Only include current choice for existing accounts, and
11707                 insensitivize the combobox.
11709 2006-06-27 [paul]       2.3.1cvs23
11711         * src/mbox.c
11712                 fix crasher introduced in cvs21.
11713                 Thanks to Colin
11715 2006-06-26 [colin]      2.3.1cvs22
11717         * src/mbox.c
11718                 Fix double-frees when leaving folders
11719                 after exporting to mbox
11721 2006-06-26 [colin]      2.3.1cvs21
11723         * src/mbox.c
11724                 More feedback (and optimisation)
11725                 on import/export
11726         * src/common/utils.c
11727                 Fix case when looking for mail addresses
11728         * src/gtk/gtkutils.c
11729                 Extra check for (X-)Face
11731 2006-06-25 [ticho]      2.3.1cvs20
11733         * src/compose.c
11734         * src/exphtmldlg.c
11735         * src/gtk/gtkutils.c
11736         * src/gtk/gtkutils.h
11737                 Added second argument to gtkut_sc_combobox_create() to
11738                 control focus-on-click for the widget.
11739                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11741 2006-06-25 [ticho]      2.3.1cvs19
11743         * src/compose.c
11744         * src/gtk/Makefile.am
11745         * src/gtk/combobox.c
11746         * src/gtk/combobox.h
11747         * src/gtk/gtkutils.c
11748         * src/gtk/gtkutils.h
11749                 Use GtkComboBox instead of deprecated GtkOptionMenu
11750                 for account selector in compose window and for encoding
11751                 selector in attachment properties.
11752                 Also factorise working with the new GtkComboBox somewhat.
11754 2006-06-24 [paul]       2.3.1cvs18
11756         * src/prefs_common.c
11757                 use the correct default value
11759 2006-06-24 [paul]       2.3.1cvs17
11761         * src/compose.c
11762         * src/prefs_common.c
11763         * src/prefs_common.h
11764         * src/prefs_compose_writing.c
11765                 enable setting of default action when
11766                 dnd'ing files in the compose window.
11767                 (Collaborative effort with wwp)
11769 2006-06-23 [wwp]        2.3.1cvs16
11771         * src/compose.c
11772                 i18n fix (thanks to Fabien Vantard)
11774 2006-06-22 [colin]      2.3.1cvs15
11776         * src/prefs_customheader.c
11777                 Don't use filters in custom headers' file 
11778                 selector. Remember, extensions mean nothing :)
11780 2006-06-22 [paul]       2.3.1cvs14
11782         * configure.ac
11783                 allow setting of man directory location
11785 2006-06-22 [colin]      2.3.1cvs13
11787         * src/mainwindow.c
11788                 Add 'View/Go to/Next unread folder'.
11789                 I missed that :)
11791 2006-06-22 [colin]      2.3.1cvs12
11793         * src/common/utils.c
11794                 Add some subject prefixes
11795                 Patch by Bjorn T Johansen <btj@havleik.no>
11797 2006-06-22 [colin]      2.3.1cvs11
11799         * manual/advanced.xml
11800                 Forgotten hidden pref
11802 2006-06-21 [paul]       2.3.1cvs10
11804         * src/prefs_account.c
11805                 complete the removal of 'Add date header' option
11807 2006-06-21 [paul]       2.3.1cvs9
11809         * src/account.c
11810         * src/compose.c
11811         * src/prefs_account.c
11812         * src/prefs_account.h
11813                 remove option to add date header - always
11814                 add date header
11815         * src/etpan/imap-thread.c
11816                 fix warnings (Thanks to Colin)
11818 2006-06-21 [wwp]        2.3.1cvs8
11820         * src/folder.c
11821                 set the attachment flag when inline text part are (file)named. This is more convenient
11822                 when receiving (for instance) inline source files or patches sent using thunderbird.
11824 2006-06-21 [paul]       2.3.1cvs7
11826         * src/inc.c
11827                 fix off-by-one count of current msg in
11828                 statusbar filtering progressbar
11830 2006-06-21 [paul]       2.3.1cvs6
11832         * src/folder.c
11833                 Show attachment icon even if the part is 'inline'
11834                 if the following conditions are met:
11835                 - content-type != 'text/plain'
11836                 - content-type != '*/pgp-signature'
11837                 - either 'name' or 'filename' parameter is not NULL
11838                 
11839                 Thanks to Colin
11841 2006-06-21 [paul]       2.3.1cvs5
11843         * src/messageview.c
11844         * src/prefs_common.c
11845         * src/prefs_common.h
11846         * src/prefs_other.c
11847                 add an option to 'Never send Return
11848                 Receipts'
11849                 Thanks to Colin
11851 2006-06-20 [mones]      2.3.1cvs4
11853         * po/es.po
11854                 updated
11855         * src/compose.c
11856                 typo fixed (space after comma)
11857         * tools/make.themes.project
11858                 remove exec mode from tarball files
11860 2006-06-20 [colin]      2.3.1cvs3
11862         * src/news.c
11863         * src/procheader.c
11864         * src/unmime.c
11865                 Better fix for \n's in headers (don't 
11866                 break Received: and others)
11868 2006-06-20 [paul]       2.3.1cvs2
11870         * src/alertpanel.c
11871         * src/textview.c
11872                 improve legibility of phishing attempt
11873                 dialog
11875 2006-06-20 [paul]       2.3.1cvs1
11877         * NEWS
11878         * README
11879         * configure.ac
11880                 Update version number following
11881                 stable release
11883 2006-06-20 [colin]      2.3.0cvs26
11885         * src/compose.c
11886                 When dragging a file to the text of the compose
11887                 window, ask whether we want to insert or attach
11888                 (I know lots of people who do that to attach)
11890 2006-06-20 [colin]      2.3.0cvs25
11892         * src/etpan/imap-thread.c
11893                 Fix threshold (the append command is often > 32 bytes)
11895 2006-06-19 [colin]      2.3.0cvs24
11897         * src/imap.c
11898         * src/etpan/imap-thread.c
11899                 Workaround Rockliffe IMAP server bug: replace
11900                 "x UID SEARCH (ANSWERED UID 1:*)" with
11901                 "x UID SEARCH ANSWERED"
11902                 (Rockliffe doesn't handle the parenthesis)
11904 2006-06-19 [colin]      2.3.0cvs23
11906         * src/compose.c
11907         * src/imap.c
11908         * src/etpan/imap-thread.c
11909                 Probably fix bug #972 (Freezes when adding 
11910                 an attachment to the message)
11911         * src/common/defs.h
11912                 Modernize Firefox cmd
11915 2006-06-18 [colin]      2.3.0cvs22
11917         * src/prefs_customheader.c
11918                 Only allow correct filenames for various
11919                 custom headers
11921 2006-06-18 [colin]      2.3.0cvs21
11923         * src/prefs_customheader.c
11924                 Add a 'From File...' button in custom headers prefs, which
11925                 try to do the right thing: 
11926                 for normal headers, use file as plaintext,
11927                 for X-Face, calls compface,
11928                 for Face, encode to b64.
11930 2006-06-17 [colin]      2.3.0cvs20
11932         * src/mh.c
11933                 Warning fix
11935 2006-06-16 [colin]      2.3.0cvs19
11937         * src/summaryview.c
11938                 Recursive quicksearch: show message list
11939                 in current folder, *then* search children
11940                 in the background.
11942 2006-06-16 [colin]      2.3.0cvs18
11944         * src/main.c
11945                 Instead of ignoring SIGPIPE, save caches
11946                 when getting one. Will fix the fact that
11947                 hot caches are out-of-date when logging 
11948                 out of Xorg.
11949         * src/compose.c
11950         * src/prefs_compose_writing.c
11951                 Only save text (not attachments) when 
11952                 auto-saving to drafts
11953         * src/unmime.c
11954                 Always replace \n, \r and \t with spaces
11955                 in headers
11956         * manual/dist/html/Makefile.am
11957         * manual/dist/pdf/Makefile.am
11958         * manual/dist/ps/Makefile.am
11959         * manual/dist/txt/Makefile.am
11960         * manual/fr/dist/html/Makefile.am
11961         * manual/fr/dist/pdf/Makefile.am
11962         * manual/fr/dist/ps/Makefile.am
11963         * manual/fr/dist/txt/Makefile.am
11964         * manual/pl/dist/html/Makefile.am
11965         * manual/pl/dist/pdf/Makefile.am
11966         * manual/pl/dist/ps/Makefile.am
11967         * manual/pl/dist/txt/Makefile.am
11968                 Fix make clean removing pregenerated manuals
11971 2006-06-16 [colin]      2.3.0cvs17
11973         * src/plugins/pgpcore/sgpgme.c
11974         * src/plugins/pgpmime/pgpmime.c
11975         * src/plugins/pgpinline/pgpinline.c
11976                 Better error reporting in setup_signers.
11977                 Don't fallback to default key if specified
11978                 key isn't found.
11979                 Don't allow signing if more than one secret
11980                 key matches the one specified in prefs.
11982 2006-06-15 [colin]      2.3.0cvs16
11984         * src/folderview.c
11985                 Add "Send queue" in the folder's contextual
11986                 menu
11987         * src/compose.c
11988         * src/messageview.c
11989         * src/privacy.c
11990         * src/privacy.h
11991         * src/procmime.c
11992         * src/procmsg.c
11993         * src/plugins/pgpcore/passphrase.c
11994         * src/plugins/pgpcore/sgpgme.c
11995         * src/plugins/pgpinline/pgpinline.c
11996         * src/plugins/pgpmime/pgpmime.c
11997                 Better error reporting
11998         * src/mbox.c
11999                 Probably fix bug #971 (2.2.3 cannot read mail 
12000                 from local mbox)
12003 2006-06-15 [mones]      2.3.0cvs15
12005         * tools/make.themes.project
12006                 creates the themes project from the web page
12008 2006-06-15 [colin]      2.3.0cvs14
12010         * src/folder.c
12011                 Better fix (avoid losing the folder if scan_tree 
12012                 fails)
12014 2006-06-15 [cleroy]     2.3.0cvs13
12016         * src/folder.c
12017                 Probably fix Bug #969 (crash on rebuilding 
12018                 imap folder)
12020 2006-06-14 [colin]      2.3.0cvs12
12022         * manual/dtd/manual.xsl
12023         * manual/sylpheed-claws-manual.xml
12024         * manual/fr/sylpheed-claws-manual.xml
12025         * manual/pl/sylpheed-claws-manual.xml
12026                 Insert pagebreaks between sections
12028 2006-06-14 [paul]       2.3.0cvs11
12030         * configure.ac
12031                 better fix than 2.3.0cvs10
12033 2006-06-14 [paul]       2.3.0cvs10
12035         * configure.ac
12036                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12037                 (backwards compatible)
12039 2006-06-13 [colin]      2.3.0cvs9
12041         * src/messageview.c
12042                 Fix sending of return receipt with the new queue folders
12044 2006-06-13 [wwp]        2.3.0cvs8
12046         * src/quote_fmt_lex.l
12047                 fix wrong tokens returned in quote_fmt lexer, query not().
12049 2006-06-13 [wwp]        2.3.0cvs7
12051         * src/folder.c
12052         * src/prefs_folder_item.c
12053                 allow changing folder type even when folder is not a top-level one,
12054                 thanks to Colin.
12056 2006-06-12 [colin]      2.3.0cvs6
12058         * src/folderview.c
12059                 Fix double-ask of "Do you want to mark all
12060                 as read"
12062 2006-06-12 [colin]      2.3.0cvs5
12064         * src/compose.c
12065         * src/compose.h
12066         * src/folder.c
12067         * src/folder.h
12068         * src/imap.c
12069         * src/inc.c
12070         * src/main.c
12071         * src/messageview.c
12072         * src/mh.c
12073         * src/prefs_folder_item.c
12074         * src/procheader.c
12075         * src/procmime.c
12076         * src/procmsg.c
12077         * src/procmsg.h
12078         * src/send_message.c
12079         * src/summaryview.c
12080         * src/toolbar.c
12081                 Apply bug #964's patch (Queue and drafts aren't normal)
12082                 The Drafts and Queue folder now contain RFC-822 files,
12083                 allowing to move and copy mails from and to these 
12084                 folders. Moving from Drafts to Queue will prepare the
12085                 mail for sending (PGP signature, encryption, etc).
12086                 This patch also rework sending errors handling to try
12087                 to be more helpful.
12088                 Also, allow redefining folder types via the GUI 
12089                 (Folder type in its Properties)
12091 2006-06-12 [colin]      2.3.0cvs4
12093         * src/summaryview.c
12094         * src/prefs_common.c
12095         * src/prefs_common.h
12096         * src/gedit-print.c
12097                 Allow to define a specific print font - patch
12098                 by Bernhard Walle <bernhard.walle@gmx.de>
12099         * src/prefs_fonts.c
12100         * manual/advanced.xml
12101         * manual/fr/advanced.xml
12102                 Add a hidden pref to allow deletion without
12103                 confirmation
12105 2006-06-12 [wwp]        2.3.0cvs3
12107         * .cvsignore
12108                 more files to ignore.
12110 2006-06-12 [wwp]        2.3.0cvs2
12112         * src/quote_fmt.c
12113         * src/quote_fmt_lex.l
12114         * src/quote_fmt_parse.y
12115                 extend the quote_fmt parser (templates and quotes):
12116                 - allow limited sub-expressions in |p{} and |f{} expressions,
12117                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12118                 - implemented/fixed missing implementation of query_references and show_references,
12119                 - completed, fixed contents and format of the symbols help dialog,
12120                 - fix some compilation warnings.
12122 2006-06-12 [wwp]        2.3.0cvs1
12124         * manual/advanced.xml
12125         * manual/fr/advanced.xml
12126                 updates in the "templates" section of the manual (eng/fr):
12127                  - be more precise (both versions)
12128                  - completed to match the english reference (fr version)
12129                  - touchups (both versions)
12131 2006-06-12 [paul]       2.3.0
12133         2.3.0 released
12135 2006-06-12 [paul]       2.2.3cvs14
12137         * po/ca.po
12138         * po/cs.po
12139         * po/de.po
12140         * po/el.po
12141         * po/fr.po
12142         * po/it.po
12143         * po/pt_BR.po
12144         * po/sr.po
12145         * po/zh_CN.po
12146                 updated by Miquel Oliete, Tim, Stephan Sachse,
12147                 Stavros Giannouris, Fabien Vantard, Andrea
12148                 Spadaccini, Frederico Goncalves Guimaraes,
12149                 Aleksandar Urosevic, and Ralgh Young
12151 2006-06-12 [colin]      2.2.3cvs13
12153         * src/mbox.c
12154                 Add missing header
12156 2006-06-11 [colin]      2.2.3cvs12
12158         * src/msgcache.c
12159                 Verify that g_malloc() succeeded
12161 2006-06-11 [colin]      2.2.3cvs11
12163         * src/wizard.c
12164                 Add Face header to welcome mail
12166 2006-06-10 [colin]      2.2.3cvs10
12168         * src/textview.c
12169                 Revert previous (Forgot it changes the
12170                 margin on the whole mail)
12172 2006-06-10 [colin]      2.2.3cvs9
12174         * src/textview.c
12175                 Don't overlap long headers under (X-)Face
12177 2006-06-10 [mones]      2.2.3cvs8
12179         * manual/xml2pdf
12180                 allow generation of manual on systems lacking saxon binary
12181                 but with java and the saxon library installed
12183         * po/es.po
12184                 updated for release
12186 2006-06-09 [colin]      2.2.3cvs7
12188         * src/summaryview.c
12189                 Fix leak when using Display Sender using Addressbook
12191 2006-06-09 [colin]      2.2.3cvs6
12193         * src/compose.c
12194         * src/folder.c
12195         * src/folderview.c
12196         * src/mimeview.c
12197         * src/summaryview.c
12198                 More leaks fixes
12200 2006-06-09 [paul]       2.2.3cvs5
12202         * AUTHORS
12203         * src/gtk/authors.h
12204         * tools/claws.i18n.status.pl
12205                 updated with new info
12207 2006-06-09 [paul]       2.2.3cvs4
12209         * README
12210                 updated
12211         * manual/ack.xml
12212                 add wwp to authors list
12213         * src/gtk/authors.h
12214                 update mine and Colin's addresses
12216 2006-06-08 [colin]      2.2.3cvs3
12218         * src/etpan/imap-thread.c
12219                 Fix leak on SSL cert check
12221 2006-06-08 [colin]      2.2.3cvs2
12223         * src/common/utils.c
12224                 Fix leak
12226 2006-06-08 [paul]       2.2.3cvs1
12228         * configure.ac
12229                 Update version number following
12230                 stable release
12232 2006-06-07 [colin]      2.2.2cvs3
12234         * src/msgcache.c
12235                 Fix catching cache read errors (guint instead of gint)
12236                 Prevent malloc'ing more than 8MB (means cache corruption)
12238 2006-06-07 [paul]       2.2.2cvs2
12240         * src/exporthtml.c
12241         * src/exportldif.c
12242         * src/mh.c
12243         * src/mutt.c
12244         * src/pine.c
12245         * src/common/utils.c
12246                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12247                 obey $HOME'
12248                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12249                 Thanks to Colin
12251 2006-06-06 [paul]       2.2.2cvs1
12253         * configure.ac
12254                 Update version number following
12255                 stable release
12257 2006-06-06 [paul]       2.2.1cvs6
12259         * src/matcher.c
12260                 fix  implicit declaration of
12261                 sylpheed_do_idle()
12262                 Patch by Fabien Vantard
12264 2006-06-06 [paul]       2.2.1cvs5
12266         * src/matcher.c
12267                 fix age_greater and age_lower so that they
12268                 mean what say and not '...or equal to'
12269                 Thanks to Colin
12271 2006-06-06 [paul]       2.2.1cvs4
12273         * src/textview.c
12274         * src/common/utils.c
12275                 fix URI check
12276                 Thanks to Colin
12278 2006-06-05 [wwp]        2.2.1cvs3
12280         * manual/fr/account.xml
12281                 minor language fixes (thanks to Fabien Vantard).
12283 2006-06-05 [colin]      2.2.1cvs2
12285         * src/prefs_folder_item.c
12286         * src/folderview.c
12287                 Allow recursive setting of properties 
12288                 for whole mailboxes
12289         * src/matcher.c
12290                 Don't freeze on 'test' filtering rule
12292 2006-06-05 [colin]      2.2.1cvs1
12294         * configure.ac
12295                 Update version number following
12296                 stable release
12298 2006-06-04 [wwp]        2.2.0cvs82
12300         * manual/glossary.xml
12301         * manual/account.xml
12302         * manual/fr/glossary.xml
12303         * manual/fr/account.xml
12304                 added glossary section and references/links related to the Face custom header.
12306 2006-06-04 [colin]      2.2.0cvs81
12308         * src/summaryview.c
12309                 Skip to next message on move with no
12310                 immediate execution
12312 2006-06-04 [wwp]        2.2.0cvs80
12314         * manual/xml2pdf
12315                 added sanity checks, exit when needed.
12317 2006-06-03 [paul]       2.2.0cvs79
12319         * src/prefs_receive.c
12320                 page name is now 'Receiving'
12321         * src/prefs_send.c
12322                 page name is now 'Sending'
12324 2006-06-03 [colin]      2.2.0cvs78
12326         * src/plugins/spamassassin/spamassassin_gtk.c
12327                 Autoswitch to Localhost if transport was previously
12328                 disabled. Else people had to check [] Enable, then
12329                 *reselect* transport.
12331 2006-06-03 [colin]      2.2.0cvs77
12333         * src/plugins/pgpinline/pgpinline.c
12334         * src/plugins/pgpmime/pgpmime.c
12335                 Check that gpg_data_release_and_get_mem 
12336                 didn't fail (now, why this happens...)
12338 2006-06-03 [colin]      2.2.0cvs76
12340         * src/mbox.c
12341                 Fix bug #962 (Manual and/or UI should 
12342                 warn about incompatible locking 
12343                 causing dataloss)
12345 2006-06-02 [cleroy]     2.2.0cvs75
12347         * src/filtering.c
12348         * src/folder.c
12349         * src/procmsg.c
12350         * src/summaryview.c
12351                 Fix a few leaks
12353 2006-06-02 [colin]      2.2.0cvs74
12355         * src/main.c
12356                 On exit, free caches after writing them
12357                 Shuts up some valgrind false positives
12358         * src/procmsg.c
12359         * src/send_message.c
12360                 Fix races when reusing existing SMTP connections
12361                 Fix inexistant session timeout
12362         * src/toolbar.c
12363                 Display alertpanel after all queues have
12364                 been processed, not after each
12366 2006-06-02 [wwp]        2.2.0cvs73
12368         * manual/fr/glossary.xml
12369         * manual/fr/ack.xml
12370         * manual/ack.xml
12371                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12373 2006-06-02 [wwp]        2.2.0cvs72
12375         * manual/xml2pdf
12376         * manual/dist/pdf/Makefile.am
12377         * manual/dtd/manual.xsl
12378         * manual/fr/dist/pdf/Makefile.am
12379         * manual/pl/dist/pdf/Makefile.am
12380                 we changed the procedure to generate the .pdf version of the manual.
12381                 The procedure is more modern and the .pdf we get now has a valid index.
12382                 Here are the new pre-requisites:
12384                 - JRE 1.x (1.4 here): there must be one from your distro
12385                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12386                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12387                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12389                 See my posts for further info about the installation of this toolchain:
12391                 Date: Fri, 19 May 2006 19:40:06 +0200
12392                 From: wwp <subscript@free.fr>
12393                 To: sylpheed-claws-devel@lists.sourceforge.net
12394                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12396                 and
12398                 Date: Wed, 24 May 2006 12:58:49 +0200
12399                 From: wwp <subscript@free.fr>
12400                 To: sylpheed-claws-devel@lists.sourceforge.net
12401                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12403 2006-06-01 [colin]      2.2.0cvs71
12405         * src/compose.c
12406                 Better guards against IMAP races
12407         * src/main.c
12408         * src/prefs_common.c
12409         * src/prefs_common.h
12410         * src/common/ssl_certificate.c
12411         * src/etpan/imap-thread.c
12412         * src/etpan/imap-thread.h
12413         * src/gtk/sslcertwindow.c
12414                 New hidden option ssl_skip_cert_check to 
12415                 avoid dups of bug #959 (libetpan linked
12416                 against gnutls and gnutls buggy on 64bit)
12417                 Present expired warning only once per
12418                 session/server.
12419         * manual/advanced.xml
12420         * manual/fr/advanced.xml
12421                 Document new option
12423 2006-06-01 [wwp]        2.2.0cvs70
12425         * src/messageview.c
12426                 fix for bug #961 (return receipt dialog 
12427                 complains incorrectly about return-path 
12428                 email adress being different), thanks 
12429                 to Colin.
12431 2006-05-31 [cleroy]     2.2.0cvs69
12433         * src/common/ssl.c
12434                 Guard against NULLs, although this
12435                 should never be an issue
12437 2006-05-31 [colin]      2.2.0cvs68
12439         * src/filtering.c
12440                 Use g_slist_prepend
12441         * src/imap.c
12442                 Don't remove caches when destroying folder, it
12443                 could (should) be done at exit
12444         * src/inc.c
12445                 free processing cache after incorporation
12446         * src/etpan/imap-thread.c
12447                 Maybe fix bug #959 (Crash on moving to emails 
12448                 to a imap account per ssl with a expired 
12449                 certificate.)
12451 2006-05-30 [colin]      2.2.0cvs67
12453         * src/summaryview.c
12454                 Put back event flush when displaying message
12455                 It avoids reading a bunch of messages just
12456                 by hitting shift-n for too long ;)
12458 2006-05-29 [colin]      2.2.0cvs66
12460         * src/summaryview.c
12461                 Remove useless g_warnings
12463 2006-05-29 [colin]      2.2.0cvs65
12465         * src/imap.c
12466                 Fix g_slist_append()s for performance
12468 2006-05-29 [colin]      2.2.0cvs64
12470         * src/compose.c
12471         * src/common/utils.c
12472                 Fix extraneous tab at start of addresses
12473         * src/mainwindow.c
12474                 Fix warnings (thanks to Fabien)
12475                 Fix crash at exit when composing messages 
12476                 exist
12477         * src/pop.c
12478                 Fix progress bar when deleting expired mails
12479                 Thanks to Hiro
12480         * src/summaryview.c
12481         * src/gtk/gtksctree.c
12482                 Fix re-sorting slowness
12484 2006-05-29 [paul]       2.2.0cvs63
12486         * src/mh.c
12487                 fetch full message when moving mails
12488                 from another mailbox, (fixed data loss
12489                 when filtering from IMAP to MH, introduced
12490                 in 2.2.0cvs57).
12491                 Thanks to Colin
12493 2006-05-29 [mones]      2.2.0cvs62
12495         * src/gtk/gtksctree.c
12496                 Unselect faster (patch by Colin)        
12498 2006-05-26 [colin]      2.2.0cvs61
12500         * src/summaryview.c
12501                 Unplug MSGINFO_UPDATE callback on delete too.
12503 2006-05-26 [colin]      2.2.0cvs60
12505         * src/foldersel.c
12506                 Fix bold in folder selection window with glib2.10
12507                 thanks Hiro
12509 2006-05-26 [colin]      2.2.0cvs59
12511         * src/procheader.c
12512                 Convert date only if necessary (and don't
12513                 try to convert from utf8 to utf8, too)
12514         * src/summaryview.c
12515                 Only set column's text if the column's 
12516                 displayed
12518 2006-05-26 [colin]      2.2.0cvs58
12520         * src/summaryview.c
12521         * src/gtk/gtkutils.c
12522                 Fix useless warning
12524 2006-05-26 [colin]      2.2.0cvs57
12526         * src/mainwindow.c
12527                 Make summaryview selectable as long as 
12528                 no message has focus
12529         * src/mh.c
12530                 Faster deletion (by implementing mh_remove_msgs)
12531                 Faster copy (avoid using mh_fetch_msg just to get
12532                 the filename)
12533                 Faster move (using move_file instead of copy_file
12534                 if MSG_IS_MOVE)
12535                 No progressbar if total number of mails to cp/mv 
12536                 is less than 100
12537         * src/summaryview.c
12538                 Fix removal from subject_table when mail gets moved
12539                 Faster deletion (g_slist_prepend instead of append)
12540         * src/gtk/gtksctree.c
12541                 Remove useless code
12543 2006-05-25 [colin]      2.2.0cvs56
12545         * src/common/ssl_certificate.c
12546                 Fix leak in expired cert check
12548 2006-05-25 [colin]      2.2.0cvs55
12550         * src/mh.c
12551                 Disable flags syncing on .mh_sequences - it
12552                 is buggy and marks mails read under unknown
12553                 conditions.
12555 2006-05-25 [paul]
12557         * 2.3.0-rc4 released
12559 2006-05-24 [colin]      2.2.0cvs54
12561         attention cvs users: if you manage to crash
12562         Sylpheed-Claws while moving, copying or deleting
12563         mails, we *are* interested in stack traces and
12564         valgrind logs. It looks stable, but one never
12565         knows...
12567         * src/folder.c
12568                 Add progressbar for cache updates
12569         * src/folderutils.c
12570                 Optimize Mark all read in the current
12571                 folder
12572         * src/mh.c
12573                 Add progressbar for copy/move
12574         * src/procmsg.c
12575                 Optimize O(n^2) in copy/move
12576         * src/summaryview.c
12577         * src/gtk/gtksctree.c
12578                 Optimize O(n^2) algos
12579         * src/common/timing.h
12580                 Display ms instead of us
12582 2006-05-24 [wwp]        2.2.0cvs53
12584         * manual/fr/advanced.xml
12585                 updates to the French manual.
12587 2006-05-24 [wwp]        2.2.0cvs52
12589         * src/common/utils.c
12590                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12592 2006-05-24 [wwp]        2.2.0cvs51
12594         * src/folderutils.c
12595                 fixed "mark all read" in MH folders (thanks to Colin).
12597 2006-05-24 [paul]       2.2.0cvs50
12599         * doc/man/sylpheed-claws.1
12600                 updated the man page
12602 2006-05-23 [colin]      2.2.0cvs49
12604         * src/folderview.c
12605         * src/imap.c
12606         * src/inc.c
12607         * src/mbox.c
12608         * src/messageview.c
12609         * src/news.c
12610         * src/send_message.c
12611         * src/summaryview.c
12612         * src/gtk/sslcertwindow.c
12613                 alertpanel fixes, by Fabien
12615 2006-05-23 [colin]      2.2.0cvs48
12617         * src/folder.c
12618         * src/folderview.c
12619         * src/msgcache.c
12620         * src/summaryview.c
12621         * src/gtk/gtksctree.c
12622         * src/gtk/gtksctree.h
12623                 More timings
12624                 Fix slow loading problem, which was caused by the
12625                 use of some gtk_ctree funcs and their use of
12626                 g_list_position while gtk_ctree_(un)link'ing.
12627                 Reap more functions from gtkctree.c to be sure we
12628                 use our (fast) version instead of theirs.
12629         * src/mh.c
12630                 Fix copy of unread mails
12633 2006-05-22 [wwp]        2.2.0cvs47
12635         * manual/fr/advanced.xml
12636                 updated.
12638 2006-05-22 [colin]      2.2.0cvs46
12640         * src/filtering.c
12641                 Fix possible infinite loop. 'copy' is not a 
12642                 final action, so when encountering a 'copy',
12643                 we have to check if a previous one was set
12644                 and do it. In the same way, if we encounter
12645                 a 'move' we have to perform a possibly 
12646                 pending 'copy'. This will slow down filtering
12647                 on IMAP if move+copy or multiple copy actions
12648                 are to be done, but handling it via the batch
12649                 would be really too convoluted.
12651 2006-05-22 [wwp]        2.2.0cvs45
12653         * manual/fr/advanced.xml
12654         * manual/fr/faq.xml
12655         * manual/fr/glossary.xml
12656         * manual/fr/handling.xml
12657         * manual/fr/intro.xml
12658         * manual/fr/plugins.xml
12659         * manual/fr/sylpheed-claws-manual.xml
12660                 sync w/ the english manual: updates URIs, documented mailing-list
12661                 support, better explanation about the enabled/disabled feature
12662                 in filtering/processing rules by Paul.
12664 2006-05-21 [colin]      2.2.0cvs44
12666         * src/summaryview.c
12667                 Don't expand after building threads, but during
12669 2006-05-21 [colin]      2.2.0cvs43
12671         * src/procmsg.c
12672         * src/summaryview.c
12673                 More timing possibilities... For next time I have 
12674                 to find out how the hell some 3GHz computer takes
12675                 one minute to open a 30k folder...
12677 2006-05-21 [colin]      2.2.0cvs42
12679         * manual/pl/advanced.xml
12680         * manual/pl/faq.xml
12681         * manual/pl/glossary.xml
12682         * manual/pl/handling.xml
12683         * manual/pl/intro.xml
12684         * manual/pl/plugins.xml
12685         * manual/pl/sylpheed-claws-manual.xml
12686                 Polish manual updated by Pawel
12688 2006-05-20 [colin]
12690         * 2.3.0-rc3 released
12692 2006-05-20 [colin]      2.2.0cvs41
12694         * src/imap.c
12695                 Fix -rc2 problems:
12696                 - remove cache of moved messages from original folder
12697                 - apply new flags to messages even if they aren't appliable
12698                   via IMAP.
12700 2006-05-20 [colin]
12702         * 2.3.0-rc2 released
12704 2006-05-19 [colin]      2.2.0cvs40
12706         * src/imap.c
12707                 Don't issue SELECT in imap_change_flags
12708                 before having checked that we indeed have
12709                 some flags to change. MSG_POSTFILTERED for
12710                 example can't be used on IMAP.
12711                 Fixes bug #955 (copying messages between 
12712                 imap folders is extremely slow), which was
12713                 a regression.
12715 2006-05-19 [colin]      2.2.0cvs39
12717         * src/folder.c
12718         * src/folder.h
12719         * src/folderview.c
12720                 Try to fix bug #830 (Some unread messages 
12721                 get marked read in IMAP inbox):
12722                 - Prevent scanning a folder if it's being 
12723                   opened via the GUI
12724                 - Postpone opening via the GUI of a folder
12725                   currently scanned.
12728 2006-05-19 [wwp]        2.2.0cvs38
12730         * manual/advanced.xml
12731                 fix English+typo (thanks to Paul).
12733 2006-05-19 [wwp]        2.2.0cvs37
12735         * manual/advanced.xml
12736         * manual/fr/advanced.xml
12737         * src/gtk/logwindow.c
12738         * src/prefs_common.c
12739         * src/prefs_common.h
12740                 added hidden prefs to allow customization of colors used in
12741                 protocol log window (useful for dark gtk+ themes).
12743 2006-05-19 [wwp]        2.2.0cvs36
12745         * ChangeLog
12746                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12748 2006-05-19 [paul]       2.2.0cvs35
12750         * src/textview.c
12751                 make Reply-To fully clickable
12752         * src/gtk/logwindow.c
12753                 more colouring (SMTP ESMTP)
12754         Both patches by Pawel Pekala
12756 2006-05-19 [cleroy]     2.2.0cvs34
12758         * src/mh.c
12759                 Don't update flags from current folder
12760                 Probably fixes bug #935 (Read Messages 
12761                 Revert to Being Marked as Unread)
12763 2006-05-18 [colin]      2.2.0cvs33
12765         * src/imap.c
12766                 Warning fix
12767         * src/compose.c
12768         * src/mainwindow.c
12769         * src/summaryview.c
12770         * src/toolbar.c
12771                 Allow replying to multiple emails
12772                 in multiple windows
12773         * src/mimeview.c
12774         * src/etpan/imap-thread.c
12775                 Leak fixes
12777 2006-05-18 [paul]       2.2.0cvs32
12779         * src/summaryview.c
12780                 keep Mailing-List menu refreshed
12781                 Thanks to Colin
12783 2006-05-18 [paul]       2.2.0cvs31
12785         * manual/advanced.xml
12786         * manual/faq.xml
12787         * manual/glossary.xml
12788         * manual/handling.xml
12789         * manual/intro.xml
12790         * manual/plugins.xml
12791         * manual/sylpheed-claws-manual.xml
12792                 update URLs
12793                 add info about mailing-list support
12794                 edit filtering info
12795         * src/wizard.c
12796         * src/common/defs.h
12797         * src/gtk/about.c
12798         * src/plugins/dillo_viewer/README
12799                 update URLs
12801 2006-05-17 [wwp]        2.2.0cvs30
12803         * manual/handling.xml
12804         * manual/fr/handling.xml
12805                 documented the ability to enabled/disable filtering/processing rules.
12807 2006-05-17 [colin]      2.2.0cvs29
12809         * src/main.c
12810                 Don't initialize g_thread subsystem if it's 
12811                 already done (thanks to Hiro)
12812         * src/mimeview.c
12813                 Fix saving of parts when there name can't be
12814                 converted from UTF-8.
12816 2006-05-17 [paul]       2.2.0cvs28
12818         * po/Makefile.in.in
12819                 fix config.status warning with autoconf 2.60
12821 2006-05-17 [paul]       2.2.0cvs27
12823         * po/POTFILES.in
12824                 add src/mbox.c
12826 2006-05-17 [wwp]        2.2.0cvs26
12828         * src/mainwindow.c
12829                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12831 2006-05-17 [wwp]        2.2.0cvs25
12833         * src/plugins/demo/demo.c
12834                 updated product name in plugin demo (many plugins need to be
12835                 sync'ed w/ that change).
12837 2006-05-17 [colin]      2.2.0cvs24
12839         * src/mh.c
12840                 Fix leak
12842 2006-05-16 [colin]      2.2.0cvs23
12844         * src/mainwindow.c
12845                 Stupid me hit again. Fix cvs22.
12847 2006-05-16 [colin]      2.2.0cvs22
12849         * src/mainwindow.c
12850                 Fix bug #922 (sylpheed-claws crashed after 
12851                 pushing on Inbox folder)
12853 2006-05-16 [colin]      2.2.0cvs21
12855         * src/compose.c
12856                 Make From header be copy/paste/select-able
12858 2006-05-16 [wwp]        2.2.0cvs20
12860         * src/export.c
12861         * src/matcher.c
12862         * src/summaryview.c
12863         * src/etpan/imap-thread.c
12864                 fix some compiler warnings (thanks to Colin).
12866 2006-05-16 [wwp]        2.2.0cvs19
12868         * src/action.c
12869         * src/gedit-print.c
12870         * src/inc.c
12871         * src/mainwindow.c
12872         * src/mh.c
12873         * src/statusbar.c
12874         * src/send_message.c
12875         * src/summaryview.c
12876                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12878 2006-05-15 [colin]      2.2.0cvs18
12880         * src/procmsg.c
12881                 Fix automatic rule creation with List-Post
12883 2006-05-15 [paul]       2.2.0cvs17
12885         * tools/filter_conv_new.pl
12886                 updated for rule enabling/disabling
12887                 claws version >= 2.3.x required
12889 2006-05-15 [cleroy]     2.2.0cvs16
12891         * src/main.c
12892                 Revert test
12894 2006-05-15 [cleroy]     2.2.0cvs15
12896         * src/main.c
12897                 test
12899 2006-05-15 [wwp]        2.2.0cvs14
12901         * manual/pl/.cvsignore
12902                 ignore generated files.
12904 2006-05-14 [wwp]        2.3.0-rc1
12906         * 2.3.0-rc1 released
12908 2006-05-13 [wwp]        2.2.0cvs13
12910         * src/filtering.c
12911         * src/filtering.h
12912         * src/matcher.c
12913         * src/matcher_parser_lex.l
12914         * src/matcher_parser_parse.y
12915         * src/prefs_filtering.c
12916                 new feature: provide the ability to disable filtering and processing
12917                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
12918                 adaptations.
12920 2006-05-13 [colin]      2.2.0cvs12
12922         * src/compose.c
12923                 Remove useless if (a) b; else b;
12924                 Thanks to wwp
12926 2006-05-13 [wwp]        2.2.0cvs11
12928         * src/export.c
12929         * src/import.c
12930         * src/mainwindow.c
12931         * src/mbox.c
12932         * src/summaryview.c
12933         * src/summaryview.h
12934                 no more silent failures (or at least less ones) when importing
12935                 or exporting from/to mbox. Also start importing/exporting if
12936                 the necessary info is set.
12938 2006-05-13 [wwp]        2.2.0cvs10
12940         * RELEASE_NOTES
12941                 restored up-to-date release notes.
12943 2006-05-13 [paul]       2.2.0cvs9
12945         * po/nl.po
12946         * po/ru.po
12947                 updated by Tim Dijkstra and Pavlo Bohmat
12949 2006-05-12 [colin]      2.2.0cvs8
12951         * src/gtk/quicksearch.c
12952                 Add "k" as shortcut for "colorlabel". Patch
12953                 by ath42@users.sf.net.
12955 2006-05-12 [paul]       2.2.0cvs7
12957         * src/prefs_common.h
12958         * src/prefs_summaries.c
12959         * src/summaryview.c
12960                 when entering a folder also allow
12961                 going directly to first Marked message
12963 2006-05-12 [paul]       2.2.0cvs6
12965         * src/summaryview.c
12966                 always obey 'confirm before marking all
12967                 mails read' option
12969 2006-05-12 [paul]       2.2.0cvs5
12971         * src/textview.c
12972                 make Sender fully clickable
12974 2006-05-12 [colin]      2.2.0cvs4
12976         * src/compose.c
12977         * src/compose.h
12978                 Let From be editable
12979         * src/main.c
12980         * src/mh.c
12981                 Full support of .mh_sequences' Unseen seq
12983 2006-05-12 [colin]      2.2.0cvs3
12985         * src/folder.c
12986         * src/mainwindow.c
12987         * src/mainwindow.h
12988         * src/messageview.c
12989         * src/prefs_spelling.c
12990         * src/procheader.c
12991         * src/procmsg.c
12992         * src/procmsg.h
12993         * src/summaryview.c
12994         * src/toolbar.c
12995         * src/toolbar.h
12996                 Add contextual menu on Compose toolbar
12997                 button. Fixes bug #944 (Automatic
12998                 addresses not applied when changing account
12999                 from compose window)
13000                 add Mailing List support
13001                 based on the old 0.6.5claws25 patch by
13002                 Melvin Hadasht, with finishing touches
13003                 by Colin
13004                 Fix "ignore thread" when mails are threaded by
13005                 subject (and weren't ignored although appearing
13006                 in the thread).
13007                 GUI rework.
13008                 Both patches by Pawel.
13010 2006-05-08 [paul]       2.2.0cvs2
13012         * src/mainwindow.c
13013         * src/mainwindow.h
13014         * src/messageview.c
13015         * src/procheader.c
13016         * src/procmsg.c
13017         * src/procmsg.h
13018         * src/summaryview.c
13019                 add Mailing List support
13020                 based on the old 0.6.5claws25 patch by 
13021                 Melvin Hadasht, with finishing touches
13022                 by Colin
13024 2006-05-08 [colin]      2.2.0cvs1
13026         * src/mainwindow.c
13027         * src/toolbar.c
13028         * src/toolbar.h
13029                 Add contextual menu on Compose toolbar 
13030                 button. Fixes bug #944 (Automatic 
13031                 addresses not applied when changing account 
13032                 from compose window)
13034 2006-05-08 [paul]       2.2.0
13036         2.2.0 released
13038 2006-05-08 [paul]       2.1.1cvs51
13040         * po/cs.po
13041         * po/de.po
13042         * po/en_GB.po
13043         * po/fi.po
13044         * po/fr.po
13045         * po/pt_BR.po
13046         * po/sr.po
13047         * po/zh_CN.po
13048                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13049                 Fabien Vantard, Frederico Goncalves Guimaraes,
13050                 Aleksandar Urosevic, and Ralgh Young
13052 2006-05-12 [colin]      2.1.1cvs50
13054         * po/cs.po
13055         * po/de.po
13056         * po/en_GB.po
13057         * po/es.po
13058         * po/fi.po
13059         * po/fr.po
13060         * po/pt_BR.po
13061         * po/sr.po
13062         * po/zh_CN.po
13063                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13064                 Fabien Vantard, Frederico Goncalves Guimaraes,
13065                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13067 2006-05-05 [colin]      2.1.1cvs49
13069         * manual/Makefile.am
13070         * manual/pl/Makefile.am
13071         * manual/pl/account.xml
13072         * manual/pl/ack.xml
13073         * manual/pl/addrbook.xml
13074         * manual/pl/advanced.xml
13075         * manual/pl/faq.xml
13076         * manual/pl/glossary.xml
13077         * manual/pl/gpl.xml
13078         * manual/pl/handling.xml
13079         * manual/pl/intro.xml
13080         * manual/pl/keyboard.xml
13081         * manual/pl/plugins.xml
13082         * manual/pl/starting.xml
13083         * manual/pl/sylpheed-claws-manual.xml
13084         * manual/pl/dist/.cvsignore
13085         * manual/pl/dist/Makefile.am
13086         * manual/pl/dist/html/.cvsignore
13087         * manual/pl/dist/html/Makefile.am
13088         * manual/pl/dist/pdf/.cvsignore
13089         * manual/pl/dist/pdf/Makefile.am
13090         * manual/pl/dist/ps/.cvsignore
13091         * manual/pl/dist/ps/Makefile.am
13092         * manual/pl/dist/txt/.cvsignore
13093         * manual/pl/dist/txt/Makefile.am
13094                 Add the polish translation of the manual,
13095                 Authored by Pawel Pekala.
13097 2006-05-05 [cleroy]     2.1.1cvs48
13099         * src/main.c
13100                 Re-read matcherrc after loading plugins 
13101                 if some of them add folders.
13103 2006-05-03 [colin]      2.1.1cvs47
13105         * src/imap.c
13106                 I'm idiot
13108 2006-05-03 [colin]      2.1.1cvs46
13110         * src/imap.c
13111                 Be sure to have a session when
13112                 getting separator
13114 2006-05-03 [colin]      2.1.1cvs45
13116         * src/imap.c
13117         * src/imap.h
13118         * src/imap_gtk.c
13119                 Fix preventing renaming with namespace 
13120                 separator.
13122 2006-05-01 [colin]      2.1.1cvs44
13124         * src/action.c
13125                 Don't reload messageview when result of
13126                 action is piped.
13128 2006-04-29 [colin]      2.1.1cvs43
13130         * src/prefs_receive.c
13131         * src/plugins/spamassassin/spamassassin_gtk.c
13132         * src/plugins/clamav/clamav_plugin_gtk.c
13133                 GUI fixes by Pawel
13135 2006-04-29 [colin]      2.1.1cvs42
13137         * src/prefs_compose_writing.c
13138         * src/prefs_quote.c
13139                 Cleanups. Patch by Pawel
13141 2006-04-28 [paul]       2.1.1cvs41
13143         * src/matcher.c
13144                 fix returned quick search results when search
13145                 term contains an underscore.
13146                 Thanks to Colin
13148 2006-04-28 [paul]       2.1.1cvs40
13150         * src/prefs_message.c
13151         * src/prefs_receive.c
13152                 GUI cleanups
13153                 Patches by Pawel Pekala
13155 2006-04-27 [colin]      2.1.1cvs39
13157         * src/wizard.c
13158                 Differentiate subject Welcome from
13159                 window's title Welcome
13161 2006-04-27 [paul]
13163         2.2.0-rc1 released
13165 2006-04-27 [paul]       2.1.1cvs38
13167         * manual/advanced.xml
13168         * manual/fr/advanced.xml
13169                 add info about compose_no_markup hidden pref
13171 2006-04-27 [paul]       2.1.1cvs37
13173         * src/prefs_account.c
13174                 improve privacy labels
13175         * src/prefs_msg_colors.c
13176                 change some strings for translators' convenience
13177         * src/gtk/gtkutils.c
13178                 don't underline the link button text
13180 2006-04-25 [colin]      2.1.1cvs36
13182         * src/folder.c
13183                 Complete 2.1.1cvs33 (once more ;)
13185 2006-04-25 [colin]      2.1.1cvs35
13187         * src/editldap.c
13188                 Fix tooltip
13190 2006-04-25 [cleroy]     2.1.1cvs34
13192         * src/compose.c
13193         * src/gtk/gtkaspell.c
13194                 Fix crash on redirect (related to the return 
13195                 of the aspell menu in compose's toolbar)
13196         * src/prefs_msg_colors.c
13197                 Fix sensitivity widgets
13198         * src/image_viewer.c
13199         * src/gtk/pluginwindow.c
13200         * src/gtk/prefswindow.c
13201                 Change released signals to clicked (Fabien)
13202         * po/POTFILES.in
13203         * src/common/socket.c
13204         * src/plugins/spamassassin/spamassassin.c
13205                 Translate strings (Fabien)
13207 2006-04-25 [paul]       2.1.1cvs33
13209         * src/folder.c
13210         * src/folder.h
13211         * src/folderview.c
13212                 complete the fix of bug #912
13213                 Thanks to Colin
13215 2006-04-25 [colin]      2.1.1cvs32
13217         * src/news.c
13218                 Better progress bar
13219         * src/mimeview.c
13220         * src/summaryview.c
13221         * src/summaryview.h
13222                 Fix focus chain
13223                 Patches by Pawel Pekala
13225 2006-04-24 [colin]      2.1.1cvs31
13227         * src/compose.c
13228                 Fix compilation warnings (Fabien)
13230 2006-04-24 [colin]      2.1.1cvs30
13232         * src/addrindex.c
13233         * src/editldap.c
13234         * src/editldap_basedn.c
13235         * src/editldap_basedn.h
13236         * src/ldapctrl.c
13237         * src/ldapctrl.h
13238         * src/ldapquery.c
13239         * src/ldaputil.c
13240         * src/ldaputil.h
13241                 Fix bug #901 (LDAPS support)
13243 2006-04-24 [colin]      2.1.1cvs29
13245         * src/compose.c
13246                 Fix logic on error with send dialog on
13247         * src/imap.c
13248                 Fix compilation without libetpan, thanks
13249                 to Fabien
13250         * src/summaryview.c
13251                 Fix 'context-menu' key
13253 2006-04-23 [colin]      2.1.1cvs28
13255         * src/folder.c
13256                 Never free current's cache to free up 
13257                 memory. Fixes bug #912 (new count 
13258                 randomly set to message count)
13260 2006-04-23 [colin]      2.1.1cvs27
13262         * src/gtk/quicksearch.c
13263                 And remove printf...
13265 2006-04-23 [colin]      2.1.1cvs26
13267         * src/gtk/quicksearch.c
13268                 Fix replacing in quicksearch, and fix inserting
13269                 in the middle of the string. (introduced at 2.1.0cvs22)
13271 2006-04-23 [colin]      2.1.1cvs25
13273         * src/imap.c
13274                 Make sure uidnext is initialized in get_num_list
13275                 (not for stable, related to 2.1.1cvs8 and friends)
13277 2006-04-23 [colin]      2.1.1cvs24
13279         * src/imap.c
13280                 Output something when login is successful
13281                 too
13283 2006-04-23 [colin]      2.1.1cvs23
13285         * src/etpan/imap-thread.c
13286                 Better logging (line-per-line, hide data in fetch)
13287                 Fix a const warning
13288         * src/gtk/logwindow.c
13289         * src/gtk/logwindow.h
13290                 Better logging (color for input/output)
13292 2006-04-21 [colin]      2.1.1cvs22
13294         * src/gtk/quicksearch.c
13295                 On gtk+-2.8, use stock buttons in quicksearch
13296                 Based on a patch by Fabien and a design by Paul
13298 2006-04-21 [colin]      2.1.1cvs21
13300         * src/folderview.c
13301         * src/mainwindow.c
13302                 Fix occasional flicker in folderview
13303         * src/common/utils.c
13304                 Fix bug #943 (Incorrectly parsed email address 
13305                 list in short headers on message view and in 
13306                 printouts)
13308 2006-04-20 [colin]      2.1.1cvs20
13310         * src/imap.c
13311         * src/imap.h
13312         * src/prefs_account.c
13313                 Add ANONYMOUS auth for IMAP
13315 2006-04-20 [paul]       2.1.1cvs19
13317         * src/main.c
13318                 proper fix for 2.1.1cvs18
13319                 Thanks to Colin
13321 2006-04-20 [paul]       2.1.1cvs18
13323         * src/main.c
13324                 fix build warnings
13326 2006-04-20 [paul]       2.1.1cvs17
13328         * src/gtk/quicksearch.c
13329                 fix standard, non-extended Quick search,
13330                 was broken in 2.1.1cvs15.
13331                 Thanks to Colin.
13333 2006-04-20 [colin]      2.1.1cvs16
13335         * src/prefs_matcher.c
13336                 Fix values when reselecting a ~test
13337                 rule
13339 2006-04-19 [colin]      2.1.1cvs15
13341         * src/compose.c
13342         * src/compose.h
13343         * src/gtk/gtkaspell.c
13344         * src/gtk/gtkaspell.h
13345                 Put back Options menu in Spelling/
13346         * src/gtk/quicksearch.c
13347                 Don't search, and show error, if the
13348                 advanced search has a syntax error
13350 2006-04-18 [colin]      2.1.1cvs14
13352         * src/textview.c
13353                 Fix gdk warnings on set_cursor when textview
13354                 isn't visible
13356 2006-04-18 [colin]      2.1.1cvs13
13358         * src/gtk/gtksctree.c
13359                 Remove seemingly useless refresh that causes
13360                 flicker - watch this commit in case of 
13361                 problems before planned backport to stable
13363 2006-04-18 [colin]      2.1.1cvs12
13365         * src/imap.c
13366                 Factorize get/set_xml code
13367         * src/compose.c
13368         * src/prefs_account.c
13369         * src/prefs_account.h
13370         * src/procmsg.c
13371                 Add Encrypt to self option
13373 2006-04-17 [colin]      2.1.1cvs11
13375         * configure.ac
13376                 Fix search on encrpyt function on dragonfly
13377                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13379 2006-04-17 [colin]      2.1.1cvs10
13381         * src/prefs_account.c
13382                 Be safe by default: remove mails from POP3
13383                 after 7 days, not immediately
13385 2006-04-17 [colin]      2.1.1cvs9
13387         * src/etpan/imap-thread.c
13388                 Fix build on DragonFly - patch by 
13389                 Jonathan Buschmann <jonthn@agmact.com>
13391 2006-04-17 [colin]      2.1.1cvs8
13393         * src/imap.c
13394                 Save uidnext between sessions
13396 2006-04-17 [colin]      2.1.1cvs7
13398         * src/imap.c
13399                 scan is required when uid validity changes
13401 2006-04-17 [colin]      2.1.1cvs6
13403         * src/folderview.c
13404                 Don't scan if not necessary, apart in current
13405                 folder and INBOX to fetch flags.
13406         * src/imap.c
13407                 Scan is necessary if unread count changes
13409 2006-04-17 [colin]      2.1.1cvs5
13411         * src/imap.c
13412                 ...But always fetch ANSWERED and DELETED flags for
13413                 INBOX, as filtering can happen on these flags.
13415 2006-04-17 [colin]      2.1.1cvs4
13417         * src/imap.c
13418                 Don't fetch REPLIED and DELETED flags when synchronising
13419                 flags with a closed folder. We only need UNSEEN and FLAGGED
13420                 to update the folderview.
13422 2006-04-17 [colin]      2.1.1cvs3
13424         * src/imap.c
13425                 Faster flag search when there are new mails 
13426                 in a folder. We can do a full search if the 
13427                 folder contains less messages than the new
13428                 list.
13430 2006-04-17 [colin]      2.1.1cvs2
13432         * po/cs.po
13433         * po/de.po
13434         * po/fr.po
13435         * po/nl.po
13436         * po/pt_BR.po
13437                 Update translations from stable branch
13439 2006-04-17 [colin]      2.1.1cvs1
13441         * configure.ac
13442                 Bump version to follow stable release
13444 2006-04-16 [mones]      2.1.0cvs50
13446         * po/es.po
13447                 Updated for release
13449 2006-04-16 [colin]      2.1.0cvs49
13451         * src/textview.c
13452                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13453                 with gtk < 2.8. Thanks to Fabien Vantard.
13455 2006-04-15 [colin]      2.1.0cvs48
13457         * src/etpan/imap-thread.c
13458                 Fix bug #919 (libetpan: SEGV when connecting 
13459                 using command)
13461 2006-04-14 [colin]      2.1.0cvs47
13463         * src/main.c
13464                 Fix race on --select (should be done better)
13466 2006-04-14 [wwp]        2.1.0cvs46
13468         * src/send_message.c
13469                 enforce a check for domain in account prefs (a sending
13470                 error could be faced if domain was checked but no value set),
13471                 thanks to Colin.
13473 2006-04-14 [colin]      2.1.0cvs45
13475         * src/codeconv.c
13476                 when converting from unknown to unknown, if the
13477                 string is UTF8, don't convert it to the locale
13478                 (which breaks it)
13480 2006-04-14 [colin]      2.1.0cvs44
13482         * src/compose.c
13483                 Don't try to use ASCII for converting headers
13484                 (as done in body)
13486 2006-04-14 [paul]       2.1.0cvs43
13488         * src/crash.c
13489                 add locale/charset info to crash report
13490         * src/gtk/about.c
13491                 add wwp to doc team
13492                 replace 'e-mail' with preferred 'email'
13493         * src/gtk/authors.h
13494                 ensure contributors list is in alphabetical
13495                 order
13497 2006-04-13 [colin]      2.1.0cvs42
13499         * src/textview.c
13500                 Prevent gdk warnings
13502 2006-04-13 [colin]      2.1.0cvs41
13504         * src/common/ssl_certificate.c
13505         * src/common/ssl_certificate.h
13506         * src/gtk/sslcertwindow.c
13507                 Warn on expired certs, and display the expiration date
13509 2006-04-13 [colin]      2.1.0cvs40
13511         * src/plugins/spamassassin/spamassassin_gtk.c
13512                 Fix missing set_text on unix socket
13514 2006-04-13 [wwp]        2.1.0cvs39
13516         * manual/fr/advanced.xml
13517         * manual/fr/glossary.xml
13518                 applied new spam/ham/email lexicon (pourriel, courriel)
13520 2006-04-13 [paul]       2.1.0cvs38
13522         * src/plugins/pgpmime/plugin.c
13523                 remove the mention of S/MIME from the
13524                 description. This is now handled by the
13525                 S/MIME plugin.
13527 2006-04-13 [paul]       2.1.0cvs37
13529         * src/prefs_msg_colors.c
13530                 rework dialog
13531         * src/prefs_folder_item.c
13532         * src/prefs_spelling.c
13533                 add a tooltip to the colour selector buttons
13535 2006-04-13 [wwp]        2.1.0cvs36
13537         * manual/advanced.xml
13538         * manual/glossary.xml
13539         * manual/handling.xml
13540         * manual/keyboard.xml
13541         * manual/plugins.xml
13542         * manual/starting.xml
13543         * manual/fr/account.xml
13544         * manual/fr/ack.xml
13545         * manual/fr/addrbook.xml
13546         * manual/fr/advanced.xml
13547         * manual/fr/faq.xml
13548         * manual/fr/glossary.xml
13549         * manual/fr/gpl.xml
13550         * manual/fr/handling.xml
13551         * manual/fr/intro.xml
13552         * manual/fr/keyboard.xml
13553         * manual/fr/plugins.xml
13554         * manual/fr/starting.xml
13555         * manual/fr/sylpheed-claws-manual.xml
13556                 fixes to the manuals:
13557                  - summaryview -> Message List (same in French)
13558                  - translate key names
13559                  - fix French punctuation, use non-breakable spaces when
13560                    necessary, don't use &thinsp; which is not portable
13561                  - tell what maildir and mbox formats we support
13563 2006-04-12 [wwp]        2.1.0cvs35
13565         * src/prefs_toolbar.c
13566                 unified a replace button more,
13567                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13569 2006-04-12 [wwp]        2.1.0cvs34
13571         * src/prefs_common.c
13572         * src/prefs_msg_colors.c
13573                 make default color labels translatable,
13574                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13575                 thanks to Tim <timbrain@post.cz> for reporting.
13577 2006-04-12 [wwp]        2.1.0cvs33
13579         * manual/glossary.xml
13580         * manual/intro.xml
13581         * manual/plugins.xml
13582         * manual/starting.xml
13583         * manual/sylpheed-claws-manual.xml
13584         * manual/fr/.cvsignore
13585         * manual/fr/account.xml
13586         * manual/fr/ack.xml
13587         * manual/fr/addrbook.xml
13588         * manual/fr/advanced.xml
13589         * manual/fr/faq.xml
13590         * manual/fr/glossary.xml
13591         * manual/fr/handling.xml
13592         * manual/fr/intro.xml
13593         * manual/fr/keyboard.xml
13594         * manual/fr/plugins.xml
13595         * manual/fr/starting.xml
13596         * manual/fr/sylpheed-claws-manual.xml
13597                 various fixes: typos, missing .fr translations, punctuation,
13598                 capitalization, links, accents and some bad French more.
13600 2006-04-12 [wwp]        2.1.0cvs32
13602         * src/prefs_gtk.c
13603                 fix for bug #935: always store prefs files in UTF-8 (thanks
13604                 to Colin).
13606 2006-04-11 [colin]      2.1.0cvs31
13608         * src/compose.c
13609                 Fix inserting files not in utf8 when locale is utf8
13611 2006-04-11 [colin]      2.1.0cvs30
13613         * src/inc.c
13614                 Don't show error dialog when cancelling connection
13615                 Patch by Pawel
13617 2006-04-11 [cleroy]     2.1.0cvs29
13619         * src/compose.c
13620                 Implement multiple quote levels
13621         * src/prefs_common.c
13622                 Change a little bit the quote bgcolor for 2nd level
13624 2006-04-11 [colin]      2.1.0cvs28
13626         * src/gtk/about.c
13627                 Add locale and charset in the label
13629 2006-04-10 [colin]      2.1.0cvs27
13631         * src/compose.c
13632         * src/prefs_common.c
13633         * src/prefs_common.h
13634         * src/prefs_msg_colors.c
13635         * src/textview.c
13636                 Allow optional background color in quotes
13637                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13638                 GTK+-2.8.x feature
13640 2006-04-10 [colin]      2.1.0cvs26
13642         * src/main.c
13643         * src/mainwindow.c
13644         * src/mainwindow.h
13645                 Implement --select
13647 2006-04-10 [colin]      2.1.0cvs25
13649         * manual/plugins.xml
13650         * manual/fr/plugins.xml
13651                 Document libcurl's proxy variables
13653 2006-04-09 [colin]      2.1.0cvs24
13655         * src/prefs_common.c
13656                 gettext() returns statically allocated stuff. We have
13657                 to strdup it in order to be able to free it.
13659 2006-04-09 [colin]      2.1.0cvs23
13661         * AUTHORS
13662         * src/gtk/authors.h
13663                 Add Alexei
13665 2006-04-09 [colin]      2.1.0cvs22
13667         * src/mainwindow.c
13668         * src/gtk/quicksearch.c
13669                 Fix bug #859 (problems with cyrilic input in 
13670                 search panel) - Patch by Alexey Illarionov 
13671                 <littlesavage@rambler.ru>
13673 2006-04-09 [colin]      2.1.0cvs21
13675         * src/prefs_customheader.c
13676                 I prefer removing then freeing rather than the contrary
13677                 (even if it doesn't change anything ;-)
13678         * src/prefs_account.c
13679                 Fix bug #933 (Crash re-entering the custom headers list 
13680                 dialog in accounts prefs)
13681                 The problem happened when cancelling the Account 
13682                 Preferences' dialogs - in which case we didn't do 
13683                 anything to the PrefsAccount * struct. In case of applying,
13684                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13685                 working with in this dialog. The problem is that 
13686                 prefs_customheader.c, working on this tmp_ac_prefs, always
13687                 changes the ->customhdr_list pointer, even when cancelled. 
13688                 So in case of cancelling the prefs_account dialog, we still
13689                 have to update ->customhdr_list in the real account.
13691 2006-04-08 [colin]      2.1.0cvs20
13693         * manual/fr/glossary.xml
13694         * manual/fr/keyboard.xml
13695                 Forgot some headers :)
13697 2006-04-08 [colin]      2.1.0cvs19
13699         * manual/Makefile.am
13700         * manual/fr/Makefile.am
13701         * manual/fr/account.xml
13702         * manual/fr/ack.xml
13703         * manual/fr/addrbook.xml
13704         * manual/fr/advanced.xml
13705         * manual/fr/faq.xml
13706         * manual/fr/glossary.xml
13707         * manual/fr/gpl.xml
13708         * manual/fr/handling.xml
13709         * manual/fr/intro.xml
13710         * manual/fr/keyboard.xml
13711         * manual/fr/plugins.xml
13712         * manual/fr/starting.xml
13713         * manual/fr/sylpheed-claws-manual.xml
13714         * manual/fr/dist/.cvsignore
13715         * manual/fr/dist/Makefile.am
13716         * manual/fr/dist/html/.cvsignore
13717         * manual/fr/dist/html/Makefile.am
13718         * manual/fr/dist/pdf/.cvsignore
13719         * manual/fr/dist/pdf/Makefile.am
13720         * manual/fr/dist/ps/.cvsignore
13721         * manual/fr/dist/ps/Makefile.am
13722         * manual/fr/dist/txt/.cvsignore
13723         * manual/fr/dist/txt/Makefile.am
13724                 Add the french translation of the manual. Thanks to
13725                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13726                 account.xml, ack.xml, addrbook.xml and advanced.xml
13728 2006-04-08 [colin]      2.1.0cvs18
13730         * manual/plugins.xml
13731         * manual/starting.xml
13732                 More fixes
13734 2006-04-07 [colin]      2.1.0cvs17
13736         * manual/faq.xml
13737         * manual/intro.xml
13738         * manual/keyboard.xml
13739                 Little fixes
13741 2006-04-07 [colin]      2.1.0cvs16
13743         * README
13744         * src/compose.c
13745         * src/prefs_common.c
13746         * src/prefs_common.h
13747                 Add hidden compose_no_markup pref
13749 2006-04-07 [wwp]        2.1.0cvs15
13751         * src/summary_search.c
13752         * .cvsignore
13753                 Bugfix: stop button was sticky when searching in an empty folder.
13754                 Applied curly brackets code style to the whole file (summary_search.c).
13755                 More files to ignore.
13757 2006-04-07 [wwp]        2.1.0cvs14
13759         * src/message_search.c
13760         * src/summary_search.c
13761                 changed default button when search bumps at file/folder
13762                 beginning or end, for convenience (thanks to Colin).
13764 2006-04-07 [paul]       2.1.0cvs13
13766         * src/plugins/dillo_viewer/dillo_prefs.c
13767                 avoid future potential for namespace collision
13768                 Patch by Colin
13770 2006-04-06 [wwp]        2.1.0cvs12
13772         * src/summary_search.c
13773                 Unify extended/advanced searches names (and thus factorize labels),
13774                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13776 2006-04-06 [wwp]        2.1.0cvs11
13778         * src/folderview.c
13779         * src/prefs_themes.c
13780         * src/summaryview.c
13781                 Fixed some compilation warnings.
13783 2006-04-06 [colin]      2.1.0cvs10
13785         * manual/advanced.xml
13786                 Document the wizard template and how to deploy
13787                 Sylpheed-Claws effectively
13789 2006-04-06 [colin]      2.1.0cvs9
13791         * src/folderview.c
13792                 gettext patch to tell translators about _("#"),
13793                 by Maxim Britov
13795 2006-04-06 [colin]      2.1.0cvs8
13797         * src/textview.c
13798                 Fix invalid GtkTextBIter after clicking "Display as text"
13800 2006-04-06 [mones]      2.1.0cvs7
13802         * src/addr_compl.c
13803         * src/addrindex.c
13804         * src/addritem.c
13805         * src/codeconv.c
13806         * src/compose.c
13807         * src/filtering.c
13808         * src/folder.c
13809         * src/folder_item_prefs.c
13810         * src/folderview.c
13811         * src/localfolder.c
13812         * src/matcher.c
13813         * src/mimeview.c
13814         * src/prefs_msg_colors.c
13815         * src/prefs_spelling.c
13816         * src/prefs_themes.c
13817         * src/procmime.c
13818         * src/procmsg.c
13819         * src/stock_pixmap.c
13820         * src/summaryview.c
13821         * src/textview.c
13822         * src/toolbar.c
13823         * src/common/mgutils.c
13824         * src/common/prefs.c
13825         * src/common/ssl_certificate.c
13826         * src/gtk/colorlabel.c
13827         * src/gtk/quicksearch.c
13828         * src/plugins/pgpmime/pgpmime.c
13829         * src/plugins/spamassassin/spamassassin.c
13830                 Removed redundant NULL checks for g_free() calls.
13831                 Patch by Pawel Pekala.
13833 2006-04-06 [mones]      2.1.0cvs6
13835         * src/prefs_actions.c
13836         * src/prefs_filtering.c
13837         * src/prefs_filtering_action.c
13838         * src/prefs_matcher.c
13839         * src/prefs_template.c
13840         * src/gtk/gtkutils.c
13841         * src/gtk/gtkutils.h
13842                 Have a nice replace button. Patch by Pawel Pekala
13844 2006-04-06 [colin]      2.1.0cvs5
13846         * src/addressbook.c
13847                 Fix crash with empty columns
13849 2006-04-05 [colin]      2.1.0cvs4
13851         * src/wizard.c
13852         * src/prefs_gtk.c
13853                 Allow wizard customization with pre-filled values
13855 2006-04-05 [colin]      2.1.0cvs3
13857         * src/textview.c
13858         * src/mimeview.c
13859         * src/mimeview.h
13860                 Nicer messages in mimeview
13862 2006-04-05 [colin]      2.1.0cvs2
13864         * src/addressbook.c
13865         * src/prefs_summaries.c
13866                 i18n fix
13868 2006-04-05 [colin]      2.1.0cvs1
13870         * src/plugins/pgpcore/plugin.c
13871         * src/plugins/pgpcore/select-keys.c
13872         * src/plugins/pgpcore/select-keys.h
13873         * src/plugins/pgpcore/sgpgme.c
13874         * src/plugins/pgpcore/sgpgme.h
13875         * src/plugins/pgpinline/pgpinline.c
13876         * src/plugins/pgpinline/plugin.c
13877         * src/plugins/pgpmime/pgpmime.c
13878         * src/plugins/pgpmime/plugin.c
13879                 Factorize and generalize a bit 
13880                 Drop S/MIME signature verification from PGP/MIME
13881                 (adding it as another, more complete plugin)
13883 2006-04-05 [paul]       2.1.0
13885         2.1.0 released
13887 2006-04-05 [paul]       2.0.0cvs186
13889         * manual/advanced.xml
13890                 add info on colour labels
13892 2006-04-05 [paul]       2.0.0cvs185
13894         * po/bg.po
13895         * po/cs.po
13896         * po/de.po
13897         * po/el.po
13898         * po/en_GB.po
13899         * po/fi.po
13900         * po/fr.po
13901         * po/it.po
13902         * po/nl.po
13903         * po/pl.po
13904         * po/pt_BR.po
13905         * po/sr.po
13906         * po/zh_CN.po
13907                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
13908                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
13909                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
13910                 Guimaraes, Aleksandar Urosevic, Ralgh Young
13911         * src/gtk/authors.h
13912         * tools/claws.i18n.status.pl
13913                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
13914                 and new Czech translator, Tim <timbrain@post.cz>
13916 2006-04-05 [mones]      2.0.0cvs184
13918         * po/es.po
13919                 Updated translation
13921 2006-04-05 [colin]      2.0.0cvs183
13923         * src/gtk/quicksearch.c
13924                 Fix bug #929 (unnecessary reload in quick search bar)
13926 2006-04-05 [colin]      2.0.0cvs182
13928         * src/compose.c
13929                 Fix crash on Reply with no From:
13930                 Show signature and conversion error on queuing 
13931                 (but not sending)
13932         * src/mainwindow.c
13933         * src/summaryview.c
13934         * src/summaryview.h
13935                 Factorize threading code and make sure msginfo 
13936                 is not null when it comes from a GtkCTreeRow's 
13937                 data
13938         * src/gtk/gtkaspell.c
13939                 Check for necessary things
13940         * src/gtk/gtksctree.c
13941         * src/gtk/gtksctree.h
13942                 Reset anchor if necessary when removing node
13944 2006-03-29 [colin]      2.0.0cvs181
13946         * src/folderview.c
13947                 Warn for disabled IMAP accounts (due to lack of
13948                 libetpan). Breaks string-freeze - sorry - but it
13949                 is kind of important ;)
13951 2006-03-28 [colin]      2.0.0cvs180
13953         * src/gtk/gtkutils.c
13954         * src/gtk/gtkutils.h
13955                 Add a gtkut_get_link_btn() function that
13956                 creates a button which acts like an URI
13957         * src/prefs_themes.c
13958         * src/gtk/about.c
13959                 Use this function (factorizes codes)
13960         * src/common/defs.h
13961         * src/gtk/pluginwindow.c
13962                 Add a "Get more..." in the plugins window
13964 2006-03-28 [colin]      2.0.0cvs179
13966         * src/common/smtp.c
13967         * src/common/passcrypt.c
13968         * src/undo.c
13969                 Warning fixes. Patch by Pawel Pekala
13971 2006-03-27 [colin]      2.0.0cvs178
13973         * src/undo.c
13974                 Fix undoing by blocks with spaces
13976 2006-03-27 [colin]      2.0.0cvs177
13978         * src/textview.c
13979                 Set margin to 3px for headers
13981 2006-03-27 [paul]
13983         2.1.0-rc2 released
13985 2006-03-27 [wwp]        2.0.0cvs176
13987         * src/summaryview.c
13988                 don't reset quicksearch when updating the message list.
13989                 Thanks to Colin.
13991 2006-03-26 [wwp]        2.0.0cvs175
13993         * src/compose.c
13994                 use a unified border width ('other' tab in the compose window,
13995                 patch by Pawel Pekala).
13998 2006-03-26 [wwp]        2.0.0cvs174
14000         * src/common/quoted-printable.c
14001         * src/addressbook.c
14002                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14004 2006-03-26 [colin]      2.0.0cvs173
14006         * src/quote_fmt_parse.y
14007                 Fix non-UTF8 date formats messing up the whole quote a 
14008                 little bit
14010 2006-03-26 [colin]      2.0.0cvs172
14012         * src/procheader.c
14013                 Make sure the date is UTF8 valid, or try to make it
14014                 so. IncrediMail is really IncrediStupid.
14015         * src/compose.c
14016                 Fix possible conversions. 
14017                 
14019 2006-03-26 [colin]      2.0.0cvs171
14021         * src/matcher.c
14022                 Fix corner cases in body search. This is still a
14023                 hack... It seems impossible to make it good and 
14024                 reasonably fast at the same time.
14026 2006-03-26 [colin]      2.0.0cvs170
14028         * src/summaryview.c
14029                 I think I killed the twilight zone bug!
14030                 summary_select_node() flushes GTK events in order
14031                 to be able to center the view. But this also 
14032                 flushes keypresses like Ctrl-Alt-U, so this can
14033                 call summary_show from summary_select_node (itself
14034                 called from summary_show, etc.). And the summaryview
14035                 has to be unlocked in this function. So just locking
14036                 while processing GTK events, and bailing if locked, 
14037                 should fix it.
14038                 Fixes bug #927 (SIGSEGV during Update Summary)
14040 2006-03-25 [colin]      2.0.0cvs169
14042         * src/matcher.c
14043                 Fix search in QP-encoded bodies
14044                 Fix utf-8 searches in bodies encoded in the
14045                 locale's encoding
14046         * src/common/quoted-printable.c
14047         * src/common/quoted-printable.h
14048                 Add a decode function that doesn't overwrite
14049                 the original pointer
14050                 
14052 2006-03-24 [colin]      2.0.0cvs168
14054         * src/action.c
14055         * src/summaryview.c
14056         * src/summaryview.h
14057                 Update message cache after action
14058                 Patch by H. Merijn Brand
14059         * src/prefs_msg_colors.c
14060                 Factorize label 
14061                 Patch by Fabien Vantard
14062         * src/plugins/spamassassin/spamassassin_gtk.c
14063                 Remove useless translation
14064                 Patch by Fabien Vantard
14066 2006-03-23 [colin]      2.0.0cvs167
14068         * src/common/ssl.c
14069                 Let 30 seconds to SSL_connect
14071 2006-03-23 [wwp]        2.0.0cvs166
14073         * src/summaryview.c
14074         * src/gtk/description_window.c
14075                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14076                 and headers are translated; adjust description windows' width to fit their
14077                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14079 2006-03-23 [paul]       2.0.0cvs165
14081         * src/common/utils.c
14082                 fix highlighting of URIs containing "()"
14083                 (2.0.0cvs164's reversal fixed)
14084                 Thanks to Colin.
14086 2006-03-23 [paul]       2.0.0cvs164
14088         * src/common/utils.c
14089                 revert patch, (postponing a fix), at 2.0.0cvs120
14090                 as it breaks more URIs than it fixes.
14091                 Allow '-' to be a terminating character in a URI
14093 2006-03-22 [colin]      2.0.0cvs163
14095         * configure.ac
14096                 Require libetpan 0.45
14097                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14099 2006-03-22 [paul]       2.0.0cvs162
14101         * src/editgroup.c
14102                 replace '<-' and '->' buttons with GTK_STOCK graphical
14103                 buttons
14104         * src/summary_search.c
14105                 don't offer '...' for translation
14106                 add a tooltip to advanced search '...' button
14107         * src/gtk/quicksearch.c
14108                 don't offer '...' for translation
14110 2006-03-21 [colin]      2.0.0cvs161
14112         * src/compose.c
14113                 Fix middle-click pasting (insert at click
14114                 position instead of cursor position, don't
14115                 remove existing selection and allow pasting
14116                 our own selection)
14117         * src/addressbook.c
14118                 "LDAP Server" -> "LDAP servers"
14120 2006-03-21 [wwp]        2.0.0cvs160
14122         * src/etpan/imap-thread.c
14123                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14125 2006-03-20 [colin]      2.0.0cvs159
14127         * src/summaryview.c
14128                 Don't reload summaryview after an execute with no
14129                 move action
14131 2006-03-19 [colin]      2.0.0cvs158
14133         * src/addressbook.c
14134                 and put groups at the top, always
14136 2006-03-19 [colin]      2.0.0cvs157
14138         * src/addressbook.c
14139                 Order groups before names, as previously
14141 2006-03-19 [colin]      2.0.0cvs156
14143         * src/addressbook.c
14144                 - Sort case-unsensitive
14145                 - Put the sort arrow at opening too
14147 2006-03-19 [wwp]        2.0.0cvs155
14149         * src/addressbook.c
14150                 allow sorting by name/email/remarks, ensure that right-pane's contents
14151                 matches the left-pane selection (cleared when appropriate).
14152                 Patch by Pawel Pekala <c0rn@o2.pl>.
14154 2006-03-18 [colin]      2.0.0cvs154
14156         * src/textview.c
14157                 Fix text cursor ;)
14159 2006-03-18 [colin]      2.0.0cvs153
14161         * src/gtk/filesel.c
14162                 Make sure we hide the preview if we didn't get
14163                 a filename
14165 2006-03-18 [colin]      2.0.0cvs152
14167         * src/summaryview.c
14168                 Set cursor to watch for execution (fixes lack
14169                 of watch-cursor when dnd'ing hundreds of mails)
14170         * src/gtk/filesel.c
14171                 Check that mime type is 'image/*' before updating
14172                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14174 2006-03-18 [colin]      2.0.0cvs151
14176         * src/mainwindow.c
14177         * src/textview.c
14178         * src/textview.h
14179                 Put a watch cursor in textview too when the mainwindow's
14180                 cursor in a watch
14182 2006-03-18 [colin]      2.0.0cvs150
14184         * src/folder.c
14185                 Change wrong asserts to simple tests
14187 2006-03-17 [colin]      2.0.0cvs149
14189         * src/mainwindow.c
14190         * src/mainwindow.h
14191         * src/prefs_msg_colors.c
14192         * src/summaryview.c
14193         * src/summaryview.h
14194         * src/gtk/colorlabel.c
14195         * src/gtk/colorlabel.h
14196                 Add a color label menu in the main menubar
14197                 Add (fixed) accels Ctrl-{0-7} to change the color
14198                 They have to be fixed because the menu's dynamic,
14199                 the items are complex widgets, hence we can't use
14200                 a GtkItemFactory.
14203 2006-03-17 [wwp]        2.0.0cvs148
14205         * src/compose.c
14206                 rollback few lines from my previous commit (those lines come from
14207                 a pending patch, accidentally commited, even if neutral as they are
14208                 commented out).
14210 2006-03-17 [wwp]        2.0.0cvs147
14212         * src/compose.c
14213                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14214                 applied code style/indentation to the modified function.
14216 2006-03-17 [wwp]        2.0.0cvs146
14218         * src/procmsg.c
14219         * src/compose.c
14220                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14222 2006-03-17 [paul]
14224         2.1.0-rc1 released
14226 2006-03-17 [paul]       2.0.0cvs145
14228         * src/main.c
14229                 addressbook_read_file() was called twice
14230         * src/textview.c
14231                 X-Mailer highlighting
14233 2006-03-16 [colin]      2.0.0cvs144
14235         * src/sourcewindow.c
14236         * src/sourcewindow.h
14237                 And the last one, in source window.
14239 2006-03-16 [colin]      2.0.0cvs143
14241         * src/compose.c
14242         * src/compose.h
14243                 Fix the same stuff in compose
14245 2006-03-16 [colin]      2.0.0cvs142
14247         * src/messageview.c
14248                 Complete the previous messageview crash fix
14250 2006-03-16 [colin]      2.0.0cvs141
14252         * src/procmsg.h
14253         * src/procmsg.c
14254         * src/folder.c
14255                 Fix POSTPROCESSING hook
14256                 Patch by H. Merijn Brand
14258         * src/procmime.c
14259         * src/procmime.h
14260                 Parse Content-Location
14262         * src/toolbar.c
14263         * src/messageview.c
14264         * src/messageview.h
14265                 Don't crash when a top-level MessageView has
14266                 been closed on us. Same problematic than
14267                 yesterday's quicksearch issue.
14269 2006-03-15 [colin]      2.0.0cvs140
14271         * src/gtk/quicksearch.c
14272                 Fix a bitchy race we didn't think about when we
14273                 added quicksearch cancellation:
14274                 If the search is not on cached fields, for example
14275                 body_part matchcase "stuff"
14276                 the matcher code has to get the whole message. If
14277                 we're on IMAP, that can be slow, and in order to
14278                 be non-blocking, the IMAP code idle loop processes
14279                 gtk events too. So it is possible to cancel a
14280                 quicksearch while the matcher is getting the mail's
14281                 body. After matcher got its body, it will start to
14282                 iterate over the matcher list that the Quicksearch's
14283                 clear_search_cb() just freed via prepare_matcher().
14284                 SIGSEGV ensues.
14285                 The fix consists of guarding the matcherlist_match()
14286                 call with a boolean 'matching'. If we reset the
14287                 quicksearch while matching is TRUE, we don't free
14288                 the matcherlist anymore like we did, but we set
14289                 another new flag, deferred_free, to TRUE. Then,
14290                 in quicksearch_match(), just after returning from
14291                 matcherlist_match() and unsetting the matching flag,
14292                 we check the deferred_free flag and do the
14293                 prepare_matcher() (which does the matcherlist_free)
14294                 for real, so we free the matcherlist once it's not
14295                 used anymore.
14296                 As all of this runs via the glib main loop, we
14297                 luckily don't need a mutex.
14298         * src/summaryview.c
14299                 Also, show progress while searching.
14302 2006-03-14 [colin]      2.0.0cvs139
14304         * src/alertpanel.c
14305                 Make alertpanel_is_open non-static
14307 2006-03-14 [colin]      2.0.0cvs138
14309         * src/prefs_spelling.c
14310                 Cleanups - Fabien Vantard
14312 2006-03-14 [wwp]        2.0.0cvs137
14314         * src/main.c
14315                 code style normalization (curly braces, indentation).
14317 2006-03-14 [wwp]        2.0.0cvs137
14319         * src/main.c
14320                 code style (braces, indentation)
14322 2006-03-12 [paul]       2.0.0cvs136
14324         * src/prefs_common.c
14325                 trans_hdr defaults to FALSE to be RFC-savvy
14326         * src/prefs_summaries.c
14327                 add a tooltip to the trans_hdr option
14328                 
14330 2006-03-12 [paul]       2.0.0cvs135
14332         * src/prefs_matcher.c
14333                 give a little more width to the combos
14334         * src/prefs_display_header.c
14335         * src/textview.c
14336                 translate headers if prefs_common.trans_hdr
14337                 is TRUE
14339         Patches by Pawel Pekala
14341 2006-03-12 [paul]       2.0.0cvs134
14343         * src/plugins/clamav/clamav_plugin.c
14344         * src/plugins/dillo_viewer/dillo_viewer.c
14345         * src/plugins/pgpcore/plugin.c
14346         * src/plugins/pgpinline/plugin.c
14347         * src/plugins/pgpmime/plugin.c
14348         * src/plugins/spamassassin/spamassassin.c
14349                 update/add to descriptions
14350         * src/plugins/spamassassin/spamassassin_gtk.c
14351                 fixes to the english, remove superfluous
14352                 tooltips, clean up a little
14354 2006-03-12 [paul]       2.0.0cvs133
14356         * src/compose.c
14357                 fix Bug 924, 'Account combo box shows up wrong 
14358                 if & is in account name'
14360 2006-03-11 [colin]      2.0.0cvs132
14362         * src/summaryview.c
14363                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14364                 messed up shift-selection because is slows down
14365                 moving around summaryview. thanks -users
14367 2006-03-10 [colin]      2.0.0cvs131
14369         * src/plugins/spamassassin/spamassassin_gtk.c
14370                 Put back Paul's engrish fixes
14372 2006-03-10 [colin]      2.0.0cvs130
14374         * src/plugins/spamassassin/spamassassin.c
14375         * src/plugins/spamassassin/spamassassin.h
14376         * src/plugins/spamassassin/spamassassin_gtk.c
14377                 Cleanup SA prefs page (more)
14378                 Patch by Fabien Vantard
14380 2006-03-10 [paul]       2.0.0cvs129
14382         * src/prefs_msg_colors.c
14383         * src/prefs_spelling.c
14384                 widget sensitivity
14386 2006-03-09 [mones]      2.0.0cvs128
14388         * po/es.po
14389                 Update for next RC
14391 2006-03-09 [wwp]        2.0.0cvs127
14393         * configure.ac
14394                 revert accidental commit (requirement for libetpan 0.43), this time
14395                 not in HEAD.
14397 2006-03-09 [wwp]        2.0.0cvs125
14399         * configure.ac
14400                 revert accidental commit (requirement for libetpan 0.43)
14402 2006-03-09 [paul]       2.0.0cvs126
14404         * src/prefs_receive.c
14405                 remove useless frame
14406                 replace 'incorporation' with 'receiving'
14407         * src/plugins/clamav/clamav_plugin_gtk.c
14408         * src/plugins/spamassassin/spamassassin_gtk.c
14409                 improve widget sensitivity
14410                 fix a bit his engrish
14412 2006-03-09 [wwp]        2.0.0cvs125
14414         * src/addressadd.c
14415         * src/foldersel.c
14416         * src/prefs_common.c
14417         * src/prefs_common.h
14418                 remember some more windows' sizes (add to addressbook and
14419                 select folder).
14421 2006-03-09 [paul]       2.0.0cvs124
14423         * src/plugins/pgpcore/prefs_gpg.c
14424                 normalise construction of dialogue
14426 2006-03-09 [paul]       2.0.0cvs123
14428         * src/plugins/trayicon/Makefile.am
14429                 add missing slash
14431 2006-03-08 [colin]      2.0.0cvs122
14433         * src/plugins/trayicon/Makefile.am
14434                 Fix build in separate dir 
14435                 Patch by Bamanzi <bamanzi@gmail.com>
14437 2006-03-08 [colin]      2.0.0cvs121
14439         * src/procmsg.c
14440                 Batch move and copies from summaryview with delayed execution
14441                 too
14443 2006-03-07 [paul]       2.0.0cvs120
14445         * src/common/utils.c
14446                 fix highlighting of URIs containing "()"
14447                 Patch by Pawel Pekala
14449 2006-03-07 [paul]       2.0.0cvs119
14451         * src/folder.c
14452         * src/folder.h
14453         * src/folderview.c
14454                 immediately do alphabetical resort when
14455                 changing a folder's name
14456                 Patch by Pawel Pekala
14458 2006-03-07 [paul]       2.0.0cvs118
14460         * src/news.c
14461         * src/news_gtk.c
14462                 when unsubscribing a newsgroup, remove the
14463                 folder and msgs in .sylpheed-claws/newscache
14464                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14466 2006-03-07 [paul]       2.0.0cvs117
14468         * src/textview.c
14469                 fix wrong Fake URL Warning
14470                 Thanks to Hiro
14472 2006-03-07 [colin]      2.0.0cvs116
14474         * src/imap.c
14475                 Return immediately when password dialog was
14476                 cancelled
14477         * src/gtk/inputdialog.c
14478                 Allow empty strings for passwords
14481 2006-03-06 [colin]      2.0.0cvs115
14483         * src/imap.c
14484                 Prevent double-timeouts when connection fails
14486 2006-03-06 [colin]
14488         2.0.1-rc1 released
14490 2006-03-06 [colin]      2.0.0cvs114
14492         * src/imap.c
14493                 Refresh session during potentially long
14494                 operations
14496 2006-03-06 [wwp]        2.0.0cvs113
14498         * src/prefs_msg_colors.h
14499                 forgot that one (custom color labels).
14501 2006-03-06 [wwp]        2.0.0cvs112
14503         * src/prefs_common.c
14504         * src/prefs_common.h
14505         * src/prefs_msg_colors.c
14506         * src/summaryview.c
14507         * src/summaryview.h
14508         * src/gtk/colorlabel.c
14509         * src/gtk/colorlabel.h
14510                 colors in messages list are now customizable. Color values and names can
14511                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14512                 Thanks to Paul and Colin for their help with this longstanding patch!
14514 2006-03-06 [wwp]        2.0.0cvs111
14516         * src/textview.c
14517                 don't crash if (x)face is bad.
14519 2006-03-05 [paul]       2.0.0cvs110
14521         * AUTHORS
14522         * configure.ac
14523         * src/Makefile.am
14524         * src/common/Makefile.am
14525         * src/common/utils.h
14526         * src/etpan/imap-thread.c
14527         * src/gtk/authors.h
14528         * src/plugins/clamav/Makefile.am
14529         * src/plugins/demo/Makefile.am
14530         * src/plugins/dillo_viewer/Makefile.am
14531         * src/plugins/pgpcore/Makefile.am
14532         * src/plugins/pgpcore/passphrase.c
14533         * src/plugins/pgpinline/Makefile.am
14534         * src/plugins/pgpmime/Makefile.am
14535         * src/plugins/spamassassin/Makefile.am
14536         * src/plugins/trayicon/Makefile.am
14537                 fix builiding on cygwin
14538                 Patch by Ralgh Young <bamanzi@gmail.com>
14540 2006-03-04 [wwp]        2.0.0cvs109
14542         * manual/keyboard.xml
14543                 fix mixed up/down keys.
14545 2006-03-04 [wwp]        2.0.0cvs108
14547         * README
14548         * INSTALL
14549                 updated links to SpamAssassin.
14551 2006-03-04 [wwp]        2.0.0cvs107
14553         * manual/plugins.xml
14554         * src/plugins/spamassassin/README
14555                 updated SpamAssassin plugin docs to reflect new functional additions
14556                 (also fix/update/documents few technical stuff more, see the README).
14558 2006-03-04 [wwp]        2.0.0cvs106
14560         * src/prefs_message.c
14561                 normalized capitalization of message-prefs paths.
14563 2006-03-04 [wwp]        2.0.0cvs105
14565         * manual/advanced.xml
14566                 typo.
14568 2006-03-03 [colin]      2.0.0cvs104
14570         * src/plugins/clamav/clamav_plugin_gtk.c
14571                 Rework prefs page, patch by Fabien 
14573 2006-03-03 [colin]      2.0.0cvs103
14575         * src/plugins/clamav/clamav_plugin.c
14576                 Set error on all errors
14578 2006-03-03 [colin]      2.0.0cvs102
14580         * src/common/plugin.c
14581                 Initialize error to avoid crashing when a plugin fails
14582                 without setting error
14584 2006-03-02 [wwp]        2.0.0cvs101
14586         * configure.ac
14587                 fixed linker flags for libetpan support on Cygwin
14588                 (thanks to H.Merijn Brand).
14590 2006-03-02 [wwp]        2.0.0cvs100
14592         * src/addressbook.c
14593                 fix some AB error messages: one for punctuation and
14594                 one wrongly duplicate (thanks, maxbritov).
14596 2006-03-02 [wwp]        2.0.0cvs99
14598         * src/plugins/spamassassin/spamassassin.c
14599                 make sync calls to sa-learn/spamc to prevent
14600                 system (whatever local or client/server) overload.
14602 2006-03-02 [colin]      2.0.0cvs98
14604         * src/summaryview.c
14605                 Put the spam icon in the status column instead of the
14606                 mark one
14608 2006-03-01 [colin]      2.0.0cvs97
14610         * src/plugins/spamassassin/spamassassin.c
14611                 Fix segfault (g_file_set_contents fails for some 
14612                 reason and err==0x2f. Can't find out why with
14613                 valgrind, using working function :-)
14615 2006-03-01 [colin]      2.0.0cvs96
14617         * src/inc.c
14618                 Offline overriding: let 'No' be cached only 3 seconds
14620 2006-03-01 [colin]      2.0.0cvs95
14622         * src/addr_compl.c
14623         * src/addrbook.c
14624         * src/addressbook.c
14625         * src/addrindex.c
14626         * src/folder_item_prefs.c
14627         * src/headerview.c
14628         * src/imap.c
14629         * src/inc.c
14630         * src/ldif.c
14631         * src/mainwindow.c
14632         * src/mh.c
14633         * src/msgcache.c
14634         * src/prefs_common.h
14635         * src/prefs_msg_colors.c
14636         * src/procheader.c
14637         * src/procheader.h
14638         * src/procmime.c
14639         * src/procmsg.c
14640         * src/procmsg.h
14641         * src/send_message.h
14642         * src/simple-gettext.c
14643         * src/summaryview.c
14644         * src/summaryview.h
14645         * src/syldap.c
14646         * src/textview.c
14647         * src/undo.c
14648         * src/common/ssl_certificate.c
14649         * src/common/utils.c
14650         * src/gtk/colorsel.c
14651         * src/gtk/gtksctree.c
14652         * src/gtk/gtkshruler.c
14653         * src/plugins/trayicon/trayicon.c
14654                 #if 0 goes to /dev/null
14656 2006-03-01 [colin]      2.0.0cvs94
14658         * src/compose.c
14659         * src/imap.c
14660         * src/inc.c
14661         * src/inc.h
14662         * src/messageview.c
14663         * src/news.c
14664         * src/plugins/spamassassin/spamassassin.c
14665                 Allow to add information in the "working offline"
14666                 window
14668 2006-03-01 [wwp]        2.0.0cvs93
14670         * src/plugins/spamassassin/spamassassin.c
14671                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14672                 'cause it seems that calling `spamc ... < inputfile` with
14673                 g_spawn_(a)sync simply.. erm doesn't work :-).
14675 2006-03-01 [wwp]        2.0.0cvs92
14677         * src/toolbar.c
14678         * src/toolbar.h
14679                 simplify the adding of spam/ham button to the messageview toolbar
14680                 (it gets more clear now that the same button will be "Mark as spam"
14681                 or "Mark as ham" according to the current message status,
14682                 thanks to Colin).
14684 2006-03-01 [wwp]        2.0.0cvs91
14686         * src/messageview.c
14687         * src/procmsg.c
14688         * src/procmsg.h
14689         * src/summaryview.c
14690         * src/plugins/spamassassin/spamassassin.c
14691         * src/plugins/spamassassin/spamassassin.h
14692                 make learner callbacks return a status (0 for ok),
14693                 handle it in main code to avoid setting flags when learning failed,
14694                 don't learn on TCP if offline in spamassassin,
14695                 thanks to Colin.
14697                 
14699 2006-03-01 [wwp]        2.0.0cvs90
14701         * src/compose.c
14702                 some work around the compose window's account menu,
14703                 patch by Fabien Vantard.
14705 2006-03-01 [wwp]        2.0.0cvs89
14707         * src/plugins/spamassassin/spamassassin.c
14708                 fixed bad logics, was using spamc in local mode and sa-learn
14709                 in remote mode (thanks, Colin).
14711 2006-03-01 [wwp]        2.0.0cvs88
14713         * src/plugins/spamassassin/spamassassin.c
14714         * src/plugins/spamassassin/spamassassin.h
14715         * src/plugins/spamassassin/spamassassin_gtk.c
14716                 made processing of emails w/ sa-plugin an option (default is TRUE),
14717                 fixed Engrish some tooltips, capitalization of some debug messages
14718                 and warnings. The spamassassin plugin now provides two separate
14719                 services: process emails upon incorporation and spamd training.
14720                 Both services (un)register independently but use some common
14721                 plugin settings (transport settings, spam storage location).
14723 2006-02-28 [wwp]        2.0.0cvs87
14725         * src/plugins/spamassassin/spamassassin.c
14726                 fix async flag to spamc cmdline execution (batch exec should
14727                 be asynchronous).
14729 2006-02-27 [wwp]        2.0.0cvs86
14731         * src/plugins/spamassassin/spamassassin.c
14732         * src/plugins/spamassassin/spamassassin.h
14733         * src/plugins/spamassassin/spamassassin_gtk.c
14734                 - added the ability to learn a remote spamassassin server (spamd),
14735                 using spamc.
14736                 - added the spamassassin option 'username', that applies to all
14737                 spamassassin operations (filtering, learning, local or remote).
14738                 The default username is the current unix user (if left blank
14739                 from gtk prefs or config file).
14740                 - commented out some unused code (notebook widget), removed unused
14741                 layout (hbox1).
14742                 - make more widgets sensitive to the transport type.
14744 2006-02-27 [colin]      2.0.0cvs85
14746         * src/plugins/spamassassin/spamassassin.c
14747                 Fix sa-learn call when offline
14749 2006-02-27 [colin]      2.0.0cvs84
14751         * configure.ac
14752         * src/Makefile.am
14753         * src/mainwindow.c
14754         * src/mainwindow.h
14755         * src/messageview.c
14756         * src/messageview.h
14757         * src/prefs_toolbar.c
14758         * src/procmsg.c
14759         * src/stock_pixmap.c
14760         * src/stock_pixmap.h
14761         * src/summaryview.c
14762         * src/toolbar.c
14763         * src/toolbar.h
14764         * src/pixmaps/ham_btn.xpm
14765         * src/pixmaps/spam.xpm
14766         * src/pixmaps/spam_btn.xpm
14767         * src/plugins/spamassassin/spamassassin.c
14768                 Add button in toolbar for spam learning
14769                 Fix a few bugs from the last related commit
14770                 Revert 1.9.6cvs23 which messed up shift-selection
14772 2006-02-24 [colin]      2.0.0cvs83
14774         * src/procmsg.c
14775         * src/summaryview.c
14776         * src/summaryview.h
14777         * src/plugins/spamassassin/spamassassin.c
14778         * src/plugins/spamassassin/spamassassin.h
14779         * src/plugins/spamassassin/spamassassin_gtk.c
14780                 Unregister learner when spamassassin is either
14781                 disabled or over tcp
14783 2006-02-24 [colin]      2.0.0cvs82
14785         * src/Makefile.am
14786         * src/mainwindow.c
14787         * src/mainwindow.h
14788         * src/procmsg.c
14789         * src/procmsg.h
14790         * src/stock_pixmap.c
14791         * src/stock_pixmap.h
14792         * src/summaryview.c
14793         * src/summaryview.h
14794         * src/gtk/icon_legend.c
14795         * src/pixmaps/spam.xpm  ** NEW FILE **
14796         * src/plugins/spamassassin/spamassassin.c
14797         * src/plugins/spamassassin/spamassassin_gtk.c
14798                 Add spam learning interface (Mark/Mark as 
14799                 (spam|ham) menus)
14801 2006-02-24 [wwp]        2.0.0cvs81
14803         * src/compose.c
14804         * src/compose.h
14805         * src/filtering.c
14806                 hide compose window when sending message in batch mode
14807                 (filtering: forward and redirect). Also fixed a wrong
14808                 value returned when sending failed, neutral anyway.
14809                 (Colin, me) 
14811 2006-02-24 [wwp]        2.0.0cvs80
14813         * src/mainwindow.c
14814                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14816 2006-02-24 [paul]       2.0.0cvs79
14818         * src/news.c
14819         * src/news.h
14820         * src/news_gtk.c
14821                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14822                 Thanks to Colin
14824 2006-02-23 [colin]      2.0.0cvs78
14826         * src/alertpanel.c
14827                 Change OK to Close in alertpanel with View log
14828                 button; add accel to View log. Patch by Fabien
14829                 Vantard
14831 2006-02-23 [wwp]        2.0.0cvs77
14833         * src/compose.c
14834                 silly me, there were much more tests to perform, since toolbars can
14835                 really have down to 1 element only.
14837 2006-02-23 [wwp]        2.0.0cvs76
14839         * commitHelper
14840                 fixed indentation from my previous commit. Fallback to VISUAL if
14841                 EDITOR is not set (and to vi, at last resort).
14843 2006-02-23 [wwp]        2.0.0cvs75
14845         * commitHelper
14846                 improved error detection (Colin, me).
14848 2006-02-23 [wwp]        2.0.0cvs74
14850         * src/prefs_toolbar.c
14851                 simplify and fix prefs/toolbars layouting. Combos' contents can
14852                 now be really displayed.
14854 2006-02-23 [wwp]        2.0.0cvs73
14855         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14856         be really displayed.
14858 2006-02-22 [wwp]        2.0.0cvs72
14860         * src/compose.c
14861                 fix a typo in my previous commit (sorry!).
14863 2006-02-22 [wwp]        2.0.0cvs71
14865         * src/prefs_toolbar.c
14866                 fix a crash when adding separators to toolbars,
14867                 also fix some separator item information.
14869 2006-02-22 [wwp]        2.0.0cvs70
14871         * src/compose.c
14872                 fix a crash when redirecting (for instance) when compose window's
14873                 toolbar contents has been customized (when some buttons have been
14874                 removed in fact).
14876 2006-02-21 [wwp]        2.0.0cvs69
14878         * src/summaryview.c
14879         * src/gtk/pluginwindow.c
14880         * src/plugins/pgpcore/prefs_gpg.c
14881                 fix some compilation warnings (feat. remains of removed code).
14883 2006-02-21 [wwp]        2.0.0cvs68
14885         * src/gtk/gtkutils.c
14886                 fix two compilation issues, thanks to Stephan Sachse.
14888 2006-02-20 [colin]      2.0.0cvs67
14890         * src/mainwindow.c
14891                 Don't reselect displayed mail on refocus
14892                 This fixes actions misbehaving 
14894 2006-02-20 [wwp]        2.0.0cvs66
14896         * src/summaryview.c
14897         * src/gtk/gtksctree.c
14898         * src/gtk/gtkshruler.c
14899                 changed more runtime typecast checks.
14901 2006-02-20 [wwp]        2.0.0cvs65
14903         * src/summary_search.c
14904                 find all - summaryview refresh issue fixed, thanks to Colin.
14906 2006-02-20 [wwp]        2.0.0cvs64
14908         * src/gtk/gtkutils.c
14909                 better runtime typecast checks.
14911 2006-02-20 [wwp]        2.0.0cvs63
14913         * src/summary_search.c
14914                 enhancements to the summary search:
14915                         - add the ability to stop the running search
14916                           (upon ESC-key press, new Stop button or when Clear button is pressed)
14917                         - don't search if no criteria (From/To/Subject/Body) is set
14918                         - ensure that a busy mouse pointer is always shown when searching,
14919                           show it even a bit earlier
14921 2006-02-19 [colin]      2.0.0cvs62
14923         * src/compose.c
14924         * src/imap.c
14925         * src/etpan/imap-thread.c
14926         * src/etpan/imap-thread.h
14927                 (Future) IMAP speed improvement on sending
14928                 Will require a libetpan update
14929         * src/summaryview.c
14930         * src/gtk/quicksearch.c
14931                 Make quicksearch clearable while running.
14933 2006-02-17 [colin]      2.0.0cvs61
14935         * src/imap.c
14936         * src/etpan/imap-thread.c
14937         * src/etpan/imap-thread.h
14938                 Check for IMAP certificates
14939                 ** Requires libetpan-0.42-cvs4 
14940                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
14942 2006-02-17 [colin]      2.0.0cvs60
14944         * src/messageview.c
14945         * src/prefs_common.c
14946         * src/prefs_common.h
14947         * src/prefs_message.c
14948                 Add pref to display HTML-only mails with plugin, 
14949                 if possible (defaulting to FALSE of course).
14951 2006-02-16 [colin]      2.0.0cvs59
14953         * src/main.c
14954         * src/common/plugin.c
14955         * src/common/plugin.h
14956         * src/gtk/pluginwindow.c
14957                 Keep track of requested (but unloaded) plugins
14958                 in some error cases.
14960 2006-02-16 [wwp]        2.0.0cvs58
14962         * src/gtk/gtkaspell.c
14963         * src/gtk/gtkaspell.h
14964         * src/prefs_spelling.c
14965         * src/compose.c
14966         * src/prefs_common.c
14967         * src/prefs_common.h
14968                 implemented new optional spellchecker behaviour: re-check message when
14969                 dictionary got changed (from compose-window/context-menu/Change dictionary).
14971 2006-02-16 [wwp]        2.0.0cvs57
14973         * src/quote_fmt_parse.y
14974                 pclose popen'ed pipe.
14976 2006-02-15 [colin]      2.0.0cvs56
14978         * src/mimeview.c
14979         * src/mimeview.h
14980                 Let MimeViewers know which MimeView they
14981                 depend of.
14982         * src/summaryview.c
14983                 Swap From/To columns in Sent/Queue/Drafts
14984                 folders
14985         * src/etpan/imap-thread.c
14986                 Use mailstream_low_tls_open() for STARTTLS
14987                 instead of mailstream_low_ssl_open()
14988                 ** REQUIRES libetpan 0.42cvs3 **
14990 2006-02-15 [wwp]        2.0.0cvs55
14992         * src/compose.c
14993         * src/compose.h
14994         * src/message_search.c
14995         * src/message_search.h
14996         * src/textview.c
14997         * src/gtk/gtkutils.c
14998         * src/gtk/gtkutils.h
14999                 added the ability to Find text in the compose window (and a bit
15000                 of code factorization).
15002 2006-02-15 [wwp]        2.0.0cvs54
15004         * src/prefs_gtk.c
15005                 yet another one file was missing (fix for some widgets' sensitivity).
15006                 Thanks Colin!
15008 2006-02-15 [wwp]        2.0.0cvs53
15010         * src/prefs_gtk.h
15011                 oops forgot that file (fix for some widgets' sensitivity).
15013 2006-02-15 [wwp]        2.0.0cvs52
15015         * src/summary_search.c
15016                 implemented advanced summary search options (added the ability
15017                 to use matcher conditions in an advanced search mode).
15019 2006-02-15 [wwp]        2.0.0cvs51
15021         * src/plugins/pgpcore/prefs_gpg.c
15022         * src/prefs_account.c
15023                 fix some widget sensitivity, mostly around some labels in
15024                 account prefs.
15026 2006-02-15 [paul]       2.0.0cvs50
15028         * manual/advanced.xml
15029                 improve Templates info
15030                 written by wwp
15032 2006-02-14 [colin]      2.0.0cvs49
15034         * src/pixmaps/address_book.xpm
15035         * src/pixmaps/preferences.xpm
15036         * src/pixmaps/properties.xpm
15037                 Fix pixmap size - patch by Fabien Vantard
15039 2006-02-13 [colin]      2.0.0cvs48
15041         * src/procmime.c
15042                 Add missing fclose()s on error
15043         * src/textview.c
15044                 Remove unused code
15045         * src/common/utils.c
15046                 Fix temp files not being deleted on windows
15047         Patches by Thomas Gilgin
15049 2006-02-13 [colin]      2.0.0cvs47
15051         * src/mainwindow.c
15052                 Fix exit crash
15054 2006-02-13 [wwp]        2.0.0cvs46
15056         * src/plugins/pgpcore/prefs_gpg.c
15057                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15059 2006-02-12 [colin]      2.0.0cvs45
15061         * src/folderview.c
15062         * src/main.c
15063         * src/mainwindow.c
15064                 Fix "stuff" when quitting
15066 2006-02-12 [wwp]        2.0.0cvs44
15068         * src/prefs_themes.c
15069                 fix typos in debug messages.
15071 2006-02-11 [colin]      2.0.0cvs43
15073         * src/summaryview.c
15074                 don't allow drag/drop from ourself
15076 2006-02-10 [wwp]        2.0.0cvs42
15078         * src/exporthtml.c
15079         * src/html.c
15080         * src/html.h
15081         * src/procmime.c
15082         * src/textview.c
15083                 renamed html_ prefixed functions and data structures to avoid
15084                 namespace clashes w/ other software (gtkhtml2 for instance).
15085                 Closes bug #907.
15088 2006-02-09 [colin]      2.0.0cvs41
15090         * src/summaryview.c
15091                 Fix shitty logic messed up. Thanks Ticho for the hint!
15093 2006-02-09 [wwp]        2.0.0cvs40
15095         * src/gtk/about.c
15096         * src/compose.c
15097         * src/prefs_account.c
15098         * src/prefs_gtk.h
15099         * src/editaddress.c
15100                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15101                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15102                 Browse buttons in accounts prefs.
15104 2006-02-09 [colin]      2.0.0cvs39
15106         * src/matcher.c
15107                 Check for pointer before using its members
15108         * src/gtk/gtksourceprintjob.c
15109                 Fix a wrong warning
15111 2006-02-09 [wwp]        2.0.0cvs38
15113         * src/gtk/filesel.c
15114                 fix few compiler warnings (type mismatch).
15116 2006-02-09 [paul]       2.0.0cvs37
15118         * po/fr.po
15119                 updated by Fabien Vantard
15121 2006-02-08 [colin]      2.0.0cvs36
15123         * src/prefs_common.c
15124         * src/common/defs.h
15125         * src/common/plugin.c
15126                 allow windows and linux configurations to coexist
15127                 patch by Thomas Gilgin
15129 2006-02-08 [colin]      2.0.0cvs35
15131         * src/filtering.c
15132         * src/matcher.c
15133         * src/matcher.h
15134         * src/matcher_parser_parse.y
15135         * src/prefs_filtering_action.c
15136         * src/prefs_matcher.c
15137                 Add the "Ignore thread" filtering
15138                 action
15140 2006-02-08 [colin]      2.0.0cvs34
15142         * src/compose.c
15143         * src/procmime.c
15144         * src/procmime.h
15145                 Fix bug #905 (damaged attachment)
15146                 text files with raw \0's aren't really text files
15147         FOR_STABLE
15149 2006-02-08 [colin]      2.0.0cvs33
15151         * src/summaryview.c
15152                 Fix crasher introduced yesterday
15154 2006-02-08 [wwp]        2.0.0cvs32
15156         * src/compose.c
15157         * src/compose.h
15158                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15160 2006-02-08 [wwp]        2.0.0cvs31
15162         * src/prefs_template.c
15163                 templates enhancement: allow address completion for Cc and Bcc fields
15164                 (it was currently possible for the To field only)
15166 2006-02-08 [colin]      2.0.0cvs30
15168         * src/compose.c
15169                 Don't unblock if not blocked
15170         FOR_STABLE
15172 2006-02-07 [colin]      2.0.0cvs29
15174         * src/action.c
15175                 Forgot to refresh summaryview
15177 2006-02-07 [colin]      2.0.0cvs28
15179         * src/action.c
15180                 Freeze/thaw message list and folder list while
15181                 processing %as{} actions 
15182         * src/compose.c
15183                 Fix auto-wrap disabling after a middle-click
15184                 paste - FOR_STABLE
15186 2006-02-07 [paul]       2.0.0cvs27
15188         * src/folder.c
15189                 fix freeing of uninitialised pointers
15190                 Thanks to Colin
15192 2006-02-06 [colin]      2.0.0cvs26
15194         * src/folder.c
15195                 Use g_slist_prepend in potentially big list
15197 2006-02-06 [colin]      2.0.0cvs25
15199         * src/folder.c
15200                 Completely skip processing if it doesn't 
15201                 exist (faster!)
15203 2006-02-06 [colin]      2.0.0cvs24
15205         * src/folder.c
15206         * src/summaryview.c
15207                 Batch filtering in summaryview (from Tools menu)
15208                 and pre/post//-processing too
15210 2006-02-06 [colin]      2.0.0cvs23
15212         * src/procmsg.h
15213         * src/filtering.c
15214                 Use a special field for batch filtering instead
15215                 of stepping on deferred execution's toes
15217 2006-02-06 [colin]      2.0.0cvs22
15219         * src/action.c
15220         * src/filtering.c
15221         * src/filtering.h
15222         * src/folder.c
15223         * src/summaryview.c
15224                 Fix filtering via menus and actions
15226 2006-02-06 [colin]      2.0.0cvs21
15228         * src/imap.c
15229                 Put the added file directly to cache if possible (will work
15230                 with next libetpan)
15231         * src/filtering.c
15232         * src/filtering.h
15233         * src/inc.c
15234         * src/folder.c
15235         * src/mbox.c
15236         * src/procmsg.h
15237                 Move and copy filtered messages by batches instead of one
15238                 by one - faster on IMAP
15239         * src/procmsg.c
15240                 Add a function that'll possibly be useful later
15242 2006-02-06 [colin]      2.0.0cvs20
15244         * src/addressbook.c
15245                 Use internal mime-type instead of text/plain for d'n'd
15246         * src/compose.c
15247                 Allow attaching files from mimeview's icon list via d'n'd
15248         * src/folderview.c
15249         * src/folderview.h
15250                 Use internal mime-type instead of text/plain for d'n'd
15251                 Don't try to selected opened folder if none is
15252                 Factorize d'n'd from other apps code
15253         * src/headerview.c
15254         * src/textview.c
15255         * src/gtk/gtkutils.c
15256         * src/gtk/gtkutils.h
15257                 Factorize Face/X-Face stuff
15258         * src/mimeview.c
15259                 Fix d'n'd to other apps
15260         * src/prefs_message.c
15261                 Let the XFace pref be usable without libcompface as it also
15262                 applies to Face
15263         * src/summaryview.c
15264                 Fix d'n'd to other apps
15265                 Factorize d'n'd from other apps code
15267 2006-02-06 [wwp]        2.0.0cvs19
15269         * po/it.po
15270                 Italian translation fixes by Andrea Spadaccini (no more confusion
15271                 between filtering and processing, and few changes in the About
15272                 dialog).
15275 2006-02-06 [mones]      2.0.0cvs18
15277         * src/gtk/icon_legend.c
15278                 Improved descriptions allowing better translations
15280 2006-02-05 [colin]      2.0.0cvs17
15282         * src/imap.c
15283                 Add the f*cking missing expunge that caused imap_fetch_env
15284                 to fail after an add_msgs ! :-///
15285         * src/etpan/imap-thread.c
15286                 Add a bit of debug
15287         FOR_STABLE
15289 2006-02-05 [colin]      2.0.0cvs16
15291         * src/common/utils.c
15292                 Don't check for return-path (or we can't put
15293                 back non-sent mails)
15295 2006-02-05 [colin]      2.0.0cvs15
15297         * src/textview.c
15298                 Don't try to display Face header in textview
15299                 when teh headerview's active
15301 2006-02-05 [colin]      2.0.0cvs14
15303         * tools/tbird2syl.py
15304         * tools/Makefile.am
15305                 Add script to import Thunderbird mails
15307 2006-02-05 [colin]      2.0.0cvs13
15309         * src/headerview.c
15310         * src/procheader.c
15311         * src/procmsg.c
15312         * src/procmsg.h
15313         * src/textview.c
15314                 Show Face headers - patch partially by Klaus Flittner
15316 2006-02-05 [colin]      2.0.0cvs12
15318         * src/folderview.c
15319         * src/summaryview.c
15320         * src/common/utils.c
15321         * src/common/utils.h
15322                 Let dnd work from mime icons to summaryview
15323                 and to folderview too
15324                 Add a crude test to avoid trying to add files
15325                 drag'n'dropped when they're not mails
15327 2006-02-04 [colin]      2.0.0cvs11
15329         * src/summaryview.c
15330         * src/mimeview.c
15331                 Fix utf8 conversion
15333 2006-02-04 [colin]      2.0.0cvs10
15335         * src/compose.c
15336         * src/folderview.c
15337         * src/mimeview.c
15338         * src/summaryview.c
15339         * src/summaryview.h
15340                 Added various drag and drop capas:
15341                 From                    To
15342                 summaryview             other apps
15343                 mimeview icons          other apps
15344                 other apps              summaryview
15345                 other apps              folderview
15347                 This shouldn't have broken the existing:
15348                 From                    To
15349                 summaryview             folderview
15350                 folderview              folderview
15351                 summaryview             compose's attachments
15353         Tests welcomed.
15355 2006-02-02 [paul]       2.0.0cvs9
15357         * src/mainwindow.c
15358                 move global option 'Set displayed columns...' out
15359                 of folder option grouping.
15360                 fix sensitivity of 'harvest addresses'
15361         FOR_STABLE
15363 2006-02-01 [colin]      2.0.0cvs8
15365         * src/mimeview.c
15366                 Revert the alertpanel patch, it sucks (intrusive
15367                 and gets in the way of "open")
15369 2006-02-01 [colin]      2.0.0cvs7
15371         * src/compose.c
15372         * src/prefs_account.c
15373         * src/prefs_common.c
15374         * src/common/defs.h
15375         * src/common/utils.c
15376         * src/common/utils.h
15377                 Add ability to edit the signature file
15378                 from the account preferences, and use
15379                 a default for the text editor.
15380                 Patch by Fabien Vantard
15382 2006-02-01 [colin]      2.0.0cvs6
15384         * src/mimeview.c
15385                 Try to get mime type by extension if it is
15386                 application/octet-stream
15387                 Display a window with possible choices when
15388                 encountering unknown mime types
15389         * src/gtk/filesel.c
15390         * src/gtk/filesel.h
15391                 Add preview
15392                 Allow multiple selection in filtered filesel
15393                 (patch by Fabien Vantard)
15394         * src/gtk/pluginwindow.c
15395                 Use it (patch by Fabien Vantard)
15397 2006-02-01 [paul]       2.0.0cvs5
15399         * src/jpilot.c
15400                 fix crash on creating jpilot address book
15401                 Thanks to Colin - FOR_STABLE
15402         * src/prefs_summaries.c
15403         * src/prefs_wrapping.c
15404         * src/gtk/icon_legend.c
15405         * src/gtk/quicksearch.c
15406                 string fixes and additions
15408 2006-02-01 [paul]       2.0.0cvs4
15410         * src/compose.c
15411         * src/mainwindow.c
15412         * src/messageview.c
15413         * src/prefs_send.c
15414                 add Arabic encoding option
15415                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15417 2006-01-31 [colin]      2.0.0cvs3
15419         * src/plugins/pgpcore/passphrase.c
15420                 Convert passphrase to locale encoding
15421         * src/compose.c
15422                 Fix drafting on IMAP. Crappy bug sneaked in
15423                 the release :-/
15424         FOR_STABLE
15426 2006-01-30 [paul]       2.0.0cvs2
15428         * src/gtk/icon_legend.c
15429                 show the new entries
15431 2006-01-30 [colin]      2.0.0cvs1
15433         * src/manual.c
15434                 Check for the file to be present before 
15435                 enabling the menu - FOR_STABLE
15436         * src/gtk/icon_legend.c
15437                 Add folders icons (not all of them, there
15438                 are too much, but the most intriguing ones)
15440 2006-01-30 [paul]       2.0.0
15442         version 2.0.0 released
15444 [For previous entries, see ChangeLog.pre2.0.0]