0698a4179aae31c83abf0694d27fd7e39a090238
[claws.git] / ChangeLog
1 2007-09-16 [colin]      3.0.0cvs15
2
3         * src/prefs_filtering.c
4         * src/prefs_filtering.h
5         * src/prefs_filtering_action.c
6         * src/common/tags.c
7                 Fix tags issues: tags with spaces, renaming
8                 tags.
9
10 2007-09-16 [colin]      3.0.0cvs14
11
12         * src/folderview.c
13         * src/main.c
14         * src/mainwindow.c
15                 Fix bug 1308, 'Claws deletes folderlist.xml after
16                 fetching mail short after start-up'
17
18 2007-09-16 [colin]      3.0.0cvs13
19
20         * src/compose.c
21                 Fix scrolling to cursor
22
23 2007-09-16 [paul]       3.0.0cvs12
24
25         * po/sr.po
26                 updated by Aleksandar Urosevic
27
28 2007-09-16 [paul]       3.0.0cvs11
29
30         * src/folder.c
31                 do not allow locked msgs to be deleted,
32                 even by filtering/processing
33
34 2007-09-07 [paul]       3.0.0cvs10
35
36         * src/prefs_folder_column.c
37         * src/prefs_summary_column.c
38                 implement button sensitivity
39                 patch by Pawel Pekala
40
41 2007-09-06 [wwp]        3.0.0cvs9
42
43         * src/prefs_gtk.c
44                 Add a missing linefeed to a debug message.
45
46 2007-09-05 [colin]      3.0.0cvs8
47
48         * src/inc.c
49                 Fix statusbar/window mismatch on Maemo
50
51 2007-09-05 [colin]      3.0.0cvs7
52
53         * src/ldaputil.c
54                 Fix build without USE_LDAP_TLS
55
56 2007-09-05 [colin]      3.0.0cvs6
57
58         * src/folder.c
59         * src/imap.c
60         * src/inc.c
61         * src/mbox.c
62         * src/send_message.c
63         * src/statusbar.c
64         * src/statusbar.h
65                 Maemo: distinguish various statusbar messages,
66                 in order to display only the most important.
67
68 2007-09-04 [wwp]        3.0.0cvs5
69
70         * src/account.c
71                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
72                 Show protocol "SMTP" and the appropriate server for send-only
73                 accounts, show "-" instead of "" when no value is relevant.
74
75 2007-09-03 [ticho]      3.0.0cvs4
76
77         * src/summaryview.c
78                 Handle plural form better in delete confirmation dialog.
79
80 2007-09-03 [wwp]        3.0.0cvs3
81
82         * src/compose.c
83                 Warn differently when sending or sending later (queueing).
84
85 2007-09-03 [colin]      3.0.0cvs2
86
87         * src/procmime.c
88         * src/procmime.h
89         * src/common/plugin.c
90         * src/common/plugin.h
91                 Add a new plugin API, MimeParser. It allows
92                 plugins to scan email MIME parts and optionally,
93                 transform them.
94
95 2007-09-03 [mones]      3.0.0cvs1
96
97         * po/es.po
98                 Updated translation
99         * src/common/defs.h
100                 While a better solution is made double history sizes
101
102 2007-09-03 [paul]       3.0.0
103
104         * NEWS
105         * README
106         * RELEASE_NOTES
107                 3.0.0 released
108
109 2007-09-03 [paul]       2.10.0cvs191
110
111         * po/bg.po
112         * po/ca.po
113         * po/de.po
114         * po/fi.po
115         * po/fr.po
116         * po/hu.po
117         * po/it.po
118         * po/pl.po
119         * po/pt_BR.po
120         * po/ru.po
121         * po/sk.po
122         * po/zh_CN.po
123                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
124                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
125                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
126                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
127
128 2007-09-02 [colin]      2.10.0cvs190
129
130         * src/edittags.c
131         * src/common/tags.c
132                 Prevent empty or white-space tags
133
134 2007-09-01 [colin]      2.10.0cvs189
135
136         * src/main.c
137                 Fix double-reading of accounts list when
138                 the wizard has been run due to no accounts
139         * src/mainwindow.c
140                 Fix sensitivity of a menu item in case 
141                 there's no account
142
143 2007-09-01 [wwp]        2.10.0cvs188
144
145         * src/wizard.c
146                 Fix wizard crash when Mailbox dir already exists
147                 (thanks to Colin).
148
149 2007-08-31 [colin]      2.10.0cvs187
150
151         * src/etpan/imap-thread.c
152                 Fix unwanted creation of 
153                 libetpan's stream dump file
154         * src/compose.c
155                 Fix coloring of pastes as quotation
156         * src/summaryview.c
157                 Maemo: Fix opening of mails from keypad
158                 in Sent folders
159         * src/addressbook.c
160         * src/folderview.c
161         * src/image_viewer.c
162         * src/mimeview.c
163         * src/gtk/prefswindow.c
164                 Maemo: Fix adjustments changes 
165
166 2007-08-30 [colin]      2.10.0cvs186
167
168         * src/folderview.c
169                 Don't opened selected folder when clicking
170                 on white space
171         * src/mainwindow.c
172                 Maemo: Make Esc close messageviews
173         * src/messageview.c
174                 Maemo: Fix message scrolling to the end on 
175                 opening
176                 Maemo: Fix reopening same message
177         * src/gtk/prefswindow.c
178                 Maemo: try to fix scrollbar. Doesn't work,
179                 it seems as if gtk_adjustment_set_value was
180                 a noop.
181
182 2007-08-30 [colin]      2.10.0cvs185
183
184         * src/compose.c
185         * src/folderview.c
186         * src/main.c
187         * src/prefs_matcher.c
188         * src/prefs_template.c
189         * src/quote_fmt.c
190         * src/send_message.c
191         * src/toolbar.c
192         * src/gtk/gtkaspell.c
193         * src/plugins/bogofilter/bogofilter.c
194         * src/plugins/bogofilter/bogofilter_gtk.c
195         * src/plugins/clamav/clamav_plugin_gtk.c
196         * src/plugins/pgpcore/sgpgme.c
197         * src/plugins/spamassassin/spamassassin.c
198         * src/plugins/spamassassin/spamassassin_gtk.c
199                 Fix all potential misuses of format-string functions
200
201 2007-08-30 [wwp]        2.10.0cvs184
202
203         * src/prefs_template.c
204                 Fix a leak.
205
206 2007-08-29 [colin]      2.10.0cvs183
207
208         * src/plugins/trayicon/trayicon.c
209                 Fix leak of hooks in case of error,
210                 thanks to Holger Berndt
211
212 2007-08-28 [colin]      2.10.0cvs182
213
214         * src/mainwindow.c
215                 Don't use current folder settings when
216                 composing from the compose button's
217                 account selector
218
219 2007-08-28 [colin]      2.10.0cvs181
220
221         * src/quote_fmt_parse.y
222                 Fix cursor offset when quote contains UTF-8
223                 chars
224
225 2007-08-28 [colin]      2.10.0cvs180
226
227         * src/compose.c
228         * src/compose.h
229                 Fix signature replacement when it's been wrapped
230
231 2007-08-27 [colin]      2.10.0cvs179
232
233         * src/summaryview.c
234                 Fix indentation
235
236 2007-08-27 [colin]      2.10.0cvs178
237
238         * src/summaryview.c
239                 Fix Quicksearch's Sticky mode
240
241 2007-08-27 [colin]      2.10.0cvs177
242
243         * src/folder_item_prefs.c
244         * src/folder_item_prefs.h
245         * src/imap_gtk.c
246         * src/mh_gtk.c
247                 Fix loss of subfolders properties when
248                 renaming a folder
249
250 2007-08-26 [wwp]        2.10.0cvs176
251
252         * src/alertpanel.c
253         * src/messageview.c
254         * src/prefs_actions.c
255                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
256                 will have to be used when necessary *before* calling
257                 alertpanel functions.
258
259 2007-08-25 [paul]       2.10.0cvs175
260
261         * src/prefs_actions.c
262                 workaround gettext problem marking
263                 string as c-format when it's not
264
265 2007-08-25 [wwp]        2.10.0cvs174
266
267         * src/alertpanel.c
268         * src/messageview.c
269         * src/prefs_actions.c
270                 Call the pango markup escape function right ince in alertpanel_create
271                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
272                 2.10.0cvs158).
273
274         * src/common/log.c
275                 Fix a crash due to a misuse of g_print(), encountered when the string
276                 passed to g_print was containing printf substitution symbols.
277
278 2007-08-25 [paul]       2.10.0cvs173
279
280         * src/common/log.c
281                 fix a segfault when refreshing RSSyl feeds
282
283 2007-08-25 [paul]       2.10.0cvs172
284
285         * src/gtk/icon_legend.c
286                 add watchthread.xpm
287
288 2007-08-25 [paul]       2.10.0cvs171
289
290         * src/Makefile.am
291         * src/stock_pixmap.c
292         * src/pixmaps/insert_file.xpm
293                 add a new pixmap instead of re-using
294                 paste.xpm. (easier for icon theme authors)
295
296 2007-08-24 [holger]     2.10.0cvs170
297
298         * src/plugins/trayicon/trayicon.c
299                 The same fix for another hook id.
300
301 2007-08-24 [holger]     2.10.0cvs169
302
303         * src/plugins/trayicon/trayicon.c
304                 Micro-fix: Do the error checking for
305                 the right hook id.
306
307 2007-08-24 [paul]       2.10.0cvs168
308
309         * src/folder.h
310                 fix typo causing compiler warning
311
312 2007-08-24 [paul]       2.10.0cvs167
313
314         * README
315                 put back the correct version of this file also
316
317 2007-08-24 [colin]      2.10.0cvs166
318
319         * src/send_message.c
320                 Use progress bar when sending messages
321
322 2007-08-24 [paul]       2.10.0cvs165
323
324         * Makefile.am
325                 oops! if i'm quick no-one will notice
326                 (put back the proper file)
327
328 2007-08-24 [paul]       2.10.0cvs164
329
330         * AUTHORS
331         * Makefile.am
332         * README
333         * src/gtk/authors.h
334         * tools/Makefile.am
335         * tools/README
336         * tools/mew2claws-mail.pl
337                 add new script that imports a Mew address book
338                 submitted by Jerome Lelong
339
340 2007-08-24 [paul]       2.10.0cvs163
341
342         * manual/plugins.xml
343                 remove the obsolete plugins, add the
344                 missing plugins, including the forthcoming
345                 SpamReport plugin
346
347 2007-08-24 [paul]       2.10.0cvs162
348
349         * manual/advanced.xml
350                 add info about the hidden emphasis_color option
351         * manual/keyboard.xml
352                 correct the info about hotkeys
353                 wrap the long lines
354
355 2007-08-24 [paul]       2.10.0cvs161
356
357         * src/folderview.c
358                 add mnemonic to 'Run procesing rules'
359
360 2007-08-24 [paul]       2.10.0cvs160
361
362         * src/account.c
363         * src/folder.c
364         * src/folder.h
365                 use suitable defaults for outbox,
366                 queue, drafts and trash folders
367
368 2007-08-24 [wwp]        2.10.0cvs159
369
370         * src/folderview.c
371                 Update menu item sensitivity if necessary (or we get a
372                 gtk critical message).
373
374 2007-08-23 [wwp]        2.10.0cvs158
375
376         * src/action.c
377         * src/prefs_actions.c
378                 Allow literal % chars in action commands (use %%).
379                 Add a missing p++ to the action parser in action_get_type(),
380                 which was missing it, even if it was neutral.
381                 Fix a pango markup warning at runtime.
382
383 2007-08-23 [wwp]        2.10.0cvs157
384
385         * src/addressbook.c
386                 Contacts are now locale-aware sorted in the address book
387                 (LC_COLLATE matters here).
388                 Fix missing table initializers.
389
390 2007-08-23 [colin]      2.10.0cvs156
391
392         * src/imap.c
393                 Check scan_required on dest folder when copying
394
395 2007-08-23 [colin]      2.10.0cvs155
396
397         * src/imap.c
398                 Fix scanning when folder was empty
399
400 2007-08-22 [colin]      2.10.0cvs154
401
402         * src/msgcache.c
403                 Don't g_warning when g_try_malloc fails(), or it makes
404                 things worse as g_log() allocates. Fixes bug 1290,
405                 'Claws Mail crashes if too little memory when 
406                 rebuilding folder tree'
407
408 2007-08-22 [colin]      2.10.0cvs153
409
410         * src/inc.c
411                 Fix format string vulnerability, thanks to
412                 Ulf Harnhammar, Secunia Research
413
414 2007-08-22 [colin]      2.10.0cvs152
415
416         * src/ldapserver.c
417                 Set tv_usec too
418
419 2007-08-22 [wwp]        2.10.0cvs151
420
421         * src/ldapquery.c
422                 Few better null-ptr checks.
423
424 2007-08-22 [colin]      2.10.0cvs150
425
426         * src/editldap.c
427         * src/editldap_basedn.c
428         * src/ldapquery.c
429         * src/ldapserver.c
430         * src/ldapserver.h
431         * src/ldapupdate.c
432         * src/ldaputil.c
433         * src/ldaputil.h
434                 Fix ldap timeouts
435
436 2007-08-22 [colin]      2.10.0cvs149
437
438         * src/ldapquery.c
439                 Finish previous fix
440
441 2007-08-22 [colin]      2.10.0cvs148
442
443         * src/ldapquery.c
444                 Fix wrong assertions
445
446 2007-08-22 [colin]      2.10.0cvs147
447
448         * src/ldaputil.c
449                 Fix test (set ldap v3 if bindDN is set or TLS is set)
450
451 2007-08-22 [colin]      2.10.0cvs146
452
453         * src/editldap.c
454         * src/ldaputil.c
455                 Fix wrong "Connected successfully to server". Connection only succeeds if
456                 we can get the base DN.
457
458 2007-08-21 [wwp]        2.10.0cvs145
459
460         * src/browseldap.c
461         * src/editldap.c
462         * src/ldapctrl.c
463         * src/ldapquery.c
464         * src/ldapserver.c
465         * src/ldapupdate.c
466         * src/ldaputil.c
467                 More sanity checks in ldap functions.
468
469 2007-08-21 [wwp]        2.10.0cvs144
470
471         * src/prefs_account.c
472                 Don't return a value in a void function().
473
474 2007-08-21 [paul]       2.10.0cvs143
475
476         * src/messageview.c
477                 add check for ftp: to messageview_list_urls()
478
479 2007-08-21 [colin]      2.10.0cvs142
480
481         * src/editldap.c
482         * src/ldapctrl.c
483         * src/ldapctrl.h
484         * src/ldapquery.c
485         * src/ldapupdate.c
486                 Fix bug 1293, 'LDAP address book not working'
487                 Search only on specified fields, but fetch 
488                 every field possible. People will have to 
489                 reset the searched Attributes in their LDAP
490                 servers properties.
491
492 2007-08-21 [wwp]        2.10.0cvs141
493
494         * src/addr_compl.c
495         * src/addrbook.c
496         * src/addrcache.c
497         * src/addrcindex.c
498         * src/addressbook.c
499         * src/addrindex.c
500         * src/browseldap.c
501         * src/crash.c
502         * src/editaddress_other_attributes_ldap.c
503         * src/exporthtml.c
504         * src/folder.c
505         * src/folderview.c
506         * src/imap.c
507         * src/jpilot.c
508         * src/ldapserver.c
509         * src/ldapupdate.c
510         * src/ldif.c
511         * src/main.c
512         * src/mainwindow.c
513         * src/matcher.c
514         * src/mh.c
515         * src/msgcache.c
516         * src/mutt.c
517         * src/pine.c
518         * src/pop.c
519         * src/prefs_customheader.c
520         * src/prefs_msg_colors.c
521         * src/procmime.c
522         * src/textview.c
523         * src/vcard.c
524         * src/wizard.c
525         * src/common/log.c
526         * src/common/socket.c
527         * src/common/ssl_certificate.c
528         * src/common/utils.c
529         * src/common/utils.h
530         * src/gtk/description_window.c
531         * src/plugins/demo/demo.c
532         * src/plugins/pgpcore/prefs_gpg.c
533         * src/plugins/spamassassin/libspamc.c
534                 Make sure we use glib functions to send text messages (information,
535                 debug, warning, errors) to stdout/stderr - no more direct puts
536                 fputs printf fprintf to stdout/stderr when it can be done using
537                 g_log*() and g_print/g_printerr. Doing this, we make sure every
538                 stdout/stderr message is saved to log in Windows.
539
540
541 2007-08-21 [wwp]        2.10.0cvs140
542
543         * src/main.c
544         * src/common/utils.h
545                 Route glib's stdout/stderr messages to a log file (Windows only),
546                 instead of loosing them.
547
548 2007-08-21 [paul]       2.10.0cvs139
549
550         * src/mainwindow.c
551                 replace deprecated g_strncasecmp()
552         * src/messageview.c
553                 fix 'List URLS'
554
555 2007-08-20 [ticho]      2.10.0cvs138
556
557         * src/account.c
558         * src/prefs_account.h
559                 Copy all account preferences in account_clone() - some
560                 were missing.
561         * src/prefs_account.c
562                 Handle empty privacy system combobox gracefully (warning
563                 instead of a crash).
564
565 2007-08-20 [colin]      2.10.0cvs137
566
567         * src/ldapctrl.c
568                 Fix a leak
569
570 2007-08-20 [paul]       2.10.0cvs136
571
572         * src/browseldap.c
573         * src/editldap.c
574         * src/ldapctrl.c
575         * src/ldapquery.c
576         * src/ldapquery.h
577         * src/ldapserver.c
578         * src/ldaputil.c
579                 add debug_prints
580                 patch by Michael Rasmussen
581
582 2007-08-19 [colin]      2.10.0cvs135
583
584         * src/imap.c
585                 Fix previous commit. Sensitivity update is needed
586                 for "Cancel receiving". However when batching we
587                 don't need to do it for every message flag change,
588                 just once at the start and once at the end.
589
590 2007-08-19 [colin]      2.10.0cvs134
591
592         * src/imap.c
593                 Remove useless menu updates on session lock/unlock
594
595 2007-08-19 [colin]      2.10.0cvs133
596
597         * src/etpan/imap-thread.c
598                 Make all fetch logs less verbose
599
600 2007-08-19 [paul]       2.10.0cvs132
601
602         * src/foldersel.c
603         * src/folderview.c
604         * src/summaryview.c
605                 fix bug 1286, 'Can't move a folder into a "Folders
606                 Only" folder'
607
608 2007-08-18 [ticho]      2.10.0cvs131
609
610         * src/editaddress_other_attributes_ldap.c
611                 Converted option menu for other ldap attributes to GtkComboBox.
612
613 2007-08-18 [colin]      2.10.0cvs130
614
615         * src/compose.c
616         * src/prefs_common.c
617         * src/prefs_common.h
618         * src/prefs_send.c
619         * src/send_message.c
620                 Revert 'send_dialog_mode' meaning to 
621                 'send_dialog_invisible', so that the 
622                 new checkbox doesn't change the 
623                 existing behaviour.
624
625 2007-08-18 [paul]       2.10.0cvs129
626
627         * src/summaryview.c
628                 add missing menu update
629
630 2007-08-17 [colin]      2.10.0cvs128
631
632         * src/folder.c
633                 Set batching after getting flags - maybe fixes
634                 bug 1292, 'CM crashes on writing mail'
635
636 2007-08-16 [ticho]      2.10.0cvs127
637
638         * src/prefs_send.c
639                 Convert two GtkOptionMenu widgets to new GtkComboBox.
640         * src/gtk/combobox.h
641         * src/gtk/gtkutils.c
642                 Allow NULL for GtkComboBox menuitem label, rendering such
643                 items as row separators.
644
645 2007-08-16 [paul]       2.10.0cvs126
646
647         * src/plugins/trayicon/trayicon.c
648                 remove wrongly used gettextisation
649
650 2007-08-15 [ticho]      2.10.0cvs125
651
652         * src/importldif.c
653                 Fixed a runtime warning where an attempt to pack an
654                 already packed GtkLabel was made.
655
656 2007-08-15 [ticho]      2.10.0cvs124
657
658         * src/prefs_compose_writing.c
659                 Convert the insert-or-attach-dragged-files GtkOptionMenu
660                 into GtkComboBox.
661
662 2007-08-14 [ticho]      2.10.0cvs123
663
664         * src/messageview.c
665         * src/gtk/gtkutils.c
666                 Changed return receipt account selector to GtkComboBox.
667                 Fixed a runtime warning where GTK tried to parse
668                 "name <email@address" as a Pango markup in an alertpanel label.
669
670 2007-08-14 [ticho]      2.10.0cvs122
671
672         * src/prefs_logging.c
673                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
674
675 2007-08-14 [wwp]        2.10.0cvs121
676
677         * tools/Makefile.am
678         * tools/README
679         * tools/popfile-link.sh
680                 Added a new tool: POPFile helper, to open
681                 selected messages in POPFile control center,
682                 in order to change the messages' status.
683
684 2007-08-14 [ticho]      2.10.0cvs120
685
686         * src/compose.c
687         * src/prefs_common.c
688         * src/prefs_common.h
689         * src/prefs_send.c
690         * src/send_message.c
691                 Change "Show send dialog" optionmenu to a checkbutton.
692         * src/prefs_receive.c
693                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
694
695 2007-08-13 [wwp]        2.10.0cvs119
696
697         * src/addr_compl.c
698         * src/addressbook.c
699         * src/addrindex.c
700         * src/compose.c
701         * src/filtering.c
702         * src/folderview.c
703         * src/inc.c
704         * src/matcher.c
705         * src/mh.c
706         * src/partial_download.c
707         * src/prefs_gtk.c
708         * src/procmsg.c
709         * src/stock_pixmap.c
710         * src/summaryview.c
711         * src/common/utils.c
712         * src/gtk/gtkaspell.c
713         * src/gtk/menu.c
714                 Make sure we never pass NULL pointers for %s substitutions
715                 (prevent from crashing in Windows).
716
717 2007-08-13 [wwp]        2.10.0cvs118
718
719         * src/msgcache.c
720                 Re-enable mmap_reads in Windows with some missing
721                 CloseHandle of mapping objects, thanks to
722                 Marcus Brinkmann.
723
724 2007-08-13 [paul]       2.10.0cvs117
725
726         * src/common/utils.c
727                 fix bug 1287, 'Compile time problem on Solaris
728                 (nexenta gnu/Solaris) utils.c'
729                 Thanks to Piotr Chrzczonowicz
730
731 2007-08-12 [wwp]        2.10.0cvs116
732
733         * src/plugins/pgpcore/prefs_gpg.c
734                 Don't try to unset a GPG_AGENT_INFO that was not
735                 set (and don't use a NULL string in Windows, it was
736                 crashing with --debug if GPG_AGENT_INFO was not set).
737
738 2007-08-12 [wwp]        2.10.0cvs115
739
740         * src/privacy.h
741                 Make gcc type-check arguments passed to privacy_set_error().
742
743 2007-08-12 [ticho]      2.10.0cvs114
744
745         * src/prefs_folder_item.c
746                 Make sure that folder default account combobox always has some
747                 account preselected.
748         * src/gtk/combobox.c
749                 Handle empty combobox gracefully (warning instead of crash).
750
751 2007-08-12 [ticho]      2.10.0cvs114
752
753         * src/prefs_folder_item.c
754                 Make sure that folder default account combobox is not empty.
755         * src/gtk/combobox.c
756                 Handle empty combobox gracefully (warning instead of crash).
757
758 2007-08-11 [paul]       2.10.0cvs113
759
760         * src/addrgather.c
761         * src/folderview.c
762                 use 'subfolder' instead of 'sub-folder', matching
763                 everywhere else the term is used
764         * src/imap_gtk.c
765                 fix engrish
766
767 2007-08-10 [wwp]        2.10.0cvs112
768
769         * src/msgcache.c
770                 Disable mmap reads in Windows only (at least temporarily), they
771                 prevent from renaming/removing target cache files.
772
773 2007-08-10 [paul]
774
775         3.0.0-rc2 released
776
777 2007-08-10 [wwp]        2.10.0cvs111
778
779         * src/msgcache.c
780                 fix unpredictable crashes in Windows due to broken
781                 cache/mark/tags files writting (file were opened for
782                 writing in text mode).
783
784         * src/recv.c
785                 use gettimeofday() from w32lib.h on Windows.
786
787 2007-08-10 [colin]      2.10.0cvs110
788
789         * src/imap.c
790         * src/etpan/imap-thread.c
791         * src/etpan/imap-thread.h
792                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
793
794 2007-08-09 [colin]      2.10.0cvs109
795
796         * src/editldap.c
797                 Fix port being reset to 636 on SSL
798         * src/folder.c
799                 Fix folder_item_get_msg_num_by_file
800                 on drafts/queue folders
801
802 2007-08-09 [wwp]        2.10.0cvs108
803
804         * src/folder.c
805                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
806                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
807
808
809 2007-08-09 [colin]      2.10.0cvs107
810
811         * src/folderview.c
812         * src/summaryview.c
813         * src/gtk/prefswindow.c
814                 A few Maemo layout fixes
815
816 2007-08-09 [paul]       2.10.0cvs106
817
818         * src/prefs_account.c
819                 remove the hyphen from plug-ins to
820                 match everywhere else
821
822 2007-08-08 [wwp]        2.10.0cvs105
823
824         * src/prefs_folder_item.c
825                 Fix an extraneous stealth ^L char.
826
827 2007-08-08 [wwp]        2.10.0cvs104
828
829         * src/prefs_folder_item.c
830                 Better fix, group variables declarations (USE_ASPELL).
831
832 2007-08-08 [wwp]        2.10.0cvs103
833
834         * src/prefs_folder_item.c
835                 Fix compilation w/ USE_ASPELL set (broken
836                 by 2.10.0cvs102).
837
838 2007-08-08 [ticho]      2.10.0cvs102
839
840         * src/prefs_folder_item.c
841                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
842
843 2007-08-08 [colin]      2.10.0cvs101
844
845         * src/imap.c
846         * src/etpan/imap-thread.c
847         * src/etpan/imap-thread.h
848                 Close selected mailbox before doing
849                 status on it.
850
851 2007-08-08 [colin]      2.10.0cvs100
852
853         * src/html.c
854                 Complete symbol table, thanks to wwp.
855                 Fixes bug 1284, 'The html -> text 
856                 converter ignores entities'
857         * src/msgcache.c
858                 Fix possible fd leak
859
860 2007-08-08 [colin]      2.10.0cvs99
861
862         * src/imap.c
863                 Better way to fetch UIDs on non-UIDPLUS servers
864
865 2007-08-07 [colin]      2.10.0cvs98
866
867         * src/imap.c
868                 fix bug 1275, 'auto-saved draft messages not 
869                 always being removed'; Also, make multiple
870                 copy (in the same account) faster by matching
871                 source/destination message UIDs.
872         * src/messageview.c
873                 Don't try to reshow deleted mail
874         * src/msgcache.c
875                 Fix leak on error path
876
877 2007-08-07 [wwp]        2.10.0cvs97
878
879         * manual/account.xml
880         * manual/advanced.xml
881         * manual/fr/account.xml
882         * manual/fr/advanced.xml
883                 Updated the reference manual and the French translation to
884                 reflect 2.10.0cvs84: enable running folder Processing
885                 rules on demand.
886
887 2007-08-06 [wwp]        2.10.0cvs96
888
889         * src/prefs_common.c
890         * src/prefs_common.h
891         * src/textview.c
892                 Allow changing the emphasis color used to highlight
893                 the newsreader/x-mailer header value when it matches
894                 our preferred mail agent (hidden pref 'emphasis_col' added
895                 to clawsrc).
896
897 2007-08-06 [colin]      2.10.0cvs95
898
899         * src/compose.c
900         * src/compose.h
901                 Re-commit 2.10.0cvs86, with a protection
902                 against Pango bug. Also, try to fix 
903                 bug 1275, 'auto-saved draft messages not 
904                 always being removed'
905
906 2007-08-06 [wwp]        2.10.0cvs94
907
908         * src/gtk/quicksearch.c
909                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
910
911 2007-08-06 [ticho]      2.10.0cvs93
912
913         * src/prefs_account.c
914         * src/gtk/combobox.c
915                 Use GtkComboBox instead of GtkOptionMenu for privacy system
916                 selection in account preferences.
917
918 2007-08-06 [wwp]        2.10.0cvs92
919
920         * src/plugins/pgpcore/plugin.def
921                 Apply one more chunk from gpg4win's 03-w32-port patch.
922
923 2007-08-05 [colin]      2.10.0cvs91
924
925         * src/compose.c
926         * src/compose.h
927                 reverting buggy patch for now
928
929 2007-08-05 [colin]      2.10.0cvs90
930
931         * src/folder.c
932                 Fix slowdown
933
934 2007-08-04 [colin]      2.10.0cvs89
935
936         * src/prefs_summaries.c
937         * src/summary_search.c
938                 Replace deprecated widgets. Patch by
939                 Andrej.
940
941 2007-08-04 [colin]      2.10.0cvs88
942
943         * src/mh.c
944                 Refresh GUI only every 2000 mails on mh_get_last_num
945                 This is fast (readdir) and done only once per 
946                 session/folder
947
948 2007-08-03 [colin]      2.10.0cvs87
949
950         * src/prefs_account.c
951         * src/gtk/combobox.h
952         * src/gtk/gtkutils.c
953                 Fix a deprecated widget. Patch by
954                 Andrej
955
956 2007-08-03 [colin]      2.10.0cvs86
957
958         * src/compose.c
959         * src/compose.h
960                 Make colorisation and wrapping algorithms
961                 faster. Fixes bug 1246, 'compose becomes 
962                 increasingly slow replying to complex emails'
963
964 2007-08-03 [paul]       2.10.0cvs85
965
966         * src/mh.c
967                 keep the window painted
968
969 2007-08-02 [paul]       2.10.0cvs84
970
971         * src/folderview.c
972         * src/mainwindow.c
973         * src/mainwindow.h
974                 enable running folder Processing
975                 rules on demand
976
977 2007-08-02 [paul]       2.10.0cvs83
978
979         * src/textview.c
980                 speed up/clean up rendering of larger
981                 msgs
982                 Thanks to Colin
983
984 2007-08-01 [paul]       2.10.0cvs82
985
986         * src/mainwindow.h
987                 clean up cruft
988         * src/toolbar.c
989                 change default toolbar layout on maemo
990         * src/pixmaps/close.xpm
991                 make the red cross a grey cross
992         * src/pixmaps/jpilot.xpm
993                 make icon smaller so it fits better
994
995 2007-07-31 [paul]       2.10.0cvs81
996
997         * src/setup.c
998         * src/gtk/gtkutils.c
999                 fix crash on maemo on first launch
1000
1001 2007-07-30 [paul]       2.10.0cvs80
1002
1003         * src/prefs_matcher.c
1004                 specify the units of age and size
1005
1006 2007-07-30 [paul]       2.10.0cvs79
1007
1008         * src/main.c
1009                 Fix IMAP timeout setting
1010
1011 2007-07-30 [colin]      2.10.0cvs78
1012
1013         * src/prefs_account.c
1014                 Fix a deprecated widget. Patch by
1015                 Andrej
1016
1017 2007-07-27 [paul]       2.10.0cvs77
1018
1019         * src/matcher_parser_parse.y
1020         * src/prefs_filtering_action.c
1021         * src/prefs_matcher.c
1022                 these changes forgotten in cvs74's
1023                 'watch thread' feature
1024
1025 2007-07-27 [paul]       2.10.0cvs76
1026
1027         * src/compose.c
1028                 fix potential crasher
1029                 thanks to Colin
1030
1031 2007-07-27 [paul]       2.10.0cvs75
1032
1033         * src/mainwindow.c
1034         * src/manual.c
1035         * src/manual.h
1036         * src/gtk/gtkutils.c
1037                 make mainwindow's /Help/Manual point to the
1038                 remote copy if the local copy doesn't exist
1039
1040 2007-07-27 [paul]       2.10.0cvs74
1041
1042         * src/Makefile.am
1043         * src/filtering.c
1044         * src/folder.c
1045         * src/mainwindow.c
1046         * src/matcher.c
1047         * src/matcher.h
1048         * src/matcher_parser_parse.y
1049         * src/procmsg.c
1050         * src/procmsg.h
1051         * src/stock_pixmap.c
1052         * src/stock_pixmap.h
1053         * src/summaryview.c
1054         * src/summaryview.h
1055         * src/toolbar.c
1056         * src/toolbar.h
1057         * src/pixmaps/watchthread.xpm
1058                 add 'watch thread' feature
1059
1060 2007-07-27 [paul]       2.10.0cvs73
1061
1062         * src/prefs_folder_item.c
1063                 adjust labels, add tooltips
1064
1065 2007-07-27 [colin]      2.10.0cvs72
1066
1067         * src/summaryview.c
1068                 Maemo: Remove less used menu items
1069
1070 2007-07-26 [colin]      2.10.0cvs71
1071
1072         * src/messageview.c
1073                 Maemo: destroy messageview after trashing mail.
1074                 Maybe should be done on X11 too
1075
1076 2007-07-26 [colin]      2.10.0cvs70
1077
1078         * src/folderview.c
1079         * src/mainwindow.c
1080         * src/prefs_common.c
1081         * src/prefs_common.h
1082         * src/summaryview.c
1083                 Add View/Show or Hide/Column headers
1084
1085 2007-07-26 [colin]      2.10.0cvs69
1086
1087         * src/procmime.c
1088                 Fix unwanted output
1089
1090 2007-07-26 [colin]      2.10.0cvs68
1091
1092         * src/ldapserver.c
1093                 Fix possible crash on cache invalidation
1094         * src/compose.c
1095         * src/procmime.c
1096         * src/procmime.h
1097         * src/quote_fmt_parse.y
1098                 Make replying to mails with big attachments
1099                 much faster. Fixes bug 1224, 'The process of 
1100                 Replying to emails with large attachments 
1101                 seems unreasonably long...'
1102
1103 2007-07-26 [colin]      2.10.0cvs67
1104
1105         * src/mimeview.c
1106         * src/matcher.c
1107         * src/common/ssl.c
1108                 Fix threads use on BSDs
1109
1110 2007-07-26 [paul]       2.10.0cvs66
1111
1112         * src/gtk/prefswindow.c
1113                 fix account prefs breakage
1114                 thanks to Colin
1115
1116 2007-07-26 [paul]       2.10.0cvs65
1117
1118         * configure.ac
1119                 standardise ./configure --help messages
1120
1121 2007-07-26 [colin]      2.10.0cvs64
1122
1123         * src/addressbook.c
1124         * src/editaddress.c
1125                 Fix two vCard-related crashes
1126
1127 2007-07-25 [colin]      2.10.0cvs63
1128
1129         * src/inc.c
1130         * src/prefs_common.c
1131         * src/prefs_common.h
1132         * src/prefs_receive.c
1133                 Maemo: Add a better way to notify of
1134                 new mails
1135         * src/mainwindow.c
1136         * src/statusbar.h
1137         * src/summaryview.c
1138         * src/toolbar.c
1139                 Maemo: Various layout fixes
1140         * src/gtk/prefswindow.c
1141                 Maemo: Better prefs layout
1142
1143 2007-07-25 [paul]       2.10.0cvs62
1144
1145         * src/textview.c
1146                 fix the layout on maemo
1147                 thanks to Colin
1148
1149 2007-07-25 [iwkse]      2.10.0cvs61
1150
1151         * src/summaryview.c
1152                 add 'o' shortcut on summaryview
1153
1154 2007-07-25 [iwkse]      2.10.0cvs60
1155
1156         * src/textview.c
1157                 fix o shortcut
1158
1159 2007-07-24 [colin]      2.10.0cvs59
1160
1161         * src/mh.c
1162                 Fix missing timestamp update on source
1163                 folder when moving
1164         * src/textview.c
1165         * src/textview.h
1166                 Better text layout on part's choices
1167
1168 2007-07-23 [colin]      2.10.0cvs58
1169
1170         * src/mimeview.c
1171         * src/textview.c
1172                 Maemo: Automatically choose the correct application
1173                 to open parts
1174         * src/gtk/quicksearch.c
1175                 Make search run on GDK_KP_Enter too
1176
1177 2007-07-23 [wwp]        2.10.0cvs57
1178
1179         * src/quote_fmt_lex.l
1180                 Revert accidentaly committed lines (account_sig) in
1181                 2.10.0cvs56.
1182
1183 2007-07-23 [wwp]        2.10.0cvs56
1184
1185         * src/quote_fmt_lex.l
1186                 Fix typos around long form expressions in the quote lexer.
1187
1188 2007-07-23 [paul]
1189
1190         3.0.0-rc1 released
1191
1192 2007-07-23 [colin]      2.10.0cvs55
1193
1194         * src/addr_compl.c
1195                 Fix auto-completion on Maemo
1196
1197 2007-07-23 [colin]      2.10.0cvs54
1198
1199         * src/statusbar.c
1200                 Maemo: Fix sticking statusbars
1201
1202 2007-07-22 [colin]      2.10.0cvs53
1203
1204         * src/main.c
1205                 Maemo: Fix the strange "top_application" info
1206                 at startup. We should do something when 
1207                 receiving such a message.
1208
1209 2007-07-20 [paul]       2.10.0cvs52
1210
1211         * src/news_gtk.c
1212                 add missing #include "statusbar.h"
1213
1214 2007-07-20 [colin]      2.10.0cvs51
1215
1216         * src/folder.c
1217         * src/folder.h
1218         * src/folder_item_prefs.c
1219         * src/folder_item_prefs.h
1220         * src/folderview.c
1221         * src/imap.c
1222         * src/imap_gtk.c
1223         * src/imap_gtk.h
1224         * src/news.c
1225         * src/news_gtk.c
1226         * src/news_gtk.h
1227         * src/prefs_folder_item.c
1228                 Implement age-based caching: allow to
1229                 specify a threshold for the offline synchronisation
1230                 feature, and whether old cached bodies should 
1231                 be removed
1232         * src/toolbar.c
1233         * src/toolbar.h
1234                 Fix label/tooltips
1235         * src/plugins/dillo_viewer/dillo_viewer.c
1236                 Check that Dillo's installed
1237
1238 2007-07-20 [wwp]        2.10.0cvs50
1239
1240         * src/mimeview.c
1241         * src/stock_pixmap.c
1242                 Draw a frame around the selected mimeview part icon (instead of the
1243                 shifted 'dancing' icon).
1244
1245 2007-07-20 [colin]      2.10.0cvs49
1246
1247         * src/main.c
1248                 Unref stuff even on error
1249         * src/wizard.c
1250                 disconnect signals only at the very
1251                 end of the wizard save.
1252
1253 2007-07-20 [colin]      2.10.0cvs48
1254
1255         * src/mainwindow.c
1256         * src/messageview.c
1257         * src/toolbar.c
1258         * src/toolbar.h
1259                 Fix random crashes while navigating
1260                 (GTK_EVENTS_FLUSH)
1261
1262 2007-07-19 [colin]      2.10.0cvs47
1263
1264         * configure.ac
1265         * src/main.c
1266         * src/prefs_common.c
1267         * src/prefs_common.h
1268         * src/wizard.c
1269         * src/common/defs.h
1270         * src/common/utils.c
1271                 Maemo: add an easy way to store data (mails
1272                 and IMAP/NNTP caches) on one of the SD cards,
1273                 and protect against unmounts if needed
1274
1275 2007-07-19 [paul]       2.10.0cvs46
1276
1277         * src/Makefile.am
1278         * src/stock_pixmap.c
1279         * src/gtk/about.c
1280         * src/pixmaps/claws-mail_logo-small.xpm
1281                 implement a (slightly) different About
1282                 dialog for maemo and add a small version
1283                 of the logo for it
1284         * src/wizard.c
1285                 use a scrolled window for wizard page 1
1286                 on maemo
1287
1288 2007-07-19 [paul]       2.10.0cvs45
1289
1290         * src/Makefile.am
1291                 too soon for this line
1292
1293 2007-07-19 [paul]       2.10.0cvs44
1294
1295         * src/Makefile.am
1296                 fix build on n800
1297
1298 2007-07-19 [colin]      2.10.0cvs43
1299
1300         * src/wizard.c
1301                 Solve Mail/Mailbox name when specifying
1302                 full /path/to/Mail.
1303
1304 2007-07-18 [colin]      2.10.0cvs42
1305
1306         * src/inc.c
1307         * configure.ac
1308                 Fix build on n770
1309
1310 2007-07-18 [colin]      2.10.0cvs41
1311
1312         * src/inc.c
1313                 Maemo: plug the online/offline system into
1314                 maemo's interfaces to have Claws automatically
1315                 switch according to the system status
1316         * src/statusbar.c
1317                 Maemo: use HildonBanners to display status
1318                 messages. Renders the main statusbar useless.
1319
1320 2007-07-18 [paul]       2.10.0cvs40
1321
1322         * src/filtering.c
1323                 fix screen blanking on moving/copying many msgs
1324         * src/folder.c
1325                 fix processing progressbar and screen blanking
1326                 during processing
1327
1328 2007-07-18 [paul]       2.10.0cvs39
1329
1330         * src/messageview.c
1331                 revert cvs37, breakage on maemo
1332
1333 2007-07-18 [paul]       2.10.0cvs38
1334
1335         * src/gtk/gtkutils.c
1336                 make sure we can still build with older GTK's
1337
1338 2007-07-18 [colin]      2.10.0cvs37
1339
1340         * src/messageview.c
1341                 Only hide the small layout's messageview, instead
1342                 of destroying it when closing
1343         * src/gtk/gtkutils.c
1344                 Use gtk_window_present_with_time to popup windows,
1345                 it seems to make things better with modern WMs
1346                 (actually focusing)
1347
1348 2007-07-17 [colin]      2.10.0cvs36
1349
1350         * src/editaddress.c
1351                 Simplify layout on Maemo
1352         * src/folder.c
1353                 Fix possible crash
1354         * src/prefs_display_header.c
1355                 Remove some headers by default on Maemo
1356
1357 2007-07-17 [paul]       2.10.0cvs35
1358
1359         * src/prefs_common.c
1360         * src/prefs_common.h
1361         * src/prefs_logging.c
1362         * src/common/log.c
1363                 add options to stop/enable writing logs to disc
1364
1365 2007-07-17 [paul]       2.10.0cvs34
1366
1367         * src/edittags.c
1368                 fix some issues with the Apply tags window:
1369                 - set search column (enables autocompl in the treeview)
1370                 - apply tag from "New tag" if it existed
1371                 - clears New tag entry when adding it with the button
1372                 Thanks to Colin
1373
1374 2007-07-17 [paul]       2.10.0cvs33
1375
1376         * src/edittags.c
1377                 fix 'apply tags' dialogue weirdness
1378
1379 2007-07-16 [colin]      2.10.0cvs32
1380
1381         * src/toolbar.c
1382                 Fix double-loading of mails on Maemo
1383
1384 2007-07-16 [colin]      2.10.0cvs31
1385
1386         * src/messageview.c
1387                 Prevent double-loading of the same part under some
1388                 conditions; hide statusbar on Maemo
1389
1390 2007-07-16 [colin]      2.10.0cvs30
1391
1392         * src/edittags.c
1393         * src/edittags.h
1394         * src/mainwindow.c
1395         * src/summaryview.c
1396                 Improve the tag interface - allow
1397                 to set/unset tags from a special
1398                 window.
1399         * src/gtk/gtkvscrollbutton.c
1400         * src/mimeview.c
1401         * src/mimeview.h
1402         * src/stock_pixmap.c
1403                 Fix Mimeview's ugly hacks in the
1404                 icon list. 
1405
1406 2007-07-16 [paul]       2.10.0cvs29
1407
1408         * src/wizard.c
1409                 rework dialog
1410         * src/gtk/icon_legend.c
1411                 put it all in a scrolled window
1412
1413 2007-07-15 [colin]      2.10.0cvs28
1414
1415         * src/mainwindow.c
1416                 Maemo: force layout to be Small screen; the
1417                 others don't make sense
1418
1419 2007-07-14 [colin]      2.10.0cvs27
1420
1421         * src/mimeview.c
1422         * src/gtk/gtkvscrollbutton.c
1423                 Maemo: Fix mimeview's buttons size
1424
1425 2007-07-14 [colin]      2.10.0cvs26
1426
1427         * src/toolbar.c
1428                 Fix the button workaround fix.
1429                 (Use the correct variable)
1430
1431 2007-07-14 [colin]      2.10.0cvs25
1432
1433         * src/mainwindow.c
1434         * src/toolbar.c
1435                 Maemo: put the progress bar in the
1436                 toolbar
1437
1438 2007-07-14 [colin]      2.10.0cvs24
1439
1440         * src/prefs_common.c
1441                 Maemo: hide statusbar by default
1442         * src/Makefile.am
1443         * src/stock_pixmap.c
1444         * src/stock_pixmap.h
1445         * src/toolbar.c
1446         * src/pixmaps/go_folders.xpm
1447                 Maemo: Add a specific icon to go back to
1448                 folder list
1449
1450 2007-07-14 [colin]      2.10.0cvs23
1451
1452         * src/toolbar.c
1453                 Don't set homogeneous finally
1454
1455 2007-07-14 [colin]      2.10.0cvs22
1456
1457         * src/toolbar.c
1458                 Fix button show/hide issues
1459
1460 2007-07-14 [colin]      2.10.0cvs21
1461
1462         * src/toolbar.c
1463                 Fix huge arrows
1464                 Fix button workaround to be able to click
1465                 if mouse was on button when it went un-
1466                 sensitive.
1467                 Revert previous commit, gtk_tool_item_set_homogeneous
1468                 doesn't mean what it seems to mean ;-)
1469
1470 2007-07-14 [paul]       2.10.0cvs20
1471
1472         * src/toolbar.c
1473                 make homogeneous FALSE always
1474
1475 2007-07-13 [colin]      2.10.0cvs19
1476
1477         * src/toolbar.c
1478         * src/toolbar.h
1479                 Rework to fit the non-deprecated API
1480         * src/compose.c
1481         * src/folderview.c
1482         * src/mainwindow.c
1483         * src/messageview.c
1484         * src/summaryview.c
1485                 Maemo layout changes. Better toolbars,
1486                 removal of CTree headers. 
1487
1488 2007-07-13 [paul]       2.10.0cvs18
1489
1490         * src/gtk/colorlabel.c
1491                 fix bug 1261, '[DE] coloring messages in overview 
1492                 keys are not localised'
1493                 the string is now included in claws-mail.pot
1494
1495 2007-07-13 [colin]      2.10.0cvs17
1496
1497         * src/summaryview.c
1498                 Fix bug 1267, 'printing mutliple messages 
1499                 opens one message-dialog after the other'
1500                 Ask for confirmation when printing 10
1501                 messages or more.
1502
1503 2007-07-11 [colin]      2.10.0cvs16
1504
1505         * COPYING
1506         * README
1507         * autogen.sh
1508         * manual/claws-mail-manual.xml
1509         * manual/gpl.xml
1510         * manual/es/claws-mail-manual.xml
1511         * manual/es/gpl.xml
1512         * manual/fr/claws-mail-manual.xml
1513         * manual/fr/gpl.xml
1514         * manual/pl/gpl.xml
1515         * src/account.c
1516         * src/account.h
1517         * src/action.c
1518         * src/action.h
1519         * src/adbookbase.h
1520         * src/addr_compl.c
1521         * src/addr_compl.h
1522         * src/addrbook.c
1523         * src/addrbook.h
1524         * src/addrcache.c
1525         * src/addrcache.h
1526         * src/addrcindex.c
1527         * src/addrcindex.h
1528         * src/addrclip.c
1529         * src/addrclip.h
1530         * src/addrdefs.h
1531         * src/addressadd.c
1532         * src/addressadd.h
1533         * src/addressbook.c
1534         * src/addressbook.h
1535         * src/addressbook_foldersel.c
1536         * src/addressbook_foldersel.h
1537         * src/addressitem.h
1538         * src/addrgather.c
1539         * src/addrgather.h
1540         * src/addrharvest.c
1541         * src/addrharvest.h
1542         * src/addrindex.c
1543         * src/addrindex.h
1544         * src/addritem.c
1545         * src/addritem.h
1546         * src/addrquery.c
1547         * src/addrquery.h
1548         * src/addrselect.c
1549         * src/addrselect.h
1550         * src/alertpanel.c
1551         * src/alertpanel.h
1552         * src/browseldap.c
1553         * src/browseldap.h
1554         * src/codeconv.c
1555         * src/codeconv.h
1556         * src/compose.c
1557         * src/compose.h
1558         * src/crash.c
1559         * src/crash.h
1560         * src/customheader.c
1561         * src/customheader.h
1562         * src/displayheader.c
1563         * src/displayheader.h
1564         * src/editaddress.c
1565         * src/editaddress.h
1566         * src/editaddress_other_attributes_ldap.c
1567         * src/editaddress_other_attributes_ldap.h
1568         * src/editbook.c
1569         * src/editbook.h
1570         * src/editgroup.c
1571         * src/editgroup.h
1572         * src/editjpilot.c
1573         * src/editjpilot.h
1574         * src/editldap.c
1575         * src/editldap.h
1576         * src/editldap_basedn.c
1577         * src/editldap_basedn.h
1578         * src/edittags.c
1579         * src/edittags.h
1580         * src/editvcard.c
1581         * src/editvcard.h
1582         * src/enriched.c
1583         * src/enriched.h
1584         * src/exphtmldlg.c
1585         * src/exphtmldlg.h
1586         * src/expldifdlg.c
1587         * src/expldifdlg.h
1588         * src/export.c
1589         * src/export.h
1590         * src/exporthtml.c
1591         * src/exporthtml.h
1592         * src/exportldif.c
1593         * src/exportldif.h
1594         * src/filtering.c
1595         * src/filtering.h
1596         * src/folder.c
1597         * src/folder.h
1598         * src/folder_item_prefs.c
1599         * src/folder_item_prefs.h
1600         * src/foldersel.c
1601         * src/foldersel.h
1602         * src/folderutils.c
1603         * src/folderutils.h
1604         * src/folderview.c
1605         * src/folderview.h
1606         * src/gedit-print.c
1607         * src/gedit-print.h
1608         * src/grouplistdialog.c
1609         * src/grouplistdialog.h
1610         * src/headerview.c
1611         * src/headerview.h
1612         * src/html.c
1613         * src/html.h
1614         * src/image_viewer.c
1615         * src/image_viewer.h
1616         * src/imap.c
1617         * src/imap.h
1618         * src/imap_gtk.c
1619         * src/imap_gtk.h
1620         * src/import.c
1621         * src/import.h
1622         * src/importldif.c
1623         * src/importldif.h
1624         * src/importmutt.c
1625         * src/importmutt.h
1626         * src/importpine.c
1627         * src/importpine.h
1628         * src/inc.c
1629         * src/inc.h
1630         * src/jpilot.c
1631         * src/jpilot.h
1632         * src/ldapctrl.c
1633         * src/ldapctrl.h
1634         * src/ldaplocate.c
1635         * src/ldaplocate.h
1636         * src/ldapquery.c
1637         * src/ldapquery.h
1638         * src/ldapserver.c
1639         * src/ldapserver.h
1640         * src/ldapupdate.c
1641         * src/ldapupdate.h
1642         * src/ldaputil.c
1643         * src/ldaputil.h
1644         * src/ldif.c
1645         * src/ldif.h
1646         * src/localfolder.c
1647         * src/localfolder.h
1648         * src/main.c
1649         * src/main.h
1650         * src/mainwindow.c
1651         * src/mainwindow.h
1652         * src/manual.c
1653         * src/manual.h
1654         * src/matcher.c
1655         * src/matcher.h
1656         * src/matcher_parser.h
1657         * src/matcher_parser_lex.l
1658         * src/matcher_parser_parse.y
1659         * src/mbox.c
1660         * src/mbox.h
1661         * src/message_search.c
1662         * src/message_search.h
1663         * src/messageview.c
1664         * src/messageview.h
1665         * src/mh.c
1666         * src/mh.h
1667         * src/mh_gtk.c
1668         * src/mh_gtk.h
1669         * src/mimeview.c
1670         * src/mimeview.h
1671         * src/msgcache.c
1672         * src/msgcache.h
1673         * src/mutt.c
1674         * src/mutt.h
1675         * src/news.c
1676         * src/news.h
1677         * src/news_gtk.c
1678         * src/news_gtk.h
1679         * src/noticeview.c
1680         * src/noticeview.h
1681         * src/partial_download.c
1682         * src/partial_download.h
1683         * src/pine.c
1684         * src/pine.h
1685         * src/pop.c
1686         * src/pop.h
1687         * src/prefs_account.c
1688         * src/prefs_account.h
1689         * src/prefs_actions.c
1690         * src/prefs_actions.h
1691         * src/prefs_common.c
1692         * src/prefs_common.h
1693         * src/prefs_compose_writing.c
1694         * src/prefs_compose_writing.h
1695         * src/prefs_customheader.c
1696         * src/prefs_customheader.h
1697         * src/prefs_display_header.c
1698         * src/prefs_display_header.h
1699         * src/prefs_ext_prog.c
1700         * src/prefs_ext_prog.h
1701         * src/prefs_filtering.c
1702         * src/prefs_filtering.h
1703         * src/prefs_filtering_action.c
1704         * src/prefs_filtering_action.h
1705         * src/prefs_folder_column.c
1706         * src/prefs_folder_column.h
1707         * src/prefs_folder_item.c
1708         * src/prefs_folder_item.h
1709         * src/prefs_fonts.c
1710         * src/prefs_fonts.h
1711         * src/prefs_gtk.c
1712         * src/prefs_gtk.h
1713         * src/prefs_image_viewer.c
1714         * src/prefs_image_viewer.h
1715         * src/prefs_logging.c
1716         * src/prefs_logging.h
1717         * src/prefs_matcher.c
1718         * src/prefs_matcher.h
1719         * src/prefs_message.c
1720         * src/prefs_message.h
1721         * src/prefs_msg_colors.c
1722         * src/prefs_msg_colors.h
1723         * src/prefs_other.c
1724         * src/prefs_other.h
1725         * src/prefs_quote.c
1726         * src/prefs_quote.h
1727         * src/prefs_receive.c
1728         * src/prefs_receive.h
1729         * src/prefs_send.c
1730         * src/prefs_send.h
1731         * src/prefs_spelling.c
1732         * src/prefs_spelling.h
1733         * src/prefs_summaries.c
1734         * src/prefs_summaries.h
1735         * src/prefs_summary_column.c
1736         * src/prefs_summary_column.h
1737         * src/prefs_summary_open.c
1738         * src/prefs_summary_open.h
1739         * src/prefs_template.c
1740         * src/prefs_template.h
1741         * src/prefs_themes.c
1742         * src/prefs_themes.h
1743         * src/prefs_toolbar.c
1744         * src/prefs_toolbar.h
1745         * src/prefs_wrapping.c
1746         * src/prefs_wrapping.h
1747         * src/privacy.c
1748         * src/privacy.h
1749         * src/procheader.c
1750         * src/procheader.h
1751         * src/procmime.c
1752         * src/procmime.h
1753         * src/procmsg.c
1754         * src/procmsg.h
1755         * src/quote_fmt.c
1756         * src/quote_fmt_lex.l
1757         * src/quote_fmt_parse.y
1758         * src/recv.c
1759         * src/recv.h
1760         * src/remotefolder.c
1761         * src/remotefolder.h
1762         * src/send_message.c
1763         * src/send_message.h
1764         * src/setup.c
1765         * src/setup.h
1766         * src/simple-gettext.c
1767         * src/sourcewindow.c
1768         * src/sourcewindow.h
1769         * src/ssl_manager.c
1770         * src/ssl_manager.h
1771         * src/statusbar.c
1772         * src/statusbar.h
1773         * src/stock_pixmap.c
1774         * src/stock_pixmap.h
1775         * src/summary_search.c
1776         * src/summary_search.h
1777         * src/summaryview.c
1778         * src/summaryview.h
1779         * src/textview.c
1780         * src/textview.h
1781         * src/toolbar.c
1782         * src/toolbar.h
1783         * src/undo.c
1784         * src/undo.h
1785         * src/unmime.c
1786         * src/unmime.h
1787         * src/uri_opener.c
1788         * src/uri_opener.h
1789         * src/vcard.c
1790         * src/vcard.h
1791         * src/wizard.c
1792         * src/wizard.h
1793         * src/common/base64.c
1794         * src/common/base64.h
1795         * src/common/claws.c
1796         * src/common/claws.h
1797         * src/common/defs.h
1798         * src/common/fnmatch.c
1799         * src/common/fnmatch.h
1800         * src/common/fnmatch_loop.c
1801         * src/common/hooks.c
1802         * src/common/hooks.h
1803         * src/common/log.c
1804         * src/common/log.h
1805         * src/common/md5.c
1806         * src/common/md5.h
1807         * src/common/mgutils.c
1808         * src/common/mgutils.h
1809         * src/common/nntp.c
1810         * src/common/nntp.h
1811         * src/common/passcrypt.c
1812         * src/common/passcrypt.h.in
1813         * src/common/plugin.c
1814         * src/common/plugin.h
1815         * src/common/prefs.c
1816         * src/common/prefs.h
1817         * src/common/progressindicator.c
1818         * src/common/progressindicator.h
1819         * src/common/quoted-printable.c
1820         * src/common/quoted-printable.h
1821         * src/common/session.c
1822         * src/common/session.h
1823         * src/common/smtp.c
1824         * src/common/smtp.h
1825         * src/common/socket.c
1826         * src/common/socket.h
1827         * src/common/ssl.c
1828         * src/common/ssl.h
1829         * src/common/ssl_certificate.c
1830         * src/common/ssl_certificate.h
1831         * src/common/string_match.c
1832         * src/common/string_match.h
1833         * src/common/stringtable.c
1834         * src/common/stringtable.h
1835         * src/common/tags.c
1836         * src/common/tags.h
1837         * src/common/template.c
1838         * src/common/template.h
1839         * src/common/timing.h
1840         * src/common/utils.c
1841         * src/common/utils.h
1842         * src/common/uuencode.c
1843         * src/common/uuencode.h
1844         * src/common/version.h.in
1845         * src/common/w32_dirent.c
1846         * src/common/w32_reg.c
1847         * src/common/w32_signal.c
1848         * src/common/w32_stat.c
1849         * src/common/w32_stdlib.c
1850         * src/common/w32_string.c
1851         * src/common/w32_time.c
1852         * src/common/w32_unistd.c
1853         * src/common/w32_wait.c
1854         * src/common/w32lib.h
1855         * src/common/xml.c
1856         * src/common/xml.h
1857         * src/common/xmlprops.c
1858         * src/common/xmlprops.h
1859         * src/etpan/etpan-errors.h
1860         * src/etpan/etpan-thread-manager-types.h
1861         * src/etpan/etpan-thread-manager.c
1862         * src/etpan/etpan-thread-manager.h
1863         * src/etpan/imap-thread.c
1864         * src/etpan/imap-thread.h
1865         * src/gtk/about.c
1866         * src/gtk/about.h
1867         * src/gtk/colorlabel.c
1868         * src/gtk/colorlabel.h
1869         * src/gtk/colorsel.c
1870         * src/gtk/colorsel.h
1871         * src/gtk/combobox.c
1872         * src/gtk/combobox.h
1873         * src/gtk/description_window.c
1874         * src/gtk/description_window.h
1875         * src/gtk/filesel.c
1876         * src/gtk/filesel.h
1877         * src/gtk/foldersort.c
1878         * src/gtk/foldersort.h
1879         * src/gtk/gtkaspell.c
1880         * src/gtk/gtkaspell.h
1881         * src/gtk/gtksctree.c
1882         * src/gtk/gtkshruler.c
1883         * src/gtk/gtkshruler.h
1884         * src/gtk/gtksourceprintjob.c
1885         * src/gtk/gtksourceprintjob.h
1886         * src/gtk/gtkutils.c
1887         * src/gtk/gtkutils.h
1888         * src/gtk/gtkvscrollbutton.c
1889         * src/gtk/gtkvscrollbutton.h
1890         * src/gtk/icon_legend.c
1891         * src/gtk/icon_legend.h
1892         * src/gtk/inputdialog.c
1893         * src/gtk/inputdialog.h
1894         * src/gtk/logwindow.c
1895         * src/gtk/logwindow.h
1896         * src/gtk/manage_window.c
1897         * src/gtk/manage_window.h
1898         * src/gtk/menu.c
1899         * src/gtk/menu.h
1900         * src/gtk/pluginwindow.c
1901         * src/gtk/pluginwindow.h
1902         * src/gtk/prefswindow.c
1903         * src/gtk/prefswindow.h
1904         * src/gtk/progressdialog.c
1905         * src/gtk/progressdialog.h
1906         * src/gtk/quicksearch.c
1907         * src/gtk/quicksearch.h
1908         * src/gtk/sslcertwindow.c
1909         * src/gtk/sslcertwindow.h
1910         * src/plugins/bogofilter/bogofilter.c
1911         * src/plugins/bogofilter/bogofilter.h
1912         * src/plugins/bogofilter/bogofilter_gtk.c
1913         * src/plugins/clamav/clamav_plugin.c
1914         * src/plugins/clamav/clamav_plugin.h
1915         * src/plugins/clamav/clamav_plugin_gtk.c
1916         * src/plugins/demo/demo.c
1917         * src/plugins/dillo_viewer/dillo_prefs.c
1918         * src/plugins/dillo_viewer/dillo_prefs.h
1919         * src/plugins/dillo_viewer/dillo_viewer.c
1920         * src/plugins/pgpcore/passphrase.c
1921         * src/plugins/pgpcore/passphrase.h
1922         * src/plugins/pgpcore/pgp_viewer.c
1923         * src/plugins/pgpcore/pgp_viewer.h
1924         * src/plugins/pgpcore/plugin.c
1925         * src/plugins/pgpcore/prefs_gpg.c
1926         * src/plugins/pgpcore/prefs_gpg.h
1927         * src/plugins/pgpcore/select-keys.c
1928         * src/plugins/pgpcore/select-keys.h
1929         * src/plugins/pgpcore/sgpgme.c
1930         * src/plugins/pgpcore/sgpgme.h
1931         * src/plugins/pgpinline/pgpinline.c
1932         * src/plugins/pgpinline/pgpinline.h
1933         * src/plugins/pgpinline/plugin.c
1934         * src/plugins/pgpmime/pgpmime.c
1935         * src/plugins/pgpmime/pgpmime.h
1936         * src/plugins/pgpmime/plugin.c
1937         * src/plugins/spamassassin/spamassassin.c
1938         * src/plugins/spamassassin/spamassassin.h
1939         * src/plugins/spamassassin/spamassassin_gtk.c
1940         * src/plugins/trayicon/trayicon.c
1941         * src/plugins/trayicon/trayicon_prefs.c
1942         * src/plugins/trayicon/trayicon_prefs.h
1943         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
1944         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
1945         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
1946         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1947         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
1948         * tools/OOo2claws-mail.pl
1949         * tools/README.sylprint
1950         * tools/acroread2claws-mail.pl
1951         * tools/claws-mail-compose-insert-files.pl
1952         * tools/convert_mbox.pl
1953         * tools/filter_conv.pl
1954         * tools/filter_conv_new.pl
1955         * tools/fix_date.sh
1956         * tools/freshmeat_search.pl
1957         * tools/google_search.pl
1958         * tools/kmail-mailbox2claws-mail.pl
1959         * tools/kmail2claws-mail.pl
1960         * tools/kmail2claws-mail_v2.pl
1961         * tools/mairix.sh
1962         * tools/make.themes.project
1963         * tools/multiwebsearch.pl
1964         * tools/nautilus2claws-mail.sh
1965         * tools/outlook2claws-mail.pl
1966         * tools/textviewer.sh
1967         * tools/thunderbird-filters-convertor.pl
1968         * tools/update-po
1969         * tools/uuooffice
1970         * tools/vcard2xml.py
1971         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1972                 Upgrade to GPLv3 or later.
1973
1974 2007-07-10 [wwp]        2.10.0cvs15
1975
1976         * src/main.c
1977                 Fix re-opening of all composing messages that were
1978                 opened when closing the previous instance, thanks
1979                 to Colin.
1980
1981 2007-07-10 [paul]       2.10.0cvs14
1982
1983         * src/editaddress_other_attributes_ldap.c
1984         * src/ldapupdate.c
1985                 fix crash on selecting 'other attributes' combo
1986                 for either a new entry or an old entry with no
1987                 existing attributes.
1988                 fix bug on editing multiple attributes which
1989                 resulted them all having the value of the last
1990                 one changed.
1991                 Thanks to Colin
1992
1993 2007-07-10 [colin]      2.10.0cvs13
1994
1995         * src/editaddress.c
1996         * src/editaddress_other_attributes_ldap.h
1997         * src/ldapupdate.c
1998                 Fix --disable-ldap build
1999
2000 2007-07-09 [colin]      2.10.0cvs12
2001
2002         * src/Makefile.am
2003         * src/addritem.c
2004         * src/addritem.h
2005         * src/editaddress.c
2006         * src/editaddress_other_attributes_ldap.c
2007         * src/editaddress_other_attributes_ldap.h
2008         * src/editldap.c
2009         * src/ldapctrl.c
2010         * src/ldapctrl.h
2011         * src/ldapupdate.c
2012                 Add capability to edit all inetOrgPerson
2013                 attributes on LDAP. Patch by Michael 
2014                 Rasmussen
2015
2016 2007-07-09 [colin]      2.10.0cvs11
2017
2018         * src/Makefile.am
2019         * src/exporthtml.c
2020         * src/mbox.c
2021         * src/msgcache.c
2022         * src/prefs_summaries.c
2023         * src/prefs_themes.c
2024         * src/procheader.c
2025         * src/common/Makefile.am
2026         * src/common/log.c
2027         * src/common/timing.h
2028         * src/common/utils.c
2029         * src/common/utils.h
2030         * src/common/w32_account.c
2031         * src/common/w32lib.h
2032         * src/gtk/Makefile.am
2033         * src/gtk/colorlabel.c
2034         * src/plugins/pgpcore/Makefile.am
2035         * src/plugins/pgpcore/claws.def
2036         * src/plugins/pgpcore/passphrase.c
2037         * src/plugins/pgpcore/pgp_viewer.c
2038         * src/plugins/pgpcore/plugin.def
2039         * src/plugins/pgpcore/sgpgme.c
2040         * src/plugins/pgpinline/Makefile.am
2041         * src/plugins/pgpinline/claws.def
2042         * src/plugins/pgpinline/mypgpcore.def
2043         * src/plugins/pgpinline/plugin.def
2044         * src/plugins/pgpmime/Makefile.am
2045         * src/plugins/pgpmime/claws.def
2046         * src/plugins/pgpmime/mypgpcore.def
2047         * src/plugins/pgpmime/plugin.def
2048                 Commit win32 patch, from Werner Koch and
2049                 Marcus Brinkmann
2050
2051 2007-07-09 [colin]      2.10.0cvs10
2052
2053         * src/prefs_toolbar.c
2054                 Fix crash when no actions exist
2055
2056 2007-07-07 [paul]       2.10.0cvs9
2057
2058         * COPYING
2059         * manual/claws-mail-manual.xml
2060                 update copyright year
2061         * po/fi.po
2062                 updated by Flammie Pirinen
2063
2064 2007-07-05 [wwp]        2.10.0cvs8
2065
2066         * src/plugins/clamav/clamav_plugin_gtk.c
2067                 Make vertical spacing like in other plugin prefs pages.
2068
2069 2007-07-05 [wwp]        2.10.0cvs7
2070
2071         * src/quote_fmt.c
2072                 It's %am that works, not %ae (this doc incoherence has been
2073                 introduced with 2.9.2cvs13).
2074
2075 2007-07-04 [wwp]        2.10.0cvs6
2076
2077         * src/plugins/bogofilter/bogofilter.c
2078                 Gettext-ize an occurrence of "Any" that wasn't.
2079
2080 2007-07-04 [colin]      2.10.0cvs5
2081
2082         * po/POTFILES.in
2083                 Fix untranslated strings; thanks
2084                 to Pader Rezso.
2085
2086 2007-07-03 [colin]      2.10.0cvs4
2087
2088         * src/folder.c
2089         * src/mainwindow.c
2090                 Fix saving of sort mode for tags and
2091                 thread date. Thanks to Pierre Ossman.
2092                 Completes fix for bug 1233
2093
2094 2007-07-03 [paul]       2.10.0cvs3
2095
2096         * src/compose.c
2097                 fix auto-save
2098         * src/summaryview.c
2099                 fix build warnings
2100         Thanks to Colin
2101
2102 2007-07-02 [colin]      2.10.0cvs2
2103
2104         * src/folder.h
2105         * src/mainwindow.c
2106         * src/procmsg.h
2107         * src/summaryview.c
2108                 Add View/Sort/by Thread date
2109                 Fixes bug 1233, 'Capability to sort 
2110                 threads by most recent message'
2111                 Based on a patch by Paul Rolland
2112
2113 2007-07-02 [colin]      2.10.0cvs1
2114
2115         * src/Makefile.am
2116         * src/compose.c
2117         * src/edittags.c
2118         * src/edittags.h
2119         * src/filtering.c
2120         * src/folder.c
2121         * src/folder.h
2122         * src/headerview.c
2123         * src/headerview.h
2124         * src/main.c
2125         * src/mainwindow.c
2126         * src/mainwindow.h
2127         * src/manual.h
2128         * src/matcher.c
2129         * src/matcher.h
2130         * src/matcher_parser_parse.y
2131         * src/mimeview.c
2132         * src/msgcache.c
2133         * src/msgcache.h
2134         * src/prefs_common.c
2135         * src/prefs_common.h
2136         * src/prefs_filtering_action.c
2137         * src/prefs_matcher.c
2138         * src/prefs_summary_column.c
2139         * src/procmsg.c
2140         * src/procmsg.h
2141         * src/quote_fmt.c
2142         * src/quote_fmt_lex.l
2143         * src/quote_fmt_parse.y
2144         * src/summaryview.c
2145         * src/summaryview.h
2146         * src/textview.c
2147         * src/common/Makefile.am
2148         * src/common/defs.h
2149         * src/common/tags.c
2150         * src/common/tags.h
2151         * src/gtk/quicksearch.c
2152         * src/gtk/quicksearch.h
2153                 Add Tags implementation. Tags are arbitrary labels
2154                 that can be applied to messages. It is possible 
2155                 to create, edit, remove tags; apply them to mails;
2156                 filter on tags or tag presence; apply or unset
2157                 tags via filtering actions; reference tags in
2158                 reply templates.
2159
2160 2007-07-02 [paul]       2.10.0
2161
2162         * NEWS
2163         * README
2164         * RELEASE_NOTES
2165                 2.10.0 released
2166
2167 2007-07-02 [paul]       2.9.2cvs78
2168
2169         * po/de.po
2170         * po/en_GB.po
2171         * po/es.po
2172         * po/fr.po
2173         * po/hu.po
2174         * po/pt_BR.po
2175         * po/ru.po
2176         * po/zh_CN.po
2177                 updated by Stephan Sachse, me, Ricardo Mones
2178                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2179                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2180
2181 2007-07-02 [paul]       2.9.2cvs77
2182
2183         * AUTHORS
2184                 updated
2185
2186 2007-06-29 [wwp]        2.9.2cvs76
2187
2188         * src/gtk/headers.h
2189                 Fix a typo (thanks to Ricardo for finding this out).
2190
2191 2007-06-28 [paul]       2.9.2cvs75
2192
2193         * src/folderview.c
2194                 fix build warnings
2195
2196 2007-06-28 [paul]       2.9.2cvs74
2197
2198         * tools/Makefile.am
2199                 fix bug in the autotools build system.
2200                 Files cataloged under EXTRA_DIST were never
2201                 automatically copied to the build tree.
2202                 (fix 'make distcheck')
2203                 Patch by Michael Rasmussen.
2204
2205 2007-06-24 [colin]      2.9.2cvs73
2206
2207         * src/news_gtk.c
2208                 Fix bug 1249, 'Error handling for 
2209                 news errors needs modification'
2210                 Only popup error if the according
2211                 pref in Prefs/Receive is set.
2212
2213 2007-06-21 [colin]      2.9.2cvs72
2214
2215         * src/common/plugin.c
2216         * src/common/plugin.h
2217                 Change plugin API to know whether it's safe to 
2218                 unload plugins or whether we should just hide
2219                 them. Fixes bug 1248, 'Core dumps after 
2220                 unloading plugin and clicking on load plugins'
2221         * src/plugins/bogofilter/bogofilter.c
2222         * src/plugins/clamav/clamav_plugin.c
2223         * src/plugins/demo/demo.c
2224         * src/plugins/dillo_viewer/dillo_viewer.c
2225         * src/plugins/pgpcore/plugin.c
2226         * src/plugins/pgpinline/plugin.c
2227         * src/plugins/pgpmime/plugin.c
2228         * src/plugins/spamassassin/spamassassin.c
2229         * src/plugins/trayicon/trayicon.c
2230                 Update API
2231
2232 2007-06-19 [colin]      2.9.2cvs71
2233
2234         * src/compose.c
2235         * src/messageview.c
2236                 Fix crash mentioned in bug 1246
2237                 Race condition when automatically drafting
2238                 due to insertion on reedit.
2239
2240 2007-06-18 [wwp]        2.9.2cvs70
2241
2242         * src/importldif.c
2243                 LDIF import: use a "Proceed" button to complete
2244                 the process.
2245
2246 2007-06-18 [paul]       2.9.2cvs69
2247
2248         * configure.ac
2249                 use pkgconfig to check for gtk and glib
2250
2251 2007-06-17 [wwp]        2.9.2cvs68
2252
2253         * src/ldif.c
2254         * src/importldif.c
2255                 LDIF import: better error handling, minor code
2256                 and UI cleanup, and renamed the Save button
2257                 to Close, as imported stuff is already saved
2258                 when the Save button is shown.
2259
2260 2007-06-17 [colin]      2.9.2cvs67
2261
2262         * src/prefs_summaries.c
2263         * src/procmsg.c
2264                 Don't set as read when forwarded, only replied to
2265
2266 2007-06-17 [paul]       2.9.2cvs66
2267
2268         * src/alertpanel.c
2269                 add missing #include
2270
2271 2007-06-16 [colin]      2.9.2cvs65
2272
2273         * src/prefs_summaries.c
2274         * src/procmsg.c
2275                 Change the pref "Only mark as read when opened
2276                 in new window" to "..., replied to or forwarded".
2277                 Based on a patch by Paul Rolland.
2278
2279 2007-06-16 [paul]       2.9.2cvs64
2280
2281         * src/gtk/authors.h
2282                 alphabetical order! :)
2283
2284 2007-06-16 [colin]      2.9.2cvs63
2285
2286         * AUTHORS
2287         * src/gtk/authors.h
2288                 Add Michael Rasmussen in authors list
2289
2290 2007-06-16 [colin]      2.9.2cvs62
2291
2292         * src/messageview.c
2293                 Fix messageview_copy_clipboard to take advantage
2294                 of plugins' get_selection.
2295
2296 2007-06-15 [colin]      2.9.2cvs61
2297
2298         * src/action.c
2299         * src/addr_compl.c
2300         * src/addressbook.c
2301         * src/folderview.c
2302         * src/message_search.c
2303         * src/mimeview.c
2304         * src/summary_search.c
2305         * src/summaryview.c
2306         * src/textview.c
2307                 Allow GDK_KP_Enter to do the same as GDK_Return
2308                 Patch by Michael Rasmussen
2309
2310 2007-06-15 [paul]       2.9.2cvs60
2311
2312         * src/compose.c
2313                 fix bug when closing a compose window
2314                 during autosave
2315
2316 2007-06-14 [paul]       2.9.2cvs59
2317
2318         * src/main.c
2319         * src/common/defs.h
2320                 migrate sylpheed config
2321
2322 2007-06-14 [wwp]        2.9.2cvs58
2323
2324         * src/gtk/pluginwindow.c
2325                 Yet another attempt to fix sizing/alignment of the
2326                 button bar in plugins window.
2327
2328 2007-06-12 [colin]      2.9.2cvs57
2329
2330         * po/POTFILES.in
2331         * src/Makefile.am
2332         * src/folderview.c
2333         * src/prefs_common.c
2334         * src/prefs_common.h
2335         * src/prefs_summaries.c
2336         * src/prefs_summary_open.c
2337         * src/prefs_summary_open.h
2338         * src/summaryview.c
2339                 Make "when entering a folder" actions more personalisable
2340
2341 2007-06-12 [wwp]        2.9.2cvs56
2342
2343         * tools/README
2344                 Use short description from Paul (mairix.sh).
2345
2346 2007-06-12 [wwp]        2.9.2cvs55
2347
2348         * tools/README
2349                 Updated info about mairix.sh.
2350
2351 2007-06-11 [paul]       2.9.2cvs54
2352
2353         * src/prefs_logging.c
2354                 rework log window length widgets
2355                 and some sensitivity fixes
2356
2357 2007-06-11 [paul]       2.9.2cvs53
2358
2359         * src/mainwindow.c
2360         * src/prefs_logging.c
2361                 rename 'Protocol Log' to 'Network Log'
2362                 and some function renaming
2363
2364 2007-06-10 [wwp]        2.9.2cvs52
2365
2366         * src/gtk/pluginwindow.c
2367                 Revert 2.9.2cvs51.
2368
2369 2007-06-10 [wwp]        2.9.2cvs51
2370
2371         * src/gtk/pluginwindow.c
2372                 Fix button bar in plugin window, was centered and not
2373                 behaving like other dialogs w/ such button bar.
2374
2375 2007-06-08 [wwp]        2.9.2cvs50
2376
2377         * src/compose.c
2378         * src/compose.h
2379         * src/main.c
2380         * src/mainwindow.c
2381         * src/mainwindow.h
2382                 Provide a way out of automatic draft saving on IMAP, when
2383                 exiting offline.
2384                 Prevent drafting while sending and quitting while sending.
2385                 Thanks for Colin.
2386
2387
2388
2389 2007-06-08 [wwp]        2.9.2cvs49
2390
2391         * src/prefs_account.c
2392         * src/gtk/prefswindow.c
2393         * src/gtk/prefswindow.h
2394                 Activate the Basic page when opening account prefs.
2395
2396 2007-06-08 [wwp]        2.9.2cvs48
2397
2398         * src/common/socket.c
2399                 Don't crash if fork() fails, thanks to Colin.
2400
2401 2007-06-08 [wwp]        2.9.2cvs47
2402
2403         * src/gtk/prefswindow.c
2404                 Wrap some long lines, and reset horizontal scroller's adjusment
2405                 (this was already done, vertically), when changing tab (not page)
2406                 in prefs windows.
2407
2408 2007-06-08 [paul]       2.9.2cvs46
2409
2410         * src/common/utils.c
2411                 use gethostname() instead of uname()
2412                 based on a patch by Michael Hughes
2413                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2414
2415 2007-06-07 [wwp]        2.9.2cvs45
2416
2417         * src/prefs_common.c
2418                 Fix some useless warnings, thanks to Colin.
2419
2420 2007-06-06 [colin]      2.9.2cvs44
2421
2422         * src/ldapupdate.c
2423                 Fix strange allocations. 
2424
2425 2007-06-06 [colin]      2.9.2cvs43
2426
2427         * src/ldapupdate.c
2428                 Patch by Michael Rasmussus to help
2429                 bug 1232
2430
2431 2007-06-05 [wwp]        2.9.2cvs42
2432
2433         * src/prefs_account.c
2434         * src/prefs_folder_item.c
2435         * src/prefs_quote.c
2436         * src/quote_fmt.c
2437         * src/quote_fmt.h
2438                 Per-folder templates can now be applied recursively.
2439                 Always save per-folder templates (formats were erroneously
2440                 saved only if they were enabled).
2441                 Check for validity of quotation marks everywhere there
2442                 are defined.
2443
2444 2007-06-05 [wwp]        2.9.2cvs41
2445
2446         * src/inc.c
2447                 Fix incoming messages from local accounts always getting filtered
2448                 (even if the account prefs say don't), thanks to Colin.
2449
2450 2007-06-05 [wwp]        2.9.2cvs40
2451
2452         * src/compose.c
2453         * src/compose.h
2454                 Use per-folder/per-account quote chars when applying a
2455                 template or inserting text as well. Const'ify some
2456                 vars more.
2457
2458 2007-06-04 [colin]      2.9.2cvs39
2459
2460         * src/compose.c
2461                 More work for wwp :)
2462
2463 2007-06-04 [wwp]        2.9.2cvs38
2464
2465         * src/compose.c
2466                 Same as 2.9.2cvs36 but for forwarding.
2467
2468 2007-06-04 [colin]      2.9.2cvs37
2469
2470         * src/compose.c
2471                 Use original mail file for forward/redirect
2472                 Fixes some forwarded mails to be attached as
2473                 application/octet-stream (when they have binary
2474                 parts), and incidentally fixes bug 848
2475                 'Redirect breaks GnuPG'
2476
2477 2007-06-04 [wwp]        2.9.2cvs36
2478
2479         * src/compose.c
2480                 Fix quote mark mis-initialisation when replying/forwarding
2481                 (introduced w/ 2.9.2cvs20).
2482
2483 2007-06-04 [wwp]        2.9.2cvs35
2484
2485         * src/prefs_compose_writing.c
2486         * src/prefs_quote.c
2487                 Fix a bug where Quotation characters (prefs/compose/writing)
2488                 was cleared (introduced w/ 2.9.2cvs26).
2489
2490 2007-06-04 [wwp]        2.9.2cvs34
2491
2492         * src/prefs_account.c
2493         * src/prefs_account.h
2494                 Better fix for compiling w/o aspell (rollbacks
2495                 2.9.2cvs31).
2496
2497 2007-06-04 [wwp]        2.9.2cvs33
2498
2499         * src/account.c
2500         * src/prefs_account.c
2501         * src/prefs_account.h
2502         * src/procmsg.c
2503                 It's now possible to disable mail filtering plugins
2504                 on a per-account basis.
2505
2506 2007-06-04 [wwp]        2.9.2cvs32
2507
2508         * src/procheader.c
2509         * src/common/utils.c
2510         * src/common/utils.h
2511                 Support CRLF in headers part of messages.
2512                 Support few more date formats (RFC3339 subsets).
2513
2514 2007-06-04 [wwp]        2.9.2cvs31
2515
2516         * src/prefs_account.c
2517                 Fix compiling w/o aspell support.
2518
2519 2007-06-03 [wwp]        2.9.2cvs30
2520
2521         * src/prefs_gtk.c
2522                 Don't decode leading ENV_ and ~ in P_PASSWORD
2523                 values.
2524
2525 2007-06-03 [wwp]        2.9.2cvs29
2526
2527         * src/prefs_gtk.c
2528                 Don't decode leading ENV_ and ~ in P_PASSWORD
2529                 values.
2530
2531 2007-06-03 [wwp]        2.9.2cvs28
2532
2533         * src/prefs_account.c
2534         * src/gtk/prefswindow.c
2535         * src/gtk/prefswindow.h
2536                 Added a way to force preloading of all pages
2537                 (prefswindow).
2538                 Moved tabs to pages in account prefs.
2539
2540 2007-06-02 [colin]      2.9.2cvs27
2541
2542         * src/addressbook.c
2543                 Fix possible crash, fix ldap write bugs
2544         * src/ldapupdate.c
2545                 Fix ldap write bugs - patch by Michael
2546                 Rasmussen
2547         * src/alertpanel.c
2548         * src/alertpanel.h
2549                 Add a hook whenever alertpanel opens/closes
2550
2551 2007-05-31 [wwp]        2.9.2cvs26
2552
2553         * src/prefs_compose_writing.c
2554         * src/prefs_quote.c
2555                 Re-organized writing options a bit:
2556                  - renamed the Quoting page to Templates
2557                  - moved all composing templates to that page
2558                  - moved non-templates options to the Writing one,
2559                    grouped reply-related options, reordered reply and
2560                    forward options.
2561
2562 2007-05-31 [wwp]        2.9.2cvs25
2563
2564         * src/compose.c
2565                 Removed unused code.
2566
2567 2007-05-31 [colin]      2.9.2cvs24
2568
2569         * src/addressbook.c
2570                 Fix missing display name when modifying
2571                 LDAP. Patch by Michael Rasmussen
2572
2573 2007-05-31 [wwp]        2.9.2cvs23
2574
2575         * src/plugins/bogofilter/Makefile.am
2576         * src/plugins/clamav/Makefile.am
2577         * src/plugins/demo/Makefile.am
2578         * src/plugins/dillo_viewer/Makefile.am
2579         * src/plugins/spamassassin/Makefile.am
2580                 Fix building of those plugins in Mac OS X.
2581
2582 2007-05-30 [wwp]        2.9.2cvs22
2583
2584         * src/gtk/quicksearch.c
2585                 Fix missing initialization.
2586
2587 2007-05-30 [wwp]        2.9.2cvs21
2588
2589         * src/procheader.c
2590                 Revert accidental commit (debug outputs).
2591
2592 2007-05-30 [wwp]        2.9.2cvs20
2593
2594         * src/compose.c
2595         * src/folder_item_prefs.c
2596         * src/folder_item_prefs.h
2597         * src/prefs_account.c
2598         * src/prefs_account.h
2599         * src/prefs_folder_item.c
2600         * src/prefs_gtk.c
2601         * src/prefs_gtk.h
2602                 Implemented per-account and per-folder
2603                 compose/reply/forward formats.
2604
2605 2007-05-30 [wwp]        2.9.2cvs19
2606
2607         * src/prefs_compose_writing.c
2608         * src/prefs_quote.c
2609         * src/procheader.c
2610         * src/quote_fmt.c
2611         * src/quote_fmt.h
2612                 Internal API changes (factorize quote format
2613                 prefs and checks).
2614
2615 2007-05-30 [colin]      2.9.2cvs18
2616
2617         * src/compose.c
2618                 Fix race where it's possible to re-click Send
2619                 between end of SMTP session and end of "move to
2620                 sent folder" when sending an email with send
2621                 dialog enabled.
2622
2623 2007-05-30 [colin]      2.9.2cvs17
2624
2625         * src/crash.c
2626                 Ask for backtrace on all threads. Patch by
2627                 Pawel
2628         * src/folderview.c
2629                 Fix stale news statusbar when scanning fails.
2630                 Patch by Pawel
2631         * src/ldapupdate.c
2632                 Fix some LDAP write updates bugs. Patch
2633                 by Michael Rasmussen
2634
2635 2007-05-29 [colin]      2.9.2cvs16
2636
2637         * src/imap.c
2638                 Fix loss of local flags when moving mails
2639                 on IMAP in high-bandwidth mode (UID FETCH)
2640
2641 2007-05-25 [paul]       2.9.2cvs15
2642
2643         * src/common/socket.c
2644                 fix sometimes crasher on cancelling
2645                 message sending
2646
2647 2007-05-25 [colin]      2.9.2cvs14
2648
2649         * src/imap.c
2650                 Fix a memory leak
2651         * src/imap_gtk.c
2652                 Be more helpful in the subscription
2653                 message
2654
2655 2007-05-23 [wwp]        2.9.2cvs13
2656
2657         * src/compose.c
2658         * src/prefs_compose_writing.c
2659         * src/prefs_quote.c
2660         * src/prefs_template.c
2661         * src/prefs_template.h
2662         * src/quote_fmt.c
2663         * src/quote_fmt.h
2664         * src/quote_fmt_lex.l
2665         * src/quote_fmt_parse.y
2666                 Introduced new syntax elements (symbols and commands)
2667                 in templates/quote_fmt. Compatibility w/ old
2668                 symbols is kept.
2669                 Updated and reworked the corresponding Information
2670                 dialog.
2671                 Display the line number in dialogs that talk about
2672                 parser errors (in addition to the error message in
2673                 output).
2674
2675 2007-05-23 [wwp]        2.9.2cvs12
2676
2677         * src/quote_fmt_parse.y
2678                 Fix 2.9.2cvs11, probably a paste accident ;).
2679
2680 2007-05-23 [wwp]        2.9.2cvs11
2681
2682         * src/compose.c
2683         * src/prefs_template.c
2684         * src/quote_fmt.h
2685         * src/quote_fmt_parse.y
2686                 Fix 2.9.2cvs10, which broke --disable-aspell.
2687
2688 2007-05-22 [wwp]        2.9.2cvs10
2689
2690         * src/compose.c
2691         * src/prefs_template.c
2692         * src/quote_fmt.c
2693         * src/quote_fmt.h
2694         * src/quote_fmt_lex.l
2695         * src/quote_fmt_parse.y
2696         * src/gtk/gtkaspell.c
2697         * src/gtk/gtkaspell.h
2698                 Added template/quote format syntactical elements
2699                 to show and query:
2700                         - current dictionary
2701                           %T to show (shows empty if not set or not enabled),
2702                           ?T and !T to check if the default dictionary is
2703                           enabled and set
2704                         - current account's default dictionary
2705                           %aT to show (empty if not set or not enabled),
2706                           ?aT and !aT to check if it's enabled and set
2707                         - name completion for an address, from the address
2708                           book
2709                           %ABf, %ABt, %ABc respectively show the full name got
2710                           from the address book if From, To or Cc match a single
2711                           contact.
2712                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2713                           matches any contact and if the full name is non-empty.
2714                           If From, To or Cc are lists of email addresses, only
2715                           the first address will be checked.
2716                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2717                 that could show a trailing ','.
2718                 Also, template/quote_fmt parser now shows the line number in case
2719                 of parser error.
2720
2721 2007-05-15 [colin]      2.9.2cvs9
2722
2723         * src/main.c
2724         * src/main.h
2725                 Add a public function to know whether Claws
2726                 crashed last time
2727                 Store opened folder when exiting
2728         * src/folder.c
2729         * src/folder.h
2730                 Store last opened message in each FolderItem;
2731                 Reset last seen messages if Claws crashed, so 
2732                 that one can't go in an infinite crash in case 
2733                 a particular mail crashes Claws.
2734         * src/messageview.c
2735         * src/prefs_common.c
2736         * src/prefs_common.h
2737         * src/summaryview.c
2738         * src/prefs_summaries.c
2739                 Add "Select last opened message" when entering
2740                 a folder
2741                 Add "Select last opened folder" at startup.
2742
2743 2007-05-14 [colin]      2.9.2cvs8
2744
2745         * manual/xml2pdf
2746                 Fix bashism, search for xml catalog 
2747                 in /usr/local/share/xml/catalog too
2748                 Patch by Pawel
2749
2750 2007-05-13 [wwp]        2.9.2cvs7
2751
2752         * src/gtk/logwindow.c
2753                 fix raising log windows when they are either minimized or
2754                 in background.
2755
2756 2007-05-11 [colin]      2.9.2cvs6
2757
2758         * src/gtk/filesel.c
2759                 Use Hildon's file chooser on Maemo. Patch
2760                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2761                 'File attachment "manipulation" bugs...'
2762
2763 2007-05-10 [wwp]        2.9.2cvs5
2764
2765         * src/prefs_common.c
2766         * src/prefs_common.h
2767         * src/gtk/quicksearch.c
2768                 Add a quicksearch option to automatically run
2769                 a search selected from the history (this option
2770                 is exclusive towards type-ahead).
2771
2772 2007-05-10 [colin]      2.9.2cvs4
2773
2774         * src/imap.c
2775                 Fix g_warnings, thanks to Brian
2776                 Morrison
2777
2778 2007-05-09 [colin]      2.9.2cvs3
2779
2780         * src/crash.c
2781         * src/exporthtml.c
2782         * src/mbox.c
2783         * src/prefs_summaries.c
2784         * src/procheader.c
2785         * src/common/log.c
2786         * src/common/utils.c
2787         * src/gtk/gtksourceprintjob.c
2788         * src/gtk/sslcertwindow.c
2789                 Use the re-entrant variant of time functions
2790                 Probably fixes bug 1217, 'reentrancy problems 
2791                 with time functions'
2792
2793 2007-05-09 [colin]      2.9.2cvs2
2794
2795         * src/imap.c
2796                 Fix crasher when reconnection fails
2797
2798 2007-05-08 [paul]       2.9.2cvs1
2799
2800         * NEWS
2801         * README
2802         * RELEASE_NOTES
2803         * configure.ac
2804                 bump version number following
2805                 stable release
2806
2807 2007-05-08 [paul]       2.9.1cvs48
2808
2809         * src/plugins/demo/demo.c
2810         * src/plugins/dillo_viewer/dillo_prefs.c
2811         * src/plugins/dillo_viewer/dillo_prefs.h
2812         * src/plugins/dillo_viewer/dillo_viewer.c
2813         * src/plugins/pgpcore/pgp_viewer.c
2814         * src/plugins/pgpcore/pgp_viewer.h
2815         * src/plugins/pgpcore/plugin.c
2816         * src/plugins/pgpcore/prefs_gpg.c
2817         * src/plugins/pgpcore/prefs_gpg.h
2818         * src/plugins/pgpcore/sgpgme.c
2819         * src/plugins/pgpcore/sgpgme.h
2820         * src/plugins/pgpinline/plugin.c
2821         * src/plugins/pgpmime/pgpmime.c
2822         * src/plugins/pgpmime/pgpmime.h
2823         * src/plugins/pgpmime/plugin.c
2824         * src/plugins/spamassassin/spamassassin.c
2825         * src/plugins/spamassassin/spamassassin.h
2826         * src/plugins/spamassassin/spamassassin_gtk.c
2827         * src/plugins/trayicon/README
2828         * tools/README
2829         * tools/README.sylprint
2830         * tools/outlook2claws-mail.pl
2831         * tools/sylprint.pl
2832         * tools/tb2claws-mail
2833         * tools/tbird2claws.py
2834         * tools/update-po
2835         * tools/vcard2xml.py
2836         * tools/kdeservicemenu/README
2837                 cleanups and corrections
2838
2839 2007-05-06 [wwp]        2.9.1cvs47
2840
2841         * tools/uudec
2842                 Fix missing dash to `display` command-line, reported
2843                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2844
2845 2007-05-06 [colin]      2.9.1cvs46
2846
2847         * src/Makefile.am
2848         * src/stock_pixmap.c
2849         * src/stock_pixmap.h
2850         * src/pixmaps/printer.xpm
2851                 Add a printer icon
2852
2853 2007-05-06 [paul]       2.9.1cvs45
2854
2855         * src/compose.c
2856         * src/ldapquery.c
2857         * src/privacy.h
2858         * src/summary_search.c
2859         * src/summaryview.c
2860                 fix build warnings
2861
2862 2007-05-05 [wwp]        2.9.1cvs44
2863
2864         * src/messageview.c
2865         * src/mh.c
2866         * src/prefs_actions.c
2867         * src/prefs_gtk.c
2868         * src/summaryview.c
2869         * src/common/xml.c
2870                 Fix "faild" typos everywhere and capitalization of
2871                 some g_warnings.
2872
2873 2007-05-04 [colin]      2.9.1cvs43
2874
2875         * src/compose.c
2876         * src/privacy.c
2877         * src/privacy.h
2878         * src/plugins/pgpcore/prefs_gpg.c
2879         * src/plugins/pgpcore/prefs_gpg.h
2880         * src/plugins/pgpinline/pgpinline.c
2881         * src/plugins/pgpmime/pgpmime.c
2882                 Add an API to warn about encryption limits,
2883                 and allow to disable these warnings
2884
2885 2007-05-03 [colin]      2.9.1cvs42
2886
2887         * src/summaryview.c
2888         * src/mainwindow.c
2889                 Fix bug 1213, 'Delete more than 
2890                 one thread at once'
2891
2892 2007-05-03 [wwp]        2.9.1cvs41
2893
2894         * src/prefs_common.c
2895         * src/prefs_filtering.c
2896         * src/prefs_template.c
2897         * src/common/template.c
2898         * src/common/template.h
2899         * src/gtk/gtkutils.c
2900         * src/gtk/gtkutils.h
2901                 Templates are no longer automatically sorted
2902                 by name, but can be sorted manually using
2903                 |< < > >| buttons as well as drag'n'drop.
2904
2905 2007-05-03 [wwp]        2.9.1cvs40
2906
2907         * src/plugins/spamassassin/spamassassin.c
2908         * src/plugins/spamassassin/spamassassin.h
2909         * src/plugins/spamassassin/spamassassin_gtk.c
2910         * src/plugins/bogofilter/bogofilter.c
2911         * src/plugins/bogofilter/bogofilter.h
2912         * src/plugins/bogofilter/bogofilter_gtk.c
2913                 Added an option to conditionally mark saved spam
2914                 as read (default is and was to do so).
2915                 Satisfies feature request 1708539 on sf.net tracker.
2916
2917 2007-05-03 [colin]      2.9.1cvs39
2918
2919         * src/inc.c
2920                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2921
2922 2007-05-02 [colin]      2.9.1cvs38
2923
2924         * src/textview.c
2925                 Fix bug 1209, 'Clicking on address 
2926                 in header (mailto uri) selects 
2927                 default account'. Patch adapted from
2928                 G.P. Halkes' patch.
2929
2930 2007-05-02 [colin]      2.9.1cvs37
2931
2932         * src/grouplistdialog.c
2933                 Set cursor to wait cursor while loading
2934                 groups.
2935
2936 2007-05-02 [paul]       2.9.1cvs36
2937
2938         * src/folder.c
2939         * src/common/defs.h
2940                 rename cache and mark files
2941                 (data is preserved)
2942
2943 2007-04-30 [paul]       2.9.1cvs35
2944
2945         * manual/glossary.xml
2946         * manual/plugins.xml
2947                 updates. Patch by Ricardo
2948
2949 2007-04-29 [wwp]        2.9.1cvs34
2950
2951         * src/mainwindow.c
2952         * configure.ac
2953                 Fix few grammatical errors (patch by David Relson < relson at
2954                 osagesoftware dot com >).
2955
2956 2007-04-28 [colin]      2.9.1cvs33
2957
2958         * src/account.c
2959         * src/pop.c
2960         * src/prefs_account.c
2961         * src/prefs_account.h
2962                 Drop the "Download all" preference. It's
2963                 stupidly useless and confuses people from
2964                 time to time.
2965
2966 2007-04-27 [wwp]        2.9.1cvs32
2967
2968         * src/account.c
2969         * src/prefs_account.c
2970         * src/prefs_account.h
2971                 Don't reflect accounts changes to the mainwindow when it's
2972                 not necessary.
2973
2974 2007-04-27 [colin]      2.9.1cvs31
2975
2976         * src/folder.c
2977                 Freeze/thaw when sync'ing flags
2978         * src/imap.c
2979         * src/prefs_account.c
2980         * src/prefs_account.h
2981         * src/etpan/imap-thread.c
2982         * src/etpan/imap-thread.h
2983                 Add a way to use UID FETCH instead
2984                 of searches to fetch message lists
2985                 and flags. More expensive towards
2986                 bandwidth, less expensive towards
2987                 server's CPU. Probably fixes 
2988                 bug 1158, 'Scanning new folders on 
2989                 Exchange 2007 extremely slow'.
2990                 Patch 95% by Hoa.
2991
2992 2007-04-27 [paul]       2.9.1cvs30
2993
2994         * src/mainwindow.c
2995         * src/prefs_logging.c
2996                 improvements to english usage
2997
2998 2007-04-27 [colin]      2.9.1cvs29
2999
3000         * src/imap.c
3001                 Fix build without libetpan (my bad!)
3002
3003 2007-04-26 [colin]      2.9.1cvs28
3004
3005         * src/imap.c
3006         * src/imap.h
3007                 Fix uselessly exported function
3008         * src/textview.c
3009                 Consider "- -- \n" as signature separator
3010                 (that's what signature separators look like
3011                  in PGP/Inline signed mails)
3012
3013 2007-04-26 [colin]      2.9.1cvs27
3014
3015         * configure.ac
3016                 libetpan-0.49 is now required
3017         * src/procmime.c
3018                 Fix double fetching of mails if
3019                 first try failed
3020         * src/imap.c
3021                 Make offline sync faster, by
3022                 remembering last change time, and
3023                 last sync time.
3024
3025 2007-04-26 [hoa]        2.9.1cvs26
3026
3027         * src/imap.c
3028         * src/imap.h
3029         * src/mainwindow.c
3030         * src/toolbar.c
3031         * src/etpan/imap-thread.c
3032         * src/etpan/imap-thread.h
3033                 cancellation of IMAP operations is now allowed.
3034                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3035
3036 2007-04-26 [colin]      2.9.1cvs25
3037
3038         * src/folder.c
3039                 Always fetch body+headers in folders that are
3040                 synched for offline use, if "Synchronise as
3041                 soon as possible" is set.
3042                 Fixes bug 1200, 'Add option to always retrieve full 
3043                 messages'
3044
3045 2007-04-25 [colin]      2.9.1cvs24
3046
3047         * src/compose.c
3048                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3049                 persists...'
3050
3051 2007-04-24 [colin]      2.9.1cvs23
3052
3053         * src/folderview.c
3054                 Fix bug 1195, 'Hardware key navigation' 
3055                 Make GDK_Enter toggle expansion (Maemo)
3056
3057 2007-04-24 [wwp]        2.9.1cvs22
3058
3059         * src/compose.c
3060                 Fix few compiler warnings.
3061
3062 2007-04-24 [paul]       2.9.1cvs21
3063
3064         * src/Makefile.am
3065         * src/stock_pixmap.c
3066         * src/stock_pixmap.h
3067                 complete last commit
3068
3069 2007-04-24 [paul]       2.9.1cvs20
3070
3071         * src/gtk/about.c
3072         * src/pixmaps/active.xpm
3073         * src/pixmaps/checkbox_off.xpm
3074         * src/pixmaps/checkbox_on.xpm
3075         * src/pixmaps/inactive.xpm
3076                 kick out the blobs
3077                 remove transparent border from checkbox icons
3078
3079 2007-04-24 [wwp]        2.9.1cvs19
3080
3081         * src/textview.c
3082         * src/textview.h
3083                 Fix a crash in textview, thanks to Colin.
3084
3085 2007-04-23 [wwp]        2.9.1cvs18
3086
3087         * src/prefs_common.c
3088                 Fix 2.9.1cvs5: no header was being translated at all.
3089
3090 2007-04-23 [colin]      2.9.1cvs17
3091
3092         * src/Makefile.am
3093         * src/stock_pixmap.c
3094         * src/stock_pixmap.h
3095         * src/summaryview.c
3096         * src/summaryview.h
3097         * src/gtk/gtksctree.c
3098         * src/gtk/gtksctree.h
3099         * src/pixmaps/selection.xpm
3100                 Fix bug 1193, 'Need a way to multi-select
3101                 items'. Add a toggle button to the summaryview
3102                 to switch between normal and multiple selection
3103                 (Maemo)
3104
3105 2007-04-23 [colin]      2.9.1cvs16
3106
3107         * src/Makefile.am
3108         * src/stock_pixmap.c
3109         * src/stock_pixmap.h
3110         * src/summaryview.c
3111         * src/summaryview.h
3112         * src/gtk/gtksctree.c
3113         * src/gtk/gtksctree.h
3114         * src/pixmaps/selection.xpm
3115                 Fix bug 1193, 'Need a way to multi-
3116                 select items'
3117                 Add a toggle button in the summaryview
3118                 to enable normal or multiple selection.
3119                 (Maemo)
3120
3121 2007-04-23 [colin]      2.9.1cvs15
3122
3123         * src/compose.c
3124                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3125
3126 2007-04-21 [colin]      2.9.1cvs14
3127
3128         * src/gtk/quicksearch.c
3129                 Fix previous commit (actually use correct
3130                 parameter)
3131
3132 2007-04-21 [colin]      2.9.1cvs13
3133
3134         * src/gtk/quicksearch.c
3135                 Fix changing quicksearch type (after Esc,
3136                 after changing Recursive, ...)
3137
3138 2007-04-20 [wwp]        2.9.1cvs12
3139
3140         * src/gtk/Makefile.am
3141                 Added headers.h (completes 2.9.1cvs5).
3142
3143 2007-04-20 [wwp]        2.9.1cvs11
3144
3145         * src/addressbook.c
3146                 Fix the use of display name in name column,
3147                 it has been overriden w/ the use of nickname
3148                 by 2.9.0cvs3. Now nickname is used (if any)
3149                 in case of LDAP books only.
3150
3151 2007-04-20 [colin]      2.9.1cvs10
3152
3153         * src/mimeview.c
3154         * src/summaryview.c
3155         * src/textview.c
3156                 Add handling of 'a' to loop in a mail's
3157                 mimeparts
3158
3159 2007-04-20 [colin]      2.9.1cvs9
3160
3161         * src/toolbar.c
3162                 Fix bug 1190, 'dir_open' button doesn't work'
3163                 (Maemo)
3164
3165 2007-04-20 [colin]      2.9.1cvs8
3166
3167         * src/folderview.c
3168         * src/mainwindow.c
3169                 Fix bug 1194, 'Hardware keys move from email 
3170                 list to account/directory list, but not back 
3171                 to email list...' (Maemo)
3172
3173 2007-04-20 [colin]      2.9.1cvs7
3174
3175         * src/compose.h
3176                 complete previous commit
3177
3178 2007-04-20 [colin]      2.9.1cvs6
3179
3180         * src/compose.c
3181                 Fix bug 1187, 'Reply-to addressee disappears 
3182                 when reply-to text box is clicked...' (Maemo)
3183
3184 2007-04-20 [wwp]        2.9.1cvs5
3185
3186         * po/POTFILES.in
3187         * src/addressbook.c
3188         * src/compose.c
3189         * src/filtering.c
3190         * src/headerview.c
3191         * src/matcher.c
3192         * src/prefs_common.c
3193         * src/prefs_common.h
3194         * src/prefs_display_header.c
3195         * src/prefs_matcher.c
3196         * src/summaryview.c
3197         * src/gtk/headers.h
3198         * src/gtk/quicksearch.c
3199                 Translate more header names according to the relevant option value,
3200                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3201                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3202                 to prefs_common_translated_header_name().
3203                 Added a headers.h reference file that contains known header names
3204                 (RFC2822 and others) to the translation process' input, so that
3205                 translated header names will still exist even if no occurrence of
3206                 _("headername") is found anymore in the sources.
3207                 Don't translate column name 'Number' following to trans_hdr option
3208                 value as it's not a header name.
3209
3210 2007-04-20 [colin]      2.9.1cvs4
3211
3212         * src/gtk/quicksearch.c
3213         * src/gtk/quicksearch.h
3214                 Add "From, To or Subject" quicksearch
3215                 type. Patch by ulfschaper@users.sf.net
3216
3217 2007-04-20 [colin]      2.9.1cvs3
3218
3219         * src/matcher.c
3220                 Implement proper references filtering condition.
3221                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3222
3223 2007-04-19 [wwp]        2.9.1cvs2
3224
3225         * src/prefs_display_header.c
3226         * src/message_search.c
3227                 Fix few warnings (g_free of const gchar*).
3228
3229 2007-04-19 [paul]       2.9.1cvs1
3230
3231         * NEWS
3232         * README
3233         * RELEASE_NOTES
3234         * configure.ac
3235                 bump version number following
3236                 stable release
3237
3238 2007-04-19 [paul]       2.9.0cvs9
3239
3240         * manual/advanced.xml
3241         * manual/glossary.xml
3242                 fix typos
3243
3244 2007-04-18 [paul]       2.9.0cvs8
3245
3246         * src/pop.c
3247                 fix for CVE-2007-1558 (APOP)
3248                 Thanks to Colin
3249
3250 2007-04-18 [paul]       2.9.0cvs7
3251
3252         * src/messageview.c
3253         * src/mimeview.c
3254         * src/summaryview.c
3255         * src/gtk/filesel.c
3256                 Fix encoding woes wrt saving of
3257                 mails and parts
3258                 Thanks to Colin
3259
3260 2007-04-18 [colin]      2.9.0cvs6
3261
3262         * src/gtk/pluginwindow.c
3263                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3264
3265 2007-04-17 [wwp]        2.9.0cvs5
3266
3267         * src/addressadd.c
3268         * src/addressbook.c
3269         * src/addrindex.c
3270         * src/ldapupdate.c
3271                 Fix --disable-ldap build,
3272                 fix some LDAP annoyances on 
3273                 searches, thanks to Colin.
3274
3275 2007-04-17 [wwp]        2.9.0cvs4
3276
3277         * src/ldapupdate.c
3278                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3279                 like gcc 2.9x. Thanks to Colin.
3280
3281 2007-04-17 [wwp]        2.9.0cvs3
3282
3283         * src/Makefile.am
3284         * src/addressadd.c
3285         * src/addressbook.c
3286         * src/addrindex.c
3287         * src/addritem.c
3288         * src/addritem.h
3289         * src/editaddress.c
3290         * src/ldapctrl.c
3291         * src/ldapctrl.h
3292         * src/ldapquery.c
3293         * src/ldapserver.c
3294         * src/ldapserver.h
3295         * src/ldapupdate.c
3296         * src/ldapupdate.h
3297                 Add LDAP write support. Patch mostly by 
3298                 Michael <mir at datanom dot net>
3299
3300 2007-04-17 [wwp]        2.9.0cvs2
3301
3302         * src/compose.c
3303                 Prepend "Add to address book" to the context menu of compose window's sender and
3304                 recipient fields.
3305
3306 2007-04-16 [paul]       2.9.0cvs1
3307
3308         * src/gtk/authors.h
3309                 add Pader Rezso
3310
3311 2007-04-16 [paul]       2.9.0
3312
3313         * NEWS
3314         * README
3315         * RELEASE_NOTES
3316                 2.9.0 released
3317
3318 2007-04-16 [paul]       2.8.1cvs102
3319
3320         * po/fr.po
3321                 updated by Fabien Vantard
3322
3323 2007-04-16 [paul]       2.8.1cvs101
3324
3325         * po/ca.po
3326         * po/cs.po
3327         * po/de.po
3328         * po/hu.po
3329         * po/pl.po
3330         * po/pt_BR.po
3331         * po/sr.po
3332         * po/zh_CN.po
3333                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3334                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3335                 Aleksandar Urosevic, and Ralgh Young
3336
3337 2007-04-15 [mones]      2.8.1cvs100
3338
3339         * po/es.po
3340                 Updated for release
3341
3342 2007-04-14 [colin]      2.8.1cvs99
3343
3344         * src/message_search.c
3345         * src/prefs_display_header.c
3346         * src/summary_search.c
3347         * src/gtk/combobox.c
3348                 Fix allocations
3349
3350 2007-04-14 [wwp]        2.8.1cvs98
3351
3352         * src/gtk/combobox.c
3353         * src/message_search.c
3354         * src/summary_search.c
3355         * src/prefs_display_header.c
3356                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3357                 returns NULL, get the text value directly from the GtkEntry child.
3358
3359 2007-04-13 [colin]      2.8.1cvs97
3360
3361         * src/gtk/quicksearch.c
3362                 Give the focus back to summaryview when
3363                 emptying the quicksearch with Esc
3364
3365 2007-04-13 [colin]      2.8.1cvs96
3366
3367         * src/message_search.c
3368         * src/prefs_display_header.c
3369         * src/summary_search.c
3370                 Fix possibles crashes when getting text
3371                 from gtk combos
3372
3373 2007-04-13 [colin]      2.8.1cvs95
3374
3375         * src/pop.c
3376                 Add some UIDL debugging
3377
3378 2007-04-12 [colin]      2.8.1cvs94
3379
3380         * src/folder.c
3381                 Force folder scan if necessary after
3382                 copying mails, to be able to reapply
3383                 flags.
3384
3385 2007-04-11 [colin]      2.8.1cvs93
3386
3387         * src/main.c
3388                 don't scan for new mail on startup if --select
3389                 is specified (or race conditions arise). If so,
3390                 do both sequentially.
3391
3392 2007-04-09 [colin]      2.8.1cvs92
3393
3394         * src/common/defs.h
3395                 Use leafpad by default on Maemo. Patch
3396                 by Jean-Luc Biord.
3397
3398 2007-04-06 [colin]      2.8.1cvs91
3399
3400         * src/pixmaps/queue_close.xpm
3401         * src/pixmaps/queue_close_hrm.xpm
3402         * src/pixmaps/queue_close_hrm_mark.xpm
3403         * src/pixmaps/queue_close_mark.xpm
3404         * src/pixmaps/queue_open.xpm
3405         * src/pixmaps/queue_open_hrm.xpm
3406         * src/pixmaps/queue_open_hrm_mark.xpm
3407         * src/pixmaps/queue_open_mark.xpm
3408                 Move the clock one pixel down :)
3409
3410 2007-04-05 [colin]      2.8.1cvs90
3411
3412         * src/mainwindow.c
3413                 Don't sync when switching offline from
3414                 command line - it's usually too late :)
3415
3416 2007-04-05 [paul]       2.8.1cvs89
3417
3418         * src/Makefile.am
3419         * src/stock_pixmap.c
3420         * src/pixmaps/dir_close_hrm.xpm
3421         * src/pixmaps/dir_close_hrm_mark.xpm
3422         * src/pixmaps/drafts_close.xpm
3423         * src/pixmaps/drafts_close_mark.xpm
3424         * src/pixmaps/drafts_open.xpm
3425         * src/pixmaps/drafts_open_mark.xpm
3426         * src/pixmaps/inbox.xpm
3427         * src/pixmaps/inbox_close.xpm
3428         * src/pixmaps/inbox_close_hrm.xpm
3429         * src/pixmaps/inbox_close_hrm_mark.xpm
3430         * src/pixmaps/inbox_close_mark.xpm
3431         * src/pixmaps/inbox_hrm.xpm
3432         * src/pixmaps/inbox_hrm_mark.xpm
3433         * src/pixmaps/inbox_mark.xpm
3434         * src/pixmaps/inbox_open.xpm
3435         * src/pixmaps/inbox_open_hrm.xpm
3436         * src/pixmaps/inbox_open_hrm_mark.xpm
3437         * src/pixmaps/inbox_open_mark.xpm
3438         * src/pixmaps/outbox.xpm
3439         * src/pixmaps/outbox_close.xpm
3440         * src/pixmaps/outbox_close_hrm.xpm
3441         * src/pixmaps/outbox_close_hrm_mark.xpm
3442         * src/pixmaps/outbox_close_mark.xpm
3443         * src/pixmaps/outbox_hrm.xpm
3444         * src/pixmaps/outbox_hrm_mark.xpm
3445         * src/pixmaps/outbox_mark.xpm
3446         * src/pixmaps/outbox_open.xpm
3447         * src/pixmaps/outbox_open_hrm.xpm
3448         * src/pixmaps/outbox_open_hrm_mark.xpm
3449         * src/pixmaps/outbox_open_mark.xpm
3450         * src/pixmaps/queue_close.xpm
3451         * src/pixmaps/queue_close_hrm.xpm
3452         * src/pixmaps/queue_close_hrm_mark.xpm
3453         * src/pixmaps/queue_close_mark.xpm
3454         * src/pixmaps/queue_open.xpm
3455         * src/pixmaps/queue_open_hrm.xpm
3456         * src/pixmaps/queue_open_hrm_mark.xpm
3457         * src/pixmaps/queue_open_mark.xpm
3458                 updated, added and replaced icons
3459                 Icons by Colin
3460
3461 2007-04-04 [colin]      2.8.1cvs88
3462
3463         * src/imap.c
3464                 Fix build without libetpan
3465
3466 2007-04-03 [colin]      2.8.1cvs87
3467
3468         * src/imap.c
3469                 Fix crash with Citadel, and try to make
3470                 things work. this server (and specifically 
3471                 STATUS and APPEND at least) seems broken.
3472
3473 2007-04-03 [colin]      2.8.1cvs86
3474
3475         * src/folderview.c
3476                 Fix icons on folder close
3477
3478 2007-04-03 [colin]      2.8.1cvs85
3479
3480         * src/inc.c
3481                 Fix double-ask of offline override in
3482                 certain cases
3483         * src/imap.c
3484         * src/imap.h
3485         * src/imap_gtk.c
3486                 Much more efficient way to synchronise
3487                 for offline use
3488         * src/etpan/imap-thread.c
3489                 Fix possible segs
3490         * src/folder.c
3491         * src/gtk/quicksearch.c
3492                 Fix some GUI lags
3493
3494 2007-04-03 [paul]       2.8.1cvs84
3495
3496         * src/filtering.c
3497         * src/folder.c
3498         * src/folder.h
3499         * src/prefs_common.c
3500         * src/prefs_common.h
3501         * src/prefs_other.c
3502                 Fix sync being done too late
3503                 Thanks to Colin
3504
3505 2007-04-02 [colin]      2.8.1cvs83
3506
3507         * src/summaryview.c
3508                 Maemo: Put status and quicksearch at the top
3509         * src/plugins/bogofilter/bogofilter.c
3510         * src/plugins/spamassassin/spamassassin.c
3511                 Derive trash from inbox if possible
3512
3513 2007-04-02 [paul]       2.8.1cvs82
3514
3515         * src/plugins/bogofilter/bogofilter_gtk.c
3516                 a few English changes
3517
3518 2007-04-02 [paul]
3519
3520         2.9.0-rc1 released
3521
3522 2007-04-02 [colin]      2.8.1cvs81
3523
3524         * src/image_viewer.c
3525                 Fix transparent images by using
3526                 GtkImage
3527         * src/messageview.c
3528                 Flush events (on new windows) to avoid
3529                 having the textview's image resize fail
3530                 to know the available width
3531
3532 2007-04-01 [colin]      2.8.1cvs80
3533
3534         * src/prefs_account.c
3535                 If no MH mailbox exist, when creating a POP/Local
3536                 account, just create and use the default one 
3537                 instead of bailing with a "Mailbox doesn't exist"
3538                 error
3539
3540 2007-03-31 [colin]      2.8.1cvs79
3541
3542         * src/prefs_account.c
3543                 Create signature file if it doesn't exist
3544                 before editing
3545         * src/prefs_toolbar.c
3546                 Maemo: Move "Use default" on the left so
3547                 that people can find it
3548         * src/common/defs.h
3549                 Maemo: make default editor "Maemopad", 
3550                 default signature file "MyDocs/signature.txt"
3551
3552 2007-03-31 [colin]      2.8.1cvs78
3553
3554         * src/prefs_account.c
3555                 Maemo: rework account prefs so
3556                 that less horizontal scrolling
3557                 is required
3558
3559 2007-03-31 [colin]      2.8.1cvs77
3560
3561         * src/folderview.c
3562         * src/prefs_common.c
3563         * src/prefs_common.h
3564                 Fix bug 1167, 'Allow not displaying zeros 
3565                 in folder list'. Patch by MartinP
3566
3567 2007-03-31 [colin]      2.8.1cvs76
3568
3569         * AUTHORS
3570                 Add Jean-Luc Biord
3571
3572 2007-03-31 [colin]      2.8.1cvs75
3573
3574         * src/imap.c
3575                 Apply patch from bug 1172, direct
3576                 access to the folder's session instead
3577                 of using getter. Patch by MartinP
3578
3579 2007-03-31 [paul]       2.8.1cvs74
3580
3581         * src/gtk/authors.h
3582                 no need to list Fabien twice!
3583
3584 2007-03-31 [colin]      2.8.1cvs73
3585
3586         * src/inc.c
3587                 If we're currently "overriding for %d minutes",
3588                 don't ask
3589
3590 2007-03-31 [colin]      2.8.1cvs72
3591
3592         * src/compose.c
3593         * src/imap.c
3594         * src/inc.c
3595         * src/inc.h
3596         * src/messageview.c
3597         * src/news.c
3598         * src/plugins/spamassassin/spamassassin.c
3599                 Offline override: Add a parameter to allow
3600                 asking even if the override timer is running.
3601                 Allows to ask every time the user makes an
3602                 explicit action needing online access (such
3603                 as Get Mail), and not when the action is 
3604                 implicit (such as opening an IMAP folder)
3605
3606 2007-03-31 [colin]      2.8.1cvs71
3607
3608         * src/inc.c
3609                 Override offline: "No" answer shouldn't
3610                 re-ask after 3 seconds, but 10 minutes. 
3611
3612 2007-03-30 [colin]      2.8.1cvs70
3613
3614         * src/common/socket.c
3615                 Better error reporting on unix socket
3616                 failure (bind usually)
3617         * src/gtk/gtkutils.c
3618         * src/gtk/gtkutils.h
3619                 Label window: add a pulsing progress
3620                 bar to show we're not hung :)
3621         * src/folderview.c
3622         * src/main.c
3623         * src/plugins/pgpcore/sgpgme.c
3624                 Update API
3625
3626 2007-03-30 [colin]      2.8.1cvs69
3627
3628         * src/pop.c
3629         * src/prefs_common.c
3630                 Fix possible trashing of history and uidl
3631                 files on disk full problems
3632
3633 2007-03-30 [paul]       2.8.1cvs68
3634
3635         * src/mainwindow.c
3636         * src/summaryview.c
3637         * src/summaryview.h
3638                 update summary when changing layout type
3639                 (fixes wrong folder icon being displayed)
3640                 Thanks to Colin
3641
3642 2007-03-29 [colin]      2.8.1cvs67
3643
3644         * src/prefs_ext_prog.c
3645                 The browser pref is irrelevant on Maemo
3646
3647 2007-03-29 [colin]      2.8.1cvs66
3648
3649         * src/compose.c
3650         * src/compose.h
3651                 Maemo: dynamically switch headers/text position
3652         * src/prefs_common.c
3653                 Maemo: hide compose's ruler by default
3654         * src/common/socket.c
3655         * src/common/socket.h
3656                 Fix build warning
3657
3658 2007-03-29 [colin]      2.8.1cvs65
3659
3660         * src/common/socket.c
3661         * src/common/socket.h
3662                 Fix build when MAEMO_CFLAGS contains
3663                 _X_OPENSOURCE (resolv.h errors as long
3664                 as we don't add _BSD_SOURCE. Ugly).
3665
3666 2007-03-29 [wwp]        2.8.1cvs64
3667
3668         * src/prefs_logging.c
3669                 Fix sensitivity of clip-log widgets in prefs/logging,
3670                 thanks to Fabien.
3671
3672 2007-03-29 [wwp]        2.8.1cvs63
3673
3674         * po/POTFILES.in
3675                 Updated files list for translations, thanks to Fabien.
3676
3677 2007-03-29 [colin]      2.8.1cvs62
3678
3679         * src/main.c
3680         * src/common/Makefile.am
3681         * src/common/utils.c
3682                 Maybe make URI opening work in Maemo
3683                 Requires testing :)
3684
3685 2007-03-28 [colin]      2.8.1cvs61
3686
3687         * src/folder.c
3688         * src/folder.h
3689         * src/folderview.c
3690                 Add the possibility to sort folders arbitrarily
3691                 (via editing of folderlist.xml only). Patch by
3692                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3693                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3694                 be changed by the user'
3695
3696 2007-03-28 [colin]      2.8.1cvs60
3697
3698         * src/mimeview.c
3699                 Add popup menu for mime icons
3700
3701 2007-03-28 [colin]      2.8.1cvs59
3702
3703         * src/mainwindow.c
3704                 Fix a layout issue when presenting
3705                 mainwindow in Small screen layout
3706         * src/toolbar.c
3707         * src/toolbar.h
3708                 Add a "Go to folder list" button for
3709                 mainwindow, and make it default in
3710                 the Maemo build
3711
3712 2007-03-28 [colin]      2.8.1cvs58
3713
3714         * src/compose.c
3715                 Don't dynamically update title on Maemo
3716                 Patch by Jean-Luc Biord
3717
3718 2007-03-27 [colin]      2.8.1cvs57
3719
3720         * src/compose.c
3721         * src/folderview.c
3722         * src/summaryview.c
3723                 Enable tap-and-hold on Maemo
3724
3725 2007-03-26 [colin]      2.8.1cvs56
3726
3727         * src/compose.c
3728                 More popup-menu (in attachments list)
3729
3730 2007-03-26 [colin]      2.8.1cvs55
3731
3732         * src/compose.c
3733                 Enable popup-menu signal
3734
3735 2007-03-26 [colin]      2.8.1cvs54
3736
3737         * src/plugins/pgpinline/pgpinline.c
3738                 Fix bug 1111, 'PGP/inline plugin hides text 
3739                 around encrypted text block'. Patch based on
3740                 a patch from Michal Cihar.
3741
3742 2007-03-26 [wwp]        2.8.1cvs53
3743
3744         * src/procmsg.c
3745                 Fix getting a false error when sending queued message
3746                 whereas the sending was fine (if there are subfolders
3747                 in the queue folder), thanks to Colin.
3748
3749 2007-03-26 [paul]       2.8.1cvs52
3750
3751         * src/wizard.c
3752                 update FACE header in welcome message
3753
3754 2007-03-25 [colin]      2.8.1cvs51
3755
3756         * src/Makefile.am
3757                 Fix make dist
3758
3759 2007-03-25 [colin]      2.8.1cvs50
3760
3761         * src/main.c
3762                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3763
3764 2007-03-24 [colin]      2.8.1cvs49
3765
3766         * src/main.c
3767                 Fix a few launch problems on Maemo
3768                 Patch by Jean-Luc Biord
3769
3770 2007-03-24 [wwp]        2.8.1cvs48
3771
3772         * src/alertpanel.c
3773         * src/alertpanel.h
3774         * src/messageview.c
3775         * src/summaryview.c
3776                 Fix wrong action performed when closing the
3777                 "ask about account specific filtering rules
3778                 when filtering manually" dialog by pressing Escape.
3779                 Fix wrong order of buttons in the "return receipt
3780                 notification - the message was sent to several of
3781                 your accounts" dialog.
3782
3783 2007-03-24 [paul]       2.8.1cvs47
3784
3785         * src/folderview.c
3786                 an improvement to English usage
3787         * tools/kdeservicemenu/README
3788                 updated Claws url
3789
3790 2007-03-24 [paul]       2.8.1cvs46
3791
3792         * src/Makefile.am
3793         * src/stock_pixmap.c
3794         * src/pixmaps/edit_extern.xpm
3795         * src/pixmaps/mail_sign.xpm
3796                 rescue long lost icons
3797
3798 2007-03-24 [paul]       2.8.1cvs45
3799
3800         * src/toolbar.c
3801                 fix toolbar (broken in 2.8.1cvs42)
3802
3803 2007-03-23 [colin]      2.8.1cvs44
3804
3805         * src/imap.c
3806                 Correctly unsubscribe/resubscribe after
3807                 RENAME
3808
3809 2007-03-23 [colin]      2.8.1cvs43
3810
3811         * src/prefs_common.c
3812                 Maemo: as the platform is light on RAM, allow
3813                 caches to be discarded faster.
3814
3815 2007-03-23 [colin]      2.8.1cvs42
3816
3817         * src/Makefile.am
3818         * src/compose.c
3819         * src/compose.h
3820         * src/stock_pixmap.c
3821         * src/stock_pixmap.h
3822         * src/summaryview.c
3823         * src/summaryview.h
3824         * src/toolbar.c
3825         * src/toolbar.h
3826         * src/pixmaps/open_mail.xpm
3827                 Maemo changes: Add the possibility to have
3828                 "Open Email" and "Close Window" buttons on 
3829                 toolbars (and use them in Maemo's default
3830                 toolbars)
3831
3832 2007-03-23 [wwp]        2.8.1cvs41
3833
3834         * src/action.c
3835                 Reverted that part of the action dialog closure logics, to
3836                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3837                 done later in a different way (or may not).
3838
3839 2007-03-22 [wwp]        2.8.1cvs40
3840
3841         * src/action.c
3842                 Fix sticky action dialog when got no output but action command
3843                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3844
3845 2007-03-22 [colin]      2.8.1cvs39
3846
3847         * src/prefs_filtering.c
3848         * src/gtk/combobox.h
3849                 Fix escaping account names in filtering prefs
3850
3851 2007-03-22 [colin]      2.8.1cvs38
3852
3853         * src/addrindex.c
3854         * src/ldapctrl.h
3855         * src/ldapquery.c
3856                 Add any attribute specified in LDAP servers'
3857                 Search attributes to the Other Attributes tab
3858                 of contacts; Add 'telephoneNumber' in the
3859                 default list.
3860
3861 2007-03-22 [colin]      2.8.1cvs37
3862
3863         * src/folderview.c
3864         * src/folderview.h
3865         * src/mainwindow.c
3866                 Try to prevent race conditions when
3867                 changing the folder list
3868         * src/summaryview.c
3869                 Fix possible red folder icon when
3870                 switching from Small screen layout
3871                 to any other
3872
3873 2007-03-22 [colin]      2.8.1cvs36
3874
3875         * src/mainwindow.c
3876         * src/mainwindow.h
3877         * src/summaryview.c
3878                 Rename "little screen" to "Small screen"
3879         * src/gtk/Makefile.am
3880         * src/common/utils.c
3881         * src/mh.c
3882                 Fix Maemo-related compilation problems
3883
3884 2007-03-21 [colin]      2.8.1cvs35
3885
3886         * configure.ac
3887                 Fix previous commit
3888         * claws-mail.desktop
3889                 Remove .png from the Icon, it's useless
3890
3891 2007-03-21 [colin]      2.8.1cvs34
3892
3893         * configure.ac
3894         * src/Makefile.am
3895                 Add the necessary lib checking for 
3896                 Maemo
3897
3898 2007-03-21 [colin]      2.8.1cvs33
3899
3900         * src/main.c
3901                 Fix unconditional "error happened" when
3902                 sending via command-line. "lol @ myself"
3903
3904 2007-03-21 [colin]      2.8.1cvs32
3905
3906         * claws-mail-40x40.png
3907         * claws-mail-26x26.png
3908         * src/account.c
3909         * src/addressbook.c
3910         * src/compose.c
3911         * src/folderview.c
3912         * src/folderview.h
3913         * src/main.c
3914         * src/mainwindow.c
3915         * src/mainwindow.h
3916         * src/messageview.c
3917         * src/prefs_account.c
3918         * src/prefs_common.c
3919         * src/summary_search.c
3920         * src/summaryview.c
3921         * src/summaryview.h
3922         * src/gtk/authors.h
3923         * src/gtk/gtkutils.c
3924         * src/gtk/gtkutils.h
3925         * src/gtk/logwindow.c
3926         * src/gtk/menu.c
3927         * src/gtk/prefswindow.c
3928                 Add Maemo port (patch mainly by Jean-Luc Biort)
3929                 Add a new 'Little screen' layout to help on such
3930                 platforms (patch by me)
3931                 Make some default preferences different (more
3932                 adapted) on Maemo (patch by me)
3933
3934 2007-03-21 [wwp]        2.8.1cvs31
3935
3936         * src/prefs_logging.c
3937         * src/prefs_logging.h
3938                 Fixed copyright header of newly added files.
3939
3940 2007-03-21 [wwp]        2.8.1cvs30
3941
3942         * src/Makefile.am
3943         * src/filtering.c
3944         * src/filtering.h
3945         * src/folder.c
3946         * src/folderview.c
3947         * src/imap.c
3948         * src/inc.c
3949         * src/main.c
3950         * src/mainwindow.c
3951         * src/mainwindow.h
3952         * src/matcher.c
3953         * src/messageview.c
3954         * src/news.c
3955         * src/pop.c
3956         * src/prefs_common.c
3957         * src/prefs_common.h
3958         * src/prefs_logging.c
3959         * src/prefs_logging.h
3960         * src/prefs_other.c
3961         * src/procmsg.c
3962         * src/send_message.c
3963         * src/summaryview.c
3964         * src/common/log.c
3965         * src/common/log.h
3966         * src/common/nntp.c
3967         * src/common/session.c
3968         * src/common/smtp.c
3969         * src/common/socket.c
3970         * src/etpan/imap-thread.c
3971         * src/gtk/logwindow.c
3972         * src/gtk/logwindow.h
3973         * src/plugins/bogofilter/bogofilter.c
3974         * src/plugins/spamassassin/spamassassin.c
3975                 Added debugging of filtering/processing rules.
3976                 The debug log is here 'Tools/Filtering debug window',
3977                 the options there 'Configuration/Preferences/Other/Logging',
3978                 and the log file is ~/.claws-mail/filtering.log.
3979                 Moved protocol log prefs to 'Other/Logging' as well.
3980                 To support such debugging feature, the existing log API has
3981                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
3982                 this impacts many external modules (commits follow).
3983
3984 2007-03-21 [paul]       2.8.1cvs29
3985
3986         * src/etpan/Makefile.am
3987         * src/etpan/imap-thread.c
3988                 add missing #include
3989
3990 2007-03-21 [colin]      2.8.1cvs28
3991
3992         * src/procmime.c
3993                 Fix bug 1157, 'some broken messages confuse 
3994                 mime parser'. Make sure we can't have MimeInfos
3995                 with negative sizes.
3996
3997 2007-03-20 [colin]      2.8.1cvs27
3998
3999         * src/main.c
4000                 Fix missing \0 on buffer
4001
4002 2007-03-20 [colin]      2.8.1cvs26
4003
4004         * src/mh.c
4005                 Use make_dir_hier instead of make_dir 
4006                 to create the MH mailbox
4007
4008 2007-03-20 [colin]      2.8.1cvs25
4009
4010         * src/folder.c
4011         * src/folder.h
4012         * src/prefs_account.c
4013         * src/wizard.c
4014                 Fix default inbox weirdnesses (after wizard,
4015                 if path is Mail, mailbox identifier is #mh/Mailbox,
4016                 and when creating new accounts)
4017
4018 2007-03-20 [colin]      2.8.1cvs24
4019
4020         * src/account.c
4021                 Write folderlist after adding/deleting accounts
4022                 that have folders
4023
4024 2007-03-20 [colin]      2.8.1cvs23
4025
4026         * src/imap.c
4027         * src/remotefolder.h
4028                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4029                 selected while scanning prior to update'
4030
4031 2007-03-17 [paul]       2.8.1cvs22
4032
4033         * src/main.c
4034                 fix a typo, and be a little more verbose.
4035
4036 2007-03-17 [wwp]        2.8.1cvs21
4037
4038         * src/inc.c
4039                 Fix a compiler warning.
4040
4041 2007-03-16 [wwp]        2.8.1cvs20
4042
4043         * tools/Makefile.am
4044         * tools/README
4045                 Updated to deal w/ the new mairix.sh tool.
4046
4047 2007-03-16 [wwp]        2.8.1cvs19
4048
4049         * src/action.c
4050                 Fix logics issues around the action IO dialog:
4051                 - disable entry widget and exec button when
4052                   the exec button is clicked (don't wait for any
4053                   output line) - fix possible disabling/re-enabling/
4054                   re-disabling of those widgets
4055                 - raise an error if executing a %as{} action either
4056                   empty or invalid, instead of failing silently
4057                 - don't close the dialog if the abort button has been
4058                   clicked and if there was no output yet
4059                 - set focus to the abort button when the exec button
4060                   is clicked
4061                 - fix capitalization of a warning message
4062
4063 2007-03-16 [wwp]        2.8.1cvs18
4064
4065         * tools/mairix.sh
4066                 Added a wrapper to mairix to the tools folder.
4067
4068 2007-03-16 [colin]      2.8.1cvs17
4069
4070         * src/messageview.c
4071         * src/mimeview.h
4072                 Allow mimeviewer plugins to print
4073                 their stuff
4074
4075 2007-03-16 [colin]      2.8.1cvs16
4076
4077         * .cvsignore
4078                 Ignore *.patchset
4079
4080 2007-03-15 [colin]      2.8.1cvs15
4081
4082         * src/messageview.c
4083         * src/mimeview.h
4084                 Add a way for mimeviewer plugins to
4085                 implement body search
4086
4087 2007-03-15 [paul]       2.8.1cvs14
4088
4089         * src/prefs_spelling.c
4090                 fix English usage
4091
4092 2007-03-15 [paul]       2.8.1cvs13
4093
4094         * src/common/quoted-printable.c
4095                 fix decoding of quoted-printable parts
4096
4097 2007-03-14 [wwp]        2.8.1cvs12
4098
4099         * src/gtk/logwindow.h
4100                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4101
4102 2007-03-14 [wwp]        2.8.1cvs11
4103
4104         * src/gtk/logwindow.h
4105                 Complete 2.8.1cvs10.
4106
4107 2007-03-14 [colin]      2.8.1cvs10
4108
4109         * src/gtk/logwindow.c
4110                 Probably fix bug 1149, crash on logwindow
4111                 close - at the expense of performance once
4112                 logwin has been opened
4113
4114 2007-03-14 [colin]      2.8.1cvs9
4115
4116         * src/main.c
4117                 If claws-mail is running on another
4118                 display, warn instead of popping it up
4119                 on the other display
4120
4121 2007-03-12 [colin]      2.8.1cvs8
4122
4123         * src/wizard.c
4124                 Fix bug 1145, 'Setting a different name 
4125                 for the Mailbox name isn't reflected in 
4126                 default account settings'. Patch by wwp
4127
4128 2007-03-12 [colin]      2.8.1cvs7
4129
4130         * src/summaryview.c
4131                 Fix bug 1143, 'Add number of messages to be 
4132                 deleted to confirmation dialog'
4133
4134 2007-03-12 [wwp]        2.8.1cvs6
4135
4136         * src/folderview.c
4137         * src/prefs_common.c
4138         * src/prefs_common.h
4139         * src/prefs_summaries.c
4140                 Changed the option that displays unread messages count
4141                 next to the folder name in folder list: it is now
4142                 possible to either display nothing, display the
4143                 unread messages number only or the unread and total messages
4144                 numbers. The patch includes this extra feature as well
4145                 as some minor fixes by rewriting the algo in folderview.c.
4146                 Thanks to Paul for the original idea and implementation, plus
4147                 testing and proof-reading!
4148
4149 2007-03-09 [paul]       2.8.1cvs5
4150
4151         * tools/Makefile.am
4152         * tools/README
4153         * tools/claws-mail-compose-insert-files.pl
4154                 added a script which enables inserting files
4155                 into the message body of a new Claws Mail
4156                 Compose window from the command line. Additionally
4157                 To, Cc, Subject and files to attach to the message
4158                 can be specified.
4159
4160 2007-03-09 [wwp]        2.8.1cvs4
4161
4162         * src/addr_compl.c
4163         * src/addr_compl.h
4164         * src/filtering.c
4165                 Optimize matching of addresses in the addressbook
4166                 (filtering/processing 'found_in_addressbook' condition).
4167
4168 2007-03-07 [wwp]        2.8.1cvs3
4169
4170         * src/quote_fmt.c
4171         * src/quote_fmt_lex.l
4172         * src/quote_fmt_parse.y
4173                 Add a new quote format symbol: %A to insert the
4174                 sender email address (just the address itself).
4175
4176 2007-03-06 [wwp]        2.8.1cvs2
4177
4178         * src/gtk/gtkutils.c
4179         * src/plugins/trayicon/trayicon_prefs.h
4180         * src/plugins/trayicon/trayicon_prefs.c
4181         * src/plugins/trayicon/trayicon.c
4182         * src/mainwindow.h
4183         * src/mainwindow.c
4184                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4185                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4186
4187
4188 2007-03-06 [paul]       2.8.1cvs1
4189
4190         * NEWS
4191         * README
4192         * RELEASE_NOTES
4193         * configure.ac
4194                 bump version number following
4195                 stable release
4196
4197 2007-03-06 [paul]       2.8.0cvs24
4198
4199         * po/cs.po
4200                 corrected by by Tim <timbrain@post.cz>
4201
4202 2007-03-05 [colin]      2.8.0cvs23
4203
4204         * src/Makefile.am
4205         * src/procmime.c
4206                 Fix mime/globs path on NetBSD
4207                 patch by George Michaelson
4208
4209 2007-03-05 [wwp]        2.8.0cvs22
4210
4211         * src/addr_compl.c
4212                 Remove debug statement (accidentally committed w/ cvs14).
4213
4214 2007-03-05 [paul]       2.8.0cvs21
4215
4216         * src/plugins/pgpcore/prefs_gpg.c
4217                 fix compiler warning
4218
4219 2007-03-05 [wwp]        2.8.0cvs20
4220
4221         * src/matcher_parser_parse.y
4222                 Fix mismerge between cvs17 and cvs19.
4223
4224 2007-03-05 [wwp]        2.8.0cvs19
4225
4226         * src/matcher_parser_parse.y
4227         * src/prefs_filtering_action.c
4228         * src/matcher.c
4229         * src/matcher.h
4230         * src/filtering.c
4231         * src/filtering.h
4232                 Add new 'add_to_addressbook' filtering/processing action.
4233
4234 2007-03-05 [wwp]        2.8.0cvs18
4235
4236         * src/filtering.c
4237                 Fix mark_as_ham filtering/processing action: spam flag
4238                 was not unset.
4239
4240 2007-03-04 [colin]      2.8.0cvs17
4241
4242         * src/filtering.c
4243         * src/matcher.c
4244         * src/matcher.h
4245         * src/matcher_parser_parse.y
4246         * src/prefs_filtering_action.c
4247                 Add 'Mark as spam' and 'Mark as ham' filtering
4248                 actions. Fixes bug 1138.
4249
4250 2007-03-04 [colin]      2.8.0cvs16
4251
4252         * src/imap.c
4253                 Fix bug 1140, wrong return value
4254                 without libetpan
4255
4256 2007-03-04 [wwp]        2.8.0cvs15
4257
4258         * src/addr_compl.c
4259                 Rollback cvs14: don't free stuff that is managed in g_list.
4260
4261 2007-03-04 [wwp]        2.8.0cvs14
4262
4263         * src/addr_compl.c
4264                 Fix a leak in address completion code.
4265
4266 2007-03-04 [colin]      2.8.0cvs13
4267
4268         * src/addr_compl.c
4269                 Maybe fix bug 1136, 'Crash in group 
4270                 address completion'
4271
4272 2007-03-04 [iwkse]      2.8.0cvs12
4273
4274         * src/imap.c
4275                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4276
4277 2007-03-03 [colin]      2.8.0cvs11
4278
4279         * src/plugins/pgpinline/pgpinline.c
4280                 Fix off-by-one, fix double-free. Fixes
4281                 bug 1135, 'cm-segfault on decrypting 
4282                 with PGP/inline'
4283
4284 2007-03-03 [colin]      2.8.0cvs10
4285
4286         * configure.ac
4287         * src/main.c
4288         * src/common/plugin.c
4289                 Fix bug 1134, 'Valgrind macros unhandled 
4290                 by Irix's cc'
4291
4292 2007-03-02 [colin]      2.8.0cvs9
4293
4294         * src/mbox.c
4295                 Don't error out on EAGAIN. Fixes 
4296                 bug 1129, '"local mbox file" account 
4297                 isn't retrieving mails'
4298
4299 2007-03-01 [wwp]        2.8.0cvs8
4300
4301         * src/mainwindow.c
4302         * src/gtk/colorlabel.c
4303                 Remove accels for extra color labels until we set better
4304                 and definitive ones.
4305
4306 2007-02-28 [wwp]        2.8.0cvs7
4307
4308         * src/mainwindow.c
4309         * src/matcher_parser_parse.y
4310         * src/prefs_common.c
4311         * src/prefs_msg_colors.c
4312         * src/procmsg.h
4313         * src/gtk/colorlabel.c
4314         * src/gtk/colorlabel.h
4315                 Add more customizable color labels. Cleaned up a bit
4316                 the color label API to avoid duplicate defines of
4317                 the max number of colors.
4318
4319 2007-02-27 [colin]      2.8.0cvs6
4320
4321         * src/mainwindow.c
4322         * src/common/utils.c
4323         * src/common/utils.h
4324                 Fix '+' in mailto URIs for List-* headers
4325
4326 2007-02-27 [colin]      2.8.0cvs5
4327
4328         * src/gtk/gtkutils.c
4329                 Use gtk_window_set_role instead of 
4330                 _set_wmclass
4331
4332 2007-02-27 [colin]      2.8.0cvs4
4333
4334         * src/inc.c
4335                 Fix "After receiving new mail, go to inbox" on IMAP,
4336                 and make it work only on manual reception
4337
4338 2007-02-27 [wwp]        2.8.0cvs3
4339
4340         * src/prefs_filtering.c
4341         * src/prefs_filtering_action.c
4342         * src/prefs_matcher.c
4343                 Update filtering matcher's and action's color label menus
4344                 when re-opening those dialogs (reflect any change to the
4345                 color labels list in the preferences).
4346
4347 2007-02-27 [colin]      2.8.0cvs2
4348
4349         * src/imap.c
4350         * src/etpan/etpan-thread-manager-types.h
4351         * src/etpan/etpan-thread-manager.c
4352         * src/etpan/imap-thread.c
4353                 Log imap ALERTs as errors in the log.
4354
4355 2007-02-26 [paul]       2.8.0cvs1
4356
4357         * tools/claws.i18n.status.pl
4358                 updated
4359
4360 2007-02-26 [paul]       2.7.2cvs75
4361
4362         * po/ca.po
4363         * po/cs.po
4364         * po/de.po
4365         * po/en_GB.po
4366         * po/fi.po
4367         * po/fr.po
4368         * po/hu.po
4369         * po/pl.po
4370         * po/pt_BR.po
4371         * po/sk.po
4372         * po/sr.po
4373         * po/zh_CN.po
4374                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4375                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4376                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4377                 Aleksandar Urosevic, and Ralgh Young
4378
4379 2007-02-25 [mones]      2.7.2cvs74
4380
4381         * po/es.po
4382                 Updated for release
4383
4384 2007-02-25 [colin]      2.7.2cvs73
4385
4386         * src/main.c
4387                 Clearing the list is only useful
4388                 to prevent a valgrind false-positive
4389
4390 2007-02-25 [paul]       2.7.2cvs72
4391
4392         * tools/Makefile.am
4393         * tools/README
4394         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4395         * tools/maildir2claws-mail.pl  **REMOVED**
4396                 renamed the script, fixed a couple bugs
4397
4398 2007-02-23 [colin]      2.7.2cvs71
4399
4400         * src/addressbook.c
4401                 Fix a leak, check for a few improbable nulls
4402
4403 2007-02-23 [colin]      2.7.2cvs70
4404
4405         * src/main.c
4406         * src/main.h
4407         * src/plugins/trayicon/trayicon.c
4408                 Fix blinking mainwin when starting in tray
4409                 (show mainwindow later in the startup process,
4410                  apart if restarting post-crash)
4411
4412 2007-02-23 [colin]      2.7.2cvs69
4413
4414         * src/folderview.c
4415         * src/imap_gtk.c
4416                 Fix crash when unsubscribing the currently
4417                 selected/opened folder
4418
4419 2007-02-23 [colin]      2.7.2cvs68
4420
4421         * src/compose.c
4422                 Fix bug that prevented colorization to
4423                 work without wrap quotation option
4424
4425 2007-02-23 [colin]      2.7.2cvs67
4426
4427         * src/addr_compl.c
4428                 Fix refcounting, start and end completion who
4429                 behaved as if there couldn't be any other current
4430                 user of completion
4431
4432 2007-02-23 [wwp]        2.7.2cvs66
4433
4434         * src/addressbook.c
4435         * src/addrindex.c
4436                 Address completion fixes: fix addressbook_peek_folder_exists() in
4437                 which the algorithm was ridiculously over-obfuscated and broken.
4438                 Fix addrindex_load_completion() as well, to load addresses in
4439                 completion list with regards to what addressbook_peek_folder_exists()
4440                 returns now.
4441
4442 2007-02-23 [wwp]        2.7.2cvs65
4443
4444         * src/addr_compl.c
4445                 Add addresses to completion when they're non-empty (thanks to Colin).
4446
4447 2007-02-23 [paul]       2.7.2cvs64
4448
4449         * src/plugins/pgpcore/passphrase.c
4450                 remove 'const '
4451
4452 2007-02-23 [colin]      2.7.2cvs63
4453
4454         * src/plugins/pgpcore/prefs_gpg.c
4455         * src/plugins/pgpcore/prefs_gpg.h
4456         * src/plugins/pgpcore/sgpgme.c
4457         * src/plugins/pgpinline/pgpinline.c
4458         * src/plugins/pgpmime/pgpmime.c
4459                 Try harder to respect user's choice wrt
4460                 gpg-agent even with gpg2, by unsetting
4461                 GPG_AGENT_INFO when necessary.
4462
4463 2007-02-22 [paul]       2.7.2cvs62
4464
4465         * src/plugins/pgpcore/sgpgme.c
4466         * src/plugins/pgpcore/sgpgme.h
4467         * src/plugins/pgpcore/passphrase.c
4468         * src/plugins/pgpinline/pgpinline.c
4469         * src/plugins/pgpmime/pgpmime.c
4470                 Fix a leak - gpgme_data_release_and_get_mem
4471                 leaks in recent gpgme. Workaround by using
4472                 our own function.
4473
4474 2007-02-22 [paul]       2.7.2cvs61
4475
4476         * src/gtk/quicksearch.c
4477                 Abandon dynamic search when pressing
4478                 Enter
4479
4480 2007-02-21 [colin]      2.7.2cvs60
4481
4482         * src/procmsg.c
4483         * src/plugins/pgpcore/passphrase.c
4484                 Fix little memory leaks
4485         * src/main.c
4486                 Fix false-positive leak at exit
4487         * src/gtk/quicksearch.c
4488                 Fix potentially big leak in recursive
4489                 Quicksearch
4490
4491 2007-02-21 [wwp]        2.7.2cvs59
4492
4493         * src/summaryview.c
4494                 Add missing newline to a debug message.
4495
4496 2007-02-20 [colin]      2.7.2cvs58
4497
4498         * src/Makefile.am
4499         * src/mimeview.c
4500         * src/stock_pixmap.c
4501         * src/stock_pixmap.h
4502         * src/pixmaps/mime_pgpsig.xpm
4503                 Add icon for application/pgp-signature
4504
4505 2007-02-20 [colin]      2.7.2cvs57
4506
4507         * src/Makefile.am
4508         * src/main.c
4509         * src/mimeview.c
4510         * src/stock_pixmap.c
4511         * src/stock_pixmap.h
4512         * src/pixmaps/mime_calendar.xpm
4513         * src/pixmaps/mime_pdf.xpm
4514         * src/pixmaps/mime_ps.xpm
4515                 Add icons for text/calendar, application/pdf
4516                 and application/postscript
4517
4518 2007-02-20 [colin]      2.7.2cvs56
4519
4520         * autogen.sh
4521         * src/matcher_parser_parse.y
4522         * src/matcher_parser_lex.l
4523                 Fix big memory leak in flex, and
4524                 require flex 2.5.31
4525
4526 2007-02-20 [wwp]        2.7.2cvs55
4527
4528         * src/matcher_parser_parse.y
4529                 Fix a duplicate token definition (thanks to iwkse).
4530
4531 2007-02-20 [wwp]        2.7.2cvs54
4532
4533         * src/matcher_parser_lex.l
4534         * src/quote_fmt_lex.l
4535                 Use proper flex options instead of direct use of #define,
4536                 make the flex-generated C lighter.
4537
4538 2007-02-20 [colin]      2.7.2cvs53
4539
4540         * src/summaryview.c
4541                 Grab focus in message list after hiding
4542                 the quicksearch, instead of leaving it
4543                 "somewhere"
4544
4545 2007-02-19 [colin]      2.7.2cvs52
4546
4547         * src/folderview.c
4548                 Fix bug 1033, 'Automatically refresh 
4549                 message list when new messages arrives'
4550                 Looks like folderview->opened can sometimes
4551                 be wrong...
4552
4553 2007-02-19 [paul]       2.7.2cvs51
4554
4555         * tools/Makefile.am
4556         * tools/README
4557         * tools/thunderbird-filters-convertor.pl
4558                 add new script which converts thunderbird filter
4559                 rules to Claws filter rules
4560
4561 2007-02-18 [paul]       2.7.2cvs50
4562
4563         * src/plugins/pgpcore/prefs_gpg.c
4564         * src/plugins/pgpcore/prefs_gpg.h
4565         * src/plugins/pgpcore/sgpgme.c
4566         * src/plugins/pgpinline/pgpinline.c
4567         * src/plugins/pgpmime/pgpmime.c
4568                 improved GUI interoperability with gpg-agent
4569
4570 2007-02-18 [paul]       2.7.2cvs49
4571
4572         * src/prefs_account.c
4573                 Privacy options sensitivity fix
4574
4575 2007-02-17 [colin]      2.7.2cvs48
4576
4577         * src/messageview.c
4578                 Reset icon to warning in the noticeview
4579
4580 2007-02-15 [colin]      2.7.2cvs47
4581
4582         * src/folderview.c
4583                 Fix a manifestation of bug 1033 (summaryview failing
4584                 to update for new mails), which happens after editing
4585                 account preferences or preferences that cause a 
4586                 folderview reload.
4587
4588 2007-02-15 [colin]      2.7.2cvs46
4589
4590         * src/addressbook.c
4591                 Probably fix bug 1123, 'Segmentation 
4592                 fault while opening address book'. I get
4593                 g_warnings if the saved paned position is
4594                 not greater than 0. Also, save position
4595                 when hiding the addressbook instead of
4596                 via signal.
4597
4598 2007-02-14 [colin]      2.7.2cvs45
4599
4600         * src/plugins/pgpcore/prefs_gpg.c
4601         * src/plugins/pgpcore/prefs_gpg.h
4602         * src/plugins/pgpcore/sgpgme.c
4603         * src/plugins/pgpinline/pgpinline.c
4604         * src/plugins/pgpmime/pgpmime.c
4605                 Add an option "Use gpg-agent if available". Fixes
4606                 annoyances with distro-installed gpg-agent, when
4607                 no pinentry program is installed, and the user's 
4608                 at a loss on why "decryption failed". Makes more
4609                 clear why passphrase isn't saved when gpg-agent is
4610                 used. Defaults to true, to avoid changing the 
4611                 current behaviour.
4612
4613 2007-02-14 [wwp]        2.7.2cvs44
4614
4615         * src/matcher_parser_parse.y
4616                 Fix missing line number reset (wrong line number might appear
4617                 when re-loading filtering rules if there's a parser error).
4618
4619 2007-02-13 [colin]      2.7.2cvs43
4620
4621         * src/common/utils.c
4622                 Don't encode ',' in URIs before passing it
4623                 to the browser command-line. It was probably
4624                 done at a time where commas in URIs made
4625                 mozilla -remote 'openurl(%s,new-window)'
4626                 bug.
4627
4628 2007-02-13 [wwp]        2.7.2cvs42
4629
4630         * src/prefs_matcher.c
4631         * src/plugins/bogofilter/bogofilter_gtk.c
4632                 A bit of string factorization around "Select ..." buttons.
4633
4634 2007-02-11 [colin]      2.7.2cvs41
4635
4636         * src/alertpanel.c
4637                 Make sure to escape the title
4638
4639 2007-02-11 [colin]      2.7.2cvs40
4640
4641         * src/codeconv.c
4642                 Recognize .utf8 locales as .UTF-8 ones
4643
4644 2007-02-11 [colin]      2.7.2cvs39
4645
4646         * src/compose.c
4647                 Fix code conversion when dragging a file
4648
4649 2007-02-09 [colin]      2.7.2cvs38
4650
4651         * src/plugins/clamav/clamav_plugin.c
4652                 Complete Paul's patch with conditional
4653                 compilation to avoid breaking compilation
4654                 on old Dapper and Edgy... Maybe other
4655                 distros too.
4656
4657 2007-02-09 [paul]       2.7.2cvs37
4658
4659         * src/plugins/clamav/clamav_plugin.c
4660                 fix for the upstream changes in libclamav
4661
4662 2007-02-09 [paul]       2.7.2cvs36
4663
4664         * src/main.c
4665         * src/mainwindow.c
4666         * src/procmsg.c
4667         * src/procmsg.h
4668                 fix "warn if there are queued messages" (on exit)
4669                 option, which only checked the first mailbox's
4670                 queue
4671                 don't ask before emptying trash if there are no
4672                 messages in trash, also check and empty all trash
4673                 folders
4674         * src/prefs_other.c
4675                 move "Ask before emptying trash" option
4676                 outside of the "On exit" frame as it's
4677                 not only an "On exit" option
4678
4679 2007-02-09 [paul]       2.7.2cvs35
4680
4681         * src/addrgather.c
4682         * src/alertpanel.c
4683         * src/editldap.c
4684         * src/prefs_account.c
4685         * src/prefs_folder_item.c
4686         * src/prefs_gtk.h
4687         * src/prefs_matcher.c
4688         * src/prefs_message.c
4689         * src/prefs_msg_colors.c
4690         * src/prefs_summaries.c
4691         * src/wizard.c
4692         * src/gtk/inputdialog.c
4693         * src/plugins/bogofilter/bogofilter_gtk.c
4694                 pedantic commit: use 'checkbtn' everywhere
4695                 instead of a mixture of 'checkbtn' and 'chkbtn'
4696
4697 2007-02-09 [paul]       2.7.2cvs34
4698
4699         * src/compose.c
4700                 fix default hotkeys
4701         * src/prefs_other.c
4702         * src/prefs_send.c
4703                 move "Never send Return Receipts" from
4704                 prefs_other to prefs_send
4705                 add an option "Ask about account specific
4706                 filtering rules..." to prefs_other
4707         * src/gtk/gtkutils.c
4708                 fix a compiler warning
4709
4710 2007-02-08 [colin]      2.7.2cvs33
4711
4712         * src/plugins/pgpinline/pgpinline.c
4713                 Fix bug 1110, 'pgpmime fails to process 
4714                 encapsulated openpgp mime (rfc 3156, 6.1 
4715                 -> rfc1847)'
4716                 It was due to an interaction between PGP/Mime
4717                 and PGP/Inline plugin. 
4718
4719 2007-02-08 [colin]      2.7.2cvs32
4720
4721         * src/inc.c
4722         * src/mbox.c
4723         * src/mbox.h
4724                 Fix bug 1117, 'fcntl locking code 
4725                 does not work in mbox.c'
4726
4727 2007-02-08 [colin]      2.7.2cvs31
4728
4729         * src/prefs_account.c
4730                 Fix Gentoo bug 165819, 'can't create 
4731                 a "local mbox file" account'. Patch
4732                 by Olivier <castan.o@free.fr>
4733
4734 2007-02-07 [colin]      2.7.2cvs30
4735
4736         * src/ldapquery.c
4737                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4738                 autocompletion was used'
4739
4740 2007-02-07 [paul]       2.7.2cvs29
4741
4742         * src/folder.c
4743                 cut down on unnecessary debug_prints
4744         * src/imap_gtk.c
4745                 fix menu_set_active() on 'Show only
4746                 subscribed folders'
4747
4748 2007-02-07 [paul]       2.7.2cvs28
4749
4750         * src/plugins/clamav/clamav_plugin.c
4751         * src/plugins/clamav/clamav_plugin.h
4752         * src/plugins/clamav/clamav_plugin_gtk.c
4753                 fix copyright header
4754
4755 2007-02-07 [paul]       2.7.2cvs27
4756
4757         * src/procheader.c
4758                 fix bug 1116, 'summary view allow a 
4759                 subject line break'
4760
4761 2007-02-06 [colin]      2.7.2cvs26
4762
4763         * src/summaryview.c
4764                 Fix delete thread
4765
4766 2007-02-05 [fabien]     2.7.2cvs25
4767
4768         * po/POTFILES.in
4769         * src/uri_opener.c
4770                 i18n related - 1 fix and 1 message for translators.
4771
4772 2007-02-05 [colin]      2.7.2cvs24
4773
4774         * src/gtk/quicksearch.c
4775                 Don't reload summary list if quicksearch wasn't
4776                 active on hiding; move currently selected mail in
4777                 the visible area when showing the quicksearch
4778
4779 2007-02-05 [colin]      2.7.2cvs23
4780
4781         * src/folderview.c
4782                 Add debug to try to solve bug 1104
4783
4784 2007-02-05 [paul]       2.7.2cvs22
4785
4786         * src/mainwindow.c
4787                 confirm before emptying trash on exit is
4788                 a Yes or No answer, use Yes or No in the
4789                 dialog
4790
4791 2007-02-04 [colin]      2.7.2cvs21
4792
4793         * src/compose.c
4794         * src/plugins/pgpcore/passphrase.c
4795         * src/plugins/pgpcore/select-keys.c
4796                 Set wmclass on new windows
4797
4798 2007-02-04 [colin]
4799
4800         2.8.0-rc1 released
4801
4802 2007-02-04 [colin]      2.7.2cvs20
4803
4804         * src/compose.c
4805         * src/compose.h
4806                 Auto save drafts on exit, reopen them
4807                 at startup, instead of asking
4808         * src/account.c
4809         * src/addressadd.c
4810         * src/addressbook.c
4811         * src/addressbook_foldersel.c
4812         * src/addrgather.c
4813         * src/crash.c
4814         * src/editaddress.c
4815         * src/editbook.c
4816         * src/editgroup.c
4817         * src/editjpilot.c
4818         * src/editldap.c
4819         * src/editldap_basedn.c
4820         * src/editvcard.c
4821         * src/exphtmldlg.c
4822         * src/expldifdlg.c
4823         * src/export.c
4824         * src/foldersel.c
4825         * src/gedit-print.c
4826         * src/import.c
4827         * src/importldif.c
4828         * src/importmutt.c
4829         * src/importpine.c
4830         * src/main.c
4831         * src/mainwindow.c
4832         * src/message_search.c
4833         * src/messageview.c
4834         * src/prefs_actions.c
4835         * src/prefs_customheader.c
4836         * src/prefs_display_header.c
4837         * src/prefs_filtering.c
4838         * src/prefs_filtering_action.c
4839         * src/prefs_folder_column.c
4840         * src/prefs_gtk.c
4841         * src/prefs_matcher.c
4842         * src/prefs_other.c
4843         * src/prefs_summaries.c
4844         * src/prefs_summary_column.c
4845         * src/prefs_template.c
4846         * src/sourcewindow.c
4847         * src/ssl_manager.c
4848         * src/summary_search.c
4849         * src/uri_opener.c
4850         * src/gtk/about.c
4851         * src/gtk/description_window.c
4852         * src/gtk/foldersort.c
4853         * src/gtk/gtkutils.c
4854         * src/gtk/gtkutils.h
4855         * src/gtk/icon_legend.c
4856         * src/gtk/logwindow.c
4857         * src/gtk/pluginwindow.c
4858         * src/gtk/prefswindow.c
4859                 Give different wmclass to different
4860                 windows - thanks to sed ;)
4861
4862 2007-02-04 [colin]      2.7.2cvs19
4863
4864         * src/main.c
4865                 Revert previous patch, can't reproduce
4866                 it anymore. 
4867
4868 2007-02-03 [colin]      2.7.2cvs18
4869
4870         * src/main.c
4871                 Don't save the mainwindow size and
4872                 position on emergency exit (libSM's
4873                 "die" callback), Xfce seems to make
4874                 the window smaller just before the
4875                 size's saved.
4876
4877 2007-02-03 [colin]      2.7.2cvs17
4878
4879         * src/plugins/bogofilter/bogofilter.c
4880         * src/plugins/bogofilter/bogofilter.h
4881         * src/plugins/bogofilter/bogofilter_gtk.c
4882         * src/plugins/pgpinline/pgpinline.c
4883         * src/plugins/pgpinline/pgpinline.h
4884                 Fix more copyrights
4885
4886 2007-02-03 [colin]      2.7.2cvs16
4887
4888         * src/partial_download.c
4889         * src/partial_download.h
4890         * src/ssl_manager.c
4891         * src/ssl_manager.h
4892         * src/uri_opener.c
4893         * src/uri_opener.h
4894         * src/wizard.c
4895         * src/wizard.h
4896         * src/common/ssl_certificate.c
4897         * src/common/ssl_certificate.h
4898         * src/gtk/quicksearch.c
4899         * src/gtk/quicksearch.h
4900         * src/gtk/sslcertwindow.c
4901         * src/gtk/sslcertwindow.h
4902                 Fix copyright on my files
4903
4904 2007-02-02 [colin]      2.7.2cvs15
4905
4906         * src/Makefile.am
4907         * src/mainwindow.c
4908         * src/messageview.c
4909         * src/messageview.h
4910         * src/textview.c
4911         * src/textview.h
4912         * src/uri_opener.c
4913         * src/uri_opener.h
4914                 Add Tools/List URIs to allow
4915                 opening any URI in the current mail
4916
4917 2007-02-02 [colin]      2.7.2cvs14
4918
4919         * src/common/valgrind.h ** NEW FILE **
4920         * src/common/Makefile.am
4921         * src/common/plugin.c
4922                 Don't dlclose the plugins if we're running
4923                 under valgrind. (doesn't require valgrind
4924                 either at compile time or run time).
4925
4926 2007-02-01 [paul]       2.7.2cvs13
4927
4928         * AUTHORS
4929         * src/gtk/authors.h
4930         * tools/freshmeat_search.pl
4931         * tools/google_search.pl
4932         * tools/multiwebsearch.pl
4933                 add support for non ISO-8859-1 compatible locales
4934                 Patch by Alex Gorbachenko <agent_007@immo.ru>
4935
4936 2007-02-01 [colin]      2.7.2cvs12
4937
4938         * src/prefs_other.c
4939         * src/prefs_summaries.c
4940                 Move keybinding prefs to the Other page
4941
4942 2007-02-01 [wwp]        2.7.2cvs11
4943
4944         * src/plugins/trayicon/trayicon.c
4945                 Fix a raising issue within KDE.
4946
4947 2007-02-01 [colin]      2.7.2cvs10
4948
4949         * src/codeconv.c
4950                 Fix stray quotes in encoded strings
4951         * src/addressadd.c
4952                 Fix wrong call causing g_warnings
4953         * src/textview.c
4954                 Remove useless message
4955
4956 2007-01-31 [wwp]        2.7.2cvs9
4957
4958         * src/plugins/trayicon/trayicon.c
4959                 fix buggy hiding of main window when closing if close-to-tray
4960                 is not set (bad logics  in the trayicon hook code).
4961                 Changed the quit confirmation message too.
4962
4963 2007-01-30 [colin]      2.7.2cvs8
4964
4965         * src/main.c
4966                 Fix hidden mainwindow after clicking on
4967                 the X close button, if compose windows
4968                 exist and the user chooses not to quit
4969
4970 2007-01-30 [colin]      2.7.2cvs7
4971
4972         * src/main.c
4973         * src/compose.c
4974                 Handle local URIs to attach files (file:///...)
4975                 Fixes attaching files from Thunar for example
4976
4977 2007-01-30 [colin]      2.7.2cvs6
4978
4979         * src/prefs_ext_prog.c
4980                 Add 'mousepad' to the list of text editors.
4981                 Mousepad is XFCE's text editor
4982
4983 2007-01-29 [wwp]        2.7.2cvs5
4984
4985         * po/POTFILES.in
4986         * src/plugins/trayicon/trayicon_prefs.c
4987                 trayicon i18n fixes, thanks to Fabien.
4988
4989 2007-01-28 [wwp]        2.7.2cvs4
4990
4991         * src/mainwindow.c
4992         * src/mainwindow.h
4993         * src/plugins/trayicon/trayicon.c
4994         * src/plugins/trayicon/trayicon_prefs.c
4995         * src/plugins/trayicon/trayicon_prefs.h
4996                 Added a new TrayIcon plugin option to close to tray
4997                 (WM's hotkey and [X] button will hide the window instead
4998                 of closing it - closing CM can be done using the tray icon
4999                 menu or the File menu).
5000                 Improved visibility handling in trayicon, clicking the
5001                 trayicon now raise the window to current desktop when it
5002                 was either minimized/shaded/on another desktop.
5003                 Thanks to Paul for testing and fixing a strange behaviour
5004                 in KDE ;-).
5005
5006 2007-01-27 [paul]       2.7.2cvs3
5007
5008         * src/prefs_folder_item.c
5009         * src/prefs_receive.c
5010         * src/plugins/pgpcore/prefs_gpg.c
5011                 use 'start-up' instead of 'startup' in labels
5012
5013 2007-01-26 [wwp]        2.7.2cvs2
5014
5015         * src/plugins/trayicon/Makefile.am
5016         * src/plugins/trayicon/trayicon.c
5017         * src/plugins/trayicon/trayicon_prefs.c
5018         * src/plugins/trayicon/trayicon_prefs.h
5019                 Add a new TrayIcon option to hide the main window at
5020                 start-up.
5021                 Fix trayicon.c copyright header.
5022
5023 2007-01-26 [paul]       2.7.2cvs1
5024
5025         * NEWS
5026         * README
5027         * RELEASE_NOTES
5028         * configure.ac
5029                 bump up version number following
5030                 stable release
5031
5032 2007-01-25 [mones]      2.7.1cvs60
5033
5034         * po/es.po
5035                 updated thousands of strings (well, probably less ;-)
5036
5037 2007-01-25 [colin]      2.7.1cvs59
5038
5039         * src/matcher.c
5040                 Fix 2nd-run loss of matcherrc on new
5041                 configurations. 
5042
5043 2007-01-25 [wwp]        2.7.1cvs58
5044
5045         * src/mimeview.c
5046                 fix handling of empty value in attach_save_directory too, thanks
5047                 to Colin.
5048
5049 2007-01-25 [wwp]        2.7.1cvs57
5050
5051         * src/gtk/filesel.c
5052                 fix handling of empty value in attach_load_directory,
5053                 thanks to Colin.
5054
5055 2007-01-25 [wwp]        2.7.1cvs56
5056
5057         * src/plugins/dillo_viewer/dillo_prefs.h
5058                 fix a typo.
5059
5060 2007-01-25 [colin]      2.7.1cvs55
5061
5062         * src/matcher.c
5063         * src/matcher.h
5064         * src/matcher_parser_parse.y
5065         * src/prefs_matcher.c
5066                 Add matching on the spam flag
5067
5068 2007-01-24 [colin]      2.7.1cvs54
5069
5070         * src/folder.c
5071         * src/common/xml.c
5072         * src/common/xml.h
5073                 Make sure folderlist.xml is correctly
5074                 written before overwriting it.
5075         * src/procmsg.c
5076         * src/procmsg.h
5077         * src/summaryview.c
5078         * src/plugins/bogofilter/bogofilter.c
5079         * src/plugins/bogofilter/bogofilter.h
5080         * src/plugins/bogofilter/bogofilter_gtk.c
5081         * src/plugins/spamassassin/spamassassin.c
5082         * src/plugins/spamassassin/spamassassin.h
5083         * src/plugins/spamassassin/spamassassin_gtk.c
5084                 Move spam to the correct trash folder after
5085                 learning, if spam directory isn't set.
5086
5087 2007-01-23 [paul]       2.7.1cvs53
5088
5089         * src/plugins/bogofilter/bogofilter_gtk.c
5090                 fix sensitivity of "Insert X-Bogosity header"
5091                 option
5092
5093 2007-01-23 [colin]      2.7.1cvs52
5094
5095         * src/toolbar.c
5096                 Translate toolbar items text if
5097                 they're translatable (default)
5098         * src/addrcache.c
5099         * src/addrcache.h
5100         * src/addritem.c
5101         * src/addritem.h
5102         * src/codeconv.c
5103         * src/codeconv.h
5104         * src/jpilot.c
5105         * src/jpilot.h
5106         * src/ldapctrl.c
5107         * src/ldapctrl.h
5108         * src/ldapquery.h
5109         * src/ldif.c
5110         * src/ldif.h
5111         * src/etpan/etpan-thread-manager.c
5112         * src/etpan/etpan-thread-manager.h
5113         * src/gtk/gtkutils.c
5114         * src/gtk/gtkutils.h
5115                 More static functions
5116
5117 2007-01-22 [fabien]     2.7.1cvs51
5118
5119         * src/gtk/gtkutils.c
5120                 gtkut_get_options_frame() : ability to pass
5121                 a 'NULL' value in frame pointer parameter if
5122                 we don't need it.
5123
5124 2007-01-22 [colin]      2.7.1cvs50
5125
5126         * src/procmsg.c
5127         * src/procmsg.h
5128         * src/plugins/bogofilter/bogofilter.c
5129         * src/plugins/bogofilter/bogofilter_gtk.c
5130         * src/plugins/spamassassin/spamassassin.c
5131         * src/plugins/spamassassin/spamassassin_gtk.c
5132                 Allow moving spams to the account's trash
5133                 instead of default one
5134
5135 2007-01-21 [colin]      2.7.1cvs49
5136
5137         * src/ldapquery.c
5138         * src/ldapquery.h
5139                 Revert a static function that shouldn't
5140                 have been
5141
5142 2007-01-21 [colin]      2.7.1cvs48
5143
5144         * src/ldapquery.c
5145         * src/ldapquery.h
5146                 Same
5147
5148 2007-01-21 [colin]      2.7.1cvs47
5149
5150         * src/procmsg.c
5151         * src/procmsg.h
5152                 Same
5153
5154 2007-01-21 [colin]      2.7.1cvs46
5155
5156         * src/common/socket.c
5157         * src/common/socket.h
5158                 Same
5159
5160 2007-01-21 [colin]      2.7.1cvs45
5161
5162         * src/crash.c
5163         * src/exporthtml.c
5164         * src/exporthtml.h
5165         * src/exportldif.c
5166         * src/exportldif.h
5167         * src/folder.c
5168         * src/folder.h
5169         * src/folder_item_prefs.c
5170         * src/folder_item_prefs.h
5171         * src/folderview.c
5172         * src/folderview.h
5173         * src/gedit-print.c
5174         * src/gedit-print.h
5175         * src/main.c
5176         * src/main.h
5177         * src/common/socket.c
5178         * src/common/socket.h
5179         * src/gtk/gtkaspell.c
5180         * src/gtk/gtkaspell.h
5181         * src/gtk/quicksearch.c
5182         * src/gtk/quicksearch.h
5183                 Same
5184
5185 2007-01-21 [colin]      2.7.1cvs44
5186
5187         * src/common/utils.c
5188         * src/common/utils.h
5189         * src/etpan/etpan-thread-manager.c
5190         * src/etpan/etpan-thread-manager.h
5191                 Same (Funny that etpan_thread_unbind
5192                 is called but not etpan_thread_bind)
5193
5194 2007-01-21 [colin]      2.7.1cvs43
5195
5196         * src/addrselect.c
5197         * src/addrselect.h
5198         * src/codeconv.c
5199         * src/codeconv.h
5200         * src/compose.c
5201         * src/compose.h
5202         * src/etpan/Makefile.am
5203         * src/gtk/colorlabel.c
5204         * src/gtk/colorlabel.h
5205         * src/gtk/sslcertwindow.c
5206         * src/gtk/sslcertwindow.h
5207         * src/etpan/etpan-log.c ** REMOVED **
5208         * src/etpan/etpan-log.h ** REMOVED **
5209                 Same
5210
5211 2007-01-20 [colin]      2.7.1cvs42
5212
5213         * src/addritem.c
5214         * src/addritem.h
5215                 Same
5216
5217 2007-01-20 [colin]      2.7.1cvs41
5218
5219         * src/account.c
5220         * src/account.h
5221         * src/addrbook.c
5222         * src/addrbook.h
5223         * src/addrcache.c
5224         * src/addrcache.h
5225         * src/addrclip.c
5226         * src/addrclip.h
5227         * src/addressbook.c
5228         * src/addressbook.h
5229         * src/addrharvest.c
5230         * src/addrharvest.h
5231         * src/addrindex.c
5232         * src/addrindex.h
5233         * src/editaddress.c
5234         * src/editaddress.h
5235                 Make functions that aren't used in other
5236                 files static
5237
5238 2007-01-20 [colin]      2.7.1cvs40
5239
5240         * src/account.c
5241         * src/addrbook.c
5242         * src/addrcache.c
5243         * src/addressbook.c
5244         * src/addrgather.c
5245         * src/addrindex.c
5246         * src/addrquery.c
5247         * src/addrselect.c
5248         * src/browseldap.c
5249         * src/compose.c
5250         * src/editbook.c
5251         * src/editjpilot.c
5252         * src/editldap.c
5253         * src/editldap_basedn.c
5254         * src/editvcard.c
5255         * src/exporthtml.c
5256         * src/exportldif.c
5257         * src/folder.c
5258         * src/folderview.c
5259         * src/image_viewer.c
5260         * src/imap.c
5261         * src/importmutt.c
5262         * src/importpine.c
5263         * src/jpilot.c
5264         * src/ldapquery.c
5265         * src/main.c
5266         * src/mainwindow.c
5267         * src/matcher.c
5268         * src/messageview.c
5269         * src/mh.c
5270         * src/mimeview.c
5271         * src/msgcache.c
5272         * src/mutt.c
5273         * src/news.c
5274         * src/pine.c
5275         * src/prefs_account.c
5276         * src/prefs_common.c
5277         * src/prefs_compose_writing.c
5278         * src/prefs_ext_prog.c
5279         * src/prefs_folder_item.c
5280         * src/prefs_fonts.c
5281         * src/prefs_message.c
5282         * src/prefs_msg_colors.c
5283         * src/prefs_other.c
5284         * src/prefs_quote.c
5285         * src/prefs_receive.c
5286         * src/prefs_send.c
5287         * src/prefs_spelling.c
5288         * src/prefs_summaries.c
5289         * src/prefs_toolbar.c
5290         * src/prefs_wrapping.c
5291         * src/privacy.c
5292         * src/procmime.c
5293         * src/procmsg.c
5294         * src/ssl_manager.c
5295         * src/statusbar.c
5296         * src/summaryview.c
5297         * src/toolbar.c
5298         * src/vcard.c
5299         * src/common/hooks.c
5300         * src/common/log.c
5301         * src/common/passcrypt.c
5302         * src/common/socket.c
5303         * src/common/ssl.c
5304         * src/common/ssl_certificate.c
5305         * src/common/template.c
5306         * src/common/utils.c
5307         * src/etpan/imap-thread.c
5308         * src/gtk/sslcertwindow.c
5309         * src/gtk/sslcertwindow.h
5310                 Make functions that could be static, static
5311
5312 2007-01-20 [colin]      2.7.1cvs39
5313
5314         * src/editldap.c
5315                 Fix tooltip
5316
5317 2007-01-20 [colin]      2.7.1cvs38
5318
5319         * src/ldapquery.c
5320         * src/ldaputil.c
5321         * src/ldaputil.h
5322                 Fix bug 1102, 'claws-mail-2.7.1 
5323                 makes use of deprecated ldap 
5324                 functions'
5325
5326 2007-01-20 [colin]      2.7.1cvs37
5327
5328         * src/mainwindow.c
5329         * src/mainwindow.h
5330         * src/summaryview.c
5331         * src/gtk/quicksearch.c
5332                 Add Wide message list layout
5333
5334 2007-01-19 [fabien]     2.7.1cvs36
5335
5336         * src/textview.c
5337                 make sure a font change is considered in links of
5338                 headerview.
5339
5340 2007-01-19 [colin]      2.7.1cvs35
5341
5342         * src/main.c
5343         * src/mainwindow.c
5344         * src/mainwindow.h
5345         * src/messageview.c
5346         * src/messageview.h
5347         * src/prefs_common.c
5348         * src/prefs_common.h
5349         * src/summaryview.c
5350         * src/summaryview.h
5351         * src/gtk/quicksearch.c
5352         * src/gtk/quicksearch.h
5353                 Drop 'Separate Folder tree' and 'Separate
5354                 Message View'. Put three layouts in place
5355                 of it.
5356
5357 2007-01-19 [paul]       2.7.1cvs34
5358
5359         * src/prefs_msg_colors.c
5360                 more use of Q_ for translators
5361
5362 2007-01-19 [paul]       2.7.1cvs33
5363
5364         * src/imap_gtk.c
5365         * src/prefs_account.c
5366                 a few changes to the English
5367
5368 2007-01-19 [fabien]     2.7.1cvs32
5369
5370         * src/wizard.c
5371                 factorize translatable string
5372
5373 2007-01-18 [colin]      2.7.1cvs31
5374
5375         * src/main.c
5376                 Don't error out on --sync option. Although
5377                 we don't do anything with it, gtk+ handles
5378                 it, and it's useful for debugging X errors
5379
5380 2007-01-18 [fabien]     2.7.1cvs30
5381
5382         * src/prefs_other.c
5383                 ability to apply on the fly the recent added
5384                 'gtk_can_change_accels' pref (no need to restart).
5385
5386 2007-01-18 [fabien]     2.7.1cvs29
5387
5388         * src/plugins/bogofilter/bogofilter_gtk.c
5389         * src/plugins/bogofilter/bogofilter.c
5390         * src/plugins/spamassassin/spamassassin_gtk.c
5391         * src/addr_compl.c
5392         * src/prefs_account.c
5393                 factorize or rewrite some translatable strings.
5394
5395 2007-01-18 [fabien]     2.7.1cvs28
5396
5397         * src/prefs_gtk.h
5398         * src/compose.c
5399                 set a 4pix space between "Subject:" label and subject entry in
5400                 compose window.
5401
5402 2007-01-18 [wwp]        2.7.1cvs27
5403
5404         * src/addressbook.c
5405                 fix conflicting address-copy/paste when focus is set
5406                 to the embedded edit-person form.
5407  
5408
5409 2007-01-18 [wwp]        2.7.1cvs26
5410
5411         * src/addressbook.h
5412                 complete 2.7.1cvs23 (one more file was missing from that
5413                 commit).
5414
5415 2007-01-18 [colin]      2.7.1cvs25
5416
5417         * src/main.c
5418                 Provide a way to migrate without backup
5419                 Re-ask for migration on next start if 
5420                 it has been refused and wizard has been 
5421                 cancelled after.
5422
5423 2007-01-18 [wwp]        2.7.1cvs24
5424
5425         * src/editaddress.c
5426                 complete 2.7.1.cvs23 (file was missing from previous
5427                 commit).
5428
5429 2007-01-18 [wwp]        2.7.1cvs23
5430
5431         * src/addressbook.c
5432                 fix potential crashes in address book's focus_in/out signal handlers,
5433                 force focus to the edit-person form when clicked the Edit menu entry or
5434                 button (this only matters if the edit-person form is embedded to the
5435                 AB window, in that case, focus is not set when browsing the contacts
5436                 list w/ keys or mouse clicks).
5437
5438 2007-01-18 [paul]       2.7.1cvs22
5439
5440         * src/main.c
5441                 add command line options:
5442                 -h for --help
5443                 -q and --quit for --exit
5444                 -v for --version
5445                 print "Unknown option" for unknown options
5446
5447 2007-01-18 [paul]       2.7.1cvs21
5448
5449         * po/ru.po
5450                 updated by Pavlo Bohmat
5451
5452 2007-01-18 [paul]       2.7.1cvs20
5453
5454         * src/mainwindow.c
5455                 fix sensitivity issues of Mark as Spam/Ham
5456
5457 2007-01-17 [fabien]     2.7.1cvs19
5458
5459         * src/prefs_other.c
5460         * src/prefs_common.c
5461         * src/prefs_common.h
5462         * src/main.c
5463                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5464                 control the corresponding gtk property. It could be used to lock
5465                 all shortcuts (avoid to set one of them by inadvertency).
5466
5467 2007-01-17 [colin]      2.7.1cvs18
5468
5469         * src/summaryview.c
5470                 Fix bug 1100, 'Highlighted e-mail data not visible 
5471                 when color label applied.'. Use a weighted average
5472                 between normal selected foreground color and color
5473                 label instead of a simple one (3/1 instead 1/1).
5474
5475 2007-01-17 [colin]      2.7.1cvs17
5476
5477         * src/messageview.c
5478                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5479                 crash' - don't prevent mail switching while loading
5480
5481 2007-01-17 [colin]      2.7.1cvs16
5482
5483         * src/folder.c
5484         * src/folder.h
5485         * src/folderview.c
5486         * src/folderview.h
5487         * src/imap.c
5488         * src/imap.h
5489         * src/imap_gtk.c
5490                 Manage recursive search of unsubscribed folders
5491                 Rescan tree without checking for new messages 
5492                 after subscriptions changed
5493
5494 2007-01-17 [paul]       2.7.1cvs15
5495
5496         * src/prefs_common.c
5497         * src/gtk/pluginwindow.c
5498                 fix bug 1101, '"Load plugin" button is
5499                 accidentally hidden'
5500                 unset (-1) initial width in prefs_common,
5501                 fix overlapping buttons,
5502                 and other cleanups
5503
5504 2007-01-17 [paul]       2.7.1cvs14
5505
5506         * src/procmime.c
5507                 add #include <errno.h>, it's needed
5508                 on some systems
5509
5510 2007-01-17 [paul]       2.7.1cvs13
5511
5512         * src/common/defs.h
5513         * tools/make.themes.project
5514                 rename .sylpheed_themeinfo to .claws_themeinfo
5515                 and use it
5516         * src/etpan/etpan-errors.h
5517         * src/etpan/etpan-log.c
5518         * src/etpan/etpan-log.h
5519         * src/etpan/etpan-thread-manager-types.h
5520         * src/etpan/etpan-thread-manager.c
5521         * src/etpan/etpan-thread-manager.h
5522         * src/etpan/imap-thread.c
5523         * src/etpan/imap-thread.h
5524                 add copyright header
5525
5526 2007-01-17 [colin]      2.7.1cvs12
5527
5528         * src/plugins/pgpcore/select-keys.c
5529         * src/gtk/pluginwindow.c
5530         * src/prefs_account.c
5531                 Fix warnings
5532
5533 2007-01-16 [colin]      2.7.1cvs11
5534
5535         * src/imap.c
5536         * src/imap.h
5537         * src/imap_gtk.c
5538                 Manage subscribing to subfolders when only
5539                 subscribed folders are shown.
5540
5541 2007-01-16 [colin]      2.7.1cvs10
5542
5543         * src/folderview.c
5544                 Fix annoying vscrollbar going back to top
5545                 on Check for new folders
5546
5547 2007-01-16 [colin]      2.7.1cvs9
5548
5549         * src/imap.c
5550                 Remove printf
5551
5552 2007-01-16 [colin]      2.7.1cvs8
5553
5554         * src/filtering.c
5555                 Bigger buffer for errors
5556         * src/imap.c
5557         * src/imap.h
5558         * src/imap_gtk.c
5559         * src/prefs_account.c
5560         * src/prefs_account.h
5561         * src/wizard.c
5562         * src/etpan/imap-thread.c
5563         * src/etpan/imap-thread.h
5564         * manual/handling.xml
5565                 Add subscriptions management. What it changes:
5566                 Creating a folder subscribes to it
5567                 Deleting a folder unsubscribes it
5568                 New contextual menu item allowing to switch between
5569                 All folders and Subscribed folders, subscribe, and
5570                 unsubscribe. "Creating" an existing but unsubscribed
5571                 folder will subscribe it.
5572                 By default for new accounts, only subscribed folders 
5573                 are shown.
5574
5575
5576 2007-01-16 [paul]       2.7.1cvs7
5577
5578         * src/summaryview.c
5579                 Allow folder classes to specify only sort_key or
5580                 sort_type instead of both or none.
5581
5582 2007-01-16 [paul]       2.7.1cvs6
5583
5584         * src/action.c
5585         * src/compose.c
5586         * src/mimeview.c
5587         * src/procmime.c
5588         * src/textview.c
5589                 Save and use errno for procmime_get_part
5590
5591 2007-01-16 [colin]      2.7.1cvs5
5592
5593         * src/imap.c
5594                 Never remove INBOX when scanning for
5595                 new folders. It's a special folder
5596                 that has to exist.
5597
5598 2007-01-15 [colin]      2.7.1cvs4
5599
5600         * src/imap.c
5601                 Fix 'Check for new folders' when IMAP subdirectory
5602                 is set
5603         * src/etpan/imap-thread.c
5604                 Fix build
5605
5606 2007-01-15 [colin]      2.7.1cvs3
5607
5608         * src/etpan/imap-thread.c
5609                 Fix invalid free on command-connection
5610                 error
5611
5612 2007-01-15 [wwp]        2.7.1cvs2
5613
5614         * src/matcher_parser_lex.l
5615         * src/quote_fmt_lex.l
5616         * src/matcher_parser_parse.y
5617                 fix copyright header in lexers and parsers.
5618
5619 2007-01-15 [paul]       2.7.1cvs1
5620
5621         * NEWS
5622         * README
5623         * RELEASE_NOTES
5624         * configure.ac
5625                 bump up version number following
5626                 stable release
5627
5628 2007-01-15 [paul]       2.7.0cvs31
5629
5630         * AUTHORS
5631         * src/gtk/authors.h
5632                 add Fabien to the Team list
5633                 add the recent contributors
5634                 make a few corrections
5635
5636 2007-01-15 [paul]       2.7.0cvs30
5637
5638         * src/mainwindow.c
5639                 fix compiler warning
5640         * src/plugins/pgpcore/prefs_gpg.c
5641         * src/plugins/pgpcore/prefs_gpg.h
5642                 add missing include
5643                 fix copyright header
5644
5645 2007-01-14 [colin]      2.7.0cvs29
5646
5647         * src/gtk/filesel.c
5648                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5649                 two benefits: faster to open, will fix strange
5650                 dbus-related crash. Thanks to Pascal Terjan.
5651
5652 2007-01-14 [colin]      2.7.0cvs28
5653
5654         * src/etpan/imap-thread.c
5655                 Delete the old imap just after allocating
5656                 the new one. Makes sure we don't get the
5657                 same pointer by sheer luck, which feels
5658                 strange in the debug log.
5659
5660 2007-01-14 [colin]      2.7.0cvs27
5661
5662         * src/gtk/inputdialog.c
5663                 Make sure we don't print passwords in
5664                 clear text when in debug mode
5665
5666 2007-01-14 [colin]      2.7.0cvs26
5667
5668         * src/gtk/gtksctree.c
5669                 Fix bug 1098, 'bogus last row display 
5670                 after expanding a thread'. Patch by
5671                 Jindrich Makovicka <makovick@gmail.com>
5672
5673 2007-01-14 [colin]      2.7.0cvs25
5674
5675         * src/etpan/imap-thread.c
5676                 Close socket manually before
5677                 freeing the imap struct
5678
5679 2007-01-14 [colin]      2.7.0cvs24
5680
5681         * src/etpan/imap-thread.c
5682                 Maybe fix new reconnection issues
5683
5684 2007-01-13 [colin]      2.7.0cvs23
5685
5686         * src/summaryview.c
5687                 Freeze/thaw on thread selection
5688
5689 2007-01-13 [paul]       2.7.0cvs22
5690
5691         * src/mainwindow.c
5692         * src/summaryview.c
5693         * src/summaryview.h
5694                 add 'Edit/Delete thread'
5695
5696 2007-01-13 [colin]      2.7.0cvs21
5697
5698         * src/prefs_account.c
5699         * src/prefs_compose_writing.c
5700         * src/prefs_message.c
5701         * src/prefs_msg_colors.c
5702         * src/prefs_other.c
5703         * src/prefs_receive.c
5704         * src/prefs_spelling.c
5705         * src/prefs_summaries.c
5706         * src/prefs_themes.c
5707         * src/gtk/gtkutils.c
5708         * src/gtk/gtkutils.h
5709         * src/plugins/pgpcore/prefs_gpg.c
5710         * src/plugins/spamassassin/spamassassin_gtk.c
5711                 Factorize gtk frame creation
5712                 Patch by Pawel
5713
5714 2007-01-13 [colin]      2.7.0cvs20
5715
5716         * src/message_search.c
5717         * src/summary_search.c
5718                 Fix Enter in search windows
5719         * src/messageview.c
5720                 Fix body search starting at the
5721                 end of the mail (and asking for loop)
5722
5723 2007-01-13 [colin]      2.7.0cvs19
5724
5725         * src/etpan/imap-thread.c
5726                 Make sure we don't free the same imap
5727                 twice
5728
5729 2007-01-13 [colin]      2.7.0cvs18
5730
5731         * commitHelper
5732                 Allow multiple commitHelpers to
5733                 run at once
5734
5735 2007-01-12 [colin]      2.7.0cvs17
5736
5737         * src/etpan/imap-thread.c
5738                 Make sure we get rid of the previous mailimap
5739                 when connecting - just in case disconnect was
5740                 unclean
5741
5742 2007-01-12 [paul]       2.7.0cvs16
5743
5744         * src/compose.c
5745                 Strip S/MIME signatures when re-editing
5746                 S/MIME signed messages.
5747
5748 2007-01-12 [paul]       2.7.0cvs15
5749
5750         * configure.ac
5751         * src/addressbook.c
5752         * src/foldersel.c
5753         * src/folderview.c
5754         * src/main.c
5755                 no need to define CLAWS anymore, remove
5756                 all that stuff
5757
5758 2007-01-12 [paul]       2.7.0cvs14
5759
5760         * src/mimeview.c
5761                 check if the mail's signed as
5762                 it can change the mail structure
5763                 Thanks to Colin
5764
5765 2007-01-12 [paul]       2.7.0cvs13
5766
5767         * src/procmime.c
5768                 fix Forwarding msgs with attachments
5769                 that have dos line endings
5770                 Thanks to Colin
5771
5772 2007-01-12 [wwp]        2.7.0cvs12
5773
5774         * configure.ac
5775                 Revert accidentally committed extra version tag.
5776
5777 2007-01-12 [wwp]        2.7.0cvs11
5778
5779         * src/prefs_account.c
5780                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5781
5782 2007-01-11 [colin]      2.7.0cvs10
5783
5784         * src/imap.c
5785                 move g_warning to debug_print
5786                 it scares people for no reason
5787
5788 2007-01-11 [colin]      2.7.0cvs9
5789
5790         * po/POTFILES.in
5791                 Fix files to translate. Patch by
5792                 Fabien
5793
5794 2007-01-11 [paul]       2.7.0cvs8
5795
5796         * src/imap.c
5797                 Fix recursion when server lists the
5798                 current subfolder in the response
5799         * src/mimeview.c
5800                 Fix updating of icon_list/ctree
5801         * src/plugins/pgpcore/select-keys.c
5802                 Fix a few annoyances when choosing
5803                 keys for the CMS (S/MIME) protocol
5804
5805 2007-01-11 [wwp]        2.7.0cvs7
5806
5807         * src/compose.c
5808         * src/prefs_account.c
5809         * src/prefs_account.h
5810                 Add per-account spellcheck default dictionaries settings.
5811
5812 2007-01-10 [colin]      2.7.0cvs6
5813
5814         * src/prefs_folder_item.c
5815                 Factorize strings - patch by Fabien
5816
5817 2007-01-10 [colin]      2.7.0cvs5
5818
5819         * src/mainwindow.c
5820                 Fix bug 1095, 'Crash while changing folder 
5821                 columns during incorporation'
5822
5823 2007-01-09 [colin]      2.7.0cvs4
5824
5825         * src/gtk/pluginwindow.c
5826                 Set the plugin window transient. Seems
5827                 like some window managers hide it in
5828                 the background after "load plugin"...
5829
5830 2007-01-09 [colin]      2.7.0cvs3
5831
5832         * src/gtk/filesel.c
5833                 Use the same type for alloc and free
5834
5835 2007-01-08 [paul]       2.7.0cvs2
5836
5837         * po/nl.po
5838                 updated by Tim Dijkstra
5839
5840 2007-01-08 [paul]       2.7.0cvs1
5841
5842         * src/prefs_themes.c
5843         * src/common/utils.c
5844                 Fix resource leaks
5845
5846 2007-01-08 [paul]       2.7.0
5847
5848         * NEWS
5849         * README
5850         * RELEASE_NOTES
5851                 2.7.0 released
5852
5853 2007-01-08 [paul]       2.6.1cvs119
5854
5855         * doc/man/claws-mail.1
5856                 another correction
5857
5858 2007-01-08 [paul]       2.6.1cvs118
5859
5860         * doc/man/claws-mail.1
5861                 corrections
5862         * manual/advanced.xml
5863                 improved English usage
5864
5865 2007-01-08 [paul]       2.6.1cvs117
5866
5867         * po/ca.po
5868         * po/de.po
5869         * po/en_GB.po
5870         * po/fi.po
5871         * po/it.po
5872         * po/pt_BR.po
5873         * po/sk.po
5874         * po/sr.po
5875         * po/zh_CN.po
5876                 updated by Miquel Oliete, Stephan Sachse, me,
5877                 Tommi Pirinen, Andrea Spadaccini, Frederico
5878                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5879                 Urosevic, and Ralgh Young
5880
5881 2007-01-07 [mones]      2.6.1cvs116
5882
5883         * manual/es/advanced.xml
5884         * po/es.po
5885                 Synced manual (unhide mark_as_read_delay)
5886                 and updated translation for release
5887
5888 2007-01-07 [paul]       2.6.1cvs115
5889
5890         * src/prefs_matcher.c
5891                 make the hbox content fit better under
5892                 various languages
5893
5894 2007-01-07 [colin]      2.6.1cvs114
5895
5896         * src/messageview.c
5897                 Fix bug 1088, 'Ctrl-h produces repeatable
5898                 crash'
5899
5900 2007-01-06 [colin]      2.6.1cvs113
5901
5902         * src/etpan/imap-thread.c
5903                 Add casts to int to get certs. Fixes
5904                 bug 1064, 'crash @ etpan_certificate_check() 
5905                 when opening an IMAP folder', with latest
5906                 libetpan CVS or >= 0.49
5907         * src/mainwindow.c
5908         * src/mainwindow.h
5909         * src/imap_gtk.c
5910         * src/news_gtk.c
5911         * src/prefs_folder_item.c
5912                 Grey out the "synchronise" menu items if
5913                 there's nothing to synchronise.
5914         * src/plugins/pgpcore/sgpgme.c
5915                 Make an error clearer than "Unknown error"
5916
5917 2007-01-06 [colin]      2.6.1cvs112
5918
5919         * src/messageview.c
5920                 Don't try to show a message if updating
5921                 Maybe fixes bug 1088, 'ctrl-h produces
5922                 repeatable crash'.
5923
5924 2007-01-06 [colin]      2.6.1cvs111
5925
5926         * src/summaryview.c
5927                 Disable Control-Space (handle it as Space).
5928
5929 2007-01-05 [paul]       2.6.1cvs110
5930
5931         * src/imap.c
5932                 Fix bug 934, 'sylpheed claws 2.1 
5933                 doesn't show Exchanges Public Folders'
5934                 Thanks to Hoa and Colin
5935         * src/msgcache.c
5936                 Refuse to allocate more than 2 MB for a 
5937                 single field, it's a good indication of
5938                 cache corruption.
5939
5940 2007-01-05 [colin]      2.6.1cvs109
5941
5942         * src/mainwindow.c
5943                 Allow --select'ing emails by Message-ID too
5944
5945 2007-01-05 [colin]      2.6.1cvs108
5946
5947         * src/common/quoted-printable.c
5948                 Uh! Third fix :)
5949
5950 2007-01-05 [colin]      2.6.1cvs107
5951
5952         * src/common/quoted-printable.c
5953                 Fix previous commit about bug 1089
5954                 Thanks to Ralf
5955
5956 2007-01-05 [colin]      2.6.1cvs106
5957
5958         * src/common/quoted-printable.c
5959                 Fix my previous commit on bug 1089
5960                 - Thanks to Ralf :)
5961
5962 2007-01-04 [colin]      2.6.1cvs105
5963
5964         * src/common/quoted-printable.c
5965                 Fix bug 1089, 'NUL characters in Subject 
5966                 line are misinterpreted'. Not a pain to
5967                 fix in fact.
5968
5969 2007-01-04 [colin]      
5970
5971         2.7.0-rc3 released
5972
5973 2007-01-04 [wwp]        2.6.1cvs104
5974
5975         * src/image_viewer.c
5976                 Force operator precedence (fix a compiler warning).
5977
5978 2007-01-04 [colin]      2.6.1cvs103
5979
5980         * src/image_viewer.c
5981                 Be cautious there too (same fix as the one
5982                 in textview from cvs33)
5983         * src/messageview.c
5984                 Don't use any MimeViewer plugin when showing
5985                 all headers
5986
5987 2007-01-03 [wwp]        2.6.1cvs102
5988
5989         * src/html.c
5990         * src/html.h
5991                 fixed "cent" sign (use the existing ASCII one),
5992                 decode more HTML entities,
5993                 converted table ASCII entries to UTF-8,
5994                 moved a switch() into a hashtable.
5995
5996 2007-01-03 [paul]       2.6.1cvs101
5997
5998         * src/compose.c
5999         * src/messageview.c
6000         * src/procmsg.c
6001         * src/procmsg.h
6002                 When possible, use move_msg instead of
6003                 copy_msg + remove_msg to move sent mail
6004                 from Queue to Sent. 
6005
6006 2007-01-03 [paul]       2.6.1cvs100
6007
6008         * src/html.c
6009                 add more html entity recognition:
6010                 pounds, euros, and cents
6011
6012 2007-01-03 [colin]      2.6.1cvs99
6013
6014         * src/imap_gtk.c
6015                 Don't display an error on NOSELECT
6016                 folders when synchronising
6017
6018 2007-01-03 [paul]       2.6.1cvs98
6019
6020         * tools/maildir2claws-mail.pl
6021                 only substitute 'sent-mail' if it's
6022                 the full directory name
6023
6024 2007-01-03 [paul]       2.6.1cvs97
6025
6026         * ChangeLog
6027         * ChangeLog.pre2.0.0
6028         * Makefile.am
6029                 archive a chunk of ChangeLog in
6030                 ChangeLog.pre2.0.0
6031         * ChangeLog.gtk1
6032         * doc/src/ChangeLog.claws-pre0.8.0
6033                 remove ChangeLog.claws-pre0.8.0, adding
6034                 its contents to ChangeLog.gtk1
6035
6036 2007-01-03 [paul]       2.6.1cvs96
6037
6038         * src/account.c
6039         * src/account.h
6040         * src/action.c
6041         * src/action.h
6042         * src/adbookbase.h
6043         * src/addr_compl.c
6044         * src/addr_compl.h
6045         * src/addrbook.c
6046         * src/addrcache.c
6047         * src/addrcache.h
6048         * src/addrcindex.c
6049         * src/addrcindex.h
6050         * src/addrclip.c
6051         * src/addrclip.h
6052         * src/addrdefs.h
6053         * src/addressadd.c
6054         * src/addressadd.h
6055         * src/addressbook.c
6056         * src/addressbook.h
6057         * src/addressbook_foldersel.c
6058         * src/addressbook_foldersel.h
6059         * src/addrgather.c
6060         * src/addrgather.h
6061         * src/addrharvest.c
6062         * src/addrharvest.h
6063         * src/addrindex.c
6064         * src/addrindex.h
6065         * src/addritem.c
6066         * src/addritem.h
6067         * src/addrquery.c
6068         * src/addrquery.h
6069         * src/addrselect.c
6070         * src/addrselect.h
6071         * src/alertpanel.c
6072         * src/alertpanel.h
6073         * src/browseldap.c
6074         * src/browseldap.h
6075         * src/codeconv.c
6076         * src/codeconv.h
6077         * src/compose.c
6078         * src/compose.h
6079         * src/customheader.c
6080         * src/customheader.h
6081         * src/displayheader.c
6082         * src/displayheader.h
6083         * src/editaddress.c
6084         * src/editaddress.h
6085         * src/editbook.c
6086         * src/editbook.h
6087         * src/editgroup.c
6088         * src/editgroup.h
6089         * src/editjpilot.c
6090         * src/editjpilot.h
6091         * src/editldap.c
6092         * src/editldap.h
6093         * src/editldap_basedn.c
6094         * src/editldap_basedn.h
6095         * src/editvcard.c
6096         * src/editvcard.h
6097         * src/exphtmldlg.c
6098         * src/exphtmldlg.h
6099         * src/expldifdlg.c
6100         * src/expldifdlg.h
6101         * src/export.c
6102         * src/export.h
6103         * src/exporthtml.c
6104         * src/exporthtml.h
6105         * src/exportldif.c
6106         * src/exportldif.h
6107         * src/filtering.c
6108         * src/filtering.h
6109         * src/folder.c
6110         * src/folder.h
6111         * src/folder_item_prefs.c
6112         * src/folder_item_prefs.h
6113         * src/foldersel.c
6114         * src/foldersel.h
6115         * src/folderutils.c
6116         * src/folderutils.h
6117         * src/folderview.c
6118         * src/folderview.h
6119         * src/grouplistdialog.c
6120         * src/grouplistdialog.h
6121         * src/headerview.c
6122         * src/html.c
6123         * src/html.h
6124         * src/image_viewer.c
6125         * src/image_viewer.h
6126         * src/imap.c
6127         * src/imap.h
6128         * src/imap_gtk.c
6129         * src/imap_gtk.h
6130         * src/import.c
6131         * src/import.h
6132         * src/importldif.c
6133         * src/importldif.h
6134         * src/importmutt.c
6135         * src/importmutt.h
6136         * src/importpine.c
6137         * src/importpine.h
6138         * src/inc.c
6139         * src/inc.h
6140         * src/jpilot.c
6141         * src/jpilot.h
6142         * src/ldapctrl.c
6143         * src/ldapctrl.h
6144         * src/ldaplocate.c
6145         * src/ldaplocate.h
6146         * src/ldapquery.c
6147         * src/ldapquery.h
6148         * src/ldapserver.c
6149         * src/ldapserver.h
6150         * src/ldaputil.c
6151         * src/ldaputil.h
6152         * src/ldif.c
6153         * src/ldif.h
6154         * src/main.c
6155         * src/main.h
6156         * src/mainwindow.c
6157         * src/mainwindow.h
6158         * src/manual.c
6159         * src/manual.h
6160         * src/mbox.c
6161         * src/message_search.c
6162         * src/message_search.h
6163         * src/messageview.c
6164         * src/messageview.h
6165         * src/mh.c
6166         * src/mh.h
6167         * src/mh_gtk.c
6168         * src/mh_gtk.h
6169         * src/mimeview.c
6170         * src/mimeview.h
6171         * src/msgcache.c
6172         * src/msgcache.h
6173         * src/mutt.c
6174         * src/mutt.h
6175         * src/news.c
6176         * src/news.h
6177         * src/news_gtk.c
6178         * src/news_gtk.h
6179         * src/partial_download.c
6180         * src/partial_download.h
6181         * src/pine.c
6182         * src/pine.h
6183         * src/pop.c
6184         * src/pop.h
6185         * src/prefs_account.c
6186         * src/prefs_account.h
6187         * src/prefs_actions.c
6188         * src/prefs_actions.h
6189         * src/prefs_common.c
6190         * src/prefs_common.h
6191         * src/prefs_compose_writing.c
6192         * src/prefs_compose_writing.h
6193         * src/prefs_customheader.c
6194         * src/prefs_customheader.h
6195         * src/prefs_display_header.c
6196         * src/prefs_display_header.h
6197         * src/prefs_filtering.c
6198         * src/prefs_filtering.h
6199         * src/prefs_filtering_action.c
6200         * src/prefs_filtering_action.h
6201         * src/prefs_folder_column.c
6202         * src/prefs_folder_column.h
6203         * src/prefs_folder_item.c
6204         * src/prefs_folder_item.h
6205         * src/prefs_fonts.c
6206         * src/prefs_fonts.h
6207         * src/prefs_gtk.c
6208         * src/prefs_gtk.h
6209         * src/prefs_image_viewer.c
6210         * src/prefs_image_viewer.h
6211         * src/prefs_matcher.c
6212         * src/prefs_matcher.h
6213         * src/prefs_message.c
6214         * src/prefs_msg_colors.c
6215         * src/prefs_msg_colors.h
6216         * src/prefs_other.c
6217         * src/prefs_quote.c
6218         * src/prefs_receive.c
6219         * src/prefs_send.c
6220         * src/prefs_spelling.c
6221         * src/prefs_spelling.h
6222         * src/prefs_summaries.c
6223         * src/prefs_summaries.h
6224         * src/prefs_summary_column.c
6225         * src/prefs_summary_column.h
6226         * src/prefs_template.c
6227         * src/prefs_template.h
6228         * src/prefs_themes.c
6229         * src/prefs_themes.h
6230         * src/prefs_toolbar.c
6231         * src/prefs_toolbar.h
6232         * src/prefs_wrapping.c
6233         * src/prefs_wrapping.h
6234         * src/privacy.c
6235         * src/privacy.h
6236         * src/procheader.c
6237         * src/procheader.h
6238         * src/procmime.c
6239         * src/procmime.h
6240         * src/procmsg.c
6241         * src/procmsg.h
6242         * src/quote_fmt.c
6243         * src/quote_fmt_parse.y
6244         * src/recv.c
6245         * src/recv.h
6246         * src/remotefolder.c
6247         * src/remotefolder.h
6248         * src/send_message.c
6249         * src/send_message.h
6250         * src/setup.c
6251         * src/setup.h
6252         * src/sourcewindow.c
6253         * src/sourcewindow.h
6254         * src/ssl_manager.c
6255         * src/ssl_manager.h
6256         * src/statusbar.c
6257         * src/statusbar.h
6258         * src/stock_pixmap.c
6259         * src/stock_pixmap.h
6260         * src/summary_search.c
6261         * src/summary_search.h
6262         * src/summaryview.c
6263         * src/summaryview.h
6264         * src/textview.c
6265         * src/textview.h
6266         * src/toolbar.c
6267         * src/toolbar.h
6268         * src/undo.c
6269         * src/undo.h
6270         * src/unmime.c
6271         * src/unmime.h
6272         * src/vcard.c
6273         * src/vcard.h
6274         * src/wizard.c
6275         * src/wizard.h
6276         * src/common/base64.c
6277         * src/common/base64.h
6278         * src/common/defs.h
6279         * src/common/hooks.c
6280         * src/common/hooks.h
6281         * src/common/log.c
6282         * src/common/log.h
6283         * src/common/mgutils.c
6284         * src/common/mgutils.h
6285         * src/common/nntp.c
6286         * src/common/nntp.h
6287         * src/common/passcrypt.c
6288         * src/common/passcrypt.h.in
6289         * src/common/plugin.c
6290         * src/common/plugin.h
6291         * src/common/prefs.c
6292         * src/common/prefs.h
6293         * src/common/progressindicator.c
6294         * src/common/progressindicator.h
6295         * src/common/quoted-printable.c
6296         * src/common/quoted-printable.h
6297         * src/common/session.c
6298         * src/common/session.h
6299         * src/common/smtp.c
6300         * src/common/smtp.h
6301         * src/common/socket.c
6302         * src/common/socket.h
6303         * src/common/ssl.c
6304         * src/common/ssl.h
6305         * src/common/ssl_certificate.c
6306         * src/common/ssl_certificate.h
6307         * src/common/stringtable.c
6308         * src/common/stringtable.h
6309         * src/common/template.c
6310         * src/common/template.h
6311         * src/common/timing.h
6312         * src/common/utils.c
6313         * src/common/utils.h
6314         * src/common/version.h.in
6315         * src/common/xml.c
6316         * src/common/xml.h
6317         * src/common/xmlprops.c
6318         * src/common/xmlprops.h
6319         * src/gtk/about.c
6320         * src/gtk/colorlabel.c
6321         * src/gtk/colorsel.c
6322         * src/gtk/colorsel.h
6323         * src/gtk/combobox.c
6324         * src/gtk/combobox.h
6325         * src/gtk/description_window.c
6326         * src/gtk/description_window.h
6327         * src/gtk/filesel.c
6328         * src/gtk/filesel.h
6329         * src/gtk/foldersort.c
6330         * src/gtk/foldersort.h
6331         * src/gtk/gtksctree.c
6332         * src/gtk/gtkutils.c
6333         * src/gtk/gtkutils.h
6334         * src/gtk/inputdialog.c
6335         * src/gtk/inputdialog.h
6336         * src/gtk/logwindow.c
6337         * src/gtk/logwindow.h
6338         * src/gtk/manage_window.c
6339         * src/gtk/manage_window.h
6340         * src/gtk/menu.c
6341         * src/gtk/menu.h
6342         * src/gtk/pluginwindow.c
6343         * src/gtk/pluginwindow.h
6344         * src/gtk/prefswindow.c
6345         * src/gtk/prefswindow.h
6346         * src/gtk/progressdialog.c
6347         * src/gtk/progressdialog.h
6348         * src/gtk/sslcertwindow.c
6349         * src/gtk/sslcertwindow.h
6350         * src/plugins/bogofilter/bogofilter.c
6351         * src/plugins/bogofilter/bogofilter.h
6352         * src/plugins/bogofilter/bogofilter_gtk.c
6353         * src/plugins/clamav/clamav_plugin.c
6354         * src/plugins/clamav/clamav_plugin.h
6355         * src/plugins/clamav/clamav_plugin_gtk.c
6356         * src/plugins/demo/demo.c
6357         * src/plugins/dillo_viewer/dillo_prefs.c
6358         * src/plugins/dillo_viewer/dillo_prefs.h
6359         * src/plugins/dillo_viewer/dillo_viewer.c
6360         * src/plugins/pgpcore/passphrase.c
6361         * src/plugins/pgpcore/passphrase.h
6362         * src/plugins/pgpcore/pgp_viewer.c
6363         * src/plugins/pgpcore/pgp_viewer.h
6364         * src/plugins/pgpcore/plugin.c
6365         * src/plugins/pgpcore/select-keys.c
6366         * src/plugins/pgpcore/select-keys.h
6367         * src/plugins/pgpcore/sgpgme.c
6368         * src/plugins/pgpcore/sgpgme.h
6369         * src/plugins/pgpinline/pgpinline.c
6370         * src/plugins/pgpinline/pgpinline.h
6371         * src/plugins/pgpinline/plugin.c
6372         * src/plugins/pgpmime/pgpmime.c
6373         * src/plugins/pgpmime/pgpmime.h
6374         * src/plugins/pgpmime/plugin.c
6375         * src/plugins/spamassassin/spamassassin.c
6376         * src/plugins/spamassassin/spamassassin.h
6377         * src/plugins/spamassassin/spamassassin_gtk.c
6378         * src/plugins/trayicon/trayicon.c
6379                 it's 2007, update the year in the copyright headers
6380
6381 2007-01-03 [paul]       2.6.1cvs95
6382
6383         * src/gtk/about.c
6384                 it is 2007, use it in the copyright string
6385
6386 2007-01-03 [paul]       2.6.1cvs94
6387
6388         * src/html.c
6389                 html entity conversion:
6390                 move &#153; to a more suitable place
6391                 add &bull; and &ndash;
6392                 make sure &mdash; and &#8212; are both
6393                 converted the same
6394
6395 2007-01-02 [colin]      2.6.1cvs93
6396
6397         * src/addrbook.c
6398                 Fix leak
6399         * src/common/plugin.c
6400                 Add comment
6401         * src/etpan/imap-thread.c
6402                 Fix warning
6403
6404 2006-12-31 [paul]       2.6.1cvs92
6405
6406         * src/prefs_summaries.c
6407                 use gtk_button_new_from_stock()
6408
6409 2006-12-30 [colin]      2.6.1cvs91
6410
6411         * src/folder.c
6412         * src/imap_gtk.c
6413         * src/mh_gtk.c
6414                 Don't update filtering and account paths 
6415                 when copying folders
6416
6417 2006-12-30 [colin]      2.6.1cvs90
6418
6419         * src/prefs_compose_writing.c
6420         * src/prefs_quote.c
6421         * src/prefs_template.c
6422                 Use message font for Writing and 
6423                 Quoting prefs, as well as Templates.
6424
6425 2006-12-30 [colin]      2.6.1cvs89
6426
6427         * src/prefs_summaries.c
6428                 Rework GUI; patch by Pawel
6429
6430 2006-12-29 [colin]      2.6.1cvs88
6431
6432         * src/prefs_folder_item.c
6433                 Fix bug 1085, 'Apply to subfolder 
6434                 doesn't work' - I was mistaken saying
6435                 it worked in every case
6436
6437 2006-12-28 [colin]      2.6.1cvs87
6438
6439         * src/gtk/gtkaspell.c
6440                 Don't assert if use_alternate is true
6441                 and alt_dictionary isn't set -- this 
6442                 is what happens on upgrade! Rather,
6443                 do with it.
6444
6445 2006-12-28 [colin]      2.6.1cvs86
6446
6447         * Makefile.am
6448                 Fix desktop/icon simplification
6449
6450 2006-12-28 [colin]      2.6.1cvs85
6451
6452         * Makefile.am
6453                 Make desktop and icon not 
6454                 dependant on the desktop
6455
6456 2006-12-28 [wwp]        2.6.1cvs84
6457
6458         * src/plugins/pgpmime/claws.def
6459                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6460
6461 2006-12-28 [wwp]        2.6.1cvs83
6462
6463         * src/prefs_folder_item.c
6464                 Fix coloring of "simplify subject regexp" (folder prefs),
6465                 which might be left to red whereas the regexp gets empty.
6466
6467 2006-12-28 [wwp]        2.6.1cvs82
6468
6469         * src/prefs_common.c
6470         * src/prefs_common.h
6471         * src/addressbook.c
6472         * src/addressitem.h
6473                 Save addressbook mainwindow's horizontal and vertical splitter position.
6474
6475 2006-12-27 [wwp]        2.6.1cvs81
6476
6477         * src/gtk/gtkaspell.c
6478         * src/gtk/gtkaspell.h
6479         * src/compose.c
6480                 Fix assignment of compose's default and alternate dictionary from
6481                 account or folder settings. Now gtkaspell_change_dict does rotate
6482                 dicts only when it's called from a menu cb.
6483
6484 2006-12-27 [wwp]        2.6.1cvs80
6485
6486         * src/folder_item_prefs.c
6487                 Fix randomly initialized default-alt-dictionary (folder prefs),
6488                 complete 2.6.1cvs72.
6489
6490 2006-12-27 [paul]       2.6.1cvs79
6491
6492         * src/imap_gtk.c
6493         * src/mh_gtk.c
6494                 Add Copy folder in the folder's contextual
6495                 menu
6496
6497 2006-12-27 [wwp]        2.6.1cvs78
6498
6499         * src/imap.c
6500                 Clean up session locking, thanks to Colin.
6501
6502 2006-12-26 [colin]      2.6.1cvs77
6503
6504         * src/statusbar.c
6505                 Revert previous patch
6506
6507 2006-12-26 [colin]      2.6.1cvs76
6508
6509         * src/folder.c
6510         * src/folderview.c
6511         * src/imap.c
6512         * src/statusbar.c
6513         * src/etpan/imap-thread.c
6514                 Fix previous commit warnings
6515                 Make statusbar update every second if total < 20
6516                 Make IMAP APPEND faster by simplifying log              
6517
6518 2006-12-26 [colin]      2.6.1cvs75
6519
6520         * src/folder.c
6521         * src/folder.h
6522         * src/folderview.c
6523         * src/folderview.h
6524         * src/imap_gtk.c
6525         * src/mh_gtk.c
6526                 Make it possible to copy folders accross
6527                 mailboxes (this was an arbitrary limitation).
6528                 Still make it impossible to move folders 
6529                 accross mailboxes.
6530
6531 2006-12-26 [colin]      2.6.1cvs74
6532
6533         * src/etpan/imap-thread.c
6534                 Fix bug 1081, 'claws-mail 
6535                 segfaults when going offline 
6536                 while it transfers mails via 
6537                 imap'
6538
6539 2006-12-26 [colin]      2.6.1cvs73
6540
6541         * src/folder_item_prefs.c
6542                 Don't forget alt dictionary when
6543                 renaming/moving folders
6544
6545 2006-12-26 [wwp]        2.6.1cvs72
6546
6547         * src/folder_item_prefs.c
6548                 Add missing defaults for per-folder alt dict
6549                 (forgotten in 2.6.1cvs61).
6550
6551 2006-12-26 [colin]      2.6.1cvs71
6552
6553         * src/wizard.c
6554                 Add tooltip to state that specifying
6555                 full path to mailbox is possible
6556
6557 2006-12-26 [wwp]        2.6.1cvs70
6558
6559         * src/partial_download.c
6560         * src/gtk/gtkvscrollbutton.c
6561         * src/plugins/pgpinline/plugin.c
6562                 Fix for few compiler warnings that matter.
6563
6564 2006-12-25 [colin]      2.6.1cvs69
6565
6566         * src/partial_download.c
6567                 Fix marking for download or deletion
6568                 when the header isn't the first
6569         * src/gtk/logwindow.c
6570                 Fix start of scrolling
6571
6572 2006-12-23 [paul]       2.6.1cvs68
6573
6574         * src/compose.c
6575                 change last commit to use the 'academic'
6576                 method instead. Thanks to wwp
6577
6578 2006-12-23 [paul]       2.6.1cvs67
6579
6580         * src/compose.c
6581                 don't warn about empty subject when
6582                 redirecting
6583
6584 2006-12-22 [colin]      2.6.1cvs66
6585
6586         * src/summary_search.c
6587                 Fix previous patch
6588
6589 2006-12-22 [colin]      2.6.1cvs65
6590
6591         * src/gtk/gtkutils.c
6592         * src/imap.c
6593         * src/jpilot.c
6594         * src/summary_search.c
6595                 A few warning fixes
6596
6597 2006-12-23 [paul]       
6598
6599         2.7.0-rc2 released
6600
6601 2006-12-22 [colin]      2.6.1cvs64
6602
6603         * src/toolbar.c
6604         * src/toolbar.h
6605                 Add a combo to the learn spam button
6606         * src/plugins/bogofilter/bogofilter.c
6607         * src/plugins/bogofilter/bogofilter_gtk.c
6608         * src/plugins/bogofilter/bogofilter.h
6609                 Allow to store Unsure mails in a specific
6610                 folder to make better teaching easier
6611
6612 2006-12-21 [wwp]        2.6.1cvs63
6613
6614         * src/compose.c
6615         * src/prefs_common.c
6616         * src/prefs_common.h
6617         * src/prefs_spelling.c
6618         * src/gtk/gtkaspell.c
6619         * src/gtk/gtkaspell.h
6620                 Allow spell-checking using both current and alternate dictionaries
6621                 (thanks to Colin).
6622
6623 2006-12-21 [wwp]        2.6.1cvs62
6624
6625         * src/gtk/gtkaspell.c
6626                 Apply recheck_when_changing_dict (highlight all mispelled words)
6627                 when switching to alternate dictionary.
6628
6629 2006-12-21 [wwp]        2.6.1cvs61
6630
6631         * src/compose.c
6632         * src/folder_item_prefs.h
6633         * src/prefs_common.c
6634         * src/prefs_common.h
6635         * src/prefs_folder_item.c
6636         * src/prefs_spelling.c
6637         * src/gtk/gtkaspell.c
6638         * src/gtk/gtkaspell.h
6639                 Add global and per-folder prefs to set the default
6640                 alternate dictionary.
6641
6642 2006-12-21 [colin]      2.6.1cvs60
6643
6644         * src/folder.c
6645                 Look for folders by path in all folders
6646         * src/html.c
6647                 add &mdash;
6648
6649 2006-12-20 [colin]      2.6.1cvs59
6650
6651         * src/gtk/quicksearch.c
6652                 Make sure in_typing is false when clearing
6653
6654 2006-12-20 [wwp]        2.6.1cvs58
6655
6656         * configure.ac
6657                 change manual's target dir to be LFH-compliant (thanks to Colin).
6658
6659 2006-12-20 [wwp]        2.6.1cvs57
6660
6661         * src/prefs_common.c
6662         * src/prefs_summaries.c
6663                 i18n fix and factorize patch, thanks to Fabien.
6664
6665 2006-12-20 [paul]       2.6.1cvs56
6666
6667         * configure.ac
6668                 last of the renaming (??)
6669         * src/main.c
6670                 correct --help info of --status-full
6671         * src/plugins/bogofilter/bogofilter.c
6672                 make FALSE default of whitelist_ab
6673
6674 2006-12-19 [colin]      2.6.1cvs55
6675
6676         * src/jpilot.c
6677                 Same as before, without depending on
6678                 pisock >= 0.12
6679
6680 2006-12-19 [colin]      2.6.1cvs54
6681
6682         * src/jpilot.c
6683                 Fix bug 1059, 'Better jpilot charset 
6684                 handling'. Use libpisync's charset conversion
6685                 if possible
6686
6687 2006-12-19 [colin]      2.6.1cvs53
6688
6689         * po/fr.po
6690                 Updated by Fabien
6691
6692 2006-12-19 [wwp]        2.6.1cvs52
6693
6694         * src/gtk/about.c
6695                 Add missing #include (thanks to Colin).
6696
6697 2006-12-19 [wwp]        2.6.1cvs51
6698
6699         * src/prefs_receive.c
6700                 Better spacing between widgets in prefs.
6701
6702 2006-12-18 [colin]      2.6.1cvs50
6703
6704         * src/imap.c
6705                 Fix failure to get separator on LIST "" ""
6706                 Try LIST "" "INBOX" too.
6707
6708 2006-12-18 [wwp]        2.6.1cvs49
6709
6710         * src/common/session.c
6711                 Fix a compiler warning (thanks to Fabien).
6712
6713 2006-12-18 [wwp]        2.6.1cvs48
6714
6715         * src/compose.c
6716         * src/prefs_quote.c
6717                 Factorize some strings for translation (it's about error
6718                 messages when applying or checking template/quote format).
6719
6720 2006-12-18 [colin]      2.6.1cvs47
6721
6722         * Makefile.am
6723         * src/common/defs.h
6724         * src/gtk/Makefile.am
6725         * src/gtk/about.c
6726                 Add a Release notes tab from the contents of
6727                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6728
6729 2006-12-17 [colin]      2.6.1cvs46
6730
6731         * src/mimeview.c
6732         * src/textview.c
6733         * src/gtk/filesel.c
6734                 Correctly convert from/to UTF8/filename encoding
6735                 when loading and saving files. Probably fixes
6736                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6737                 for a file to attach and is blocked...'
6738
6739 2006-12-17 [colin]      2.6.1cvs45
6740
6741         * src/gtk/logwindow.c
6742                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6743                 IMAP folder and is blocked on main thread': 
6744                 make sure we put utf8 in the log.
6745
6746 2006-12-16 [colin]      2.6.1cvs44
6747
6748         * src/toolbar.c
6749         * src/toolbar.h
6750                 Fix bug 1055, 'Add the 'cancel receive' 
6751                 in the available events for the toolbar buttons'
6752
6753 2006-12-16 [colin]      2.6.1cvs43
6754
6755         * po/POTFILES.in
6756         * src/imap.c
6757         * src/common/nntp.c
6758         * src/common/session.c
6759                 Log error when SSL handshakes fail. 
6760                 Fixes bug 1082, 'incorrect / imprecise 
6761                 error message when imap server provides 
6762                 ssl only through STARTTLS but SSL is 
6763                 selected'
6764
6765 2006-12-15 [wwp]        2.6.1cvs42
6766
6767         * src/plugins/bogofilter/bogofilter_gtk.c
6768                 set proper sensitivity to widgets I've recently added.
6769
6770 2006-12-15 [colin]      
6771
6772         2.7.0-rc1 released
6773
6774 2006-12-15 [wwp]        2.6.1cvs41
6775
6776         * src/plugins/bogofilter/bogofilter.c
6777         * src/plugins/bogofilter/bogofilter.h
6778         * src/plugins/bogofilter/bogofilter_gtk.c
6779                 bogofilter's whitelist can now use a subset of
6780                 the addressbook (either a book, a subfolder of a book,
6781                 or the whole addressbook by using "Any"). Re-used there
6782                 some pref_matcher widgets and mechanisms to match a subset
6783                 of the addressbook.
6784
6785 2006-12-15 [wwp]        2.6.1cvs40
6786
6787         * src/wizard.c
6788         * src/common/plugin.c
6789         * src/common/plugin.h
6790         * src/gtk/about.c
6791         * src/plugins/bogofilter/bogofilter.c
6792         * src/plugins/clamav/clamav_plugin.c
6793         * src/plugins/demo/demo.c
6794         * src/plugins/dillo_viewer/dillo_viewer.c
6795         * src/plugins/pgpcore/plugin.c
6796         * src/plugins/pgpinline/plugin.c
6797         * src/plugins/pgpmime/plugin.c
6798         * src/plugins/spamassassin/spamassassin.c
6799         * src/plugins/trayicon/trayicon.c
6800                 factorize some translatable strings (plugins-related),
6801                 fix missing punctuation in several places,
6802                 remove useless translatable \n in about.c,
6803                 and factorize plugin init code w/ a new function
6804                 check_plugin_version() in common/plugin.c.
6805                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6806
6807 2006-12-15 [wwp]        2.6.1cvs39
6808
6809         * src/plugins/bogofilter/bogofilter.c
6810         * src/plugins/bogofilter/bogofilter_gtk.c
6811                 flag whitelisted spams as spam, but don't filter it to the spam
6812                 folder. Thanks to Colin.
6813
6814 2006-12-15 [ticho]      2.6.1cvs38
6815
6816         * src/plugins/bogofilter/bogofilter.c
6817         * src/plugins/bogofilter/bogofilter.h
6818         * src/plugins/bogofilter/bogofilter_gtk.c
6819                 Add option to whitelist senders found in addressbook. Patch by colin.
6820
6821 2006-12-15 [paul]       2.6.1cvs37
6822
6823         * src/folderview.c
6824                 add missing #include "log.h"
6825
6826 2006-12-15 [paul]       2.6.1cvs36
6827
6828         * src/plugins/bogofilter/bogofilter.c
6829         * src/plugins/bogofilter/bogofilter.h
6830         * src/plugins/bogofilter/bogofilter_gtk.c
6831                 Add an option to allow inserting an
6832                 X-Claws-Bogosity header (on MH folders
6833                 only). Patch by Colin
6834
6835 2006-12-14 [colin]      2.6.1cvs35
6836
6837         * src/main.c
6838                 "Yes" should be the default choice for
6839                 migration configuration
6840
6841 2006-12-14 [paul]       2.6.1cvs34
6842
6843         * src/prefs_summaries.c
6844         * manual/advanced.xml
6845                 Unhide mark_as_read_delay
6846
6847 2006-12-14 [paul]       2.6.1cvs33
6848
6849         * src/messageview.c
6850         * src/messageview.h
6851         * src/mimeview.c
6852         * src/mimeview.h
6853         * src/summaryview.c
6854         * src/textview.c
6855         * src/textview.h
6856                 Fix printing of selection
6857                 Fix printing of message parts
6858                 Fix printing of images
6859         * src/gtk/gtksourceprintjob.c
6860                 Fix page count when there are images
6861
6862 2006-12-14 [wwp]        2.6.1cvs32
6863
6864         * src/mainwindow.c
6865         * src/summaryview.c
6866         * src/summaryview.h
6867         * src/gtk/quicksearch.c
6868                 fix quicksearch 'magnify' button status when QS is closed
6869                 using the Escape key, thanks to Colin.
6870
6871 2006-12-14 [wwp]        2.6.1cvs31
6872
6873         * src/mainwindow.c
6874         * src/summaryview.c
6875         * src/summaryview.h
6876         * src/gtk/quicksearch.c
6877                 fix quicksearch 'magnify' button status when QS is closed
6878                 using the Escape key, thanks to Colin.
6879
6880 2006-12-13 [colin]      2.6.1cvs30
6881
6882         * src/ldapquery.c
6883         * src/ldaputil.c
6884                 Use the binary safe version of ldap_get_values,
6885                 to make sure we manipulate null-terminated 
6886                 strings. Maybe fixes bug 1075, 'claws mail 
6887                 segfault when completing ldap adresses'
6888         * src/syldap.c ** REMOVED **
6889         * src/syldap.h ** REMOVED **
6890                 Remove dead files
6891
6892 2006-12-13 [mones]      2.6.1cvs29
6893
6894         * po/es.po
6895                 Fixed piped strings, fixed click translation
6896
6897 2006-12-13 [paul]       2.6.1cvs28
6898
6899         * src/main.c
6900                 don't translate these strings
6901
6902 2006-12-13 [paul]       2.6.1cvs27
6903
6904         * po/en_GB.po
6905                 updated
6906
6907 2006-12-13 [colin]      2.6.1cvs26
6908
6909         * src/main.c
6910         * src/main.h
6911                 Add claws_is_starting()
6912
6913 2006-12-13 [mones]      2.6.1cvs25
6914
6915         * manual/es/advanced.xml
6916         * po/es.po
6917                 Synced manual and updated translation
6918
6919 2006-12-12 [colin]      2.6.1cvs24
6920
6921         * src/wizard.c
6922                 Add an option to use STARTTLS in the
6923                 welcome wizard. Fixes bug 1080, 
6924                 'Using SSL option in wizard for incoming 
6925                 server does not activate SSL with STARTTLS'
6926
6927 2006-12-12 [colin]      2.6.1cvs23
6928
6929         * src/main.c
6930                 Don't exit when there's an incomplete
6931                 mailbox configured - leaves a chance 
6932                 to fix a failing IMAP account. Exit
6933                 if no mailbox at all is loaded (case
6934                 of missing plugin).
6935                 Completes bug 1077's fix (I was wrong
6936                 in this bug's comment #3).
6937
6938 2006-12-12 [colin]      2.6.1cvs22
6939
6940         * src/gtk/menu.h
6941                 Add another menu data type
6942         * src/prefs_account.c
6943                 Complete the completion of bug 1076
6944                 (doesn't lose the pref on apply)
6945
6946 2006-12-12 [paul]       2.6.1cvs21
6947
6948         * src/prefs_account.c
6949                 complete the fix of bug 1076
6950                 also be more verbose with the text
6951
6952 2006-12-12 [paul]       2.6.1cvs20
6953
6954         * src/gtk/combobox.c
6955                 fix compilation warning
6956
6957 2006-12-11 [colin]      2.6.1cvs19
6958
6959         * src/wizard.c
6960                 Document :port in server entry tooltips
6961
6962 2006-12-11 [colin]      2.6.1cvs18
6963
6964         * src/main.c
6965                 Fix compile
6966
6967 2006-12-11 [colin]      2.6.1cvs17
6968
6969         * src/main.c
6970                 Add failing IMAP as a reason for no
6971                 mailbox
6972
6973 2006-12-11 [colin]      2.6.1cvs16
6974
6975         * src/prefs_account.c
6976                 Check for existence of inbox for local
6977                 accounts too
6978         * src/wizard.c
6979                 Allow setting the port to use for servers
6980                 by using the usual "server.example.com:port"
6981                 syntax. Fixes bug 1077, 'sylpheed-claws does 
6982                 not start when IMAP server is unavailable'
6983
6984 2006-12-11 [colin]      2.6.1cvs15
6985
6986         * src/prefs_account.c
6987                 Prevent use of non-existing default inbox
6988
6989 2006-12-11 [colin]      2.6.1cvs14
6990
6991         * src/prefs_account.c
6992                 Fix sensitivity. Fixes bug 1076, 'privacy 
6993                 options are displayed even when pgp plugin 
6994                 not loaded / available'
6995
6996 2006-12-09 [colin]      2.6.1cvs13
6997
6998         * manual/advanced.xml
6999         * src/prefs_common.c
7000         * src/prefs_common.h
7001         * src/common/ssl_certificate.c
7002                 Add a new hidden preference, 'unsafe_ssl_certs',
7003                 which allows to store multiple certificates per
7004                 server/port. This is disabled by default because
7005                 it's less secure (presenting a new certificate
7006                 instead of a changed one raises less alarms).
7007                 This will cause Claws to ask about an unknown
7008                 certificate for people who have used 2.6.1cvs8
7009                 or greater.
7010
7011 2006-12-09 [colin]      2.6.1cvs12
7012
7013         * src/action.c
7014                 Fix cache updating after action
7015
7016 2006-12-07 [wwp]        2.6.1cvs11
7017
7018         * src/compose.c
7019                 fix email address comparison when replying to all
7020                 (avoid replying to ourselves), thanks to Colin.
7021
7022 2006-12-06 [paul]       2.6.1cvs10
7023
7024         * src/addrharvest.c
7025         * src/editldap.c
7026         * src/expldifdlg.c
7027         * src/news.c
7028         * src/toolbar.c
7029         * src/common/utils.c
7030                 ...and more renaming
7031                 Thanks to Colin
7032
7033 2006-12-06 [paul]       2.6.1cvs9
7034
7035         * src/compose.c
7036         * src/messageview.c
7037         * src/procheader.c
7038         * src/procmime.c
7039         * src/procmsg.c
7040         * src/textview.c
7041                 more renaming
7042                 Thanks to Colin
7043
7044 2006-12-06 [colin]      2.6.1cvs8
7045
7046         * src/ssl_manager.c
7047         * src/common/ssl_certificate.c
7048         * src/common/ssl_certificate.h
7049                 Handle multiple certificates per host/port
7050
7051 2006-12-06 [colin]      2.6.1cvs7
7052
7053         * src/etpan/imap-thread.c
7054                 Fix certificate checking on IMAP
7055
7056 2006-12-06 [colin]      2.6.1cvs6
7057
7058         * src/folderview.c
7059                 Fix bug 1072, 'Claws stops fetching newsgroups 
7060                 from server when newsgroup got deleted': continue
7061                 checking other groups
7062
7063 2006-12-05 [wwp]        2.6.1cvs5
7064
7065         * src/message_search.c
7066         * src/summary_search.c
7067         * src/gtk/combobox.c
7068         * src/gtk/combobox.h
7069         * src/gtk/gtkutils.c
7070         * src/gtk/gtkutils.h
7071                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7072                 behave like w/ old comboboxes (summary and message search only).
7073
7074 2006-12-05 [paul]       2.6.1cvs4
7075
7076         * src/wizard.c
7077                 encode headers
7078                 Thanks to Colin
7079
7080 2006-12-05 [paul]       2.6.1cvs3
7081
7082         * tools/README
7083         * tools/textviewer.pl
7084                 script updated and description added
7085
7086 2006-12-04 [colin]      2.6.1cvs2
7087
7088         * src/compose.c
7089                 Run pre-send hook only when checking
7090                 everything
7091
7092 2006-12-04 [paul]       2.6.1cvs1
7093
7094         * NEWS
7095         * README
7096         * RELEASE_NOTES
7097         * configure.ac
7098         * tools/README
7099                 bump up version number following stable release
7100
7101 2006-12-04 [paul]       2.6.0cvs83
7102
7103         * README
7104                 updates and corrections
7105
7106 2006-12-04 [colin]      2.6.0cvs82
7107
7108         * src/common/utils.c
7109                 Probably fix bug 1066, 'Incorrect mailbox 
7110                 size displayed'
7111
7112 2006-12-04 [colin]      2.6.0cvs81
7113
7114         * src/common/utils.c
7115                 Trim tabs from mailcap file too.
7116
7117 2006-12-02 [paul]       2.6.0cvs80
7118
7119         * src/exphtmldlg.c
7120                 fix broken GUI under certain languages
7121         * src/expldifdlg.c
7122                 put the Cancel button to the right
7123
7124 2006-12-01 [paul]       2.6.0cvs79
7125
7126         * tools/Makefile.am
7127                 remove reference to removed file
7128
7129 2006-12-01 [wwp]        2.6.0cvs78
7130
7131         * src/addressbook.c
7132         * src/editaddress.c
7133                 remove forgotten debug statements.
7134
7135 2006-12-01 [wwp]        2.6.0cvs77
7136
7137         * manual/advanced.xml
7138         * manual/fr/advanced.xml
7139         * src/addressbook.c
7140         * src/addressbook.h
7141         * src/addressitem.h
7142         * src/editaddress.c
7143         * src/editaddress.h
7144         * src/prefs_common.c
7145         * src/prefs_common.h
7146         * src/gtk/gtkutils.c
7147         * src/gtk/gtkutils.h
7148                 add a hidden option to allow embedding the editaddress (edit contact details)
7149                 dialog into the addressbook's window. This doesn't change the default
7150                 behaviour.
7151
7152 2006-12-01 [wwp]        2.6.0cvs76
7153
7154         * src/message_search.c
7155         * src/summary_search.c
7156                 fix more focus issues (don't set focus to combobox's entry widget when
7157                 entry's value changed, if entry widget has focus already).
7158
7159 2006-12-01 [wwp]        2.6.0cvs75
7160
7161         * src/gtk/quicksearch.c
7162                 revert last changes to the quicksearch gtk_combo_box, this needs more
7163                 tuning and testing.
7164
7165 2006-12-01 [paul]       2.6.0cvs74
7166
7167         * tools/kdeservicemenu/README
7168         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7169         * tools/kdeservicemenu/install.sh
7170         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7171         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7172                 simplify this stuff, and in so doing,
7173                 fix it. (possibly re-extend it again at
7174                 a later date)
7175
7176 2006-12-01 [wwp]        2.6.0cvs73
7177
7178         * src/gtk/quicksearch.c
7179                 adapt quicksearch code to use modern gtk_combo_box'es.
7180
7181 2006-12-01 [wwp]        2.6.0cvs72
7182
7183         * src/common/defs.h
7184         * src/prefs_common.c
7185         * src/prefs_common.h
7186         * src/message_search.c
7187         * src/summary_search.c
7188         * src/gtk/combobox.c
7189         * src/gtk/combobox.h
7190                 add history combos to all message and summary search fields.
7191
7192 2006-12-01 [wwp]        2.6.0cvs71
7193
7194         * src/summaryview.c
7195                 As the list may change while the mark as read delay
7196                 runs, we can't rely on the 'row' pointer, which can
7197                 be invalid when the timeout is called. As the mark
7198                 as read is only done if the message is still selected,
7199                 use summaryview->selected instead. Thanks to Colin.
7200
7201 2006-11-30 [paul]       2.6.0cvs70
7202
7203         * src/textview.c
7204                 give emphasis to "Sylpheed-Claws"
7205                 as well as "Claws Mail"
7206
7207 2006-11-30 [colin]      2.6.0cvs69
7208
7209         * src/wizard.c
7210                 Put the SSL checkboxes in the receiving
7211                 and sending server pages.
7212
7213 2006-11-29 [colin]      2.6.0cvs68
7214
7215         * src/gtk/gtkutils.c
7216         * src/gtk/gtkvscrollbutton.c
7217                 Revert some deprecated fixes - they seem to
7218                 deprecate stuff as soon as a new one gets out.
7219                 g_object_ref_sink needed glib-2.10.
7220
7221 2006-11-29 [colin]      2.6.0cvs67
7222
7223         * src/common/utils.c
7224                 Create .mailcap if it doesn't exist
7225
7226 2006-11-29 [colin]      2.6.0cvs66
7227
7228         * src/compose.c
7229                 Followup to cvs60: use original list
7230                 of recipients if replying to a mail
7231                 in Sent Drafts or Queue.
7232
7233 2006-11-27 [paul]       2.6.0cvs65
7234
7235         * src/image_viewer.c
7236                 revert the last change for now (it's broken)
7237
7238 2006-11-27 [paul]       2.6.0cvs64
7239
7240         * Makefile.am
7241         * configure.ac
7242         * m4/aclocal-include.m4
7243         * m4/check-type.m4
7244         * src/Makefile.am
7245         * src/addr_compl.c
7246         * src/compose.c
7247         * src/crash.c
7248         * src/export.c
7249         * src/exporthtml.c
7250         * src/exportldif.c
7251         * src/imap.c
7252         * src/import.c
7253         * src/main.c
7254         * src/main.h
7255         * src/matcher.c
7256         * src/mimeview.c
7257         * src/procmsg.c
7258         * src/textview.c
7259         * src/common/Makefile.am
7260         * src/common/claws.c
7261         * src/common/claws.h
7262         * src/common/ssl.c
7263         * src/common/sylpheed.c
7264         * src/common/sylpheed.h
7265         * src/etpan/Makefile.am
7266         * src/gtk/Makefile.am
7267         * src/gtk/claws-marshal.list
7268         * src/gtk/filesel.c
7269         * src/gtk/gtksctree.c
7270         * src/gtk/quicksearch.c
7271         * src/gtk/sylpheed-marshal.list
7272         * src/plugins/bogofilter/bogofilter.c
7273         * src/plugins/bogofilter/bogofilter_gtk.c
7274         * src/plugins/clamav/clamav_plugin.c
7275         * src/plugins/clamav/clamav_plugin_gtk.c
7276         * src/plugins/demo/demo.c
7277         * src/plugins/dillo_viewer/dillo_viewer.c
7278         * src/plugins/pgpcore/Makefile.am
7279         * src/plugins/pgpcore/claws.def
7280         * src/plugins/pgpcore/pgp_viewer.c
7281         * src/plugins/pgpcore/plugin.c
7282         * src/plugins/pgpcore/sylpheed.def
7283         * src/plugins/pgpinline/Makefile.am
7284         * src/plugins/pgpinline/claws.def
7285         * src/plugins/pgpinline/plugin.c
7286         * src/plugins/pgpinline/sylpheed.def
7287         * src/plugins/pgpmime/Makefile.am
7288         * src/plugins/pgpmime/claws.def
7289         * src/plugins/pgpmime/plugin.c
7290         * src/plugins/pgpmime/sylpheed.def
7291         * src/plugins/spamassassin/spamassassin.c
7292         * src/plugins/spamassassin/spamassassin_gtk.c
7293         * src/plugins/trayicon/trayicon.c
7294                 yet more renaming
7295                 remove deprecated gtk_tooltips_set_delay()
7296
7297 2006-11-26 [paul]       2.6.0cvs63
7298
7299         * src/expldifdlg.c
7300         * src/folderview.c
7301         * src/image_viewer.c
7302         * src/mainwindow.c
7303         * src/gtk/gtkutils.c
7304         * src/gtk/gtkvscrollbutton.c
7305         * src/gtk/prefswindow.c
7306         * src/plugins/pgpcore/prefs_gpg.c
7307                 replace more deprecated GTK+ functions
7308
7309 2006-11-26 [paul]       2.6.0cvs62
7310
7311         * src/addr_compl.c
7312         * src/addressbook.c
7313         * src/browseldap.c
7314                 replace deprecated gtk_idle_... functions
7315
7316 2006-11-26 [paul]       2.6.0cvs61
7317
7318         * src/compose.c
7319         * src/folderview.c
7320         * src/inc.c
7321         * src/summaryview.c
7322         * src/gtk/gtkvscrollbutton.c
7323         * src/gtk/quicksearch.c
7324         * src/plugins/pgpcore/passphrase.c
7325                 replace deprecated gtk_timeout_add and
7326                 gtk_timeout_remove
7327
7328 2006-11-26 [paul]       2.6.0cvs60
7329
7330         * src/compose.c
7331                 fix bug that caused the wrong recipient
7332                 to be selected when replying to a msg
7333                 which is From one of our accounts to
7334                 another of our accounts
7335
7336 2006-11-25 [paul]       2.6.0cvs59
7337
7338         * src/summaryview.c
7339                 don't change the From column title to
7340                 To if the To column is visible
7341
7342 2006-11-24 [paul]       2.6.0cvs58
7343
7344         * src/compose.c
7345                 fix bug 1069, 'Sent mails disappear, BCC
7346                 or locking problem?'
7347
7348 2006-11-21 [wwp]        2.6.0cvs57
7349
7350         * src/compose.c
7351                 fix spelling menu when replying (same as 2.3.1cvs39):
7352                 discrepancy between context menu and top menu when
7353                 folder's dictionary isn't the default one.
7354
7355 2006-11-19 [paul]       2.6.0cvs56
7356
7357         * src/summaryview.c
7358                 obey always_show_msg option when
7359                 marking as spam
7360         * src/plugins/bogofilter/bogofilter.c
7361                 fix typo
7362
7363 2006-11-18 [paul]       2.6.0cvs55
7364
7365         * AUTHORS
7366         * README
7367         * debian/copyright
7368         * manual/ack.xml
7369         * manual/es/ack.xml
7370         * manual/fr/ack.xml
7371         * manual/pl/ack.xml
7372         * src/gtk/authors.h
7373         * src/gtk/icon_legend.c
7374         * src/gtk/icon_legend.h
7375         * tools/OOo2claws-mail.pl
7376         * tools/README
7377         * tools/acroread2claws-mail.pl
7378         * tools/claws.i18n.status.pl
7379         * tools/filter_conv.pl
7380         * tools/filter_conv_new.pl
7381         * tools/freshmeat_search.pl
7382         * tools/google_search.pl
7383         * tools/kmail2claws-mail.pl
7384         * tools/kmail2claws-mail_v2.pl
7385         * tools/maildir2claws-mail.pl
7386         * tools/make.themes.project
7387         * tools/multiwebsearch.pl
7388         * tools/outlook2claws-mail.pl
7389         * tools/tb2claws-mail
7390         * tools/kdeservicemenu/README
7391         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7392                 update mine and wwp's email addresses in
7393                 several places
7394                 Patch by wwp
7395         * src/prefs_compose_writing.c
7396                 set sensitivity on 'new message format' frame
7397
7398 2006-11-17 [paul]       2.6.0cvs54
7399
7400         * src/gtk/about.c
7401                 more reworking of the GUI
7402                 Patch by Fabien Vantard
7403
7404 2006-11-16 [paul]       2.6.0cvs53
7405
7406         * src/gtk/about.c
7407                 set a minimum size for the window, allow
7408                 it to automatically expand as necessary
7409
7410 2006-11-16 [wwp]        2.6.0cvs52
7411
7412         * src/gtk/about.c
7413                 better wrap of copyright info on some systems.
7414
7415 2006-11-16 [paul]       2.6.0cvs51
7416
7417         * src/gtk/about.c
7418                 move the tech info from the upper panel
7419                 to the Info tab
7420                 use a gtk_text_view for the features tab
7421
7422 2006-11-16 [paul]       2.6.0cvs50
7423
7424         * po/Makevars
7425                 update my email address
7426         * src/addressbook.c
7427         * src/compose.c
7428         * src/imap_gtk.c
7429         * src/mh_gtk.c
7430         * src/news_gtk.c
7431         * src/summaryview.c
7432         * src/plugins/trayicon/trayicon.c
7433                 don't offer simple menu separators
7434                 for translation
7435         * src/folderview.c
7436                 add separator between 'mark all read'
7437                 and 'search folder'
7438
7439 2006-11-15 [wwp]        2.6.0cvs49
7440
7441         * src/gtk/authors.h
7442                 updated manuals authors.
7443
7444 2006-11-14 [paul]       2.6.0cvs48
7445
7446         * src/compose.c
7447                 Fix Options/Reply mode after draft save
7448
7449 2006-11-14 [paul]       2.6.0cvs47
7450
7451         * src/Makefile.am
7452                 Fix make DESTDIR=...
7453         * src/mbox.c
7454                 Optimise speed
7455         * src/plugins/pgpinline/pgpinline.c
7456                 Probably fix bug 1061
7457
7458 2006-11-14 [paul]       2.6.0cvs46
7459
7460         * po/Makevars
7461                 enable Q_ macro
7462         * src/Makefile.am
7463         * src/stock_pixmap.c
7464         * src/stock_pixmap.h
7465         * src/gtk/about.c
7466         * src/pixmaps/active.xpm
7467         * src/pixmaps/inactive.xpm
7468                 add a new page, 'Features', to the About dialog
7469                 showing which features are compiled in and which
7470                 are not
7471
7472 2006-11-14 [paul]       2.6.0cvs45
7473
7474         * po/ru.po
7475                 updated by Pavlo Bohmat
7476
7477 2006-11-14 [colin]      2.6.0cvs44
7478
7479         * src/compose.c
7480         * src/inc.c
7481         * src/messageview.c
7482         * src/news.c
7483         * src/pop.c
7484         * src/procmsg.c
7485         * src/gtk/gtkaspell.c
7486                 Fix 64-bit-related warnings
7487         * src/ssl_manager.c
7488                 Fix possible infinite loop
7489         * src/plugins/pgpcore/sgpgme.c
7490                 Remove useless check
7491
7492 2006-11-13 [colin]      2.6.0cvs43
7493
7494         * src/gtk/Makefile.am
7495                 authors.h isn't generated
7496
7497 2006-11-13 [colin]      2.6.0cvs42
7498
7499         * src/plugins/pgpinline/pgpinline.c
7500         * src/plugins/pgpmime/pgpmime.c
7501                 Very probably fix bug 1061, 'crash on 
7502                 opening signed email'. Another cast
7503                 problem
7504
7505 2006-11-13 [colin]      2.6.0cvs41
7506
7507         * src/plugins/pgpcore/sgpgme.c
7508                 Maybe fix bug 1061, 'crash on opening 
7509                 signed email'
7510
7511 2006-11-13 [wwp]        2.6.0cvs40
7512
7513         * src/plugins/pgpinline/pgpinline.c
7514                 fix candidate for bug #1057, thanks to Colin.
7515
7516 2006-11-13 [wwp]        2.6.0cvs39
7517
7518         * src/compose.c
7519         * src/quote_fmt_parse.y
7520                 fix bug 1052: current parser buffer was not always 
7521                 allocated, ptr to this buffer could be returned as 
7522                 NULL whereas no parser error has occurred. in 
7523                 consequence, defining a template body as "%d" 
7524                 (w/o the quotes) for the first time of the instance 
7525                 of claws-mail, was reporting a parser error. make 
7526                 sure that the buffer is always allocated, even to 
7527                 an empty string.
7528                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7529                 unescaping of the fmt string was always done 
7530                 whereas it must be done *only* when receiving 
7531                 quote format strings issued from the prefs 
7532                 (compose new message, reply, forward, redirect 
7533                 formats), *not* when applying templates.  in 
7534                 consequences, applying templates w/ sequences 
7535                 like \\|p{echo} were failing. make sure that 
7536                 unescaping is done only when necessary.
7537
7538 2006-11-12 [colin]      2.6.0cvs38
7539
7540         * po/de.po
7541                 Fix typo (s/KB/MB)
7542
7543 2006-11-12 [colin]      2.6.0cvs37
7544
7545         * src/plugins/pgpinline/pgpinline.c
7546         * src/plugins/pgpmime/pgpmime.c
7547                 Release GPG context at the latest 
7548                 possible moment. Maybe fixes 
7549                 bug 1057, 'crash on sending signed 
7550                 message to a newsgroup'
7551                 
7552
7553 2006-11-12 [colin]      2.6.0cvs36
7554
7555         * src/plugins/pgpcore/sgpgme.c
7556                 Tell a bit more when gpg's status doesn't
7557                 contain any signature
7558
7559 2006-11-12 [colin]      2.6.0cvs35
7560
7561         * src/compose.c
7562                 Fix bug 1060, 'compilation error with 
7563                 Irix's cc'
7564
7565 2006-11-12 [paul]       2.6.0cvs34
7566
7567         * doc/man/claws-mail.1
7568         * src/prefs_gtk.c
7569         * src/plugins/clamav/README
7570         * src/plugins/spamassassin/README
7571         * tools/README
7572         * tools/freshmeat_search.pl
7573         * tools/google_search.pl
7574         * tools/multiwebsearch.pl
7575                 more renaming
7576         * src/plugins/trayicon/trayicon.c
7577                 fix compiliation warning
7578
7579 2006-11-11 [colin]      2.6.0cvs33
7580
7581         * src/folderview.c
7582                 Forbid drag and drop from/to different
7583                 folders of type F_UNKNOWN
7584
7585 2006-11-11 [colin]      2.6.0cvs32
7586
7587         * src/plugins/pgpinline/pgpinline.c
7588                 Fix typo in previous commit:
7589                 - gpgme_new(&ctx);
7590                 + if ((err = gpgme_new(&data->ctx)) ...)
7591
7592 2006-11-11 [colin]      2.6.0cvs31
7593
7594         * src/plugins/pgpinline/pgpinline.c
7595         * src/plugins/pgpmime/pgpmime.c
7596                 Check success after calling gpgme_new
7597                 Maybe fixes bug 1057, 'crash on sending 
7598                 signed message to a newsgroup'
7599
7600 2006-11-11 [colin]      2.6.0cvs30
7601
7602         * src/undo.c
7603                 init undostruct to 0s (from
7604                 valgrind log of bug 1057)
7605
7606 2006-11-10 [colin]      2.6.0cvs29
7607
7608         * src/mainwindow.c
7609                 Set cursor to wait before filtering
7610                 duplicates in all folders
7611         * src/plugins/bogofilter/bogofilter.c
7612         * src/plugins/bogofilter/bogofilter.h
7613         * src/plugins/bogofilter/bogofilter_gtk.c
7614                 Completely thread away the bogofilter
7615                 filtering
7616
7617 2006-11-10 [mones]      2.6.0cvs28
7618
7619         * src/compose.c
7620         * src/compose.h
7621                 added COMPOSE_CHECK_BEFORE_SEND hook
7622
7623 2006-11-10 [paul]       2.6.0cvs27
7624
7625         * src/crash.c
7626                 more renaming
7627                 add libSM to get_compiled_in_features()
7628         * src/main.c
7629                 more renaming
7630
7631 2006-11-10 [colin]      2.6.0cvs26
7632
7633         * src/etpan/imap-thread.c
7634                 Add a reference to libetpan's sasl engine
7635                 so that sasl_done() doesn't get called by
7636                 libetpan, and doesn't break openssl.
7637                 Should fix bug 1053, 'SC fails to reestablish 
7638                 a secure connection'
7639                 Patch by Hoa
7640
7641 2006-11-10 [colin]      2.6.0cvs25
7642
7643         * manual/addrbook.xml
7644         * manual/advanced.xml
7645         * manual/faq.xml
7646         * manual/intro.xml
7647                 Some more renaming
7648
7649 2006-11-09 [colin]      2.6.0cvs24
7650
7651         * src/plugins/bogofilter/bogofilter_gtk.c
7652                 Add comment about annoyance
7653
7654 2006-11-09 [colin]      2.6.0cvs23
7655
7656         * src/plugins/bogofilter/bogofilter.c
7657         * src/plugins/bogofilter/bogofilter_gtk.c
7658                 Prepare things needed to thread bogofilter
7659                 filtering: separate bogo stuff and possible GUI
7660                 stuff. 
7661
7662 2006-11-09 [colin]      2.6.0cvs22
7663
7664         * src/account.c
7665         * src/compose.c
7666                 Search for one of our accounts in Delivered-To
7667                 (helps for auto-account selection when 
7668                  replying/forwarding)
7669         * src/folderview.c
7670         * src/mainwindow.c
7671         * src/mainwindow.h
7672         * src/plugins/trayicon/trayicon.c
7673                 Allow opening a new mail with any account from
7674                 the contextual menu
7675
7676 2006-11-09 [wwp]        2.6.0cvs21
7677
7678         * src/compose.c
7679         * src/prefs_common.c
7680         * src/prefs_common.h
7681         * src/prefs_compose_writing.c
7682                 add a compose new message format (in prefs/compose/writing), it's a
7683                 simple subject+body template to use when opening a new composition
7684                 window. It's similar to the existent reply and forward formats.
7685
7686                 enhanced the template/format % symbols substitution mechanism to
7687                 use current composition window information when % are used in
7688                 the compose new message format or in templates applied to new
7689                 messages (there were useless in that situations before). When
7690                 applied to new messages, %d corresponds to the system time/date.
7691
7692 2006-11-09 [paul]       2.6.0cvs20
7693
7694         * src/gtk/authors.h
7695                 fix last commit
7696
7697 2006-11-09 [paul]       2.6.0cvs19
7698
7699         * src/gtk/authors.h
7700                 keep tje alphabetical order
7701
7702 2006-11-08 [colin]      2.6.0cvs18
7703
7704         * src/etpan/imap-thread.c
7705                 Fix bug 1054, 'Slowness logging big 
7706                 data chunks'
7707
7708 2006-11-08 [paul]       2.6.0cvs17
7709
7710         * tools/Makefile.am
7711                 fix the renaming
7712
7713 2006-11-08 [paul]       2.6.0cvs16
7714
7715         * src/common/defs.h
7716                 update BUGZILLA_URI
7717
7718 2006-11-08 [paul]       2.6.0cvs15
7719
7720         * tools/Makefile.am
7721         * tools/OOo2claws-mail.pl
7722         * tools/OOo2sylpheed.pl
7723         * tools/README
7724         * tools/acroread2claws-mail.pl
7725         * tools/acroread2sylpheed.pl
7726         * tools/kmail2claws-mail.pl
7727         * tools/kmail2claws-mail_v2.pl
7728         * tools/kmail2sylpheed.pl
7729         * tools/kmail2sylpheed_v2.pl
7730         * tools/maildir2claws-mail.pl
7731         * tools/maildir2sylpheed.pl
7732         * tools/nautilus2claws-mail.sh
7733         * tools/nautilus2sylpheed.sh
7734         * tools/outlook2claws-mail.pl
7735         * tools/outlook2sylpheed.pl
7736         * tools/tb2claws-mail
7737         * tools/tb2sylpheed
7738         * tools/tbird2claws.py
7739         * tools/tbird2syl.py
7740         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7741         * tools/kdeservicemenu/install.sh
7742         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7743         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7744         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7745         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7746         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7747                 renamed (removed, added) tools files
7748
7749 2006-11-08 [paul]       2.6.0cvs14
7750
7751         * src/main.c
7752         * src/common/defs.h
7753                 Migrate sylpheedrc to clawsrc, and fix the standard
7754                 plugins path in the process
7755
7756 2006-11-07 [colin]      2.6.0cvs13
7757
7758         * src/Makefile.am
7759                 Symlink sylpheed-claws relative to 
7760                 claws-mail
7761
7762 2006-11-07 [colin]      2.6.0cvs12
7763
7764         * src/compose.c
7765                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7766
7767 2006-11-07 [paul]       2.6.0cvs11
7768
7769         * src/gtk/about.c
7770                 Fix a missed occurence of
7771                 Sylpheed-Claws
7772
7773 2006-11-07 [paul]       2.6.0cvs10
7774
7775         * src/Makefile.am
7776                 Fix symlink installation
7777
7778 2006-11-07 [paul]       2.6.0cvs9
7779
7780         * src/Makefile.am
7781                 Symlink claws-mail to sylpheed-claws
7782         * src/common/utils.c
7783                 Fix migrating symlinks
7784         * src/etpan/imap-thread.c
7785                 check certificate only when there's
7786                 no error
7787
7788 2006-11-07 [paul]       2.6.0cvs8
7789
7790         * Makefile.am
7791                 Fix icon breakages with Gtk, which needs a 
7792                 cache updated to see them.
7793
7794 2006-11-07 [paul]       2.6.0cvs7
7795
7796         * .cvsignore
7797         * AUTHORS
7798         * COPYING
7799         * INSTALL
7800         * Makefile.am
7801         * NEWS
7802         * README
7803         * RELEASE_NOTES
7804         * autogen.sh
7805         * claws-mail-128x128.png
7806         * claws-mail-64x64.png
7807         * claws-mail.ico
7808         * claws-mail.pc.in
7809         * claws-mail.png
7810         * configure.ac
7811         * sylpheed-claws-128x128.png
7812         * sylpheed-claws-64x64.png
7813         * sylpheed-claws.desktop
7814         * sylpheed-claws.ico
7815         * sylpheed-claws.pc.in
7816         * sylpheed-claws.png
7817         * debian/README.Debian
7818         * debian/changelog
7819         * debian/claws-mail.desktop
7820         * debian/claws-mail.menu
7821         * debian/claws-mail.postinst.debhelper
7822         * debian/claws-mail.postrm.debhelper
7823         * debian/control
7824         * debian/copyright
7825         * debian/files
7826         * debian/rules
7827         * debian/sylpheed-claws.desktop
7828         * debian/sylpheed-claws.menu
7829         * debian/sylpheed-claws.postinst.debhelper
7830         * debian/sylpheed-claws.postrm.debhelper
7831         * doc/man/Makefile.am
7832         * doc/man/claws-mail.1
7833         * doc/man/sylpheed-claws.1
7834         * doc/src/ChangeLog.claws-pre0.8.0
7835         * manual/Makefile.am
7836         * manual/account.xml
7837         * manual/ack.xml
7838         * manual/addrbook.xml
7839         * manual/advanced.xml
7840         * manual/claws-mail-manual.xml
7841         * manual/faq.xml
7842         * manual/glossary.xml
7843         * manual/handling.xml
7844         * manual/intro.xml
7845         * manual/keyboard.xml
7846         * manual/plugins.xml
7847         * manual/starting.xml
7848         * manual/sylpheed-claws-manual.xml
7849         * manual/xml2pdf
7850         * manual/dist/.cvsignore
7851         * manual/dist/html/.cvsignore
7852         * manual/dist/html/Makefile.am
7853         * manual/dist/pdf/.cvsignore
7854         * manual/dist/pdf/Makefile.am
7855         * manual/dist/ps/.cvsignore
7856         * manual/dist/ps/Makefile.am
7857         * manual/dist/txt/.cvsignore
7858         * manual/dist/txt/Makefile.am
7859         * manual/es/Makefile.am
7860         * manual/es/advanced.xml
7861         * manual/es/claws-mail-manual.xml
7862         * manual/es/faq.xml
7863         * manual/es/glossary.xml
7864         * manual/es/handling.xml
7865         * manual/es/intro.xml
7866         * manual/es/plugins.xml
7867         * manual/es/sylpheed-claws-manual.xml
7868         * manual/es/dist/.cvsignore
7869         * manual/es/dist/html/.cvsignore
7870         * manual/es/dist/html/Makefile.am
7871         * manual/es/dist/pdf/.cvsignore
7872         * manual/es/dist/pdf/Makefile.am
7873         * manual/es/dist/ps/.cvsignore
7874         * manual/es/dist/ps/Makefile.am
7875         * manual/es/dist/txt/.cvsignore
7876         * manual/es/dist/txt/Makefile.am
7877         * manual/fr/Makefile.am
7878         * manual/fr/account.xml
7879         * manual/fr/ack.xml
7880         * manual/fr/addrbook.xml
7881         * manual/fr/advanced.xml
7882         * manual/fr/claws-mail-manual.xml
7883         * manual/fr/faq.xml
7884         * manual/fr/glossary.xml
7885         * manual/fr/handling.xml
7886         * manual/fr/intro.xml
7887         * manual/fr/keyboard.xml
7888         * manual/fr/plugins.xml
7889         * manual/fr/starting.xml
7890         * manual/fr/sylpheed-claws-manual.xml
7891         * manual/fr/dist/.cvsignore
7892         * manual/fr/dist/html/.cvsignore
7893         * manual/fr/dist/html/Makefile.am
7894         * manual/fr/dist/pdf/.cvsignore
7895         * manual/fr/dist/pdf/Makefile.am
7896         * manual/fr/dist/ps/.cvsignore
7897         * manual/fr/dist/ps/Makefile.am
7898         * manual/fr/dist/txt/.cvsignore
7899         * manual/fr/dist/txt/Makefile.am
7900         * manual/pl/Makefile.am
7901         * manual/pl/account.xml
7902         * manual/pl/ack.xml
7903         * manual/pl/addrbook.xml
7904         * manual/pl/advanced.xml
7905         * manual/pl/claws-mail-manual.xml
7906         * manual/pl/faq.xml
7907         * manual/pl/glossary.xml
7908         * manual/pl/handling.xml
7909         * manual/pl/intro.xml
7910         * manual/pl/keyboard.xml
7911         * manual/pl/plugins.xml
7912         * manual/pl/starting.xml
7913         * manual/pl/sylpheed-claws-manual.xml
7914         * manual/pl/dist/.cvsignore
7915         * manual/pl/dist/html/.cvsignore
7916         * manual/pl/dist/html/Makefile.am
7917         * manual/pl/dist/pdf/.cvsignore
7918         * manual/pl/dist/pdf/Makefile.am
7919         * manual/pl/dist/ps/.cvsignore
7920         * manual/pl/dist/ps/Makefile.am
7921         * manual/pl/dist/txt/.cvsignore
7922         * manual/pl/dist/txt/Makefile.am
7923         * po/.cvsignore
7924         * po/Makevars
7925         * src/.cvsignore
7926         * src/Makefile.am
7927         * src/account.c
7928         * src/account.h
7929         * src/action.c
7930         * src/action.h
7931         * src/adbookbase.h
7932         * src/addr_compl.c
7933         * src/addr_compl.h
7934         * src/addrbook.c
7935         * src/addrcache.c
7936         * src/addrcache.h
7937         * src/addrcindex.c
7938         * src/addrcindex.h
7939         * src/addrclip.c
7940         * src/addrclip.h
7941         * src/addrdefs.h
7942         * src/addressadd.c
7943         * src/addressadd.h
7944         * src/addressbook.c
7945         * src/addressbook.h
7946         * src/addressbook_foldersel.c
7947         * src/addressbook_foldersel.h
7948         * src/addrgather.c
7949         * src/addrgather.h
7950         * src/addrharvest.c
7951         * src/addrharvest.h
7952         * src/addrindex.c
7953         * src/addrindex.h
7954         * src/addritem.c
7955         * src/addritem.h
7956         * src/addrquery.c
7957         * src/addrquery.h
7958         * src/addrselect.c
7959         * src/addrselect.h
7960         * src/alertpanel.c
7961         * src/alertpanel.h
7962         * src/browseldap.c
7963         * src/browseldap.h
7964         * src/codeconv.c
7965         * src/codeconv.h
7966         * src/compose.c
7967         * src/crash.c
7968         * src/crash.h
7969         * src/customheader.c
7970         * src/customheader.h
7971         * src/displayheader.c
7972         * src/displayheader.h
7973         * src/editaddress.c
7974         * src/editaddress.h
7975         * src/editbook.c
7976         * src/editbook.h
7977         * src/editgroup.c
7978         * src/editgroup.h
7979         * src/editjpilot.c
7980         * src/editjpilot.h
7981         * src/editldap.c
7982         * src/editldap.h
7983         * src/editldap_basedn.c
7984         * src/editldap_basedn.h
7985         * src/editvcard.c
7986         * src/editvcard.h
7987         * src/exphtmldlg.c
7988         * src/exphtmldlg.h
7989         * src/expldifdlg.c
7990         * src/expldifdlg.h
7991         * src/export.c
7992         * src/exporthtml.c
7993         * src/exporthtml.h
7994         * src/exportldif.c
7995         * src/exportldif.h
7996         * src/filtering.c
7997         * src/filtering.h
7998         * src/folder.c
7999         * src/folder.h
8000         * src/folder_item_prefs.c
8001         * src/folder_item_prefs.h
8002         * src/foldersel.c
8003         * src/foldersel.h
8004         * src/folderutils.c
8005         * src/folderutils.h
8006         * src/folderview.c
8007         * src/folderview.h
8008         * src/grouplistdialog.c
8009         * src/grouplistdialog.h
8010         * src/html.c
8011         * src/html.h
8012         * src/image_viewer.c
8013         * src/image_viewer.h
8014         * src/imap.c
8015         * src/imap.h
8016         * src/imap_gtk.c
8017         * src/imap_gtk.h
8018         * src/import.c
8019         * src/import.h
8020         * src/importldif.c
8021         * src/importldif.h
8022         * src/importmutt.c
8023         * src/importmutt.h
8024         * src/importpine.c
8025         * src/importpine.h
8026         * src/inc.c
8027         * src/inc.h
8028         * src/jpilot.c
8029         * src/jpilot.h
8030         * src/ldapctrl.c
8031         * src/ldapctrl.h
8032         * src/ldaplocate.c
8033         * src/ldaplocate.h
8034         * src/ldapquery.c
8035         * src/ldapquery.h
8036         * src/ldapserver.c
8037         * src/ldapserver.h
8038         * src/ldaputil.c
8039         * src/ldaputil.h
8040         * src/ldif.c
8041         * src/ldif.h
8042         * src/localfolder.c
8043         * src/localfolder.h
8044         * src/main.c
8045         * src/main.h
8046         * src/mainwindow.c
8047         * src/mainwindow.h
8048         * src/manual.c
8049         * src/manual.h
8050         * src/matcher.c
8051         * src/matcher.h
8052         * src/matcher_parser.h
8053         * src/matcher_parser_lex.l
8054         * src/matcher_parser_parse.y
8055         * src/mbox.c
8056         * src/mbox.h
8057         * src/message_search.c
8058         * src/message_search.h
8059         * src/messageview.c
8060         * src/messageview.h
8061         * src/mh.c
8062         * src/mh.h
8063         * src/mh_gtk.c
8064         * src/mh_gtk.h
8065         * src/mimeview.c
8066         * src/mimeview.h
8067         * src/msgcache.c
8068         * src/msgcache.h
8069         * src/mutt.c
8070         * src/mutt.h
8071         * src/news.c
8072         * src/news.h
8073         * src/news_gtk.c
8074         * src/news_gtk.h
8075         * src/noticeview.c
8076         * src/noticeview.h
8077         * src/partial_download.c
8078         * src/partial_download.h
8079         * src/pine.c
8080         * src/pine.h
8081         * src/pop.c
8082         * src/pop.h
8083         * src/prefs_account.c
8084         * src/prefs_account.h
8085         * src/prefs_actions.c
8086         * src/prefs_actions.h
8087         * src/prefs_common.c
8088         * src/prefs_common.h
8089         * src/prefs_compose_writing.c
8090         * src/prefs_compose_writing.h
8091         * src/prefs_customheader.c
8092         * src/prefs_customheader.h
8093         * src/prefs_display_header.c
8094         * src/prefs_display_header.h
8095         * src/prefs_ext_prog.c
8096         * src/prefs_ext_prog.h
8097         * src/prefs_filtering.c
8098         * src/prefs_folder_column.c
8099         * src/prefs_folder_column.h
8100         * src/prefs_folder_item.c
8101         * src/prefs_folder_item.h
8102         * src/prefs_fonts.c
8103         * src/prefs_fonts.h
8104         * src/prefs_gtk.c
8105         * src/prefs_gtk.h
8106         * src/prefs_image_viewer.c
8107         * src/prefs_image_viewer.h
8108         * src/prefs_matcher.c
8109         * src/prefs_matcher.h
8110         * src/prefs_message.c
8111         * src/prefs_message.h
8112         * src/prefs_msg_colors.c
8113         * src/prefs_msg_colors.h
8114         * src/prefs_other.c
8115         * src/prefs_other.h
8116         * src/prefs_quote.c
8117         * src/prefs_quote.h
8118         * src/prefs_receive.c
8119         * src/prefs_receive.h
8120         * src/prefs_send.c
8121         * src/prefs_send.h
8122         * src/prefs_spelling.c
8123         * src/prefs_spelling.h
8124         * src/prefs_summaries.c
8125         * src/prefs_summaries.h
8126         * src/prefs_summary_column.c
8127         * src/prefs_summary_column.h
8128         * src/prefs_template.c
8129         * src/prefs_template.h
8130         * src/prefs_themes.c
8131         * src/prefs_themes.h
8132         * src/prefs_toolbar.c
8133         * src/prefs_toolbar.h
8134         * src/prefs_wrapping.c
8135         * src/prefs_wrapping.h
8136         * src/privacy.c
8137         * src/privacy.h
8138         * src/procheader.c
8139         * src/procheader.h
8140         * src/procmime.c
8141         * src/procmime.h
8142         * src/procmsg.c
8143         * src/procmsg.h
8144         * src/quote_fmt.c
8145         * src/quote_fmt_parse.y
8146         * src/recv.c
8147         * src/recv.h
8148         * src/remotefolder.c
8149         * src/remotefolder.h
8150         * src/send_message.c
8151         * src/send_message.h
8152         * src/setup.c
8153         * src/setup.h
8154         * src/sourcewindow.c
8155         * src/sourcewindow.h
8156         * src/ssl_manager.c
8157         * src/ssl_manager.h
8158         * src/statusbar.c
8159         * src/statusbar.h
8160         * src/stock_pixmap.c
8161         * src/stock_pixmap.h
8162         * src/summary_search.c
8163         * src/summary_search.h
8164         * src/summaryview.c
8165         * src/summaryview.h
8166         * src/syldap.c
8167         * src/syldap.h
8168         * src/textview.c
8169         * src/textview.h
8170         * src/toolbar.c
8171         * src/toolbar.h
8172         * src/undo.c
8173         * src/undo.h
8174         * src/unmime.c
8175         * src/unmime.h
8176         * src/vcard.c
8177         * src/vcard.h
8178         * src/wizard.c
8179         * src/wizard.h
8180         * src/common/base64.c
8181         * src/common/base64.h
8182         * src/common/defs.h
8183         * src/common/hooks.c
8184         * src/common/hooks.h
8185         * src/common/log.c
8186         * src/common/log.h
8187         * src/common/mgutils.c
8188         * src/common/mgutils.h
8189         * src/common/nntp.c
8190         * src/common/nntp.h
8191         * src/common/passcrypt.c
8192         * src/common/passcrypt.h.in
8193         * src/common/plugin.c
8194         * src/common/plugin.h
8195         * src/common/prefs.c
8196         * src/common/prefs.h
8197         * src/common/progressindicator.c
8198         * src/common/progressindicator.h
8199         * src/common/quoted-printable.c
8200         * src/common/quoted-printable.h
8201         * src/common/session.c
8202         * src/common/session.h
8203         * src/common/smtp.c
8204         * src/common/smtp.h
8205         * src/common/socket.c
8206         * src/common/socket.h
8207         * src/common/ssl.c
8208         * src/common/ssl.h
8209         * src/common/stringtable.c
8210         * src/common/stringtable.h
8211         * src/common/sylpheed.c
8212         * src/common/sylpheed.h
8213         * src/common/template.c
8214         * src/common/template.h
8215         * src/common/timing.h
8216         * src/common/utils.c
8217         * src/common/utils.h
8218         * src/common/version.h.in
8219         * src/common/xml.c
8220         * src/common/xml.h
8221         * src/common/xmlprops.c
8222         * src/common/xmlprops.h
8223         * src/gtk/about.c
8224         * src/gtk/colorlabel.c
8225         * src/gtk/colorlabel.h
8226         * src/gtk/colorsel.c
8227         * src/gtk/colorsel.h
8228         * src/gtk/combobox.c
8229         * src/gtk/combobox.h
8230         * src/gtk/description_window.c
8231         * src/gtk/description_window.h
8232         * src/gtk/filesel.c
8233         * src/gtk/filesel.h
8234         * src/gtk/foldersort.c
8235         * src/gtk/foldersort.h
8236         * src/gtk/gtkaspell.c
8237         * src/gtk/gtkaspell.h
8238         * src/gtk/gtksctree.c
8239         * src/gtk/gtkshruler.c
8240         * src/gtk/gtkshruler.h
8241         * src/gtk/gtkutils.c
8242         * src/gtk/gtkutils.h
8243         * src/gtk/icon_legend.c
8244         * src/gtk/icon_legend.h
8245         * src/gtk/logwindow.c
8246         * src/gtk/logwindow.h
8247         * src/gtk/manage_window.c
8248         * src/gtk/manage_window.h
8249         * src/gtk/pluginwindow.c
8250         * src/gtk/pluginwindow.h
8251         * src/gtk/prefswindow.c
8252         * src/gtk/prefswindow.h
8253         * src/gtk/quicksearch.c
8254         * src/gtk/quicksearch.h
8255         * src/pixmaps/claws-mail.xpm
8256         * src/pixmaps/claws-mail_icon.xpm
8257         * src/pixmaps/claws-mail_logo.xpm
8258         * src/pixmaps/sylpheed-claws.xpm
8259         * src/pixmaps/sylpheed-claws_icon.xpm
8260         * src/pixmaps/sylpheed-claws_logo.xpm
8261         * src/plugins/bogofilter/Makefile.am
8262         * src/plugins/bogofilter/bogofilter.c
8263         * src/plugins/bogofilter/bogofilter.h
8264         * src/plugins/bogofilter/bogofilter_gtk.c
8265         * src/plugins/clamav/Makefile.am
8266         * src/plugins/clamav/clamav_plugin.c
8267         * src/plugins/clamav/clamav_plugin.h
8268         * src/plugins/clamav/clamav_plugin_gtk.c
8269         * src/plugins/demo/Makefile.am
8270         * src/plugins/demo/demo.c
8271         * src/plugins/dillo_viewer/Makefile.am
8272         * src/plugins/dillo_viewer/README
8273         * src/plugins/dillo_viewer/dillo_prefs.c
8274         * src/plugins/dillo_viewer/dillo_prefs.h
8275         * src/plugins/dillo_viewer/dillo_viewer.c
8276         * src/plugins/pgpcore/Makefile.am
8277         * src/plugins/pgpcore/passphrase.c
8278         * src/plugins/pgpcore/passphrase.h
8279         * src/plugins/pgpcore/pgp_viewer.c
8280         * src/plugins/pgpcore/pgp_viewer.h
8281         * src/plugins/pgpcore/plugin.c
8282         * src/plugins/pgpcore/prefs_gpg.c
8283         * src/plugins/pgpcore/prefs_gpg.h
8284         * src/plugins/pgpcore/select-keys.c
8285         * src/plugins/pgpcore/select-keys.h
8286         * src/plugins/pgpcore/sgpgme.c
8287         * src/plugins/pgpcore/sgpgme.h
8288         * src/plugins/pgpcore/sylpheed.def
8289         * src/plugins/pgpcore/version.rc
8290         * src/plugins/pgpinline/Makefile.am
8291         * src/plugins/pgpinline/pgpinline.c
8292         * src/plugins/pgpinline/pgpinline.h
8293         * src/plugins/pgpinline/plugin.c
8294         * src/plugins/pgpinline/sylpheed.def
8295         * src/plugins/pgpinline/version.rc
8296         * src/plugins/pgpmime/Makefile.am
8297         * src/plugins/pgpmime/pgpmime.c
8298         * src/plugins/pgpmime/pgpmime.h
8299         * src/plugins/pgpmime/plugin.c
8300         * src/plugins/pgpmime/sylpheed.def
8301         * src/plugins/pgpmime/version.rc
8302         * src/plugins/spamassassin/Makefile.am
8303         * src/plugins/spamassassin/README
8304         * src/plugins/spamassassin/spamassassin.c
8305         * src/plugins/spamassassin/spamassassin.h
8306         * src/plugins/spamassassin/spamassassin_gtk.c
8307         * src/plugins/trayicon/Makefile.am
8308         * src/plugins/trayicon/trayicon.c
8309         * tools/OOo2sylpheed.pl
8310         * tools/README
8311         * tools/README.sylprint
8312         * tools/acroread2sylpheed.pl
8313         * tools/claws.i18n.status.pl
8314         * tools/filter_conv.pl
8315         * tools/filter_conv_new.pl
8316         * tools/freshmeat_search.pl
8317         * tools/google_search.pl
8318         * tools/kmail2sylpheed.pl
8319         * tools/kmail2sylpheed_v2.pl
8320         * tools/make.themes.project
8321         * tools/multiwebsearch.pl
8322         * tools/nautilus2sylpheed.sh
8323         * tools/outlook2sylpheed.pl
8324         * tools/sylprint.pl
8325         * tools/sylprint.rc
8326         * tools/tb2sylpheed
8327         * tools/textviewer.sh
8328         * tools/vcard2xml.py
8329         * tools/kdeservicemenu/README
8330         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8331         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8332         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8333                 Change name to Claws Mail. Announce to follow...
8334
8335 2006-11-06 [wwp]        2.6.0cvs6
8336
8337         * src/prefs_template.c
8338                 unify messages related to quote format/template errors (fix
8339                 capitalization), again.
8340
8341 2006-11-06 [wwp]        2.6.0cvs5
8342
8343         * src/prefs_quote.c
8344                 unify messages related to quote format/template errors.
8345
8346 2006-11-06 [wwp]        2.6.0cvs4
8347
8348         * src/prefs_msg_colors.c
8349                 more uses of Q_ macro for contextual translations, thanks
8350                 to Fabien (fzzzzz).
8351
8352 2006-11-06 [wwp]        2.6.0cvs3
8353
8354         * src/compose.c
8355         * src/common/utils.c
8356         * src/common/utils.h
8357                 show an alertpanel to make sure users are aware that sensitive
8358                 files are attached (it's file blacklist-based). This will fix
8359                 interaction w/ GoogleEarth for instance, thanks to Colin.
8360
8361 2006-11-06 [wwp]        2.6.0cvs2
8362
8363         * src/prefs_quote.c
8364         * src/prefs_template.c
8365         * src/prefs_template.h
8366                 check quote format when applying/closing prefs. For now this only
8367                 shows up an error dialog box, not preventing the user from using
8368                 a broken quote (reply, forwards) format.
8369
8370 2006-11-06 [wwp]        2.6.0cvs1
8371
8372         * src/prefs_template.c
8373                 fix missing checks of some template fields.
8374
8375 2006-11-06 [paul]       2.6.0
8376
8377         * NEWS
8378         * README
8379         * RELEASE_NOTES
8380                 2.6.0 released
8381
8382 2006-11-06 [paul]       2.5.6cvs22
8383
8384         * manual/advanced.xml
8385         * manual/es/advanced.xml
8386                 put 'respect_flowed_format' info in the correct
8387                 place
8388
8389 2006-11-06 [mones]      2.5.6cvs21
8390
8391         * po/es.po
8392                 Minor fixes for release
8393
8394 2006-11-06 [paul]       2.5.6cvs20
8395
8396         * po/cs.po
8397         * po/de.po
8398         * po/fr.po
8399         * po/it.po
8400         * po/nl.po
8401         * po/pt_BR.po
8402         * po/sk.po
8403         * po/sv.po
8404         * po/zh_CN.po
8405                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8406                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8407                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8408                 Young
8409
8410 2006-11-02 [colin]      2.5.6cvs19
8411
8412         * src/imap.c
8413         * src/imap.h
8414         * src/prefs_account.c
8415         * src/etpan/imap-thread.c
8416                 Add GSSAPI support - fixes Debian bug #383274
8417
8418 2006-11-01 [colin]      2.5.6cvs18
8419
8420         * src/jpilot.c
8421                 Handle libpisock12 support. Probably
8422                 fixes bug 1046, 'jpilot AddressDB.pdb 
8423                 import fail'
8424
8425 2006-11-01 [colin]      2.5.6cvs17
8426
8427         * src/folderutils.c
8428                 debug_print() folderutils_mark_all_read()
8429
8430 2006-11-01 [colin]      2.5.6cvs16
8431
8432         * COPYING
8433                 Add missed files to the Apache exception
8434
8435 2006-10-31 [colin]      2.5.6cvs15
8436
8437         * src/folder.c
8438         * src/folder.h
8439                 Add a copy_private_data() func to FolderClasses
8440                 Doesn't break the feature freeze, because we 
8441                 won't use it (right now) in the core.
8442
8443 2006-10-31 [colin]      2.5.6cvs14
8444
8445         * COPYING
8446                 Allow linking with the Apache licensed files in
8447                 src/plugins/spamassassin. Hopefully fixes 
8448                 bug 1048, 'Spamassassin plugin license problem'
8449
8450 2006-10-31 [wwp]        2.5.6cvs13
8451
8452         * src/compose.c
8453                 fix and optimize trimming of leading linefeeds in body loop.
8454
8455 2006-10-31 [colin]      2.5.6cvs12
8456
8457         * src/etpan/imap-thread.c
8458         * src/imap.c
8459                 Make really sure to have NULL sets in case
8460                 of error
8461
8462 2006-10-30 [wwp]        2.5.6cvs11
8463
8464         * src/prefs_common.c
8465         * src/prefs_common.h
8466         * src/compose.c
8467                 fix broken storage of quote format template when it contains \-escape
8468                 sequences. The application of such sequences is also fixed now (\t
8469                 in quote format will be a real tab instead of a 't', for instance).
8470
8471 2006-10-27 [colin]      2.5.6cvs10
8472
8473         * src/compose.c
8474                 Probably fix bug 1045, 'sylpheed-claws 
8475                 doesn't remove the mail from the IMAP 
8476                 Queue folder after sending'. From
8477                 2.5.6cvs3-stable
8478
8479 2006-10-27 [colin]      2.5.6cvs9
8480
8481         * configure.ac
8482                 Require libetpan-0.48. I'm so annoying,
8483                 I know ;-)
8484
8485 2006-10-27 [colin]      2.5.6cvs8
8486
8487         * src/folder.c
8488         * src/imap.c
8489                 Probably fix bug 1044, 'sylpheed-claws 
8490                 segfaults while moving mails' - Fix relation
8491                 usage when moving to an IMAP mailbox from another
8492                 mailbox
8493
8494 2006-10-26 [paul]       2.5.6cvs7
8495
8496         * src/gtk/about.c
8497                 add libSM to compiled-in features
8498                 list
8499
8500 2006-10-24 [colin]      2.5.6cvs6
8501
8502         * src/textview.c
8503         * src/gtk/gtkutils.c
8504                 Fix crash when printing emails with an
8505                 xface
8506
8507 2006-10-24 [mones]      2.5.6cvs5
8508
8509         * manual/es/advanced.xml
8510                 Synchronize hidden option respect_flowed_format
8511         * po/es.po
8512                 Updated translation
8513
8514 2006-10-21 [paul]       2.5.6cvs4
8515
8516         * src/gtk/authors.h
8517         * src/plugins/pgpcore/pgp_viewer.c
8518         * src/plugins/pgpcore/sgpgme.c
8519                 fix building on BSDs
8520                 Thanks to Michael Hughes
8521                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8522
8523 2006-10-20 [colin]      2.5.6cvs3
8524
8525         * configure.ac
8526                 Bump up libetpan requirement
8527                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8528         * src/common/utils.c
8529         * src/common/utils.h
8530                 Add convenience get_file_mtime()
8531         * src/imap.c
8532         * src/etpan/imap-thread.c
8533         * src/etpan/imap-thread.h
8534                 Implement UIDPLUS support if the server
8535                 supports it - faster sending in this case
8536
8537 2006-10-19 [colin]      2.5.6cvs2
8538
8539         * src/gtk/quicksearch.c
8540                 Fix emptying in type-ahead+extended mode
8541         * src/mainwindow.c
8542         * src/mainwindow.h
8543                 Add a hook for offline state change
8544         * src/plugins/trayicon/trayicon.c
8545                 Use it to display offline icons
8546         * src/plugins/trayicon/Makefile.am
8547         * src/plugins/trayicon/newmail.offline.xpm
8548         * src/plugins/trayicon/newmarkedmail.offline.xpm
8549         * src/plugins/trayicon/nomail.offline.xpm
8550         * src/plugins/trayicon/unreadmail.offline.xpm
8551         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8552                 Add the icons
8553
8554 2006-10-12 [paul]       2.5.6cvs1
8555
8556         * NEWS
8557         * README
8558         * configure.ac
8559                 Update version number following
8560                 stable release
8561
8562 2006-10-19 [colin]      2.5.5cvs18
8563
8564         * manual/handling.xml
8565                 Add type-ahead search
8566
8567 2006-10-18 [colin]      2.5.5cvs17
8568
8569         * src/gtk/quicksearch.c
8570                 Remove "save to history only if there's
8571                 no syntax error", it breaks for some 
8572                 reason which I'll investigate later.
8573
8574 2006-10-18 [colin]      2.5.5cvs16
8575
8576         * src/prefs_common.c
8577         * src/prefs_common.h
8578         * src/summaryview.c
8579         * src/gtk/quicksearch.c
8580         * src/gtk/quicksearch.h
8581                 Add a type-ahead option for fast searches
8582                 Patch by Fabien Vantard
8583
8584 2006-10-18 [colin]      2.5.5cvs15
8585
8586         * src/compose.c
8587         * src/compose.h
8588                 Add Options/Reply mode/ menu to be able to
8589                 change the recipients of a reply on the fly
8590
8591 2006-10-18 [colin]      2.5.5cvs14
8592
8593         * src/compose.c
8594                 Fix redirecting of our own sent mails
8595
8596 2006-10-17 [wwp]        2.5.5cvs13
8597
8598         * src/send_message.c
8599                 Fix duplicate error messages when sending, and missing
8600                 newline in such error messages.
8601
8602 2006-10-17 [colin]      2.5.5cvs12
8603
8604         * src/compose.c
8605                 Compare addresses case-insensitive
8606
8607 2006-10-17 [colin]      2.5.5cvs11
8608
8609         * src/plugins/pgpcore/sgpgme.c
8610                 Fix return status
8611
8612 2006-10-17 [colin]      2.5.5cvs10
8613
8614         * src/plugins/pgpcore/pgp_viewer.c
8615                 Fix return status
8616
8617 2006-10-17 [colin]      2.5.5cvs9
8618
8619         * src/quote_fmt.c
8620                 Fix a typo (thanks to Fabien)
8621
8622 2006-10-16 [colin]      2.5.5cvs8
8623
8624         * src/textview.c
8625                 Fix problem with quote-folding when emails
8626                 don't convert cleanly to UTF-8
8627
8628 2006-10-14 [colin]      2.5.5cvs7
8629
8630         * src/prefs_template.c
8631                 Reset fields when reopening
8632                 the window
8633
8634 2006-10-13 [paul]       2.5.5cvs6
8635
8636         * manual/advanced.xml
8637         * src/prefs_message.c
8638                 make 'respect_flowed_format' a hidden
8639                 option, and add a manual entry for it
8640                 Thanks to Colin
8641
8642 2006-10-12 [colin]      2.5.5cvs5
8643
8644         * src/codeconv.c
8645                 Revert part of 2.5.2cvs21:
8646                 Don't optimise by reusing the 
8647                 last iconv converter if possible:
8648                 it seems slightly broken in a 
8649                 very hard way to reproduce
8650
8651 2006-10-12 [colin]      2.5.5cvs4
8652
8653         * src/prefs_common.c
8654         * src/prefs_common.h
8655         * src/prefs_message.c
8656         * src/procmime.c
8657                 Fix bug 1035, 'Incorrect handling 
8658                 of flowed lines'. We now optionnaly
8659                 handle this format (preference is in
8660                 Message View/Text options section)
8661
8662 2006-10-12 [colin]      2.5.5cvs3
8663
8664         * po/POTFILES.in
8665                 Add new file
8666         * src/plugins/pgpcore/pgp_viewer.c
8667         * src/plugins/pgpcore/sgpgme.c
8668                 Don't try to import without asking
8669
8670 2006-10-12 [colin]      2.5.5cvs2
8671
8672         * src/compose.c
8673                 Fix bug 1036, 'Forwarding a mutlipart
8674                 mail with a "text/html" block to ms
8675                 outlook users leeds to freeze of
8676                 outlook'. Poor outlook users...
8677
8678 2006-10-12 [paul]       2.5.5cvs1
8679
8680         * NEWS
8681         * README
8682         * configure.ac
8683                 Update version number following
8684                 stable release
8685
8686 2006-10-11 [paul]       2.5.4cvs1
8687
8688         * NEWS
8689         * README
8690         * configure.ac
8691                 Update version number following
8692                 stable release
8693
8694 2006-10-11 [paul]       2.5.3cvs32
8695
8696         * src/textview.c
8697                 fix bug 1032, 'Segmentation fault when showing
8698                 message' (bug in quote folding)
8699                 Thanks to Colin
8700
8701 2006-10-10 [colin]      2.5.3cvs31
8702
8703         * src/quote_fmt.c
8704                 Rephrase english a bit
8705
8706 2006-10-10 [colin]      2.5.3cvs30
8707
8708         * src/prefs_compose_writing.c
8709                 Stop making the page larger than the window
8710
8711 2006-10-10 [wwp]        2.5.3cvs29
8712
8713         * src/compose.c
8714         * src/prefs_template.c
8715         * src/quote_fmt.c
8716         * src/quote_fmt.h
8717         * src/quote_fmt_lex.l
8718         * src/quote_fmt_parse.y
8719                 Extend the quote parser a bit: allow to get access to
8720                 basic (composing) account info.
8721
8722 2006-10-10 [colin]      2.5.3cvs28
8723
8724         * src/procheader.c
8725                 Fix this \t problem in subject
8726
8727 2006-10-09 [colin]      2.5.3cvs27
8728
8729         * src/main.c
8730         * src/prefs_gtk.c
8731                 Prepare cache a bit later
8732                 If section already exists, skip the new one 
8733                 (as previously); avoid writing the same block
8734                 twice - if we find a second block with the 
8735                 same id, skip it.
8736         * src/plugins/pgpcore/pgp_viewer.c
8737                 Set cursor to busy when retrieving a key
8738         * src/plugins/pgpcore/sgpgme.c
8739                 allow 5 seconds for gpg to export the key
8740                 
8741
8742 2006-10-09 [colin]      2.5.3cvs26
8743
8744         * configure.ac
8745         * src/msgcache.c
8746         * src/prefs_gtk.c
8747                 Check for existence of fgets_unlocked
8748                 and fwrite_unlocked
8749
8750 2006-10-09 [paul]       2.5.3cvs25
8751
8752         * src/prefs_summaries.c
8753                 replace strftime() with fast_strftime() and in
8754                 the consequence fix the bug in the display of
8755                 AM/PM in the 'Example' string
8756
8757 2006-10-09 [ticho]      2.5.3cvs24
8758
8759         * po/sk.po
8760                 Updated (and fixed up somewhat) Slovak translation.
8761
8762 2006-10-08 [colin]      2.5.3cvs23
8763
8764         * src/prefs_folder_item.c
8765                 Explain why prefs in the top-level folder
8766                 aren't retained, but are still useful
8767
8768 2006-10-08 [colin]      2.5.3cvs22
8769
8770         * src/prefs_gtk.c
8771                 Don't cache anything if caching fails
8772
8773 2006-10-08 [colin]      2.5.3cvs21
8774
8775         * src/common/utils.c
8776                 always include gi18n.h
8777
8778 2006-10-07 [colin]      2.5.3cvs20
8779
8780         * src/plugins/pgpcore/pgp_viewer.c
8781                 Kill gpg after 5 seconds wait
8782
8783 2006-10-07 [colin]      2.5.3cvs19
8784
8785         * src/plugins/pgpcore/pgp_viewer.c
8786         * src/plugins/pgpcore/pgp_viewer.h
8787                 Fix copyright
8788
8789 2006-10-07 [colin]      2.5.3cvs18
8790
8791         * src/plugins/pgpcore/pgp_viewer.c
8792         * src/plugins/pgpcore/pgp_viewer.h
8793                 Actually add the files to CVS
8794
8795 2006-10-07 [colin]      2.5.3cvs17
8796
8797         * src/plugins/pgpcore/sgpgme.c
8798                 Be sure not to crash on 'application/pgp-signature' that
8799                 are not application/pgp-signatures
8800
8801 2006-10-07 [colin]      2.5.3cvs16
8802
8803         * src/textview.c
8804         * src/textview.h
8805                 Make a bit more of the API available
8806         * src/plugins/pgpcore/Makefile.am
8807         * src/plugins/pgpcore/plugin.c
8808         * src/plugins/pgpcore/sgpgme.c
8809                 Add basic key import/export
8810
8811 2006-10-07 [colin]      2.5.3cvs15
8812
8813         * src/folderview.c
8814         * src/imap.c
8815         * src/prefs_account.c
8816         * src/wizard.c
8817                 Warn users *everywhere* if libetpan's not
8818                 linked in
8819
8820 2006-10-06 [mones]      2.5.3cvs14
8821
8822         * po/de.po
8823         * po/es.po
8824                 updated by Stephan Sachse and me
8825
8826 2006-10-06 [colin]      2.5.3cvs13
8827
8828         * src/main.c
8829         * src/common/sylpheed.c
8830                 Don't load common plugins if --exit is passed
8831         * src/prefs_gtk.c
8832         * src/prefs_gtk.h
8833                 Implement a cache to avoid reading the same
8834                 files over and over again at startup
8835
8836 2006-10-06 [colin]      2.5.3cvs12
8837
8838         * src/summaryview.c
8839         * src/gtk/quicksearch.c
8840                 Update display every 5k mails on fast searches
8841
8842 2006-10-06 [colin]      2.5.3cvs11
8843
8844         * src/textview.c
8845                 Don't do quote folding on HTML or ERTF.
8846                 May fix the Cygwin issues if they were
8847                 happening with HTML mails?
8848
8849 2006-10-05 [colin]      2.5.3cvs10
8850
8851         * src/prefs_gtk.c
8852                 Oops, forgot one
8853
8854 2006-10-05 [colin]      2.5.3cvs9
8855
8856         * src/prefs_gtk.c
8857                 Use unlocked_stdio here too
8858
8859 2006-10-05 [colin]      2.5.3cvs8
8860
8861         * src/folderview.c
8862                 Fix go to next * after preferences apply
8863         * src/msgcache.c
8864                 Do the fd lock/unlock ourselves instead of
8865                 letting the libc do it at each write 
8866
8867 2006-10-05 [colin]      2.5.3cvs7
8868
8869         * src/common/utils.c
8870                 Faster division, thanks to Jean Diraison
8871
8872 2006-10-05 [paul]       2.5.3cvs6
8873
8874         * src/common/utils.c
8875                 fix building with --disable-nls
8876
8877 2006-10-04 [colin]      2.5.3cvs5
8878
8879         * src/folder.c
8880                 Maybe fix a segfault
8881
8882 2006-10-04 [wwp]        2.5.3cvs4
8883
8884         * src/prefs_folder_item.c
8885                 Fine-tune layouts in folder item prefs. Suggested by
8886                 Fabien Vantard <fzzzzz@gmail.com>.
8887
8888 2006-10-04 [wwp]        2.5.3cvs3
8889
8890         * src/prefs_folder_item.c
8891                 Kill the clandestine passengers. You didn't see anything.
8892
8893 2006-10-04 [wwp]        2.5.3cvs2
8894
8895         * src/prefs_folder_item.c
8896                 Add a way to test the subject simplify regexp in
8897                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
8898                 w/ few layout changes.
8899
8900 2006-20-04 [paul]       2.5.3cvs1
8901
8902         * NEWS
8903         * README
8904         * configure.ac
8905                 Update version number following
8906                 stable release
8907
8908 2006-10-04 [colin]      2.5.2cvs42
8909
8910         * src/folder.c
8911         * src/folder.h
8912         * src/summaryview.c
8913                 Provide a way for folder classes to set their sort
8914                 type and key
8915
8916 2006-10-03 [colin]      2.5.2cvs41
8917
8918         * src/mh.c
8919                 Don't use strlen() to know if the
8920                 string's empty
8921
8922 2006-10-03 [colin]      2.5.2cvs40
8923
8924         * src/mh.c
8925                 Fix "check for new folders" with accentued folders
8926
8927 2006-10-03 [ticho]      2.5.2cvs39
8928
8929         * src/filtering.c
8930         * src/folder.c
8931         * src/inc.c
8932         * src/mbox.c
8933                 Colin's fix for "copy" filtering rules.
8934
8935 2006-10-02 [colin]      2.5.2cvs38
8936
8937         * src/folderview.c
8938                 Fix for double-click too
8939
8940 2006-10-02 [colin]      2.5.2cvs37
8941
8942         * src/folderview.c
8943                 correct fix for cvs36
8944
8945 2006-10-02 [colin]      2.5.2cvs36
8946
8947         * src/folderview.c
8948                 Fix 'goto next unread' after collapsing/expanding 
8949                 a node.
8950
8951 2006-10-02 [colin]      2.5.2cvs35
8952
8953         * src/summaryview.c
8954                 Fix double freeze/thaw
8955         * src/common/utils.c
8956         * src/common/utils.h
8957                 Reimplement strftime
8958         * src/procheader.c
8959                 Use it
8960
8961
8962 2006-10-02 [colin]      2.5.2cvs34
8963
8964         * src/mh.c
8965                 Time mh_write_sequences() - it's fast
8966         * src/summaryview.c
8967                 Init a variable to shut up gcc
8968
8969 2006-10-01 [colin]      2.5.2cvs33
8970
8971         * src/folder.c
8972         * src/mh.c
8973         * src/mh.h
8974         * src/msgcache.c
8975                 Add helper mh_set_mtime(), and set mtime to stat()'s result
8976                 Add fsync but disable it, it's slow as hell
8977
8978 2006-10-01 [colin]      2.5.2cvs32
8979
8980         * src/mh.c
8981         * src/msgcache.c
8982                 fflush() caches and mh_sequences before
8983                 fclose()ing
8984
8985 2006-10-01 [colin]      2.5.2cvs31
8986
8987         * src/msgcache.c
8988                 Don't ftruncate when not using mmap
8989
8990 2006-09-30 [colin]      2.5.2cvs30
8991
8992         * src/main.c
8993                 Write folder list *after* saving caches
8994
8995 2006-09-30 [colin]      2.5.2cvs29
8996
8997         * src/folder.c
8998         * src/mh.c
8999                 Debug forced mtime changes
9000
9001 2006-09-30 [colin]      2.5.2cvs28
9002
9003         * src/folder.c
9004         * src/main.c
9005                 Remove useless debug_print()s (code
9006                 well-tested)
9007
9008 2006-09-30 [colin]      2.5.2cvs27
9009
9010         * src/mh.c
9011                 Do stuff faster when writing mh_sequences
9012
9013 2006-09-30 [colin]      2.5.2cvs26
9014
9015         * src/mh.c
9016                 Don't let the writing of .mh_sequences, which
9017                 can change the folder's mtime, let us think
9018                 we need to scan.
9019
9020 2006-09-30 [colin]      2.5.2cvs25
9021
9022         * src/folder.c
9023                 Move a debug_print where it belongs 
9024                 (processing)
9025         * src/summaryview.c
9026                 Don't mess with a huge slow subject
9027                 table if we're not threading by
9028                 subject
9029
9030 2006-09-30 [colin]      2.5.2cvs24
9031
9032         * src/msgcache.c
9033                 Reenable mmaped reads (*not* writes!)
9034         * src/procmsg.c
9035                 Don't destroy and recreate hashtables just
9036                 for fun
9037         * src/common/utils.c
9038                 Remove useless reply prefixes (it's case
9039                 unsensitive)
9040
9041 2006-09-30 [wwp]        2.5.2cvs23
9042
9043         * tools/fix_date.sh
9044                 Fixed a minor bug in date value extraction, added a switch
9045                 to replace non RFC-compliant Date: value, added a switch
9046                 to use strict RFC matching patterns for dates.
9047
9048 2006-09-29 [colin]      2.5.2cvs22
9049
9050         * src/matcher_parser.h
9051         * src/matcher_parser_parse.y
9052         * src/prefs_filtering.c
9053         * src/statusbar.c
9054         * src/summary_search.c
9055         * src/summaryview.c
9056         * src/gtk/quicksearch.c
9057         * src/gtk/quicksearch.h
9058                 Optimise searches by setting different
9059                 refresh intervals (depending if the 
9060                 search is fast or not)
9061
9062 2006-09-29 [colin]      2.5.2cvs21
9063
9064         * src/codeconv.c
9065                 Optimise by reusing the last iconv converter
9066                 if possible
9067         * src/textview.c
9068                 Optimise a bit (the foldable quotes feature
9069                 still has an awful O(n^2) algo
9070
9071 2006-09-29 [colin]      2.5.2cvs20
9072
9073         * src/gtk/gtksctree.c
9074         * src/gtk/gtksctree.h
9075                 Optimise de-selection via up/down or
9076                 another key
9077
9078 2006-09-28 [colin]      2.5.2cvs19
9079
9080         * src/action.c
9081         * src/compose.c
9082         * src/folderview.c
9083         * src/mainwindow.c
9084         * src/messageview.c
9085         * src/summary_search.c
9086         * src/toolbar.c
9087                 Avoid using summaryview->ctree directly
9088
9089 2006-09-28 [colin]      2.5.2cvs18
9090
9091         * src/summaryview.c
9092         * src/summaryview.h
9093                 Add helpers to freeze/thaw/grab_focus
9094                 Factorize calls to freeze/thaw/grab_focus
9095                 
9096
9097 2006-09-28 [colin]      2.5.2cvs17
9098
9099         * src/main.c
9100                 More guards for the session management
9101
9102 2006-09-28 [colin]      2.5.2cvs16
9103
9104         * src/folderview.c
9105         * src/gtk/gtksctree.c
9106         * src/gtk/gtksctree.h
9107                 Make expanding not recursive in folderview
9108
9109 2006-09-28 [colin]      2.5.2cvs15
9110
9111         * src/addressbook.c
9112                 If nothing is selected in the list (right part)
9113                 and a group is selected in the tree (left part),
9114                 mail this group.
9115
9116 2006-09-28 [colin]      2.5.2cvs14
9117
9118         * src/Makefile.am
9119                 Actually use SM_LIBS
9120
9121 2006-09-28 [ticho]      2.5.2cvs13
9122
9123         * src/export.c
9124         * src/messageview.c
9125         * src/mimeview.c
9126         * src/news.c
9127         * src/pop.c
9128         * src/prefs_themes.c
9129         * src/procmsg.c
9130                 Small i18n string optimization.
9131         * src/send_message.c
9132         * src/summaryview.c
9133         * src/common/session.c
9134         * src/common/smtp.c
9135         * src/common/ssl_certificate.c
9136         * src/common/utils.c
9137                 Use "Couldn't" instead of "Can't" in UI messages,
9138                 where appropriate.
9139
9140 2006-09-28 [colin]      2.5.2cvs12
9141
9142         * configure.ac
9143                 Possibly fix link errors
9144
9145 2006-09-27 [wwp]        2.5.2cvs11
9146
9147         * src/gtk/authors.h
9148         * doc/man/sylpheed-claws.1
9149         * manual/ack.xml
9150         * manual/es/ack.xml
9151         * manual/fr/ack.xml
9152         * manual/pl/ack.xml
9153                 Updated authors info (me, myself and I).
9154
9155 2006-09-27 [colin]      2.5.2cvs10
9156
9157         * src/addressbook.c
9158                 Remove useless printf
9159
9160 2006-09-27 [wwp]        2.5.2cvs9
9161
9162         * src/editgroup.c
9163         * src/send_message.c
9164         * src/inc.c
9165         * src/prefs_common.c
9166         * src/prefs_common.h
9167         * src/gtk/progressdialog.c
9168                 remember more windows' sizes (send dialog, received dialog,
9169                 edit group in addressbook).
9170
9171 2006-09-27 [colin]      2.5.2cvs8
9172
9173         * configure.ac
9174         * src/main.c
9175         * src/mainwindow.h
9176                 Use libSM to communicate with the session
9177                 manager, so that we can know when the 
9178                 session ends, save our caches, and draft
9179                 our compose windows.
9180
9181 2006-09-27 [colin]      2.5.2cvs7
9182
9183         * src/addressbook.c
9184                 Fix issues:
9185                 o Allow Book and Group creation from the tree's
9186                   contextual menu
9187                 o Do not actually delete the contacts when 
9188                   deleting groups from the tree (duh!)
9189
9190 2006-09-27 [colin]      2.5.2cvs6
9191
9192         * src/compose.c
9193         * src/compose.h
9194         * src/mainwindow.c
9195         * src/textview.c
9196         * src/toolbar.c
9197                 o Allow passing an email address to 
9198                   compose_new_with_folderitem
9199                 o Update callers
9200                 o Use current folderitem when clicking
9201                   on a TextView mailto: link
9202                 o Fix a possible leak in TextView
9203
9204 2006-09-27 [colin]      2.5.2cvs5
9205
9206         * src/html.c
9207                 Use UTF-8 chars to replace HTML entities
9208
9209 2006-09-27 [colin]      2.5.2cvs4
9210
9211         * AUTHORS
9212         * src/prefs_account.c
9213         * src/gtk/authors.h
9214                 Fix bug #1024 (Array index out of
9215                 range in sylpheed-claws-2.5.2)
9216                 Patch by Ales Nosek <anosek@suse.cz>
9217
9218 2006-09-27 [colin]      2.5.2cvs3
9219
9220         * src/addr_compl.c
9221                 Actually do the test
9222
9223 2006-09-27 [colin]      2.5.2cvs2
9224
9225         * src/addr_compl.c
9226         * src/addr_compl.h
9227                 Allow completing with comma (in certain cases: vCalendar
9228                 for example doesn't support that)
9229                 Patch by Fabien Vantard
9230
9231 2006-09-26 [colin]      2.5.2cvs1
9232
9233         * src/Makefile.am
9234         * src/addr_compl.c
9235         * src/addr_compl.h
9236         * src/addrbook.c
9237         * src/addrbook.h
9238         * src/addressbook.c
9239         * src/addrindex.c
9240         * src/addrindex.h
9241         * src/compose.c
9242         * src/prefs_common.c
9243         * src/prefs_filtering_action.c
9244         * src/prefs_folder_item.c
9245         * src/prefs_template.c
9246         * src/stock_pixmap.c
9247         * src/stock_pixmap.h
9248         * src/pixmaps/addr_one.xpm
9249         * src/pixmaps/addr_two.xpm
9250                 Add auto-completion on groups
9251
9252 2006-09-26 [colin]      2.5.2
9253
9254         * NEWS
9255         * README
9256         * RELEASE_NOTES
9257                 2.5.2 released
9258
9259 2006-09-26 [colin]      2.5.1cvs5
9260
9261         * src/matcher.c
9262                 Fix condition
9263
9264 2006-09-26 [colin]      2.5.1cvs4
9265
9266         * src/mbox.c
9267                 Revert cvs1 (useless as the message is printed 
9268                 every 500 mails)
9269
9270 2006-09-26 [colin]      2.5.1cvs3
9271
9272         * src/partial_download.c
9273                 Fix crasher found by Alexsandar Urosevic
9274
9275 2006-09-26 [colin]      2.5.1cvs2
9276
9277         * src/summaryview.c
9278                 Fix bug #1023 (Sylpheed deletes too much messages)
9279
9280 2006-09-26 [ticho]      2.5.1cvs1
9281
9282         * src/mbox.c
9283                 Make use of gettext's multiple plurals for statusbar
9284                 progress message.
9285
9286 2006-09-25 [paul]       2.5.1
9287
9288         * NEWS
9289         * README
9290         * RELEASE_NOTES
9291                 2.5.1 released
9292
9293 2006-09-25 [colin]      2.5.0cvs3
9294
9295         * src/plugins/bogofilter/bogofilter.c
9296         * src/plugins/clamav/clamav_plugin.c
9297         * src/plugins/spamassassin/spamassassin.c
9298                 BogoFilter, Spamassassin: Fix double hook registering after
9299                 visiting preferences
9300                 Spamassassin, Clamav: Just set the mails to move instead of
9301                 doing the move - caller will move the things at once.
9302
9303 2006-09-25 [colin]      2.5.0cvs2
9304
9305         * src/imap.c
9306         * src/etpan/imap-thread.c
9307                 Use UID SEARCH ALL instead of UID 1:*
9308                 (braindead servers can't figure out that's
9309                 the same...)
9310
9311 2006-09-25 [wwp]        2.5.0cvs1
9312
9313         * src/message_search.c
9314                 Added the ability to stop a running search (in message body).
9315
9316 2006-09-25 [paul]       2.5.0
9317
9318         * NEWS
9319         * README
9320         * RELEASE_NOTES
9321                 2.5.0 released
9322
9323 2006-09-25 [paul]       2.4.0cvs214
9324
9325         * po/cs.po
9326         * po/de.po
9327         * po/fi.po
9328         * po/fr.po
9329         * po/nl.po
9330         * po/pt_BR.po
9331         * po/sk.po
9332         * po/sr.po
9333         * po/zh_CN.po
9334                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9335                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9336                 Ticho, Aleksander Urosevic, Ralgh Young
9337
9338 2006-09-24 [mones]      2.4.0cvs213
9339
9340         * po/es.po
9341                 Updated for release
9342
9343 2006-09-23 [colin]      2.4.0cvs212
9344
9345         * src/gtk/inputdialog.c
9346                 Fix [ ] remember this appearing in normal
9347                 input dialogs after it's been used by
9348                 mimeview.
9349         * src/folder.c
9350         * src/folderview.c
9351         * src/msgcache.c
9352         * src/procmsg.c
9353         * src/summaryview.c
9354         * src/textview.c
9355         * src/common/timing.h
9356                 Enable timings in debug mode and make it
9357                 look prettier.
9358
9359 2006-09-22 [colin]      2.4.0cvs211
9360
9361         * README
9362                 Revert test change
9363         * commitHelper
9364                 ping the correct URI
9365
9366 2006-09-22 [colin]      2.4.0cvs210
9367
9368         * README
9369                 Let's see if bug #1022 is fixed
9370
9371 2006-09-21 [colin]      2.4.0cvs209
9372
9373         * src/wizard.c
9374         * src/common/plugin.c
9375                 Prepare infra to load predefined plugins when
9376                 no configuration existed. Don't actually load
9377                 anything yet (feat. freeze)
9378
9379 2006-09-21 [wwp]        2.4.0cvs208
9380
9381         * manual/fr/faq.xml
9382                 Partial sync w/ 2.4.0cvs72:
9383                 wrap file and minor updates.
9384
9385 2006-09-21 [wwp]        2.4.0cvs207
9386
9387         * tools/fix_date.sh
9388                 several fixes and enhancements. A new --force switch has been
9389                 added to prevent overriding by default Date: header when
9390                 already existing.
9391
9392 2006-09-21 [paul]       2.4.0cvs206
9393
9394         * src/common/utils.c
9395                 add Chinese UTF8 Re prefix
9396
9397 2006-09-21 [wwp]        2.4.0cvs205
9398
9399         * tools/Makefile.am
9400                 Fics alfabettical order.
9401
9402 2006-09-21 [wwp]        2.4.0cvs204
9403
9404         * tools/fix_date.sh
9405         * tools/Makefile.am
9406                 Added an action tool to fix missing Date field in emails.
9407                 Updated Makefile.am to reflect those last two additions.
9408
9409 2006-09-21 [wwp]        2.4.0cvs203
9410
9411         * tools/uuooffice
9412                 Added a action tool to open uuencoded docs w/
9413                 OpenOffice (based on uudec method).
9414
9415 2006-09-21 [colin]      2.4.0cvs202
9416
9417         * src/compose.c
9418         * src/textview.c
9419                 Workaround possible GTK crash: remove selection 
9420                 clipboard before destroying widget, or GTK+-2.10
9421                 dies. Thanks to Hiro.
9422
9423 2006-09-20 [colin]      2.4.0cvs201
9424
9425         * src/compose.c
9426                 Fix free-after-use in some cases (when 
9427                 procmime_encode_content() frees mimeinfo->data.mem
9428                 and turns it to a temp file)
9429
9430 2006-09-20 [colin]      2.4.0cvs200
9431
9432         * src/folderview.c
9433         * src/summaryview.c
9434         * src/gtk/gtksctree.c
9435         * src/gtk/gtksctree.h
9436                 Add tooltips in the folderview and summaryview
9437                 (Doesn't break string freeze as they already
9438                 exist)
9439         * src/toolbar.c
9440                 Put the spam button in the default configuration
9441                 if compiled with bogo plugin too
9442
9443 2006-09-19 [colin]      2.4.0cvs199
9444
9445         * src/summaryview.c
9446         * src/summaryview.h
9447                 Update folder name label on folder rename
9448         * src/prefs_matcher.c
9449         * src/gtk/logwindow.h
9450                 Fix warnings
9451                 Patches by Fabien
9452
9453 2006-09-19 [wwp]        2.4.0cvs198
9454
9455         * src/summary_search.c
9456                 fix can't click forward/backward buttons in the
9457                 search messages.
9458
9459 2006-09-18 [paul]       2.4.0cvs197
9460
9461         * src/wizard.c
9462                 add missing bracket, capitalise the A of
9463                 'SpamAssassin'
9464
9465 2006-09-18 [paul]       2.4.0cvs196
9466
9467         * src/compose.c
9468                 fix bug 1012 'crashed upon sending mail
9469                 from compose window'
9470                 Thanks to Colin
9471
9472 2006-09-16 [colin]      2.4.0cvs195
9473
9474         * src/folderview.c
9475                 Fix "real-time" sorting by freezing/thawing
9476
9477 2006-09-16 [colin]      2.4.0cvs194
9478
9479         * manual/faq.xml
9480                 Fix the anti-spam entry a bit
9481
9482 2006-09-16 [colin]      2.4.0cvs193
9483
9484         * src/wizard.c
9485                 Make sure reviewers have no excuse when stating
9486                 Sylpheed-Claws doesn't have antispam capabilities.
9487
9488 2006-09-16 [colin]      2.4.0cvs192
9489
9490         * src/main.c
9491                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9492                 as if the SIGPIPE comes from etpan's thread we could
9493                 trigger a GUI update from this thread.
9494
9495 2006-09-16 [colin]      2.4.0cvs191
9496
9497         * src/summaryview.c
9498                 Init all members of the struct
9499
9500 2006-09-16 [paul]       2.4.0cvs190
9501
9502         * src/account.c
9503                 improvements to the English
9504
9505 2006-09-15 [colin]      2.4.0cvs189
9506
9507         * src/summaryview.c
9508                 HIG order on dialog
9509
9510 2006-09-14 [colin]      2.4.0cvs188
9511
9512         * src/common/socket.c
9513         * src/common/socket.h
9514         * src/common/ssl.c
9515         * src/common/ssl_certificate.c
9516         * src/common/ssl_certificate.h
9517         * src/etpan/imap-thread.c
9518                 the get_fqdn() call done to get canonical name when
9519                 checking an SSL certificate is blocking, which is
9520                 sad as we just did a non-blocking lookup to connect.
9521                 Fix that by letting the fqdn available to the SockInfo,
9522                 and use that in ssl_certificate_check(). For IMAP,
9523                 we don't do it as the lookup's done by libetpan, but
9524                 it's less annoying as IMAP connections as much more
9525                 rare than POP3 connections.
9526
9527 2006-09-14 [paul]       2.4.0cvs187
9528
9529         * manual/advanced.xml
9530                 improvements to the English,
9531                 properly place the new hidden options
9532                 within the alphabetical order
9533         * src/gtk/pluginwindow.c
9534                 improvements to the English
9535
9536 2006-09-14 [colin]      2.4.0cvs186
9537
9538         * src/prefs_common.c
9539         * src/prefs_common.h
9540         * src/gtk/gtksctree.c
9541         * manual/advanced.xml
9542                 New hidden pref, stripes_color_offset, to change
9543                 the value added/substracted to normal bgcolor to
9544                 create the stripes in summaries
9545
9546 2006-09-13 [colin]      2.4.0cvs185
9547
9548         * src/gedit-print.c
9549         * src/messageview.c
9550         * src/messageview.h
9551         * src/summaryview.c
9552         * src/textview.c
9553                 Fix misc. printing issues: 
9554                 - Bad font for linkified headers
9555                 - Different font if the mail was displayed or not
9556                 - Factorize the thing
9557
9558 2006-09-13 [colin]      2.4.0cvs184
9559
9560         * src/common/ssl_certificate.c
9561                 Only get FQDN once when checking certificate
9562
9563 2006-09-13 [colin]      2.4.0cvs183
9564
9565         * src/account.c
9566         * src/gtk/pluginwindow.c
9567                 Misc. GUI fixes by Fabien
9568
9569 2006-09-13 [wwp]        2.4.0cvs182
9570
9571         * configure.ac
9572         * src/common/utils.h
9573         * src/common/utils.c
9574                 get rid of unused wide-char functions.
9575
9576 2006-09-13 [wwp]        2.4.0cvs181
9577
9578         * src/plugins/pgpinline/sylpheed.def
9579         * src/textview.c
9580                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9581                 add privacy_reset_error to the .def file,
9582                 do not fork for an external textviewer.
9583
9584 2006-09-13 [wwp]        2.4.0cvs180
9585
9586         * src/prefs_common.c
9587                 fix broken font entry in prefs (patch issued by the gpg4win team,
9588                 probably by Marcus Brinkmann <marcus@g10code.de>).
9589
9590 2006-09-13 [colin]      2.4.0cvs179
9591
9592         * src/folder.h
9593                 Fix a warning in summaryview.c
9594         * src/mainwindow.c
9595         * src/summaryview.c
9596         * src/summaryview.h
9597                 Add missing Mark/* elements in the
9598                 main menu
9599
9600 2006-09-12 [colin]      2.4.0cvs178
9601
9602         * src/prefs_actions.c
9603         * src/prefs_filtering_action.c
9604         * src/prefs_matcher.c
9605                 Use (New) instead of New everywhere
9606
9607 2006-09-12 [wwp]        2.4.0cvs177
9608
9609         * manual/fr/addrbook.xml
9610         * manual/fr/handling.xml
9611                 updated some quotes in the fr manual to match the fr translation.
9612
9613 2006-09-12 [wwp]        2.4.0cvs176
9614
9615         * src/prefs_matcher.c
9616                 don't store translated string elements in matcher expressions.
9617                 Also fixed a misused of Q_().
9618
9619 2006-09-11 [wwp]        2.4.0cvs175
9620
9621         * src/plugins//bogofilter/bogofilter.c
9622         * src/plugins//clamav/clamav_plugin.c
9623         * src/plugins//demo/demo.c
9624         * src/plugins//dillo_viewer/dillo_viewer.c
9625         * src/plugins//pgpcore/plugin.c
9626         * src/plugins//pgpinline/plugin.c
9627         * src/plugins//pgpmime/plugin.c
9628         * src/plugins//spamassassin/spamassassin.c
9629                 gettext-ize more strings (mostly plugin error messages).
9630
9631 2006-09-11 [colin]      2.4.0cvs174
9632
9633         * src/alertpanel.c
9634                 Make maximum buffer size bigger to avoid
9635                 truncating translated messages. Patch by
9636                 Fabien
9637
9638 2006-09-11 [colin]      2.4.0cvs173
9639
9640         * src/etpan/imap-thread.c
9641                 Fix compilation on OpenBSD, thanks to 
9642                 Landry
9643
9644 2006-09-10 [wwp]        2.4.0cvs172
9645
9646         * manual/account.xml
9647         * manual/addrbook.xml
9648         * manual/handling.xml
9649         * manual/es/handling.xml
9650         * manual/fr/account.xml
9651         * manual/fr/addrbook.xml
9652         * manual/fr/handling.xml
9653                 documented addressbook matching (condition configuration):
9654                   addrbook.xml, en fr
9655                 documented per-account filtering rules (handling/filtering
9656                   section, account section):
9657                   account.xml, handling.xml, en fr
9658                 slightly updated the handling/searching section to tell few
9659                   words about the extended search ability:
9660                   handling.xml, en fr
9661                 added missing <quote></quotes> to Quick Search:
9662                   handling.xml, en fr es
9663                 fixed a typo (auomatically):
9664                   handling.xml, en
9665                 changes revisited by Paul.
9666
9667 2006-09-10 [paul]       2.4.0cvs171
9668
9669         * src/prefs_actions.c
9670         * src/prefs_filtering.c
9671         * src/prefs_template.c
9672                 adjustments to the gui
9673                 Patch by Fabien Vantard (slightly modified)
9674
9675 2006-09-10 [colin]      2.4.0cvs170
9676
9677         * src/summaryview.c
9678                 Check folderitem/summaryview consistency
9679                 (basically automates Update summary). Fixes
9680                 #1011 (wrong (negative) count on unread 
9681                 messages)
9682
9683 2006-09-10 [colin]      2.4.0cvs169
9684
9685         * src/gtk/gtksctree.c
9686                 Fix recursive expansion via mouse
9687         * src/plugins/bogofilter/bogofilter.c
9688                 Use normal filtering way of moving
9689                 messages (batching), possibly fixing
9690                 bug #1015 (Bogofilter plugin doubles 
9691                 new messages)
9692
9693 2006-09-09 [wwp]        2.4.0cvs168
9694
9695         * src/prefs_filtering.c
9696                 better place for this fix.
9697
9698 2006-09-09 [wwp]        2.4.0cvs167
9699
9700         * src/prefs_filtering.c
9701                 fix a minor bug when the enabled status of a filtering/processing
9702                 rule always got set to TRUE when replacing this rule. That still
9703                 make sense when adding a new rule, but now when replacing, we
9704                 don't override the value of 'enabled'.
9705                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9706                 to prefs_filtering_list_view_get_info() as this function not only
9707                 returns the name, but also the account_id and the enabled status.
9708
9709 2006-09-09 [mones]      2.4.0cvs166
9710
9711         * manual/glossary.xml
9712         * manual/plugins.xml
9713                 Minor format corrections
9714         * manual/gpl.xml
9715                 Fix misplaced NO WARRANTY section
9716         * manual/es/advanced.xml
9717         * manual/es/faq.xml
9718         * manual/es/glossary.xml
9719         * manual/es/gpl.xml
9720         * manual/es/handling.xml
9721         * manual/es/plugins.xml
9722         * manual/es/starting.xml
9723                 Incorporate changes from English version
9724         * manual/fr/ack.xml
9725         * manual/pl/ack.xml
9726         * manual/es/ack.xml
9727                 Fix address, (add translation credits in es version)
9728         * po/es.po
9729                 Updated translation
9730
9731 2006-09-09 [wwp]        2.4.0cvs165
9732
9733         * src/prefs_filtering.c
9734                 fix a crash when opening filtering prefs, if matcherrc file contains
9735                 broken data (non-existing account id, which is theoretically not
9736                 possible).
9737
9738 2006-09-08 [colin]      2.4.0cvs164
9739
9740         * src/folder.c
9741                 Wrong assert, make it an if()
9742         * src/gtk/gtksctree.c
9743                 Fix bug #1013 (expand selected thread 
9744                 tree) - expanding is now recursive
9745
9746 2006-09-07 [wwp]        2.4.0cvs163
9747
9748         * src/prefs_matcher.c
9749                 make better sentences about addressbook matching in the
9750                 matcher prefs. This should make translators' work easier
9751                 too.
9752
9753 2006-09-07 [wwp]        2.4.0cvs162
9754
9755         * src/prefs_filtering.c
9756                 code simplification (get rid of dup var. assignment).
9757
9758 2006-09-07 [wwp]        2.4.0cvs161
9759
9760         * src/summaryview.c
9761                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9762                 <fzzzzz@gmail.com>.
9763
9764 2006-09-07 [paul]       2.4.0cvs160
9765
9766         * src/mimeview.c
9767                 fix compilation warnings
9768                 Thanks to Colin
9769
9770 2006-09-07 [paul]       2.4.0cvs159
9771
9772         * src/mimeview.c
9773                 select the mimepart icon when
9774                 displaying as text
9775                 Thanks to Colin
9776
9777 2006-09-06 [paul]       2.4.0cvs158
9778
9779         * src/prefs_filtering.c
9780                 fix labels and table element spacing
9781                 Patch by Fabien Vantard
9782
9783 2006-09-06 [paul]
9784
9785         2.5.0-rc3 released
9786
9787 2006-09-06 [paul]       2.4.0cvs157
9788
9789         * manual/es/advanced.xml
9790                 fix typo
9791
9792 2006-09-06 [wwp]        2.4.0cvs156
9793
9794         * src/mainwindow.c
9795                 fix an dup launch issue when iconified, thanks to Colin.
9796
9797 2006-09-06 [wwp]        2.4.0cvs155
9798
9799         * src/gtk//gtksctree.h
9800                 oops, forgot that one!
9801
9802 2006-09-06 [wwp]        2.4.0cvs154
9803
9804         * manual/pl/advanced.xml
9805         * manual/advanced.xml
9806         * manual/es/advanced.xml
9807         * manual/fr/advanced.xml
9808         * src/prefs_customheader.c
9809         * src/prefs_filtering_action.c
9810         * src/foldersel.c
9811         * src/prefs_summaries.c
9812         * src/prefs_filtering.c
9813         * src/account.c
9814         * src/compose.c
9815         * src/prefs_summary_column.c
9816         * src/addr_compl.c
9817         * src/prefs_actions.c
9818         * src/prefs_folder_column.c
9819         * src/ssl_manager.c
9820         * src/prefs_template.c
9821         * src/prefs_display_header.c
9822         * src/prefs_common.h
9823         * src/prefs_matcher.c
9824         * src/prefs_common.c
9825         * src/prefs_toolbar.c
9826         * src/summaryview.c
9827         * src/folderview.c
9828         * src/gtk/gtksctree.c
9829         * src/gtk/pluginwindow.c
9830         * src/gtk/progressdialog.c
9831         * src/gtk/prefswindow.c
9832                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9833                 to make its meaning more obvious (all versions of the manual reflect
9834                 the change).
9835                 added an extra hidden option use_stripes_in_summary to allow
9836                 discarding these stripes in mainwindow's folder and message lists;
9837                 en and fr manuals only are OK towards this.
9838
9839 2006-09-06 [colin]      2.4.0cvs153
9840
9841         * src/textview.c
9842                 Hide Sylpheed-Claws' internal queue headers
9843                 when showing all headers. They'll be present
9844                 only in Source window.
9845
9846 2006-09-05 [colin]      2.4.0cvs152
9847
9848         * src/plugins/trayicon/trayicon.c
9849                 Fix crash at exit - we have to disconnect
9850                 our handlers
9851         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9852                 Update eggtrayicon - patch adapted from a
9853                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9854                 on Sylpheed's ML
9855
9856 2006-09-05 [colin]      2.4.0cvs151
9857
9858         * src/mainwindow.c
9859         * src/gtk/logwindow.c
9860                 Fix race condition when something writes
9861                 to the log too soon during init. Thanks
9862                 to Fabien Vantard
9863
9864 2006-09-05 [colin]      2.4.0cvs150
9865
9866         * src/mimeview.c
9867                 Don't select part on right-click either
9868
9869 2006-09-05 [paul]       2.4.0cvs149
9870
9871         * src/mimeview.c
9872                 completion of previous commit
9873                 Thanks to Colin
9874
9875 2006-09-05 [colin]      2.4.0cvs148
9876
9877         * src/mimeview.c
9878                 Don't force selection on middle-click, just open
9879
9880 2006-09-04 [colin]      2.4.0cvs147
9881
9882         * src/mimeview.c
9883                 Looks like gtk_notebook_set_current_page()
9884                 sometimes steals focus, and this annoys us
9885                 in MimeViewers as it renders navigation
9886                 keys useless. Take back focus after switching
9887                 pages.
9888
9889 2006-09-04 [colin]      2.4.0cvs146
9890
9891         * src/messageview.c
9892                 Set stop_loading when clicking on Next
9893                 during load. Don't add a callback to 
9894                 avoid over-complicating things.
9895
9896 2006-09-04 [colin]      2.4.0cvs145
9897
9898         * src/mimeview.c
9899         * src/messageview.c
9900                 Fix multiple loads in separate messageview
9901
9902 2006-09-04 [colin]      2.4.0cvs144
9903
9904         * src/summaryview.c
9905                 Let navigation keys be handled during 
9906                 load
9907
9908 2006-09-04 [colin]      2.4.0cvs143
9909
9910         * src/messageview.c
9911         * src/summaryview.c
9912         * src/textview.c
9913         * src/textview.h
9914                 Make loading of huge mails (lots of text and/or
9915                 images) cancellable, so the GUI doesn't block 
9916
9917 2006-09-04 [colin]      2.4.0cvs142
9918
9919         * src/plugins/trayicon/trayicon.c
9920                 Fix annoyance when removing a folder with 
9921                 unread mails: trayicon didn't update
9922
9923 2006-09-04 [paul]       2.4.0cvs141
9924
9925         * src/gtk/icon_legend.c
9926                 straighten up columns
9927                 Patch by Fabien Vantard
9928
9929 2006-09-04 [wwp]        2.4.0cvs140
9930
9931         * src/prefs_filtering.c
9932                 fix new line's account name in filtering prefs:
9933                 was "All", is now "(New)".
9934
9935 2006-09-04 [paul]       2.4.0cvs139
9936
9937         * tools/make.themes.project
9938                 use "AUTOMAKE_OPTIONS = dist-bzip2"
9939                 instead of homebrewed "make release"
9940
9941 2006-09-03 [colin]      2.4.0cvs138
9942
9943         * src/folderview.c
9944                 Fix bug #1007 (Wrong folder highlighted)
9945
9946 2006-09-03 [colin]      2.4.0cvs137
9947
9948         * src/compose.c
9949                 Don't set Newsgroup: header to a mail folder
9950                 path
9951
9952 2006-09-03 [paul]       2.4.0cvs136
9953
9954         * src/prefs_other.c
9955         * src/prefs_spelling.c
9956                 unify the gui
9957
9958 2006-09-03 [paul]       2.4.0cvs135
9959
9960         * src/prefs_summaries.c
9961                 correct menu item text in prefs_keybind_apply_clicked()
9962
9963 2006-09-03 [paul]       2.4.0cvs134
9964
9965         * manual/advanced.xml
9966                 some improvements to the descriptions
9967         * src/mainwindow.c
9968         * src/messageview.c
9969         * src/summaryview.c
9970         * src/gtk/menu.c
9971                 fix menu sensitivity issues
9972         * src/prefs_message.c
9973                 drop the useless word 'short'
9974         * src/prefs_other.c
9975                 add the word 'lines' indicating log length
9976                 is a measure of lines
9977         * src/textview.c
9978                 fix compilation warnings
9979
9980 2006-09-02 [colin]      2.4.0cvs133
9981
9982         * src/messageview.c
9983                 Display a special return-receipt message
9984                 if the message is from the user
9985         * src/summaryview.c
9986                 Fix missing freeze of the list when marking
9987                 all read and unthreading for exec. Thanks
9988                 to Stephan Sachse.
9989
9990 2006-09-02 [paul]       2.4.0cvs132
9991
9992         * src/mainwindow.c
9993         * src/prefs_message.c
9994         * src/summaryview.c
9995                 fix some english
9996
9997 2006-09-02 [wwp]        2.4.0cvs131
9998
9999         * src/prefs_filtering.c
10000                 added an account name column to the filtering rules
10001                 dialog.
10002
10003 2006-09-02 [colin]      2.4.0cvs130
10004
10005         * src/gtk/logwindow.c
10006         * src/gtk/logwindow.h
10007                 Block scrolling if we're not at the end
10008                 of the log
10009
10010 2006-09-02 [colin]      2.4.0cvs129
10011
10012         * src/folder.c
10013                 Make sure account-specific rules can't
10014                 be used in {pre-,post-,}processing
10015         * src/mainwindow.c
10016         * src/gtk/logwindow.c
10017         * src/gtk/logwindow.h
10018                 Jump to last error when clicking on the
10019                 warning icon
10020
10021 2006-09-02 [colin]      2.4.0cvs128
10022
10023         * src/imap.c
10024         * src/import.c
10025         * src/mainwindow.c
10026         * src/mainwindow.h
10027                 Fix warning icon
10028         * src/inc.c
10029         * src/mbox.c
10030         * src/mbox.h
10031                 Let proc_mbox know its account, for
10032                 account-specific rules
10033
10034 2006-09-01 [colin]      2.4.0cvs127
10035
10036         * src/codeconv.c
10037                 Don't uselessly use iconv to convert from
10038                 us-ascii
10039         * src/alertpanel.c
10040         * src/mainwindow.c
10041         * src/mainwindow.h
10042         * src/inc.c
10043                 Fix certain log cases, disable warning icon
10044                 for now, the correct way to display it when
10045                 necessary and only when necessary is probably
10046                 to do it manually rather than use error logs
10047         * src/etpan/imap-thread.c
10048                 Clean up UID logging a bit
10049         * src/gtk/logwindow.c
10050         * src/gtk/logwindow.h
10051                 Make logging faster when the window's closed
10052
10053 2006-09-01 [wwp]        2.4.0cvs126
10054
10055         * manual/fr/account.xml
10056                 reflect changes to the ref. manual (parts of cvs72):
10057                 fix tabnames and quotes.
10058
10059 2006-09-01 [wwp]        2.4.0cvs125
10060
10061         * manual/fr/plugins.xml
10062                 reflect changes to the reference manual (cvs42):
10063                 update IRC channel info.
10064
10065 2006-09-01 [wwp]        2.4.0cvs124
10066
10067         * commitHelper
10068                 use CVSEDITOR env. var. if set, according to `man cvs`.
10069
10070 2006-09-01 [wwp]        2.4.0cvs123
10071
10072         * manual/advanced.xml
10073                 better sentence again (thanks to Paul).
10074
10075 2006-09-01 [wwp]        2.4.0cvs122
10076
10077         * manual/advanced.xml
10078         fix definition of toolbar_detachable and rework a bit the one of
10079         enable_dotted_lines.
10080
10081 2006-09-01 [mones]      2.4.0cvs121
10082
10083         * manual/advanced.xml
10084                 Document enable_dotted_lines
10085
10086 2006-09-01 [paul]       2.4.0cvs120
10087
10088         * src/folderview.c
10089         * src/folderview.h
10090         * src/imap.c
10091         * src/mainwindow.c
10092         * src/summaryview.c
10093                 obey the 'When entering folder...' option
10094                 when using the /View/Go to/... menu items
10095                 Thanks to Colin
10096
10097 2006-08-31 [colin]      2.4.0cvs119
10098
10099         * src/folderview.c
10100                 Revert 2.4.0cvs116, wrong fix.
10101
10102 2006-08-31 [colin]      2.4.0cvs118
10103
10104         * src/gtk/gtksctree.c
10105                 Better state the various copyrights
10106
10107 2006-08-31 [colin]      2.4.0cvs117
10108
10109         * src/prefs_common.c
10110                 fix enable_dotted_lines
10111
10112 2006-08-31 [colin]      2.4.0cvs116
10113
10114         * src/folderview.c
10115                 Use pref "Always open on select" when going
10116                 to next unread folder
10117         * src/gtk/gtksctree.c
10118                 Fix link failure to _gtk_clist_create_cell_layout
10119                 on certain computers. (Why not mine, I wonder)
10120
10121 2006-08-31 [colin]      2.4.0cvs115
10122
10123         * src/procmsg.c
10124         * src/textview.c
10125         * src/plugins/bogofilter/bogofilter.c
10126         * src/plugins/spamassassin/spamassassin.c
10127                 Requalify some "errors" to warnings
10128         * src/mainwindow.c
10129         * src/mainwindow.h
10130         * src/statusbar.c
10131                 Add an icon in the statusbar to notify
10132                 of errors
10133         * src/gtk/gtksctree.c
10134         * src/folderview.c
10135         * src/summaryview.c
10136                 Make the GtkSCTree look more modern by
10137                 alternating background lines
10138         * src/prefs_common.c
10139         * src/prefs_common.h
10140                 Add a pref to let people have the old
10141                 way if they prefer
10142
10143
10144 2006-08-30 [colin]      2.4.0cvs114
10145
10146         * src/procmsg.c
10147         * src/procmsg.h
10148                 Provide a way to filter a list of
10149                 messages in an optimised manner, and
10150                 add a list-filtering hook
10151         * src/folder.c
10152         * src/inc.c
10153         * src/mbox.c
10154                 Use the list filtering
10155         * src/plugins/bogofilter/bogofilter.c
10156                 Use the list-filtering hook
10157                 Use -b (bulk) mode for more speed
10158                 when learning and filtering
10159         * src/etpan/imap-thread.c
10160                 Make log output shorter in UID SEARCH
10161
10162
10163 2006-08-30 [colin]      2.4.0cvs113
10164
10165         * src/plugins/bogofilter/bogofilter.c
10166                 Really fast mass learning - thanks to David
10167                 Relson for the options explanations :)
10168
10169 2006-08-30 [colin]      2.4.0cvs112
10170
10171         * src/msgcache.c
10172                 Fix compilation on FreeBSD. Thanks
10173                 to Michael Hugues
10174
10175 2006-08-29 [colin]      2.4.0cvs111
10176
10177         * src/folderview.c
10178                 Handle "popup_menu" signal (for popping the 
10179                 menu via the keyboard)
10180         * src/mimeview.c
10181         * src/mimeview.h
10182         * src/summaryview.c
10183         * src/textview.c
10184         * src/gtk/gtkutils.c
10185         * src/gtk/gtkutils.h
10186                 Factorize scrolling code, and add an API 
10187                 for MimeViewers to handle scroll orders
10188
10189 2006-08-29 [wwp]        2.4.0cvs110
10190
10191         * src/plugins//bogofilter/bogofilter.c
10192         * src/plugins//spamassassin/spamassassin.c
10193                 make the bogofilter/spamassassin filtering error dialogs at
10194         incorporation obey to the "don't popup error dialog on
10195         receive error" option. If disabled, feed the log window w/
10196         the error message.
10197
10198 2006-08-29 [paul]
10199
10200         2.5.0-rc2 released
10201
10202 2006-08-29 [paul]       2.4.0cvs109
10203
10204         * Makefile.am
10205                 remove 'make release', it's not needed
10206                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10207
10208 2006-08-29 [paul]       2.4.0cvs108
10209
10210         * src/foldersel.c
10211         * src/summary_search.c
10212         * src/gtk/progressdialog.c
10213         * src/plugins/pgpcore/passphrase.c
10214                 replace deprecated gtk_window_set_policy()
10215
10216 2006-08-29 [colin]      2.4.0cvs107
10217
10218         * src/folder.c
10219                 Fix data loss when copy fails during a move:
10220                 only use fast remove_msgs if everything was
10221                 copied OK; else use slow remove_msg on the
10222                 mails that got copied only.
10223
10224 2006-08-28 [paul]       2.4.0cvs106
10225
10226         * src/mh.c
10227                 revert change in 2.4.0cvs104, it breaks
10228                 stuff
10229
10230 2006-08-28 [paul]       2.4.0cvs105
10231
10232         * src/plugins/spamassassin/spamassassin.c
10233                 english fix
10234
10235 2006-08-28 [paul]       2.4.0cvs104
10236
10237         * src/mh.c
10238                 fix data loss when moving to another
10239                 mailbox fails
10240         * src/prefs_spelling.c
10241                 improve the english
10242         * src/gtk/pluginwindow.c
10243                 improve the layout of the dialog text
10244         All thanks to Colin
10245
10246 2006-08-28 [paul]       2.4.0cvs103
10247
10248         * src/plugins/bogofilter/bogofilter.c
10249         * src/plugins/bogofilter/bogofilter_gtk.c
10250                 fix english up a bit, innit
10251
10252 2006-08-28 [paul]       2.4.0cvs102
10253
10254         * configure.ac
10255         * po/Makefile.in.in
10256         * po/Makevars
10257                 require autoconf 2.60, enabling building
10258                 with gettext 0.15 (gettext 0.14.x build still
10259                 possible). Replace Makefiles with versions
10260                 from gettext 0.15.
10261                 Remove configure options --with-localedir and
10262                 --with-mandir. The options that are provided
10263                 directly by autoconf 2.60 can be used instead:
10264                 --mandir --localedir
10265
10266 2006-08-27 [colin]      2.4.0cvs101
10267
10268         * src/plugins/bogofilter/Makefile.am
10269                 Fix make dist (no README)
10270
10271 2006-08-27 [colin]      2.4.0cvs100
10272
10273         * src/folder.c
10274                 Don't use F_UNKNOWN folders for any default
10275                 outbox/trash/etc
10276         * src/plugins/bogofilter/bogofilter.c
10277         * src/plugins/bogofilter/bogofilter.h
10278         * src/plugins/bogofilter/bogofilter_gtk.c
10279                 Add an option to specify the path to bogofilter
10280                 Use single-quotes to be able to learn in folders
10281                 with spaces in their names
10282                 Verify learning status
10283
10284 2006-08-27 [colin]      2.4.0cvs99
10285
10286         * manual/faq.xml
10287         * manual/plugins.xml
10288                 Document Bogofilter plugin
10289
10290 2006-08-27 [colin]      2.4.0cvs98
10291
10292         * src/compose.c
10293         * src/messageview.c
10294         * src/procmsg.c
10295         * src/procmsg.h
10296                 When possible, copy the queued mail to sent folder
10297                 instead of re-adding. Much faster on IMAP.
10298
10299 2006-08-27 [colin]      2.4.0cvs97
10300
10301         * src/msgcache.c
10302                 Disable mmaped caches - huge metadata loss
10303                 here after a power failure.
10304         * src/summaryview.c
10305                 Add quicksearch timing
10306         * src/common/plugin.c
10307         * src/common/plugin.h
10308                 Implement an interface to tell what plugins
10309                 provide. Prevent loading of similar plugins.
10310         * src/plugins/clamav/clamav_plugin.c
10311         * src/plugins/demo/demo.c
10312         * src/plugins/dillo_viewer/dillo_viewer.c
10313         * src/plugins/pgpcore/plugin.c
10314         * src/plugins/pgpinline/pgpinline.c
10315         * src/plugins/pgpmime/pgpmime.c
10316         * src/plugins/spamassassin/spamassassin.c
10317         * src/plugins/trayicon/trayicon.c
10318                 Implement plugin_provides()
10319
10320 2006-08-27 [colin]      2.4.0cvs96
10321
10322         * configure.ac
10323         * src/plugins/Makefile.am
10324         * src/plugins/bogofilter/.cvsignore
10325         * src/plugins/bogofilter/Makefile.am
10326         * src/plugins/bogofilter/bogofilter.c
10327         * src/plugins/bogofilter/bogofilter.h
10328         * src/plugins/bogofilter/bogofilter_gtk.c
10329                 New Bogofilter plugin, provides filtering and
10330                 learning. Spamassassin will go to extra plugins.
10331
10332 2006-08-26 [mones]      2.4.0cvs95
10333
10334         * manual/handling.xml
10335                 Fix subfolder path in the example (thanks to Paul) 
10336
10337 2006-08-26 [mones]      2.4.0cvs94
10338
10339         * manual/glossary.xml
10340                 2.2. + add ISP to the glossary
10341                 7.5. + Add UIDL to glossary
10342                 7.7. + Add TCP to glossary
10343         * manual/handling.xml
10344                 7.1. + Mentions GNU/Linux distribution, what about the non...
10345                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10346                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10347                 7.4. = Use appropriate quotation for commands
10348                 7.6. = change "" to <quote></quote>
10349         * manual/plugins.xml
10350                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10351         * manual/starting.xml
10352                 2.1. + local mbox file: some examples of mbox file locations...
10353                 Also reformatted files requiring it
10354
10355 2006-08-26 [wwp]        2.4.0cvs93
10356
10357         * src/summary_search.c
10358                 disable find buttons while summary search is running.
10359
10360 2006-08-25 [colin]      2.4.0cvs92
10361
10362         * src/folder.c
10363         * src/folderutils.c
10364         * src/mh.c
10365         * src/procmsg.h
10366         * src/summaryview.c
10367                 Speed up MH moving, and add progressbar
10368                 for MH deletion
10369         * src/msgcache.c
10370                 Write cache files using mmap() too
10371
10372 2006-08-25 [wwp]        2.4.0cvs91
10373
10374         * src/summaryview.c
10375                 switch spam<->ham button when a message has been marked as spam or ham
10376                 and is still selected. Thanks to Colin.
10377
10378 2006-08-25 [paul]       2.4.0cvs90
10379
10380         * src/Makefile.am
10381         * src/stock_pixmap.c
10382         * src/stock_pixmap.h
10383         * src/summaryview.c
10384         * src/gtk/icon_legend.c
10385         * src/pixmaps/copied.xpm
10386         * src/pixmaps/moved.xpm
10387                 add icons for delayed execution marked for
10388                 copying, marked for moving
10389
10390 2006-08-25 [mones]      2.4.0cvs89
10391
10392         * manual/glossary.xml
10393                 Fix the other glossary items:
10394                 5.1. = Inmmediate execution -> <quote>immediate execution...
10395                 5.2. = Fix MBOX capitalization -> Mbox
10396                 5.3. + Improve Plugins def. w/ tech. ref.
10397                 5.4. = Quotation -> replace '>' by <quote>></quote>
10398                 5.5. - SMTP Server. -> remove dot
10399         * po/es.po
10400                 Updated translation
10401
10402 2006-08-25 [mones]      2.4.0cvs88
10403
10404         * manual/ack.xml
10405                 Reformatted, changed email address
10406         * manual/glossary.xml
10407                 Reformatted, fixed MANUAL-TODO items:
10408                 8.2. + add ROT-13 to glossary
10409                 8.4. + add URL to glossary
10410         * manual/es/advanced.xml
10411                 Fixed <literal>s
10412
10413 2006-08-25 [paul]       2.4.0cvs87
10414
10415         * src/gtk/icon_legend.c
10416                 add 'marked for deletion' icon
10417                 arrange icons by containing column
10418                 wrap long label text
10419
10420 2006-08-25 [colin]      2.4.0cvs86
10421
10422         * src/common/utils.c
10423         * src/common/utils.h
10424                 Add the sc_g_*list_bigger functions in
10425                 a place everyone can use it
10426         * src/summaryview.c
10427                 Only freeze/thaw the list when working
10428                 on the selection, if it's bigger than 1
10429         * src/gtk/gtksctree.c
10430                 Only freeze/thaw the list when unselec-
10431                 ting 'all' if ('all' != 1)
10432                 This avoids some flickering
10433
10434 2006-08-24 [colin]      2.4.0cvs85
10435
10436         * src/addressbook.c
10437                 Fix strange list selection
10438                 Fix random seg (Invalid read of freed memory)
10439
10440 2006-08-24 [colin]      2.4.0cvs84
10441
10442         * src/alertpanel.c
10443         * src/gtk/inputdialog.c
10444         * src/plugins/pgpcore/passphrase.c
10445                 Revert minimal width patch of 2.4.0cvs67,
10446                 as it is also a maximal width. Use 
10447                 gtk_window_set_default_size instead.
10448
10449 2006-08-24 [colin]      2.4.0cvs83
10450
10451         * src/msgcache.c
10452                 Write cache/mark to temp files before
10453                 overwriting old ones (avoids metadata
10454                 loss if writing the new files fail).
10455                 Use mmap() to read cache/mark file, as
10456                 this makes cache reading faster. Dis-
10457                 abled for big-endian machines until it
10458                 can be tested. (Big-endian users: set
10459                 msgcache_use_mmap = TRUE in the relevant
10460                 #if).
10461         * src/procmsg.h
10462                 Move rarely used fields of MsgInfo in 
10463                 another structure, which will only be
10464                 allocated if needed. Face, X-Face,
10465                 Return receipt headers and List-*
10466                 headers are moved. Mails having none
10467                 of these occupy 52 bytes less with
10468                 this patch, which makes 2.5MB of RAM
10469                 saved on a 50k folder).
10470         * src/headerview.c
10471         * src/mainwindow.c
10472         * src/messageview.c
10473         * src/partial_download.c
10474         * src/procheader.c
10475         * src/procmsg.c
10476         * src/textview.c
10477                 Follow this structure change.
10478
10479 2006-08-24 [wwp]        2.4.0cvs82
10480
10481         * manual/es/.cvsignore
10482         * manual/es/dist/.cvsignore
10483         * manual/es/dist/html/.cvsignore
10484         * manual/es/dist/pdf/.cvsignore
10485         * manual/es/dist/ps/.cvsignore
10486         * manual/es/dist/txt/.cvsignore
10487                 more (generated) files to ignore.
10488
10489 2006-08-24 [colin]      2.4.0cvs81
10490
10491         * src/folder.c
10492         * src/mh.c
10493                 Fix possible problems with local delivery. Check the folder doesn't
10494                 need scan before setting its mtime when saving cache (which can be
10495                 done long after the folder's been modified by an external process);
10496                 Check that the stored item's mtime didn't change in mh functions.
10497
10498 2006-08-24 [mones]      2.4.0cvs80
10499
10500         * manual/advanced.xml
10501                 Rewrapping, some fixes and MANUAL-TODO items:
10502                 8.1. = change "" to <quote></quote>
10503                 8.3. = quote menu items
10504                 8.5. - deploying -> new user ... ideally a new user (redundant)
10505
10506 2006-08-23 [colin]      2.4.0cvs79
10507
10508         * src/gtk/gtksctree.c
10509                 When selecting or deselecting range, only
10510                 freeze/thaw when selection is bigger than 10
10511
10512 2006-08-23 [colin]      2.4.0cvs78
10513
10514         * src/messageview.c
10515         * src/mimeview.c
10516         * src/mimeview.h
10517         * src/plugins/dillo_viewer/dillo_viewer.c
10518                 Provide an API for MimeViewer plugins to
10519                 return a text selection for replying
10520
10521 2006-08-23 [colin]      2.4.0cvs77
10522
10523         * src/image_viewer.c
10524         * src/textview.c
10525                 Use gtk_pixbuf_new_from_file_at_scale(), which
10526                 is faster than getting the pixbuf then resizing
10527                 it.
10528
10529 2006-08-23 [colin]      2.4.0cvs76
10530
10531         * src/procmime.c
10532                 UTF-8 should be sent Quoted-printable
10533
10534 2006-08-22 [colin]      2.4.0cvs75
10535
10536         * src/mh.c
10537                 Check if scan is required before touching
10538                 the folder (or it'll be required every time)
10539
10540 2006-08-22 [colin]      2.4.0cvs74
10541
10542         * configure.ac
10543                 Require libetpan 0.46 (crasher fix when built
10544                 against gnutls)
10545
10546 2006-08-22 [colin]      2.4.0cvs73
10547
10548         * src/folder.c
10549                 Set folder's mtime after writing its
10550                 cache
10551         * src/folderview.c
10552                 Add some timing
10553         * src/procmsg.c
10554                 Don't do useless stuff if we don't 
10555                 thread by subject
10556         * src/summaryview.c
10557                 Add some timing, don't deselect prior
10558                 to selecting (gtksctree does it itself),
10559                 remove crash avoidance hacks as it's been
10560                 properly fixed since a while
10561         * src/common/utils.c
10562                 Optimize to_human_readable(): _() is slow,
10563                 do it only once, and avoid %f format for KB
10564                 (the most common in a summaryview)
10565         * src/gtk/gtksctree.c
10566                 Don't uselessly freeze/thaw (fixes flicker
10567                 on next unread and friends), reduce number
10568                 of g_list_nth/g_list_position where possible
10569         * src/gtk/gtkutils.c
10570         * src/gtk/gtkutils.h
10571                 Reduce number of g_list_nth/g_list_position
10572                 where possible.
10573                 All of this makes loading as 70k folder 2.1
10574                 seconds instead of 3.2 (with hot FS caches).
10575                 (1.3 seconds without Date and Size columns...)
10576
10577 2006-08-22 [paul]       2.4.0cvs72
10578
10579         wrap documents and do some items from mones' MANUAL-TODO:
10580
10581         * manual/account.xml
10582                 4.1. = fix tabname references to <quote>tabname</quote>
10583                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10584         * manual/faq.xml
10585                 1.1. = mentioned options don't match UI
10586                 Add information about the 'Never send Return Receipts'
10587                 option
10588         * manual/handling.xml
10589                 6.2. = Mentions Extended symbols button, but now is
10590                 named Information
10591                 6.3. = Mentions ... button, which is now Edit
10592
10593 2006-08-22 [colin]      2.4.0cvs71
10594
10595         * src/gtk/pluginwindow.c
10596                 Fix layout in verbose translations (such
10597                 as french)
10598
10599 2006-08-22 [paul]       2.4.0cvs70
10600
10601         * manual/Makefile.am
10602                 build manuals in alphabetical order
10603         * src/addressbook.c
10604         * src/prefs_themes.c
10605                 replace/remove deprecated symbols
10606         * src/gtk/gtkutils.c
10607                 fix a warning
10608         * src/gtk/pluginwindow.c
10609                 replace deprecated symbol
10610                 replace label text and move it
10611         * src/plugins/pgpcore/prefs_gpg.c
10612                 move the 'Generate...' button out of the
10613                 Sign Key frame, replace the English used
10614         * src/plugins/pgpcore/sgpgme.c
10615                 fixes to the English
10616
10617 2006-08-21 [colin]      2.4.0cvs69
10618
10619         * src/plugins/trayicon/trayicon.c
10620                 Add more strings for translation; patch
10621                 by Pawel
10622
10623 2006-08-21 [colin]      2.4.0cvs68
10624
10625         * src/compose.c
10626                 fix replied flag not set after drafting
10627         * src/matcher.c
10628                 fix body quicksearch in non-encoded bodies
10629                 containing '='
10630         * src/msgcache.c
10631                 Get rid of the g_malloc workaround for
10632                 corrupted caches, use g_try_malloc
10633
10634 2006-08-21 [colin]      2.4.0cvs67
10635
10636         * src/alertpanel.c
10637         * src/gtk/inputdialog.c
10638         * src/plugins/pgpcore/passphrase.c
10639                 Set minimal width to 375
10640         * src/mainwindow.c
10641                 Fix switching to offline, asking if it 
10642                 should be overriden for synchronising
10643         * src/mimeview.c
10644                 Don't offer to remember command on Open 
10645                 with for text parts, as the browser or 
10646                 text editor command isn't changed from 
10647                 there
10648
10649 2006-08-20 [paul]       2.4.0cvs66
10650
10651         * po/ko.po
10652         * po/zh_CN.po
10653                 fix plural form errors. revealed by stricter
10654                 checking of gettext 0.15
10655
10656 2006-08-18 [paul]       2.4.0cvs65
10657
10658         * src/stock_pixmap.c
10659                 fix the fix of 2.4.0cvs64
10660                 Thanks to Colin
10661
10662 2006-08-18 [paul]       2.4.0cvs64
10663
10664         * src/stock_pixmap.c
10665                 fix leaks
10666                 Thanks to Colin
10667
10668 2006-08-18 [paul]       2.4.0cvs63
10669
10670         * src/compose.c
10671         * src/procmsg.c
10672                 fix occasional IMAP bug where large msgs
10673                 were left in the queue folder after sending
10674                 Thanks to Colin
10675
10676 2006-08-18 [paul]       2.4.0cvs62
10677
10678         * src/folderview.c
10679                 freeze the summaryview while quicksearch results
10680                 are displayed
10681                 (fixes bug 456 'current message is hidden when the
10682                 view is refreshed and extended search is "unread 
10683                 messages"')
10684                 Thanks to Colin
10685         * src/textview.c
10686                 add missing #include "inputdialog.h"
10687         * src/common/utils.h
10688                 add missing mailcap_update_default() and improve
10689                 readability
10690
10691 2006-08-17 [colin]      2.4.0cvs61
10692
10693         * src/plugins/pgpcore/select-keys.c
10694                 Fix warnings :)
10695
10696 2006-08-17 [colin]      2.4.0cvs60
10697
10698         * src/compose.c
10699                 Don't continue queuing if Cancel is clicked
10700                 in select-keys
10701
10702 2006-08-17 [colin]      2.4.0cvs59
10703
10704         * src/plugins/pgpcore/select-keys.c
10705                 When encrypting, if only one key matches and it 
10706                 matches exactly, automatically use it.
10707
10708 2006-08-17 [colin]      2.4.0cvs58
10709
10710         * src/mimeview.c
10711         * src/prefs_common.c
10712         * src/prefs_common.h
10713         * src/prefs_ext_prog.c
10714         * src/textview.c
10715                 Fix issues with previous patch (text/html)
10716                 Remove outdated prefs
10717
10718 2006-08-17 [colin]      2.4.0cvs57
10719
10720         * src/imap.c
10721                 Add View Log button on auth error
10722         * src/procmsg.c
10723                 Fix encrypted mail marked as new when
10724                 saved in normal folders
10725         * src/plugins/pgpinline/pgpinline.c
10726                 Fix encrypt bug on IMAP
10727         * src/mimeview.c
10728         * src/common/utils.c
10729         * src/common/utils.h
10730         * src/gtk/inputdialog.c
10731         * src/gtk/inputdialog.h
10732                 Get rid of metamail stuff, simplify
10733                 opening, and allow remembering of user's
10734                 choices (by updating ~/.mailcap). There's
10735                 still to drop "Audio player" and "Image
10736                 viewer" preferences.
10737
10738 2006-08-17 [mones]      2.4.0cvs56
10739
10740         * manual/es/sylpheed-claws-manual.xml
10741                 fix DTD path
10742
10743 2006-08-17 [mones]      2.4.0cvs55
10744
10745         * configure.ac
10746         * manual/Makefile.am
10747         * manual/es/Makefile.am
10748         * manual/es/account.xml
10749         * manual/es/ack.xml
10750         * manual/es/addrbook.xml
10751         * manual/es/advanced.xml
10752         * manual/es/faq.xml
10753         * manual/es/glossary.xml
10754         * manual/es/gpl.xml
10755         * manual/es/handling.xml
10756         * manual/es/intro.xml
10757         * manual/es/keyboard.xml
10758         * manual/es/plugins.xml
10759         * manual/es/starting.xml
10760         * manual/es/sylpheed-claws-manual.xml
10761         * manual/es/dist/Makefile.am
10762         * manual/es/dist/html/Makefile.am
10763         * manual/es/dist/pdf/Makefile.am
10764         * manual/es/dist/ps/Makefile.am
10765         * manual/es/dist/txt/Makefile.am
10766                 Spanish translation for the manual
10767
10768 2006-08-16 [colin]      2.4.0cvs54
10769
10770         * src/compose.c
10771         * src/main.c
10772         * src/mainwindow.c
10773                 Fix send button sensitivity at startup
10774                 Set send menu sensitivity (patch by Fabien)
10775         * src/ssl_manager.c
10776                 Enable closing with esc (patch by Fabien)
10777         * src/gtk/foldersort.c
10778                 Enable closing with esc (patch by Fabien)
10779         * src/procmime.c
10780                 Optimisation (no need to copy to tempfile to
10781                 "decode" 7bit and 8bit)
10782         * src/summaryview.c
10783                 Fix cruft in swap_from case
10784         * src/textview.c
10785                 Fix missing last line in some mail cases 
10786                 (Fixes debian #381872)
10787         * src/plugins/pgpcore/prefs_gpg.c
10788         * src/plugins/pgpcore/sgpgme.c
10789         * src/plugins/pgpcore/sgpgme.h
10790                 Don't show "no key found" when user explicitely
10791                 wants to create a key
10792
10793 2006-08-16 [paul]       2.4.0cvs53
10794
10795         * configure.ac
10796         * src/account.c
10797         * src/addressbook.c
10798         * src/headerview.c
10799         * src/prefs_account.c
10800         * src/prefs_message.c
10801         * src/gtk/gtkutils.c
10802                 bump up minimum required versions of GTK+ and
10803                 GLIB to 2.6.0
10804
10805 2006-08-16 [paul]       2.4.0cvs52
10806
10807         * src/toolbar.c
10808                 workaround GTK+ Bug 351600 - 'Can't re-click
10809                 on button after sensitivity update'
10810                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10811                 Thanks to Colin
10812
10813 2006-08-15 [colin]      2.4.0cvs51
10814
10815         * src/plugins/pgpcore/prefs_gpg.c
10816                 Set options sensitivity according to
10817                 key existence
10818         * src/plugins/pgpcore/sgpgme.c
10819                 Allow to create key with no passphrase
10820
10821 2006-08-14 [cleroy]     2.4.0cvs50
10822
10823         * src/gtk/pluginwindow.c
10824                 New layout (maybe to be changed?)
10825         * src/gtk/gtkutils.c
10826                 Fix a bit label_window
10827         * src/plugins/pgpcore/passphrase.c
10828         * src/plugins/pgpcore/passphrase.h
10829         * src/plugins/pgpcore/plugin.c
10830         * src/plugins/pgpcore/prefs_gpg.c
10831         * src/plugins/pgpcore/prefs_gpg.h
10832         * src/plugins/pgpcore/sgpgme.c
10833         * src/plugins/pgpcore/sgpgme.h
10834                 Allow to create a PGP private key via the GUI
10835
10836 2006-08-14 [wwp]        2.4.0cvs49
10837
10838         * src/addressbook_foldersel.c
10839                 fix strict ISO C90 compliance.
10840
10841 2006-08-14 [paul]       2.4.0cvs48
10842
10843         * src/gtk/prefswindow.c
10844                 re-set scrolled window on opening
10845                 Patch by Ticho
10846
10847 2006-08-14 [paul]
10848
10849         2.5.0-rc1 released
10850
10851 2006-08-14 [paul]       2.4.0cvs47
10852
10853         * src/prefs_display_header.c
10854                 re-enable user-defined Displayed Headers
10855
10856 2006-08-14 [paul]       2.4.0cvs46
10857
10858         * src/prefs_account.c
10859                 use GTK_STOCK_EDIT
10860
10861 2006-08-13 [colin]      2.4.0cvs45
10862
10863         * src/common/utils.c
10864                 Fix "a" in quote when the original message is empty,
10865                 by using \0 instead of 'a' to test writability of
10866                 temp files.
10867
10868 2006-08-13 [wwp]        2.4.0cvs44
10869
10870         * src/plugins/spamassassin/spamassassin.c
10871                 fix capitalization of "SpamAssassin" in some debug, log and
10872                 dialog messages.
10873
10874 2006-08-13 [paul]       2.4.0cvs43
10875
10876         * src/editldap.c
10877                 fix overlapping widgets
10878         * src/prefs_account.c
10879                 fix translation of protocol_names[]
10880                 fix label disappearing off the edge of the
10881                 visible area
10882
10883 2006-08-12 [paul]       2.4.0cvs42
10884
10885         * manual/plugins.xml
10886                 update IRC channel info before it gets forgotten
10887                 about
10888
10889 2006-08-11 [colin]      2.4.0cvs41
10890
10891         * src/compose.c
10892         * src/mainwindow.c
10893         * src/mainwindow.h
10894         * src/procmsg.c
10895         * src/procmsg.h
10896         * src/summaryview.c
10897         * src/toolbar.c
10898                 Grey out the Send button if
10899                 - Queue folders are empty, or
10900                 - We're sending already
10901
10902 2006-08-11 [wwp]        2.4.0cvs40
10903
10904         * src/main.c
10905                 fix a logic issue when quitting while a compose window is
10906                 still open, thanks to Colin.
10907
10908 2006-08-10 [colin]      2.4.0cvs39
10909
10910         * src/main.c
10911                 Fix default font size setting after wizard run
10912         * src/imap.c
10913         * src/etpan/imap-thread.c
10914         * src/etpan/imap-thread.h
10915                 Fix bug #999 (Timing out on TSL cert validation 
10916                 dialog makes ugly things happen). Also, STARTTLS
10917                 unconditionnaly if initial capabilities contain
10918                 LOGINDISABLED and STARTTLS.
10919
10920 2006-08-09 [colin]      2.4.0cvs38
10921
10922         * src/mainwindow.c
10923         * src/mainwindow.h
10924                 Fix Tools/Actions sensitivity when there are
10925                 no actions
10926
10927 2006-08-09 [colin]      2.4.0cvs37
10928
10929         * src/prefs_filtering.c
10930                 Warning fix, patch by Paul
10931         * src/messageview.c
10932         * src/prefs_actions.c
10933         * src/prefs_filtering_action.c
10934         * src/prefs_matcher.c
10935                 Uniformisation of "Info ..." to "Info..." (for
10936                 old gtk), patch by Fabien
10937         * src/plugins/clamav/clamav_plugin_gtk.c
10938                 Sensitivity fix by Fabien
10939
10940 2006-08-09 [colin]      2.4.0cvs36
10941
10942         * src/main.c
10943         * src/main.h
10944                 Add a function to know whether we're exiting
10945         * src/plugins/trayicon/trayicon.c
10946                 If exiting, don't do anything. Faster, and
10947                 avoids gtk_main_iteration reentracy causing
10948                 segfaults at exit
10949
10950 2006-08-09 [colin]      2.4.0cvs35
10951
10952         * src/messageview.c
10953         * src/mimeview.c
10954         * src/mimeview.h
10955                 Fix lack of part selection when automatically 
10956                 jumping to a specific part
10957         * src/msgcache.c
10958                 Little optimisation in cache reading
10959
10960 2006-08-09 [colin]      2.4.0cvs34
10961
10962         * src/compose.c
10963                 Fix crash setting the priority on reedit
10964                 (Accessing compose before creating it!)
10965
10966 2006-08-08 [colin]      2.4.0cvs33
10967
10968         * src/procmime.c
10969                 Fix bug #998 (last attachment is not accessible)
10970                 Bad RFC interpretation on multipart close-delimiters
10971         * src/mimeview.c
10972         * src/mimeview.h
10973         * src/gtk/gtkvscrollbutton.c
10974         * src/gtk/gtkvscrollbutton.h
10975                 Make attachments list wheel-scrollable
10976
10977 2006-08-07 [colin]      2.4.0cvs32
10978
10979         * src/gtk/gtkaspell.c
10980                 Fix bug #973 (Unicode punctation characters 
10981                 are not recognized as separators by the
10982                 spell checker); fix unsigned stuff
10983
10984 2006-08-07 [colin]      2.4.0cvs31
10985
10986         * src/compose.c
10987                 Fix bug #956 (DnD text with accents in compose 
10988                 text entry); fix gccc's signed/unsigned fuss
10989
10990 2006-08-06 [colin]      2.4.0cvs30
10991
10992         * src/main.c
10993                 Fix bug #979 (Plugin crashes when exiting 
10994                 sylpheed-claws) : handle exit request only 
10995                 once
10996
10997 2006-08-05 [colin]      2.4.0cvs29
10998
10999         * src/news.c
11000                 Just make sure we have a msgid.
11001
11002 2006-08-05 [colin]      2.4.0cvs28
11003
11004         * src/news.c
11005         * src/summaryview.c
11006                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11007                 by reimplementing it
11008         * src/textview.c
11009                 Fix bug when hiding quotes with level > 3 and quote
11010                 colors are recycled
11011
11012 2006-08-04 [colin]      2.4.0cvs27
11013
11014         * src/compose.c
11015         * src/undo.c
11016         * src/undo.h
11017                 Fix a bit replace-by-pasting undo
11018         * src/mainwindow.c
11019         * src/messageview.c
11020                 Fix Fold quotes menu synchro in
11021                 mainwindow when it changes in 
11022                 messageview
11023         * src/textview.c
11024                 Fix right-click on quotes blocks
11025         * src/common/utils.c
11026                 Verify that the file created by
11027                 my_tmpfile() is writable. Fixes
11028                 bug #988 (very specific filesystem
11029                 issue)
11030         * src/plugins/pgpcore/sgpgme.c
11031                 Fix file descriptor leak
11032         * src/plugins/spamassassin/spamassassin.c
11033                 Warn once if spamd isn't reachable
11034
11035 2006-08-04 [colin]      2.4.0cvs26
11036
11037         * src/toolbar.c
11038                 i18n context patch by Fabien
11039
11040 2006-08-03 [colin]      2.4.0cvs25
11041
11042         * src/mainwindow.c
11043         * src/messageview.c
11044                 Rename "Hide quotes" to "Fold quotes"
11045         * src/textview.c
11046                 Don't use hand cursor on quotes. "all 
11047                 the bonuses of the feature and none of 
11048                 unwelcome side-effects"
11049
11050 2006-08-03 [colin]      2.4.0cvs24
11051
11052         * AUTHORS
11053         * sylpheed-claws.desktop
11054         * src/gtk/authors.h
11055                 Bring the desktop file to XDG compliance
11056                 Patch by Charles A. Edwards
11057
11058 2006-08-03 [colin]      2.4.0cvs23
11059
11060         * src/textview.c
11061                 Fix links offset when they are preceded
11062                 by accentued chars (g_utf8_strlen!)
11063         * src/mainwindow.c
11064                 Fix wrong status when starting offline
11065
11066
11067 2006-08-03 [wwp]        2.4.0cvs22
11068
11069         * src/prefs_common.h
11070                 ask what to do w/ filtering rules that belong to an account when
11071                 applying filtering rules manually from the main window (skip,
11072                 apply regardless of the account, use current account). This dialog
11073                 can be skipped and the last reply used.
11074                 (forgot that file)
11075
11076 2006-08-03 [wwp]        2.4.0cvs21
11077
11078         * src/filtering.c
11079         * src/filtering.h
11080         * src/prefs_common.c
11081         * src/summaryview.c
11082         * src/alertpanel.c
11083         * src/alertpanel.h
11084         * src/messageview.c
11085                 ask what to do w/ filtering rules that belong to an account when
11086                 applying filtering rules manually from the main window (skip,
11087                 apply regardless of the account, use current account). This dialog
11088                 can be skipped and the last reply used.
11089
11090
11091 2006-08-03 [colin]      2.4.0cvs20
11092
11093         * src/textview.c
11094                 Optimize previous patch
11095
11096 2006-08-03 [cleroy]     2.4.0cvs19
11097
11098         * src/textview.c
11099                 Fix quotes getting toggled back when the
11100                 mail has an even number of text parts
11101
11102 2006-08-02 [colin]      2.4.0cvs18
11103
11104         * src/messageview.c
11105                 Add Hide quotes menu
11106
11107 2006-08-02 [colin]      2.4.0cvs17
11108
11109         * src/mainwindow.c
11110         * src/prefs_common.c
11111         * src/textview.c
11112         * src/textview.h
11113         * src/gtk/about.c
11114                 Allow per-level quote hiding,
11115                 Allow toggling quotes by double-clicking them
11116                 Rename RemoteURI to ClickableText to reflect
11117                 the fact it's used for a variety of things
11118
11119 2006-08-02 [wwp]        2.4.0cvs16
11120
11121         * src/mainwindow.c
11122                 fix "View/Hide quotes" menu item status initialization.
11123
11124 2006-08-02 [wwp]        2.4.0cvs15
11125
11126         * src/matcher_parser_parse.y
11127                 remove a debug trace.
11128
11129 2006-08-02 [paul]       2.4.0cvs14
11130
11131         * src/plugins/pgpcore/passphrase.c
11132                 don't set initial dialog size
11133                 make it resizable
11134
11135 2006-08-02 [paul]       2.4.0cvs13
11136
11137         * src/noticeview.c
11138                 remove the rogue '/' character
11139
11140 2006-08-02 [paul]       2.4.0cvs12
11141
11142         * src/noticeview.c
11143                 allow buttons to resize as necessary
11144
11145 2006-08-01 [wwp]        2.4.0cvs11
11146
11147         * src/mbox.c
11148                 fix strict ISO C90 compliance.
11149
11150 2006-08-01 [wwp]        2.4.0cvs10
11151
11152         * tools/update-po
11153                 updated update-po tool to work w/ context-dependent translations.
11154                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11155
11156 2006-08-01 [wwp]        2.4.0cvs9
11157
11158         * src/matcher.c
11159         * src/prefs_filtering.c
11160         * src/prefs_matcher.c
11161                 allow context-dependent translations for "All",
11162                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11163
11164 2006-07-31 [colin]      2.4.0cvs8
11165
11166         * AUTHORS
11167         * src/gtk/authors.h
11168                 Add Rafal to authors
11169
11170 2006-07-31 [colin]      2.4.0cvs7
11171
11172         * src/compose.c
11173         * src/mainwindow.c
11174         * src/messageview.h
11175         * src/prefs_common.c
11176         * src/prefs_common.h
11177         * src/textview.c
11178                 Add 'View/Hide quotes'. Patch based on a patch
11179                 by Rafal Weglarz
11180
11181 2006-07-31 [colin]      2.4.0cvs6
11182
11183         * src/action.c
11184                 Fix problem with "> stuff >" actions
11185
11186 2006-07-31 [paul]       2.4.0cvs5
11187
11188         * po/nb.po
11189                 updated by Geir Helland
11190
11191 2006-07-31 [wwp]        2.4.0cvs4
11192
11193         * src/mainwindow.c
11194         * src/summaryview.c
11195         * src/summaryview.h
11196                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11197                 thanks to Colin.
11198
11199 2006-07-31 [wwp]        2.4.0cvs3
11200
11201         * src/Makefile.am
11202         * src/addr_compl.c
11203         * src/addr_compl.h
11204         * src/addressbook.c
11205         * src/addressbook.h
11206         * src/addressbook_foldersel.c
11207         * src/addressbook_foldersel.h
11208         * src/addrindex.c
11209         * src/addrindex.h
11210         * src/matcher.c
11211         * src/matcher.h
11212         * src/matcher_parser_lex.l
11213         * src/matcher_parser_parse.y
11214         * src/prefs_common.c
11215         * src/prefs_common.h
11216         * src/prefs_filtering.c
11217         * src/prefs_matcher.c
11218         * src/prefs_matcher.h
11219         * src/summaryview.c
11220                 introduce filtering against the address book. It's now possible to add
11221                 matched conditions to determine if any email address in a message matches
11222                 or doesn't match any or all books or folders in the address book.
11223
11224 2006-07-31 [wwp]        2.4.0cvs2
11225
11226         * src/account.c
11227         * src/filtering.c
11228         * src/filtering.h
11229         * src/folder.c
11230         * src/folderview.c
11231         * src/inc.c
11232         * src/mainwindow.c
11233         * src/matcher.c
11234         * src/matcher_parser_lex.l
11235         * src/matcher_parser_parse.y
11236         * src/mbox.c
11237         * src/prefs_filtering.c
11238         * src/prefs_filtering.h
11239         * src/procmsg.c
11240         * src/procmsg.h
11241         * src/summaryview.c
11242                 introduce per-account filtering rules. Each filtering rule can now be assigned
11243                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11244                 when applying filtering rules manually, as all rules will apply - even the ones
11245                 assigned to an account. This issue will be addressed soon.
11246  
11247
11248
11249 2006-07-31 [wwp]        2.4.0cvs1
11250
11251         * src/quote_fmt.c
11252                 make more strings translatable.
11253
11254 2006-07-31 [paul]       2.4.0
11255
11256         2.4.0 released
11257
11258 2006-07-31 [paul]       2.3.1cvs91
11259
11260         * po/ca.po
11261                 updated by Miquel Oliete
11262
11263 2006-07-31 [paul]       2.3.1cvs90
11264
11265         * po/de.po
11266         * po/el.po
11267         * po/fr.po
11268         * po/it.po
11269         * po/pl.po
11270         * po/pt_BR.po
11271         * po/sr.po
11272         * po/zh_CN.po
11273                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11274                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11275                 Aleksandar Urosevic, and Ralgh Young
11276
11277 2006-07-31 [paul]       2.3.1cvs89
11278
11279         * src/account.c
11280         * src/main.c
11281         * src/mainwindow.c
11282         * src/mainwindow.h
11283                 Fix a race condition when, after an SC crash, rescanning
11284                 folders took more than 0.5 seconds
11285                 Thanks to Colin
11286
11287 2006-07-31 [paul]       2.3.1cvs88
11288
11289         * src/folderview.c
11290                 don't translate separator strings
11291
11292 2006-07-30 [mones]      2.3.1cvs87
11293
11294         * doc/man/sylpheed-claws.1
11295                 Fixed non-ASCII chars in Hoa's name
11296         * po/es.po
11297                 Updated for release
11298
11299 2006-07-27 [colin]      2.3.1cvs86
11300
11301         * src/textview.c
11302                 Don't include the leading \n in links
11303                 Patch by Fabien
11304
11305 2006-07-25 [colin]      2.3.1cvs85
11306
11307         * src/mainwindow.c
11308         * src/common/socket.h
11309         * src/etpan/imap-thread.c
11310                 Refresh resolvers before connecting
11311                 to IMAP servers, and after switching
11312                 to online. Thanks to Paul.
11313
11314 2006-07-18 [colin]
11315
11316         * 2.4.0-rc4 released
11317
11318 2006-07-17 [colin]      2.3.1cvs84
11319
11320         * src/inc.c
11321                 Show connection attempt in statusbar before
11322                 connecting (previously first message was
11323                 "Retrieving messages from ..." after the
11324                 connection succeeded.
11325
11326 2006-07-16 [wwp]        2.3.1cvs83
11327
11328         * sylpheed-claws.ico
11329                 Added .ico file (windows multi-size icon file, generated).
11330
11331 2006-07-12 [wwp]        2.3.1cvs82
11332
11333         * src/messageview.c
11334                 remove Message/Re-edit menu entry from messageview window,
11335                 as sent/draft/queued messages are opened in compose window when
11336                 re-edited and it's not possible to re-edit other msgs.
11337
11338 2006-07-12 [paul]       2.3.1cvs81
11339
11340         * AUTHORS
11341         * src/mainwindow.c
11342         * src/gtk/authors.h
11343                 check online state before resetting
11344                 mailcheck timer. Useful if some program
11345                 verifies connection state and updates
11346                 Claws.
11347                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11348
11349 2006-07-12 [paul]       2.3.1cvs80
11350
11351         * sylpheed-claws-128x128.png
11352         * sylpheed-claws-64x64.png
11353         * sylpheed-claws.png
11354         * src/Makefile.am
11355         * src/main.c
11356         * src/prefs_toolbar.c
11357         * src/stock_pixmap.c
11358         * src/stock_pixmap.h
11359         * src/wizard.c
11360         * src/gtk/about.c
11361         * src/gtk/gtkutils.c
11362         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11363         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11364         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11365         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11366         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11367         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11368                 updated and renamed logo/icon files and related
11369                 logo by Jesper Schultz
11370
11371 2006-07-11 [paul]       2.3.1cvs79
11372
11373         * src/main.c
11374                 fix the labels a smidgin
11375
11376 2006-07-09 [colin]      2.3.1cvs78
11377
11378         * src/textview.c
11379                 Show errors in textviewer's command
11380                 Patch by H. Merijn Brand
11381
11382 2006-07-09 [colin]      2.3.1cvs77
11383
11384         * src/compose.c
11385                 Save FMID in drafts too
11386
11387 2006-07-08 [colin]      2.3.1cvs76
11388
11389         * src/compose.c
11390                 Svae RMID in drafted mails too
11391                 Save quote_fmt vars for whole mails,
11392                 don't reset at each quote_fmt_init:
11393                 allows to use the same |i{var} in
11394                 various template fields
11395         * src/prefs_template.c
11396         * src/quote_fmt.h
11397         * src/quote_fmt_parse.y
11398                 Same
11399
11400 2006-07-08 [colin]      2.3.1cvs75
11401
11402         * src/textview.c
11403                 Fix highlighting of attached parts URIs
11404
11405 2006-07-08 [colin]      2.3.1cvs74
11406
11407         * src/main.c
11408                 Prevent bug #981 (sc 2.3.1 segfaults with 
11409                 gtk+ 2.10) from being reported again:
11410                 if Sylpheed-Claws has been compiled against
11411                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11412                 of if Sylpheed-Claws has been compiled against
11413                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11414                 error out.
11415
11416 2006-07-07 [colin]      2.3.1cvs73
11417
11418         * src/prefs_actions.c
11419                 Fix label
11420
11421 2006-07-07 [colin]      2.3.1cvs72
11422
11423         * src/prefs_actions.c
11424                 Fix compile on gtk < 2.8. argh :)
11425
11426 2006-07-07 [paul]       2.3.1cvs71
11427
11428         * src/common/defs.h
11429                 update DONATE_URI
11430
11431 2006-07-07 [colin]      2.3.1cvs70
11432
11433         * po/POTFILES.in
11434         * src/quote_fmt.c
11435         * src/quote_fmt_lex.l
11436         * src/quote_fmt_parse.y
11437                 Add |i{var}, a way to insert user-entered
11438                 text in a template
11439
11440 2006-07-07 [colin]
11441
11442         * 2.4.0-rc3 released
11443
11444 2006-07-07 [colin]      2.3.1cvs69
11445
11446         * src/folder.c
11447                 Don't consider inboxes of UNKNOWN folder 
11448                 classes to be useable as default inboxes
11449
11450 2006-07-07 [paul]       2.3.1cvs68
11451
11452         * src/textview.c
11453                 add missing #include <errno.h>
11454                 Thanks to René J. Blokland
11455
11456 2006-07-07 [paul]       2.3.1cvs67
11457
11458         * src/action.c
11459                 Return now Closes dialog
11460         * src/mimeview.c
11461         * src/mimeview.h
11462         * src/textview.c
11463                 add contextual menu to mime parts listed
11464                 in the textview
11465                 Thanks to Colin
11466         * src/common/utils.c
11467                 reversal: ' is a valid character in URLs
11468
11469 2006-07-06 [colin]      2.3.1cvs66
11470
11471         * src/remotefolder.h
11472                 Forgotten in previous commit
11473
11474 2006-07-06 [colin]      2.3.1cvs65
11475
11476         * src/folder.c
11477                 Set summary update flag whenever
11478                 totals changed
11479         * src/imap.c
11480         * src/prefs_account.c
11481         * src/common/utils.h
11482         * src/etpan/imap-thread.c
11483                 Fix warnings, thanks to Fabien and
11484                 Ricardo
11485
11486 2006-07-06 [wwp]        2.3.1cvs64
11487
11488         * src/gtk/gtkutils.c
11489                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11490
11491 2006-07-06 [wwp]        2.3.1cvs63
11492
11493         * src/account.c
11494         * src/addressbook.c
11495         * src/addressitem.h
11496         * src/folderview.c
11497         * src/mainwindow.c
11498         * src/manual.c
11499         * src/manual.h
11500         * src/message_search.c
11501         * src/prefs_actions.c
11502         * src/prefs_filtering.c
11503         * src/prefs_filtering.h
11504         * src/prefs_template.c
11505         * src/summary_search.c
11506         * src/summaryview.c
11507         * src/gtk/gtkutils.c
11508         * src/gtk/gtkutils.h
11509         * src/gtk/pluginwindow.c
11510                 add help buttons to some dialogs. Clicking such buttons opens a
11511                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11512
11513 2006-07-06 [paul]       2.3.1cvs62
11514
11515         * src/textview.c
11516                 fix attachments contextual menu
11517                 Thanks to Colin
11518
11519 2006-07-05 [colin]      2.3.1cvs61
11520
11521         * src/textview.c
11522         * src/compose.c
11523                 Handle sftp:// links
11524
11525 2006-07-05 [paul]       2.3.1cvs60
11526
11527         * src/gtk/filesel.c
11528                 grab save button by default
11529                 Thanks to Colin
11530
11531 2006-07-05 [wwp]        2.3.1cvs59
11532
11533         * manual/xml2pdf
11534                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11535
11536 2006-07-04 [colin]      2.3.1cvs58
11537
11538         * src/mimeview.c
11539         * src/textview.c
11540                 Use left click to select, middle click to open
11541                 on mimeparts links
11542         * src/common/utils.c
11543                 Fix segfault
11544
11545 2006-07-04 [colin]      2.3.1cvs57
11546
11547         * src/mainwindow.c
11548         * src/news.c
11549                 Warning fixes, thanks to Fabien
11550
11551 2006-07-04 [colin]      2.3.1cvs56
11552
11553         * src/mimeview.c
11554         * src/mimeview.h
11555         * src/textview.c
11556                 Allow parts to be selected via their text label
11557                 in textview
11558
11559 2006-07-04 [colin]      2.3.1cvs55
11560
11561         * src/folderview.c
11562                 Feedback when closing (for big folders)
11563         * src/prefs_actions.c
11564         * src/prefs_filtering.c
11565         * src/prefs_matcher.c
11566         * src/prefs_template.c
11567                 Fix default button when closing without
11568                 having saved
11569
11570 2006-07-04 [colin]      2.3.1cvs54
11571
11572         * src/news.c
11573                 Delete local file on deletion
11574
11575 2006-07-03 [colin]      2.3.1cvs53
11576
11577         * src/folderview.c
11578         * src/main.c
11579                 Don't freeze when rescanning after crash
11580
11581 2006-07-03 [wwp]        2.3.1cvs52
11582
11583         * src/compose.c
11584         * src/privacy.c
11585         * src/privacy.h
11586         * src/plugins/pgpinline/pgpinline.c
11587         * src/plugins/pgpmime/pgpmime.c
11588                 don't report an error when the user cancels the passphrase dialog.
11589
11590 2006-07-02 [colin]      2.3.1cvs51
11591
11592         * src/folderview.c
11593                 Open message when crossing folders with Space,
11594                 goto next unread and friends
11595
11596 2006-07-01 [colin]      2.3.1cvs50
11597
11598         * src/prefs_account.c
11599                 Typographic rules varying from language
11600                 to language (in french "Protocole :"),
11601                 we have to do that :)
11602
11603 2006-07-01 [ticho]      2.3.1cvs49
11604
11605         * src/prefs_account.c
11606                 Only use one temporary gchar* variable in
11607                 prefs_account_protocol_set_optmenu().
11608
11609 2006-07-01 [ticho]      2.3.1cvs48
11610
11611         * src/prefs_account.c
11612         * src/prefs_account.h
11613                 Use GtkLabel for existing account protocol name.
11614                 Created an array for protocol names and populate the
11615                 combobox from it in a for() cycle.
11616
11617 2006-06-30 [colin]      2.3.1cvs47
11618
11619         * src/compose.c
11620                 Block undo when changing signature (by changing
11621                 account)
11622
11623 2006-06-30 [paul]       2.3.1cvs46
11624
11625         * src/send_message.c
11626                 when editing From in the Compose window, use that address
11627                 in the Return-Path: header
11628                 Thanks to Colin
11629
11630 2006-06-30 [colin]      2.3.1cvs45
11631
11632         * src/compose.c
11633                 Fix signature replacement:
11634                 - when no newline before separator
11635                 - when reediting
11636
11637 2006-06-29 [colin]      2.3.1cvs44
11638
11639         * src/folderview.c
11640         * src/folderview.h
11641         * src/mainwindow.c
11642         * src/summaryview.c
11643                 Let 'View/Go to/Next marked' work like
11644                 Next new & Next unread: across folders
11645                 Change the select_on_entry pref to do
11646                 what we want when changing folder
11647         * src/common/utils.c
11648                 Fix single-quoted links 
11649
11650 2006-06-29 [colin]      2.3.1cvs43
11651
11652         * src/gtk/gtkaspell.c
11653                 "Sylpheed" and "Sylpheed-Claws" do exist !
11654
11655 2006-06-29 [colin]      2.3.1cvs42
11656
11657         * src/imap.c
11658                 Forgot to remove debug
11659
11660 2006-06-29 [colin]      2.3.1cvs41
11661
11662         * src/imap.c
11663         * src/imap.h
11664         * src/mainwindow.c
11665                 Disconnect from IMAP servers when going
11666                 offline. Fixes bug #978 (going to offline-mode 
11667                 won't close connections)
11668
11669 2006-06-29 [colin]      2.3.1cvs40
11670
11671         * src/main.c
11672                 Fix transient setting on failing plugins
11673                 Patch by Fabien
11674         * src/plugins/pgpcore/sgpgme.c
11675                 Only warn for OpenPGP. Most people don't
11676                 have CMS available.
11677
11678 2006-06-29 [colin]      2.3.1cvs39
11679
11680         * src/compose.c
11681                 Fix Spelling menu (discrepancy between context menu
11682                 and top menu when folder's dictionary isn't the 
11683                 default one)
11684         * src/plugins/pgpcore/sgpgme.c
11685                 More error reporting about why gpgme can fail
11686
11687 2006-06-29 [wwp]        2.3.1cvs38
11688
11689         * src/mainwindow.c
11690                 honor the display-header-pane setting even when the message view
11691                 is a separate window.
11692
11693 2006-06-29 [wwp]        2.3.1cvs37
11694
11695         * src/prefs_actions.c
11696                 forgot to commit that one (use of GTK_STOCK_INFO).
11697
11698 2006-06-29 [colin]      2.3.1cvs36
11699
11700         * src/imap.c
11701                 Better handling of login errors (ask the password
11702                 again once), alert in case of error. Fix three
11703                 signedness warnings.
11704
11705 2006-06-28 [wwp]        2.3.1cvs35
11706
11707         * src/prefs_template.c
11708         * src/prefs_matcher.c
11709         * src/prefs_filtering_action.c
11710         * src/prefs_quote.c
11711                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11712                 patch by Fabien Vantard, slightly modified.
11713
11714 2006-06-28 [paul]
11715
11716         2.4.0-rc2 released
11717
11718 2006-06-28 [colin]      2.3.1cvs34
11719
11720         * src/prefs_account.c
11721                 Fix bug #977 (Can't add or edit imap accounts)
11722
11723 2006-06-28 [colin]      2.3.1cvs33
11724
11725         * src/mimeview.c
11726                 Fix previous
11727
11728 2006-06-28 [colin]      2.3.1cvs32
11729
11730         * src/mimeview.c
11731                 Save named inlined attachments with "Save all"
11732         * src/main.c
11733         * src/mbox.c
11734         * src/common/plugin.c
11735         * src/common/plugin.h
11736         * src/common/sylpheed.c
11737         * src/common/utils.c
11738         * src/plugins/pgpcore/sylpheed.def
11739         * src/plugins/pgpinline/sylpheed.def
11740         * src/plugins/pgpmime/sylpheed.def
11741                 Win32 compatibility patch, by
11742                 Werner Koch
11743
11744 2006-06-28 [wwp]        2.3.1cvs31
11745
11746         * src/imap.c
11747         * src/prefs_folder_item.c
11748                 less compilation warnings (thanks to Fabien Vantard), less typos.
11749
11750 2006-06-28 [paul]       2.3.1cvs30
11751
11752         * src/gtk/gtkutils.c
11753                 gtk_combo_box_set_focus_on_click() is only
11754                 available since gtk 2.6.0
11755
11756 2006-06-28 [paul]       2.3.1cvs29
11757
11758         * src/prefs_ext_prog.c
11759                 fix engrish and add a tooltip for the
11760                 'command for 'Display as text' option
11761
11762 2006-06-28 [paul]
11763
11764         2.4.0-rc1 released
11765
11766 2006-06-28 [paul]       2.3.1cvs28
11767
11768         * ChangeLog
11769         * tools/Makefile.am
11770                 include textviewer.pl in releases
11771
11772 2006-06-28 [paul]       2.3.1cvs27
11773
11774         * src/prefs_ext_prog.c
11775                 hide Print command option if libgnomeprint
11776                 support is present
11777
11778 2006-06-27 [colin]      2.3.1cvs26
11779
11780         * src/compose.c
11781                 Fix Esc handling in insert/attach dialog
11782                 Don't show this dialog if dragging something
11783                 else than text/uri-list
11784                 Thanks to Fabien Vantard
11785         * tools/textviewer.pl
11786                 Filter script to display stuff as text
11787                 by H. Merijn Brand
11788
11789 2006-06-27 [wwp]        2.3.1cvs25
11790
11791         * src/messageview.c
11792                 use the exact product name (message view title), patch
11793                 by Fabien Vantard.
11794
11795 2006-06-27 [ticho]      2.3.1cvs24
11796
11797         * src/prefs_account.c
11798         * src/prefs_common.c
11799         * src/prefs_common.h
11800         * src/prefs_ext_prog.c
11801         * src/textview.c
11802                 Add a preference (Preferences/External programs)
11803                 to allow "Display as text" to be done via a script
11804                 (patch by H.Merijn Brand).
11805                 Use GtkComboBox for protocol selection in account
11806                 preferences.
11807                 Only include current choice for existing accounts, and
11808                 insensitivize the combobox.
11809
11810 2006-06-27 [paul]       2.3.1cvs23
11811
11812         * src/mbox.c
11813                 fix crasher introduced in cvs21.
11814                 Thanks to Colin
11815
11816 2006-06-26 [colin]      2.3.1cvs22
11817
11818         * src/mbox.c
11819                 Fix double-frees when leaving folders
11820                 after exporting to mbox
11821
11822 2006-06-26 [colin]      2.3.1cvs21
11823
11824         * src/mbox.c
11825                 More feedback (and optimisation)
11826                 on import/export
11827         * src/common/utils.c
11828                 Fix case when looking for mail addresses
11829         * src/gtk/gtkutils.c
11830                 Extra check for (X-)Face
11831
11832 2006-06-25 [ticho]      2.3.1cvs20
11833
11834         * src/compose.c
11835         * src/exphtmldlg.c
11836         * src/gtk/gtkutils.c
11837         * src/gtk/gtkutils.h
11838                 Added second argument to gtkut_sc_combobox_create() to
11839                 control focus-on-click for the widget.
11840                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11841
11842 2006-06-25 [ticho]      2.3.1cvs19
11843
11844         * src/compose.c
11845         * src/gtk/Makefile.am
11846         * src/gtk/combobox.c
11847         * src/gtk/combobox.h
11848         * src/gtk/gtkutils.c
11849         * src/gtk/gtkutils.h
11850                 Use GtkComboBox instead of deprecated GtkOptionMenu
11851                 for account selector in compose window and for encoding
11852                 selector in attachment properties.
11853                 Also factorise working with the new GtkComboBox somewhat.
11854
11855 2006-06-24 [paul]       2.3.1cvs18
11856
11857         * src/prefs_common.c
11858                 use the correct default value
11859
11860 2006-06-24 [paul]       2.3.1cvs17
11861
11862         * src/compose.c
11863         * src/prefs_common.c
11864         * src/prefs_common.h
11865         * src/prefs_compose_writing.c
11866                 enable setting of default action when
11867                 dnd'ing files in the compose window.
11868                 (Collaborative effort with wwp)
11869
11870 2006-06-23 [wwp]        2.3.1cvs16
11871
11872         * src/compose.c
11873                 i18n fix (thanks to Fabien Vantard)
11874
11875 2006-06-22 [colin]      2.3.1cvs15
11876
11877         * src/prefs_customheader.c
11878                 Don't use filters in custom headers' file 
11879                 selector. Remember, extensions mean nothing :)
11880
11881 2006-06-22 [paul]       2.3.1cvs14
11882
11883         * configure.ac
11884                 allow setting of man directory location
11885
11886 2006-06-22 [colin]      2.3.1cvs13
11887
11888         * src/mainwindow.c
11889                 Add 'View/Go to/Next unread folder'.
11890                 I missed that :)
11891
11892 2006-06-22 [colin]      2.3.1cvs12
11893
11894         * src/common/utils.c
11895                 Add some subject prefixes
11896                 Patch by Bjorn T Johansen <btj@havleik.no>
11897
11898 2006-06-22 [colin]      2.3.1cvs11
11899
11900         * manual/advanced.xml
11901                 Forgotten hidden pref
11902
11903 2006-06-21 [paul]       2.3.1cvs10
11904
11905         * src/prefs_account.c
11906                 complete the removal of 'Add date header' option
11907
11908 2006-06-21 [paul]       2.3.1cvs9
11909
11910         * src/account.c
11911         * src/compose.c
11912         * src/prefs_account.c
11913         * src/prefs_account.h
11914                 remove option to add date header - always
11915                 add date header
11916         * src/etpan/imap-thread.c
11917                 fix warnings (Thanks to Colin)
11918
11919 2006-06-21 [wwp]        2.3.1cvs8
11920
11921         * src/folder.c
11922                 set the attachment flag when inline text part are (file)named. This is more convenient
11923                 when receiving (for instance) inline source files or patches sent using thunderbird.
11924
11925 2006-06-21 [paul]       2.3.1cvs7
11926
11927         * src/inc.c
11928                 fix off-by-one count of current msg in
11929                 statusbar filtering progressbar
11930
11931 2006-06-21 [paul]       2.3.1cvs6
11932
11933         * src/folder.c
11934                 Show attachment icon even if the part is 'inline'
11935                 if the following conditions are met:
11936                 - content-type != 'text/plain'
11937                 - content-type != '*/pgp-signature'
11938                 - either 'name' or 'filename' parameter is not NULL
11939                 
11940                 Thanks to Colin
11941
11942 2006-06-21 [paul]       2.3.1cvs5
11943
11944         * src/messageview.c
11945         * src/prefs_common.c
11946         * src/prefs_common.h
11947         * src/prefs_other.c
11948                 add an option to 'Never send Return
11949                 Receipts'
11950                 Thanks to Colin
11951
11952 2006-06-20 [mones]      2.3.1cvs4
11953
11954         * po/es.po
11955                 updated
11956         * src/compose.c
11957                 typo fixed (space after comma)
11958         * tools/make.themes.project
11959                 remove exec mode from tarball files
11960
11961 2006-06-20 [colin]      2.3.1cvs3
11962
11963         * src/news.c
11964         * src/procheader.c
11965         * src/unmime.c
11966                 Better fix for \n's in headers (don't 
11967                 break Received: and others)
11968
11969 2006-06-20 [paul]       2.3.1cvs2
11970
11971         * src/alertpanel.c
11972         * src/textview.c
11973                 improve legibility of phishing attempt
11974                 dialog
11975
11976 2006-06-20 [paul]       2.3.1cvs1
11977
11978         * NEWS
11979         * README
11980         * configure.ac
11981                 Update version number following
11982                 stable release
11983
11984 2006-06-20 [colin]      2.3.0cvs26
11985
11986         * src/compose.c
11987                 When dragging a file to the text of the compose
11988                 window, ask whether we want to insert or attach
11989                 (I know lots of people who do that to attach)
11990
11991 2006-06-20 [colin]      2.3.0cvs25
11992
11993         * src/etpan/imap-thread.c
11994                 Fix threshold (the append command is often > 32 bytes)
11995
11996 2006-06-19 [colin]      2.3.0cvs24
11997
11998         * src/imap.c
11999         * src/etpan/imap-thread.c
12000                 Workaround Rockliffe IMAP server bug: replace
12001                 "x UID SEARCH (ANSWERED UID 1:*)" with
12002                 "x UID SEARCH ANSWERED"
12003                 (Rockliffe doesn't handle the parenthesis)
12004
12005 2006-06-19 [colin]      2.3.0cvs23
12006
12007         * src/compose.c
12008         * src/imap.c
12009         * src/etpan/imap-thread.c
12010                 Probably fix bug #972 (Freezes when adding 
12011                 an attachment to the message)
12012         * src/common/defs.h
12013                 Modernize Firefox cmd
12014
12015
12016 2006-06-18 [colin]      2.3.0cvs22
12017
12018         * src/prefs_customheader.c
12019                 Only allow correct filenames for various
12020                 custom headers
12021
12022 2006-06-18 [colin]      2.3.0cvs21
12023
12024         * src/prefs_customheader.c
12025                 Add a 'From File...' button in custom headers prefs, which
12026                 try to do the right thing: 
12027                 for normal headers, use file as plaintext,
12028                 for X-Face, calls compface,
12029                 for Face, encode to b64.
12030
12031 2006-06-17 [colin]      2.3.0cvs20
12032
12033         * src/mh.c
12034                 Warning fix
12035
12036 2006-06-16 [colin]      2.3.0cvs19
12037
12038         * src/summaryview.c
12039                 Recursive quicksearch: show message list
12040                 in current folder, *then* search children
12041                 in the background.
12042
12043 2006-06-16 [colin]      2.3.0cvs18
12044
12045         * src/main.c
12046                 Instead of ignoring SIGPIPE, save caches
12047                 when getting one. Will fix the fact that
12048                 hot caches are out-of-date when logging 
12049                 out of Xorg.
12050         * src/compose.c
12051         * src/prefs_compose_writing.c
12052                 Only save text (not attachments) when 
12053                 auto-saving to drafts
12054         * src/unmime.c
12055                 Always replace \n, \r and \t with spaces
12056                 in headers
12057         * manual/dist/html/Makefile.am
12058         * manual/dist/pdf/Makefile.am
12059         * manual/dist/ps/Makefile.am
12060         * manual/dist/txt/Makefile.am
12061         * manual/fr/dist/html/Makefile.am
12062         * manual/fr/dist/pdf/Makefile.am
12063         * manual/fr/dist/ps/Makefile.am
12064         * manual/fr/dist/txt/Makefile.am
12065         * manual/pl/dist/html/Makefile.am
12066         * manual/pl/dist/pdf/Makefile.am
12067         * manual/pl/dist/ps/Makefile.am
12068         * manual/pl/dist/txt/Makefile.am
12069                 Fix make clean removing pregenerated manuals
12070
12071
12072 2006-06-16 [colin]      2.3.0cvs17
12073
12074         * src/plugins/pgpcore/sgpgme.c
12075         * src/plugins/pgpmime/pgpmime.c
12076         * src/plugins/pgpinline/pgpinline.c
12077                 Better error reporting in setup_signers.
12078                 Don't fallback to default key if specified
12079                 key isn't found.
12080                 Don't allow signing if more than one secret
12081                 key matches the one specified in prefs.
12082
12083 2006-06-15 [colin]      2.3.0cvs16
12084
12085         * src/folderview.c
12086                 Add "Send queue" in the folder's contextual
12087                 menu
12088         * src/compose.c
12089         * src/messageview.c
12090         * src/privacy.c
12091         * src/privacy.h
12092         * src/procmime.c
12093         * src/procmsg.c
12094         * src/plugins/pgpcore/passphrase.c
12095         * src/plugins/pgpcore/sgpgme.c
12096         * src/plugins/pgpinline/pgpinline.c
12097         * src/plugins/pgpmime/pgpmime.c
12098                 Better error reporting
12099         * src/mbox.c
12100                 Probably fix bug #971 (2.2.3 cannot read mail 
12101                 from local mbox)
12102
12103
12104 2006-06-15 [mones]      2.3.0cvs15
12105
12106         * tools/make.themes.project
12107                 creates the themes project from the web page
12108
12109 2006-06-15 [colin]      2.3.0cvs14
12110
12111         * src/folder.c
12112                 Better fix (avoid losing the folder if scan_tree 
12113                 fails)
12114
12115 2006-06-15 [cleroy]     2.3.0cvs13
12116
12117         * src/folder.c
12118                 Probably fix Bug #969 (crash on rebuilding 
12119                 imap folder)
12120
12121 2006-06-14 [colin]      2.3.0cvs12
12122
12123         * manual/dtd/manual.xsl
12124         * manual/sylpheed-claws-manual.xml
12125         * manual/fr/sylpheed-claws-manual.xml
12126         * manual/pl/sylpheed-claws-manual.xml
12127                 Insert pagebreaks between sections
12128
12129 2006-06-14 [paul]       2.3.0cvs11
12130
12131         * configure.ac
12132                 better fix than 2.3.0cvs10
12133
12134 2006-06-14 [paul]       2.3.0cvs10
12135
12136         * configure.ac
12137                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12138                 (backwards compatible)
12139
12140 2006-06-13 [colin]      2.3.0cvs9
12141
12142         * src/messageview.c
12143                 Fix sending of return receipt with the new queue folders
12144
12145 2006-06-13 [wwp]        2.3.0cvs8
12146
12147         * src/quote_fmt_lex.l
12148                 fix wrong tokens returned in quote_fmt lexer, query not().
12149
12150 2006-06-13 [wwp]        2.3.0cvs7
12151
12152         * src/folder.c
12153         * src/prefs_folder_item.c
12154                 allow changing folder type even when folder is not a top-level one,
12155                 thanks to Colin.
12156
12157 2006-06-12 [colin]      2.3.0cvs6
12158
12159         * src/folderview.c
12160                 Fix double-ask of "Do you want to mark all
12161                 as read"
12162
12163 2006-06-12 [colin]      2.3.0cvs5
12164
12165         * src/compose.c
12166         * src/compose.h
12167         * src/folder.c
12168         * src/folder.h
12169         * src/imap.c
12170         * src/inc.c
12171         * src/main.c
12172         * src/messageview.c
12173         * src/mh.c
12174         * src/prefs_folder_item.c
12175         * src/procheader.c
12176         * src/procmime.c
12177         * src/procmsg.c
12178         * src/procmsg.h
12179         * src/send_message.c
12180         * src/summaryview.c
12181         * src/toolbar.c
12182                 Apply bug #964's patch (Queue and drafts aren't normal)
12183                 The Drafts and Queue folder now contain RFC-822 files,
12184                 allowing to move and copy mails from and to these 
12185                 folders. Moving from Drafts to Queue will prepare the
12186                 mail for sending (PGP signature, encryption, etc).
12187                 This patch also rework sending errors handling to try
12188                 to be more helpful.
12189                 Also, allow redefining folder types via the GUI 
12190                 (Folder type in its Properties)
12191
12192 2006-06-12 [colin]      2.3.0cvs4
12193
12194         * src/summaryview.c
12195         * src/prefs_common.c
12196         * src/prefs_common.h
12197         * src/gedit-print.c
12198                 Allow to define a specific print font - patch
12199                 by Bernhard Walle <bernhard.walle@gmx.de>
12200         * src/prefs_fonts.c
12201         * manual/advanced.xml
12202         * manual/fr/advanced.xml
12203                 Add a hidden pref to allow deletion without
12204                 confirmation
12205
12206 2006-06-12 [wwp]        2.3.0cvs3
12207
12208         * .cvsignore
12209                 more files to ignore.
12210
12211 2006-06-12 [wwp]        2.3.0cvs2
12212
12213         * src/quote_fmt.c
12214         * src/quote_fmt_lex.l
12215         * src/quote_fmt_parse.y
12216                 extend the quote_fmt parser (templates and quotes):
12217                 - allow limited sub-expressions in |p{} and |f{} expressions,
12218                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12219                 - implemented/fixed missing implementation of query_references and show_references,
12220                 - completed, fixed contents and format of the symbols help dialog,
12221                 - fix some compilation warnings.
12222
12223 2006-06-12 [wwp]        2.3.0cvs1
12224
12225         * manual/advanced.xml
12226         * manual/fr/advanced.xml
12227                 updates in the "templates" section of the manual (eng/fr):
12228                  - be more precise (both versions)
12229                  - completed to match the english reference (fr version)
12230                  - touchups (both versions)
12231
12232 2006-06-12 [paul]       2.3.0
12233
12234         2.3.0 released
12235
12236 2006-06-12 [paul]       2.2.3cvs14
12237
12238         * po/ca.po
12239         * po/cs.po
12240         * po/de.po
12241         * po/el.po
12242         * po/fr.po
12243         * po/it.po
12244         * po/pt_BR.po
12245         * po/sr.po
12246         * po/zh_CN.po
12247                 updated by Miquel Oliete, Tim, Stephan Sachse,
12248                 Stavros Giannouris, Fabien Vantard, Andrea
12249                 Spadaccini, Frederico Goncalves Guimaraes,
12250                 Aleksandar Urosevic, and Ralgh Young
12251
12252 2006-06-12 [colin]      2.2.3cvs13
12253
12254         * src/mbox.c
12255                 Add missing header
12256
12257 2006-06-11 [colin]      2.2.3cvs12
12258
12259         * src/msgcache.c
12260                 Verify that g_malloc() succeeded
12261
12262 2006-06-11 [colin]      2.2.3cvs11
12263
12264         * src/wizard.c
12265                 Add Face header to welcome mail
12266
12267 2006-06-10 [colin]      2.2.3cvs10
12268
12269         * src/textview.c
12270                 Revert previous (Forgot it changes the
12271                 margin on the whole mail)
12272
12273 2006-06-10 [colin]      2.2.3cvs9
12274
12275         * src/textview.c
12276                 Don't overlap long headers under (X-)Face
12277
12278 2006-06-10 [mones]      2.2.3cvs8
12279
12280         * manual/xml2pdf
12281                 allow generation of manual on systems lacking saxon binary
12282                 but with java and the saxon library installed
12283
12284         * po/es.po
12285                 updated for release
12286
12287 2006-06-09 [colin]      2.2.3cvs7
12288
12289         * src/summaryview.c
12290                 Fix leak when using Display Sender using Addressbook
12291
12292 2006-06-09 [colin]      2.2.3cvs6
12293
12294         * src/compose.c
12295         * src/folder.c
12296         * src/folderview.c
12297         * src/mimeview.c
12298         * src/summaryview.c
12299                 More leaks fixes
12300
12301 2006-06-09 [paul]       2.2.3cvs5
12302
12303         * AUTHORS
12304         * src/gtk/authors.h
12305         * tools/claws.i18n.status.pl
12306                 updated with new info
12307
12308 2006-06-09 [paul]       2.2.3cvs4
12309
12310         * README
12311                 updated
12312         * manual/ack.xml
12313                 add wwp to authors list
12314         * src/gtk/authors.h
12315                 update mine and Colin's addresses
12316
12317 2006-06-08 [colin]      2.2.3cvs3
12318
12319         * src/etpan/imap-thread.c
12320                 Fix leak on SSL cert check
12321
12322 2006-06-08 [colin]      2.2.3cvs2
12323
12324         * src/common/utils.c
12325                 Fix leak
12326
12327 2006-06-08 [paul]       2.2.3cvs1
12328
12329         * configure.ac
12330                 Update version number following
12331                 stable release
12332
12333 2006-06-07 [colin]      2.2.2cvs3
12334
12335         * src/msgcache.c
12336                 Fix catching cache read errors (guint instead of gint)
12337                 Prevent malloc'ing more than 8MB (means cache corruption)
12338
12339 2006-06-07 [paul]       2.2.2cvs2
12340
12341         * src/exporthtml.c
12342         * src/exportldif.c
12343         * src/mh.c
12344         * src/mutt.c
12345         * src/pine.c
12346         * src/common/utils.c
12347                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12348                 obey $HOME'
12349                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12350                 Thanks to Colin
12351
12352 2006-06-06 [paul]       2.2.2cvs1
12353
12354         * configure.ac
12355                 Update version number following
12356                 stable release
12357
12358 2006-06-06 [paul]       2.2.1cvs6
12359
12360         * src/matcher.c
12361                 fix  implicit declaration of
12362                 sylpheed_do_idle()
12363                 Patch by Fabien Vantard
12364
12365 2006-06-06 [paul]       2.2.1cvs5
12366
12367         * src/matcher.c
12368                 fix age_greater and age_lower so that they
12369                 mean what say and not '...or equal to'
12370                 Thanks to Colin
12371
12372 2006-06-06 [paul]       2.2.1cvs4
12373
12374         * src/textview.c
12375         * src/common/utils.c
12376                 fix URI check
12377                 Thanks to Colin
12378
12379 2006-06-05 [wwp]        2.2.1cvs3
12380
12381         * manual/fr/account.xml
12382                 minor language fixes (thanks to Fabien Vantard).
12383
12384 2006-06-05 [colin]      2.2.1cvs2
12385
12386         * src/prefs_folder_item.c
12387         * src/folderview.c
12388                 Allow recursive setting of properties 
12389                 for whole mailboxes
12390         * src/matcher.c
12391                 Don't freeze on 'test' filtering rule
12392
12393 2006-06-05 [colin]      2.2.1cvs1
12394
12395         * configure.ac
12396                 Update version number following
12397                 stable release
12398
12399 2006-06-04 [wwp]        2.2.0cvs82
12400
12401         * manual/glossary.xml
12402         * manual/account.xml
12403         * manual/fr/glossary.xml
12404         * manual/fr/account.xml
12405                 added glossary section and references/links related to the Face custom header.
12406
12407 2006-06-04 [colin]      2.2.0cvs81
12408
12409         * src/summaryview.c
12410                 Skip to next message on move with no
12411                 immediate execution
12412
12413 2006-06-04 [wwp]        2.2.0cvs80
12414
12415         * manual/xml2pdf
12416                 added sanity checks, exit when needed.
12417
12418 2006-06-03 [paul]       2.2.0cvs79
12419
12420         * src/prefs_receive.c
12421                 page name is now 'Receiving'
12422         * src/prefs_send.c
12423                 page name is now 'Sending'
12424
12425 2006-06-03 [colin]      2.2.0cvs78
12426
12427         * src/plugins/spamassassin/spamassassin_gtk.c
12428                 Autoswitch to Localhost if transport was previously
12429                 disabled. Else people had to check [] Enable, then
12430                 *reselect* transport.
12431
12432 2006-06-03 [colin]      2.2.0cvs77
12433
12434         * src/plugins/pgpinline/pgpinline.c
12435         * src/plugins/pgpmime/pgpmime.c
12436                 Check that gpg_data_release_and_get_mem 
12437                 didn't fail (now, why this happens...)
12438
12439 2006-06-03 [colin]      2.2.0cvs76
12440
12441         * src/mbox.c
12442                 Fix bug #962 (Manual and/or UI should 
12443                 warn about incompatible locking 
12444                 causing dataloss)
12445
12446 2006-06-02 [cleroy]     2.2.0cvs75
12447
12448         * src/filtering.c
12449         * src/folder.c
12450         * src/procmsg.c
12451         * src/summaryview.c
12452                 Fix a few leaks
12453
12454 2006-06-02 [colin]      2.2.0cvs74
12455
12456         * src/main.c
12457                 On exit, free caches after writing them
12458                 Shuts up some valgrind false positives
12459         * src/procmsg.c
12460         * src/send_message.c
12461                 Fix races when reusing existing SMTP connections
12462                 Fix inexistant session timeout
12463         * src/toolbar.c
12464                 Display alertpanel after all queues have
12465                 been processed, not after each
12466
12467 2006-06-02 [wwp]        2.2.0cvs73
12468
12469         * manual/fr/glossary.xml
12470         * manual/fr/ack.xml
12471         * manual/ack.xml
12472                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12473
12474 2006-06-02 [wwp]        2.2.0cvs72
12475
12476         * manual/xml2pdf
12477         * manual/dist/pdf/Makefile.am
12478         * manual/dtd/manual.xsl
12479         * manual/fr/dist/pdf/Makefile.am
12480         * manual/pl/dist/pdf/Makefile.am
12481                 we changed the procedure to generate the .pdf version of the manual.
12482                 The procedure is more modern and the .pdf we get now has a valid index.
12483                 Here are the new pre-requisites:
12484
12485                 - JRE 1.x (1.4 here): there must be one from your distro
12486                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12487                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12488                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12489
12490                 See my posts for further info about the installation of this toolchain:
12491
12492                 Date: Fri, 19 May 2006 19:40:06 +0200
12493                 From: wwp <subscript@free.fr>
12494                 To: sylpheed-claws-devel@lists.sourceforge.net
12495                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12496
12497                 and
12498
12499                 Date: Wed, 24 May 2006 12:58:49 +0200
12500                 From: wwp <subscript@free.fr>
12501                 To: sylpheed-claws-devel@lists.sourceforge.net
12502                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12503
12504 2006-06-01 [colin]      2.2.0cvs71
12505
12506         * src/compose.c
12507                 Better guards against IMAP races
12508         * src/main.c
12509         * src/prefs_common.c
12510         * src/prefs_common.h
12511         * src/common/ssl_certificate.c
12512         * src/etpan/imap-thread.c
12513         * src/etpan/imap-thread.h
12514         * src/gtk/sslcertwindow.c
12515                 New hidden option ssl_skip_cert_check to 
12516                 avoid dups of bug #959 (libetpan linked
12517                 against gnutls and gnutls buggy on 64bit)
12518                 Present expired warning only once per
12519                 session/server.
12520         * manual/advanced.xml
12521         * manual/fr/advanced.xml
12522                 Document new option
12523
12524 2006-06-01 [wwp]        2.2.0cvs70
12525
12526         * src/messageview.c
12527                 fix for bug #961 (return receipt dialog 
12528                 complains incorrectly about return-path 
12529                 email adress being different), thanks 
12530                 to Colin.
12531
12532 2006-05-31 [cleroy]     2.2.0cvs69
12533
12534         * src/common/ssl.c
12535                 Guard against NULLs, although this
12536                 should never be an issue
12537
12538 2006-05-31 [colin]      2.2.0cvs68
12539
12540         * src/filtering.c
12541                 Use g_slist_prepend
12542         * src/imap.c
12543                 Don't remove caches when destroying folder, it
12544                 could (should) be done at exit
12545         * src/inc.c
12546                 free processing cache after incorporation
12547         * src/etpan/imap-thread.c
12548                 Maybe fix bug #959 (Crash on moving to emails 
12549                 to a imap account per ssl with a expired 
12550                 certificate.)
12551
12552 2006-05-30 [colin]      2.2.0cvs67
12553
12554         * src/summaryview.c
12555                 Put back event flush when displaying message
12556                 It avoids reading a bunch of messages just
12557                 by hitting shift-n for too long ;)
12558
12559 2006-05-29 [colin]      2.2.0cvs66
12560
12561         * src/summaryview.c
12562                 Remove useless g_warnings
12563
12564 2006-05-29 [colin]      2.2.0cvs65
12565
12566         * src/imap.c
12567                 Fix g_slist_append()s for performance
12568
12569 2006-05-29 [colin]      2.2.0cvs64
12570
12571         * src/compose.c
12572         * src/common/utils.c
12573                 Fix extraneous tab at start of addresses
12574         * src/mainwindow.c
12575                 Fix warnings (thanks to Fabien)
12576                 Fix crash at exit when composing messages 
12577                 exist
12578         * src/pop.c
12579                 Fix progress bar when deleting expired mails
12580                 Thanks to Hiro
12581         * src/summaryview.c
12582         * src/gtk/gtksctree.c
12583                 Fix re-sorting slowness
12584
12585 2006-05-29 [paul]       2.2.0cvs63
12586
12587         * src/mh.c
12588                 fetch full message when moving mails
12589                 from another mailbox, (fixed data loss
12590                 when filtering from IMAP to MH, introduced
12591                 in 2.2.0cvs57).
12592                 Thanks to Colin
12593
12594 2006-05-29 [mones]      2.2.0cvs62
12595
12596         * src/gtk/gtksctree.c
12597                 Unselect faster (patch by Colin)        
12598
12599 2006-05-26 [colin]      2.2.0cvs61
12600
12601         * src/summaryview.c
12602                 Unplug MSGINFO_UPDATE callback on delete too.
12603
12604 2006-05-26 [colin]      2.2.0cvs60
12605
12606         * src/foldersel.c
12607                 Fix bold in folder selection window with glib2.10
12608                 thanks Hiro
12609
12610 2006-05-26 [colin]      2.2.0cvs59
12611
12612         * src/procheader.c
12613                 Convert date only if necessary (and don't
12614                 try to convert from utf8 to utf8, too)
12615         * src/summaryview.c
12616                 Only set column's text if the column's 
12617                 displayed
12618
12619 2006-05-26 [colin]      2.2.0cvs58
12620
12621         * src/summaryview.c
12622         * src/gtk/gtkutils.c
12623                 Fix useless warning
12624
12625 2006-05-26 [colin]      2.2.0cvs57
12626
12627         * src/mainwindow.c
12628                 Make summaryview selectable as long as 
12629                 no message has focus
12630         * src/mh.c
12631                 Faster deletion (by implementing mh_remove_msgs)
12632                 Faster copy (avoid using mh_fetch_msg just to get
12633                 the filename)
12634                 Faster move (using move_file instead of copy_file
12635                 if MSG_IS_MOVE)
12636                 No progressbar if total number of mails to cp/mv 
12637                 is less than 100
12638         * src/summaryview.c
12639                 Fix removal from subject_table when mail gets moved
12640                 Faster deletion (g_slist_prepend instead of append)
12641         * src/gtk/gtksctree.c
12642                 Remove useless code
12643
12644 2006-05-25 [colin]      2.2.0cvs56
12645
12646         * src/common/ssl_certificate.c
12647                 Fix leak in expired cert check
12648
12649 2006-05-25 [colin]      2.2.0cvs55
12650
12651         * src/mh.c
12652                 Disable flags syncing on .mh_sequences - it
12653                 is buggy and marks mails read under unknown
12654                 conditions.
12655
12656 2006-05-25 [paul]
12657
12658         * 2.3.0-rc4 released
12659
12660 2006-05-24 [colin]      2.2.0cvs54
12661
12662         attention cvs users: if you manage to crash
12663         Sylpheed-Claws while moving, copying or deleting
12664         mails, we *are* interested in stack traces and
12665         valgrind logs. It looks stable, but one never
12666         knows...
12667
12668         * src/folder.c
12669                 Add progressbar for cache updates
12670         * src/folderutils.c
12671                 Optimize Mark all read in the current
12672                 folder
12673         * src/mh.c
12674                 Add progressbar for copy/move
12675         * src/procmsg.c
12676                 Optimize O(n^2) in copy/move
12677         * src/summaryview.c
12678         * src/gtk/gtksctree.c
12679                 Optimize O(n^2) algos
12680         * src/common/timing.h
12681                 Display ms instead of us
12682
12683 2006-05-24 [wwp]        2.2.0cvs53
12684
12685         * manual/fr/advanced.xml
12686                 updates to the French manual.
12687
12688 2006-05-24 [wwp]        2.2.0cvs52
12689
12690         * src/common/utils.c
12691                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12692
12693 2006-05-24 [wwp]        2.2.0cvs51
12694
12695         * src/folderutils.c
12696                 fixed "mark all read" in MH folders (thanks to Colin).
12697
12698 2006-05-24 [paul]       2.2.0cvs50
12699
12700         * doc/man/sylpheed-claws.1
12701                 updated the man page
12702
12703 2006-05-23 [colin]      2.2.0cvs49
12704
12705         * src/folderview.c
12706         * src/imap.c
12707         * src/inc.c
12708         * src/mbox.c
12709         * src/messageview.c
12710         * src/news.c
12711         * src/send_message.c
12712         * src/summaryview.c
12713         * src/gtk/sslcertwindow.c
12714                 alertpanel fixes, by Fabien
12715
12716 2006-05-23 [colin]      2.2.0cvs48
12717
12718         * src/folder.c
12719         * src/folderview.c
12720         * src/msgcache.c
12721         * src/summaryview.c
12722         * src/gtk/gtksctree.c
12723         * src/gtk/gtksctree.h
12724                 More timings
12725                 Fix slow loading problem, which was caused by the
12726                 use of some gtk_ctree funcs and their use of
12727                 g_list_position while gtk_ctree_(un)link'ing.
12728                 Reap more functions from gtkctree.c to be sure we
12729                 use our (fast) version instead of theirs.
12730         * src/mh.c
12731                 Fix copy of unread mails
12732
12733
12734 2006-05-22 [wwp]        2.2.0cvs47
12735
12736         * manual/fr/advanced.xml
12737                 updated.
12738
12739 2006-05-22 [colin]      2.2.0cvs46
12740
12741         * src/filtering.c
12742                 Fix possible infinite loop. 'copy' is not a 
12743                 final action, so when encountering a 'copy',
12744                 we have to check if a previous one was set
12745                 and do it. In the same way, if we encounter
12746                 a 'move' we have to perform a possibly 
12747                 pending 'copy'. This will slow down filtering
12748                 on IMAP if move+copy or multiple copy actions
12749                 are to be done, but handling it via the batch
12750                 would be really too convoluted.
12751
12752 2006-05-22 [wwp]        2.2.0cvs45
12753
12754         * manual/fr/advanced.xml
12755         * manual/fr/faq.xml
12756         * manual/fr/glossary.xml
12757         * manual/fr/handling.xml
12758         * manual/fr/intro.xml
12759         * manual/fr/plugins.xml
12760         * manual/fr/sylpheed-claws-manual.xml
12761                 sync w/ the english manual: updates URIs, documented mailing-list
12762                 support, better explanation about the enabled/disabled feature
12763                 in filtering/processing rules by Paul.
12764
12765 2006-05-21 [colin]      2.2.0cvs44
12766
12767         * src/summaryview.c
12768                 Don't expand after building threads, but during
12769
12770 2006-05-21 [colin]      2.2.0cvs43
12771
12772         * src/procmsg.c
12773         * src/summaryview.c
12774                 More timing possibilities... For next time I have 
12775                 to find out how the hell some 3GHz computer takes
12776                 one minute to open a 30k folder...
12777
12778 2006-05-21 [colin]      2.2.0cvs42
12779
12780         * manual/pl/advanced.xml
12781         * manual/pl/faq.xml
12782         * manual/pl/glossary.xml
12783         * manual/pl/handling.xml
12784         * manual/pl/intro.xml
12785         * manual/pl/plugins.xml
12786         * manual/pl/sylpheed-claws-manual.xml
12787                 Polish manual updated by Pawel
12788
12789 2006-05-20 [colin]
12790
12791         * 2.3.0-rc3 released
12792
12793 2006-05-20 [colin]      2.2.0cvs41
12794
12795         * src/imap.c
12796                 Fix -rc2 problems:
12797                 - remove cache of moved messages from original folder
12798                 - apply new flags to messages even if they aren't appliable
12799                   via IMAP.
12800
12801 2006-05-20 [colin]
12802
12803         * 2.3.0-rc2 released
12804
12805 2006-05-19 [colin]      2.2.0cvs40
12806
12807         * src/imap.c
12808                 Don't issue SELECT in imap_change_flags
12809                 before having checked that we indeed have
12810                 some flags to change. MSG_POSTFILTERED for
12811                 example can't be used on IMAP.
12812                 Fixes bug #955 (copying messages between 
12813                 imap folders is extremely slow), which was
12814                 a regression.
12815
12816 2006-05-19 [colin]      2.2.0cvs39
12817
12818         * src/folder.c
12819         * src/folder.h
12820         * src/folderview.c
12821                 Try to fix bug #830 (Some unread messages 
12822                 get marked read in IMAP inbox):
12823                 - Prevent scanning a folder if it's being 
12824                   opened via the GUI
12825                 - Postpone opening via the GUI of a folder
12826                   currently scanned.
12827
12828
12829 2006-05-19 [wwp]        2.2.0cvs38
12830
12831         * manual/advanced.xml
12832                 fix English+typo (thanks to Paul).
12833
12834 2006-05-19 [wwp]        2.2.0cvs37
12835
12836         * manual/advanced.xml
12837         * manual/fr/advanced.xml
12838         * src/gtk/logwindow.c
12839         * src/prefs_common.c
12840         * src/prefs_common.h
12841                 added hidden prefs to allow customization of colors used in
12842                 protocol log window (useful for dark gtk+ themes).
12843
12844 2006-05-19 [wwp]        2.2.0cvs36
12845
12846         * ChangeLog
12847                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12848
12849 2006-05-19 [paul]       2.2.0cvs35
12850
12851         * src/textview.c
12852                 make Reply-To fully clickable
12853         * src/gtk/logwindow.c
12854                 more colouring (SMTP ESMTP)
12855         Both patches by Pawel Pekala
12856
12857 2006-05-19 [cleroy]     2.2.0cvs34
12858
12859         * src/mh.c
12860                 Don't update flags from current folder
12861                 Probably fixes bug #935 (Read Messages 
12862                 Revert to Being Marked as Unread)
12863
12864 2006-05-18 [colin]      2.2.0cvs33
12865
12866         * src/imap.c
12867                 Warning fix
12868         * src/compose.c
12869         * src/mainwindow.c
12870         * src/summaryview.c
12871         * src/toolbar.c
12872                 Allow replying to multiple emails
12873                 in multiple windows
12874         * src/mimeview.c
12875         * src/etpan/imap-thread.c
12876                 Leak fixes
12877
12878 2006-05-18 [paul]       2.2.0cvs32
12879
12880         * src/summaryview.c
12881                 keep Mailing-List menu refreshed
12882                 Thanks to Colin
12883
12884 2006-05-18 [paul]       2.2.0cvs31
12885
12886         * manual/advanced.xml
12887         * manual/faq.xml
12888         * manual/glossary.xml
12889         * manual/handling.xml
12890         * manual/intro.xml
12891         * manual/plugins.xml
12892         * manual/sylpheed-claws-manual.xml
12893                 update URLs
12894                 add info about mailing-list support
12895                 edit filtering info
12896         * src/wizard.c
12897         * src/common/defs.h
12898         * src/gtk/about.c
12899         * src/plugins/dillo_viewer/README
12900                 update URLs
12901
12902 2006-05-17 [wwp]        2.2.0cvs30
12903
12904         * manual/handling.xml
12905         * manual/fr/handling.xml
12906                 documented the ability to enabled/disable filtering/processing rules.
12907
12908 2006-05-17 [colin]      2.2.0cvs29
12909
12910         * src/main.c
12911                 Don't initialize g_thread subsystem if it's 
12912                 already done (thanks to Hiro)
12913         * src/mimeview.c
12914                 Fix saving of parts when there name can't be
12915                 converted from UTF-8.
12916
12917 2006-05-17 [paul]       2.2.0cvs28
12918
12919         * po/Makefile.in.in
12920                 fix config.status warning with autoconf 2.60
12921
12922 2006-05-17 [paul]       2.2.0cvs27
12923
12924         * po/POTFILES.in
12925                 add src/mbox.c
12926
12927 2006-05-17 [wwp]        2.2.0cvs26
12928
12929         * src/mainwindow.c
12930                 fix useless and potentially dangerous buffer walking (thanks to Colin).
12931
12932 2006-05-17 [wwp]        2.2.0cvs25
12933
12934         * src/plugins/demo/demo.c
12935                 updated product name in plugin demo (many plugins need to be
12936                 sync'ed w/ that change).
12937
12938 2006-05-17 [colin]      2.2.0cvs24
12939
12940         * src/mh.c
12941                 Fix leak
12942
12943 2006-05-16 [colin]      2.2.0cvs23
12944
12945         * src/mainwindow.c
12946                 Stupid me hit again. Fix cvs22.
12947
12948 2006-05-16 [colin]      2.2.0cvs22
12949
12950         * src/mainwindow.c
12951                 Fix bug #922 (sylpheed-claws crashed after 
12952                 pushing on Inbox folder)
12953
12954 2006-05-16 [colin]      2.2.0cvs21
12955
12956         * src/compose.c
12957                 Make From header be copy/paste/select-able
12958
12959 2006-05-16 [wwp]        2.2.0cvs20
12960
12961         * src/export.c
12962         * src/matcher.c
12963         * src/summaryview.c
12964         * src/etpan/imap-thread.c
12965                 fix some compiler warnings (thanks to Colin).
12966
12967 2006-05-16 [wwp]        2.2.0cvs19
12968
12969         * src/action.c
12970         * src/gedit-print.c
12971         * src/inc.c
12972         * src/mainwindow.c
12973         * src/mh.c
12974         * src/statusbar.c
12975         * src/send_message.c
12976         * src/summaryview.c
12977                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
12978
12979 2006-05-15 [colin]      2.2.0cvs18
12980
12981         * src/procmsg.c
12982                 Fix automatic rule creation with List-Post
12983
12984 2006-05-15 [paul]       2.2.0cvs17
12985
12986         * tools/filter_conv_new.pl
12987                 updated for rule enabling/disabling
12988                 claws version >= 2.3.x required
12989
12990 2006-05-15 [cleroy]     2.2.0cvs16
12991
12992         * src/main.c
12993                 Revert test
12994
12995 2006-05-15 [cleroy]     2.2.0cvs15
12996
12997         * src/main.c
12998                 test
12999
13000 2006-05-15 [wwp]        2.2.0cvs14
13001
13002         * manual/pl/.cvsignore
13003                 ignore generated files.
13004
13005 2006-05-14 [wwp]        2.3.0-rc1
13006
13007         * 2.3.0-rc1 released
13008
13009 2006-05-13 [wwp]        2.2.0cvs13
13010
13011         * src/filtering.c
13012         * src/filtering.h
13013         * src/matcher.c
13014         * src/matcher_parser_lex.l
13015         * src/matcher_parser_parse.y
13016         * src/prefs_filtering.c
13017                 new feature: provide the ability to disable filtering and processing
13018                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13019                 adaptations.
13020
13021 2006-05-13 [colin]      2.2.0cvs12
13022
13023         * src/compose.c
13024                 Remove useless if (a) b; else b;
13025                 Thanks to wwp
13026
13027 2006-05-13 [wwp]        2.2.0cvs11
13028
13029         * src/export.c
13030         * src/import.c
13031         * src/mainwindow.c
13032         * src/mbox.c
13033         * src/summaryview.c
13034         * src/summaryview.h
13035                 no more silent failures (or at least less ones) when importing
13036                 or exporting from/to mbox. Also start importing/exporting if
13037                 the necessary info is set.
13038
13039 2006-05-13 [wwp]        2.2.0cvs10
13040
13041         * RELEASE_NOTES
13042                 restored up-to-date release notes.
13043
13044 2006-05-13 [paul]       2.2.0cvs9
13045
13046         * po/nl.po
13047         * po/ru.po
13048                 updated by Tim Dijkstra and Pavlo Bohmat
13049
13050 2006-05-12 [colin]      2.2.0cvs8
13051
13052         * src/gtk/quicksearch.c
13053                 Add "k" as shortcut for "colorlabel". Patch
13054                 by ath42@users.sf.net.
13055
13056 2006-05-12 [paul]       2.2.0cvs7
13057
13058         * src/prefs_common.h
13059         * src/prefs_summaries.c
13060         * src/summaryview.c
13061                 when entering a folder also allow
13062                 going directly to first Marked message
13063
13064 2006-05-12 [paul]       2.2.0cvs6
13065
13066         * src/summaryview.c
13067                 always obey 'confirm before marking all
13068                 mails read' option
13069
13070 2006-05-12 [paul]       2.2.0cvs5
13071
13072         * src/textview.c
13073                 make Sender fully clickable
13074
13075 2006-05-12 [colin]      2.2.0cvs4
13076
13077         * src/compose.c
13078         * src/compose.h
13079                 Let From be editable
13080         * src/main.c
13081         * src/mh.c
13082                 Full support of .mh_sequences' Unseen seq
13083
13084 2006-05-12 [colin]      2.2.0cvs3
13085
13086         * src/folder.c
13087         * src/mainwindow.c
13088         * src/mainwindow.h
13089         * src/messageview.c
13090         * src/prefs_spelling.c
13091         * src/procheader.c
13092         * src/procmsg.c
13093         * src/procmsg.h
13094         * src/summaryview.c
13095         * src/toolbar.c
13096         * src/toolbar.h
13097                 Add contextual menu on Compose toolbar
13098                 button. Fixes bug #944 (Automatic
13099                 addresses not applied when changing account
13100                 from compose window)
13101                 add Mailing List support
13102                 based on the old 0.6.5claws25 patch by
13103                 Melvin Hadasht, with finishing touches
13104                 by Colin
13105                 Fix "ignore thread" when mails are threaded by
13106                 subject (and weren't ignored although appearing
13107                 in the thread).
13108                 GUI rework.
13109                 Both patches by Pawel.
13110
13111 2006-05-08 [paul]       2.2.0cvs2
13112
13113         * src/mainwindow.c
13114         * src/mainwindow.h
13115         * src/messageview.c
13116         * src/procheader.c
13117         * src/procmsg.c
13118         * src/procmsg.h
13119         * src/summaryview.c
13120                 add Mailing List support
13121                 based on the old 0.6.5claws25 patch by 
13122                 Melvin Hadasht, with finishing touches
13123                 by Colin
13124
13125 2006-05-08 [colin]      2.2.0cvs1
13126
13127         * src/mainwindow.c
13128         * src/toolbar.c
13129         * src/toolbar.h
13130                 Add contextual menu on Compose toolbar 
13131                 button. Fixes bug #944 (Automatic 
13132                 addresses not applied when changing account 
13133                 from compose window)
13134
13135 2006-05-08 [paul]       2.2.0
13136
13137         2.2.0 released
13138
13139 2006-05-08 [paul]       2.1.1cvs51
13140
13141         * po/cs.po
13142         * po/de.po
13143         * po/en_GB.po
13144         * po/fi.po
13145         * po/fr.po
13146         * po/pt_BR.po
13147         * po/sr.po
13148         * po/zh_CN.po
13149                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13150                 Fabien Vantard, Frederico Goncalves Guimaraes,
13151                 Aleksandar Urosevic, and Ralgh Young
13152
13153 2006-05-12 [colin]      2.1.1cvs50
13154
13155         * po/cs.po
13156         * po/de.po
13157         * po/en_GB.po
13158         * po/es.po
13159         * po/fi.po
13160         * po/fr.po
13161         * po/pt_BR.po
13162         * po/sr.po
13163         * po/zh_CN.po
13164                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13165                 Fabien Vantard, Frederico Goncalves Guimaraes,
13166                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13167
13168 2006-05-05 [colin]      2.1.1cvs49
13169
13170         * manual/Makefile.am
13171         * manual/pl/Makefile.am
13172         * manual/pl/account.xml
13173         * manual/pl/ack.xml
13174         * manual/pl/addrbook.xml
13175         * manual/pl/advanced.xml
13176         * manual/pl/faq.xml
13177         * manual/pl/glossary.xml
13178         * manual/pl/gpl.xml
13179         * manual/pl/handling.xml
13180         * manual/pl/intro.xml
13181         * manual/pl/keyboard.xml
13182         * manual/pl/plugins.xml
13183         * manual/pl/starting.xml
13184         * manual/pl/sylpheed-claws-manual.xml
13185         * manual/pl/dist/.cvsignore
13186         * manual/pl/dist/Makefile.am
13187         * manual/pl/dist/html/.cvsignore
13188         * manual/pl/dist/html/Makefile.am
13189         * manual/pl/dist/pdf/.cvsignore
13190         * manual/pl/dist/pdf/Makefile.am
13191         * manual/pl/dist/ps/.cvsignore
13192         * manual/pl/dist/ps/Makefile.am
13193         * manual/pl/dist/txt/.cvsignore
13194         * manual/pl/dist/txt/Makefile.am
13195                 Add the polish translation of the manual,
13196                 Authored by Pawel Pekala.
13197
13198 2006-05-05 [cleroy]     2.1.1cvs48
13199
13200         * src/main.c
13201                 Re-read matcherrc after loading plugins 
13202                 if some of them add folders.
13203
13204 2006-05-03 [colin]      2.1.1cvs47
13205
13206         * src/imap.c
13207                 I'm idiot
13208
13209 2006-05-03 [colin]      2.1.1cvs46
13210
13211         * src/imap.c
13212                 Be sure to have a session when
13213                 getting separator
13214
13215 2006-05-03 [colin]      2.1.1cvs45
13216
13217         * src/imap.c
13218         * src/imap.h
13219         * src/imap_gtk.c
13220                 Fix preventing renaming with namespace 
13221                 separator.
13222
13223 2006-05-01 [colin]      2.1.1cvs44
13224
13225         * src/action.c
13226                 Don't reload messageview when result of
13227                 action is piped.
13228
13229 2006-04-29 [colin]      2.1.1cvs43
13230
13231         * src/prefs_receive.c
13232         * src/plugins/spamassassin/spamassassin_gtk.c
13233         * src/plugins/clamav/clamav_plugin_gtk.c
13234                 GUI fixes by Pawel
13235
13236 2006-04-29 [colin]      2.1.1cvs42
13237
13238         * src/prefs_compose_writing.c
13239         * src/prefs_quote.c
13240                 Cleanups. Patch by Pawel
13241
13242 2006-04-28 [paul]       2.1.1cvs41
13243
13244         * src/matcher.c
13245                 fix returned quick search results when search
13246                 term contains an underscore.
13247                 Thanks to Colin
13248
13249 2006-04-28 [paul]       2.1.1cvs40
13250
13251         * src/prefs_message.c
13252         * src/prefs_receive.c
13253                 GUI cleanups
13254                 Patches by Pawel Pekala
13255
13256 2006-04-27 [colin]      2.1.1cvs39
13257
13258         * src/wizard.c
13259                 Differentiate subject Welcome from
13260                 window's title Welcome
13261
13262 2006-04-27 [paul]
13263
13264         2.2.0-rc1 released
13265
13266 2006-04-27 [paul]       2.1.1cvs38
13267
13268         * manual/advanced.xml
13269         * manual/fr/advanced.xml
13270                 add info about compose_no_markup hidden pref
13271
13272 2006-04-27 [paul]       2.1.1cvs37
13273
13274         * src/prefs_account.c
13275                 improve privacy labels
13276         * src/prefs_msg_colors.c
13277                 change some strings for translators' convenience
13278         * src/gtk/gtkutils.c
13279                 don't underline the link button text
13280
13281 2006-04-25 [colin]      2.1.1cvs36
13282
13283         * src/folder.c
13284                 Complete 2.1.1cvs33 (once more ;)
13285
13286 2006-04-25 [colin]      2.1.1cvs35
13287
13288         * src/editldap.c
13289                 Fix tooltip
13290
13291 2006-04-25 [cleroy]     2.1.1cvs34
13292
13293         * src/compose.c
13294         * src/gtk/gtkaspell.c
13295                 Fix crash on redirect (related to the return 
13296                 of the aspell menu in compose's toolbar)
13297         * src/prefs_msg_colors.c
13298                 Fix sensitivity widgets
13299         * src/image_viewer.c
13300         * src/gtk/pluginwindow.c
13301         * src/gtk/prefswindow.c
13302                 Change released signals to clicked (Fabien)
13303         * po/POTFILES.in
13304         * src/common/socket.c
13305         * src/plugins/spamassassin/spamassassin.c
13306                 Translate strings (Fabien)
13307
13308 2006-04-25 [paul]       2.1.1cvs33
13309
13310         * src/folder.c
13311         * src/folder.h
13312         * src/folderview.c
13313                 complete the fix of bug #912
13314                 Thanks to Colin
13315
13316 2006-04-25 [colin]      2.1.1cvs32
13317
13318         * src/news.c
13319                 Better progress bar
13320         * src/mimeview.c
13321         * src/summaryview.c
13322         * src/summaryview.h
13323                 Fix focus chain
13324                 Patches by Pawel Pekala
13325
13326 2006-04-24 [colin]      2.1.1cvs31
13327
13328         * src/compose.c
13329                 Fix compilation warnings (Fabien)
13330
13331 2006-04-24 [colin]      2.1.1cvs30
13332
13333         * src/addrindex.c
13334         * src/editldap.c
13335         * src/editldap_basedn.c
13336         * src/editldap_basedn.h
13337         * src/ldapctrl.c
13338         * src/ldapctrl.h
13339         * src/ldapquery.c
13340         * src/ldaputil.c
13341         * src/ldaputil.h
13342                 Fix bug #901 (LDAPS support)
13343
13344 2006-04-24 [colin]      2.1.1cvs29
13345
13346         * src/compose.c
13347                 Fix logic on error with send dialog on
13348         * src/imap.c
13349                 Fix compilation without libetpan, thanks
13350                 to Fabien
13351         * src/summaryview.c
13352                 Fix 'context-menu' key
13353
13354 2006-04-23 [colin]      2.1.1cvs28
13355
13356         * src/folder.c
13357                 Never free current's cache to free up 
13358                 memory. Fixes bug #912 (new count 
13359                 randomly set to message count)
13360
13361 2006-04-23 [colin]      2.1.1cvs27
13362
13363         * src/gtk/quicksearch.c
13364                 And remove printf...
13365
13366 2006-04-23 [colin]      2.1.1cvs26
13367
13368         * src/gtk/quicksearch.c
13369                 Fix replacing in quicksearch, and fix inserting
13370                 in the middle of the string. (introduced at 2.1.0cvs22)
13371
13372 2006-04-23 [colin]      2.1.1cvs25
13373
13374         * src/imap.c
13375                 Make sure uidnext is initialized in get_num_list
13376                 (not for stable, related to 2.1.1cvs8 and friends)
13377
13378 2006-04-23 [colin]      2.1.1cvs24
13379
13380         * src/imap.c
13381                 Output something when login is successful
13382                 too
13383
13384 2006-04-23 [colin]      2.1.1cvs23
13385
13386         * src/etpan/imap-thread.c
13387                 Better logging (line-per-line, hide data in fetch)
13388                 Fix a const warning
13389         * src/gtk/logwindow.c
13390         * src/gtk/logwindow.h
13391                 Better logging (color for input/output)
13392
13393 2006-04-21 [colin]      2.1.1cvs22
13394
13395         * src/gtk/quicksearch.c
13396                 On gtk+-2.8, use stock buttons in quicksearch
13397                 Based on a patch by Fabien and a design by Paul
13398
13399 2006-04-21 [colin]      2.1.1cvs21
13400
13401         * src/folderview.c
13402         * src/mainwindow.c
13403                 Fix occasional flicker in folderview
13404         * src/common/utils.c
13405                 Fix bug #943 (Incorrectly parsed email address 
13406                 list in short headers on message view and in 
13407                 printouts)
13408
13409 2006-04-20 [colin]      2.1.1cvs20
13410
13411         * src/imap.c
13412         * src/imap.h
13413         * src/prefs_account.c
13414                 Add ANONYMOUS auth for IMAP
13415
13416 2006-04-20 [paul]       2.1.1cvs19
13417
13418         * src/main.c
13419                 proper fix for 2.1.1cvs18
13420                 Thanks to Colin
13421
13422 2006-04-20 [paul]       2.1.1cvs18
13423
13424         * src/main.c
13425                 fix build warnings
13426
13427 2006-04-20 [paul]       2.1.1cvs17
13428
13429         * src/gtk/quicksearch.c
13430                 fix standard, non-extended Quick search,
13431                 was broken in 2.1.1cvs15.
13432                 Thanks to Colin.
13433
13434 2006-04-20 [colin]      2.1.1cvs16
13435
13436         * src/prefs_matcher.c
13437                 Fix values when reselecting a ~test
13438                 rule
13439
13440 2006-04-19 [colin]      2.1.1cvs15
13441
13442         * src/compose.c
13443         * src/compose.h
13444         * src/gtk/gtkaspell.c
13445         * src/gtk/gtkaspell.h
13446                 Put back Options menu in Spelling/
13447         * src/gtk/quicksearch.c
13448                 Don't search, and show error, if the
13449                 advanced search has a syntax error
13450
13451 2006-04-18 [colin]      2.1.1cvs14
13452
13453         * src/textview.c
13454                 Fix gdk warnings on set_cursor when textview
13455                 isn't visible
13456
13457 2006-04-18 [colin]      2.1.1cvs13
13458
13459         * src/gtk/gtksctree.c
13460                 Remove seemingly useless refresh that causes
13461                 flicker - watch this commit in case of 
13462                 problems before planned backport to stable
13463
13464 2006-04-18 [colin]      2.1.1cvs12
13465
13466         * src/imap.c
13467                 Factorize get/set_xml code
13468         * src/compose.c
13469         * src/prefs_account.c
13470         * src/prefs_account.h
13471         * src/procmsg.c
13472                 Add Encrypt to self option
13473
13474 2006-04-17 [colin]      2.1.1cvs11
13475
13476         * configure.ac
13477                 Fix search on encrpyt function on dragonfly
13478                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13479
13480 2006-04-17 [colin]      2.1.1cvs10
13481
13482         * src/prefs_account.c
13483                 Be safe by default: remove mails from POP3
13484                 after 7 days, not immediately
13485
13486 2006-04-17 [colin]      2.1.1cvs9
13487
13488         * src/etpan/imap-thread.c
13489                 Fix build on DragonFly - patch by 
13490                 Jonathan Buschmann <jonthn@agmact.com>
13491
13492 2006-04-17 [colin]      2.1.1cvs8
13493
13494         * src/imap.c
13495                 Save uidnext between sessions
13496
13497 2006-04-17 [colin]      2.1.1cvs7
13498
13499         * src/imap.c
13500                 scan is required when uid validity changes
13501
13502 2006-04-17 [colin]      2.1.1cvs6
13503
13504         * src/folderview.c
13505                 Don't scan if not necessary, apart in current
13506                 folder and INBOX to fetch flags.
13507         * src/imap.c
13508                 Scan is necessary if unread count changes
13509
13510 2006-04-17 [colin]      2.1.1cvs5
13511
13512         * src/imap.c
13513                 ...But always fetch ANSWERED and DELETED flags for
13514                 INBOX, as filtering can happen on these flags.
13515
13516 2006-04-17 [colin]      2.1.1cvs4
13517
13518         * src/imap.c
13519                 Don't fetch REPLIED and DELETED flags when synchronising
13520                 flags with a closed folder. We only need UNSEEN and FLAGGED
13521                 to update the folderview.
13522
13523 2006-04-17 [colin]      2.1.1cvs3
13524
13525         * src/imap.c
13526                 Faster flag search when there are new mails 
13527                 in a folder. We can do a full search if the 
13528                 folder contains less messages than the new
13529                 list.
13530
13531 2006-04-17 [colin]      2.1.1cvs2
13532
13533         * po/cs.po
13534         * po/de.po
13535         * po/fr.po
13536         * po/nl.po
13537         * po/pt_BR.po
13538                 Update translations from stable branch
13539
13540 2006-04-17 [colin]      2.1.1cvs1
13541
13542         * configure.ac
13543                 Bump version to follow stable release
13544
13545 2006-04-16 [mones]      2.1.0cvs50
13546
13547         * po/es.po
13548                 Updated for release
13549
13550 2006-04-16 [colin]      2.1.0cvs49
13551
13552         * src/textview.c
13553                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13554                 with gtk < 2.8. Thanks to Fabien Vantard.
13555
13556 2006-04-15 [colin]      2.1.0cvs48
13557
13558         * src/etpan/imap-thread.c
13559                 Fix bug #919 (libetpan: SEGV when connecting 
13560                 using command)
13561
13562 2006-04-14 [colin]      2.1.0cvs47
13563
13564         * src/main.c
13565                 Fix race on --select (should be done better)
13566
13567 2006-04-14 [wwp]        2.1.0cvs46
13568
13569         * src/send_message.c
13570                 enforce a check for domain in account prefs (a sending
13571                 error could be faced if domain was checked but no value set),
13572                 thanks to Colin.
13573
13574 2006-04-14 [colin]      2.1.0cvs45
13575
13576         * src/codeconv.c
13577                 when converting from unknown to unknown, if the
13578                 string is UTF8, don't convert it to the locale
13579                 (which breaks it)
13580
13581 2006-04-14 [colin]      2.1.0cvs44
13582
13583         * src/compose.c
13584                 Don't try to use ASCII for converting headers
13585                 (as done in body)
13586
13587 2006-04-14 [paul]       2.1.0cvs43
13588
13589         * src/crash.c
13590                 add locale/charset info to crash report
13591         * src/gtk/about.c
13592                 add wwp to doc team
13593                 replace 'e-mail' with preferred 'email'
13594         * src/gtk/authors.h
13595                 ensure contributors list is in alphabetical
13596                 order
13597
13598 2006-04-13 [colin]      2.1.0cvs42
13599
13600         * src/textview.c
13601                 Prevent gdk warnings
13602
13603 2006-04-13 [colin]      2.1.0cvs41
13604
13605         * src/common/ssl_certificate.c
13606         * src/common/ssl_certificate.h
13607         * src/gtk/sslcertwindow.c
13608                 Warn on expired certs, and display the expiration date
13609
13610 2006-04-13 [colin]      2.1.0cvs40
13611
13612         * src/plugins/spamassassin/spamassassin_gtk.c
13613                 Fix missing set_text on unix socket
13614
13615 2006-04-13 [wwp]        2.1.0cvs39
13616
13617         * manual/fr/advanced.xml
13618         * manual/fr/glossary.xml
13619                 applied new spam/ham/email lexicon (pourriel, courriel)
13620
13621 2006-04-13 [paul]       2.1.0cvs38
13622
13623         * src/plugins/pgpmime/plugin.c
13624                 remove the mention of S/MIME from the
13625                 description. This is now handled by the
13626                 S/MIME plugin.
13627
13628 2006-04-13 [paul]       2.1.0cvs37
13629
13630         * src/prefs_msg_colors.c
13631                 rework dialog
13632         * src/prefs_folder_item.c
13633         * src/prefs_spelling.c
13634                 add a tooltip to the colour selector buttons
13635
13636 2006-04-13 [wwp]        2.1.0cvs36
13637
13638         * manual/advanced.xml
13639         * manual/glossary.xml
13640         * manual/handling.xml
13641         * manual/keyboard.xml
13642         * manual/plugins.xml
13643         * manual/starting.xml
13644         * manual/fr/account.xml
13645         * manual/fr/ack.xml
13646         * manual/fr/addrbook.xml
13647         * manual/fr/advanced.xml
13648         * manual/fr/faq.xml
13649         * manual/fr/glossary.xml
13650         * manual/fr/gpl.xml
13651         * manual/fr/handling.xml
13652         * manual/fr/intro.xml
13653         * manual/fr/keyboard.xml
13654         * manual/fr/plugins.xml
13655         * manual/fr/starting.xml
13656         * manual/fr/sylpheed-claws-manual.xml
13657                 fixes to the manuals:
13658                  - summaryview -> Message List (same in French)
13659                  - translate key names
13660                  - fix French punctuation, use non-breakable spaces when
13661                    necessary, don't use &thinsp; which is not portable
13662                  - tell what maildir and mbox formats we support
13663
13664 2006-04-12 [wwp]        2.1.0cvs35
13665
13666         * src/prefs_toolbar.c
13667                 unified a replace button more,
13668                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13669
13670 2006-04-12 [wwp]        2.1.0cvs34
13671
13672         * src/prefs_common.c
13673         * src/prefs_msg_colors.c
13674                 make default color labels translatable,
13675                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13676                 thanks to Tim <timbrain@post.cz> for reporting.
13677
13678 2006-04-12 [wwp]        2.1.0cvs33
13679
13680         * manual/glossary.xml
13681         * manual/intro.xml
13682         * manual/plugins.xml
13683         * manual/starting.xml
13684         * manual/sylpheed-claws-manual.xml
13685         * manual/fr/.cvsignore
13686         * manual/fr/account.xml
13687         * manual/fr/ack.xml
13688         * manual/fr/addrbook.xml
13689         * manual/fr/advanced.xml
13690         * manual/fr/faq.xml
13691         * manual/fr/glossary.xml
13692         * manual/fr/handling.xml
13693         * manual/fr/intro.xml
13694         * manual/fr/keyboard.xml
13695         * manual/fr/plugins.xml
13696         * manual/fr/starting.xml
13697         * manual/fr/sylpheed-claws-manual.xml
13698                 various fixes: typos, missing .fr translations, punctuation,
13699                 capitalization, links, accents and some bad French more.
13700
13701 2006-04-12 [wwp]        2.1.0cvs32
13702
13703         * src/prefs_gtk.c
13704                 fix for bug #935: always store prefs files in UTF-8 (thanks
13705                 to Colin).
13706
13707 2006-04-11 [colin]      2.1.0cvs31
13708
13709         * src/compose.c
13710                 Fix inserting files not in utf8 when locale is utf8
13711
13712 2006-04-11 [colin]      2.1.0cvs30
13713
13714         * src/inc.c
13715                 Don't show error dialog when cancelling connection
13716                 Patch by Pawel
13717
13718 2006-04-11 [cleroy]     2.1.0cvs29
13719
13720         * src/compose.c
13721                 Implement multiple quote levels
13722         * src/prefs_common.c
13723                 Change a little bit the quote bgcolor for 2nd level
13724
13725 2006-04-11 [colin]      2.1.0cvs28
13726
13727         * src/gtk/about.c
13728                 Add locale and charset in the label
13729
13730 2006-04-10 [colin]      2.1.0cvs27
13731
13732         * src/compose.c
13733         * src/prefs_common.c
13734         * src/prefs_common.h
13735         * src/prefs_msg_colors.c
13736         * src/textview.c
13737                 Allow optional background color in quotes
13738                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13739                 GTK+-2.8.x feature
13740
13741 2006-04-10 [colin]      2.1.0cvs26
13742
13743         * src/main.c
13744         * src/mainwindow.c
13745         * src/mainwindow.h
13746                 Implement --select
13747
13748 2006-04-10 [colin]      2.1.0cvs25
13749
13750         * manual/plugins.xml
13751         * manual/fr/plugins.xml
13752                 Document libcurl's proxy variables
13753
13754 2006-04-09 [colin]      2.1.0cvs24
13755
13756         * src/prefs_common.c
13757                 gettext() returns statically allocated stuff. We have
13758                 to strdup it in order to be able to free it.
13759
13760 2006-04-09 [colin]      2.1.0cvs23
13761
13762         * AUTHORS
13763         * src/gtk/authors.h
13764                 Add Alexei
13765
13766 2006-04-09 [colin]      2.1.0cvs22
13767
13768         * src/mainwindow.c
13769         * src/gtk/quicksearch.c
13770                 Fix bug #859 (problems with cyrilic input in 
13771                 search panel) - Patch by Alexey Illarionov 
13772                 <littlesavage@rambler.ru>
13773
13774 2006-04-09 [colin]      2.1.0cvs21
13775
13776         * src/prefs_customheader.c
13777                 I prefer removing then freeing rather than the contrary
13778                 (even if it doesn't change anything ;-)
13779         * src/prefs_account.c
13780                 Fix bug #933 (Crash re-entering the custom headers list 
13781                 dialog in accounts prefs)
13782                 The problem happened when cancelling the Account 
13783                 Preferences' dialogs - in which case we didn't do 
13784                 anything to the PrefsAccount * struct. In case of applying,
13785                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13786                 working with in this dialog. The problem is that 
13787                 prefs_customheader.c, working on this tmp_ac_prefs, always
13788                 changes the ->customhdr_list pointer, even when cancelled. 
13789                 So in case of cancelling the prefs_account dialog, we still
13790                 have to update ->customhdr_list in the real account.
13791
13792 2006-04-08 [colin]      2.1.0cvs20
13793
13794         * manual/fr/glossary.xml
13795         * manual/fr/keyboard.xml
13796                 Forgot some headers :)
13797
13798 2006-04-08 [colin]      2.1.0cvs19
13799
13800         * manual/Makefile.am
13801         * manual/fr/Makefile.am
13802         * manual/fr/account.xml
13803         * manual/fr/ack.xml
13804         * manual/fr/addrbook.xml
13805         * manual/fr/advanced.xml
13806         * manual/fr/faq.xml
13807         * manual/fr/glossary.xml
13808         * manual/fr/gpl.xml
13809         * manual/fr/handling.xml
13810         * manual/fr/intro.xml
13811         * manual/fr/keyboard.xml
13812         * manual/fr/plugins.xml
13813         * manual/fr/starting.xml
13814         * manual/fr/sylpheed-claws-manual.xml
13815         * manual/fr/dist/.cvsignore
13816         * manual/fr/dist/Makefile.am
13817         * manual/fr/dist/html/.cvsignore
13818         * manual/fr/dist/html/Makefile.am
13819         * manual/fr/dist/pdf/.cvsignore
13820         * manual/fr/dist/pdf/Makefile.am
13821         * manual/fr/dist/ps/.cvsignore
13822         * manual/fr/dist/ps/Makefile.am
13823         * manual/fr/dist/txt/.cvsignore
13824         * manual/fr/dist/txt/Makefile.am
13825                 Add the french translation of the manual. Thanks to
13826                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13827                 account.xml, ack.xml, addrbook.xml and advanced.xml
13828
13829 2006-04-08 [colin]      2.1.0cvs18
13830
13831         * manual/plugins.xml
13832         * manual/starting.xml
13833                 More fixes
13834
13835 2006-04-07 [colin]      2.1.0cvs17
13836
13837         * manual/faq.xml
13838         * manual/intro.xml
13839         * manual/keyboard.xml
13840                 Little fixes
13841
13842 2006-04-07 [colin]      2.1.0cvs16
13843
13844         * README
13845         * src/compose.c
13846         * src/prefs_common.c
13847         * src/prefs_common.h
13848                 Add hidden compose_no_markup pref
13849
13850 2006-04-07 [wwp]        2.1.0cvs15
13851
13852         * src/summary_search.c
13853         * .cvsignore
13854                 Bugfix: stop button was sticky when searching in an empty folder.
13855                 Applied curly brackets code style to the whole file (summary_search.c).
13856                 More files to ignore.
13857
13858 2006-04-07 [wwp]        2.1.0cvs14
13859
13860         * src/message_search.c
13861         * src/summary_search.c
13862                 changed default button when search bumps at file/folder
13863                 beginning or end, for convenience (thanks to Colin).
13864
13865 2006-04-07 [paul]       2.1.0cvs13
13866
13867         * src/plugins/dillo_viewer/dillo_prefs.c
13868                 avoid future potential for namespace collision
13869                 Patch by Colin
13870
13871 2006-04-06 [wwp]        2.1.0cvs12
13872
13873         * src/summary_search.c
13874                 Unify extended/advanced searches names (and thus factorize labels),
13875                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13876
13877 2006-04-06 [wwp]        2.1.0cvs11
13878
13879         * src/folderview.c
13880         * src/prefs_themes.c
13881         * src/summaryview.c
13882                 Fixed some compilation warnings.
13883
13884 2006-04-06 [colin]      2.1.0cvs10
13885
13886         * manual/advanced.xml
13887                 Document the wizard template and how to deploy
13888                 Sylpheed-Claws effectively
13889
13890 2006-04-06 [colin]      2.1.0cvs9
13891
13892         * src/folderview.c
13893                 gettext patch to tell translators about _("#"),
13894                 by Maxim Britov
13895
13896 2006-04-06 [colin]      2.1.0cvs8
13897
13898         * src/textview.c
13899                 Fix invalid GtkTextBIter after clicking "Display as text"
13900
13901 2006-04-06 [mones]      2.1.0cvs7
13902
13903         * src/addr_compl.c
13904         * src/addrindex.c
13905         * src/addritem.c
13906         * src/codeconv.c
13907         * src/compose.c
13908         * src/filtering.c
13909         * src/folder.c
13910         * src/folder_item_prefs.c
13911         * src/folderview.c
13912         * src/localfolder.c
13913         * src/matcher.c
13914         * src/mimeview.c
13915         * src/prefs_msg_colors.c
13916         * src/prefs_spelling.c
13917         * src/prefs_themes.c
13918         * src/procmime.c
13919         * src/procmsg.c
13920         * src/stock_pixmap.c
13921         * src/summaryview.c
13922         * src/textview.c
13923         * src/toolbar.c
13924         * src/common/mgutils.c
13925         * src/common/prefs.c
13926         * src/common/ssl_certificate.c
13927         * src/gtk/colorlabel.c
13928         * src/gtk/quicksearch.c
13929         * src/plugins/pgpmime/pgpmime.c
13930         * src/plugins/spamassassin/spamassassin.c
13931                 Removed redundant NULL checks for g_free() calls.
13932                 Patch by Pawel Pekala.
13933
13934 2006-04-06 [mones]      2.1.0cvs6
13935
13936         * src/prefs_actions.c
13937         * src/prefs_filtering.c
13938         * src/prefs_filtering_action.c
13939         * src/prefs_matcher.c
13940         * src/prefs_template.c
13941         * src/gtk/gtkutils.c
13942         * src/gtk/gtkutils.h
13943                 Have a nice replace button. Patch by Pawel Pekala
13944
13945 2006-04-06 [colin]      2.1.0cvs5
13946
13947         * src/addressbook.c
13948                 Fix crash with empty columns
13949
13950 2006-04-05 [colin]      2.1.0cvs4
13951
13952         * src/wizard.c
13953         * src/prefs_gtk.c
13954                 Allow wizard customization with pre-filled values
13955
13956 2006-04-05 [colin]      2.1.0cvs3
13957
13958         * src/textview.c
13959         * src/mimeview.c
13960         * src/mimeview.h
13961                 Nicer messages in mimeview
13962
13963 2006-04-05 [colin]      2.1.0cvs2
13964
13965         * src/addressbook.c
13966         * src/prefs_summaries.c
13967                 i18n fix
13968
13969 2006-04-05 [colin]      2.1.0cvs1
13970
13971         * src/plugins/pgpcore/plugin.c
13972         * src/plugins/pgpcore/select-keys.c
13973         * src/plugins/pgpcore/select-keys.h
13974         * src/plugins/pgpcore/sgpgme.c
13975         * src/plugins/pgpcore/sgpgme.h
13976         * src/plugins/pgpinline/pgpinline.c
13977         * src/plugins/pgpinline/plugin.c
13978         * src/plugins/pgpmime/pgpmime.c
13979         * src/plugins/pgpmime/plugin.c
13980                 Factorize and generalize a bit 
13981                 Drop S/MIME signature verification from PGP/MIME
13982                 (adding it as another, more complete plugin)
13983
13984 2006-04-05 [paul]       2.1.0
13985
13986         2.1.0 released
13987
13988 2006-04-05 [paul]       2.0.0cvs186
13989
13990         * manual/advanced.xml
13991                 add info on colour labels
13992
13993 2006-04-05 [paul]       2.0.0cvs185
13994
13995         * po/bg.po
13996         * po/cs.po
13997         * po/de.po
13998         * po/el.po
13999         * po/en_GB.po
14000         * po/fi.po
14001         * po/fr.po
14002         * po/it.po
14003         * po/nl.po
14004         * po/pl.po
14005         * po/pt_BR.po
14006         * po/sr.po
14007         * po/zh_CN.po
14008                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14009                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14010                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14011                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14012         * src/gtk/authors.h
14013         * tools/claws.i18n.status.pl
14014                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14015                 and new Czech translator, Tim <timbrain@post.cz>
14016
14017 2006-04-05 [mones]      2.0.0cvs184
14018
14019         * po/es.po
14020                 Updated translation
14021
14022 2006-04-05 [colin]      2.0.0cvs183
14023
14024         * src/gtk/quicksearch.c
14025                 Fix bug #929 (unnecessary reload in quick search bar)
14026
14027 2006-04-05 [colin]      2.0.0cvs182
14028
14029         * src/compose.c
14030                 Fix crash on Reply with no From:
14031                 Show signature and conversion error on queuing 
14032                 (but not sending)
14033         * src/mainwindow.c
14034         * src/summaryview.c
14035         * src/summaryview.h
14036                 Factorize threading code and make sure msginfo 
14037                 is not null when it comes from a GtkCTreeRow's 
14038                 data
14039         * src/gtk/gtkaspell.c
14040                 Check for necessary things
14041         * src/gtk/gtksctree.c
14042         * src/gtk/gtksctree.h
14043                 Reset anchor if necessary when removing node
14044
14045 2006-03-29 [colin]      2.0.0cvs181
14046
14047         * src/folderview.c
14048                 Warn for disabled IMAP accounts (due to lack of
14049                 libetpan). Breaks string-freeze - sorry - but it
14050                 is kind of important ;)
14051
14052 2006-03-28 [colin]      2.0.0cvs180
14053
14054         * src/gtk/gtkutils.c
14055         * src/gtk/gtkutils.h
14056                 Add a gtkut_get_link_btn() function that
14057                 creates a button which acts like an URI
14058         * src/prefs_themes.c
14059         * src/gtk/about.c
14060                 Use this function (factorizes codes)
14061         * src/common/defs.h
14062         * src/gtk/pluginwindow.c
14063                 Add a "Get more..." in the plugins window
14064
14065 2006-03-28 [colin]      2.0.0cvs179
14066
14067         * src/common/smtp.c
14068         * src/common/passcrypt.c
14069         * src/undo.c
14070                 Warning fixes. Patch by Pawel Pekala
14071
14072 2006-03-27 [colin]      2.0.0cvs178
14073
14074         * src/undo.c
14075                 Fix undoing by blocks with spaces
14076
14077 2006-03-27 [colin]      2.0.0cvs177
14078
14079         * src/textview.c
14080                 Set margin to 3px for headers
14081
14082 2006-03-27 [paul]
14083
14084         2.1.0-rc2 released
14085
14086 2006-03-27 [wwp]        2.0.0cvs176
14087
14088         * src/summaryview.c
14089                 don't reset quicksearch when updating the message list.
14090                 Thanks to Colin.
14091
14092 2006-03-26 [wwp]        2.0.0cvs175
14093
14094         * src/compose.c
14095                 use a unified border width ('other' tab in the compose window,
14096                 patch by Pawel Pekala).
14097
14098
14099 2006-03-26 [wwp]        2.0.0cvs174
14100
14101         * src/common/quoted-printable.c
14102         * src/addressbook.c
14103                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14104
14105 2006-03-26 [colin]      2.0.0cvs173
14106
14107         * src/quote_fmt_parse.y
14108                 Fix non-UTF8 date formats messing up the whole quote a 
14109                 little bit
14110
14111 2006-03-26 [colin]      2.0.0cvs172
14112
14113         * src/procheader.c
14114                 Make sure the date is UTF8 valid, or try to make it
14115                 so. IncrediMail is really IncrediStupid.
14116         * src/compose.c
14117                 Fix possible conversions. 
14118                 
14119
14120 2006-03-26 [colin]      2.0.0cvs171
14121
14122         * src/matcher.c
14123                 Fix corner cases in body search. This is still a
14124                 hack... It seems impossible to make it good and 
14125                 reasonably fast at the same time.
14126
14127 2006-03-26 [colin]      2.0.0cvs170
14128
14129         * src/summaryview.c
14130                 I think I killed the twilight zone bug!
14131                 summary_select_node() flushes GTK events in order
14132                 to be able to center the view. But this also 
14133                 flushes keypresses like Ctrl-Alt-U, so this can
14134                 call summary_show from summary_select_node (itself
14135                 called from summary_show, etc.). And the summaryview
14136                 has to be unlocked in this function. So just locking
14137                 while processing GTK events, and bailing if locked, 
14138                 should fix it.
14139                 Fixes bug #927 (SIGSEGV during Update Summary)
14140
14141 2006-03-25 [colin]      2.0.0cvs169
14142
14143         * src/matcher.c
14144                 Fix search in QP-encoded bodies
14145                 Fix utf-8 searches in bodies encoded in the
14146                 locale's encoding
14147         * src/common/quoted-printable.c
14148         * src/common/quoted-printable.h
14149                 Add a decode function that doesn't overwrite
14150                 the original pointer
14151                 
14152
14153 2006-03-24 [colin]      2.0.0cvs168
14154
14155         * src/action.c
14156         * src/summaryview.c
14157         * src/summaryview.h
14158                 Update message cache after action
14159                 Patch by H. Merijn Brand
14160         * src/prefs_msg_colors.c
14161                 Factorize label 
14162                 Patch by Fabien Vantard
14163         * src/plugins/spamassassin/spamassassin_gtk.c
14164                 Remove useless translation
14165                 Patch by Fabien Vantard
14166
14167 2006-03-23 [colin]      2.0.0cvs167
14168
14169         * src/common/ssl.c
14170                 Let 30 seconds to SSL_connect
14171
14172 2006-03-23 [wwp]        2.0.0cvs166
14173
14174         * src/summaryview.c
14175         * src/gtk/description_window.c
14176                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14177                 and headers are translated; adjust description windows' width to fit their
14178                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14179
14180 2006-03-23 [paul]       2.0.0cvs165
14181
14182         * src/common/utils.c
14183                 fix highlighting of URIs containing "()"
14184                 (2.0.0cvs164's reversal fixed)
14185                 Thanks to Colin.
14186
14187 2006-03-23 [paul]       2.0.0cvs164
14188
14189         * src/common/utils.c
14190                 revert patch, (postponing a fix), at 2.0.0cvs120
14191                 as it breaks more URIs than it fixes.
14192                 Allow '-' to be a terminating character in a URI
14193
14194 2006-03-22 [colin]      2.0.0cvs163
14195
14196         * configure.ac
14197                 Require libetpan 0.45
14198                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14199
14200 2006-03-22 [paul]       2.0.0cvs162
14201
14202         * src/editgroup.c
14203                 replace '<-' and '->' buttons with GTK_STOCK graphical
14204                 buttons
14205         * src/summary_search.c
14206                 don't offer '...' for translation
14207                 add a tooltip to advanced search '...' button
14208         * src/gtk/quicksearch.c
14209                 don't offer '...' for translation
14210
14211 2006-03-21 [colin]      2.0.0cvs161
14212
14213         * src/compose.c
14214                 Fix middle-click pasting (insert at click
14215                 position instead of cursor position, don't
14216                 remove existing selection and allow pasting
14217                 our own selection)
14218         * src/addressbook.c
14219                 "LDAP Server" -> "LDAP servers"
14220
14221 2006-03-21 [wwp]        2.0.0cvs160
14222
14223         * src/etpan/imap-thread.c
14224                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14225
14226 2006-03-20 [colin]      2.0.0cvs159
14227
14228         * src/summaryview.c
14229                 Don't reload summaryview after an execute with no
14230                 move action
14231
14232 2006-03-19 [colin]      2.0.0cvs158
14233
14234         * src/addressbook.c
14235                 and put groups at the top, always
14236
14237 2006-03-19 [colin]      2.0.0cvs157
14238
14239         * src/addressbook.c
14240                 Order groups before names, as previously
14241
14242 2006-03-19 [colin]      2.0.0cvs156
14243
14244         * src/addressbook.c
14245                 - Sort case-unsensitive
14246                 - Put the sort arrow at opening too
14247
14248 2006-03-19 [wwp]        2.0.0cvs155
14249
14250         * src/addressbook.c
14251                 allow sorting by name/email/remarks, ensure that right-pane's contents
14252                 matches the left-pane selection (cleared when appropriate).
14253                 Patch by Pawel Pekala <c0rn@o2.pl>.
14254
14255 2006-03-18 [colin]      2.0.0cvs154
14256
14257         * src/textview.c
14258                 Fix text cursor ;)
14259
14260 2006-03-18 [colin]      2.0.0cvs153
14261
14262         * src/gtk/filesel.c
14263                 Make sure we hide the preview if we didn't get
14264                 a filename
14265
14266 2006-03-18 [colin]      2.0.0cvs152
14267
14268         * src/summaryview.c
14269                 Set cursor to watch for execution (fixes lack
14270                 of watch-cursor when dnd'ing hundreds of mails)
14271         * src/gtk/filesel.c
14272                 Check that mime type is 'image/*' before updating
14273                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14274
14275 2006-03-18 [colin]      2.0.0cvs151
14276
14277         * src/mainwindow.c
14278         * src/textview.c
14279         * src/textview.h
14280                 Put a watch cursor in textview too when the mainwindow's
14281                 cursor in a watch
14282
14283 2006-03-18 [colin]      2.0.0cvs150
14284
14285         * src/folder.c
14286                 Change wrong asserts to simple tests
14287
14288 2006-03-17 [colin]      2.0.0cvs149
14289
14290         * src/mainwindow.c
14291         * src/mainwindow.h
14292         * src/prefs_msg_colors.c
14293         * src/summaryview.c
14294         * src/summaryview.h
14295         * src/gtk/colorlabel.c
14296         * src/gtk/colorlabel.h
14297                 Add a color label menu in the main menubar
14298                 Add (fixed) accels Ctrl-{0-7} to change the color
14299                 They have to be fixed because the menu's dynamic,
14300                 the items are complex widgets, hence we can't use
14301                 a GtkItemFactory.
14302
14303
14304 2006-03-17 [wwp]        2.0.0cvs148
14305
14306         * src/compose.c
14307                 rollback few lines from my previous commit (those lines come from
14308                 a pending patch, accidentally commited, even if neutral as they are
14309                 commented out).
14310
14311 2006-03-17 [wwp]        2.0.0cvs147
14312
14313         * src/compose.c
14314                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14315                 applied code style/indentation to the modified function.
14316
14317 2006-03-17 [wwp]        2.0.0cvs146
14318
14319         * src/procmsg.c
14320         * src/compose.c
14321                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14322
14323 2006-03-17 [paul]
14324
14325         2.1.0-rc1 released
14326
14327 2006-03-17 [paul]       2.0.0cvs145
14328
14329         * src/main.c
14330                 addressbook_read_file() was called twice
14331         * src/textview.c
14332                 X-Mailer highlighting
14333
14334 2006-03-16 [colin]      2.0.0cvs144
14335
14336         * src/sourcewindow.c
14337         * src/sourcewindow.h
14338                 And the last one, in source window.
14339
14340 2006-03-16 [colin]      2.0.0cvs143
14341
14342         * src/compose.c
14343         * src/compose.h
14344                 Fix the same stuff in compose
14345
14346 2006-03-16 [colin]      2.0.0cvs142
14347
14348         * src/messageview.c
14349                 Complete the previous messageview crash fix
14350
14351 2006-03-16 [colin]      2.0.0cvs141
14352
14353         * src/procmsg.h
14354         * src/procmsg.c
14355         * src/folder.c
14356                 Fix POSTPROCESSING hook
14357                 Patch by H. Merijn Brand
14358
14359         * src/procmime.c
14360         * src/procmime.h
14361                 Parse Content-Location
14362
14363         * src/toolbar.c
14364         * src/messageview.c
14365         * src/messageview.h
14366                 Don't crash when a top-level MessageView has
14367                 been closed on us. Same problematic than
14368                 yesterday's quicksearch issue.
14369
14370 2006-03-15 [colin]      2.0.0cvs140
14371
14372         * src/gtk/quicksearch.c
14373                 Fix a bitchy race we didn't think about when we
14374                 added quicksearch cancellation:
14375                 If the search is not on cached fields, for example
14376                 body_part matchcase "stuff"
14377                 the matcher code has to get the whole message. If
14378                 we're on IMAP, that can be slow, and in order to
14379                 be non-blocking, the IMAP code idle loop processes
14380                 gtk events too. So it is possible to cancel a
14381                 quicksearch while the matcher is getting the mail's
14382                 body. After matcher got its body, it will start to
14383                 iterate over the matcher list that the Quicksearch's
14384                 clear_search_cb() just freed via prepare_matcher().
14385                 SIGSEGV ensues.
14386                 The fix consists of guarding the matcherlist_match()
14387                 call with a boolean 'matching'. If we reset the
14388                 quicksearch while matching is TRUE, we don't free
14389                 the matcherlist anymore like we did, but we set
14390                 another new flag, deferred_free, to TRUE. Then,
14391                 in quicksearch_match(), just after returning from
14392                 matcherlist_match() and unsetting the matching flag,
14393                 we check the deferred_free flag and do the
14394                 prepare_matcher() (which does the matcherlist_free)
14395                 for real, so we free the matcherlist once it's not
14396                 used anymore.
14397                 As all of this runs via the glib main loop, we
14398                 luckily don't need a mutex.
14399         * src/summaryview.c
14400                 Also, show progress while searching.
14401
14402
14403 2006-03-14 [colin]      2.0.0cvs139
14404
14405         * src/alertpanel.c
14406                 Make alertpanel_is_open non-static
14407
14408 2006-03-14 [colin]      2.0.0cvs138
14409
14410         * src/prefs_spelling.c
14411                 Cleanups - Fabien Vantard
14412
14413 2006-03-14 [wwp]        2.0.0cvs137
14414
14415         * src/main.c
14416                 code style normalization (curly braces, indentation).
14417
14418 2006-03-14 [wwp]        2.0.0cvs137
14419
14420         * src/main.c
14421                 code style (braces, indentation)
14422
14423 2006-03-12 [paul]       2.0.0cvs136
14424
14425         * src/prefs_common.c
14426                 trans_hdr defaults to FALSE to be RFC-savvy
14427         * src/prefs_summaries.c
14428                 add a tooltip to the trans_hdr option
14429                 
14430
14431 2006-03-12 [paul]       2.0.0cvs135
14432
14433         * src/prefs_matcher.c
14434                 give a little more width to the combos
14435         * src/prefs_display_header.c
14436         * src/textview.c
14437                 translate headers if prefs_common.trans_hdr
14438                 is TRUE
14439
14440         Patches by Pawel Pekala
14441
14442 2006-03-12 [paul]       2.0.0cvs134
14443
14444         * src/plugins/clamav/clamav_plugin.c
14445         * src/plugins/dillo_viewer/dillo_viewer.c
14446         * src/plugins/pgpcore/plugin.c
14447         * src/plugins/pgpinline/plugin.c
14448         * src/plugins/pgpmime/plugin.c
14449         * src/plugins/spamassassin/spamassassin.c
14450                 update/add to descriptions
14451         * src/plugins/spamassassin/spamassassin_gtk.c
14452                 fixes to the english, remove superfluous
14453                 tooltips, clean up a little
14454
14455 2006-03-12 [paul]       2.0.0cvs133
14456
14457         * src/compose.c
14458                 fix Bug 924, 'Account combo box shows up wrong 
14459                 if & is in account name'
14460
14461 2006-03-11 [colin]      2.0.0cvs132
14462
14463         * src/summaryview.c
14464                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14465                 messed up shift-selection because is slows down
14466                 moving around summaryview. thanks -users
14467
14468 2006-03-10 [colin]      2.0.0cvs131
14469
14470         * src/plugins/spamassassin/spamassassin_gtk.c
14471                 Put back Paul's engrish fixes
14472
14473 2006-03-10 [colin]      2.0.0cvs130
14474
14475         * src/plugins/spamassassin/spamassassin.c
14476         * src/plugins/spamassassin/spamassassin.h
14477         * src/plugins/spamassassin/spamassassin_gtk.c
14478                 Cleanup SA prefs page (more)
14479                 Patch by Fabien Vantard
14480
14481 2006-03-10 [paul]       2.0.0cvs129
14482
14483         * src/prefs_msg_colors.c
14484         * src/prefs_spelling.c
14485                 widget sensitivity
14486
14487 2006-03-09 [mones]      2.0.0cvs128
14488
14489         * po/es.po
14490                 Update for next RC
14491
14492 2006-03-09 [wwp]        2.0.0cvs127
14493
14494         * configure.ac
14495                 revert accidental commit (requirement for libetpan 0.43), this time
14496                 not in HEAD.
14497
14498 2006-03-09 [wwp]        2.0.0cvs125
14499
14500         * configure.ac
14501                 revert accidental commit (requirement for libetpan 0.43)
14502
14503 2006-03-09 [paul]       2.0.0cvs126
14504
14505         * src/prefs_receive.c
14506                 remove useless frame
14507                 replace 'incorporation' with 'receiving'
14508         * src/plugins/clamav/clamav_plugin_gtk.c
14509         * src/plugins/spamassassin/spamassassin_gtk.c
14510                 improve widget sensitivity
14511                 fix a bit his engrish
14512
14513 2006-03-09 [wwp]        2.0.0cvs125
14514
14515         * src/addressadd.c
14516         * src/foldersel.c
14517         * src/prefs_common.c
14518         * src/prefs_common.h
14519                 remember some more windows' sizes (add to addressbook and
14520                 select folder).
14521
14522 2006-03-09 [paul]       2.0.0cvs124
14523
14524         * src/plugins/pgpcore/prefs_gpg.c
14525                 normalise construction of dialogue
14526
14527 2006-03-09 [paul]       2.0.0cvs123
14528
14529         * src/plugins/trayicon/Makefile.am
14530                 add missing slash
14531
14532 2006-03-08 [colin]      2.0.0cvs122
14533
14534         * src/plugins/trayicon/Makefile.am
14535                 Fix build in separate dir 
14536                 Patch by Bamanzi <bamanzi@gmail.com>
14537
14538 2006-03-08 [colin]      2.0.0cvs121
14539
14540         * src/procmsg.c
14541                 Batch move and copies from summaryview with delayed execution
14542                 too
14543
14544 2006-03-07 [paul]       2.0.0cvs120
14545
14546         * src/common/utils.c
14547                 fix highlighting of URIs containing "()"
14548                 Patch by Pawel Pekala
14549
14550 2006-03-07 [paul]       2.0.0cvs119
14551
14552         * src/folder.c
14553         * src/folder.h
14554         * src/folderview.c
14555                 immediately do alphabetical resort when
14556                 changing a folder's name
14557                 Patch by Pawel Pekala
14558
14559 2006-03-07 [paul]       2.0.0cvs118
14560
14561         * src/news.c
14562         * src/news_gtk.c
14563                 when unsubscribing a newsgroup, remove the
14564                 folder and msgs in .sylpheed-claws/newscache
14565                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14566
14567 2006-03-07 [paul]       2.0.0cvs117
14568
14569         * src/textview.c
14570                 fix wrong Fake URL Warning
14571                 Thanks to Hiro
14572
14573 2006-03-07 [colin]      2.0.0cvs116
14574
14575         * src/imap.c
14576                 Return immediately when password dialog was
14577                 cancelled
14578         * src/gtk/inputdialog.c
14579                 Allow empty strings for passwords
14580
14581
14582 2006-03-06 [colin]      2.0.0cvs115
14583
14584         * src/imap.c
14585                 Prevent double-timeouts when connection fails
14586
14587 2006-03-06 [colin]
14588
14589         2.0.1-rc1 released
14590
14591 2006-03-06 [colin]      2.0.0cvs114
14592
14593         * src/imap.c
14594                 Refresh session during potentially long
14595                 operations
14596
14597 2006-03-06 [wwp]        2.0.0cvs113
14598
14599         * src/prefs_msg_colors.h
14600                 forgot that one (custom color labels).
14601
14602 2006-03-06 [wwp]        2.0.0cvs112
14603
14604         * src/prefs_common.c
14605         * src/prefs_common.h
14606         * src/prefs_msg_colors.c
14607         * src/summaryview.c
14608         * src/summaryview.h
14609         * src/gtk/colorlabel.c
14610         * src/gtk/colorlabel.h
14611                 colors in messages list are now customizable. Color values and names can
14612                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14613                 Thanks to Paul and Colin for their help with this longstanding patch!
14614
14615 2006-03-06 [wwp]        2.0.0cvs111
14616
14617         * src/textview.c
14618                 don't crash if (x)face is bad.
14619
14620 2006-03-05 [paul]       2.0.0cvs110
14621
14622         * AUTHORS
14623         * configure.ac
14624         * src/Makefile.am
14625         * src/common/Makefile.am
14626         * src/common/utils.h
14627         * src/etpan/imap-thread.c
14628         * src/gtk/authors.h
14629         * src/plugins/clamav/Makefile.am
14630         * src/plugins/demo/Makefile.am
14631         * src/plugins/dillo_viewer/Makefile.am
14632         * src/plugins/pgpcore/Makefile.am
14633         * src/plugins/pgpcore/passphrase.c
14634         * src/plugins/pgpinline/Makefile.am
14635         * src/plugins/pgpmime/Makefile.am
14636         * src/plugins/spamassassin/Makefile.am
14637         * src/plugins/trayicon/Makefile.am
14638                 fix builiding on cygwin
14639                 Patch by Ralgh Young <bamanzi@gmail.com>
14640
14641 2006-03-04 [wwp]        2.0.0cvs109
14642
14643         * manual/keyboard.xml
14644                 fix mixed up/down keys.
14645
14646 2006-03-04 [wwp]        2.0.0cvs108
14647
14648         * README
14649         * INSTALL
14650                 updated links to SpamAssassin.
14651
14652 2006-03-04 [wwp]        2.0.0cvs107
14653
14654         * manual/plugins.xml
14655         * src/plugins/spamassassin/README
14656                 updated SpamAssassin plugin docs to reflect new functional additions
14657                 (also fix/update/documents few technical stuff more, see the README).
14658
14659 2006-03-04 [wwp]        2.0.0cvs106
14660
14661         * src/prefs_message.c
14662                 normalized capitalization of message-prefs paths.
14663
14664 2006-03-04 [wwp]        2.0.0cvs105
14665
14666         * manual/advanced.xml
14667                 typo.
14668
14669 2006-03-03 [colin]      2.0.0cvs104
14670
14671         * src/plugins/clamav/clamav_plugin_gtk.c
14672                 Rework prefs page, patch by Fabien 
14673
14674 2006-03-03 [colin]      2.0.0cvs103
14675
14676         * src/plugins/clamav/clamav_plugin.c
14677                 Set error on all errors
14678
14679 2006-03-03 [colin]      2.0.0cvs102
14680
14681         * src/common/plugin.c
14682                 Initialize error to avoid crashing when a plugin fails
14683                 without setting error
14684
14685 2006-03-02 [wwp]        2.0.0cvs101
14686
14687         * configure.ac
14688                 fixed linker flags for libetpan support on Cygwin
14689                 (thanks to H.Merijn Brand).
14690
14691 2006-03-02 [wwp]        2.0.0cvs100
14692
14693         * src/addressbook.c
14694                 fix some AB error messages: one for punctuation and
14695                 one wrongly duplicate (thanks, maxbritov).
14696
14697 2006-03-02 [wwp]        2.0.0cvs99
14698
14699         * src/plugins/spamassassin/spamassassin.c
14700                 make sync calls to sa-learn/spamc to prevent
14701                 system (whatever local or client/server) overload.
14702
14703 2006-03-02 [colin]      2.0.0cvs98
14704
14705         * src/summaryview.c
14706                 Put the spam icon in the status column instead of the
14707                 mark one
14708
14709 2006-03-01 [colin]      2.0.0cvs97
14710
14711         * src/plugins/spamassassin/spamassassin.c
14712                 Fix segfault (g_file_set_contents fails for some 
14713                 reason and err==0x2f. Can't find out why with
14714                 valgrind, using working function :-)
14715
14716 2006-03-01 [colin]      2.0.0cvs96
14717
14718         * src/inc.c
14719                 Offline overriding: let 'No' be cached only 3 seconds
14720
14721 2006-03-01 [colin]      2.0.0cvs95
14722
14723         * src/addr_compl.c
14724         * src/addrbook.c
14725         * src/addressbook.c
14726         * src/addrindex.c
14727         * src/folder_item_prefs.c
14728         * src/headerview.c
14729         * src/imap.c
14730         * src/inc.c
14731         * src/ldif.c
14732         * src/mainwindow.c
14733         * src/mh.c
14734         * src/msgcache.c
14735         * src/prefs_common.h
14736         * src/prefs_msg_colors.c
14737         * src/procheader.c
14738         * src/procheader.h
14739         * src/procmime.c
14740         * src/procmsg.c
14741         * src/procmsg.h
14742         * src/send_message.h
14743         * src/simple-gettext.c
14744         * src/summaryview.c
14745         * src/summaryview.h
14746         * src/syldap.c
14747         * src/textview.c
14748         * src/undo.c
14749         * src/common/ssl_certificate.c
14750         * src/common/utils.c
14751         * src/gtk/colorsel.c
14752         * src/gtk/gtksctree.c
14753         * src/gtk/gtkshruler.c
14754         * src/plugins/trayicon/trayicon.c
14755                 #if 0 goes to /dev/null
14756
14757 2006-03-01 [colin]      2.0.0cvs94
14758
14759         * src/compose.c
14760         * src/imap.c
14761         * src/inc.c
14762         * src/inc.h
14763         * src/messageview.c
14764         * src/news.c
14765         * src/plugins/spamassassin/spamassassin.c
14766                 Allow to add information in the "working offline"
14767                 window
14768
14769 2006-03-01 [wwp]        2.0.0cvs93
14770
14771         * src/plugins/spamassassin/spamassassin.c
14772                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14773                 'cause it seems that calling `spamc ... < inputfile` with
14774                 g_spawn_(a)sync simply.. erm doesn't work :-).
14775
14776 2006-03-01 [wwp]        2.0.0cvs92
14777
14778         * src/toolbar.c
14779         * src/toolbar.h
14780                 simplify the adding of spam/ham button to the messageview toolbar
14781                 (it gets more clear now that the same button will be "Mark as spam"
14782                 or "Mark as ham" according to the current message status,
14783                 thanks to Colin).
14784
14785 2006-03-01 [wwp]        2.0.0cvs91
14786
14787         * src/messageview.c
14788         * src/procmsg.c
14789         * src/procmsg.h
14790         * src/summaryview.c
14791         * src/plugins/spamassassin/spamassassin.c
14792         * src/plugins/spamassassin/spamassassin.h
14793                 make learner callbacks return a status (0 for ok),
14794                 handle it in main code to avoid setting flags when learning failed,
14795                 don't learn on TCP if offline in spamassassin,
14796                 thanks to Colin.
14797
14798                 
14799
14800 2006-03-01 [wwp]        2.0.0cvs90
14801
14802         * src/compose.c
14803                 some work around the compose window's account menu,
14804                 patch by Fabien Vantard.
14805
14806 2006-03-01 [wwp]        2.0.0cvs89
14807
14808         * src/plugins/spamassassin/spamassassin.c
14809                 fixed bad logics, was using spamc in local mode and sa-learn
14810                 in remote mode (thanks, Colin).
14811
14812 2006-03-01 [wwp]        2.0.0cvs88
14813
14814         * src/plugins/spamassassin/spamassassin.c
14815         * src/plugins/spamassassin/spamassassin.h
14816         * src/plugins/spamassassin/spamassassin_gtk.c
14817                 made processing of emails w/ sa-plugin an option (default is TRUE),
14818                 fixed Engrish some tooltips, capitalization of some debug messages
14819                 and warnings. The spamassassin plugin now provides two separate
14820                 services: process emails upon incorporation and spamd training.
14821                 Both services (un)register independently but use some common
14822                 plugin settings (transport settings, spam storage location).
14823
14824 2006-02-28 [wwp]        2.0.0cvs87
14825
14826         * src/plugins/spamassassin/spamassassin.c
14827                 fix async flag to spamc cmdline execution (batch exec should
14828                 be asynchronous).
14829
14830 2006-02-27 [wwp]        2.0.0cvs86
14831
14832         * src/plugins/spamassassin/spamassassin.c
14833         * src/plugins/spamassassin/spamassassin.h
14834         * src/plugins/spamassassin/spamassassin_gtk.c
14835                 - added the ability to learn a remote spamassassin server (spamd),
14836                 using spamc.
14837                 - added the spamassassin option 'username', that applies to all
14838                 spamassassin operations (filtering, learning, local or remote).
14839                 The default username is the current unix user (if left blank
14840                 from gtk prefs or config file).
14841                 - commented out some unused code (notebook widget), removed unused
14842                 layout (hbox1).
14843                 - make more widgets sensitive to the transport type.
14844
14845 2006-02-27 [colin]      2.0.0cvs85
14846
14847         * src/plugins/spamassassin/spamassassin.c
14848                 Fix sa-learn call when offline
14849
14850 2006-02-27 [colin]      2.0.0cvs84
14851
14852         * configure.ac
14853         * src/Makefile.am
14854         * src/mainwindow.c
14855         * src/mainwindow.h
14856         * src/messageview.c
14857         * src/messageview.h
14858         * src/prefs_toolbar.c
14859         * src/procmsg.c
14860         * src/stock_pixmap.c
14861         * src/stock_pixmap.h
14862         * src/summaryview.c
14863         * src/toolbar.c
14864         * src/toolbar.h
14865         * src/pixmaps/ham_btn.xpm
14866         * src/pixmaps/spam.xpm
14867         * src/pixmaps/spam_btn.xpm
14868         * src/plugins/spamassassin/spamassassin.c
14869                 Add button in toolbar for spam learning
14870                 Fix a few bugs from the last related commit
14871                 Revert 1.9.6cvs23 which messed up shift-selection
14872
14873 2006-02-24 [colin]      2.0.0cvs83
14874
14875         * src/procmsg.c
14876         * src/summaryview.c
14877         * src/summaryview.h
14878         * src/plugins/spamassassin/spamassassin.c
14879         * src/plugins/spamassassin/spamassassin.h
14880         * src/plugins/spamassassin/spamassassin_gtk.c
14881                 Unregister learner when spamassassin is either
14882                 disabled or over tcp
14883
14884 2006-02-24 [colin]      2.0.0cvs82
14885
14886         * src/Makefile.am
14887         * src/mainwindow.c
14888         * src/mainwindow.h
14889         * src/procmsg.c
14890         * src/procmsg.h
14891         * src/stock_pixmap.c
14892         * src/stock_pixmap.h
14893         * src/summaryview.c
14894         * src/summaryview.h
14895         * src/gtk/icon_legend.c
14896         * src/pixmaps/spam.xpm  ** NEW FILE **
14897         * src/plugins/spamassassin/spamassassin.c
14898         * src/plugins/spamassassin/spamassassin_gtk.c
14899                 Add spam learning interface (Mark/Mark as 
14900                 (spam|ham) menus)
14901
14902 2006-02-24 [wwp]        2.0.0cvs81
14903
14904         * src/compose.c
14905         * src/compose.h
14906         * src/filtering.c
14907                 hide compose window when sending message in batch mode
14908                 (filtering: forward and redirect). Also fixed a wrong
14909                 value returned when sending failed, neutral anyway.
14910                 (Colin, me) 
14911
14912 2006-02-24 [wwp]        2.0.0cvs80
14913
14914         * src/mainwindow.c
14915                 use GTK+'s stock quit button. Patch by Fabien Vantard.
14916
14917 2006-02-24 [paul]       2.0.0cvs79
14918
14919         * src/news.c
14920         * src/news.h
14921         * src/news_gtk.c
14922                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
14923                 Thanks to Colin
14924
14925 2006-02-23 [colin]      2.0.0cvs78
14926
14927         * src/alertpanel.c
14928                 Change OK to Close in alertpanel with View log
14929                 button; add accel to View log. Patch by Fabien
14930                 Vantard
14931
14932 2006-02-23 [wwp]        2.0.0cvs77
14933
14934         * src/compose.c
14935                 silly me, there were much more tests to perform, since toolbars can
14936                 really have down to 1 element only.
14937
14938 2006-02-23 [wwp]        2.0.0cvs76
14939
14940         * commitHelper
14941                 fixed indentation from my previous commit. Fallback to VISUAL if
14942                 EDITOR is not set (and to vi, at last resort).
14943
14944 2006-02-23 [wwp]        2.0.0cvs75
14945
14946         * commitHelper
14947                 improved error detection (Colin, me).
14948
14949 2006-02-23 [wwp]        2.0.0cvs74
14950
14951         * src/prefs_toolbar.c
14952                 simplify and fix prefs/toolbars layouting. Combos' contents can
14953                 now be really displayed.
14954
14955 2006-02-23 [wwp]        2.0.0cvs73
14956         simplifies and fix prefs/toolbars layouting. Combos' contents can now
14957         be really displayed.
14958
14959 2006-02-22 [wwp]        2.0.0cvs72
14960
14961         * src/compose.c
14962                 fix a typo in my previous commit (sorry!).
14963
14964 2006-02-22 [wwp]        2.0.0cvs71
14965
14966         * src/prefs_toolbar.c
14967                 fix a crash when adding separators to toolbars,
14968                 also fix some separator item information.
14969
14970 2006-02-22 [wwp]        2.0.0cvs70
14971
14972         * src/compose.c
14973                 fix a crash when redirecting (for instance) when compose window's
14974                 toolbar contents has been customized (when some buttons have been
14975                 removed in fact).
14976
14977 2006-02-21 [wwp]        2.0.0cvs69
14978
14979         * src/summaryview.c
14980         * src/gtk/pluginwindow.c
14981         * src/plugins/pgpcore/prefs_gpg.c
14982                 fix some compilation warnings (feat. remains of removed code).
14983
14984 2006-02-21 [wwp]        2.0.0cvs68
14985
14986         * src/gtk/gtkutils.c
14987                 fix two compilation issues, thanks to Stephan Sachse.
14988
14989 2006-02-20 [colin]      2.0.0cvs67
14990
14991         * src/mainwindow.c
14992                 Don't reselect displayed mail on refocus
14993                 This fixes actions misbehaving 
14994
14995 2006-02-20 [wwp]        2.0.0cvs66
14996
14997         * src/summaryview.c
14998         * src/gtk/gtksctree.c
14999         * src/gtk/gtkshruler.c
15000                 changed more runtime typecast checks.
15001
15002 2006-02-20 [wwp]        2.0.0cvs65
15003
15004         * src/summary_search.c
15005                 find all - summaryview refresh issue fixed, thanks to Colin.
15006
15007 2006-02-20 [wwp]        2.0.0cvs64
15008
15009         * src/gtk/gtkutils.c
15010                 better runtime typecast checks.
15011
15012 2006-02-20 [wwp]        2.0.0cvs63
15013
15014         * src/summary_search.c
15015                 enhancements to the summary search:
15016                         - add the ability to stop the running search
15017                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15018                         - don't search if no criteria (From/To/Subject/Body) is set
15019                         - ensure that a busy mouse pointer is always shown when searching,
15020                           show it even a bit earlier
15021
15022 2006-02-19 [colin]      2.0.0cvs62
15023
15024         * src/compose.c
15025         * src/imap.c
15026         * src/etpan/imap-thread.c
15027         * src/etpan/imap-thread.h
15028                 (Future) IMAP speed improvement on sending
15029                 Will require a libetpan update
15030         * src/summaryview.c
15031         * src/gtk/quicksearch.c
15032                 Make quicksearch clearable while running.
15033
15034 2006-02-17 [colin]      2.0.0cvs61
15035
15036         * src/imap.c
15037         * src/etpan/imap-thread.c
15038         * src/etpan/imap-thread.h
15039                 Check for IMAP certificates
15040                 ** Requires libetpan-0.42-cvs4 
15041                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15042
15043 2006-02-17 [colin]      2.0.0cvs60
15044
15045         * src/messageview.c
15046         * src/prefs_common.c
15047         * src/prefs_common.h
15048         * src/prefs_message.c
15049                 Add pref to display HTML-only mails with plugin, 
15050                 if possible (defaulting to FALSE of course).
15051
15052 2006-02-16 [colin]      2.0.0cvs59
15053
15054         * src/main.c
15055         * src/common/plugin.c
15056         * src/common/plugin.h
15057         * src/gtk/pluginwindow.c
15058                 Keep track of requested (but unloaded) plugins
15059                 in some error cases.
15060
15061 2006-02-16 [wwp]        2.0.0cvs58
15062
15063         * src/gtk/gtkaspell.c
15064         * src/gtk/gtkaspell.h
15065         * src/prefs_spelling.c
15066         * src/compose.c
15067         * src/prefs_common.c
15068         * src/prefs_common.h
15069                 implemented new optional spellchecker behaviour: re-check message when
15070                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15071
15072 2006-02-16 [wwp]        2.0.0cvs57
15073
15074         * src/quote_fmt_parse.y
15075                 pclose popen'ed pipe.
15076
15077 2006-02-15 [colin]      2.0.0cvs56
15078
15079         * src/mimeview.c
15080         * src/mimeview.h
15081                 Let MimeViewers know which MimeView they
15082                 depend of.
15083         * src/summaryview.c
15084                 Swap From/To columns in Sent/Queue/Drafts
15085                 folders
15086         * src/etpan/imap-thread.c
15087                 Use mailstream_low_tls_open() for STARTTLS
15088                 instead of mailstream_low_ssl_open()
15089                 ** REQUIRES libetpan 0.42cvs3 **
15090
15091 2006-02-15 [wwp]        2.0.0cvs55
15092
15093         * src/compose.c
15094         * src/compose.h
15095         * src/message_search.c
15096         * src/message_search.h
15097         * src/textview.c
15098         * src/gtk/gtkutils.c
15099         * src/gtk/gtkutils.h
15100                 added the ability to Find text in the compose window (and a bit
15101                 of code factorization).
15102
15103 2006-02-15 [wwp]        2.0.0cvs54
15104
15105         * src/prefs_gtk.c
15106                 yet another one file was missing (fix for some widgets' sensitivity).
15107                 Thanks Colin!
15108
15109 2006-02-15 [wwp]        2.0.0cvs53
15110
15111         * src/prefs_gtk.h
15112                 oops forgot that file (fix for some widgets' sensitivity).
15113
15114 2006-02-15 [wwp]        2.0.0cvs52
15115
15116         * src/summary_search.c
15117                 implemented advanced summary search options (added the ability
15118                 to use matcher conditions in an advanced search mode).
15119
15120 2006-02-15 [wwp]        2.0.0cvs51
15121
15122         * src/plugins/pgpcore/prefs_gpg.c
15123         * src/prefs_account.c
15124                 fix some widget sensitivity, mostly around some labels in
15125                 account prefs.
15126
15127 2006-02-15 [paul]       2.0.0cvs50
15128
15129         * manual/advanced.xml
15130                 improve Templates info
15131                 written by wwp
15132
15133 2006-02-14 [colin]      2.0.0cvs49
15134
15135         * src/pixmaps/address_book.xpm
15136         * src/pixmaps/preferences.xpm
15137         * src/pixmaps/properties.xpm
15138                 Fix pixmap size - patch by Fabien Vantard
15139
15140 2006-02-13 [colin]      2.0.0cvs48
15141
15142         * src/procmime.c
15143                 Add missing fclose()s on error
15144         * src/textview.c
15145                 Remove unused code
15146         * src/common/utils.c
15147                 Fix temp files not being deleted on windows
15148         Patches by Thomas Gilgin
15149
15150 2006-02-13 [colin]      2.0.0cvs47
15151
15152         * src/mainwindow.c
15153                 Fix exit crash
15154
15155 2006-02-13 [wwp]        2.0.0cvs46
15156
15157         * src/plugins/pgpcore/prefs_gpg.c
15158                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15159
15160 2006-02-12 [colin]      2.0.0cvs45
15161
15162         * src/folderview.c
15163         * src/main.c
15164         * src/mainwindow.c
15165                 Fix "stuff" when quitting
15166
15167 2006-02-12 [wwp]        2.0.0cvs44
15168
15169         * src/prefs_themes.c
15170                 fix typos in debug messages.
15171
15172 2006-02-11 [colin]      2.0.0cvs43
15173
15174         * src/summaryview.c
15175                 don't allow drag/drop from ourself
15176
15177 2006-02-10 [wwp]        2.0.0cvs42
15178
15179         * src/exporthtml.c
15180         * src/html.c
15181         * src/html.h
15182         * src/procmime.c
15183         * src/textview.c
15184                 renamed html_ prefixed functions and data structures to avoid
15185                 namespace clashes w/ other software (gtkhtml2 for instance).
15186                 Closes bug #907.
15187
15188
15189 2006-02-09 [colin]      2.0.0cvs41
15190
15191         * src/summaryview.c
15192                 Fix shitty logic messed up. Thanks Ticho for the hint!
15193
15194 2006-02-09 [wwp]        2.0.0cvs40
15195
15196         * src/gtk/about.c
15197         * src/compose.c
15198         * src/prefs_account.c
15199         * src/prefs_gtk.h
15200         * src/editaddress.c
15201                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15202                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15203                 Browse buttons in accounts prefs.
15204
15205 2006-02-09 [colin]      2.0.0cvs39
15206
15207         * src/matcher.c
15208                 Check for pointer before using its members
15209         * src/gtk/gtksourceprintjob.c
15210                 Fix a wrong warning
15211
15212 2006-02-09 [wwp]        2.0.0cvs38
15213
15214         * src/gtk/filesel.c
15215                 fix few compiler warnings (type mismatch).
15216
15217 2006-02-09 [paul]       2.0.0cvs37
15218
15219         * po/fr.po
15220                 updated by Fabien Vantard
15221
15222 2006-02-08 [colin]      2.0.0cvs36
15223
15224         * src/prefs_common.c
15225         * src/common/defs.h
15226         * src/common/plugin.c
15227                 allow windows and linux configurations to coexist
15228                 patch by Thomas Gilgin
15229
15230 2006-02-08 [colin]      2.0.0cvs35
15231
15232         * src/filtering.c
15233         * src/matcher.c
15234         * src/matcher.h
15235         * src/matcher_parser_parse.y
15236         * src/prefs_filtering_action.c
15237         * src/prefs_matcher.c
15238                 Add the "Ignore thread" filtering
15239                 action
15240
15241 2006-02-08 [colin]      2.0.0cvs34
15242
15243         * src/compose.c
15244         * src/procmime.c
15245         * src/procmime.h
15246                 Fix bug #905 (damaged attachment)
15247                 text files with raw \0's aren't really text files
15248         FOR_STABLE
15249
15250 2006-02-08 [colin]      2.0.0cvs33
15251
15252         * src/summaryview.c
15253                 Fix crasher introduced yesterday
15254
15255 2006-02-08 [wwp]        2.0.0cvs32
15256
15257         * src/compose.c
15258         * src/compose.h
15259                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15260
15261 2006-02-08 [wwp]        2.0.0cvs31
15262
15263         * src/prefs_template.c
15264                 templates enhancement: allow address completion for Cc and Bcc fields
15265                 (it was currently possible for the To field only)
15266
15267 2006-02-08 [colin]      2.0.0cvs30
15268
15269         * src/compose.c
15270                 Don't unblock if not blocked
15271         FOR_STABLE
15272
15273 2006-02-07 [colin]      2.0.0cvs29
15274
15275         * src/action.c
15276                 Forgot to refresh summaryview
15277
15278 2006-02-07 [colin]      2.0.0cvs28
15279
15280         * src/action.c
15281                 Freeze/thaw message list and folder list while
15282                 processing %as{} actions 
15283         * src/compose.c
15284                 Fix auto-wrap disabling after a middle-click
15285                 paste - FOR_STABLE
15286
15287 2006-02-07 [paul]       2.0.0cvs27
15288
15289         * src/folder.c
15290                 fix freeing of uninitialised pointers
15291                 Thanks to Colin
15292
15293 2006-02-06 [colin]      2.0.0cvs26
15294
15295         * src/folder.c
15296                 Use g_slist_prepend in potentially big list
15297
15298 2006-02-06 [colin]      2.0.0cvs25
15299
15300         * src/folder.c
15301                 Completely skip processing if it doesn't 
15302                 exist (faster!)
15303
15304 2006-02-06 [colin]      2.0.0cvs24
15305
15306         * src/folder.c
15307         * src/summaryview.c
15308                 Batch filtering in summaryview (from Tools menu)
15309                 and pre/post//-processing too
15310
15311 2006-02-06 [colin]      2.0.0cvs23
15312
15313         * src/procmsg.h
15314         * src/filtering.c
15315                 Use a special field for batch filtering instead
15316                 of stepping on deferred execution's toes
15317
15318 2006-02-06 [colin]      2.0.0cvs22
15319
15320         * src/action.c
15321         * src/filtering.c
15322         * src/filtering.h
15323         * src/folder.c
15324         * src/summaryview.c
15325                 Fix filtering via menus and actions
15326
15327 2006-02-06 [colin]      2.0.0cvs21
15328
15329         * src/imap.c
15330                 Put the added file directly to cache if possible (will work
15331                 with next libetpan)
15332         * src/filtering.c
15333         * src/filtering.h
15334         * src/inc.c
15335         * src/folder.c
15336         * src/mbox.c
15337         * src/procmsg.h
15338                 Move and copy filtered messages by batches instead of one
15339                 by one - faster on IMAP
15340         * src/procmsg.c
15341                 Add a function that'll possibly be useful later
15342
15343 2006-02-06 [colin]      2.0.0cvs20
15344
15345         * src/addressbook.c
15346                 Use internal mime-type instead of text/plain for d'n'd
15347         * src/compose.c
15348                 Allow attaching files from mimeview's icon list via d'n'd
15349         * src/folderview.c
15350         * src/folderview.h
15351                 Use internal mime-type instead of text/plain for d'n'd
15352                 Don't try to selected opened folder if none is
15353                 Factorize d'n'd from other apps code
15354         * src/headerview.c
15355         * src/textview.c
15356         * src/gtk/gtkutils.c
15357         * src/gtk/gtkutils.h
15358                 Factorize Face/X-Face stuff
15359         * src/mimeview.c
15360                 Fix d'n'd to other apps
15361         * src/prefs_message.c
15362                 Let the XFace pref be usable without libcompface as it also
15363                 applies to Face
15364         * src/summaryview.c
15365                 Fix d'n'd to other apps
15366                 Factorize d'n'd from other apps code
15367
15368 2006-02-06 [wwp]        2.0.0cvs19
15369
15370         * po/it.po
15371                 Italian translation fixes by Andrea Spadaccini (no more confusion
15372                 between filtering and processing, and few changes in the About
15373                 dialog).
15374
15375
15376 2006-02-06 [mones]      2.0.0cvs18
15377
15378         * src/gtk/icon_legend.c
15379                 Improved descriptions allowing better translations
15380
15381 2006-02-05 [colin]      2.0.0cvs17
15382
15383         * src/imap.c
15384                 Add the f*cking missing expunge that caused imap_fetch_env
15385                 to fail after an add_msgs ! :-///
15386         * src/etpan/imap-thread.c
15387                 Add a bit of debug
15388         FOR_STABLE
15389
15390 2006-02-05 [colin]      2.0.0cvs16
15391
15392         * src/common/utils.c
15393                 Don't check for return-path (or we can't put
15394                 back non-sent mails)
15395
15396 2006-02-05 [colin]      2.0.0cvs15
15397
15398         * src/textview.c
15399                 Don't try to display Face header in textview
15400                 when teh headerview's active
15401
15402 2006-02-05 [colin]      2.0.0cvs14
15403
15404         * tools/tbird2syl.py
15405         * tools/Makefile.am
15406                 Add script to import Thunderbird mails
15407
15408 2006-02-05 [colin]      2.0.0cvs13
15409
15410         * src/headerview.c
15411         * src/procheader.c
15412         * src/procmsg.c
15413         * src/procmsg.h
15414         * src/textview.c
15415                 Show Face headers - patch partially by Klaus Flittner
15416
15417 2006-02-05 [colin]      2.0.0cvs12
15418
15419         * src/folderview.c
15420         * src/summaryview.c
15421         * src/common/utils.c
15422         * src/common/utils.h
15423                 Let dnd work from mime icons to summaryview
15424                 and to folderview too
15425                 Add a crude test to avoid trying to add files
15426                 drag'n'dropped when they're not mails
15427
15428 2006-02-04 [colin]      2.0.0cvs11
15429
15430         * src/summaryview.c
15431         * src/mimeview.c
15432                 Fix utf8 conversion
15433
15434 2006-02-04 [colin]      2.0.0cvs10
15435
15436         * src/compose.c
15437         * src/folderview.c
15438         * src/mimeview.c
15439         * src/summaryview.c
15440         * src/summaryview.h
15441                 Added various drag and drop capas:
15442                 From                    To
15443                 summaryview             other apps
15444                 mimeview icons          other apps
15445                 other apps              summaryview
15446                 other apps              folderview
15447
15448                 This shouldn't have broken the existing:
15449                 From                    To
15450                 summaryview             folderview
15451                 folderview              folderview
15452                 summaryview             compose's attachments
15453
15454         Tests welcomed.
15455
15456 2006-02-02 [paul]       2.0.0cvs9
15457
15458         * src/mainwindow.c
15459                 move global option 'Set displayed columns...' out
15460                 of folder option grouping.
15461                 fix sensitivity of 'harvest addresses'
15462         FOR_STABLE
15463
15464 2006-02-01 [colin]      2.0.0cvs8
15465
15466         * src/mimeview.c
15467                 Revert the alertpanel patch, it sucks (intrusive
15468                 and gets in the way of "open")
15469
15470 2006-02-01 [colin]      2.0.0cvs7
15471
15472         * src/compose.c
15473         * src/prefs_account.c
15474         * src/prefs_common.c
15475         * src/common/defs.h
15476         * src/common/utils.c
15477         * src/common/utils.h
15478                 Add ability to edit the signature file
15479                 from the account preferences, and use
15480                 a default for the text editor.
15481                 Patch by Fabien Vantard
15482
15483 2006-02-01 [colin]      2.0.0cvs6
15484
15485         * src/mimeview.c
15486                 Try to get mime type by extension if it is
15487                 application/octet-stream
15488                 Display a window with possible choices when
15489                 encountering unknown mime types
15490         * src/gtk/filesel.c
15491         * src/gtk/filesel.h
15492                 Add preview
15493                 Allow multiple selection in filtered filesel
15494                 (patch by Fabien Vantard)
15495         * src/gtk/pluginwindow.c
15496                 Use it (patch by Fabien Vantard)
15497
15498 2006-02-01 [paul]       2.0.0cvs5
15499
15500         * src/jpilot.c
15501                 fix crash on creating jpilot address book
15502                 Thanks to Colin - FOR_STABLE
15503         * src/prefs_summaries.c
15504         * src/prefs_wrapping.c
15505         * src/gtk/icon_legend.c
15506         * src/gtk/quicksearch.c
15507                 string fixes and additions
15508
15509 2006-02-01 [paul]       2.0.0cvs4
15510
15511         * src/compose.c
15512         * src/mainwindow.c
15513         * src/messageview.c
15514         * src/prefs_send.c
15515                 add Arabic encoding option
15516                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15517
15518 2006-01-31 [colin]      2.0.0cvs3
15519
15520         * src/plugins/pgpcore/passphrase.c
15521                 Convert passphrase to locale encoding
15522         * src/compose.c
15523                 Fix drafting on IMAP. Crappy bug sneaked in
15524                 the release :-/
15525         FOR_STABLE
15526
15527 2006-01-30 [paul]       2.0.0cvs2
15528
15529         * src/gtk/icon_legend.c
15530                 show the new entries
15531
15532 2006-01-30 [colin]      2.0.0cvs1
15533
15534         * src/manual.c
15535                 Check for the file to be present before 
15536                 enabling the menu - FOR_STABLE
15537         * src/gtk/icon_legend.c
15538                 Add folders icons (not all of them, there
15539                 are too much, but the most intriguing ones)
15540
15541 2006-01-30 [paul]       2.0.0
15542
15543         version 2.0.0 released
15544
15545 [For previous entries, see ChangeLog.pre2.0.0]