2007-09-19 [colin] 3.0.1cvs11
[claws.git] / ChangeLog
1 2007-09-19 [colin]      3.0.1cvs11
2
3         * src/common/utils.c
4                 Prevent unquoted mime boundaries, by always
5                 using a /
6
7 2007-09-19 [colin]      3.0.1cvs10
8
9         * src/printing.c
10                 Fix drawing area size, fix DPI change that
11                 can cause total number of lines to decrease
12
13 2007-09-19 [colin]      3.0.1cvs9
14
15         * po/POTFILES.in
16         * src/printing.c
17                 Make print preview more efficient and nicer.
18                 Patch mostly by Holger Berndt <hb@claws-mail.org>
19
20 2007-09-19 [colin]      3.0.1cvs8
21
22         * src/prefs_common.c
23         * src/prefs_common.h
24         * src/printing.c
25                 Add scrolledwindow, default allocation and
26                 size saving to the print preview window.
27
28 2007-09-18 [colin]      3.0.1cvs7
29
30         * src/prefs_common.c
31         * src/prefs_common.h
32         * src/prefs_image_viewer.c
33         * src/printing.c
34                 GtkPrintOperation:
35                 - add image printing support
36                 - add option to print images
37                 - add preview widget
38                 - add saving of a few Page Setup parameters
39
40 2007-09-18 [colin]      3.0.1cvs6
41
42         * AUTHORS
43         * src/gtk/authors.h
44                 Add Guillaume Chazarain
45
46 2007-09-18 [colin]      3.0.1cvs5
47
48         * src/common/utils.c
49                 Fix bug 1321, 'access before allocation 
50                 when scanning for uris'. Patch by 
51                 Guillaume Chazarain <guichaz@yahoo.fr>
52
53 2007-09-18 [colin]      3.0.1cvs4
54
55         * src/toolbar.c
56                 Fix bug 1320, 'Memory leak caused by 
57                 gtk_container_get_children'. Patch by
58                 Guillaume Chazarain <guichaz@yahoo.fr>
59
60 2007-09-18 [colin]      3.0.1cvs3
61
62         * src/printing.c
63         * src/printing.h
64                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
65
66 2007-09-18 [colin]      3.0.1cvs2
67
68         * src/Makefile.am
69         * src/mainwindow.c
70         * src/messageview.c
71         * src/messageview.h
72         * src/prefs_ext_prog.c
73         * src/prefs_fonts.c
74         * src/printing.c
75         * src/printing.h
76         * src/summaryview.c
77                 Use GtkPrintOperation by default on GTK+ >= 2.10
78                 Patch by Holger Berndt <hb@claws-mail.org>
79
80 2007-09-18 [paul]       3.0.1cvs1
81
82         * NEWS
83         * README
84         * RELEASE_NOTES
85         * configure.ac
86                 bump up version number following stable release
87
88 2007-09-16 [colin]      3.0.0cvs18
89
90         * src/folder.c
91                 Fix possible memleak
92
93 2007-09-16 [colin]      3.0.0cvs17
94
95         * src/folderview.c
96                 Fix bug 1311, 'Wrong arrow position 
97                 while moving message into folder when 
98                 column headers hidden'
99         * src/image_viewer.c
100                 Show error in the GUI if image can't
101                 be loaded
102         * src/matcher.c
103                 Fix spurious output
104         * src/messageview.c
105                 Allow setting domain in msgid
106         * src/common/plugin.c
107                 Add timing information
108
109 2007-09-16 [colin]      3.0.0cvs16
110
111         * src/account.c
112         * src/compose.c
113         * src/prefs_account.c
114         * src/prefs_account.h
115         * src/prefs_template.c
116         * src/common/utils.c
117                 Remove Generate Message-ID option. We need
118                 this on some IMAP servers.
119
120 2007-09-16 [colin]      3.0.0cvs15
121
122         * src/prefs_filtering.c
123         * src/prefs_filtering.h
124         * src/prefs_filtering_action.c
125         * src/common/tags.c
126                 Fix tags issues: tags with spaces, renaming
127                 tags.
128
129 2007-09-16 [colin]      3.0.0cvs14
130
131         * src/folderview.c
132         * src/main.c
133         * src/mainwindow.c
134                 Fix bug 1308, 'Claws deletes folderlist.xml after
135                 fetching mail short after start-up'
136
137 2007-09-16 [colin]      3.0.0cvs13
138
139         * src/compose.c
140                 Fix scrolling to cursor
141
142 2007-09-16 [paul]       3.0.0cvs12
143
144         * po/sr.po
145                 updated by Aleksandar Urosevic
146
147 2007-09-16 [paul]       3.0.0cvs11
148
149         * src/folder.c
150                 do not allow locked msgs to be deleted,
151                 even by filtering/processing
152
153 2007-09-07 [paul]       3.0.0cvs10
154
155         * src/prefs_folder_column.c
156         * src/prefs_summary_column.c
157                 implement button sensitivity
158                 patch by Pawel Pekala
159
160 2007-09-06 [wwp]        3.0.0cvs9
161
162         * src/prefs_gtk.c
163                 Add a missing linefeed to a debug message.
164
165 2007-09-05 [colin]      3.0.0cvs8
166
167         * src/inc.c
168                 Fix statusbar/window mismatch on Maemo
169
170 2007-09-05 [colin]      3.0.0cvs7
171
172         * src/ldaputil.c
173                 Fix build without USE_LDAP_TLS
174
175 2007-09-05 [colin]      3.0.0cvs6
176
177         * src/folder.c
178         * src/imap.c
179         * src/inc.c
180         * src/mbox.c
181         * src/send_message.c
182         * src/statusbar.c
183         * src/statusbar.h
184                 Maemo: distinguish various statusbar messages,
185                 in order to display only the most important.
186
187 2007-09-04 [wwp]        3.0.0cvs5
188
189         * src/account.c
190                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
191                 Show protocol "SMTP" and the appropriate server for send-only
192                 accounts, show "-" instead of "" when no value is relevant.
193
194 2007-09-03 [ticho]      3.0.0cvs4
195
196         * src/summaryview.c
197                 Handle plural form better in delete confirmation dialog.
198
199 2007-09-03 [wwp]        3.0.0cvs3
200
201         * src/compose.c
202                 Warn differently when sending or sending later (queueing).
203
204 2007-09-03 [colin]      3.0.0cvs2
205
206         * src/procmime.c
207         * src/procmime.h
208         * src/common/plugin.c
209         * src/common/plugin.h
210                 Add a new plugin API, MimeParser. It allows
211                 plugins to scan email MIME parts and optionally,
212                 transform them.
213
214 2007-09-03 [mones]      3.0.0cvs1
215
216         * po/es.po
217                 Updated translation
218         * src/common/defs.h
219                 While a better solution is made double history sizes
220
221 2007-09-03 [paul]       3.0.0
222
223         * NEWS
224         * README
225         * RELEASE_NOTES
226                 3.0.0 released
227
228 2007-09-03 [paul]       2.10.0cvs191
229
230         * po/bg.po
231         * po/ca.po
232         * po/de.po
233         * po/fi.po
234         * po/fr.po
235         * po/hu.po
236         * po/it.po
237         * po/pl.po
238         * po/pt_BR.po
239         * po/ru.po
240         * po/sk.po
241         * po/zh_CN.po
242                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
243                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
244                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
245                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
246
247 2007-09-02 [colin]      2.10.0cvs190
248
249         * src/edittags.c
250         * src/common/tags.c
251                 Prevent empty or white-space tags
252
253 2007-09-01 [colin]      2.10.0cvs189
254
255         * src/main.c
256                 Fix double-reading of accounts list when
257                 the wizard has been run due to no accounts
258         * src/mainwindow.c
259                 Fix sensitivity of a menu item in case 
260                 there's no account
261
262 2007-09-01 [wwp]        2.10.0cvs188
263
264         * src/wizard.c
265                 Fix wizard crash when Mailbox dir already exists
266                 (thanks to Colin).
267
268 2007-08-31 [colin]      2.10.0cvs187
269
270         * src/etpan/imap-thread.c
271                 Fix unwanted creation of 
272                 libetpan's stream dump file
273         * src/compose.c
274                 Fix coloring of pastes as quotation
275         * src/summaryview.c
276                 Maemo: Fix opening of mails from keypad
277                 in Sent folders
278         * src/addressbook.c
279         * src/folderview.c
280         * src/image_viewer.c
281         * src/mimeview.c
282         * src/gtk/prefswindow.c
283                 Maemo: Fix adjustments changes 
284
285 2007-08-30 [colin]      2.10.0cvs186
286
287         * src/folderview.c
288                 Don't opened selected folder when clicking
289                 on white space
290         * src/mainwindow.c
291                 Maemo: Make Esc close messageviews
292         * src/messageview.c
293                 Maemo: Fix message scrolling to the end on 
294                 opening
295                 Maemo: Fix reopening same message
296         * src/gtk/prefswindow.c
297                 Maemo: try to fix scrollbar. Doesn't work,
298                 it seems as if gtk_adjustment_set_value was
299                 a noop.
300
301 2007-08-30 [colin]      2.10.0cvs185
302
303         * src/compose.c
304         * src/folderview.c
305         * src/main.c
306         * src/prefs_matcher.c
307         * src/prefs_template.c
308         * src/quote_fmt.c
309         * src/send_message.c
310         * src/toolbar.c
311         * src/gtk/gtkaspell.c
312         * src/plugins/bogofilter/bogofilter.c
313         * src/plugins/bogofilter/bogofilter_gtk.c
314         * src/plugins/clamav/clamav_plugin_gtk.c
315         * src/plugins/pgpcore/sgpgme.c
316         * src/plugins/spamassassin/spamassassin.c
317         * src/plugins/spamassassin/spamassassin_gtk.c
318                 Fix all potential misuses of format-string functions
319
320 2007-08-30 [wwp]        2.10.0cvs184
321
322         * src/prefs_template.c
323                 Fix a leak.
324
325 2007-08-29 [colin]      2.10.0cvs183
326
327         * src/plugins/trayicon/trayicon.c
328                 Fix leak of hooks in case of error,
329                 thanks to Holger Berndt
330
331 2007-08-28 [colin]      2.10.0cvs182
332
333         * src/mainwindow.c
334                 Don't use current folder settings when
335                 composing from the compose button's
336                 account selector
337
338 2007-08-28 [colin]      2.10.0cvs181
339
340         * src/quote_fmt_parse.y
341                 Fix cursor offset when quote contains UTF-8
342                 chars
343
344 2007-08-28 [colin]      2.10.0cvs180
345
346         * src/compose.c
347         * src/compose.h
348                 Fix signature replacement when it's been wrapped
349
350 2007-08-27 [colin]      2.10.0cvs179
351
352         * src/summaryview.c
353                 Fix indentation
354
355 2007-08-27 [colin]      2.10.0cvs178
356
357         * src/summaryview.c
358                 Fix Quicksearch's Sticky mode
359
360 2007-08-27 [colin]      2.10.0cvs177
361
362         * src/folder_item_prefs.c
363         * src/folder_item_prefs.h
364         * src/imap_gtk.c
365         * src/mh_gtk.c
366                 Fix loss of subfolders properties when
367                 renaming a folder
368
369 2007-08-26 [wwp]        2.10.0cvs176
370
371         * src/alertpanel.c
372         * src/messageview.c
373         * src/prefs_actions.c
374                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
375                 will have to be used when necessary *before* calling
376                 alertpanel functions.
377
378 2007-08-25 [paul]       2.10.0cvs175
379
380         * src/prefs_actions.c
381                 workaround gettext problem marking
382                 string as c-format when it's not
383
384 2007-08-25 [wwp]        2.10.0cvs174
385
386         * src/alertpanel.c
387         * src/messageview.c
388         * src/prefs_actions.c
389                 Call the pango markup escape function right ince in alertpanel_create
390                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
391                 2.10.0cvs158).
392
393         * src/common/log.c
394                 Fix a crash due to a misuse of g_print(), encountered when the string
395                 passed to g_print was containing printf substitution symbols.
396
397 2007-08-25 [paul]       2.10.0cvs173
398
399         * src/common/log.c
400                 fix a segfault when refreshing RSSyl feeds
401
402 2007-08-25 [paul]       2.10.0cvs172
403
404         * src/gtk/icon_legend.c
405                 add watchthread.xpm
406
407 2007-08-25 [paul]       2.10.0cvs171
408
409         * src/Makefile.am
410         * src/stock_pixmap.c
411         * src/pixmaps/insert_file.xpm
412                 add a new pixmap instead of re-using
413                 paste.xpm. (easier for icon theme authors)
414
415 2007-08-24 [holger]     2.10.0cvs170
416
417         * src/plugins/trayicon/trayicon.c
418                 The same fix for another hook id.
419
420 2007-08-24 [holger]     2.10.0cvs169
421
422         * src/plugins/trayicon/trayicon.c
423                 Micro-fix: Do the error checking for
424                 the right hook id.
425
426 2007-08-24 [paul]       2.10.0cvs168
427
428         * src/folder.h
429                 fix typo causing compiler warning
430
431 2007-08-24 [paul]       2.10.0cvs167
432
433         * README
434                 put back the correct version of this file also
435
436 2007-08-24 [colin]      2.10.0cvs166
437
438         * src/send_message.c
439                 Use progress bar when sending messages
440
441 2007-08-24 [paul]       2.10.0cvs165
442
443         * Makefile.am
444                 oops! if i'm quick no-one will notice
445                 (put back the proper file)
446
447 2007-08-24 [paul]       2.10.0cvs164
448
449         * AUTHORS
450         * Makefile.am
451         * README
452         * src/gtk/authors.h
453         * tools/Makefile.am
454         * tools/README
455         * tools/mew2claws-mail.pl
456                 add new script that imports a Mew address book
457                 submitted by Jerome Lelong
458
459 2007-08-24 [paul]       2.10.0cvs163
460
461         * manual/plugins.xml
462                 remove the obsolete plugins, add the
463                 missing plugins, including the forthcoming
464                 SpamReport plugin
465
466 2007-08-24 [paul]       2.10.0cvs162
467
468         * manual/advanced.xml
469                 add info about the hidden emphasis_color option
470         * manual/keyboard.xml
471                 correct the info about hotkeys
472                 wrap the long lines
473
474 2007-08-24 [paul]       2.10.0cvs161
475
476         * src/folderview.c
477                 add mnemonic to 'Run procesing rules'
478
479 2007-08-24 [paul]       2.10.0cvs160
480
481         * src/account.c
482         * src/folder.c
483         * src/folder.h
484                 use suitable defaults for outbox,
485                 queue, drafts and trash folders
486
487 2007-08-24 [wwp]        2.10.0cvs159
488
489         * src/folderview.c
490                 Update menu item sensitivity if necessary (or we get a
491                 gtk critical message).
492
493 2007-08-23 [wwp]        2.10.0cvs158
494
495         * src/action.c
496         * src/prefs_actions.c
497                 Allow literal % chars in action commands (use %%).
498                 Add a missing p++ to the action parser in action_get_type(),
499                 which was missing it, even if it was neutral.
500                 Fix a pango markup warning at runtime.
501
502 2007-08-23 [wwp]        2.10.0cvs157
503
504         * src/addressbook.c
505                 Contacts are now locale-aware sorted in the address book
506                 (LC_COLLATE matters here).
507                 Fix missing table initializers.
508
509 2007-08-23 [colin]      2.10.0cvs156
510
511         * src/imap.c
512                 Check scan_required on dest folder when copying
513
514 2007-08-23 [colin]      2.10.0cvs155
515
516         * src/imap.c
517                 Fix scanning when folder was empty
518
519 2007-08-22 [colin]      2.10.0cvs154
520
521         * src/msgcache.c
522                 Don't g_warning when g_try_malloc fails(), or it makes
523                 things worse as g_log() allocates. Fixes bug 1290,
524                 'Claws Mail crashes if too little memory when 
525                 rebuilding folder tree'
526
527 2007-08-22 [colin]      2.10.0cvs153
528
529         * src/inc.c
530                 Fix format string vulnerability, thanks to
531                 Ulf Harnhammar, Secunia Research
532
533 2007-08-22 [colin]      2.10.0cvs152
534
535         * src/ldapserver.c
536                 Set tv_usec too
537
538 2007-08-22 [wwp]        2.10.0cvs151
539
540         * src/ldapquery.c
541                 Few better null-ptr checks.
542
543 2007-08-22 [colin]      2.10.0cvs150
544
545         * src/editldap.c
546         * src/editldap_basedn.c
547         * src/ldapquery.c
548         * src/ldapserver.c
549         * src/ldapserver.h
550         * src/ldapupdate.c
551         * src/ldaputil.c
552         * src/ldaputil.h
553                 Fix ldap timeouts
554
555 2007-08-22 [colin]      2.10.0cvs149
556
557         * src/ldapquery.c
558                 Finish previous fix
559
560 2007-08-22 [colin]      2.10.0cvs148
561
562         * src/ldapquery.c
563                 Fix wrong assertions
564
565 2007-08-22 [colin]      2.10.0cvs147
566
567         * src/ldaputil.c
568                 Fix test (set ldap v3 if bindDN is set or TLS is set)
569
570 2007-08-22 [colin]      2.10.0cvs146
571
572         * src/editldap.c
573         * src/ldaputil.c
574                 Fix wrong "Connected successfully to server". Connection only succeeds if
575                 we can get the base DN.
576
577 2007-08-21 [wwp]        2.10.0cvs145
578
579         * src/browseldap.c
580         * src/editldap.c
581         * src/ldapctrl.c
582         * src/ldapquery.c
583         * src/ldapserver.c
584         * src/ldapupdate.c
585         * src/ldaputil.c
586                 More sanity checks in ldap functions.
587
588 2007-08-21 [wwp]        2.10.0cvs144
589
590         * src/prefs_account.c
591                 Don't return a value in a void function().
592
593 2007-08-21 [paul]       2.10.0cvs143
594
595         * src/messageview.c
596                 add check for ftp: to messageview_list_urls()
597
598 2007-08-21 [colin]      2.10.0cvs142
599
600         * src/editldap.c
601         * src/ldapctrl.c
602         * src/ldapctrl.h
603         * src/ldapquery.c
604         * src/ldapupdate.c
605                 Fix bug 1293, 'LDAP address book not working'
606                 Search only on specified fields, but fetch 
607                 every field possible. People will have to 
608                 reset the searched Attributes in their LDAP
609                 servers properties.
610
611 2007-08-21 [wwp]        2.10.0cvs141
612
613         * src/addr_compl.c
614         * src/addrbook.c
615         * src/addrcache.c
616         * src/addrcindex.c
617         * src/addressbook.c
618         * src/addrindex.c
619         * src/browseldap.c
620         * src/crash.c
621         * src/editaddress_other_attributes_ldap.c
622         * src/exporthtml.c
623         * src/folder.c
624         * src/folderview.c
625         * src/imap.c
626         * src/jpilot.c
627         * src/ldapserver.c
628         * src/ldapupdate.c
629         * src/ldif.c
630         * src/main.c
631         * src/mainwindow.c
632         * src/matcher.c
633         * src/mh.c
634         * src/msgcache.c
635         * src/mutt.c
636         * src/pine.c
637         * src/pop.c
638         * src/prefs_customheader.c
639         * src/prefs_msg_colors.c
640         * src/procmime.c
641         * src/textview.c
642         * src/vcard.c
643         * src/wizard.c
644         * src/common/log.c
645         * src/common/socket.c
646         * src/common/ssl_certificate.c
647         * src/common/utils.c
648         * src/common/utils.h
649         * src/gtk/description_window.c
650         * src/plugins/demo/demo.c
651         * src/plugins/pgpcore/prefs_gpg.c
652         * src/plugins/spamassassin/libspamc.c
653                 Make sure we use glib functions to send text messages (information,
654                 debug, warning, errors) to stdout/stderr - no more direct puts
655                 fputs printf fprintf to stdout/stderr when it can be done using
656                 g_log*() and g_print/g_printerr. Doing this, we make sure every
657                 stdout/stderr message is saved to log in Windows.
658
659
660 2007-08-21 [wwp]        2.10.0cvs140
661
662         * src/main.c
663         * src/common/utils.h
664                 Route glib's stdout/stderr messages to a log file (Windows only),
665                 instead of loosing them.
666
667 2007-08-21 [paul]       2.10.0cvs139
668
669         * src/mainwindow.c
670                 replace deprecated g_strncasecmp()
671         * src/messageview.c
672                 fix 'List URLS'
673
674 2007-08-20 [ticho]      2.10.0cvs138
675
676         * src/account.c
677         * src/prefs_account.h
678                 Copy all account preferences in account_clone() - some
679                 were missing.
680         * src/prefs_account.c
681                 Handle empty privacy system combobox gracefully (warning
682                 instead of a crash).
683
684 2007-08-20 [colin]      2.10.0cvs137
685
686         * src/ldapctrl.c
687                 Fix a leak
688
689 2007-08-20 [paul]       2.10.0cvs136
690
691         * src/browseldap.c
692         * src/editldap.c
693         * src/ldapctrl.c
694         * src/ldapquery.c
695         * src/ldapquery.h
696         * src/ldapserver.c
697         * src/ldaputil.c
698                 add debug_prints
699                 patch by Michael Rasmussen
700
701 2007-08-19 [colin]      2.10.0cvs135
702
703         * src/imap.c
704                 Fix previous commit. Sensitivity update is needed
705                 for "Cancel receiving". However when batching we
706                 don't need to do it for every message flag change,
707                 just once at the start and once at the end.
708
709 2007-08-19 [colin]      2.10.0cvs134
710
711         * src/imap.c
712                 Remove useless menu updates on session lock/unlock
713
714 2007-08-19 [colin]      2.10.0cvs133
715
716         * src/etpan/imap-thread.c
717                 Make all fetch logs less verbose
718
719 2007-08-19 [paul]       2.10.0cvs132
720
721         * src/foldersel.c
722         * src/folderview.c
723         * src/summaryview.c
724                 fix bug 1286, 'Can't move a folder into a "Folders
725                 Only" folder'
726
727 2007-08-18 [ticho]      2.10.0cvs131
728
729         * src/editaddress_other_attributes_ldap.c
730                 Converted option menu for other ldap attributes to GtkComboBox.
731
732 2007-08-18 [colin]      2.10.0cvs130
733
734         * src/compose.c
735         * src/prefs_common.c
736         * src/prefs_common.h
737         * src/prefs_send.c
738         * src/send_message.c
739                 Revert 'send_dialog_mode' meaning to 
740                 'send_dialog_invisible', so that the 
741                 new checkbox doesn't change the 
742                 existing behaviour.
743
744 2007-08-18 [paul]       2.10.0cvs129
745
746         * src/summaryview.c
747                 add missing menu update
748
749 2007-08-17 [colin]      2.10.0cvs128
750
751         * src/folder.c
752                 Set batching after getting flags - maybe fixes
753                 bug 1292, 'CM crashes on writing mail'
754
755 2007-08-16 [ticho]      2.10.0cvs127
756
757         * src/prefs_send.c
758                 Convert two GtkOptionMenu widgets to new GtkComboBox.
759         * src/gtk/combobox.h
760         * src/gtk/gtkutils.c
761                 Allow NULL for GtkComboBox menuitem label, rendering such
762                 items as row separators.
763
764 2007-08-16 [paul]       2.10.0cvs126
765
766         * src/plugins/trayicon/trayicon.c
767                 remove wrongly used gettextisation
768
769 2007-08-15 [ticho]      2.10.0cvs125
770
771         * src/importldif.c
772                 Fixed a runtime warning where an attempt to pack an
773                 already packed GtkLabel was made.
774
775 2007-08-15 [ticho]      2.10.0cvs124
776
777         * src/prefs_compose_writing.c
778                 Convert the insert-or-attach-dragged-files GtkOptionMenu
779                 into GtkComboBox.
780
781 2007-08-14 [ticho]      2.10.0cvs123
782
783         * src/messageview.c
784         * src/gtk/gtkutils.c
785                 Changed return receipt account selector to GtkComboBox.
786                 Fixed a runtime warning where GTK tried to parse
787                 "name <email@address" as a Pango markup in an alertpanel label.
788
789 2007-08-14 [ticho]      2.10.0cvs122
790
791         * src/prefs_logging.c
792                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
793
794 2007-08-14 [wwp]        2.10.0cvs121
795
796         * tools/Makefile.am
797         * tools/README
798         * tools/popfile-link.sh
799                 Added a new tool: POPFile helper, to open
800                 selected messages in POPFile control center,
801                 in order to change the messages' status.
802
803 2007-08-14 [ticho]      2.10.0cvs120
804
805         * src/compose.c
806         * src/prefs_common.c
807         * src/prefs_common.h
808         * src/prefs_send.c
809         * src/send_message.c
810                 Change "Show send dialog" optionmenu to a checkbutton.
811         * src/prefs_receive.c
812                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
813
814 2007-08-13 [wwp]        2.10.0cvs119
815
816         * src/addr_compl.c
817         * src/addressbook.c
818         * src/addrindex.c
819         * src/compose.c
820         * src/filtering.c
821         * src/folderview.c
822         * src/inc.c
823         * src/matcher.c
824         * src/mh.c
825         * src/partial_download.c
826         * src/prefs_gtk.c
827         * src/procmsg.c
828         * src/stock_pixmap.c
829         * src/summaryview.c
830         * src/common/utils.c
831         * src/gtk/gtkaspell.c
832         * src/gtk/menu.c
833                 Make sure we never pass NULL pointers for %s substitutions
834                 (prevent from crashing in Windows).
835
836 2007-08-13 [wwp]        2.10.0cvs118
837
838         * src/msgcache.c
839                 Re-enable mmap_reads in Windows with some missing
840                 CloseHandle of mapping objects, thanks to
841                 Marcus Brinkmann.
842
843 2007-08-13 [paul]       2.10.0cvs117
844
845         * src/common/utils.c
846                 fix bug 1287, 'Compile time problem on Solaris
847                 (nexenta gnu/Solaris) utils.c'
848                 Thanks to Piotr Chrzczonowicz
849
850 2007-08-12 [wwp]        2.10.0cvs116
851
852         * src/plugins/pgpcore/prefs_gpg.c
853                 Don't try to unset a GPG_AGENT_INFO that was not
854                 set (and don't use a NULL string in Windows, it was
855                 crashing with --debug if GPG_AGENT_INFO was not set).
856
857 2007-08-12 [wwp]        2.10.0cvs115
858
859         * src/privacy.h
860                 Make gcc type-check arguments passed to privacy_set_error().
861
862 2007-08-12 [ticho]      2.10.0cvs114
863
864         * src/prefs_folder_item.c
865                 Make sure that folder default account combobox always has some
866                 account preselected.
867         * src/gtk/combobox.c
868                 Handle empty combobox gracefully (warning instead of crash).
869
870 2007-08-12 [ticho]      2.10.0cvs114
871
872         * src/prefs_folder_item.c
873                 Make sure that folder default account combobox is not empty.
874         * src/gtk/combobox.c
875                 Handle empty combobox gracefully (warning instead of crash).
876
877 2007-08-11 [paul]       2.10.0cvs113
878
879         * src/addrgather.c
880         * src/folderview.c
881                 use 'subfolder' instead of 'sub-folder', matching
882                 everywhere else the term is used
883         * src/imap_gtk.c
884                 fix engrish
885
886 2007-08-10 [wwp]        2.10.0cvs112
887
888         * src/msgcache.c
889                 Disable mmap reads in Windows only (at least temporarily), they
890                 prevent from renaming/removing target cache files.
891
892 2007-08-10 [paul]
893
894         3.0.0-rc2 released
895
896 2007-08-10 [wwp]        2.10.0cvs111
897
898         * src/msgcache.c
899                 fix unpredictable crashes in Windows due to broken
900                 cache/mark/tags files writting (file were opened for
901                 writing in text mode).
902
903         * src/recv.c
904                 use gettimeofday() from w32lib.h on Windows.
905
906 2007-08-10 [colin]      2.10.0cvs110
907
908         * src/imap.c
909         * src/etpan/imap-thread.c
910         * src/etpan/imap-thread.h
911                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
912
913 2007-08-09 [colin]      2.10.0cvs109
914
915         * src/editldap.c
916                 Fix port being reset to 636 on SSL
917         * src/folder.c
918                 Fix folder_item_get_msg_num_by_file
919                 on drafts/queue folders
920
921 2007-08-09 [wwp]        2.10.0cvs108
922
923         * src/folder.c
924                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
925                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
926
927
928 2007-08-09 [colin]      2.10.0cvs107
929
930         * src/folderview.c
931         * src/summaryview.c
932         * src/gtk/prefswindow.c
933                 A few Maemo layout fixes
934
935 2007-08-09 [paul]       2.10.0cvs106
936
937         * src/prefs_account.c
938                 remove the hyphen from plug-ins to
939                 match everywhere else
940
941 2007-08-08 [wwp]        2.10.0cvs105
942
943         * src/prefs_folder_item.c
944                 Fix an extraneous stealth ^L char.
945
946 2007-08-08 [wwp]        2.10.0cvs104
947
948         * src/prefs_folder_item.c
949                 Better fix, group variables declarations (USE_ASPELL).
950
951 2007-08-08 [wwp]        2.10.0cvs103
952
953         * src/prefs_folder_item.c
954                 Fix compilation w/ USE_ASPELL set (broken
955                 by 2.10.0cvs102).
956
957 2007-08-08 [ticho]      2.10.0cvs102
958
959         * src/prefs_folder_item.c
960                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
961
962 2007-08-08 [colin]      2.10.0cvs101
963
964         * src/imap.c
965         * src/etpan/imap-thread.c
966         * src/etpan/imap-thread.h
967                 Close selected mailbox before doing
968                 status on it.
969
970 2007-08-08 [colin]      2.10.0cvs100
971
972         * src/html.c
973                 Complete symbol table, thanks to wwp.
974                 Fixes bug 1284, 'The html -> text 
975                 converter ignores entities'
976         * src/msgcache.c
977                 Fix possible fd leak
978
979 2007-08-08 [colin]      2.10.0cvs99
980
981         * src/imap.c
982                 Better way to fetch UIDs on non-UIDPLUS servers
983
984 2007-08-07 [colin]      2.10.0cvs98
985
986         * src/imap.c
987                 fix bug 1275, 'auto-saved draft messages not 
988                 always being removed'; Also, make multiple
989                 copy (in the same account) faster by matching
990                 source/destination message UIDs.
991         * src/messageview.c
992                 Don't try to reshow deleted mail
993         * src/msgcache.c
994                 Fix leak on error path
995
996 2007-08-07 [wwp]        2.10.0cvs97
997
998         * manual/account.xml
999         * manual/advanced.xml
1000         * manual/fr/account.xml
1001         * manual/fr/advanced.xml
1002                 Updated the reference manual and the French translation to
1003                 reflect 2.10.0cvs84: enable running folder Processing
1004                 rules on demand.
1005
1006 2007-08-06 [wwp]        2.10.0cvs96
1007
1008         * src/prefs_common.c
1009         * src/prefs_common.h
1010         * src/textview.c
1011                 Allow changing the emphasis color used to highlight
1012                 the newsreader/x-mailer header value when it matches
1013                 our preferred mail agent (hidden pref 'emphasis_col' added
1014                 to clawsrc).
1015
1016 2007-08-06 [colin]      2.10.0cvs95
1017
1018         * src/compose.c
1019         * src/compose.h
1020                 Re-commit 2.10.0cvs86, with a protection
1021                 against Pango bug. Also, try to fix 
1022                 bug 1275, 'auto-saved draft messages not 
1023                 always being removed'
1024
1025 2007-08-06 [wwp]        2.10.0cvs94
1026
1027         * src/gtk/quicksearch.c
1028                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1029
1030 2007-08-06 [ticho]      2.10.0cvs93
1031
1032         * src/prefs_account.c
1033         * src/gtk/combobox.c
1034                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1035                 selection in account preferences.
1036
1037 2007-08-06 [wwp]        2.10.0cvs92
1038
1039         * src/plugins/pgpcore/plugin.def
1040                 Apply one more chunk from gpg4win's 03-w32-port patch.
1041
1042 2007-08-05 [colin]      2.10.0cvs91
1043
1044         * src/compose.c
1045         * src/compose.h
1046                 reverting buggy patch for now
1047
1048 2007-08-05 [colin]      2.10.0cvs90
1049
1050         * src/folder.c
1051                 Fix slowdown
1052
1053 2007-08-04 [colin]      2.10.0cvs89
1054
1055         * src/prefs_summaries.c
1056         * src/summary_search.c
1057                 Replace deprecated widgets. Patch by
1058                 Andrej.
1059
1060 2007-08-04 [colin]      2.10.0cvs88
1061
1062         * src/mh.c
1063                 Refresh GUI only every 2000 mails on mh_get_last_num
1064                 This is fast (readdir) and done only once per 
1065                 session/folder
1066
1067 2007-08-03 [colin]      2.10.0cvs87
1068
1069         * src/prefs_account.c
1070         * src/gtk/combobox.h
1071         * src/gtk/gtkutils.c
1072                 Fix a deprecated widget. Patch by
1073                 Andrej
1074
1075 2007-08-03 [colin]      2.10.0cvs86
1076
1077         * src/compose.c
1078         * src/compose.h
1079                 Make colorisation and wrapping algorithms
1080                 faster. Fixes bug 1246, 'compose becomes 
1081                 increasingly slow replying to complex emails'
1082
1083 2007-08-03 [paul]       2.10.0cvs85
1084
1085         * src/mh.c
1086                 keep the window painted
1087
1088 2007-08-02 [paul]       2.10.0cvs84
1089
1090         * src/folderview.c
1091         * src/mainwindow.c
1092         * src/mainwindow.h
1093                 enable running folder Processing
1094                 rules on demand
1095
1096 2007-08-02 [paul]       2.10.0cvs83
1097
1098         * src/textview.c
1099                 speed up/clean up rendering of larger
1100                 msgs
1101                 Thanks to Colin
1102
1103 2007-08-01 [paul]       2.10.0cvs82
1104
1105         * src/mainwindow.h
1106                 clean up cruft
1107         * src/toolbar.c
1108                 change default toolbar layout on maemo
1109         * src/pixmaps/close.xpm
1110                 make the red cross a grey cross
1111         * src/pixmaps/jpilot.xpm
1112                 make icon smaller so it fits better
1113
1114 2007-07-31 [paul]       2.10.0cvs81
1115
1116         * src/setup.c
1117         * src/gtk/gtkutils.c
1118                 fix crash on maemo on first launch
1119
1120 2007-07-30 [paul]       2.10.0cvs80
1121
1122         * src/prefs_matcher.c
1123                 specify the units of age and size
1124
1125 2007-07-30 [paul]       2.10.0cvs79
1126
1127         * src/main.c
1128                 Fix IMAP timeout setting
1129
1130 2007-07-30 [colin]      2.10.0cvs78
1131
1132         * src/prefs_account.c
1133                 Fix a deprecated widget. Patch by
1134                 Andrej
1135
1136 2007-07-27 [paul]       2.10.0cvs77
1137
1138         * src/matcher_parser_parse.y
1139         * src/prefs_filtering_action.c
1140         * src/prefs_matcher.c
1141                 these changes forgotten in cvs74's
1142                 'watch thread' feature
1143
1144 2007-07-27 [paul]       2.10.0cvs76
1145
1146         * src/compose.c
1147                 fix potential crasher
1148                 thanks to Colin
1149
1150 2007-07-27 [paul]       2.10.0cvs75
1151
1152         * src/mainwindow.c
1153         * src/manual.c
1154         * src/manual.h
1155         * src/gtk/gtkutils.c
1156                 make mainwindow's /Help/Manual point to the
1157                 remote copy if the local copy doesn't exist
1158
1159 2007-07-27 [paul]       2.10.0cvs74
1160
1161         * src/Makefile.am
1162         * src/filtering.c
1163         * src/folder.c
1164         * src/mainwindow.c
1165         * src/matcher.c
1166         * src/matcher.h
1167         * src/matcher_parser_parse.y
1168         * src/procmsg.c
1169         * src/procmsg.h
1170         * src/stock_pixmap.c
1171         * src/stock_pixmap.h
1172         * src/summaryview.c
1173         * src/summaryview.h
1174         * src/toolbar.c
1175         * src/toolbar.h
1176         * src/pixmaps/watchthread.xpm
1177                 add 'watch thread' feature
1178
1179 2007-07-27 [paul]       2.10.0cvs73
1180
1181         * src/prefs_folder_item.c
1182                 adjust labels, add tooltips
1183
1184 2007-07-27 [colin]      2.10.0cvs72
1185
1186         * src/summaryview.c
1187                 Maemo: Remove less used menu items
1188
1189 2007-07-26 [colin]      2.10.0cvs71
1190
1191         * src/messageview.c
1192                 Maemo: destroy messageview after trashing mail.
1193                 Maybe should be done on X11 too
1194
1195 2007-07-26 [colin]      2.10.0cvs70
1196
1197         * src/folderview.c
1198         * src/mainwindow.c
1199         * src/prefs_common.c
1200         * src/prefs_common.h
1201         * src/summaryview.c
1202                 Add View/Show or Hide/Column headers
1203
1204 2007-07-26 [colin]      2.10.0cvs69
1205
1206         * src/procmime.c
1207                 Fix unwanted output
1208
1209 2007-07-26 [colin]      2.10.0cvs68
1210
1211         * src/ldapserver.c
1212                 Fix possible crash on cache invalidation
1213         * src/compose.c
1214         * src/procmime.c
1215         * src/procmime.h
1216         * src/quote_fmt_parse.y
1217                 Make replying to mails with big attachments
1218                 much faster. Fixes bug 1224, 'The process of 
1219                 Replying to emails with large attachments 
1220                 seems unreasonably long...'
1221
1222 2007-07-26 [colin]      2.10.0cvs67
1223
1224         * src/mimeview.c
1225         * src/matcher.c
1226         * src/common/ssl.c
1227                 Fix threads use on BSDs
1228
1229 2007-07-26 [paul]       2.10.0cvs66
1230
1231         * src/gtk/prefswindow.c
1232                 fix account prefs breakage
1233                 thanks to Colin
1234
1235 2007-07-26 [paul]       2.10.0cvs65
1236
1237         * configure.ac
1238                 standardise ./configure --help messages
1239
1240 2007-07-26 [colin]      2.10.0cvs64
1241
1242         * src/addressbook.c
1243         * src/editaddress.c
1244                 Fix two vCard-related crashes
1245
1246 2007-07-25 [colin]      2.10.0cvs63
1247
1248         * src/inc.c
1249         * src/prefs_common.c
1250         * src/prefs_common.h
1251         * src/prefs_receive.c
1252                 Maemo: Add a better way to notify of
1253                 new mails
1254         * src/mainwindow.c
1255         * src/statusbar.h
1256         * src/summaryview.c
1257         * src/toolbar.c
1258                 Maemo: Various layout fixes
1259         * src/gtk/prefswindow.c
1260                 Maemo: Better prefs layout
1261
1262 2007-07-25 [paul]       2.10.0cvs62
1263
1264         * src/textview.c
1265                 fix the layout on maemo
1266                 thanks to Colin
1267
1268 2007-07-25 [iwkse]      2.10.0cvs61
1269
1270         * src/summaryview.c
1271                 add 'o' shortcut on summaryview
1272
1273 2007-07-25 [iwkse]      2.10.0cvs60
1274
1275         * src/textview.c
1276                 fix o shortcut
1277
1278 2007-07-24 [colin]      2.10.0cvs59
1279
1280         * src/mh.c
1281                 Fix missing timestamp update on source
1282                 folder when moving
1283         * src/textview.c
1284         * src/textview.h
1285                 Better text layout on part's choices
1286
1287 2007-07-23 [colin]      2.10.0cvs58
1288
1289         * src/mimeview.c
1290         * src/textview.c
1291                 Maemo: Automatically choose the correct application
1292                 to open parts
1293         * src/gtk/quicksearch.c
1294                 Make search run on GDK_KP_Enter too
1295
1296 2007-07-23 [wwp]        2.10.0cvs57
1297
1298         * src/quote_fmt_lex.l
1299                 Revert accidentaly committed lines (account_sig) in
1300                 2.10.0cvs56.
1301
1302 2007-07-23 [wwp]        2.10.0cvs56
1303
1304         * src/quote_fmt_lex.l
1305                 Fix typos around long form expressions in the quote lexer.
1306
1307 2007-07-23 [paul]
1308
1309         3.0.0-rc1 released
1310
1311 2007-07-23 [colin]      2.10.0cvs55
1312
1313         * src/addr_compl.c
1314                 Fix auto-completion on Maemo
1315
1316 2007-07-23 [colin]      2.10.0cvs54
1317
1318         * src/statusbar.c
1319                 Maemo: Fix sticking statusbars
1320
1321 2007-07-22 [colin]      2.10.0cvs53
1322
1323         * src/main.c
1324                 Maemo: Fix the strange "top_application" info
1325                 at startup. We should do something when 
1326                 receiving such a message.
1327
1328 2007-07-20 [paul]       2.10.0cvs52
1329
1330         * src/news_gtk.c
1331                 add missing #include "statusbar.h"
1332
1333 2007-07-20 [colin]      2.10.0cvs51
1334
1335         * src/folder.c
1336         * src/folder.h
1337         * src/folder_item_prefs.c
1338         * src/folder_item_prefs.h
1339         * src/folderview.c
1340         * src/imap.c
1341         * src/imap_gtk.c
1342         * src/imap_gtk.h
1343         * src/news.c
1344         * src/news_gtk.c
1345         * src/news_gtk.h
1346         * src/prefs_folder_item.c
1347                 Implement age-based caching: allow to
1348                 specify a threshold for the offline synchronisation
1349                 feature, and whether old cached bodies should 
1350                 be removed
1351         * src/toolbar.c
1352         * src/toolbar.h
1353                 Fix label/tooltips
1354         * src/plugins/dillo_viewer/dillo_viewer.c
1355                 Check that Dillo's installed
1356
1357 2007-07-20 [wwp]        2.10.0cvs50
1358
1359         * src/mimeview.c
1360         * src/stock_pixmap.c
1361                 Draw a frame around the selected mimeview part icon (instead of the
1362                 shifted 'dancing' icon).
1363
1364 2007-07-20 [colin]      2.10.0cvs49
1365
1366         * src/main.c
1367                 Unref stuff even on error
1368         * src/wizard.c
1369                 disconnect signals only at the very
1370                 end of the wizard save.
1371
1372 2007-07-20 [colin]      2.10.0cvs48
1373
1374         * src/mainwindow.c
1375         * src/messageview.c
1376         * src/toolbar.c
1377         * src/toolbar.h
1378                 Fix random crashes while navigating
1379                 (GTK_EVENTS_FLUSH)
1380
1381 2007-07-19 [colin]      2.10.0cvs47
1382
1383         * configure.ac
1384         * src/main.c
1385         * src/prefs_common.c
1386         * src/prefs_common.h
1387         * src/wizard.c
1388         * src/common/defs.h
1389         * src/common/utils.c
1390                 Maemo: add an easy way to store data (mails
1391                 and IMAP/NNTP caches) on one of the SD cards,
1392                 and protect against unmounts if needed
1393
1394 2007-07-19 [paul]       2.10.0cvs46
1395
1396         * src/Makefile.am
1397         * src/stock_pixmap.c
1398         * src/gtk/about.c
1399         * src/pixmaps/claws-mail_logo-small.xpm
1400                 implement a (slightly) different About
1401                 dialog for maemo and add a small version
1402                 of the logo for it
1403         * src/wizard.c
1404                 use a scrolled window for wizard page 1
1405                 on maemo
1406
1407 2007-07-19 [paul]       2.10.0cvs45
1408
1409         * src/Makefile.am
1410                 too soon for this line
1411
1412 2007-07-19 [paul]       2.10.0cvs44
1413
1414         * src/Makefile.am
1415                 fix build on n800
1416
1417 2007-07-19 [colin]      2.10.0cvs43
1418
1419         * src/wizard.c
1420                 Solve Mail/Mailbox name when specifying
1421                 full /path/to/Mail.
1422
1423 2007-07-18 [colin]      2.10.0cvs42
1424
1425         * src/inc.c
1426         * configure.ac
1427                 Fix build on n770
1428
1429 2007-07-18 [colin]      2.10.0cvs41
1430
1431         * src/inc.c
1432                 Maemo: plug the online/offline system into
1433                 maemo's interfaces to have Claws automatically
1434                 switch according to the system status
1435         * src/statusbar.c
1436                 Maemo: use HildonBanners to display status
1437                 messages. Renders the main statusbar useless.
1438
1439 2007-07-18 [paul]       2.10.0cvs40
1440
1441         * src/filtering.c
1442                 fix screen blanking on moving/copying many msgs
1443         * src/folder.c
1444                 fix processing progressbar and screen blanking
1445                 during processing
1446
1447 2007-07-18 [paul]       2.10.0cvs39
1448
1449         * src/messageview.c
1450                 revert cvs37, breakage on maemo
1451
1452 2007-07-18 [paul]       2.10.0cvs38
1453
1454         * src/gtk/gtkutils.c
1455                 make sure we can still build with older GTK's
1456
1457 2007-07-18 [colin]      2.10.0cvs37
1458
1459         * src/messageview.c
1460                 Only hide the small layout's messageview, instead
1461                 of destroying it when closing
1462         * src/gtk/gtkutils.c
1463                 Use gtk_window_present_with_time to popup windows,
1464                 it seems to make things better with modern WMs
1465                 (actually focusing)
1466
1467 2007-07-17 [colin]      2.10.0cvs36
1468
1469         * src/editaddress.c
1470                 Simplify layout on Maemo
1471         * src/folder.c
1472                 Fix possible crash
1473         * src/prefs_display_header.c
1474                 Remove some headers by default on Maemo
1475
1476 2007-07-17 [paul]       2.10.0cvs35
1477
1478         * src/prefs_common.c
1479         * src/prefs_common.h
1480         * src/prefs_logging.c
1481         * src/common/log.c
1482                 add options to stop/enable writing logs to disc
1483
1484 2007-07-17 [paul]       2.10.0cvs34
1485
1486         * src/edittags.c
1487                 fix some issues with the Apply tags window:
1488                 - set search column (enables autocompl in the treeview)
1489                 - apply tag from "New tag" if it existed
1490                 - clears New tag entry when adding it with the button
1491                 Thanks to Colin
1492
1493 2007-07-17 [paul]       2.10.0cvs33
1494
1495         * src/edittags.c
1496                 fix 'apply tags' dialogue weirdness
1497
1498 2007-07-16 [colin]      2.10.0cvs32
1499
1500         * src/toolbar.c
1501                 Fix double-loading of mails on Maemo
1502
1503 2007-07-16 [colin]      2.10.0cvs31
1504
1505         * src/messageview.c
1506                 Prevent double-loading of the same part under some
1507                 conditions; hide statusbar on Maemo
1508
1509 2007-07-16 [colin]      2.10.0cvs30
1510
1511         * src/edittags.c
1512         * src/edittags.h
1513         * src/mainwindow.c
1514         * src/summaryview.c
1515                 Improve the tag interface - allow
1516                 to set/unset tags from a special
1517                 window.
1518         * src/gtk/gtkvscrollbutton.c
1519         * src/mimeview.c
1520         * src/mimeview.h
1521         * src/stock_pixmap.c
1522                 Fix Mimeview's ugly hacks in the
1523                 icon list. 
1524
1525 2007-07-16 [paul]       2.10.0cvs29
1526
1527         * src/wizard.c
1528                 rework dialog
1529         * src/gtk/icon_legend.c
1530                 put it all in a scrolled window
1531
1532 2007-07-15 [colin]      2.10.0cvs28
1533
1534         * src/mainwindow.c
1535                 Maemo: force layout to be Small screen; the
1536                 others don't make sense
1537
1538 2007-07-14 [colin]      2.10.0cvs27
1539
1540         * src/mimeview.c
1541         * src/gtk/gtkvscrollbutton.c
1542                 Maemo: Fix mimeview's buttons size
1543
1544 2007-07-14 [colin]      2.10.0cvs26
1545
1546         * src/toolbar.c
1547                 Fix the button workaround fix.
1548                 (Use the correct variable)
1549
1550 2007-07-14 [colin]      2.10.0cvs25
1551
1552         * src/mainwindow.c
1553         * src/toolbar.c
1554                 Maemo: put the progress bar in the
1555                 toolbar
1556
1557 2007-07-14 [colin]      2.10.0cvs24
1558
1559         * src/prefs_common.c
1560                 Maemo: hide statusbar by default
1561         * src/Makefile.am
1562         * src/stock_pixmap.c
1563         * src/stock_pixmap.h
1564         * src/toolbar.c
1565         * src/pixmaps/go_folders.xpm
1566                 Maemo: Add a specific icon to go back to
1567                 folder list
1568
1569 2007-07-14 [colin]      2.10.0cvs23
1570
1571         * src/toolbar.c
1572                 Don't set homogeneous finally
1573
1574 2007-07-14 [colin]      2.10.0cvs22
1575
1576         * src/toolbar.c
1577                 Fix button show/hide issues
1578
1579 2007-07-14 [colin]      2.10.0cvs21
1580
1581         * src/toolbar.c
1582                 Fix huge arrows
1583                 Fix button workaround to be able to click
1584                 if mouse was on button when it went un-
1585                 sensitive.
1586                 Revert previous commit, gtk_tool_item_set_homogeneous
1587                 doesn't mean what it seems to mean ;-)
1588
1589 2007-07-14 [paul]       2.10.0cvs20
1590
1591         * src/toolbar.c
1592                 make homogeneous FALSE always
1593
1594 2007-07-13 [colin]      2.10.0cvs19
1595
1596         * src/toolbar.c
1597         * src/toolbar.h
1598                 Rework to fit the non-deprecated API
1599         * src/compose.c
1600         * src/folderview.c
1601         * src/mainwindow.c
1602         * src/messageview.c
1603         * src/summaryview.c
1604                 Maemo layout changes. Better toolbars,
1605                 removal of CTree headers. 
1606
1607 2007-07-13 [paul]       2.10.0cvs18
1608
1609         * src/gtk/colorlabel.c
1610                 fix bug 1261, '[DE] coloring messages in overview 
1611                 keys are not localised'
1612                 the string is now included in claws-mail.pot
1613
1614 2007-07-13 [colin]      2.10.0cvs17
1615
1616         * src/summaryview.c
1617                 Fix bug 1267, 'printing mutliple messages 
1618                 opens one message-dialog after the other'
1619                 Ask for confirmation when printing 10
1620                 messages or more.
1621
1622 2007-07-11 [colin]      2.10.0cvs16
1623
1624         * COPYING
1625         * README
1626         * autogen.sh
1627         * manual/claws-mail-manual.xml
1628         * manual/gpl.xml
1629         * manual/es/claws-mail-manual.xml
1630         * manual/es/gpl.xml
1631         * manual/fr/claws-mail-manual.xml
1632         * manual/fr/gpl.xml
1633         * manual/pl/gpl.xml
1634         * src/account.c
1635         * src/account.h
1636         * src/action.c
1637         * src/action.h
1638         * src/adbookbase.h
1639         * src/addr_compl.c
1640         * src/addr_compl.h
1641         * src/addrbook.c
1642         * src/addrbook.h
1643         * src/addrcache.c
1644         * src/addrcache.h
1645         * src/addrcindex.c
1646         * src/addrcindex.h
1647         * src/addrclip.c
1648         * src/addrclip.h
1649         * src/addrdefs.h
1650         * src/addressadd.c
1651         * src/addressadd.h
1652         * src/addressbook.c
1653         * src/addressbook.h
1654         * src/addressbook_foldersel.c
1655         * src/addressbook_foldersel.h
1656         * src/addressitem.h
1657         * src/addrgather.c
1658         * src/addrgather.h
1659         * src/addrharvest.c
1660         * src/addrharvest.h
1661         * src/addrindex.c
1662         * src/addrindex.h
1663         * src/addritem.c
1664         * src/addritem.h
1665         * src/addrquery.c
1666         * src/addrquery.h
1667         * src/addrselect.c
1668         * src/addrselect.h
1669         * src/alertpanel.c
1670         * src/alertpanel.h
1671         * src/browseldap.c
1672         * src/browseldap.h
1673         * src/codeconv.c
1674         * src/codeconv.h
1675         * src/compose.c
1676         * src/compose.h
1677         * src/crash.c
1678         * src/crash.h
1679         * src/customheader.c
1680         * src/customheader.h
1681         * src/displayheader.c
1682         * src/displayheader.h
1683         * src/editaddress.c
1684         * src/editaddress.h
1685         * src/editaddress_other_attributes_ldap.c
1686         * src/editaddress_other_attributes_ldap.h
1687         * src/editbook.c
1688         * src/editbook.h
1689         * src/editgroup.c
1690         * src/editgroup.h
1691         * src/editjpilot.c
1692         * src/editjpilot.h
1693         * src/editldap.c
1694         * src/editldap.h
1695         * src/editldap_basedn.c
1696         * src/editldap_basedn.h
1697         * src/edittags.c
1698         * src/edittags.h
1699         * src/editvcard.c
1700         * src/editvcard.h
1701         * src/enriched.c
1702         * src/enriched.h
1703         * src/exphtmldlg.c
1704         * src/exphtmldlg.h
1705         * src/expldifdlg.c
1706         * src/expldifdlg.h
1707         * src/export.c
1708         * src/export.h
1709         * src/exporthtml.c
1710         * src/exporthtml.h
1711         * src/exportldif.c
1712         * src/exportldif.h
1713         * src/filtering.c
1714         * src/filtering.h
1715         * src/folder.c
1716         * src/folder.h
1717         * src/folder_item_prefs.c
1718         * src/folder_item_prefs.h
1719         * src/foldersel.c
1720         * src/foldersel.h
1721         * src/folderutils.c
1722         * src/folderutils.h
1723         * src/folderview.c
1724         * src/folderview.h
1725         * src/gedit-print.c
1726         * src/gedit-print.h
1727         * src/grouplistdialog.c
1728         * src/grouplistdialog.h
1729         * src/headerview.c
1730         * src/headerview.h
1731         * src/html.c
1732         * src/html.h
1733         * src/image_viewer.c
1734         * src/image_viewer.h
1735         * src/imap.c
1736         * src/imap.h
1737         * src/imap_gtk.c
1738         * src/imap_gtk.h
1739         * src/import.c
1740         * src/import.h
1741         * src/importldif.c
1742         * src/importldif.h
1743         * src/importmutt.c
1744         * src/importmutt.h
1745         * src/importpine.c
1746         * src/importpine.h
1747         * src/inc.c
1748         * src/inc.h
1749         * src/jpilot.c
1750         * src/jpilot.h
1751         * src/ldapctrl.c
1752         * src/ldapctrl.h
1753         * src/ldaplocate.c
1754         * src/ldaplocate.h
1755         * src/ldapquery.c
1756         * src/ldapquery.h
1757         * src/ldapserver.c
1758         * src/ldapserver.h
1759         * src/ldapupdate.c
1760         * src/ldapupdate.h
1761         * src/ldaputil.c
1762         * src/ldaputil.h
1763         * src/ldif.c
1764         * src/ldif.h
1765         * src/localfolder.c
1766         * src/localfolder.h
1767         * src/main.c
1768         * src/main.h
1769         * src/mainwindow.c
1770         * src/mainwindow.h
1771         * src/manual.c
1772         * src/manual.h
1773         * src/matcher.c
1774         * src/matcher.h
1775         * src/matcher_parser.h
1776         * src/matcher_parser_lex.l
1777         * src/matcher_parser_parse.y
1778         * src/mbox.c
1779         * src/mbox.h
1780         * src/message_search.c
1781         * src/message_search.h
1782         * src/messageview.c
1783         * src/messageview.h
1784         * src/mh.c
1785         * src/mh.h
1786         * src/mh_gtk.c
1787         * src/mh_gtk.h
1788         * src/mimeview.c
1789         * src/mimeview.h
1790         * src/msgcache.c
1791         * src/msgcache.h
1792         * src/mutt.c
1793         * src/mutt.h
1794         * src/news.c
1795         * src/news.h
1796         * src/news_gtk.c
1797         * src/news_gtk.h
1798         * src/noticeview.c
1799         * src/noticeview.h
1800         * src/partial_download.c
1801         * src/partial_download.h
1802         * src/pine.c
1803         * src/pine.h
1804         * src/pop.c
1805         * src/pop.h
1806         * src/prefs_account.c
1807         * src/prefs_account.h
1808         * src/prefs_actions.c
1809         * src/prefs_actions.h
1810         * src/prefs_common.c
1811         * src/prefs_common.h
1812         * src/prefs_compose_writing.c
1813         * src/prefs_compose_writing.h
1814         * src/prefs_customheader.c
1815         * src/prefs_customheader.h
1816         * src/prefs_display_header.c
1817         * src/prefs_display_header.h
1818         * src/prefs_ext_prog.c
1819         * src/prefs_ext_prog.h
1820         * src/prefs_filtering.c
1821         * src/prefs_filtering.h
1822         * src/prefs_filtering_action.c
1823         * src/prefs_filtering_action.h
1824         * src/prefs_folder_column.c
1825         * src/prefs_folder_column.h
1826         * src/prefs_folder_item.c
1827         * src/prefs_folder_item.h
1828         * src/prefs_fonts.c
1829         * src/prefs_fonts.h
1830         * src/prefs_gtk.c
1831         * src/prefs_gtk.h
1832         * src/prefs_image_viewer.c
1833         * src/prefs_image_viewer.h
1834         * src/prefs_logging.c
1835         * src/prefs_logging.h
1836         * src/prefs_matcher.c
1837         * src/prefs_matcher.h
1838         * src/prefs_message.c
1839         * src/prefs_message.h
1840         * src/prefs_msg_colors.c
1841         * src/prefs_msg_colors.h
1842         * src/prefs_other.c
1843         * src/prefs_other.h
1844         * src/prefs_quote.c
1845         * src/prefs_quote.h
1846         * src/prefs_receive.c
1847         * src/prefs_receive.h
1848         * src/prefs_send.c
1849         * src/prefs_send.h
1850         * src/prefs_spelling.c
1851         * src/prefs_spelling.h
1852         * src/prefs_summaries.c
1853         * src/prefs_summaries.h
1854         * src/prefs_summary_column.c
1855         * src/prefs_summary_column.h
1856         * src/prefs_summary_open.c
1857         * src/prefs_summary_open.h
1858         * src/prefs_template.c
1859         * src/prefs_template.h
1860         * src/prefs_themes.c
1861         * src/prefs_themes.h
1862         * src/prefs_toolbar.c
1863         * src/prefs_toolbar.h
1864         * src/prefs_wrapping.c
1865         * src/prefs_wrapping.h
1866         * src/privacy.c
1867         * src/privacy.h
1868         * src/procheader.c
1869         * src/procheader.h
1870         * src/procmime.c
1871         * src/procmime.h
1872         * src/procmsg.c
1873         * src/procmsg.h
1874         * src/quote_fmt.c
1875         * src/quote_fmt_lex.l
1876         * src/quote_fmt_parse.y
1877         * src/recv.c
1878         * src/recv.h
1879         * src/remotefolder.c
1880         * src/remotefolder.h
1881         * src/send_message.c
1882         * src/send_message.h
1883         * src/setup.c
1884         * src/setup.h
1885         * src/simple-gettext.c
1886         * src/sourcewindow.c
1887         * src/sourcewindow.h
1888         * src/ssl_manager.c
1889         * src/ssl_manager.h
1890         * src/statusbar.c
1891         * src/statusbar.h
1892         * src/stock_pixmap.c
1893         * src/stock_pixmap.h
1894         * src/summary_search.c
1895         * src/summary_search.h
1896         * src/summaryview.c
1897         * src/summaryview.h
1898         * src/textview.c
1899         * src/textview.h
1900         * src/toolbar.c
1901         * src/toolbar.h
1902         * src/undo.c
1903         * src/undo.h
1904         * src/unmime.c
1905         * src/unmime.h
1906         * src/uri_opener.c
1907         * src/uri_opener.h
1908         * src/vcard.c
1909         * src/vcard.h
1910         * src/wizard.c
1911         * src/wizard.h
1912         * src/common/base64.c
1913         * src/common/base64.h
1914         * src/common/claws.c
1915         * src/common/claws.h
1916         * src/common/defs.h
1917         * src/common/fnmatch.c
1918         * src/common/fnmatch.h
1919         * src/common/fnmatch_loop.c
1920         * src/common/hooks.c
1921         * src/common/hooks.h
1922         * src/common/log.c
1923         * src/common/log.h
1924         * src/common/md5.c
1925         * src/common/md5.h
1926         * src/common/mgutils.c
1927         * src/common/mgutils.h
1928         * src/common/nntp.c
1929         * src/common/nntp.h
1930         * src/common/passcrypt.c
1931         * src/common/passcrypt.h.in
1932         * src/common/plugin.c
1933         * src/common/plugin.h
1934         * src/common/prefs.c
1935         * src/common/prefs.h
1936         * src/common/progressindicator.c
1937         * src/common/progressindicator.h
1938         * src/common/quoted-printable.c
1939         * src/common/quoted-printable.h
1940         * src/common/session.c
1941         * src/common/session.h
1942         * src/common/smtp.c
1943         * src/common/smtp.h
1944         * src/common/socket.c
1945         * src/common/socket.h
1946         * src/common/ssl.c
1947         * src/common/ssl.h
1948         * src/common/ssl_certificate.c
1949         * src/common/ssl_certificate.h
1950         * src/common/string_match.c
1951         * src/common/string_match.h
1952         * src/common/stringtable.c
1953         * src/common/stringtable.h
1954         * src/common/tags.c
1955         * src/common/tags.h
1956         * src/common/template.c
1957         * src/common/template.h
1958         * src/common/timing.h
1959         * src/common/utils.c
1960         * src/common/utils.h
1961         * src/common/uuencode.c
1962         * src/common/uuencode.h
1963         * src/common/version.h.in
1964         * src/common/w32_dirent.c
1965         * src/common/w32_reg.c
1966         * src/common/w32_signal.c
1967         * src/common/w32_stat.c
1968         * src/common/w32_stdlib.c
1969         * src/common/w32_string.c
1970         * src/common/w32_time.c
1971         * src/common/w32_unistd.c
1972         * src/common/w32_wait.c
1973         * src/common/w32lib.h
1974         * src/common/xml.c
1975         * src/common/xml.h
1976         * src/common/xmlprops.c
1977         * src/common/xmlprops.h
1978         * src/etpan/etpan-errors.h
1979         * src/etpan/etpan-thread-manager-types.h
1980         * src/etpan/etpan-thread-manager.c
1981         * src/etpan/etpan-thread-manager.h
1982         * src/etpan/imap-thread.c
1983         * src/etpan/imap-thread.h
1984         * src/gtk/about.c
1985         * src/gtk/about.h
1986         * src/gtk/colorlabel.c
1987         * src/gtk/colorlabel.h
1988         * src/gtk/colorsel.c
1989         * src/gtk/colorsel.h
1990         * src/gtk/combobox.c
1991         * src/gtk/combobox.h
1992         * src/gtk/description_window.c
1993         * src/gtk/description_window.h
1994         * src/gtk/filesel.c
1995         * src/gtk/filesel.h
1996         * src/gtk/foldersort.c
1997         * src/gtk/foldersort.h
1998         * src/gtk/gtkaspell.c
1999         * src/gtk/gtkaspell.h
2000         * src/gtk/gtksctree.c
2001         * src/gtk/gtkshruler.c
2002         * src/gtk/gtkshruler.h
2003         * src/gtk/gtksourceprintjob.c
2004         * src/gtk/gtksourceprintjob.h
2005         * src/gtk/gtkutils.c
2006         * src/gtk/gtkutils.h
2007         * src/gtk/gtkvscrollbutton.c
2008         * src/gtk/gtkvscrollbutton.h
2009         * src/gtk/icon_legend.c
2010         * src/gtk/icon_legend.h
2011         * src/gtk/inputdialog.c
2012         * src/gtk/inputdialog.h
2013         * src/gtk/logwindow.c
2014         * src/gtk/logwindow.h
2015         * src/gtk/manage_window.c
2016         * src/gtk/manage_window.h
2017         * src/gtk/menu.c
2018         * src/gtk/menu.h
2019         * src/gtk/pluginwindow.c
2020         * src/gtk/pluginwindow.h
2021         * src/gtk/prefswindow.c
2022         * src/gtk/prefswindow.h
2023         * src/gtk/progressdialog.c
2024         * src/gtk/progressdialog.h
2025         * src/gtk/quicksearch.c
2026         * src/gtk/quicksearch.h
2027         * src/gtk/sslcertwindow.c
2028         * src/gtk/sslcertwindow.h
2029         * src/plugins/bogofilter/bogofilter.c
2030         * src/plugins/bogofilter/bogofilter.h
2031         * src/plugins/bogofilter/bogofilter_gtk.c
2032         * src/plugins/clamav/clamav_plugin.c
2033         * src/plugins/clamav/clamav_plugin.h
2034         * src/plugins/clamav/clamav_plugin_gtk.c
2035         * src/plugins/demo/demo.c
2036         * src/plugins/dillo_viewer/dillo_prefs.c
2037         * src/plugins/dillo_viewer/dillo_prefs.h
2038         * src/plugins/dillo_viewer/dillo_viewer.c
2039         * src/plugins/pgpcore/passphrase.c
2040         * src/plugins/pgpcore/passphrase.h
2041         * src/plugins/pgpcore/pgp_viewer.c
2042         * src/plugins/pgpcore/pgp_viewer.h
2043         * src/plugins/pgpcore/plugin.c
2044         * src/plugins/pgpcore/prefs_gpg.c
2045         * src/plugins/pgpcore/prefs_gpg.h
2046         * src/plugins/pgpcore/select-keys.c
2047         * src/plugins/pgpcore/select-keys.h
2048         * src/plugins/pgpcore/sgpgme.c
2049         * src/plugins/pgpcore/sgpgme.h
2050         * src/plugins/pgpinline/pgpinline.c
2051         * src/plugins/pgpinline/pgpinline.h
2052         * src/plugins/pgpinline/plugin.c
2053         * src/plugins/pgpmime/pgpmime.c
2054         * src/plugins/pgpmime/pgpmime.h
2055         * src/plugins/pgpmime/plugin.c
2056         * src/plugins/spamassassin/spamassassin.c
2057         * src/plugins/spamassassin/spamassassin.h
2058         * src/plugins/spamassassin/spamassassin_gtk.c
2059         * src/plugins/trayicon/trayicon.c
2060         * src/plugins/trayicon/trayicon_prefs.c
2061         * src/plugins/trayicon/trayicon_prefs.h
2062         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2063         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2064         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2065         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2066         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2067         * tools/OOo2claws-mail.pl
2068         * tools/README.sylprint
2069         * tools/acroread2claws-mail.pl
2070         * tools/claws-mail-compose-insert-files.pl
2071         * tools/convert_mbox.pl
2072         * tools/filter_conv.pl
2073         * tools/filter_conv_new.pl
2074         * tools/fix_date.sh
2075         * tools/freshmeat_search.pl
2076         * tools/google_search.pl
2077         * tools/kmail-mailbox2claws-mail.pl
2078         * tools/kmail2claws-mail.pl
2079         * tools/kmail2claws-mail_v2.pl
2080         * tools/mairix.sh
2081         * tools/make.themes.project
2082         * tools/multiwebsearch.pl
2083         * tools/nautilus2claws-mail.sh
2084         * tools/outlook2claws-mail.pl
2085         * tools/textviewer.sh
2086         * tools/thunderbird-filters-convertor.pl
2087         * tools/update-po
2088         * tools/uuooffice
2089         * tools/vcard2xml.py
2090         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2091                 Upgrade to GPLv3 or later.
2092
2093 2007-07-10 [wwp]        2.10.0cvs15
2094
2095         * src/main.c
2096                 Fix re-opening of all composing messages that were
2097                 opened when closing the previous instance, thanks
2098                 to Colin.
2099
2100 2007-07-10 [paul]       2.10.0cvs14
2101
2102         * src/editaddress_other_attributes_ldap.c
2103         * src/ldapupdate.c
2104                 fix crash on selecting 'other attributes' combo
2105                 for either a new entry or an old entry with no
2106                 existing attributes.
2107                 fix bug on editing multiple attributes which
2108                 resulted them all having the value of the last
2109                 one changed.
2110                 Thanks to Colin
2111
2112 2007-07-10 [colin]      2.10.0cvs13
2113
2114         * src/editaddress.c
2115         * src/editaddress_other_attributes_ldap.h
2116         * src/ldapupdate.c
2117                 Fix --disable-ldap build
2118
2119 2007-07-09 [colin]      2.10.0cvs12
2120
2121         * src/Makefile.am
2122         * src/addritem.c
2123         * src/addritem.h
2124         * src/editaddress.c
2125         * src/editaddress_other_attributes_ldap.c
2126         * src/editaddress_other_attributes_ldap.h
2127         * src/editldap.c
2128         * src/ldapctrl.c
2129         * src/ldapctrl.h
2130         * src/ldapupdate.c
2131                 Add capability to edit all inetOrgPerson
2132                 attributes on LDAP. Patch by Michael 
2133                 Rasmussen
2134
2135 2007-07-09 [colin]      2.10.0cvs11
2136
2137         * src/Makefile.am
2138         * src/exporthtml.c
2139         * src/mbox.c
2140         * src/msgcache.c
2141         * src/prefs_summaries.c
2142         * src/prefs_themes.c
2143         * src/procheader.c
2144         * src/common/Makefile.am
2145         * src/common/log.c
2146         * src/common/timing.h
2147         * src/common/utils.c
2148         * src/common/utils.h
2149         * src/common/w32_account.c
2150         * src/common/w32lib.h
2151         * src/gtk/Makefile.am
2152         * src/gtk/colorlabel.c
2153         * src/plugins/pgpcore/Makefile.am
2154         * src/plugins/pgpcore/claws.def
2155         * src/plugins/pgpcore/passphrase.c
2156         * src/plugins/pgpcore/pgp_viewer.c
2157         * src/plugins/pgpcore/plugin.def
2158         * src/plugins/pgpcore/sgpgme.c
2159         * src/plugins/pgpinline/Makefile.am
2160         * src/plugins/pgpinline/claws.def
2161         * src/plugins/pgpinline/mypgpcore.def
2162         * src/plugins/pgpinline/plugin.def
2163         * src/plugins/pgpmime/Makefile.am
2164         * src/plugins/pgpmime/claws.def
2165         * src/plugins/pgpmime/mypgpcore.def
2166         * src/plugins/pgpmime/plugin.def
2167                 Commit win32 patch, from Werner Koch and
2168                 Marcus Brinkmann
2169
2170 2007-07-09 [colin]      2.10.0cvs10
2171
2172         * src/prefs_toolbar.c
2173                 Fix crash when no actions exist
2174
2175 2007-07-07 [paul]       2.10.0cvs9
2176
2177         * COPYING
2178         * manual/claws-mail-manual.xml
2179                 update copyright year
2180         * po/fi.po
2181                 updated by Flammie Pirinen
2182
2183 2007-07-05 [wwp]        2.10.0cvs8
2184
2185         * src/plugins/clamav/clamav_plugin_gtk.c
2186                 Make vertical spacing like in other plugin prefs pages.
2187
2188 2007-07-05 [wwp]        2.10.0cvs7
2189
2190         * src/quote_fmt.c
2191                 It's %am that works, not %ae (this doc incoherence has been
2192                 introduced with 2.9.2cvs13).
2193
2194 2007-07-04 [wwp]        2.10.0cvs6
2195
2196         * src/plugins/bogofilter/bogofilter.c
2197                 Gettext-ize an occurrence of "Any" that wasn't.
2198
2199 2007-07-04 [colin]      2.10.0cvs5
2200
2201         * po/POTFILES.in
2202                 Fix untranslated strings; thanks
2203                 to Pader Rezso.
2204
2205 2007-07-03 [colin]      2.10.0cvs4
2206
2207         * src/folder.c
2208         * src/mainwindow.c
2209                 Fix saving of sort mode for tags and
2210                 thread date. Thanks to Pierre Ossman.
2211                 Completes fix for bug 1233
2212
2213 2007-07-03 [paul]       2.10.0cvs3
2214
2215         * src/compose.c
2216                 fix auto-save
2217         * src/summaryview.c
2218                 fix build warnings
2219         Thanks to Colin
2220
2221 2007-07-02 [colin]      2.10.0cvs2
2222
2223         * src/folder.h
2224         * src/mainwindow.c
2225         * src/procmsg.h
2226         * src/summaryview.c
2227                 Add View/Sort/by Thread date
2228                 Fixes bug 1233, 'Capability to sort 
2229                 threads by most recent message'
2230                 Based on a patch by Paul Rolland
2231
2232 2007-07-02 [colin]      2.10.0cvs1
2233
2234         * src/Makefile.am
2235         * src/compose.c
2236         * src/edittags.c
2237         * src/edittags.h
2238         * src/filtering.c
2239         * src/folder.c
2240         * src/folder.h
2241         * src/headerview.c
2242         * src/headerview.h
2243         * src/main.c
2244         * src/mainwindow.c
2245         * src/mainwindow.h
2246         * src/manual.h
2247         * src/matcher.c
2248         * src/matcher.h
2249         * src/matcher_parser_parse.y
2250         * src/mimeview.c
2251         * src/msgcache.c
2252         * src/msgcache.h
2253         * src/prefs_common.c
2254         * src/prefs_common.h
2255         * src/prefs_filtering_action.c
2256         * src/prefs_matcher.c
2257         * src/prefs_summary_column.c
2258         * src/procmsg.c
2259         * src/procmsg.h
2260         * src/quote_fmt.c
2261         * src/quote_fmt_lex.l
2262         * src/quote_fmt_parse.y
2263         * src/summaryview.c
2264         * src/summaryview.h
2265         * src/textview.c
2266         * src/common/Makefile.am
2267         * src/common/defs.h
2268         * src/common/tags.c
2269         * src/common/tags.h
2270         * src/gtk/quicksearch.c
2271         * src/gtk/quicksearch.h
2272                 Add Tags implementation. Tags are arbitrary labels
2273                 that can be applied to messages. It is possible 
2274                 to create, edit, remove tags; apply them to mails;
2275                 filter on tags or tag presence; apply or unset
2276                 tags via filtering actions; reference tags in
2277                 reply templates.
2278
2279 2007-07-02 [paul]       2.10.0
2280
2281         * NEWS
2282         * README
2283         * RELEASE_NOTES
2284                 2.10.0 released
2285
2286 2007-07-02 [paul]       2.9.2cvs78
2287
2288         * po/de.po
2289         * po/en_GB.po
2290         * po/es.po
2291         * po/fr.po
2292         * po/hu.po
2293         * po/pt_BR.po
2294         * po/ru.po
2295         * po/zh_CN.po
2296                 updated by Stephan Sachse, me, Ricardo Mones
2297                 Lastra, Fabien Vantard, Pader Rezso, Frederico
2298                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
2299
2300 2007-07-02 [paul]       2.9.2cvs77
2301
2302         * AUTHORS
2303                 updated
2304
2305 2007-06-29 [wwp]        2.9.2cvs76
2306
2307         * src/gtk/headers.h
2308                 Fix a typo (thanks to Ricardo for finding this out).
2309
2310 2007-06-28 [paul]       2.9.2cvs75
2311
2312         * src/folderview.c
2313                 fix build warnings
2314
2315 2007-06-28 [paul]       2.9.2cvs74
2316
2317         * tools/Makefile.am
2318                 fix bug in the autotools build system.
2319                 Files cataloged under EXTRA_DIST were never
2320                 automatically copied to the build tree.
2321                 (fix 'make distcheck')
2322                 Patch by Michael Rasmussen.
2323
2324 2007-06-24 [colin]      2.9.2cvs73
2325
2326         * src/news_gtk.c
2327                 Fix bug 1249, 'Error handling for 
2328                 news errors needs modification'
2329                 Only popup error if the according
2330                 pref in Prefs/Receive is set.
2331
2332 2007-06-21 [colin]      2.9.2cvs72
2333
2334         * src/common/plugin.c
2335         * src/common/plugin.h
2336                 Change plugin API to know whether it's safe to 
2337                 unload plugins or whether we should just hide
2338                 them. Fixes bug 1248, 'Core dumps after 
2339                 unloading plugin and clicking on load plugins'
2340         * src/plugins/bogofilter/bogofilter.c
2341         * src/plugins/clamav/clamav_plugin.c
2342         * src/plugins/demo/demo.c
2343         * src/plugins/dillo_viewer/dillo_viewer.c
2344         * src/plugins/pgpcore/plugin.c
2345         * src/plugins/pgpinline/plugin.c
2346         * src/plugins/pgpmime/plugin.c
2347         * src/plugins/spamassassin/spamassassin.c
2348         * src/plugins/trayicon/trayicon.c
2349                 Update API
2350
2351 2007-06-19 [colin]      2.9.2cvs71
2352
2353         * src/compose.c
2354         * src/messageview.c
2355                 Fix crash mentioned in bug 1246
2356                 Race condition when automatically drafting
2357                 due to insertion on reedit.
2358
2359 2007-06-18 [wwp]        2.9.2cvs70
2360
2361         * src/importldif.c
2362                 LDIF import: use a "Proceed" button to complete
2363                 the process.
2364
2365 2007-06-18 [paul]       2.9.2cvs69
2366
2367         * configure.ac
2368                 use pkgconfig to check for gtk and glib
2369
2370 2007-06-17 [wwp]        2.9.2cvs68
2371
2372         * src/ldif.c
2373         * src/importldif.c
2374                 LDIF import: better error handling, minor code
2375                 and UI cleanup, and renamed the Save button
2376                 to Close, as imported stuff is already saved
2377                 when the Save button is shown.
2378
2379 2007-06-17 [colin]      2.9.2cvs67
2380
2381         * src/prefs_summaries.c
2382         * src/procmsg.c
2383                 Don't set as read when forwarded, only replied to
2384
2385 2007-06-17 [paul]       2.9.2cvs66
2386
2387         * src/alertpanel.c
2388                 add missing #include
2389
2390 2007-06-16 [colin]      2.9.2cvs65
2391
2392         * src/prefs_summaries.c
2393         * src/procmsg.c
2394                 Change the pref "Only mark as read when opened
2395                 in new window" to "..., replied to or forwarded".
2396                 Based on a patch by Paul Rolland.
2397
2398 2007-06-16 [paul]       2.9.2cvs64
2399
2400         * src/gtk/authors.h
2401                 alphabetical order! :)
2402
2403 2007-06-16 [colin]      2.9.2cvs63
2404
2405         * AUTHORS
2406         * src/gtk/authors.h
2407                 Add Michael Rasmussen in authors list
2408
2409 2007-06-16 [colin]      2.9.2cvs62
2410
2411         * src/messageview.c
2412                 Fix messageview_copy_clipboard to take advantage
2413                 of plugins' get_selection.
2414
2415 2007-06-15 [colin]      2.9.2cvs61
2416
2417         * src/action.c
2418         * src/addr_compl.c
2419         * src/addressbook.c
2420         * src/folderview.c
2421         * src/message_search.c
2422         * src/mimeview.c
2423         * src/summary_search.c
2424         * src/summaryview.c
2425         * src/textview.c
2426                 Allow GDK_KP_Enter to do the same as GDK_Return
2427                 Patch by Michael Rasmussen
2428
2429 2007-06-15 [paul]       2.9.2cvs60
2430
2431         * src/compose.c
2432                 fix bug when closing a compose window
2433                 during autosave
2434
2435 2007-06-14 [paul]       2.9.2cvs59
2436
2437         * src/main.c
2438         * src/common/defs.h
2439                 migrate sylpheed config
2440
2441 2007-06-14 [wwp]        2.9.2cvs58
2442
2443         * src/gtk/pluginwindow.c
2444                 Yet another attempt to fix sizing/alignment of the
2445                 button bar in plugins window.
2446
2447 2007-06-12 [colin]      2.9.2cvs57
2448
2449         * po/POTFILES.in
2450         * src/Makefile.am
2451         * src/folderview.c
2452         * src/prefs_common.c
2453         * src/prefs_common.h
2454         * src/prefs_summaries.c
2455         * src/prefs_summary_open.c
2456         * src/prefs_summary_open.h
2457         * src/summaryview.c
2458                 Make "when entering a folder" actions more personalisable
2459
2460 2007-06-12 [wwp]        2.9.2cvs56
2461
2462         * tools/README
2463                 Use short description from Paul (mairix.sh).
2464
2465 2007-06-12 [wwp]        2.9.2cvs55
2466
2467         * tools/README
2468                 Updated info about mairix.sh.
2469
2470 2007-06-11 [paul]       2.9.2cvs54
2471
2472         * src/prefs_logging.c
2473                 rework log window length widgets
2474                 and some sensitivity fixes
2475
2476 2007-06-11 [paul]       2.9.2cvs53
2477
2478         * src/mainwindow.c
2479         * src/prefs_logging.c
2480                 rename 'Protocol Log' to 'Network Log'
2481                 and some function renaming
2482
2483 2007-06-10 [wwp]        2.9.2cvs52
2484
2485         * src/gtk/pluginwindow.c
2486                 Revert 2.9.2cvs51.
2487
2488 2007-06-10 [wwp]        2.9.2cvs51
2489
2490         * src/gtk/pluginwindow.c
2491                 Fix button bar in plugin window, was centered and not
2492                 behaving like other dialogs w/ such button bar.
2493
2494 2007-06-08 [wwp]        2.9.2cvs50
2495
2496         * src/compose.c
2497         * src/compose.h
2498         * src/main.c
2499         * src/mainwindow.c
2500         * src/mainwindow.h
2501                 Provide a way out of automatic draft saving on IMAP, when
2502                 exiting offline.
2503                 Prevent drafting while sending and quitting while sending.
2504                 Thanks for Colin.
2505
2506
2507
2508 2007-06-08 [wwp]        2.9.2cvs49
2509
2510         * src/prefs_account.c
2511         * src/gtk/prefswindow.c
2512         * src/gtk/prefswindow.h
2513                 Activate the Basic page when opening account prefs.
2514
2515 2007-06-08 [wwp]        2.9.2cvs48
2516
2517         * src/common/socket.c
2518                 Don't crash if fork() fails, thanks to Colin.
2519
2520 2007-06-08 [wwp]        2.9.2cvs47
2521
2522         * src/gtk/prefswindow.c
2523                 Wrap some long lines, and reset horizontal scroller's adjusment
2524                 (this was already done, vertically), when changing tab (not page)
2525                 in prefs windows.
2526
2527 2007-06-08 [paul]       2.9.2cvs46
2528
2529         * src/common/utils.c
2530                 use gethostname() instead of uname()
2531                 based on a patch by Michael Hughes
2532                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2533
2534 2007-06-07 [wwp]        2.9.2cvs45
2535
2536         * src/prefs_common.c
2537                 Fix some useless warnings, thanks to Colin.
2538
2539 2007-06-06 [colin]      2.9.2cvs44
2540
2541         * src/ldapupdate.c
2542                 Fix strange allocations. 
2543
2544 2007-06-06 [colin]      2.9.2cvs43
2545
2546         * src/ldapupdate.c
2547                 Patch by Michael Rasmussus to help
2548                 bug 1232
2549
2550 2007-06-05 [wwp]        2.9.2cvs42
2551
2552         * src/prefs_account.c
2553         * src/prefs_folder_item.c
2554         * src/prefs_quote.c
2555         * src/quote_fmt.c
2556         * src/quote_fmt.h
2557                 Per-folder templates can now be applied recursively.
2558                 Always save per-folder templates (formats were erroneously
2559                 saved only if they were enabled).
2560                 Check for validity of quotation marks everywhere there
2561                 are defined.
2562
2563 2007-06-05 [wwp]        2.9.2cvs41
2564
2565         * src/inc.c
2566                 Fix incoming messages from local accounts always getting filtered
2567                 (even if the account prefs say don't), thanks to Colin.
2568
2569 2007-06-05 [wwp]        2.9.2cvs40
2570
2571         * src/compose.c
2572         * src/compose.h
2573                 Use per-folder/per-account quote chars when applying a
2574                 template or inserting text as well. Const'ify some
2575                 vars more.
2576
2577 2007-06-04 [colin]      2.9.2cvs39
2578
2579         * src/compose.c
2580                 More work for wwp :)
2581
2582 2007-06-04 [wwp]        2.9.2cvs38
2583
2584         * src/compose.c
2585                 Same as 2.9.2cvs36 but for forwarding.
2586
2587 2007-06-04 [colin]      2.9.2cvs37
2588
2589         * src/compose.c
2590                 Use original mail file for forward/redirect
2591                 Fixes some forwarded mails to be attached as
2592                 application/octet-stream (when they have binary
2593                 parts), and incidentally fixes bug 848
2594                 'Redirect breaks GnuPG'
2595
2596 2007-06-04 [wwp]        2.9.2cvs36
2597
2598         * src/compose.c
2599                 Fix quote mark mis-initialisation when replying/forwarding
2600                 (introduced w/ 2.9.2cvs20).
2601
2602 2007-06-04 [wwp]        2.9.2cvs35
2603
2604         * src/prefs_compose_writing.c
2605         * src/prefs_quote.c
2606                 Fix a bug where Quotation characters (prefs/compose/writing)
2607                 was cleared (introduced w/ 2.9.2cvs26).
2608
2609 2007-06-04 [wwp]        2.9.2cvs34
2610
2611         * src/prefs_account.c
2612         * src/prefs_account.h
2613                 Better fix for compiling w/o aspell (rollbacks
2614                 2.9.2cvs31).
2615
2616 2007-06-04 [wwp]        2.9.2cvs33
2617
2618         * src/account.c
2619         * src/prefs_account.c
2620         * src/prefs_account.h
2621         * src/procmsg.c
2622                 It's now possible to disable mail filtering plugins
2623                 on a per-account basis.
2624
2625 2007-06-04 [wwp]        2.9.2cvs32
2626
2627         * src/procheader.c
2628         * src/common/utils.c
2629         * src/common/utils.h
2630                 Support CRLF in headers part of messages.
2631                 Support few more date formats (RFC3339 subsets).
2632
2633 2007-06-04 [wwp]        2.9.2cvs31
2634
2635         * src/prefs_account.c
2636                 Fix compiling w/o aspell support.
2637
2638 2007-06-03 [wwp]        2.9.2cvs30
2639
2640         * src/prefs_gtk.c
2641                 Don't decode leading ENV_ and ~ in P_PASSWORD
2642                 values.
2643
2644 2007-06-03 [wwp]        2.9.2cvs29
2645
2646         * src/prefs_gtk.c
2647                 Don't decode leading ENV_ and ~ in P_PASSWORD
2648                 values.
2649
2650 2007-06-03 [wwp]        2.9.2cvs28
2651
2652         * src/prefs_account.c
2653         * src/gtk/prefswindow.c
2654         * src/gtk/prefswindow.h
2655                 Added a way to force preloading of all pages
2656                 (prefswindow).
2657                 Moved tabs to pages in account prefs.
2658
2659 2007-06-02 [colin]      2.9.2cvs27
2660
2661         * src/addressbook.c
2662                 Fix possible crash, fix ldap write bugs
2663         * src/ldapupdate.c
2664                 Fix ldap write bugs - patch by Michael
2665                 Rasmussen
2666         * src/alertpanel.c
2667         * src/alertpanel.h
2668                 Add a hook whenever alertpanel opens/closes
2669
2670 2007-05-31 [wwp]        2.9.2cvs26
2671
2672         * src/prefs_compose_writing.c
2673         * src/prefs_quote.c
2674                 Re-organized writing options a bit:
2675                  - renamed the Quoting page to Templates
2676                  - moved all composing templates to that page
2677                  - moved non-templates options to the Writing one,
2678                    grouped reply-related options, reordered reply and
2679                    forward options.
2680
2681 2007-05-31 [wwp]        2.9.2cvs25
2682
2683         * src/compose.c
2684                 Removed unused code.
2685
2686 2007-05-31 [colin]      2.9.2cvs24
2687
2688         * src/addressbook.c
2689                 Fix missing display name when modifying
2690                 LDAP. Patch by Michael Rasmussen
2691
2692 2007-05-31 [wwp]        2.9.2cvs23
2693
2694         * src/plugins/bogofilter/Makefile.am
2695         * src/plugins/clamav/Makefile.am
2696         * src/plugins/demo/Makefile.am
2697         * src/plugins/dillo_viewer/Makefile.am
2698         * src/plugins/spamassassin/Makefile.am
2699                 Fix building of those plugins in Mac OS X.
2700
2701 2007-05-30 [wwp]        2.9.2cvs22
2702
2703         * src/gtk/quicksearch.c
2704                 Fix missing initialization.
2705
2706 2007-05-30 [wwp]        2.9.2cvs21
2707
2708         * src/procheader.c
2709                 Revert accidental commit (debug outputs).
2710
2711 2007-05-30 [wwp]        2.9.2cvs20
2712
2713         * src/compose.c
2714         * src/folder_item_prefs.c
2715         * src/folder_item_prefs.h
2716         * src/prefs_account.c
2717         * src/prefs_account.h
2718         * src/prefs_folder_item.c
2719         * src/prefs_gtk.c
2720         * src/prefs_gtk.h
2721                 Implemented per-account and per-folder
2722                 compose/reply/forward formats.
2723
2724 2007-05-30 [wwp]        2.9.2cvs19
2725
2726         * src/prefs_compose_writing.c
2727         * src/prefs_quote.c
2728         * src/procheader.c
2729         * src/quote_fmt.c
2730         * src/quote_fmt.h
2731                 Internal API changes (factorize quote format
2732                 prefs and checks).
2733
2734 2007-05-30 [colin]      2.9.2cvs18
2735
2736         * src/compose.c
2737                 Fix race where it's possible to re-click Send
2738                 between end of SMTP session and end of "move to
2739                 sent folder" when sending an email with send
2740                 dialog enabled.
2741
2742 2007-05-30 [colin]      2.9.2cvs17
2743
2744         * src/crash.c
2745                 Ask for backtrace on all threads. Patch by
2746                 Pawel
2747         * src/folderview.c
2748                 Fix stale news statusbar when scanning fails.
2749                 Patch by Pawel
2750         * src/ldapupdate.c
2751                 Fix some LDAP write updates bugs. Patch
2752                 by Michael Rasmussen
2753
2754 2007-05-29 [colin]      2.9.2cvs16
2755
2756         * src/imap.c
2757                 Fix loss of local flags when moving mails
2758                 on IMAP in high-bandwidth mode (UID FETCH)
2759
2760 2007-05-25 [paul]       2.9.2cvs15
2761
2762         * src/common/socket.c
2763                 fix sometimes crasher on cancelling
2764                 message sending
2765
2766 2007-05-25 [colin]      2.9.2cvs14
2767
2768         * src/imap.c
2769                 Fix a memory leak
2770         * src/imap_gtk.c
2771                 Be more helpful in the subscription
2772                 message
2773
2774 2007-05-23 [wwp]        2.9.2cvs13
2775
2776         * src/compose.c
2777         * src/prefs_compose_writing.c
2778         * src/prefs_quote.c
2779         * src/prefs_template.c
2780         * src/prefs_template.h
2781         * src/quote_fmt.c
2782         * src/quote_fmt.h
2783         * src/quote_fmt_lex.l
2784         * src/quote_fmt_parse.y
2785                 Introduced new syntax elements (symbols and commands)
2786                 in templates/quote_fmt. Compatibility w/ old
2787                 symbols is kept.
2788                 Updated and reworked the corresponding Information
2789                 dialog.
2790                 Display the line number in dialogs that talk about
2791                 parser errors (in addition to the error message in
2792                 output).
2793
2794 2007-05-23 [wwp]        2.9.2cvs12
2795
2796         * src/quote_fmt_parse.y
2797                 Fix 2.9.2cvs11, probably a paste accident ;).
2798
2799 2007-05-23 [wwp]        2.9.2cvs11
2800
2801         * src/compose.c
2802         * src/prefs_template.c
2803         * src/quote_fmt.h
2804         * src/quote_fmt_parse.y
2805                 Fix 2.9.2cvs10, which broke --disable-aspell.
2806
2807 2007-05-22 [wwp]        2.9.2cvs10
2808
2809         * src/compose.c
2810         * src/prefs_template.c
2811         * src/quote_fmt.c
2812         * src/quote_fmt.h
2813         * src/quote_fmt_lex.l
2814         * src/quote_fmt_parse.y
2815         * src/gtk/gtkaspell.c
2816         * src/gtk/gtkaspell.h
2817                 Added template/quote format syntactical elements
2818                 to show and query:
2819                         - current dictionary
2820                           %T to show (shows empty if not set or not enabled),
2821                           ?T and !T to check if the default dictionary is
2822                           enabled and set
2823                         - current account's default dictionary
2824                           %aT to show (empty if not set or not enabled),
2825                           ?aT and !aT to check if it's enabled and set
2826                         - name completion for an address, from the address
2827                           book
2828                           %ABf, %ABt, %ABc respectively show the full name got
2829                           from the address book if From, To or Cc match a single
2830                           contact.
2831                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
2832                           matches any contact and if the full name is non-empty.
2833                           If From, To or Cc are lists of email addresses, only
2834                           the first address will be checked.
2835                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
2836                 that could show a trailing ','.
2837                 Also, template/quote_fmt parser now shows the line number in case
2838                 of parser error.
2839
2840 2007-05-15 [colin]      2.9.2cvs9
2841
2842         * src/main.c
2843         * src/main.h
2844                 Add a public function to know whether Claws
2845                 crashed last time
2846                 Store opened folder when exiting
2847         * src/folder.c
2848         * src/folder.h
2849                 Store last opened message in each FolderItem;
2850                 Reset last seen messages if Claws crashed, so 
2851                 that one can't go in an infinite crash in case 
2852                 a particular mail crashes Claws.
2853         * src/messageview.c
2854         * src/prefs_common.c
2855         * src/prefs_common.h
2856         * src/summaryview.c
2857         * src/prefs_summaries.c
2858                 Add "Select last opened message" when entering
2859                 a folder
2860                 Add "Select last opened folder" at startup.
2861
2862 2007-05-14 [colin]      2.9.2cvs8
2863
2864         * manual/xml2pdf
2865                 Fix bashism, search for xml catalog 
2866                 in /usr/local/share/xml/catalog too
2867                 Patch by Pawel
2868
2869 2007-05-13 [wwp]        2.9.2cvs7
2870
2871         * src/gtk/logwindow.c
2872                 fix raising log windows when they are either minimized or
2873                 in background.
2874
2875 2007-05-11 [colin]      2.9.2cvs6
2876
2877         * src/gtk/filesel.c
2878                 Use Hildon's file chooser on Maemo. Patch
2879                 by Jean-Luc Biord; fixes part 2 of bug 1201,
2880                 'File attachment "manipulation" bugs...'
2881
2882 2007-05-10 [wwp]        2.9.2cvs5
2883
2884         * src/prefs_common.c
2885         * src/prefs_common.h
2886         * src/gtk/quicksearch.c
2887                 Add a quicksearch option to automatically run
2888                 a search selected from the history (this option
2889                 is exclusive towards type-ahead).
2890
2891 2007-05-10 [colin]      2.9.2cvs4
2892
2893         * src/imap.c
2894                 Fix g_warnings, thanks to Brian
2895                 Morrison
2896
2897 2007-05-09 [colin]      2.9.2cvs3
2898
2899         * src/crash.c
2900         * src/exporthtml.c
2901         * src/mbox.c
2902         * src/prefs_summaries.c
2903         * src/procheader.c
2904         * src/common/log.c
2905         * src/common/utils.c
2906         * src/gtk/gtksourceprintjob.c
2907         * src/gtk/sslcertwindow.c
2908                 Use the re-entrant variant of time functions
2909                 Probably fixes bug 1217, 'reentrancy problems 
2910                 with time functions'
2911
2912 2007-05-09 [colin]      2.9.2cvs2
2913
2914         * src/imap.c
2915                 Fix crasher when reconnection fails
2916
2917 2007-05-08 [paul]       2.9.2cvs1
2918
2919         * NEWS
2920         * README
2921         * RELEASE_NOTES
2922         * configure.ac
2923                 bump version number following
2924                 stable release
2925
2926 2007-05-08 [paul]       2.9.1cvs48
2927
2928         * src/plugins/demo/demo.c
2929         * src/plugins/dillo_viewer/dillo_prefs.c
2930         * src/plugins/dillo_viewer/dillo_prefs.h
2931         * src/plugins/dillo_viewer/dillo_viewer.c
2932         * src/plugins/pgpcore/pgp_viewer.c
2933         * src/plugins/pgpcore/pgp_viewer.h
2934         * src/plugins/pgpcore/plugin.c
2935         * src/plugins/pgpcore/prefs_gpg.c
2936         * src/plugins/pgpcore/prefs_gpg.h
2937         * src/plugins/pgpcore/sgpgme.c
2938         * src/plugins/pgpcore/sgpgme.h
2939         * src/plugins/pgpinline/plugin.c
2940         * src/plugins/pgpmime/pgpmime.c
2941         * src/plugins/pgpmime/pgpmime.h
2942         * src/plugins/pgpmime/plugin.c
2943         * src/plugins/spamassassin/spamassassin.c
2944         * src/plugins/spamassassin/spamassassin.h
2945         * src/plugins/spamassassin/spamassassin_gtk.c
2946         * src/plugins/trayicon/README
2947         * tools/README
2948         * tools/README.sylprint
2949         * tools/outlook2claws-mail.pl
2950         * tools/sylprint.pl
2951         * tools/tb2claws-mail
2952         * tools/tbird2claws.py
2953         * tools/update-po
2954         * tools/vcard2xml.py
2955         * tools/kdeservicemenu/README
2956                 cleanups and corrections
2957
2958 2007-05-06 [wwp]        2.9.1cvs47
2959
2960         * tools/uudec
2961                 Fix missing dash to `display` command-line, reported
2962                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
2963
2964 2007-05-06 [colin]      2.9.1cvs46
2965
2966         * src/Makefile.am
2967         * src/stock_pixmap.c
2968         * src/stock_pixmap.h
2969         * src/pixmaps/printer.xpm
2970                 Add a printer icon
2971
2972 2007-05-06 [paul]       2.9.1cvs45
2973
2974         * src/compose.c
2975         * src/ldapquery.c
2976         * src/privacy.h
2977         * src/summary_search.c
2978         * src/summaryview.c
2979                 fix build warnings
2980
2981 2007-05-05 [wwp]        2.9.1cvs44
2982
2983         * src/messageview.c
2984         * src/mh.c
2985         * src/prefs_actions.c
2986         * src/prefs_gtk.c
2987         * src/summaryview.c
2988         * src/common/xml.c
2989                 Fix "faild" typos everywhere and capitalization of
2990                 some g_warnings.
2991
2992 2007-05-04 [colin]      2.9.1cvs43
2993
2994         * src/compose.c
2995         * src/privacy.c
2996         * src/privacy.h
2997         * src/plugins/pgpcore/prefs_gpg.c
2998         * src/plugins/pgpcore/prefs_gpg.h
2999         * src/plugins/pgpinline/pgpinline.c
3000         * src/plugins/pgpmime/pgpmime.c
3001                 Add an API to warn about encryption limits,
3002                 and allow to disable these warnings
3003
3004 2007-05-03 [colin]      2.9.1cvs42
3005
3006         * src/summaryview.c
3007         * src/mainwindow.c
3008                 Fix bug 1213, 'Delete more than 
3009                 one thread at once'
3010
3011 2007-05-03 [wwp]        2.9.1cvs41
3012
3013         * src/prefs_common.c
3014         * src/prefs_filtering.c
3015         * src/prefs_template.c
3016         * src/common/template.c
3017         * src/common/template.h
3018         * src/gtk/gtkutils.c
3019         * src/gtk/gtkutils.h
3020                 Templates are no longer automatically sorted
3021                 by name, but can be sorted manually using
3022                 |< < > >| buttons as well as drag'n'drop.
3023
3024 2007-05-03 [wwp]        2.9.1cvs40
3025
3026         * src/plugins/spamassassin/spamassassin.c
3027         * src/plugins/spamassassin/spamassassin.h
3028         * src/plugins/spamassassin/spamassassin_gtk.c
3029         * src/plugins/bogofilter/bogofilter.c
3030         * src/plugins/bogofilter/bogofilter.h
3031         * src/plugins/bogofilter/bogofilter_gtk.c
3032                 Added an option to conditionally mark saved spam
3033                 as read (default is and was to do so).
3034                 Satisfies feature request 1708539 on sf.net tracker.
3035
3036 2007-05-03 [colin]      2.9.1cvs39
3037
3038         * src/inc.c
3039                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3040
3041 2007-05-02 [colin]      2.9.1cvs38
3042
3043         * src/textview.c
3044                 Fix bug 1209, 'Clicking on address 
3045                 in header (mailto uri) selects 
3046                 default account'. Patch adapted from
3047                 G.P. Halkes' patch.
3048
3049 2007-05-02 [colin]      2.9.1cvs37
3050
3051         * src/grouplistdialog.c
3052                 Set cursor to wait cursor while loading
3053                 groups.
3054
3055 2007-05-02 [paul]       2.9.1cvs36
3056
3057         * src/folder.c
3058         * src/common/defs.h
3059                 rename cache and mark files
3060                 (data is preserved)
3061
3062 2007-04-30 [paul]       2.9.1cvs35
3063
3064         * manual/glossary.xml
3065         * manual/plugins.xml
3066                 updates. Patch by Ricardo
3067
3068 2007-04-29 [wwp]        2.9.1cvs34
3069
3070         * src/mainwindow.c
3071         * configure.ac
3072                 Fix few grammatical errors (patch by David Relson < relson at
3073                 osagesoftware dot com >).
3074
3075 2007-04-28 [colin]      2.9.1cvs33
3076
3077         * src/account.c
3078         * src/pop.c
3079         * src/prefs_account.c
3080         * src/prefs_account.h
3081                 Drop the "Download all" preference. It's
3082                 stupidly useless and confuses people from
3083                 time to time.
3084
3085 2007-04-27 [wwp]        2.9.1cvs32
3086
3087         * src/account.c
3088         * src/prefs_account.c
3089         * src/prefs_account.h
3090                 Don't reflect accounts changes to the mainwindow when it's
3091                 not necessary.
3092
3093 2007-04-27 [colin]      2.9.1cvs31
3094
3095         * src/folder.c
3096                 Freeze/thaw when sync'ing flags
3097         * src/imap.c
3098         * src/prefs_account.c
3099         * src/prefs_account.h
3100         * src/etpan/imap-thread.c
3101         * src/etpan/imap-thread.h
3102                 Add a way to use UID FETCH instead
3103                 of searches to fetch message lists
3104                 and flags. More expensive towards
3105                 bandwidth, less expensive towards
3106                 server's CPU. Probably fixes 
3107                 bug 1158, 'Scanning new folders on 
3108                 Exchange 2007 extremely slow'.
3109                 Patch 95% by Hoa.
3110
3111 2007-04-27 [paul]       2.9.1cvs30
3112
3113         * src/mainwindow.c
3114         * src/prefs_logging.c
3115                 improvements to english usage
3116
3117 2007-04-27 [colin]      2.9.1cvs29
3118
3119         * src/imap.c
3120                 Fix build without libetpan (my bad!)
3121
3122 2007-04-26 [colin]      2.9.1cvs28
3123
3124         * src/imap.c
3125         * src/imap.h
3126                 Fix uselessly exported function
3127         * src/textview.c
3128                 Consider "- -- \n" as signature separator
3129                 (that's what signature separators look like
3130                  in PGP/Inline signed mails)
3131
3132 2007-04-26 [colin]      2.9.1cvs27
3133
3134         * configure.ac
3135                 libetpan-0.49 is now required
3136         * src/procmime.c
3137                 Fix double fetching of mails if
3138                 first try failed
3139         * src/imap.c
3140                 Make offline sync faster, by
3141                 remembering last change time, and
3142                 last sync time.
3143
3144 2007-04-26 [hoa]        2.9.1cvs26
3145
3146         * src/imap.c
3147         * src/imap.h
3148         * src/mainwindow.c
3149         * src/toolbar.c
3150         * src/etpan/imap-thread.c
3151         * src/etpan/imap-thread.h
3152                 cancellation of IMAP operations is now allowed.
3153                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3154
3155 2007-04-26 [colin]      2.9.1cvs25
3156
3157         * src/folder.c
3158                 Always fetch body+headers in folders that are
3159                 synched for offline use, if "Synchronise as
3160                 soon as possible" is set.
3161                 Fixes bug 1200, 'Add option to always retrieve full 
3162                 messages'
3163
3164 2007-04-25 [colin]      2.9.1cvs24
3165
3166         * src/compose.c
3167                 Fix bug 1198, 'Reply-all "disappearing" address bug 
3168                 persists...'
3169
3170 2007-04-24 [colin]      2.9.1cvs23
3171
3172         * src/folderview.c
3173                 Fix bug 1195, 'Hardware key navigation' 
3174                 Make GDK_Enter toggle expansion (Maemo)
3175
3176 2007-04-24 [wwp]        2.9.1cvs22
3177
3178         * src/compose.c
3179                 Fix few compiler warnings.
3180
3181 2007-04-24 [paul]       2.9.1cvs21
3182
3183         * src/Makefile.am
3184         * src/stock_pixmap.c
3185         * src/stock_pixmap.h
3186                 complete last commit
3187
3188 2007-04-24 [paul]       2.9.1cvs20
3189
3190         * src/gtk/about.c
3191         * src/pixmaps/active.xpm
3192         * src/pixmaps/checkbox_off.xpm
3193         * src/pixmaps/checkbox_on.xpm
3194         * src/pixmaps/inactive.xpm
3195                 kick out the blobs
3196                 remove transparent border from checkbox icons
3197
3198 2007-04-24 [wwp]        2.9.1cvs19
3199
3200         * src/textview.c
3201         * src/textview.h
3202                 Fix a crash in textview, thanks to Colin.
3203
3204 2007-04-23 [wwp]        2.9.1cvs18
3205
3206         * src/prefs_common.c
3207                 Fix 2.9.1cvs5: no header was being translated at all.
3208
3209 2007-04-23 [colin]      2.9.1cvs17
3210
3211         * src/Makefile.am
3212         * src/stock_pixmap.c
3213         * src/stock_pixmap.h
3214         * src/summaryview.c
3215         * src/summaryview.h
3216         * src/gtk/gtksctree.c
3217         * src/gtk/gtksctree.h
3218         * src/pixmaps/selection.xpm
3219                 Fix bug 1193, 'Need a way to multi-select
3220                 items'. Add a toggle button to the summaryview
3221                 to switch between normal and multiple selection
3222                 (Maemo)
3223
3224 2007-04-23 [colin]      2.9.1cvs16
3225
3226         * src/Makefile.am
3227         * src/stock_pixmap.c
3228         * src/stock_pixmap.h
3229         * src/summaryview.c
3230         * src/summaryview.h
3231         * src/gtk/gtksctree.c
3232         * src/gtk/gtksctree.h
3233         * src/pixmaps/selection.xpm
3234                 Fix bug 1193, 'Need a way to multi-
3235                 select items'
3236                 Add a toggle button in the summaryview
3237                 to enable normal or multiple selection.
3238                 (Maemo)
3239
3240 2007-04-23 [colin]      2.9.1cvs15
3241
3242         * src/compose.c
3243                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
3244
3245 2007-04-21 [colin]      2.9.1cvs14
3246
3247         * src/gtk/quicksearch.c
3248                 Fix previous commit (actually use correct
3249                 parameter)
3250
3251 2007-04-21 [colin]      2.9.1cvs13
3252
3253         * src/gtk/quicksearch.c
3254                 Fix changing quicksearch type (after Esc,
3255                 after changing Recursive, ...)
3256
3257 2007-04-20 [wwp]        2.9.1cvs12
3258
3259         * src/gtk/Makefile.am
3260                 Added headers.h (completes 2.9.1cvs5).
3261
3262 2007-04-20 [wwp]        2.9.1cvs11
3263
3264         * src/addressbook.c
3265                 Fix the use of display name in name column,
3266                 it has been overriden w/ the use of nickname
3267                 by 2.9.0cvs3. Now nickname is used (if any)
3268                 in case of LDAP books only.
3269
3270 2007-04-20 [colin]      2.9.1cvs10
3271
3272         * src/mimeview.c
3273         * src/summaryview.c
3274         * src/textview.c
3275                 Add handling of 'a' to loop in a mail's
3276                 mimeparts
3277
3278 2007-04-20 [colin]      2.9.1cvs9
3279
3280         * src/toolbar.c
3281                 Fix bug 1190, 'dir_open' button doesn't work'
3282                 (Maemo)
3283
3284 2007-04-20 [colin]      2.9.1cvs8
3285
3286         * src/folderview.c
3287         * src/mainwindow.c
3288                 Fix bug 1194, 'Hardware keys move from email 
3289                 list to account/directory list, but not back 
3290                 to email list...' (Maemo)
3291
3292 2007-04-20 [colin]      2.9.1cvs7
3293
3294         * src/compose.h
3295                 complete previous commit
3296
3297 2007-04-20 [colin]      2.9.1cvs6
3298
3299         * src/compose.c
3300                 Fix bug 1187, 'Reply-to addressee disappears 
3301                 when reply-to text box is clicked...' (Maemo)
3302
3303 2007-04-20 [wwp]        2.9.1cvs5
3304
3305         * po/POTFILES.in
3306         * src/addressbook.c
3307         * src/compose.c
3308         * src/filtering.c
3309         * src/headerview.c
3310         * src/matcher.c
3311         * src/prefs_common.c
3312         * src/prefs_common.h
3313         * src/prefs_display_header.c
3314         * src/prefs_matcher.c
3315         * src/summaryview.c
3316         * src/gtk/headers.h
3317         * src/gtk/quicksearch.c
3318                 Translate more header names according to the relevant option value,
3319                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
3320                 Replaced nearly all uses of prefs_common.trans_hdr with a call
3321                 to prefs_common_translated_header_name().
3322                 Added a headers.h reference file that contains known header names
3323                 (RFC2822 and others) to the translation process' input, so that
3324                 translated header names will still exist even if no occurrence of
3325                 _("headername") is found anymore in the sources.
3326                 Don't translate column name 'Number' following to trans_hdr option
3327                 value as it's not a header name.
3328
3329 2007-04-20 [colin]      2.9.1cvs4
3330
3331         * src/gtk/quicksearch.c
3332         * src/gtk/quicksearch.h
3333                 Add "From, To or Subject" quicksearch
3334                 type. Patch by ulfschaper@users.sf.net
3335
3336 2007-04-20 [colin]      2.9.1cvs3
3337
3338         * src/matcher.c
3339                 Implement proper references filtering condition.
3340                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
3341
3342 2007-04-19 [wwp]        2.9.1cvs2
3343
3344         * src/prefs_display_header.c
3345         * src/message_search.c
3346                 Fix few warnings (g_free of const gchar*).
3347
3348 2007-04-19 [paul]       2.9.1cvs1
3349
3350         * NEWS
3351         * README
3352         * RELEASE_NOTES
3353         * configure.ac
3354                 bump version number following
3355                 stable release
3356
3357 2007-04-19 [paul]       2.9.0cvs9
3358
3359         * manual/advanced.xml
3360         * manual/glossary.xml
3361                 fix typos
3362
3363 2007-04-18 [paul]       2.9.0cvs8
3364
3365         * src/pop.c
3366                 fix for CVE-2007-1558 (APOP)
3367                 Thanks to Colin
3368
3369 2007-04-18 [paul]       2.9.0cvs7
3370
3371         * src/messageview.c
3372         * src/mimeview.c
3373         * src/summaryview.c
3374         * src/gtk/filesel.c
3375                 Fix encoding woes wrt saving of
3376                 mails and parts
3377                 Thanks to Colin
3378
3379 2007-04-18 [colin]      2.9.0cvs6
3380
3381         * src/gtk/pluginwindow.c
3382                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
3383
3384 2007-04-17 [wwp]        2.9.0cvs5
3385
3386         * src/addressadd.c
3387         * src/addressbook.c
3388         * src/addrindex.c
3389         * src/ldapupdate.c
3390                 Fix --disable-ldap build,
3391                 fix some LDAP annoyances on 
3392                 searches, thanks to Colin.
3393
3394 2007-04-17 [wwp]        2.9.0cvs4
3395
3396         * src/ldapupdate.c
3397                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
3398                 like gcc 2.9x. Thanks to Colin.
3399
3400 2007-04-17 [wwp]        2.9.0cvs3
3401
3402         * src/Makefile.am
3403         * src/addressadd.c
3404         * src/addressbook.c
3405         * src/addrindex.c
3406         * src/addritem.c
3407         * src/addritem.h
3408         * src/editaddress.c
3409         * src/ldapctrl.c
3410         * src/ldapctrl.h
3411         * src/ldapquery.c
3412         * src/ldapserver.c
3413         * src/ldapserver.h
3414         * src/ldapupdate.c
3415         * src/ldapupdate.h
3416                 Add LDAP write support. Patch mostly by 
3417                 Michael <mir at datanom dot net>
3418
3419 2007-04-17 [wwp]        2.9.0cvs2
3420
3421         * src/compose.c
3422                 Prepend "Add to address book" to the context menu of compose window's sender and
3423                 recipient fields.
3424
3425 2007-04-16 [paul]       2.9.0cvs1
3426
3427         * src/gtk/authors.h
3428                 add Pader Rezso
3429
3430 2007-04-16 [paul]       2.9.0
3431
3432         * NEWS
3433         * README
3434         * RELEASE_NOTES
3435                 2.9.0 released
3436
3437 2007-04-16 [paul]       2.8.1cvs102
3438
3439         * po/fr.po
3440                 updated by Fabien Vantard
3441
3442 2007-04-16 [paul]       2.8.1cvs101
3443
3444         * po/ca.po
3445         * po/cs.po
3446         * po/de.po
3447         * po/hu.po
3448         * po/pl.po
3449         * po/pt_BR.po
3450         * po/sr.po
3451         * po/zh_CN.po
3452                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3453                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
3454                 Aleksandar Urosevic, and Ralgh Young
3455
3456 2007-04-15 [mones]      2.8.1cvs100
3457
3458         * po/es.po
3459                 Updated for release
3460
3461 2007-04-14 [colin]      2.8.1cvs99
3462
3463         * src/message_search.c
3464         * src/prefs_display_header.c
3465         * src/summary_search.c
3466         * src/gtk/combobox.c
3467                 Fix allocations
3468
3469 2007-04-14 [wwp]        2.8.1cvs98
3470
3471         * src/gtk/combobox.c
3472         * src/message_search.c
3473         * src/summary_search.c
3474         * src/prefs_display_header.c
3475                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
3476                 returns NULL, get the text value directly from the GtkEntry child.
3477
3478 2007-04-13 [colin]      2.8.1cvs97
3479
3480         * src/gtk/quicksearch.c
3481                 Give the focus back to summaryview when
3482                 emptying the quicksearch with Esc
3483
3484 2007-04-13 [colin]      2.8.1cvs96
3485
3486         * src/message_search.c
3487         * src/prefs_display_header.c
3488         * src/summary_search.c
3489                 Fix possibles crashes when getting text
3490                 from gtk combos
3491
3492 2007-04-13 [colin]      2.8.1cvs95
3493
3494         * src/pop.c
3495                 Add some UIDL debugging
3496
3497 2007-04-12 [colin]      2.8.1cvs94
3498
3499         * src/folder.c
3500                 Force folder scan if necessary after
3501                 copying mails, to be able to reapply
3502                 flags.
3503
3504 2007-04-11 [colin]      2.8.1cvs93
3505
3506         * src/main.c
3507                 don't scan for new mail on startup if --select
3508                 is specified (or race conditions arise). If so,
3509                 do both sequentially.
3510
3511 2007-04-09 [colin]      2.8.1cvs92
3512
3513         * src/common/defs.h
3514                 Use leafpad by default on Maemo. Patch
3515                 by Jean-Luc Biord.
3516
3517 2007-04-06 [colin]      2.8.1cvs91
3518
3519         * src/pixmaps/queue_close.xpm
3520         * src/pixmaps/queue_close_hrm.xpm
3521         * src/pixmaps/queue_close_hrm_mark.xpm
3522         * src/pixmaps/queue_close_mark.xpm
3523         * src/pixmaps/queue_open.xpm
3524         * src/pixmaps/queue_open_hrm.xpm
3525         * src/pixmaps/queue_open_hrm_mark.xpm
3526         * src/pixmaps/queue_open_mark.xpm
3527                 Move the clock one pixel down :)
3528
3529 2007-04-05 [colin]      2.8.1cvs90
3530
3531         * src/mainwindow.c
3532                 Don't sync when switching offline from
3533                 command line - it's usually too late :)
3534
3535 2007-04-05 [paul]       2.8.1cvs89
3536
3537         * src/Makefile.am
3538         * src/stock_pixmap.c
3539         * src/pixmaps/dir_close_hrm.xpm
3540         * src/pixmaps/dir_close_hrm_mark.xpm
3541         * src/pixmaps/drafts_close.xpm
3542         * src/pixmaps/drafts_close_mark.xpm
3543         * src/pixmaps/drafts_open.xpm
3544         * src/pixmaps/drafts_open_mark.xpm
3545         * src/pixmaps/inbox.xpm
3546         * src/pixmaps/inbox_close.xpm
3547         * src/pixmaps/inbox_close_hrm.xpm
3548         * src/pixmaps/inbox_close_hrm_mark.xpm
3549         * src/pixmaps/inbox_close_mark.xpm
3550         * src/pixmaps/inbox_hrm.xpm
3551         * src/pixmaps/inbox_hrm_mark.xpm
3552         * src/pixmaps/inbox_mark.xpm
3553         * src/pixmaps/inbox_open.xpm
3554         * src/pixmaps/inbox_open_hrm.xpm
3555         * src/pixmaps/inbox_open_hrm_mark.xpm
3556         * src/pixmaps/inbox_open_mark.xpm
3557         * src/pixmaps/outbox.xpm
3558         * src/pixmaps/outbox_close.xpm
3559         * src/pixmaps/outbox_close_hrm.xpm
3560         * src/pixmaps/outbox_close_hrm_mark.xpm
3561         * src/pixmaps/outbox_close_mark.xpm
3562         * src/pixmaps/outbox_hrm.xpm
3563         * src/pixmaps/outbox_hrm_mark.xpm
3564         * src/pixmaps/outbox_mark.xpm
3565         * src/pixmaps/outbox_open.xpm
3566         * src/pixmaps/outbox_open_hrm.xpm
3567         * src/pixmaps/outbox_open_hrm_mark.xpm
3568         * src/pixmaps/outbox_open_mark.xpm
3569         * src/pixmaps/queue_close.xpm
3570         * src/pixmaps/queue_close_hrm.xpm
3571         * src/pixmaps/queue_close_hrm_mark.xpm
3572         * src/pixmaps/queue_close_mark.xpm
3573         * src/pixmaps/queue_open.xpm
3574         * src/pixmaps/queue_open_hrm.xpm
3575         * src/pixmaps/queue_open_hrm_mark.xpm
3576         * src/pixmaps/queue_open_mark.xpm
3577                 updated, added and replaced icons
3578                 Icons by Colin
3579
3580 2007-04-04 [colin]      2.8.1cvs88
3581
3582         * src/imap.c
3583                 Fix build without libetpan
3584
3585 2007-04-03 [colin]      2.8.1cvs87
3586
3587         * src/imap.c
3588                 Fix crash with Citadel, and try to make
3589                 things work. this server (and specifically 
3590                 STATUS and APPEND at least) seems broken.
3591
3592 2007-04-03 [colin]      2.8.1cvs86
3593
3594         * src/folderview.c
3595                 Fix icons on folder close
3596
3597 2007-04-03 [colin]      2.8.1cvs85
3598
3599         * src/inc.c
3600                 Fix double-ask of offline override in
3601                 certain cases
3602         * src/imap.c
3603         * src/imap.h
3604         * src/imap_gtk.c
3605                 Much more efficient way to synchronise
3606                 for offline use
3607         * src/etpan/imap-thread.c
3608                 Fix possible segs
3609         * src/folder.c
3610         * src/gtk/quicksearch.c
3611                 Fix some GUI lags
3612
3613 2007-04-03 [paul]       2.8.1cvs84
3614
3615         * src/filtering.c
3616         * src/folder.c
3617         * src/folder.h
3618         * src/prefs_common.c
3619         * src/prefs_common.h
3620         * src/prefs_other.c
3621                 Fix sync being done too late
3622                 Thanks to Colin
3623
3624 2007-04-02 [colin]      2.8.1cvs83
3625
3626         * src/summaryview.c
3627                 Maemo: Put status and quicksearch at the top
3628         * src/plugins/bogofilter/bogofilter.c
3629         * src/plugins/spamassassin/spamassassin.c
3630                 Derive trash from inbox if possible
3631
3632 2007-04-02 [paul]       2.8.1cvs82
3633
3634         * src/plugins/bogofilter/bogofilter_gtk.c
3635                 a few English changes
3636
3637 2007-04-02 [paul]
3638
3639         2.9.0-rc1 released
3640
3641 2007-04-02 [colin]      2.8.1cvs81
3642
3643         * src/image_viewer.c
3644                 Fix transparent images by using
3645                 GtkImage
3646         * src/messageview.c
3647                 Flush events (on new windows) to avoid
3648                 having the textview's image resize fail
3649                 to know the available width
3650
3651 2007-04-01 [colin]      2.8.1cvs80
3652
3653         * src/prefs_account.c
3654                 If no MH mailbox exist, when creating a POP/Local
3655                 account, just create and use the default one 
3656                 instead of bailing with a "Mailbox doesn't exist"
3657                 error
3658
3659 2007-03-31 [colin]      2.8.1cvs79
3660
3661         * src/prefs_account.c
3662                 Create signature file if it doesn't exist
3663                 before editing
3664         * src/prefs_toolbar.c
3665                 Maemo: Move "Use default" on the left so
3666                 that people can find it
3667         * src/common/defs.h
3668                 Maemo: make default editor "Maemopad", 
3669                 default signature file "MyDocs/signature.txt"
3670
3671 2007-03-31 [colin]      2.8.1cvs78
3672
3673         * src/prefs_account.c
3674                 Maemo: rework account prefs so
3675                 that less horizontal scrolling
3676                 is required
3677
3678 2007-03-31 [colin]      2.8.1cvs77
3679
3680         * src/folderview.c
3681         * src/prefs_common.c
3682         * src/prefs_common.h
3683                 Fix bug 1167, 'Allow not displaying zeros 
3684                 in folder list'. Patch by MartinP
3685
3686 2007-03-31 [colin]      2.8.1cvs76
3687
3688         * AUTHORS
3689                 Add Jean-Luc Biord
3690
3691 2007-03-31 [colin]      2.8.1cvs75
3692
3693         * src/imap.c
3694                 Apply patch from bug 1172, direct
3695                 access to the folder's session instead
3696                 of using getter. Patch by MartinP
3697
3698 2007-03-31 [paul]       2.8.1cvs74
3699
3700         * src/gtk/authors.h
3701                 no need to list Fabien twice!
3702
3703 2007-03-31 [colin]      2.8.1cvs73
3704
3705         * src/inc.c
3706                 If we're currently "overriding for %d minutes",
3707                 don't ask
3708
3709 2007-03-31 [colin]      2.8.1cvs72
3710
3711         * src/compose.c
3712         * src/imap.c
3713         * src/inc.c
3714         * src/inc.h
3715         * src/messageview.c
3716         * src/news.c
3717         * src/plugins/spamassassin/spamassassin.c
3718                 Offline override: Add a parameter to allow
3719                 asking even if the override timer is running.
3720                 Allows to ask every time the user makes an
3721                 explicit action needing online access (such
3722                 as Get Mail), and not when the action is 
3723                 implicit (such as opening an IMAP folder)
3724
3725 2007-03-31 [colin]      2.8.1cvs71
3726
3727         * src/inc.c
3728                 Override offline: "No" answer shouldn't
3729                 re-ask after 3 seconds, but 10 minutes. 
3730
3731 2007-03-30 [colin]      2.8.1cvs70
3732
3733         * src/common/socket.c
3734                 Better error reporting on unix socket
3735                 failure (bind usually)
3736         * src/gtk/gtkutils.c
3737         * src/gtk/gtkutils.h
3738                 Label window: add a pulsing progress
3739                 bar to show we're not hung :)
3740         * src/folderview.c
3741         * src/main.c
3742         * src/plugins/pgpcore/sgpgme.c
3743                 Update API
3744
3745 2007-03-30 [colin]      2.8.1cvs69
3746
3747         * src/pop.c
3748         * src/prefs_common.c
3749                 Fix possible trashing of history and uidl
3750                 files on disk full problems
3751
3752 2007-03-30 [paul]       2.8.1cvs68
3753
3754         * src/mainwindow.c
3755         * src/summaryview.c
3756         * src/summaryview.h
3757                 update summary when changing layout type
3758                 (fixes wrong folder icon being displayed)
3759                 Thanks to Colin
3760
3761 2007-03-29 [colin]      2.8.1cvs67
3762
3763         * src/prefs_ext_prog.c
3764                 The browser pref is irrelevant on Maemo
3765
3766 2007-03-29 [colin]      2.8.1cvs66
3767
3768         * src/compose.c
3769         * src/compose.h
3770                 Maemo: dynamically switch headers/text position
3771         * src/prefs_common.c
3772                 Maemo: hide compose's ruler by default
3773         * src/common/socket.c
3774         * src/common/socket.h
3775                 Fix build warning
3776
3777 2007-03-29 [colin]      2.8.1cvs65
3778
3779         * src/common/socket.c
3780         * src/common/socket.h
3781                 Fix build when MAEMO_CFLAGS contains
3782                 _X_OPENSOURCE (resolv.h errors as long
3783                 as we don't add _BSD_SOURCE. Ugly).
3784
3785 2007-03-29 [wwp]        2.8.1cvs64
3786
3787         * src/prefs_logging.c
3788                 Fix sensitivity of clip-log widgets in prefs/logging,
3789                 thanks to Fabien.
3790
3791 2007-03-29 [wwp]        2.8.1cvs63
3792
3793         * po/POTFILES.in
3794                 Updated files list for translations, thanks to Fabien.
3795
3796 2007-03-29 [colin]      2.8.1cvs62
3797
3798         * src/main.c
3799         * src/common/Makefile.am
3800         * src/common/utils.c
3801                 Maybe make URI opening work in Maemo
3802                 Requires testing :)
3803
3804 2007-03-28 [colin]      2.8.1cvs61
3805
3806         * src/folder.c
3807         * src/folder.h
3808         * src/folderview.c
3809                 Add the possibility to sort folders arbitrarily
3810                 (via editing of folderlist.xml only). Patch by
3811                 Martin P <mp26+claws@os.inf.tu-dresden.de>
3812                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
3813                 be changed by the user'
3814
3815 2007-03-28 [colin]      2.8.1cvs60
3816
3817         * src/mimeview.c
3818                 Add popup menu for mime icons
3819
3820 2007-03-28 [colin]      2.8.1cvs59
3821
3822         * src/mainwindow.c
3823                 Fix a layout issue when presenting
3824                 mainwindow in Small screen layout
3825         * src/toolbar.c
3826         * src/toolbar.h
3827                 Add a "Go to folder list" button for
3828                 mainwindow, and make it default in
3829                 the Maemo build
3830
3831 2007-03-28 [colin]      2.8.1cvs58
3832
3833         * src/compose.c
3834                 Don't dynamically update title on Maemo
3835                 Patch by Jean-Luc Biord
3836
3837 2007-03-27 [colin]      2.8.1cvs57
3838
3839         * src/compose.c
3840         * src/folderview.c
3841         * src/summaryview.c
3842                 Enable tap-and-hold on Maemo
3843
3844 2007-03-26 [colin]      2.8.1cvs56
3845
3846         * src/compose.c
3847                 More popup-menu (in attachments list)
3848
3849 2007-03-26 [colin]      2.8.1cvs55
3850
3851         * src/compose.c
3852                 Enable popup-menu signal
3853
3854 2007-03-26 [colin]      2.8.1cvs54
3855
3856         * src/plugins/pgpinline/pgpinline.c
3857                 Fix bug 1111, 'PGP/inline plugin hides text 
3858                 around encrypted text block'. Patch based on
3859                 a patch from Michal Cihar.
3860
3861 2007-03-26 [wwp]        2.8.1cvs53
3862
3863         * src/procmsg.c
3864                 Fix getting a false error when sending queued message
3865                 whereas the sending was fine (if there are subfolders
3866                 in the queue folder), thanks to Colin.
3867
3868 2007-03-26 [paul]       2.8.1cvs52
3869
3870         * src/wizard.c
3871                 update FACE header in welcome message
3872
3873 2007-03-25 [colin]      2.8.1cvs51
3874
3875         * src/Makefile.am
3876                 Fix make dist
3877
3878 2007-03-25 [colin]      2.8.1cvs50
3879
3880         * src/main.c
3881                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
3882
3883 2007-03-24 [colin]      2.8.1cvs49
3884
3885         * src/main.c
3886                 Fix a few launch problems on Maemo
3887                 Patch by Jean-Luc Biord
3888
3889 2007-03-24 [wwp]        2.8.1cvs48
3890
3891         * src/alertpanel.c
3892         * src/alertpanel.h
3893         * src/messageview.c
3894         * src/summaryview.c
3895                 Fix wrong action performed when closing the
3896                 "ask about account specific filtering rules
3897                 when filtering manually" dialog by pressing Escape.
3898                 Fix wrong order of buttons in the "return receipt
3899                 notification - the message was sent to several of
3900                 your accounts" dialog.
3901
3902 2007-03-24 [paul]       2.8.1cvs47
3903
3904         * src/folderview.c
3905                 an improvement to English usage
3906         * tools/kdeservicemenu/README
3907                 updated Claws url
3908
3909 2007-03-24 [paul]       2.8.1cvs46
3910
3911         * src/Makefile.am
3912         * src/stock_pixmap.c
3913         * src/pixmaps/edit_extern.xpm
3914         * src/pixmaps/mail_sign.xpm
3915                 rescue long lost icons
3916
3917 2007-03-24 [paul]       2.8.1cvs45
3918
3919         * src/toolbar.c
3920                 fix toolbar (broken in 2.8.1cvs42)
3921
3922 2007-03-23 [colin]      2.8.1cvs44
3923
3924         * src/imap.c
3925                 Correctly unsubscribe/resubscribe after
3926                 RENAME
3927
3928 2007-03-23 [colin]      2.8.1cvs43
3929
3930         * src/prefs_common.c
3931                 Maemo: as the platform is light on RAM, allow
3932                 caches to be discarded faster.
3933
3934 2007-03-23 [colin]      2.8.1cvs42
3935
3936         * src/Makefile.am
3937         * src/compose.c
3938         * src/compose.h
3939         * src/stock_pixmap.c
3940         * src/stock_pixmap.h
3941         * src/summaryview.c
3942         * src/summaryview.h
3943         * src/toolbar.c
3944         * src/toolbar.h
3945         * src/pixmaps/open_mail.xpm
3946                 Maemo changes: Add the possibility to have
3947                 "Open Email" and "Close Window" buttons on 
3948                 toolbars (and use them in Maemo's default
3949                 toolbars)
3950
3951 2007-03-23 [wwp]        2.8.1cvs41
3952
3953         * src/action.c
3954                 Reverted that part of the action dialog closure logics, to
3955                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
3956                 done later in a different way (or may not).
3957
3958 2007-03-22 [wwp]        2.8.1cvs40
3959
3960         * src/action.c
3961                 Fix sticky action dialog when got no output but action command
3962                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
3963
3964 2007-03-22 [colin]      2.8.1cvs39
3965
3966         * src/prefs_filtering.c
3967         * src/gtk/combobox.h
3968                 Fix escaping account names in filtering prefs
3969
3970 2007-03-22 [colin]      2.8.1cvs38
3971
3972         * src/addrindex.c
3973         * src/ldapctrl.h
3974         * src/ldapquery.c
3975                 Add any attribute specified in LDAP servers'
3976                 Search attributes to the Other Attributes tab
3977                 of contacts; Add 'telephoneNumber' in the
3978                 default list.
3979
3980 2007-03-22 [colin]      2.8.1cvs37
3981
3982         * src/folderview.c
3983         * src/folderview.h
3984         * src/mainwindow.c
3985                 Try to prevent race conditions when
3986                 changing the folder list
3987         * src/summaryview.c
3988                 Fix possible red folder icon when
3989                 switching from Small screen layout
3990                 to any other
3991
3992 2007-03-22 [colin]      2.8.1cvs36
3993
3994         * src/mainwindow.c
3995         * src/mainwindow.h
3996         * src/summaryview.c
3997                 Rename "little screen" to "Small screen"
3998         * src/gtk/Makefile.am
3999         * src/common/utils.c
4000         * src/mh.c
4001                 Fix Maemo-related compilation problems
4002
4003 2007-03-21 [colin]      2.8.1cvs35
4004
4005         * configure.ac
4006                 Fix previous commit
4007         * claws-mail.desktop
4008                 Remove .png from the Icon, it's useless
4009
4010 2007-03-21 [colin]      2.8.1cvs34
4011
4012         * configure.ac
4013         * src/Makefile.am
4014                 Add the necessary lib checking for 
4015                 Maemo
4016
4017 2007-03-21 [colin]      2.8.1cvs33
4018
4019         * src/main.c
4020                 Fix unconditional "error happened" when
4021                 sending via command-line. "lol @ myself"
4022
4023 2007-03-21 [colin]      2.8.1cvs32
4024
4025         * claws-mail-40x40.png
4026         * claws-mail-26x26.png
4027         * src/account.c
4028         * src/addressbook.c
4029         * src/compose.c
4030         * src/folderview.c
4031         * src/folderview.h
4032         * src/main.c
4033         * src/mainwindow.c
4034         * src/mainwindow.h
4035         * src/messageview.c
4036         * src/prefs_account.c
4037         * src/prefs_common.c
4038         * src/summary_search.c
4039         * src/summaryview.c
4040         * src/summaryview.h
4041         * src/gtk/authors.h
4042         * src/gtk/gtkutils.c
4043         * src/gtk/gtkutils.h
4044         * src/gtk/logwindow.c
4045         * src/gtk/menu.c
4046         * src/gtk/prefswindow.c
4047                 Add Maemo port (patch mainly by Jean-Luc Biort)
4048                 Add a new 'Little screen' layout to help on such
4049                 platforms (patch by me)
4050                 Make some default preferences different (more
4051                 adapted) on Maemo (patch by me)
4052
4053 2007-03-21 [wwp]        2.8.1cvs31
4054
4055         * src/prefs_logging.c
4056         * src/prefs_logging.h
4057                 Fixed copyright header of newly added files.
4058
4059 2007-03-21 [wwp]        2.8.1cvs30
4060
4061         * src/Makefile.am
4062         * src/filtering.c
4063         * src/filtering.h
4064         * src/folder.c
4065         * src/folderview.c
4066         * src/imap.c
4067         * src/inc.c
4068         * src/main.c
4069         * src/mainwindow.c
4070         * src/mainwindow.h
4071         * src/matcher.c
4072         * src/messageview.c
4073         * src/news.c
4074         * src/pop.c
4075         * src/prefs_common.c
4076         * src/prefs_common.h
4077         * src/prefs_logging.c
4078         * src/prefs_logging.h
4079         * src/prefs_other.c
4080         * src/procmsg.c
4081         * src/send_message.c
4082         * src/summaryview.c
4083         * src/common/log.c
4084         * src/common/log.h
4085         * src/common/nntp.c
4086         * src/common/session.c
4087         * src/common/smtp.c
4088         * src/common/socket.c
4089         * src/etpan/imap-thread.c
4090         * src/gtk/logwindow.c
4091         * src/gtk/logwindow.h
4092         * src/plugins/bogofilter/bogofilter.c
4093         * src/plugins/spamassassin/spamassassin.c
4094                 Added debugging of filtering/processing rules.
4095                 The debug log is here 'Tools/Filtering debug window',
4096                 the options there 'Configuration/Preferences/Other/Logging',
4097                 and the log file is ~/.claws-mail/filtering.log.
4098                 Moved protocol log prefs to 'Other/Logging' as well.
4099                 To support such debugging feature, the existing log API has
4100                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4101                 this impacts many external modules (commits follow).
4102
4103 2007-03-21 [paul]       2.8.1cvs29
4104
4105         * src/etpan/Makefile.am
4106         * src/etpan/imap-thread.c
4107                 add missing #include
4108
4109 2007-03-21 [colin]      2.8.1cvs28
4110
4111         * src/procmime.c
4112                 Fix bug 1157, 'some broken messages confuse 
4113                 mime parser'. Make sure we can't have MimeInfos
4114                 with negative sizes.
4115
4116 2007-03-20 [colin]      2.8.1cvs27
4117
4118         * src/main.c
4119                 Fix missing \0 on buffer
4120
4121 2007-03-20 [colin]      2.8.1cvs26
4122
4123         * src/mh.c
4124                 Use make_dir_hier instead of make_dir 
4125                 to create the MH mailbox
4126
4127 2007-03-20 [colin]      2.8.1cvs25
4128
4129         * src/folder.c
4130         * src/folder.h
4131         * src/prefs_account.c
4132         * src/wizard.c
4133                 Fix default inbox weirdnesses (after wizard,
4134                 if path is Mail, mailbox identifier is #mh/Mailbox,
4135                 and when creating new accounts)
4136
4137 2007-03-20 [colin]      2.8.1cvs24
4138
4139         * src/account.c
4140                 Write folderlist after adding/deleting accounts
4141                 that have folders
4142
4143 2007-03-20 [colin]      2.8.1cvs23
4144
4145         * src/imap.c
4146         * src/remotefolder.h
4147                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4148                 selected while scanning prior to update'
4149
4150 2007-03-17 [paul]       2.8.1cvs22
4151
4152         * src/main.c
4153                 fix a typo, and be a little more verbose.
4154
4155 2007-03-17 [wwp]        2.8.1cvs21
4156
4157         * src/inc.c
4158                 Fix a compiler warning.
4159
4160 2007-03-16 [wwp]        2.8.1cvs20
4161
4162         * tools/Makefile.am
4163         * tools/README
4164                 Updated to deal w/ the new mairix.sh tool.
4165
4166 2007-03-16 [wwp]        2.8.1cvs19
4167
4168         * src/action.c
4169                 Fix logics issues around the action IO dialog:
4170                 - disable entry widget and exec button when
4171                   the exec button is clicked (don't wait for any
4172                   output line) - fix possible disabling/re-enabling/
4173                   re-disabling of those widgets
4174                 - raise an error if executing a %as{} action either
4175                   empty or invalid, instead of failing silently
4176                 - don't close the dialog if the abort button has been
4177                   clicked and if there was no output yet
4178                 - set focus to the abort button when the exec button
4179                   is clicked
4180                 - fix capitalization of a warning message
4181
4182 2007-03-16 [wwp]        2.8.1cvs18
4183
4184         * tools/mairix.sh
4185                 Added a wrapper to mairix to the tools folder.
4186
4187 2007-03-16 [colin]      2.8.1cvs17
4188
4189         * src/messageview.c
4190         * src/mimeview.h
4191                 Allow mimeviewer plugins to print
4192                 their stuff
4193
4194 2007-03-16 [colin]      2.8.1cvs16
4195
4196         * .cvsignore
4197                 Ignore *.patchset
4198
4199 2007-03-15 [colin]      2.8.1cvs15
4200
4201         * src/messageview.c
4202         * src/mimeview.h
4203                 Add a way for mimeviewer plugins to
4204                 implement body search
4205
4206 2007-03-15 [paul]       2.8.1cvs14
4207
4208         * src/prefs_spelling.c
4209                 fix English usage
4210
4211 2007-03-15 [paul]       2.8.1cvs13
4212
4213         * src/common/quoted-printable.c
4214                 fix decoding of quoted-printable parts
4215
4216 2007-03-14 [wwp]        2.8.1cvs12
4217
4218         * src/gtk/logwindow.h
4219                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
4220
4221 2007-03-14 [wwp]        2.8.1cvs11
4222
4223         * src/gtk/logwindow.h
4224                 Complete 2.8.1cvs10.
4225
4226 2007-03-14 [colin]      2.8.1cvs10
4227
4228         * src/gtk/logwindow.c
4229                 Probably fix bug 1149, crash on logwindow
4230                 close - at the expense of performance once
4231                 logwin has been opened
4232
4233 2007-03-14 [colin]      2.8.1cvs9
4234
4235         * src/main.c
4236                 If claws-mail is running on another
4237                 display, warn instead of popping it up
4238                 on the other display
4239
4240 2007-03-12 [colin]      2.8.1cvs8
4241
4242         * src/wizard.c
4243                 Fix bug 1145, 'Setting a different name 
4244                 for the Mailbox name isn't reflected in 
4245                 default account settings'. Patch by wwp
4246
4247 2007-03-12 [colin]      2.8.1cvs7
4248
4249         * src/summaryview.c
4250                 Fix bug 1143, 'Add number of messages to be 
4251                 deleted to confirmation dialog'
4252
4253 2007-03-12 [wwp]        2.8.1cvs6
4254
4255         * src/folderview.c
4256         * src/prefs_common.c
4257         * src/prefs_common.h
4258         * src/prefs_summaries.c
4259                 Changed the option that displays unread messages count
4260                 next to the folder name in folder list: it is now
4261                 possible to either display nothing, display the
4262                 unread messages number only or the unread and total messages
4263                 numbers. The patch includes this extra feature as well
4264                 as some minor fixes by rewriting the algo in folderview.c.
4265                 Thanks to Paul for the original idea and implementation, plus
4266                 testing and proof-reading!
4267
4268 2007-03-09 [paul]       2.8.1cvs5
4269
4270         * tools/Makefile.am
4271         * tools/README
4272         * tools/claws-mail-compose-insert-files.pl
4273                 added a script which enables inserting files
4274                 into the message body of a new Claws Mail
4275                 Compose window from the command line. Additionally
4276                 To, Cc, Subject and files to attach to the message
4277                 can be specified.
4278
4279 2007-03-09 [wwp]        2.8.1cvs4
4280
4281         * src/addr_compl.c
4282         * src/addr_compl.h
4283         * src/filtering.c
4284                 Optimize matching of addresses in the addressbook
4285                 (filtering/processing 'found_in_addressbook' condition).
4286
4287 2007-03-07 [wwp]        2.8.1cvs3
4288
4289         * src/quote_fmt.c
4290         * src/quote_fmt_lex.l
4291         * src/quote_fmt_parse.y
4292                 Add a new quote format symbol: %A to insert the
4293                 sender email address (just the address itself).
4294
4295 2007-03-06 [wwp]        2.8.1cvs2
4296
4297         * src/gtk/gtkutils.c
4298         * src/plugins/trayicon/trayicon_prefs.h
4299         * src/plugins/trayicon/trayicon_prefs.c
4300         * src/plugins/trayicon/trayicon.c
4301         * src/mainwindow.h
4302         * src/mainwindow.c
4303                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
4304                 minimizing Claws-Mail main window will hide it to the trayicon instead.
4305
4306
4307 2007-03-06 [paul]       2.8.1cvs1
4308
4309         * NEWS
4310         * README
4311         * RELEASE_NOTES
4312         * configure.ac
4313                 bump version number following
4314                 stable release
4315
4316 2007-03-06 [paul]       2.8.0cvs24
4317
4318         * po/cs.po
4319                 corrected by by Tim <timbrain@post.cz>
4320
4321 2007-03-05 [colin]      2.8.0cvs23
4322
4323         * src/Makefile.am
4324         * src/procmime.c
4325                 Fix mime/globs path on NetBSD
4326                 patch by George Michaelson
4327
4328 2007-03-05 [wwp]        2.8.0cvs22
4329
4330         * src/addr_compl.c
4331                 Remove debug statement (accidentally committed w/ cvs14).
4332
4333 2007-03-05 [paul]       2.8.0cvs21
4334
4335         * src/plugins/pgpcore/prefs_gpg.c
4336                 fix compiler warning
4337
4338 2007-03-05 [wwp]        2.8.0cvs20
4339
4340         * src/matcher_parser_parse.y
4341                 Fix mismerge between cvs17 and cvs19.
4342
4343 2007-03-05 [wwp]        2.8.0cvs19
4344
4345         * src/matcher_parser_parse.y
4346         * src/prefs_filtering_action.c
4347         * src/matcher.c
4348         * src/matcher.h
4349         * src/filtering.c
4350         * src/filtering.h
4351                 Add new 'add_to_addressbook' filtering/processing action.
4352
4353 2007-03-05 [wwp]        2.8.0cvs18
4354
4355         * src/filtering.c
4356                 Fix mark_as_ham filtering/processing action: spam flag
4357                 was not unset.
4358
4359 2007-03-04 [colin]      2.8.0cvs17
4360
4361         * src/filtering.c
4362         * src/matcher.c
4363         * src/matcher.h
4364         * src/matcher_parser_parse.y
4365         * src/prefs_filtering_action.c
4366                 Add 'Mark as spam' and 'Mark as ham' filtering
4367                 actions. Fixes bug 1138.
4368
4369 2007-03-04 [colin]      2.8.0cvs16
4370
4371         * src/imap.c
4372                 Fix bug 1140, wrong return value
4373                 without libetpan
4374
4375 2007-03-04 [wwp]        2.8.0cvs15
4376
4377         * src/addr_compl.c
4378                 Rollback cvs14: don't free stuff that is managed in g_list.
4379
4380 2007-03-04 [wwp]        2.8.0cvs14
4381
4382         * src/addr_compl.c
4383                 Fix a leak in address completion code.
4384
4385 2007-03-04 [colin]      2.8.0cvs13
4386
4387         * src/addr_compl.c
4388                 Maybe fix bug 1136, 'Crash in group 
4389                 address completion'
4390
4391 2007-03-04 [iwkse]      2.8.0cvs12
4392
4393         * src/imap.c
4394                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
4395
4396 2007-03-03 [colin]      2.8.0cvs11
4397
4398         * src/plugins/pgpinline/pgpinline.c
4399                 Fix off-by-one, fix double-free. Fixes
4400                 bug 1135, 'cm-segfault on decrypting 
4401                 with PGP/inline'
4402
4403 2007-03-03 [colin]      2.8.0cvs10
4404
4405         * configure.ac
4406         * src/main.c
4407         * src/common/plugin.c
4408                 Fix bug 1134, 'Valgrind macros unhandled 
4409                 by Irix's cc'
4410
4411 2007-03-02 [colin]      2.8.0cvs9
4412
4413         * src/mbox.c
4414                 Don't error out on EAGAIN. Fixes 
4415                 bug 1129, '"local mbox file" account 
4416                 isn't retrieving mails'
4417
4418 2007-03-01 [wwp]        2.8.0cvs8
4419
4420         * src/mainwindow.c
4421         * src/gtk/colorlabel.c
4422                 Remove accels for extra color labels until we set better
4423                 and definitive ones.
4424
4425 2007-02-28 [wwp]        2.8.0cvs7
4426
4427         * src/mainwindow.c
4428         * src/matcher_parser_parse.y
4429         * src/prefs_common.c
4430         * src/prefs_msg_colors.c
4431         * src/procmsg.h
4432         * src/gtk/colorlabel.c
4433         * src/gtk/colorlabel.h
4434                 Add more customizable color labels. Cleaned up a bit
4435                 the color label API to avoid duplicate defines of
4436                 the max number of colors.
4437
4438 2007-02-27 [colin]      2.8.0cvs6
4439
4440         * src/mainwindow.c
4441         * src/common/utils.c
4442         * src/common/utils.h
4443                 Fix '+' in mailto URIs for List-* headers
4444
4445 2007-02-27 [colin]      2.8.0cvs5
4446
4447         * src/gtk/gtkutils.c
4448                 Use gtk_window_set_role instead of 
4449                 _set_wmclass
4450
4451 2007-02-27 [colin]      2.8.0cvs4
4452
4453         * src/inc.c
4454                 Fix "After receiving new mail, go to inbox" on IMAP,
4455                 and make it work only on manual reception
4456
4457 2007-02-27 [wwp]        2.8.0cvs3
4458
4459         * src/prefs_filtering.c
4460         * src/prefs_filtering_action.c
4461         * src/prefs_matcher.c
4462                 Update filtering matcher's and action's color label menus
4463                 when re-opening those dialogs (reflect any change to the
4464                 color labels list in the preferences).
4465
4466 2007-02-27 [colin]      2.8.0cvs2
4467
4468         * src/imap.c
4469         * src/etpan/etpan-thread-manager-types.h
4470         * src/etpan/etpan-thread-manager.c
4471         * src/etpan/imap-thread.c
4472                 Log imap ALERTs as errors in the log.
4473
4474 2007-02-26 [paul]       2.8.0cvs1
4475
4476         * tools/claws.i18n.status.pl
4477                 updated
4478
4479 2007-02-26 [paul]       2.7.2cvs75
4480
4481         * po/ca.po
4482         * po/cs.po
4483         * po/de.po
4484         * po/en_GB.po
4485         * po/fi.po
4486         * po/fr.po
4487         * po/hu.po
4488         * po/pl.po
4489         * po/pt_BR.po
4490         * po/sk.po
4491         * po/sr.po
4492         * po/zh_CN.po
4493                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4494                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
4495                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
4496                 Aleksandar Urosevic, and Ralgh Young
4497
4498 2007-02-25 [mones]      2.7.2cvs74
4499
4500         * po/es.po
4501                 Updated for release
4502
4503 2007-02-25 [colin]      2.7.2cvs73
4504
4505         * src/main.c
4506                 Clearing the list is only useful
4507                 to prevent a valgrind false-positive
4508
4509 2007-02-25 [paul]       2.7.2cvs72
4510
4511         * tools/Makefile.am
4512         * tools/README
4513         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
4514         * tools/maildir2claws-mail.pl  **REMOVED**
4515                 renamed the script, fixed a couple bugs
4516
4517 2007-02-23 [colin]      2.7.2cvs71
4518
4519         * src/addressbook.c
4520                 Fix a leak, check for a few improbable nulls
4521
4522 2007-02-23 [colin]      2.7.2cvs70
4523
4524         * src/main.c
4525         * src/main.h
4526         * src/plugins/trayicon/trayicon.c
4527                 Fix blinking mainwin when starting in tray
4528                 (show mainwindow later in the startup process,
4529                  apart if restarting post-crash)
4530
4531 2007-02-23 [colin]      2.7.2cvs69
4532
4533         * src/folderview.c
4534         * src/imap_gtk.c
4535                 Fix crash when unsubscribing the currently
4536                 selected/opened folder
4537
4538 2007-02-23 [colin]      2.7.2cvs68
4539
4540         * src/compose.c
4541                 Fix bug that prevented colorization to
4542                 work without wrap quotation option
4543
4544 2007-02-23 [colin]      2.7.2cvs67
4545
4546         * src/addr_compl.c
4547                 Fix refcounting, start and end completion who
4548                 behaved as if there couldn't be any other current
4549                 user of completion
4550
4551 2007-02-23 [wwp]        2.7.2cvs66
4552
4553         * src/addressbook.c
4554         * src/addrindex.c
4555                 Address completion fixes: fix addressbook_peek_folder_exists() in
4556                 which the algorithm was ridiculously over-obfuscated and broken.
4557                 Fix addrindex_load_completion() as well, to load addresses in
4558                 completion list with regards to what addressbook_peek_folder_exists()
4559                 returns now.
4560
4561 2007-02-23 [wwp]        2.7.2cvs65
4562
4563         * src/addr_compl.c
4564                 Add addresses to completion when they're non-empty (thanks to Colin).
4565
4566 2007-02-23 [paul]       2.7.2cvs64
4567
4568         * src/plugins/pgpcore/passphrase.c
4569                 remove 'const '
4570
4571 2007-02-23 [colin]      2.7.2cvs63
4572
4573         * src/plugins/pgpcore/prefs_gpg.c
4574         * src/plugins/pgpcore/prefs_gpg.h
4575         * src/plugins/pgpcore/sgpgme.c
4576         * src/plugins/pgpinline/pgpinline.c
4577         * src/plugins/pgpmime/pgpmime.c
4578                 Try harder to respect user's choice wrt
4579                 gpg-agent even with gpg2, by unsetting
4580                 GPG_AGENT_INFO when necessary.
4581
4582 2007-02-22 [paul]       2.7.2cvs62
4583
4584         * src/plugins/pgpcore/sgpgme.c
4585         * src/plugins/pgpcore/sgpgme.h
4586         * src/plugins/pgpcore/passphrase.c
4587         * src/plugins/pgpinline/pgpinline.c
4588         * src/plugins/pgpmime/pgpmime.c
4589                 Fix a leak - gpgme_data_release_and_get_mem
4590                 leaks in recent gpgme. Workaround by using
4591                 our own function.
4592
4593 2007-02-22 [paul]       2.7.2cvs61
4594
4595         * src/gtk/quicksearch.c
4596                 Abandon dynamic search when pressing
4597                 Enter
4598
4599 2007-02-21 [colin]      2.7.2cvs60
4600
4601         * src/procmsg.c
4602         * src/plugins/pgpcore/passphrase.c
4603                 Fix little memory leaks
4604         * src/main.c
4605                 Fix false-positive leak at exit
4606         * src/gtk/quicksearch.c
4607                 Fix potentially big leak in recursive
4608                 Quicksearch
4609
4610 2007-02-21 [wwp]        2.7.2cvs59
4611
4612         * src/summaryview.c
4613                 Add missing newline to a debug message.
4614
4615 2007-02-20 [colin]      2.7.2cvs58
4616
4617         * src/Makefile.am
4618         * src/mimeview.c
4619         * src/stock_pixmap.c
4620         * src/stock_pixmap.h
4621         * src/pixmaps/mime_pgpsig.xpm
4622                 Add icon for application/pgp-signature
4623
4624 2007-02-20 [colin]      2.7.2cvs57
4625
4626         * src/Makefile.am
4627         * src/main.c
4628         * src/mimeview.c
4629         * src/stock_pixmap.c
4630         * src/stock_pixmap.h
4631         * src/pixmaps/mime_calendar.xpm
4632         * src/pixmaps/mime_pdf.xpm
4633         * src/pixmaps/mime_ps.xpm
4634                 Add icons for text/calendar, application/pdf
4635                 and application/postscript
4636
4637 2007-02-20 [colin]      2.7.2cvs56
4638
4639         * autogen.sh
4640         * src/matcher_parser_parse.y
4641         * src/matcher_parser_lex.l
4642                 Fix big memory leak in flex, and
4643                 require flex 2.5.31
4644
4645 2007-02-20 [wwp]        2.7.2cvs55
4646
4647         * src/matcher_parser_parse.y
4648                 Fix a duplicate token definition (thanks to iwkse).
4649
4650 2007-02-20 [wwp]        2.7.2cvs54
4651
4652         * src/matcher_parser_lex.l
4653         * src/quote_fmt_lex.l
4654                 Use proper flex options instead of direct use of #define,
4655                 make the flex-generated C lighter.
4656
4657 2007-02-20 [colin]      2.7.2cvs53
4658
4659         * src/summaryview.c
4660                 Grab focus in message list after hiding
4661                 the quicksearch, instead of leaving it
4662                 "somewhere"
4663
4664 2007-02-19 [colin]      2.7.2cvs52
4665
4666         * src/folderview.c
4667                 Fix bug 1033, 'Automatically refresh 
4668                 message list when new messages arrives'
4669                 Looks like folderview->opened can sometimes
4670                 be wrong...
4671
4672 2007-02-19 [paul]       2.7.2cvs51
4673
4674         * tools/Makefile.am
4675         * tools/README
4676         * tools/thunderbird-filters-convertor.pl
4677                 add new script which converts thunderbird filter
4678                 rules to Claws filter rules
4679
4680 2007-02-18 [paul]       2.7.2cvs50
4681
4682         * src/plugins/pgpcore/prefs_gpg.c
4683         * src/plugins/pgpcore/prefs_gpg.h
4684         * src/plugins/pgpcore/sgpgme.c
4685         * src/plugins/pgpinline/pgpinline.c
4686         * src/plugins/pgpmime/pgpmime.c
4687                 improved GUI interoperability with gpg-agent
4688
4689 2007-02-18 [paul]       2.7.2cvs49
4690
4691         * src/prefs_account.c
4692                 Privacy options sensitivity fix
4693
4694 2007-02-17 [colin]      2.7.2cvs48
4695
4696         * src/messageview.c
4697                 Reset icon to warning in the noticeview
4698
4699 2007-02-15 [colin]      2.7.2cvs47
4700
4701         * src/folderview.c
4702                 Fix a manifestation of bug 1033 (summaryview failing
4703                 to update for new mails), which happens after editing
4704                 account preferences or preferences that cause a 
4705                 folderview reload.
4706
4707 2007-02-15 [colin]      2.7.2cvs46
4708
4709         * src/addressbook.c
4710                 Probably fix bug 1123, 'Segmentation 
4711                 fault while opening address book'. I get
4712                 g_warnings if the saved paned position is
4713                 not greater than 0. Also, save position
4714                 when hiding the addressbook instead of
4715                 via signal.
4716
4717 2007-02-14 [colin]      2.7.2cvs45
4718
4719         * src/plugins/pgpcore/prefs_gpg.c
4720         * src/plugins/pgpcore/prefs_gpg.h
4721         * src/plugins/pgpcore/sgpgme.c
4722         * src/plugins/pgpinline/pgpinline.c
4723         * src/plugins/pgpmime/pgpmime.c
4724                 Add an option "Use gpg-agent if available". Fixes
4725                 annoyances with distro-installed gpg-agent, when
4726                 no pinentry program is installed, and the user's 
4727                 at a loss on why "decryption failed". Makes more
4728                 clear why passphrase isn't saved when gpg-agent is
4729                 used. Defaults to true, to avoid changing the 
4730                 current behaviour.
4731
4732 2007-02-14 [wwp]        2.7.2cvs44
4733
4734         * src/matcher_parser_parse.y
4735                 Fix missing line number reset (wrong line number might appear
4736                 when re-loading filtering rules if there's a parser error).
4737
4738 2007-02-13 [colin]      2.7.2cvs43
4739
4740         * src/common/utils.c
4741                 Don't encode ',' in URIs before passing it
4742                 to the browser command-line. It was probably
4743                 done at a time where commas in URIs made
4744                 mozilla -remote 'openurl(%s,new-window)'
4745                 bug.
4746
4747 2007-02-13 [wwp]        2.7.2cvs42
4748
4749         * src/prefs_matcher.c
4750         * src/plugins/bogofilter/bogofilter_gtk.c
4751                 A bit of string factorization around "Select ..." buttons.
4752
4753 2007-02-11 [colin]      2.7.2cvs41
4754
4755         * src/alertpanel.c
4756                 Make sure to escape the title
4757
4758 2007-02-11 [colin]      2.7.2cvs40
4759
4760         * src/codeconv.c
4761                 Recognize .utf8 locales as .UTF-8 ones
4762
4763 2007-02-11 [colin]      2.7.2cvs39
4764
4765         * src/compose.c
4766                 Fix code conversion when dragging a file
4767
4768 2007-02-09 [colin]      2.7.2cvs38
4769
4770         * src/plugins/clamav/clamav_plugin.c
4771                 Complete Paul's patch with conditional
4772                 compilation to avoid breaking compilation
4773                 on old Dapper and Edgy... Maybe other
4774                 distros too.
4775
4776 2007-02-09 [paul]       2.7.2cvs37
4777
4778         * src/plugins/clamav/clamav_plugin.c
4779                 fix for the upstream changes in libclamav
4780
4781 2007-02-09 [paul]       2.7.2cvs36
4782
4783         * src/main.c
4784         * src/mainwindow.c
4785         * src/procmsg.c
4786         * src/procmsg.h
4787                 fix "warn if there are queued messages" (on exit)
4788                 option, which only checked the first mailbox's
4789                 queue
4790                 don't ask before emptying trash if there are no
4791                 messages in trash, also check and empty all trash
4792                 folders
4793         * src/prefs_other.c
4794                 move "Ask before emptying trash" option
4795                 outside of the "On exit" frame as it's
4796                 not only an "On exit" option
4797
4798 2007-02-09 [paul]       2.7.2cvs35
4799
4800         * src/addrgather.c
4801         * src/alertpanel.c
4802         * src/editldap.c
4803         * src/prefs_account.c
4804         * src/prefs_folder_item.c
4805         * src/prefs_gtk.h
4806         * src/prefs_matcher.c
4807         * src/prefs_message.c
4808         * src/prefs_msg_colors.c
4809         * src/prefs_summaries.c
4810         * src/wizard.c
4811         * src/gtk/inputdialog.c
4812         * src/plugins/bogofilter/bogofilter_gtk.c
4813                 pedantic commit: use 'checkbtn' everywhere
4814                 instead of a mixture of 'checkbtn' and 'chkbtn'
4815
4816 2007-02-09 [paul]       2.7.2cvs34
4817
4818         * src/compose.c
4819                 fix default hotkeys
4820         * src/prefs_other.c
4821         * src/prefs_send.c
4822                 move "Never send Return Receipts" from
4823                 prefs_other to prefs_send
4824                 add an option "Ask about account specific
4825                 filtering rules..." to prefs_other
4826         * src/gtk/gtkutils.c
4827                 fix a compiler warning
4828
4829 2007-02-08 [colin]      2.7.2cvs33
4830
4831         * src/plugins/pgpinline/pgpinline.c
4832                 Fix bug 1110, 'pgpmime fails to process 
4833                 encapsulated openpgp mime (rfc 3156, 6.1 
4834                 -> rfc1847)'
4835                 It was due to an interaction between PGP/Mime
4836                 and PGP/Inline plugin. 
4837
4838 2007-02-08 [colin]      2.7.2cvs32
4839
4840         * src/inc.c
4841         * src/mbox.c
4842         * src/mbox.h
4843                 Fix bug 1117, 'fcntl locking code 
4844                 does not work in mbox.c'
4845
4846 2007-02-08 [colin]      2.7.2cvs31
4847
4848         * src/prefs_account.c
4849                 Fix Gentoo bug 165819, 'can't create 
4850                 a "local mbox file" account'. Patch
4851                 by Olivier <castan.o@free.fr>
4852
4853 2007-02-07 [colin]      2.7.2cvs30
4854
4855         * src/ldapquery.c
4856                 Fix bug 1106, 'Claws crash on exit if LDAPS 
4857                 autocompletion was used'
4858
4859 2007-02-07 [paul]       2.7.2cvs29
4860
4861         * src/folder.c
4862                 cut down on unnecessary debug_prints
4863         * src/imap_gtk.c
4864                 fix menu_set_active() on 'Show only
4865                 subscribed folders'
4866
4867 2007-02-07 [paul]       2.7.2cvs28
4868
4869         * src/plugins/clamav/clamav_plugin.c
4870         * src/plugins/clamav/clamav_plugin.h
4871         * src/plugins/clamav/clamav_plugin_gtk.c
4872                 fix copyright header
4873
4874 2007-02-07 [paul]       2.7.2cvs27
4875
4876         * src/procheader.c
4877                 fix bug 1116, 'summary view allow a 
4878                 subject line break'
4879
4880 2007-02-06 [colin]      2.7.2cvs26
4881
4882         * src/summaryview.c
4883                 Fix delete thread
4884
4885 2007-02-05 [fabien]     2.7.2cvs25
4886
4887         * po/POTFILES.in
4888         * src/uri_opener.c
4889                 i18n related - 1 fix and 1 message for translators.
4890
4891 2007-02-05 [colin]      2.7.2cvs24
4892
4893         * src/gtk/quicksearch.c
4894                 Don't reload summary list if quicksearch wasn't
4895                 active on hiding; move currently selected mail in
4896                 the visible area when showing the quicksearch
4897
4898 2007-02-05 [colin]      2.7.2cvs23
4899
4900         * src/folderview.c
4901                 Add debug to try to solve bug 1104
4902
4903 2007-02-05 [paul]       2.7.2cvs22
4904
4905         * src/mainwindow.c
4906                 confirm before emptying trash on exit is
4907                 a Yes or No answer, use Yes or No in the
4908                 dialog
4909
4910 2007-02-04 [colin]      2.7.2cvs21
4911
4912         * src/compose.c
4913         * src/plugins/pgpcore/passphrase.c
4914         * src/plugins/pgpcore/select-keys.c
4915                 Set wmclass on new windows
4916
4917 2007-02-04 [colin]
4918
4919         2.8.0-rc1 released
4920
4921 2007-02-04 [colin]      2.7.2cvs20
4922
4923         * src/compose.c
4924         * src/compose.h
4925                 Auto save drafts on exit, reopen them
4926                 at startup, instead of asking
4927         * src/account.c
4928         * src/addressadd.c
4929         * src/addressbook.c
4930         * src/addressbook_foldersel.c
4931         * src/addrgather.c
4932         * src/crash.c
4933         * src/editaddress.c
4934         * src/editbook.c
4935         * src/editgroup.c
4936         * src/editjpilot.c
4937         * src/editldap.c
4938         * src/editldap_basedn.c
4939         * src/editvcard.c
4940         * src/exphtmldlg.c
4941         * src/expldifdlg.c
4942         * src/export.c
4943         * src/foldersel.c
4944         * src/gedit-print.c
4945         * src/import.c
4946         * src/importldif.c
4947         * src/importmutt.c
4948         * src/importpine.c
4949         * src/main.c
4950         * src/mainwindow.c
4951         * src/message_search.c
4952         * src/messageview.c
4953         * src/prefs_actions.c
4954         * src/prefs_customheader.c
4955         * src/prefs_display_header.c
4956         * src/prefs_filtering.c
4957         * src/prefs_filtering_action.c
4958         * src/prefs_folder_column.c
4959         * src/prefs_gtk.c
4960         * src/prefs_matcher.c
4961         * src/prefs_other.c
4962         * src/prefs_summaries.c
4963         * src/prefs_summary_column.c
4964         * src/prefs_template.c
4965         * src/sourcewindow.c
4966         * src/ssl_manager.c
4967         * src/summary_search.c
4968         * src/uri_opener.c
4969         * src/gtk/about.c
4970         * src/gtk/description_window.c
4971         * src/gtk/foldersort.c
4972         * src/gtk/gtkutils.c
4973         * src/gtk/gtkutils.h
4974         * src/gtk/icon_legend.c
4975         * src/gtk/logwindow.c
4976         * src/gtk/pluginwindow.c
4977         * src/gtk/prefswindow.c
4978                 Give different wmclass to different
4979                 windows - thanks to sed ;)
4980
4981 2007-02-04 [colin]      2.7.2cvs19
4982
4983         * src/main.c
4984                 Revert previous patch, can't reproduce
4985                 it anymore. 
4986
4987 2007-02-03 [colin]      2.7.2cvs18
4988
4989         * src/main.c
4990                 Don't save the mainwindow size and
4991                 position on emergency exit (libSM's
4992                 "die" callback), Xfce seems to make
4993                 the window smaller just before the
4994                 size's saved.
4995
4996 2007-02-03 [colin]      2.7.2cvs17
4997
4998         * src/plugins/bogofilter/bogofilter.c
4999         * src/plugins/bogofilter/bogofilter.h
5000         * src/plugins/bogofilter/bogofilter_gtk.c
5001         * src/plugins/pgpinline/pgpinline.c
5002         * src/plugins/pgpinline/pgpinline.h
5003                 Fix more copyrights
5004
5005 2007-02-03 [colin]      2.7.2cvs16
5006
5007         * src/partial_download.c
5008         * src/partial_download.h
5009         * src/ssl_manager.c
5010         * src/ssl_manager.h
5011         * src/uri_opener.c
5012         * src/uri_opener.h
5013         * src/wizard.c
5014         * src/wizard.h
5015         * src/common/ssl_certificate.c
5016         * src/common/ssl_certificate.h
5017         * src/gtk/quicksearch.c
5018         * src/gtk/quicksearch.h
5019         * src/gtk/sslcertwindow.c
5020         * src/gtk/sslcertwindow.h
5021                 Fix copyright on my files
5022
5023 2007-02-02 [colin]      2.7.2cvs15
5024
5025         * src/Makefile.am
5026         * src/mainwindow.c
5027         * src/messageview.c
5028         * src/messageview.h
5029         * src/textview.c
5030         * src/textview.h
5031         * src/uri_opener.c
5032         * src/uri_opener.h
5033                 Add Tools/List URIs to allow
5034                 opening any URI in the current mail
5035
5036 2007-02-02 [colin]      2.7.2cvs14
5037
5038         * src/common/valgrind.h ** NEW FILE **
5039         * src/common/Makefile.am
5040         * src/common/plugin.c
5041                 Don't dlclose the plugins if we're running
5042                 under valgrind. (doesn't require valgrind
5043                 either at compile time or run time).
5044
5045 2007-02-01 [paul]       2.7.2cvs13
5046
5047         * AUTHORS
5048         * src/gtk/authors.h
5049         * tools/freshmeat_search.pl
5050         * tools/google_search.pl
5051         * tools/multiwebsearch.pl
5052                 add support for non ISO-8859-1 compatible locales
5053                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5054
5055 2007-02-01 [colin]      2.7.2cvs12
5056
5057         * src/prefs_other.c
5058         * src/prefs_summaries.c
5059                 Move keybinding prefs to the Other page
5060
5061 2007-02-01 [wwp]        2.7.2cvs11
5062
5063         * src/plugins/trayicon/trayicon.c
5064                 Fix a raising issue within KDE.
5065
5066 2007-02-01 [colin]      2.7.2cvs10
5067
5068         * src/codeconv.c
5069                 Fix stray quotes in encoded strings
5070         * src/addressadd.c
5071                 Fix wrong call causing g_warnings
5072         * src/textview.c
5073                 Remove useless message
5074
5075 2007-01-31 [wwp]        2.7.2cvs9
5076
5077         * src/plugins/trayicon/trayicon.c
5078                 fix buggy hiding of main window when closing if close-to-tray
5079                 is not set (bad logics  in the trayicon hook code).
5080                 Changed the quit confirmation message too.
5081
5082 2007-01-30 [colin]      2.7.2cvs8
5083
5084         * src/main.c
5085                 Fix hidden mainwindow after clicking on
5086                 the X close button, if compose windows
5087                 exist and the user chooses not to quit
5088
5089 2007-01-30 [colin]      2.7.2cvs7
5090
5091         * src/main.c
5092         * src/compose.c
5093                 Handle local URIs to attach files (file:///...)
5094                 Fixes attaching files from Thunar for example
5095
5096 2007-01-30 [colin]      2.7.2cvs6
5097
5098         * src/prefs_ext_prog.c
5099                 Add 'mousepad' to the list of text editors.
5100                 Mousepad is XFCE's text editor
5101
5102 2007-01-29 [wwp]        2.7.2cvs5
5103
5104         * po/POTFILES.in
5105         * src/plugins/trayicon/trayicon_prefs.c
5106                 trayicon i18n fixes, thanks to Fabien.
5107
5108 2007-01-28 [wwp]        2.7.2cvs4
5109
5110         * src/mainwindow.c
5111         * src/mainwindow.h
5112         * src/plugins/trayicon/trayicon.c
5113         * src/plugins/trayicon/trayicon_prefs.c
5114         * src/plugins/trayicon/trayicon_prefs.h
5115                 Added a new TrayIcon plugin option to close to tray
5116                 (WM's hotkey and [X] button will hide the window instead
5117                 of closing it - closing CM can be done using the tray icon
5118                 menu or the File menu).
5119                 Improved visibility handling in trayicon, clicking the
5120                 trayicon now raise the window to current desktop when it
5121                 was either minimized/shaded/on another desktop.
5122                 Thanks to Paul for testing and fixing a strange behaviour
5123                 in KDE ;-).
5124
5125 2007-01-27 [paul]       2.7.2cvs3
5126
5127         * src/prefs_folder_item.c
5128         * src/prefs_receive.c
5129         * src/plugins/pgpcore/prefs_gpg.c
5130                 use 'start-up' instead of 'startup' in labels
5131
5132 2007-01-26 [wwp]        2.7.2cvs2
5133
5134         * src/plugins/trayicon/Makefile.am
5135         * src/plugins/trayicon/trayicon.c
5136         * src/plugins/trayicon/trayicon_prefs.c
5137         * src/plugins/trayicon/trayicon_prefs.h
5138                 Add a new TrayIcon option to hide the main window at
5139                 start-up.
5140                 Fix trayicon.c copyright header.
5141
5142 2007-01-26 [paul]       2.7.2cvs1
5143
5144         * NEWS
5145         * README
5146         * RELEASE_NOTES
5147         * configure.ac
5148                 bump up version number following
5149                 stable release
5150
5151 2007-01-25 [mones]      2.7.1cvs60
5152
5153         * po/es.po
5154                 updated thousands of strings (well, probably less ;-)
5155
5156 2007-01-25 [colin]      2.7.1cvs59
5157
5158         * src/matcher.c
5159                 Fix 2nd-run loss of matcherrc on new
5160                 configurations. 
5161
5162 2007-01-25 [wwp]        2.7.1cvs58
5163
5164         * src/mimeview.c
5165                 fix handling of empty value in attach_save_directory too, thanks
5166                 to Colin.
5167
5168 2007-01-25 [wwp]        2.7.1cvs57
5169
5170         * src/gtk/filesel.c
5171                 fix handling of empty value in attach_load_directory,
5172                 thanks to Colin.
5173
5174 2007-01-25 [wwp]        2.7.1cvs56
5175
5176         * src/plugins/dillo_viewer/dillo_prefs.h
5177                 fix a typo.
5178
5179 2007-01-25 [colin]      2.7.1cvs55
5180
5181         * src/matcher.c
5182         * src/matcher.h
5183         * src/matcher_parser_parse.y
5184         * src/prefs_matcher.c
5185                 Add matching on the spam flag
5186
5187 2007-01-24 [colin]      2.7.1cvs54
5188
5189         * src/folder.c
5190         * src/common/xml.c
5191         * src/common/xml.h
5192                 Make sure folderlist.xml is correctly
5193                 written before overwriting it.
5194         * src/procmsg.c
5195         * src/procmsg.h
5196         * src/summaryview.c
5197         * src/plugins/bogofilter/bogofilter.c
5198         * src/plugins/bogofilter/bogofilter.h
5199         * src/plugins/bogofilter/bogofilter_gtk.c
5200         * src/plugins/spamassassin/spamassassin.c
5201         * src/plugins/spamassassin/spamassassin.h
5202         * src/plugins/spamassassin/spamassassin_gtk.c
5203                 Move spam to the correct trash folder after
5204                 learning, if spam directory isn't set.
5205
5206 2007-01-23 [paul]       2.7.1cvs53
5207
5208         * src/plugins/bogofilter/bogofilter_gtk.c
5209                 fix sensitivity of "Insert X-Bogosity header"
5210                 option
5211
5212 2007-01-23 [colin]      2.7.1cvs52
5213
5214         * src/toolbar.c
5215                 Translate toolbar items text if
5216                 they're translatable (default)
5217         * src/addrcache.c
5218         * src/addrcache.h
5219         * src/addritem.c
5220         * src/addritem.h
5221         * src/codeconv.c
5222         * src/codeconv.h
5223         * src/jpilot.c
5224         * src/jpilot.h
5225         * src/ldapctrl.c
5226         * src/ldapctrl.h
5227         * src/ldapquery.h
5228         * src/ldif.c
5229         * src/ldif.h
5230         * src/etpan/etpan-thread-manager.c
5231         * src/etpan/etpan-thread-manager.h
5232         * src/gtk/gtkutils.c
5233         * src/gtk/gtkutils.h
5234                 More static functions
5235
5236 2007-01-22 [fabien]     2.7.1cvs51
5237
5238         * src/gtk/gtkutils.c
5239                 gtkut_get_options_frame() : ability to pass
5240                 a 'NULL' value in frame pointer parameter if
5241                 we don't need it.
5242
5243 2007-01-22 [colin]      2.7.1cvs50
5244
5245         * src/procmsg.c
5246         * src/procmsg.h
5247         * src/plugins/bogofilter/bogofilter.c
5248         * src/plugins/bogofilter/bogofilter_gtk.c
5249         * src/plugins/spamassassin/spamassassin.c
5250         * src/plugins/spamassassin/spamassassin_gtk.c
5251                 Allow moving spams to the account's trash
5252                 instead of default one
5253
5254 2007-01-21 [colin]      2.7.1cvs49
5255
5256         * src/ldapquery.c
5257         * src/ldapquery.h
5258                 Revert a static function that shouldn't
5259                 have been
5260
5261 2007-01-21 [colin]      2.7.1cvs48
5262
5263         * src/ldapquery.c
5264         * src/ldapquery.h
5265                 Same
5266
5267 2007-01-21 [colin]      2.7.1cvs47
5268
5269         * src/procmsg.c
5270         * src/procmsg.h
5271                 Same
5272
5273 2007-01-21 [colin]      2.7.1cvs46
5274
5275         * src/common/socket.c
5276         * src/common/socket.h
5277                 Same
5278
5279 2007-01-21 [colin]      2.7.1cvs45
5280
5281         * src/crash.c
5282         * src/exporthtml.c
5283         * src/exporthtml.h
5284         * src/exportldif.c
5285         * src/exportldif.h
5286         * src/folder.c
5287         * src/folder.h
5288         * src/folder_item_prefs.c
5289         * src/folder_item_prefs.h
5290         * src/folderview.c
5291         * src/folderview.h
5292         * src/gedit-print.c
5293         * src/gedit-print.h
5294         * src/main.c
5295         * src/main.h
5296         * src/common/socket.c
5297         * src/common/socket.h
5298         * src/gtk/gtkaspell.c
5299         * src/gtk/gtkaspell.h
5300         * src/gtk/quicksearch.c
5301         * src/gtk/quicksearch.h
5302                 Same
5303
5304 2007-01-21 [colin]      2.7.1cvs44
5305
5306         * src/common/utils.c
5307         * src/common/utils.h
5308         * src/etpan/etpan-thread-manager.c
5309         * src/etpan/etpan-thread-manager.h
5310                 Same (Funny that etpan_thread_unbind
5311                 is called but not etpan_thread_bind)
5312
5313 2007-01-21 [colin]      2.7.1cvs43
5314
5315         * src/addrselect.c
5316         * src/addrselect.h
5317         * src/codeconv.c
5318         * src/codeconv.h
5319         * src/compose.c
5320         * src/compose.h
5321         * src/etpan/Makefile.am
5322         * src/gtk/colorlabel.c
5323         * src/gtk/colorlabel.h
5324         * src/gtk/sslcertwindow.c
5325         * src/gtk/sslcertwindow.h
5326         * src/etpan/etpan-log.c ** REMOVED **
5327         * src/etpan/etpan-log.h ** REMOVED **
5328                 Same
5329
5330 2007-01-20 [colin]      2.7.1cvs42
5331
5332         * src/addritem.c
5333         * src/addritem.h
5334                 Same
5335
5336 2007-01-20 [colin]      2.7.1cvs41
5337
5338         * src/account.c
5339         * src/account.h
5340         * src/addrbook.c
5341         * src/addrbook.h
5342         * src/addrcache.c
5343         * src/addrcache.h
5344         * src/addrclip.c
5345         * src/addrclip.h
5346         * src/addressbook.c
5347         * src/addressbook.h
5348         * src/addrharvest.c
5349         * src/addrharvest.h
5350         * src/addrindex.c
5351         * src/addrindex.h
5352         * src/editaddress.c
5353         * src/editaddress.h
5354                 Make functions that aren't used in other
5355                 files static
5356
5357 2007-01-20 [colin]      2.7.1cvs40
5358
5359         * src/account.c
5360         * src/addrbook.c
5361         * src/addrcache.c
5362         * src/addressbook.c
5363         * src/addrgather.c
5364         * src/addrindex.c
5365         * src/addrquery.c
5366         * src/addrselect.c
5367         * src/browseldap.c
5368         * src/compose.c
5369         * src/editbook.c
5370         * src/editjpilot.c
5371         * src/editldap.c
5372         * src/editldap_basedn.c
5373         * src/editvcard.c
5374         * src/exporthtml.c
5375         * src/exportldif.c
5376         * src/folder.c
5377         * src/folderview.c
5378         * src/image_viewer.c
5379         * src/imap.c
5380         * src/importmutt.c
5381         * src/importpine.c
5382         * src/jpilot.c
5383         * src/ldapquery.c
5384         * src/main.c
5385         * src/mainwindow.c
5386         * src/matcher.c
5387         * src/messageview.c
5388         * src/mh.c
5389         * src/mimeview.c
5390         * src/msgcache.c
5391         * src/mutt.c
5392         * src/news.c
5393         * src/pine.c
5394         * src/prefs_account.c
5395         * src/prefs_common.c
5396         * src/prefs_compose_writing.c
5397         * src/prefs_ext_prog.c
5398         * src/prefs_folder_item.c
5399         * src/prefs_fonts.c
5400         * src/prefs_message.c
5401         * src/prefs_msg_colors.c
5402         * src/prefs_other.c
5403         * src/prefs_quote.c
5404         * src/prefs_receive.c
5405         * src/prefs_send.c
5406         * src/prefs_spelling.c
5407         * src/prefs_summaries.c
5408         * src/prefs_toolbar.c
5409         * src/prefs_wrapping.c
5410         * src/privacy.c
5411         * src/procmime.c
5412         * src/procmsg.c
5413         * src/ssl_manager.c
5414         * src/statusbar.c
5415         * src/summaryview.c
5416         * src/toolbar.c
5417         * src/vcard.c
5418         * src/common/hooks.c
5419         * src/common/log.c
5420         * src/common/passcrypt.c
5421         * src/common/socket.c
5422         * src/common/ssl.c
5423         * src/common/ssl_certificate.c
5424         * src/common/template.c
5425         * src/common/utils.c
5426         * src/etpan/imap-thread.c
5427         * src/gtk/sslcertwindow.c
5428         * src/gtk/sslcertwindow.h
5429                 Make functions that could be static, static
5430
5431 2007-01-20 [colin]      2.7.1cvs39
5432
5433         * src/editldap.c
5434                 Fix tooltip
5435
5436 2007-01-20 [colin]      2.7.1cvs38
5437
5438         * src/ldapquery.c
5439         * src/ldaputil.c
5440         * src/ldaputil.h
5441                 Fix bug 1102, 'claws-mail-2.7.1 
5442                 makes use of deprecated ldap 
5443                 functions'
5444
5445 2007-01-20 [colin]      2.7.1cvs37
5446
5447         * src/mainwindow.c
5448         * src/mainwindow.h
5449         * src/summaryview.c
5450         * src/gtk/quicksearch.c
5451                 Add Wide message list layout
5452
5453 2007-01-19 [fabien]     2.7.1cvs36
5454
5455         * src/textview.c
5456                 make sure a font change is considered in links of
5457                 headerview.
5458
5459 2007-01-19 [colin]      2.7.1cvs35
5460
5461         * src/main.c
5462         * src/mainwindow.c
5463         * src/mainwindow.h
5464         * src/messageview.c
5465         * src/messageview.h
5466         * src/prefs_common.c
5467         * src/prefs_common.h
5468         * src/summaryview.c
5469         * src/summaryview.h
5470         * src/gtk/quicksearch.c
5471         * src/gtk/quicksearch.h
5472                 Drop 'Separate Folder tree' and 'Separate
5473                 Message View'. Put three layouts in place
5474                 of it.
5475
5476 2007-01-19 [paul]       2.7.1cvs34
5477
5478         * src/prefs_msg_colors.c
5479                 more use of Q_ for translators
5480
5481 2007-01-19 [paul]       2.7.1cvs33
5482
5483         * src/imap_gtk.c
5484         * src/prefs_account.c
5485                 a few changes to the English
5486
5487 2007-01-19 [fabien]     2.7.1cvs32
5488
5489         * src/wizard.c
5490                 factorize translatable string
5491
5492 2007-01-18 [colin]      2.7.1cvs31
5493
5494         * src/main.c
5495                 Don't error out on --sync option. Although
5496                 we don't do anything with it, gtk+ handles
5497                 it, and it's useful for debugging X errors
5498
5499 2007-01-18 [fabien]     2.7.1cvs30
5500
5501         * src/prefs_other.c
5502                 ability to apply on the fly the recent added
5503                 'gtk_can_change_accels' pref (no need to restart).
5504
5505 2007-01-18 [fabien]     2.7.1cvs29
5506
5507         * src/plugins/bogofilter/bogofilter_gtk.c
5508         * src/plugins/bogofilter/bogofilter.c
5509         * src/plugins/spamassassin/spamassassin_gtk.c
5510         * src/addr_compl.c
5511         * src/prefs_account.c
5512                 factorize or rewrite some translatable strings.
5513
5514 2007-01-18 [fabien]     2.7.1cvs28
5515
5516         * src/prefs_gtk.h
5517         * src/compose.c
5518                 set a 4pix space between "Subject:" label and subject entry in
5519                 compose window.
5520
5521 2007-01-18 [wwp]        2.7.1cvs27
5522
5523         * src/addressbook.c
5524                 fix conflicting address-copy/paste when focus is set
5525                 to the embedded edit-person form.
5526  
5527
5528 2007-01-18 [wwp]        2.7.1cvs26
5529
5530         * src/addressbook.h
5531                 complete 2.7.1cvs23 (one more file was missing from that
5532                 commit).
5533
5534 2007-01-18 [colin]      2.7.1cvs25
5535
5536         * src/main.c
5537                 Provide a way to migrate without backup
5538                 Re-ask for migration on next start if 
5539                 it has been refused and wizard has been 
5540                 cancelled after.
5541
5542 2007-01-18 [wwp]        2.7.1cvs24
5543
5544         * src/editaddress.c
5545                 complete 2.7.1.cvs23 (file was missing from previous
5546                 commit).
5547
5548 2007-01-18 [wwp]        2.7.1cvs23
5549
5550         * src/addressbook.c
5551                 fix potential crashes in address book's focus_in/out signal handlers,
5552                 force focus to the edit-person form when clicked the Edit menu entry or
5553                 button (this only matters if the edit-person form is embedded to the
5554                 AB window, in that case, focus is not set when browsing the contacts
5555                 list w/ keys or mouse clicks).
5556
5557 2007-01-18 [paul]       2.7.1cvs22
5558
5559         * src/main.c
5560                 add command line options:
5561                 -h for --help
5562                 -q and --quit for --exit
5563                 -v for --version
5564                 print "Unknown option" for unknown options
5565
5566 2007-01-18 [paul]       2.7.1cvs21
5567
5568         * po/ru.po
5569                 updated by Pavlo Bohmat
5570
5571 2007-01-18 [paul]       2.7.1cvs20
5572
5573         * src/mainwindow.c
5574                 fix sensitivity issues of Mark as Spam/Ham
5575
5576 2007-01-17 [fabien]     2.7.1cvs19
5577
5578         * src/prefs_other.c
5579         * src/prefs_common.c
5580         * src/prefs_common.h
5581         * src/main.c
5582                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
5583                 control the corresponding gtk property. It could be used to lock
5584                 all shortcuts (avoid to set one of them by inadvertency).
5585
5586 2007-01-17 [colin]      2.7.1cvs18
5587
5588         * src/summaryview.c
5589                 Fix bug 1100, 'Highlighted e-mail data not visible 
5590                 when color label applied.'. Use a weighted average
5591                 between normal selected foreground color and color
5592                 label instead of a simple one (3/1 instead 1/1).
5593
5594 2007-01-17 [colin]      2.7.1cvs17
5595
5596         * src/messageview.c
5597                 Better fix for bug 1088, 'Ctrl-h produces repeatable
5598                 crash' - don't prevent mail switching while loading
5599
5600 2007-01-17 [colin]      2.7.1cvs16
5601
5602         * src/folder.c
5603         * src/folder.h
5604         * src/folderview.c
5605         * src/folderview.h
5606         * src/imap.c
5607         * src/imap.h
5608         * src/imap_gtk.c
5609                 Manage recursive search of unsubscribed folders
5610                 Rescan tree without checking for new messages 
5611                 after subscriptions changed
5612
5613 2007-01-17 [paul]       2.7.1cvs15
5614
5615         * src/prefs_common.c
5616         * src/gtk/pluginwindow.c
5617                 fix bug 1101, '"Load plugin" button is
5618                 accidentally hidden'
5619                 unset (-1) initial width in prefs_common,
5620                 fix overlapping buttons,
5621                 and other cleanups
5622
5623 2007-01-17 [paul]       2.7.1cvs14
5624
5625         * src/procmime.c
5626                 add #include <errno.h>, it's needed
5627                 on some systems
5628
5629 2007-01-17 [paul]       2.7.1cvs13
5630
5631         * src/common/defs.h
5632         * tools/make.themes.project
5633                 rename .sylpheed_themeinfo to .claws_themeinfo
5634                 and use it
5635         * src/etpan/etpan-errors.h
5636         * src/etpan/etpan-log.c
5637         * src/etpan/etpan-log.h
5638         * src/etpan/etpan-thread-manager-types.h
5639         * src/etpan/etpan-thread-manager.c
5640         * src/etpan/etpan-thread-manager.h
5641         * src/etpan/imap-thread.c
5642         * src/etpan/imap-thread.h
5643                 add copyright header
5644
5645 2007-01-17 [colin]      2.7.1cvs12
5646
5647         * src/plugins/pgpcore/select-keys.c
5648         * src/gtk/pluginwindow.c
5649         * src/prefs_account.c
5650                 Fix warnings
5651
5652 2007-01-16 [colin]      2.7.1cvs11
5653
5654         * src/imap.c
5655         * src/imap.h
5656         * src/imap_gtk.c
5657                 Manage subscribing to subfolders when only
5658                 subscribed folders are shown.
5659
5660 2007-01-16 [colin]      2.7.1cvs10
5661
5662         * src/folderview.c
5663                 Fix annoying vscrollbar going back to top
5664                 on Check for new folders
5665
5666 2007-01-16 [colin]      2.7.1cvs9
5667
5668         * src/imap.c
5669                 Remove printf
5670
5671 2007-01-16 [colin]      2.7.1cvs8
5672
5673         * src/filtering.c
5674                 Bigger buffer for errors
5675         * src/imap.c
5676         * src/imap.h
5677         * src/imap_gtk.c
5678         * src/prefs_account.c
5679         * src/prefs_account.h
5680         * src/wizard.c
5681         * src/etpan/imap-thread.c
5682         * src/etpan/imap-thread.h
5683         * manual/handling.xml
5684                 Add subscriptions management. What it changes:
5685                 Creating a folder subscribes to it
5686                 Deleting a folder unsubscribes it
5687                 New contextual menu item allowing to switch between
5688                 All folders and Subscribed folders, subscribe, and
5689                 unsubscribe. "Creating" an existing but unsubscribed
5690                 folder will subscribe it.
5691                 By default for new accounts, only subscribed folders 
5692                 are shown.
5693
5694
5695 2007-01-16 [paul]       2.7.1cvs7
5696
5697         * src/summaryview.c
5698                 Allow folder classes to specify only sort_key or
5699                 sort_type instead of both or none.
5700
5701 2007-01-16 [paul]       2.7.1cvs6
5702
5703         * src/action.c
5704         * src/compose.c
5705         * src/mimeview.c
5706         * src/procmime.c
5707         * src/textview.c
5708                 Save and use errno for procmime_get_part
5709
5710 2007-01-16 [colin]      2.7.1cvs5
5711
5712         * src/imap.c
5713                 Never remove INBOX when scanning for
5714                 new folders. It's a special folder
5715                 that has to exist.
5716
5717 2007-01-15 [colin]      2.7.1cvs4
5718
5719         * src/imap.c
5720                 Fix 'Check for new folders' when IMAP subdirectory
5721                 is set
5722         * src/etpan/imap-thread.c
5723                 Fix build
5724
5725 2007-01-15 [colin]      2.7.1cvs3
5726
5727         * src/etpan/imap-thread.c
5728                 Fix invalid free on command-connection
5729                 error
5730
5731 2007-01-15 [wwp]        2.7.1cvs2
5732
5733         * src/matcher_parser_lex.l
5734         * src/quote_fmt_lex.l
5735         * src/matcher_parser_parse.y
5736                 fix copyright header in lexers and parsers.
5737
5738 2007-01-15 [paul]       2.7.1cvs1
5739
5740         * NEWS
5741         * README
5742         * RELEASE_NOTES
5743         * configure.ac
5744                 bump up version number following
5745                 stable release
5746
5747 2007-01-15 [paul]       2.7.0cvs31
5748
5749         * AUTHORS
5750         * src/gtk/authors.h
5751                 add Fabien to the Team list
5752                 add the recent contributors
5753                 make a few corrections
5754
5755 2007-01-15 [paul]       2.7.0cvs30
5756
5757         * src/mainwindow.c
5758                 fix compiler warning
5759         * src/plugins/pgpcore/prefs_gpg.c
5760         * src/plugins/pgpcore/prefs_gpg.h
5761                 add missing include
5762                 fix copyright header
5763
5764 2007-01-14 [colin]      2.7.0cvs29
5765
5766         * src/gtk/filesel.c
5767                 Use the 'gtk+' backend. Avoids gnome-vfs use,
5768                 two benefits: faster to open, will fix strange
5769                 dbus-related crash. Thanks to Pascal Terjan.
5770
5771 2007-01-14 [colin]      2.7.0cvs28
5772
5773         * src/etpan/imap-thread.c
5774                 Delete the old imap just after allocating
5775                 the new one. Makes sure we don't get the
5776                 same pointer by sheer luck, which feels
5777                 strange in the debug log.
5778
5779 2007-01-14 [colin]      2.7.0cvs27
5780
5781         * src/gtk/inputdialog.c
5782                 Make sure we don't print passwords in
5783                 clear text when in debug mode
5784
5785 2007-01-14 [colin]      2.7.0cvs26
5786
5787         * src/gtk/gtksctree.c
5788                 Fix bug 1098, 'bogus last row display 
5789                 after expanding a thread'. Patch by
5790                 Jindrich Makovicka <makovick@gmail.com>
5791
5792 2007-01-14 [colin]      2.7.0cvs25
5793
5794         * src/etpan/imap-thread.c
5795                 Close socket manually before
5796                 freeing the imap struct
5797
5798 2007-01-14 [colin]      2.7.0cvs24
5799
5800         * src/etpan/imap-thread.c
5801                 Maybe fix new reconnection issues
5802
5803 2007-01-13 [colin]      2.7.0cvs23
5804
5805         * src/summaryview.c
5806                 Freeze/thaw on thread selection
5807
5808 2007-01-13 [paul]       2.7.0cvs22
5809
5810         * src/mainwindow.c
5811         * src/summaryview.c
5812         * src/summaryview.h
5813                 add 'Edit/Delete thread'
5814
5815 2007-01-13 [colin]      2.7.0cvs21
5816
5817         * src/prefs_account.c
5818         * src/prefs_compose_writing.c
5819         * src/prefs_message.c
5820         * src/prefs_msg_colors.c
5821         * src/prefs_other.c
5822         * src/prefs_receive.c
5823         * src/prefs_spelling.c
5824         * src/prefs_summaries.c
5825         * src/prefs_themes.c
5826         * src/gtk/gtkutils.c
5827         * src/gtk/gtkutils.h
5828         * src/plugins/pgpcore/prefs_gpg.c
5829         * src/plugins/spamassassin/spamassassin_gtk.c
5830                 Factorize gtk frame creation
5831                 Patch by Pawel
5832
5833 2007-01-13 [colin]      2.7.0cvs20
5834
5835         * src/message_search.c
5836         * src/summary_search.c
5837                 Fix Enter in search windows
5838         * src/messageview.c
5839                 Fix body search starting at the
5840                 end of the mail (and asking for loop)
5841
5842 2007-01-13 [colin]      2.7.0cvs19
5843
5844         * src/etpan/imap-thread.c
5845                 Make sure we don't free the same imap
5846                 twice
5847
5848 2007-01-13 [colin]      2.7.0cvs18
5849
5850         * commitHelper
5851                 Allow multiple commitHelpers to
5852                 run at once
5853
5854 2007-01-12 [colin]      2.7.0cvs17
5855
5856         * src/etpan/imap-thread.c
5857                 Make sure we get rid of the previous mailimap
5858                 when connecting - just in case disconnect was
5859                 unclean
5860
5861 2007-01-12 [paul]       2.7.0cvs16
5862
5863         * src/compose.c
5864                 Strip S/MIME signatures when re-editing
5865                 S/MIME signed messages.
5866
5867 2007-01-12 [paul]       2.7.0cvs15
5868
5869         * configure.ac
5870         * src/addressbook.c
5871         * src/foldersel.c
5872         * src/folderview.c
5873         * src/main.c
5874                 no need to define CLAWS anymore, remove
5875                 all that stuff
5876
5877 2007-01-12 [paul]       2.7.0cvs14
5878
5879         * src/mimeview.c
5880                 check if the mail's signed as
5881                 it can change the mail structure
5882                 Thanks to Colin
5883
5884 2007-01-12 [paul]       2.7.0cvs13
5885
5886         * src/procmime.c
5887                 fix Forwarding msgs with attachments
5888                 that have dos line endings
5889                 Thanks to Colin
5890
5891 2007-01-12 [wwp]        2.7.0cvs12
5892
5893         * configure.ac
5894                 Revert accidentally committed extra version tag.
5895
5896 2007-01-12 [wwp]        2.7.0cvs11
5897
5898         * src/prefs_account.c
5899                 Fix compilation w/o aspell (completes 2.7.0cvs7).
5900
5901 2007-01-11 [colin]      2.7.0cvs10
5902
5903         * src/imap.c
5904                 move g_warning to debug_print
5905                 it scares people for no reason
5906
5907 2007-01-11 [colin]      2.7.0cvs9
5908
5909         * po/POTFILES.in
5910                 Fix files to translate. Patch by
5911                 Fabien
5912
5913 2007-01-11 [paul]       2.7.0cvs8
5914
5915         * src/imap.c
5916                 Fix recursion when server lists the
5917                 current subfolder in the response
5918         * src/mimeview.c
5919                 Fix updating of icon_list/ctree
5920         * src/plugins/pgpcore/select-keys.c
5921                 Fix a few annoyances when choosing
5922                 keys for the CMS (S/MIME) protocol
5923
5924 2007-01-11 [wwp]        2.7.0cvs7
5925
5926         * src/compose.c
5927         * src/prefs_account.c
5928         * src/prefs_account.h
5929                 Add per-account spellcheck default dictionaries settings.
5930
5931 2007-01-10 [colin]      2.7.0cvs6
5932
5933         * src/prefs_folder_item.c
5934                 Factorize strings - patch by Fabien
5935
5936 2007-01-10 [colin]      2.7.0cvs5
5937
5938         * src/mainwindow.c
5939                 Fix bug 1095, 'Crash while changing folder 
5940                 columns during incorporation'
5941
5942 2007-01-09 [colin]      2.7.0cvs4
5943
5944         * src/gtk/pluginwindow.c
5945                 Set the plugin window transient. Seems
5946                 like some window managers hide it in
5947                 the background after "load plugin"...
5948
5949 2007-01-09 [colin]      2.7.0cvs3
5950
5951         * src/gtk/filesel.c
5952                 Use the same type for alloc and free
5953
5954 2007-01-08 [paul]       2.7.0cvs2
5955
5956         * po/nl.po
5957                 updated by Tim Dijkstra
5958
5959 2007-01-08 [paul]       2.7.0cvs1
5960
5961         * src/prefs_themes.c
5962         * src/common/utils.c
5963                 Fix resource leaks
5964
5965 2007-01-08 [paul]       2.7.0
5966
5967         * NEWS
5968         * README
5969         * RELEASE_NOTES
5970                 2.7.0 released
5971
5972 2007-01-08 [paul]       2.6.1cvs119
5973
5974         * doc/man/claws-mail.1
5975                 another correction
5976
5977 2007-01-08 [paul]       2.6.1cvs118
5978
5979         * doc/man/claws-mail.1
5980                 corrections
5981         * manual/advanced.xml
5982                 improved English usage
5983
5984 2007-01-08 [paul]       2.6.1cvs117
5985
5986         * po/ca.po
5987         * po/de.po
5988         * po/en_GB.po
5989         * po/fi.po
5990         * po/it.po
5991         * po/pt_BR.po
5992         * po/sk.po
5993         * po/sr.po
5994         * po/zh_CN.po
5995                 updated by Miquel Oliete, Stephan Sachse, me,
5996                 Tommi Pirinen, Andrea Spadaccini, Frederico
5997                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
5998                 Urosevic, and Ralgh Young
5999
6000 2007-01-07 [mones]      2.6.1cvs116
6001
6002         * manual/es/advanced.xml
6003         * po/es.po
6004                 Synced manual (unhide mark_as_read_delay)
6005                 and updated translation for release
6006
6007 2007-01-07 [paul]       2.6.1cvs115
6008
6009         * src/prefs_matcher.c
6010                 make the hbox content fit better under
6011                 various languages
6012
6013 2007-01-07 [colin]      2.6.1cvs114
6014
6015         * src/messageview.c
6016                 Fix bug 1088, 'Ctrl-h produces repeatable
6017                 crash'
6018
6019 2007-01-06 [colin]      2.6.1cvs113
6020
6021         * src/etpan/imap-thread.c
6022                 Add casts to int to get certs. Fixes
6023                 bug 1064, 'crash @ etpan_certificate_check() 
6024                 when opening an IMAP folder', with latest
6025                 libetpan CVS or >= 0.49
6026         * src/mainwindow.c
6027         * src/mainwindow.h
6028         * src/imap_gtk.c
6029         * src/news_gtk.c
6030         * src/prefs_folder_item.c
6031                 Grey out the "synchronise" menu items if
6032                 there's nothing to synchronise.
6033         * src/plugins/pgpcore/sgpgme.c
6034                 Make an error clearer than "Unknown error"
6035
6036 2007-01-06 [colin]      2.6.1cvs112
6037
6038         * src/messageview.c
6039                 Don't try to show a message if updating
6040                 Maybe fixes bug 1088, 'ctrl-h produces
6041                 repeatable crash'.
6042
6043 2007-01-06 [colin]      2.6.1cvs111
6044
6045         * src/summaryview.c
6046                 Disable Control-Space (handle it as Space).
6047
6048 2007-01-05 [paul]       2.6.1cvs110
6049
6050         * src/imap.c
6051                 Fix bug 934, 'sylpheed claws 2.1 
6052                 doesn't show Exchanges Public Folders'
6053                 Thanks to Hoa and Colin
6054         * src/msgcache.c
6055                 Refuse to allocate more than 2 MB for a 
6056                 single field, it's a good indication of
6057                 cache corruption.
6058
6059 2007-01-05 [colin]      2.6.1cvs109
6060
6061         * src/mainwindow.c
6062                 Allow --select'ing emails by Message-ID too
6063
6064 2007-01-05 [colin]      2.6.1cvs108
6065
6066         * src/common/quoted-printable.c
6067                 Uh! Third fix :)
6068
6069 2007-01-05 [colin]      2.6.1cvs107
6070
6071         * src/common/quoted-printable.c
6072                 Fix previous commit about bug 1089
6073                 Thanks to Ralf
6074
6075 2007-01-05 [colin]      2.6.1cvs106
6076
6077         * src/common/quoted-printable.c
6078                 Fix my previous commit on bug 1089
6079                 - Thanks to Ralf :)
6080
6081 2007-01-04 [colin]      2.6.1cvs105
6082
6083         * src/common/quoted-printable.c
6084                 Fix bug 1089, 'NUL characters in Subject 
6085                 line are misinterpreted'. Not a pain to
6086                 fix in fact.
6087
6088 2007-01-04 [colin]      
6089
6090         2.7.0-rc3 released
6091
6092 2007-01-04 [wwp]        2.6.1cvs104
6093
6094         * src/image_viewer.c
6095                 Force operator precedence (fix a compiler warning).
6096
6097 2007-01-04 [colin]      2.6.1cvs103
6098
6099         * src/image_viewer.c
6100                 Be cautious there too (same fix as the one
6101                 in textview from cvs33)
6102         * src/messageview.c
6103                 Don't use any MimeViewer plugin when showing
6104                 all headers
6105
6106 2007-01-03 [wwp]        2.6.1cvs102
6107
6108         * src/html.c
6109         * src/html.h
6110                 fixed "cent" sign (use the existing ASCII one),
6111                 decode more HTML entities,
6112                 converted table ASCII entries to UTF-8,
6113                 moved a switch() into a hashtable.
6114
6115 2007-01-03 [paul]       2.6.1cvs101
6116
6117         * src/compose.c
6118         * src/messageview.c
6119         * src/procmsg.c
6120         * src/procmsg.h
6121                 When possible, use move_msg instead of
6122                 copy_msg + remove_msg to move sent mail
6123                 from Queue to Sent. 
6124
6125 2007-01-03 [paul]       2.6.1cvs100
6126
6127         * src/html.c
6128                 add more html entity recognition:
6129                 pounds, euros, and cents
6130
6131 2007-01-03 [colin]      2.6.1cvs99
6132
6133         * src/imap_gtk.c
6134                 Don't display an error on NOSELECT
6135                 folders when synchronising
6136
6137 2007-01-03 [paul]       2.6.1cvs98
6138
6139         * tools/maildir2claws-mail.pl
6140                 only substitute 'sent-mail' if it's
6141                 the full directory name
6142
6143 2007-01-03 [paul]       2.6.1cvs97
6144
6145         * ChangeLog
6146         * ChangeLog.pre2.0.0
6147         * Makefile.am
6148                 archive a chunk of ChangeLog in
6149                 ChangeLog.pre2.0.0
6150         * ChangeLog.gtk1
6151         * doc/src/ChangeLog.claws-pre0.8.0
6152                 remove ChangeLog.claws-pre0.8.0, adding
6153                 its contents to ChangeLog.gtk1
6154
6155 2007-01-03 [paul]       2.6.1cvs96
6156
6157         * src/account.c
6158         * src/account.h
6159         * src/action.c
6160         * src/action.h
6161         * src/adbookbase.h
6162         * src/addr_compl.c
6163         * src/addr_compl.h
6164         * src/addrbook.c
6165         * src/addrcache.c
6166         * src/addrcache.h
6167         * src/addrcindex.c
6168         * src/addrcindex.h
6169         * src/addrclip.c
6170         * src/addrclip.h
6171         * src/addrdefs.h
6172         * src/addressadd.c
6173         * src/addressadd.h
6174         * src/addressbook.c
6175         * src/addressbook.h
6176         * src/addressbook_foldersel.c
6177         * src/addressbook_foldersel.h
6178         * src/addrgather.c
6179         * src/addrgather.h
6180         * src/addrharvest.c
6181         * src/addrharvest.h
6182         * src/addrindex.c
6183         * src/addrindex.h
6184         * src/addritem.c
6185         * src/addritem.h
6186         * src/addrquery.c
6187         * src/addrquery.h
6188         * src/addrselect.c
6189         * src/addrselect.h
6190         * src/alertpanel.c
6191         * src/alertpanel.h
6192         * src/browseldap.c
6193         * src/browseldap.h
6194         * src/codeconv.c
6195         * src/codeconv.h
6196         * src/compose.c
6197         * src/compose.h
6198         * src/customheader.c
6199         * src/customheader.h
6200         * src/displayheader.c
6201         * src/displayheader.h
6202         * src/editaddress.c
6203         * src/editaddress.h
6204         * src/editbook.c
6205         * src/editbook.h
6206         * src/editgroup.c
6207         * src/editgroup.h
6208         * src/editjpilot.c
6209         * src/editjpilot.h
6210         * src/editldap.c
6211         * src/editldap.h
6212         * src/editldap_basedn.c
6213         * src/editldap_basedn.h
6214         * src/editvcard.c
6215         * src/editvcard.h
6216         * src/exphtmldlg.c
6217         * src/exphtmldlg.h
6218         * src/expldifdlg.c
6219         * src/expldifdlg.h
6220         * src/export.c
6221         * src/export.h
6222         * src/exporthtml.c
6223         * src/exporthtml.h
6224         * src/exportldif.c
6225         * src/exportldif.h
6226         * src/filtering.c
6227         * src/filtering.h
6228         * src/folder.c
6229         * src/folder.h
6230         * src/folder_item_prefs.c
6231         * src/folder_item_prefs.h
6232         * src/foldersel.c
6233         * src/foldersel.h
6234         * src/folderutils.c
6235         * src/folderutils.h
6236         * src/folderview.c
6237         * src/folderview.h
6238         * src/grouplistdialog.c
6239         * src/grouplistdialog.h
6240         * src/headerview.c
6241         * src/html.c
6242         * src/html.h
6243         * src/image_viewer.c
6244         * src/image_viewer.h
6245         * src/imap.c
6246         * src/imap.h
6247         * src/imap_gtk.c
6248         * src/imap_gtk.h
6249         * src/import.c
6250         * src/import.h
6251         * src/importldif.c
6252         * src/importldif.h
6253         * src/importmutt.c
6254         * src/importmutt.h
6255         * src/importpine.c
6256         * src/importpine.h
6257         * src/inc.c
6258         * src/inc.h
6259         * src/jpilot.c
6260         * src/jpilot.h
6261         * src/ldapctrl.c
6262         * src/ldapctrl.h
6263         * src/ldaplocate.c
6264         * src/ldaplocate.h
6265         * src/ldapquery.c
6266         * src/ldapquery.h
6267         * src/ldapserver.c
6268         * src/ldapserver.h
6269         * src/ldaputil.c
6270         * src/ldaputil.h
6271         * src/ldif.c
6272         * src/ldif.h
6273         * src/main.c
6274         * src/main.h
6275         * src/mainwindow.c
6276         * src/mainwindow.h
6277         * src/manual.c
6278         * src/manual.h
6279         * src/mbox.c
6280         * src/message_search.c
6281         * src/message_search.h
6282         * src/messageview.c
6283         * src/messageview.h
6284         * src/mh.c
6285         * src/mh.h
6286         * src/mh_gtk.c
6287         * src/mh_gtk.h
6288         * src/mimeview.c
6289         * src/mimeview.h
6290         * src/msgcache.c
6291         * src/msgcache.h
6292         * src/mutt.c
6293         * src/mutt.h
6294         * src/news.c
6295         * src/news.h
6296         * src/news_gtk.c
6297         * src/news_gtk.h
6298         * src/partial_download.c
6299         * src/partial_download.h
6300         * src/pine.c
6301         * src/pine.h
6302         * src/pop.c
6303         * src/pop.h
6304         * src/prefs_account.c
6305         * src/prefs_account.h
6306         * src/prefs_actions.c
6307         * src/prefs_actions.h
6308         * src/prefs_common.c
6309         * src/prefs_common.h
6310         * src/prefs_compose_writing.c
6311         * src/prefs_compose_writing.h
6312         * src/prefs_customheader.c
6313         * src/prefs_customheader.h
6314         * src/prefs_display_header.c
6315         * src/prefs_display_header.h
6316         * src/prefs_filtering.c
6317         * src/prefs_filtering.h
6318         * src/prefs_filtering_action.c
6319         * src/prefs_filtering_action.h
6320         * src/prefs_folder_column.c
6321         * src/prefs_folder_column.h
6322         * src/prefs_folder_item.c
6323         * src/prefs_folder_item.h
6324         * src/prefs_fonts.c
6325         * src/prefs_fonts.h
6326         * src/prefs_gtk.c
6327         * src/prefs_gtk.h
6328         * src/prefs_image_viewer.c
6329         * src/prefs_image_viewer.h
6330         * src/prefs_matcher.c
6331         * src/prefs_matcher.h
6332         * src/prefs_message.c
6333         * src/prefs_msg_colors.c
6334         * src/prefs_msg_colors.h
6335         * src/prefs_other.c
6336         * src/prefs_quote.c
6337         * src/prefs_receive.c
6338         * src/prefs_send.c
6339         * src/prefs_spelling.c
6340         * src/prefs_spelling.h
6341         * src/prefs_summaries.c
6342         * src/prefs_summaries.h
6343         * src/prefs_summary_column.c
6344         * src/prefs_summary_column.h
6345         * src/prefs_template.c
6346         * src/prefs_template.h
6347         * src/prefs_themes.c
6348         * src/prefs_themes.h
6349         * src/prefs_toolbar.c
6350         * src/prefs_toolbar.h
6351         * src/prefs_wrapping.c
6352         * src/prefs_wrapping.h
6353         * src/privacy.c
6354         * src/privacy.h
6355         * src/procheader.c
6356         * src/procheader.h
6357         * src/procmime.c
6358         * src/procmime.h
6359         * src/procmsg.c
6360         * src/procmsg.h
6361         * src/quote_fmt.c
6362         * src/quote_fmt_parse.y
6363         * src/recv.c
6364         * src/recv.h
6365         * src/remotefolder.c
6366         * src/remotefolder.h
6367         * src/send_message.c
6368         * src/send_message.h
6369         * src/setup.c
6370         * src/setup.h
6371         * src/sourcewindow.c
6372         * src/sourcewindow.h
6373         * src/ssl_manager.c
6374         * src/ssl_manager.h
6375         * src/statusbar.c
6376         * src/statusbar.h
6377         * src/stock_pixmap.c
6378         * src/stock_pixmap.h
6379         * src/summary_search.c
6380         * src/summary_search.h
6381         * src/summaryview.c
6382         * src/summaryview.h
6383         * src/textview.c
6384         * src/textview.h
6385         * src/toolbar.c
6386         * src/toolbar.h
6387         * src/undo.c
6388         * src/undo.h
6389         * src/unmime.c
6390         * src/unmime.h
6391         * src/vcard.c
6392         * src/vcard.h
6393         * src/wizard.c
6394         * src/wizard.h
6395         * src/common/base64.c
6396         * src/common/base64.h
6397         * src/common/defs.h
6398         * src/common/hooks.c
6399         * src/common/hooks.h
6400         * src/common/log.c
6401         * src/common/log.h
6402         * src/common/mgutils.c
6403         * src/common/mgutils.h
6404         * src/common/nntp.c
6405         * src/common/nntp.h
6406         * src/common/passcrypt.c
6407         * src/common/passcrypt.h.in
6408         * src/common/plugin.c
6409         * src/common/plugin.h
6410         * src/common/prefs.c
6411         * src/common/prefs.h
6412         * src/common/progressindicator.c
6413         * src/common/progressindicator.h
6414         * src/common/quoted-printable.c
6415         * src/common/quoted-printable.h
6416         * src/common/session.c
6417         * src/common/session.h
6418         * src/common/smtp.c
6419         * src/common/smtp.h
6420         * src/common/socket.c
6421         * src/common/socket.h
6422         * src/common/ssl.c
6423         * src/common/ssl.h
6424         * src/common/ssl_certificate.c
6425         * src/common/ssl_certificate.h
6426         * src/common/stringtable.c
6427         * src/common/stringtable.h
6428         * src/common/template.c
6429         * src/common/template.h
6430         * src/common/timing.h
6431         * src/common/utils.c
6432         * src/common/utils.h
6433         * src/common/version.h.in
6434         * src/common/xml.c
6435         * src/common/xml.h
6436         * src/common/xmlprops.c
6437         * src/common/xmlprops.h
6438         * src/gtk/about.c
6439         * src/gtk/colorlabel.c
6440         * src/gtk/colorsel.c
6441         * src/gtk/colorsel.h
6442         * src/gtk/combobox.c
6443         * src/gtk/combobox.h
6444         * src/gtk/description_window.c
6445         * src/gtk/description_window.h
6446         * src/gtk/filesel.c
6447         * src/gtk/filesel.h
6448         * src/gtk/foldersort.c
6449         * src/gtk/foldersort.h
6450         * src/gtk/gtksctree.c
6451         * src/gtk/gtkutils.c
6452         * src/gtk/gtkutils.h
6453         * src/gtk/inputdialog.c
6454         * src/gtk/inputdialog.h
6455         * src/gtk/logwindow.c
6456         * src/gtk/logwindow.h
6457         * src/gtk/manage_window.c
6458         * src/gtk/manage_window.h
6459         * src/gtk/menu.c
6460         * src/gtk/menu.h
6461         * src/gtk/pluginwindow.c
6462         * src/gtk/pluginwindow.h
6463         * src/gtk/prefswindow.c
6464         * src/gtk/prefswindow.h
6465         * src/gtk/progressdialog.c
6466         * src/gtk/progressdialog.h
6467         * src/gtk/sslcertwindow.c
6468         * src/gtk/sslcertwindow.h
6469         * src/plugins/bogofilter/bogofilter.c
6470         * src/plugins/bogofilter/bogofilter.h
6471         * src/plugins/bogofilter/bogofilter_gtk.c
6472         * src/plugins/clamav/clamav_plugin.c
6473         * src/plugins/clamav/clamav_plugin.h
6474         * src/plugins/clamav/clamav_plugin_gtk.c
6475         * src/plugins/demo/demo.c
6476         * src/plugins/dillo_viewer/dillo_prefs.c
6477         * src/plugins/dillo_viewer/dillo_prefs.h
6478         * src/plugins/dillo_viewer/dillo_viewer.c
6479         * src/plugins/pgpcore/passphrase.c
6480         * src/plugins/pgpcore/passphrase.h
6481         * src/plugins/pgpcore/pgp_viewer.c
6482         * src/plugins/pgpcore/pgp_viewer.h
6483         * src/plugins/pgpcore/plugin.c
6484         * src/plugins/pgpcore/select-keys.c
6485         * src/plugins/pgpcore/select-keys.h
6486         * src/plugins/pgpcore/sgpgme.c
6487         * src/plugins/pgpcore/sgpgme.h
6488         * src/plugins/pgpinline/pgpinline.c
6489         * src/plugins/pgpinline/pgpinline.h
6490         * src/plugins/pgpinline/plugin.c
6491         * src/plugins/pgpmime/pgpmime.c
6492         * src/plugins/pgpmime/pgpmime.h
6493         * src/plugins/pgpmime/plugin.c
6494         * src/plugins/spamassassin/spamassassin.c
6495         * src/plugins/spamassassin/spamassassin.h
6496         * src/plugins/spamassassin/spamassassin_gtk.c
6497         * src/plugins/trayicon/trayicon.c
6498                 it's 2007, update the year in the copyright headers
6499
6500 2007-01-03 [paul]       2.6.1cvs95
6501
6502         * src/gtk/about.c
6503                 it is 2007, use it in the copyright string
6504
6505 2007-01-03 [paul]       2.6.1cvs94
6506
6507         * src/html.c
6508                 html entity conversion:
6509                 move &#153; to a more suitable place
6510                 add &bull; and &ndash;
6511                 make sure &mdash; and &#8212; are both
6512                 converted the same
6513
6514 2007-01-02 [colin]      2.6.1cvs93
6515
6516         * src/addrbook.c
6517                 Fix leak
6518         * src/common/plugin.c
6519                 Add comment
6520         * src/etpan/imap-thread.c
6521                 Fix warning
6522
6523 2006-12-31 [paul]       2.6.1cvs92
6524
6525         * src/prefs_summaries.c
6526                 use gtk_button_new_from_stock()
6527
6528 2006-12-30 [colin]      2.6.1cvs91
6529
6530         * src/folder.c
6531         * src/imap_gtk.c
6532         * src/mh_gtk.c
6533                 Don't update filtering and account paths 
6534                 when copying folders
6535
6536 2006-12-30 [colin]      2.6.1cvs90
6537
6538         * src/prefs_compose_writing.c
6539         * src/prefs_quote.c
6540         * src/prefs_template.c
6541                 Use message font for Writing and 
6542                 Quoting prefs, as well as Templates.
6543
6544 2006-12-30 [colin]      2.6.1cvs89
6545
6546         * src/prefs_summaries.c
6547                 Rework GUI; patch by Pawel
6548
6549 2006-12-29 [colin]      2.6.1cvs88
6550
6551         * src/prefs_folder_item.c
6552                 Fix bug 1085, 'Apply to subfolder 
6553                 doesn't work' - I was mistaken saying
6554                 it worked in every case
6555
6556 2006-12-28 [colin]      2.6.1cvs87
6557
6558         * src/gtk/gtkaspell.c
6559                 Don't assert if use_alternate is true
6560                 and alt_dictionary isn't set -- this 
6561                 is what happens on upgrade! Rather,
6562                 do with it.
6563
6564 2006-12-28 [colin]      2.6.1cvs86
6565
6566         * Makefile.am
6567                 Fix desktop/icon simplification
6568
6569 2006-12-28 [colin]      2.6.1cvs85
6570
6571         * Makefile.am
6572                 Make desktop and icon not 
6573                 dependant on the desktop
6574
6575 2006-12-28 [wwp]        2.6.1cvs84
6576
6577         * src/plugins/pgpmime/claws.def
6578                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
6579
6580 2006-12-28 [wwp]        2.6.1cvs83
6581
6582         * src/prefs_folder_item.c
6583                 Fix coloring of "simplify subject regexp" (folder prefs),
6584                 which might be left to red whereas the regexp gets empty.
6585
6586 2006-12-28 [wwp]        2.6.1cvs82
6587
6588         * src/prefs_common.c
6589         * src/prefs_common.h
6590         * src/addressbook.c
6591         * src/addressitem.h
6592                 Save addressbook mainwindow's horizontal and vertical splitter position.
6593
6594 2006-12-27 [wwp]        2.6.1cvs81
6595
6596         * src/gtk/gtkaspell.c
6597         * src/gtk/gtkaspell.h
6598         * src/compose.c
6599                 Fix assignment of compose's default and alternate dictionary from
6600                 account or folder settings. Now gtkaspell_change_dict does rotate
6601                 dicts only when it's called from a menu cb.
6602
6603 2006-12-27 [wwp]        2.6.1cvs80
6604
6605         * src/folder_item_prefs.c
6606                 Fix randomly initialized default-alt-dictionary (folder prefs),
6607                 complete 2.6.1cvs72.
6608
6609 2006-12-27 [paul]       2.6.1cvs79
6610
6611         * src/imap_gtk.c
6612         * src/mh_gtk.c
6613                 Add Copy folder in the folder's contextual
6614                 menu
6615
6616 2006-12-27 [wwp]        2.6.1cvs78
6617
6618         * src/imap.c
6619                 Clean up session locking, thanks to Colin.
6620
6621 2006-12-26 [colin]      2.6.1cvs77
6622
6623         * src/statusbar.c
6624                 Revert previous patch
6625
6626 2006-12-26 [colin]      2.6.1cvs76
6627
6628         * src/folder.c
6629         * src/folderview.c
6630         * src/imap.c
6631         * src/statusbar.c
6632         * src/etpan/imap-thread.c
6633                 Fix previous commit warnings
6634                 Make statusbar update every second if total < 20
6635                 Make IMAP APPEND faster by simplifying log              
6636
6637 2006-12-26 [colin]      2.6.1cvs75
6638
6639         * src/folder.c
6640         * src/folder.h
6641         * src/folderview.c
6642         * src/folderview.h
6643         * src/imap_gtk.c
6644         * src/mh_gtk.c
6645                 Make it possible to copy folders accross
6646                 mailboxes (this was an arbitrary limitation).
6647                 Still make it impossible to move folders 
6648                 accross mailboxes.
6649
6650 2006-12-26 [colin]      2.6.1cvs74
6651
6652         * src/etpan/imap-thread.c
6653                 Fix bug 1081, 'claws-mail 
6654                 segfaults when going offline 
6655                 while it transfers mails via 
6656                 imap'
6657
6658 2006-12-26 [colin]      2.6.1cvs73
6659
6660         * src/folder_item_prefs.c
6661                 Don't forget alt dictionary when
6662                 renaming/moving folders
6663
6664 2006-12-26 [wwp]        2.6.1cvs72
6665
6666         * src/folder_item_prefs.c
6667                 Add missing defaults for per-folder alt dict
6668                 (forgotten in 2.6.1cvs61).
6669
6670 2006-12-26 [colin]      2.6.1cvs71
6671
6672         * src/wizard.c
6673                 Add tooltip to state that specifying
6674                 full path to mailbox is possible
6675
6676 2006-12-26 [wwp]        2.6.1cvs70
6677
6678         * src/partial_download.c
6679         * src/gtk/gtkvscrollbutton.c
6680         * src/plugins/pgpinline/plugin.c
6681                 Fix for few compiler warnings that matter.
6682
6683 2006-12-25 [colin]      2.6.1cvs69
6684
6685         * src/partial_download.c
6686                 Fix marking for download or deletion
6687                 when the header isn't the first
6688         * src/gtk/logwindow.c
6689                 Fix start of scrolling
6690
6691 2006-12-23 [paul]       2.6.1cvs68
6692
6693         * src/compose.c
6694                 change last commit to use the 'academic'
6695                 method instead. Thanks to wwp
6696
6697 2006-12-23 [paul]       2.6.1cvs67
6698
6699         * src/compose.c
6700                 don't warn about empty subject when
6701                 redirecting
6702
6703 2006-12-22 [colin]      2.6.1cvs66
6704
6705         * src/summary_search.c
6706                 Fix previous patch
6707
6708 2006-12-22 [colin]      2.6.1cvs65
6709
6710         * src/gtk/gtkutils.c
6711         * src/imap.c
6712         * src/jpilot.c
6713         * src/summary_search.c
6714                 A few warning fixes
6715
6716 2006-12-23 [paul]       
6717
6718         2.7.0-rc2 released
6719
6720 2006-12-22 [colin]      2.6.1cvs64
6721
6722         * src/toolbar.c
6723         * src/toolbar.h
6724                 Add a combo to the learn spam button
6725         * src/plugins/bogofilter/bogofilter.c
6726         * src/plugins/bogofilter/bogofilter_gtk.c
6727         * src/plugins/bogofilter/bogofilter.h
6728                 Allow to store Unsure mails in a specific
6729                 folder to make better teaching easier
6730
6731 2006-12-21 [wwp]        2.6.1cvs63
6732
6733         * src/compose.c
6734         * src/prefs_common.c
6735         * src/prefs_common.h
6736         * src/prefs_spelling.c
6737         * src/gtk/gtkaspell.c
6738         * src/gtk/gtkaspell.h
6739                 Allow spell-checking using both current and alternate dictionaries
6740                 (thanks to Colin).
6741
6742 2006-12-21 [wwp]        2.6.1cvs62
6743
6744         * src/gtk/gtkaspell.c
6745                 Apply recheck_when_changing_dict (highlight all mispelled words)
6746                 when switching to alternate dictionary.
6747
6748 2006-12-21 [wwp]        2.6.1cvs61
6749
6750         * src/compose.c
6751         * src/folder_item_prefs.h
6752         * src/prefs_common.c
6753         * src/prefs_common.h
6754         * src/prefs_folder_item.c
6755         * src/prefs_spelling.c
6756         * src/gtk/gtkaspell.c
6757         * src/gtk/gtkaspell.h
6758                 Add global and per-folder prefs to set the default
6759                 alternate dictionary.
6760
6761 2006-12-21 [colin]      2.6.1cvs60
6762
6763         * src/folder.c
6764                 Look for folders by path in all folders
6765         * src/html.c
6766                 add &mdash;
6767
6768 2006-12-20 [colin]      2.6.1cvs59
6769
6770         * src/gtk/quicksearch.c
6771                 Make sure in_typing is false when clearing
6772
6773 2006-12-20 [wwp]        2.6.1cvs58
6774
6775         * configure.ac
6776                 change manual's target dir to be LFH-compliant (thanks to Colin).
6777
6778 2006-12-20 [wwp]        2.6.1cvs57
6779
6780         * src/prefs_common.c
6781         * src/prefs_summaries.c
6782                 i18n fix and factorize patch, thanks to Fabien.
6783
6784 2006-12-20 [paul]       2.6.1cvs56
6785
6786         * configure.ac
6787                 last of the renaming (??)
6788         * src/main.c
6789                 correct --help info of --status-full
6790         * src/plugins/bogofilter/bogofilter.c
6791                 make FALSE default of whitelist_ab
6792
6793 2006-12-19 [colin]      2.6.1cvs55
6794
6795         * src/jpilot.c
6796                 Same as before, without depending on
6797                 pisock >= 0.12
6798
6799 2006-12-19 [colin]      2.6.1cvs54
6800
6801         * src/jpilot.c
6802                 Fix bug 1059, 'Better jpilot charset 
6803                 handling'. Use libpisync's charset conversion
6804                 if possible
6805
6806 2006-12-19 [colin]      2.6.1cvs53
6807
6808         * po/fr.po
6809                 Updated by Fabien
6810
6811 2006-12-19 [wwp]        2.6.1cvs52
6812
6813         * src/gtk/about.c
6814                 Add missing #include (thanks to Colin).
6815
6816 2006-12-19 [wwp]        2.6.1cvs51
6817
6818         * src/prefs_receive.c
6819                 Better spacing between widgets in prefs.
6820
6821 2006-12-18 [colin]      2.6.1cvs50
6822
6823         * src/imap.c
6824                 Fix failure to get separator on LIST "" ""
6825                 Try LIST "" "INBOX" too.
6826
6827 2006-12-18 [wwp]        2.6.1cvs49
6828
6829         * src/common/session.c
6830                 Fix a compiler warning (thanks to Fabien).
6831
6832 2006-12-18 [wwp]        2.6.1cvs48
6833
6834         * src/compose.c
6835         * src/prefs_quote.c
6836                 Factorize some strings for translation (it's about error
6837                 messages when applying or checking template/quote format).
6838
6839 2006-12-18 [colin]      2.6.1cvs47
6840
6841         * Makefile.am
6842         * src/common/defs.h
6843         * src/gtk/Makefile.am
6844         * src/gtk/about.c
6845                 Add a Release notes tab from the contents of
6846                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
6847
6848 2006-12-17 [colin]      2.6.1cvs46
6849
6850         * src/mimeview.c
6851         * src/textview.c
6852         * src/gtk/filesel.c
6853                 Correctly convert from/to UTF8/filename encoding
6854                 when loading and saving files. Probably fixes
6855                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
6856                 for a file to attach and is blocked...'
6857
6858 2006-12-17 [colin]      2.6.1cvs45
6859
6860         * src/gtk/logwindow.c
6861                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
6862                 IMAP folder and is blocked on main thread': 
6863                 make sure we put utf8 in the log.
6864
6865 2006-12-16 [colin]      2.6.1cvs44
6866
6867         * src/toolbar.c
6868         * src/toolbar.h
6869                 Fix bug 1055, 'Add the 'cancel receive' 
6870                 in the available events for the toolbar buttons'
6871
6872 2006-12-16 [colin]      2.6.1cvs43
6873
6874         * po/POTFILES.in
6875         * src/imap.c
6876         * src/common/nntp.c
6877         * src/common/session.c
6878                 Log error when SSL handshakes fail. 
6879                 Fixes bug 1082, 'incorrect / imprecise 
6880                 error message when imap server provides 
6881                 ssl only through STARTTLS but SSL is 
6882                 selected'
6883
6884 2006-12-15 [wwp]        2.6.1cvs42
6885
6886         * src/plugins/bogofilter/bogofilter_gtk.c
6887                 set proper sensitivity to widgets I've recently added.
6888
6889 2006-12-15 [colin]      
6890
6891         2.7.0-rc1 released
6892
6893 2006-12-15 [wwp]        2.6.1cvs41
6894
6895         * src/plugins/bogofilter/bogofilter.c
6896         * src/plugins/bogofilter/bogofilter.h
6897         * src/plugins/bogofilter/bogofilter_gtk.c
6898                 bogofilter's whitelist can now use a subset of
6899                 the addressbook (either a book, a subfolder of a book,
6900                 or the whole addressbook by using "Any"). Re-used there
6901                 some pref_matcher widgets and mechanisms to match a subset
6902                 of the addressbook.
6903
6904 2006-12-15 [wwp]        2.6.1cvs40
6905
6906         * src/wizard.c
6907         * src/common/plugin.c
6908         * src/common/plugin.h
6909         * src/gtk/about.c
6910         * src/plugins/bogofilter/bogofilter.c
6911         * src/plugins/clamav/clamav_plugin.c
6912         * src/plugins/demo/demo.c
6913         * src/plugins/dillo_viewer/dillo_viewer.c
6914         * src/plugins/pgpcore/plugin.c
6915         * src/plugins/pgpinline/plugin.c
6916         * src/plugins/pgpmime/plugin.c
6917         * src/plugins/spamassassin/spamassassin.c
6918         * src/plugins/trayicon/trayicon.c
6919                 factorize some translatable strings (plugins-related),
6920                 fix missing punctuation in several places,
6921                 remove useless translatable \n in about.c,
6922                 and factorize plugin init code w/ a new function
6923                 check_plugin_version() in common/plugin.c.
6924                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
6925
6926 2006-12-15 [wwp]        2.6.1cvs39
6927
6928         * src/plugins/bogofilter/bogofilter.c
6929         * src/plugins/bogofilter/bogofilter_gtk.c
6930                 flag whitelisted spams as spam, but don't filter it to the spam
6931                 folder. Thanks to Colin.
6932
6933 2006-12-15 [ticho]      2.6.1cvs38
6934
6935         * src/plugins/bogofilter/bogofilter.c
6936         * src/plugins/bogofilter/bogofilter.h
6937         * src/plugins/bogofilter/bogofilter_gtk.c
6938                 Add option to whitelist senders found in addressbook. Patch by colin.
6939
6940 2006-12-15 [paul]       2.6.1cvs37
6941
6942         * src/folderview.c
6943                 add missing #include "log.h"
6944
6945 2006-12-15 [paul]       2.6.1cvs36
6946
6947         * src/plugins/bogofilter/bogofilter.c
6948         * src/plugins/bogofilter/bogofilter.h
6949         * src/plugins/bogofilter/bogofilter_gtk.c
6950                 Add an option to allow inserting an
6951                 X-Claws-Bogosity header (on MH folders
6952                 only). Patch by Colin
6953
6954 2006-12-14 [colin]      2.6.1cvs35
6955
6956         * src/main.c
6957                 "Yes" should be the default choice for
6958                 migration configuration
6959
6960 2006-12-14 [paul]       2.6.1cvs34
6961
6962         * src/prefs_summaries.c
6963         * manual/advanced.xml
6964                 Unhide mark_as_read_delay
6965
6966 2006-12-14 [paul]       2.6.1cvs33
6967
6968         * src/messageview.c
6969         * src/messageview.h
6970         * src/mimeview.c
6971         * src/mimeview.h
6972         * src/summaryview.c
6973         * src/textview.c
6974         * src/textview.h
6975                 Fix printing of selection
6976                 Fix printing of message parts
6977                 Fix printing of images
6978         * src/gtk/gtksourceprintjob.c
6979                 Fix page count when there are images
6980
6981 2006-12-14 [wwp]        2.6.1cvs32
6982
6983         * src/mainwindow.c
6984         * src/summaryview.c
6985         * src/summaryview.h
6986         * src/gtk/quicksearch.c
6987                 fix quicksearch 'magnify' button status when QS is closed
6988                 using the Escape key, thanks to Colin.
6989
6990 2006-12-14 [wwp]        2.6.1cvs31
6991
6992         * src/mainwindow.c
6993         * src/summaryview.c
6994         * src/summaryview.h
6995         * src/gtk/quicksearch.c
6996                 fix quicksearch 'magnify' button status when QS is closed
6997                 using the Escape key, thanks to Colin.
6998
6999 2006-12-13 [colin]      2.6.1cvs30
7000
7001         * src/ldapquery.c
7002         * src/ldaputil.c
7003                 Use the binary safe version of ldap_get_values,
7004                 to make sure we manipulate null-terminated 
7005                 strings. Maybe fixes bug 1075, 'claws mail 
7006                 segfault when completing ldap adresses'
7007         * src/syldap.c ** REMOVED **
7008         * src/syldap.h ** REMOVED **
7009                 Remove dead files
7010
7011 2006-12-13 [mones]      2.6.1cvs29
7012
7013         * po/es.po
7014                 Fixed piped strings, fixed click translation
7015
7016 2006-12-13 [paul]       2.6.1cvs28
7017
7018         * src/main.c
7019                 don't translate these strings
7020
7021 2006-12-13 [paul]       2.6.1cvs27
7022
7023         * po/en_GB.po
7024                 updated
7025
7026 2006-12-13 [colin]      2.6.1cvs26
7027
7028         * src/main.c
7029         * src/main.h
7030                 Add claws_is_starting()
7031
7032 2006-12-13 [mones]      2.6.1cvs25
7033
7034         * manual/es/advanced.xml
7035         * po/es.po
7036                 Synced manual and updated translation
7037
7038 2006-12-12 [colin]      2.6.1cvs24
7039
7040         * src/wizard.c
7041                 Add an option to use STARTTLS in the
7042                 welcome wizard. Fixes bug 1080, 
7043                 'Using SSL option in wizard for incoming 
7044                 server does not activate SSL with STARTTLS'
7045
7046 2006-12-12 [colin]      2.6.1cvs23
7047
7048         * src/main.c
7049                 Don't exit when there's an incomplete
7050                 mailbox configured - leaves a chance 
7051                 to fix a failing IMAP account. Exit
7052                 if no mailbox at all is loaded (case
7053                 of missing plugin).
7054                 Completes bug 1077's fix (I was wrong
7055                 in this bug's comment #3).
7056
7057 2006-12-12 [colin]      2.6.1cvs22
7058
7059         * src/gtk/menu.h
7060                 Add another menu data type
7061         * src/prefs_account.c
7062                 Complete the completion of bug 1076
7063                 (doesn't lose the pref on apply)
7064
7065 2006-12-12 [paul]       2.6.1cvs21
7066
7067         * src/prefs_account.c
7068                 complete the fix of bug 1076
7069                 also be more verbose with the text
7070
7071 2006-12-12 [paul]       2.6.1cvs20
7072
7073         * src/gtk/combobox.c
7074                 fix compilation warning
7075
7076 2006-12-11 [colin]      2.6.1cvs19
7077
7078         * src/wizard.c
7079                 Document :port in server entry tooltips
7080
7081 2006-12-11 [colin]      2.6.1cvs18
7082
7083         * src/main.c
7084                 Fix compile
7085
7086 2006-12-11 [colin]      2.6.1cvs17
7087
7088         * src/main.c
7089                 Add failing IMAP as a reason for no
7090                 mailbox
7091
7092 2006-12-11 [colin]      2.6.1cvs16
7093
7094         * src/prefs_account.c
7095                 Check for existence of inbox for local
7096                 accounts too
7097         * src/wizard.c
7098                 Allow setting the port to use for servers
7099                 by using the usual "server.example.com:port"
7100                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7101                 not start when IMAP server is unavailable'
7102
7103 2006-12-11 [colin]      2.6.1cvs15
7104
7105         * src/prefs_account.c
7106                 Prevent use of non-existing default inbox
7107
7108 2006-12-11 [colin]      2.6.1cvs14
7109
7110         * src/prefs_account.c
7111                 Fix sensitivity. Fixes bug 1076, 'privacy 
7112                 options are displayed even when pgp plugin 
7113                 not loaded / available'
7114
7115 2006-12-09 [colin]      2.6.1cvs13
7116
7117         * manual/advanced.xml
7118         * src/prefs_common.c
7119         * src/prefs_common.h
7120         * src/common/ssl_certificate.c
7121                 Add a new hidden preference, 'unsafe_ssl_certs',
7122                 which allows to store multiple certificates per
7123                 server/port. This is disabled by default because
7124                 it's less secure (presenting a new certificate
7125                 instead of a changed one raises less alarms).
7126                 This will cause Claws to ask about an unknown
7127                 certificate for people who have used 2.6.1cvs8
7128                 or greater.
7129
7130 2006-12-09 [colin]      2.6.1cvs12
7131
7132         * src/action.c
7133                 Fix cache updating after action
7134
7135 2006-12-07 [wwp]        2.6.1cvs11
7136
7137         * src/compose.c
7138                 fix email address comparison when replying to all
7139                 (avoid replying to ourselves), thanks to Colin.
7140
7141 2006-12-06 [paul]       2.6.1cvs10
7142
7143         * src/addrharvest.c
7144         * src/editldap.c
7145         * src/expldifdlg.c
7146         * src/news.c
7147         * src/toolbar.c
7148         * src/common/utils.c
7149                 ...and more renaming
7150                 Thanks to Colin
7151
7152 2006-12-06 [paul]       2.6.1cvs9
7153
7154         * src/compose.c
7155         * src/messageview.c
7156         * src/procheader.c
7157         * src/procmime.c
7158         * src/procmsg.c
7159         * src/textview.c
7160                 more renaming
7161                 Thanks to Colin
7162
7163 2006-12-06 [colin]      2.6.1cvs8
7164
7165         * src/ssl_manager.c
7166         * src/common/ssl_certificate.c
7167         * src/common/ssl_certificate.h
7168                 Handle multiple certificates per host/port
7169
7170 2006-12-06 [colin]      2.6.1cvs7
7171
7172         * src/etpan/imap-thread.c
7173                 Fix certificate checking on IMAP
7174
7175 2006-12-06 [colin]      2.6.1cvs6
7176
7177         * src/folderview.c
7178                 Fix bug 1072, 'Claws stops fetching newsgroups 
7179                 from server when newsgroup got deleted': continue
7180                 checking other groups
7181
7182 2006-12-05 [wwp]        2.6.1cvs5
7183
7184         * src/message_search.c
7185         * src/summary_search.c
7186         * src/gtk/combobox.c
7187         * src/gtk/combobox.h
7188         * src/gtk/gtkutils.c
7189         * src/gtk/gtkutils.h
7190                 make up and down arrow keys in modern gtk_combo_box_entry widgets
7191                 behave like w/ old comboboxes (summary and message search only).
7192
7193 2006-12-05 [paul]       2.6.1cvs4
7194
7195         * src/wizard.c
7196                 encode headers
7197                 Thanks to Colin
7198
7199 2006-12-05 [paul]       2.6.1cvs3
7200
7201         * tools/README
7202         * tools/textviewer.pl
7203                 script updated and description added
7204
7205 2006-12-04 [colin]      2.6.1cvs2
7206
7207         * src/compose.c
7208                 Run pre-send hook only when checking
7209                 everything
7210
7211 2006-12-04 [paul]       2.6.1cvs1
7212
7213         * NEWS
7214         * README
7215         * RELEASE_NOTES
7216         * configure.ac
7217         * tools/README
7218                 bump up version number following stable release
7219
7220 2006-12-04 [paul]       2.6.0cvs83
7221
7222         * README
7223                 updates and corrections
7224
7225 2006-12-04 [colin]      2.6.0cvs82
7226
7227         * src/common/utils.c
7228                 Probably fix bug 1066, 'Incorrect mailbox 
7229                 size displayed'
7230
7231 2006-12-04 [colin]      2.6.0cvs81
7232
7233         * src/common/utils.c
7234                 Trim tabs from mailcap file too.
7235
7236 2006-12-02 [paul]       2.6.0cvs80
7237
7238         * src/exphtmldlg.c
7239                 fix broken GUI under certain languages
7240         * src/expldifdlg.c
7241                 put the Cancel button to the right
7242
7243 2006-12-01 [paul]       2.6.0cvs79
7244
7245         * tools/Makefile.am
7246                 remove reference to removed file
7247
7248 2006-12-01 [wwp]        2.6.0cvs78
7249
7250         * src/addressbook.c
7251         * src/editaddress.c
7252                 remove forgotten debug statements.
7253
7254 2006-12-01 [wwp]        2.6.0cvs77
7255
7256         * manual/advanced.xml
7257         * manual/fr/advanced.xml
7258         * src/addressbook.c
7259         * src/addressbook.h
7260         * src/addressitem.h
7261         * src/editaddress.c
7262         * src/editaddress.h
7263         * src/prefs_common.c
7264         * src/prefs_common.h
7265         * src/gtk/gtkutils.c
7266         * src/gtk/gtkutils.h
7267                 add a hidden option to allow embedding the editaddress (edit contact details)
7268                 dialog into the addressbook's window. This doesn't change the default
7269                 behaviour.
7270
7271 2006-12-01 [wwp]        2.6.0cvs76
7272
7273         * src/message_search.c
7274         * src/summary_search.c
7275                 fix more focus issues (don't set focus to combobox's entry widget when
7276                 entry's value changed, if entry widget has focus already).
7277
7278 2006-12-01 [wwp]        2.6.0cvs75
7279
7280         * src/gtk/quicksearch.c
7281                 revert last changes to the quicksearch gtk_combo_box, this needs more
7282                 tuning and testing.
7283
7284 2006-12-01 [paul]       2.6.0cvs74
7285
7286         * tools/kdeservicemenu/README
7287         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7288         * tools/kdeservicemenu/install.sh
7289         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7290         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7291                 simplify this stuff, and in so doing,
7292                 fix it. (possibly re-extend it again at
7293                 a later date)
7294
7295 2006-12-01 [wwp]        2.6.0cvs73
7296
7297         * src/gtk/quicksearch.c
7298                 adapt quicksearch code to use modern gtk_combo_box'es.
7299
7300 2006-12-01 [wwp]        2.6.0cvs72
7301
7302         * src/common/defs.h
7303         * src/prefs_common.c
7304         * src/prefs_common.h
7305         * src/message_search.c
7306         * src/summary_search.c
7307         * src/gtk/combobox.c
7308         * src/gtk/combobox.h
7309                 add history combos to all message and summary search fields.
7310
7311 2006-12-01 [wwp]        2.6.0cvs71
7312
7313         * src/summaryview.c
7314                 As the list may change while the mark as read delay
7315                 runs, we can't rely on the 'row' pointer, which can
7316                 be invalid when the timeout is called. As the mark
7317                 as read is only done if the message is still selected,
7318                 use summaryview->selected instead. Thanks to Colin.
7319
7320 2006-11-30 [paul]       2.6.0cvs70
7321
7322         * src/textview.c
7323                 give emphasis to "Sylpheed-Claws"
7324                 as well as "Claws Mail"
7325
7326 2006-11-30 [colin]      2.6.0cvs69
7327
7328         * src/wizard.c
7329                 Put the SSL checkboxes in the receiving
7330                 and sending server pages.
7331
7332 2006-11-29 [colin]      2.6.0cvs68
7333
7334         * src/gtk/gtkutils.c
7335         * src/gtk/gtkvscrollbutton.c
7336                 Revert some deprecated fixes - they seem to
7337                 deprecate stuff as soon as a new one gets out.
7338                 g_object_ref_sink needed glib-2.10.
7339
7340 2006-11-29 [colin]      2.6.0cvs67
7341
7342         * src/common/utils.c
7343                 Create .mailcap if it doesn't exist
7344
7345 2006-11-29 [colin]      2.6.0cvs66
7346
7347         * src/compose.c
7348                 Followup to cvs60: use original list
7349                 of recipients if replying to a mail
7350                 in Sent Drafts or Queue.
7351
7352 2006-11-27 [paul]       2.6.0cvs65
7353
7354         * src/image_viewer.c
7355                 revert the last change for now (it's broken)
7356
7357 2006-11-27 [paul]       2.6.0cvs64
7358
7359         * Makefile.am
7360         * configure.ac
7361         * m4/aclocal-include.m4
7362         * m4/check-type.m4
7363         * src/Makefile.am
7364         * src/addr_compl.c
7365         * src/compose.c
7366         * src/crash.c
7367         * src/export.c
7368         * src/exporthtml.c
7369         * src/exportldif.c
7370         * src/imap.c
7371         * src/import.c
7372         * src/main.c
7373         * src/main.h
7374         * src/matcher.c
7375         * src/mimeview.c
7376         * src/procmsg.c
7377         * src/textview.c
7378         * src/common/Makefile.am
7379         * src/common/claws.c
7380         * src/common/claws.h
7381         * src/common/ssl.c
7382         * src/common/sylpheed.c
7383         * src/common/sylpheed.h
7384         * src/etpan/Makefile.am
7385         * src/gtk/Makefile.am
7386         * src/gtk/claws-marshal.list
7387         * src/gtk/filesel.c
7388         * src/gtk/gtksctree.c
7389         * src/gtk/quicksearch.c
7390         * src/gtk/sylpheed-marshal.list
7391         * src/plugins/bogofilter/bogofilter.c
7392         * src/plugins/bogofilter/bogofilter_gtk.c
7393         * src/plugins/clamav/clamav_plugin.c
7394         * src/plugins/clamav/clamav_plugin_gtk.c
7395         * src/plugins/demo/demo.c
7396         * src/plugins/dillo_viewer/dillo_viewer.c
7397         * src/plugins/pgpcore/Makefile.am
7398         * src/plugins/pgpcore/claws.def
7399         * src/plugins/pgpcore/pgp_viewer.c
7400         * src/plugins/pgpcore/plugin.c
7401         * src/plugins/pgpcore/sylpheed.def
7402         * src/plugins/pgpinline/Makefile.am
7403         * src/plugins/pgpinline/claws.def
7404         * src/plugins/pgpinline/plugin.c
7405         * src/plugins/pgpinline/sylpheed.def
7406         * src/plugins/pgpmime/Makefile.am
7407         * src/plugins/pgpmime/claws.def
7408         * src/plugins/pgpmime/plugin.c
7409         * src/plugins/pgpmime/sylpheed.def
7410         * src/plugins/spamassassin/spamassassin.c
7411         * src/plugins/spamassassin/spamassassin_gtk.c
7412         * src/plugins/trayicon/trayicon.c
7413                 yet more renaming
7414                 remove deprecated gtk_tooltips_set_delay()
7415
7416 2006-11-26 [paul]       2.6.0cvs63
7417
7418         * src/expldifdlg.c
7419         * src/folderview.c
7420         * src/image_viewer.c
7421         * src/mainwindow.c
7422         * src/gtk/gtkutils.c
7423         * src/gtk/gtkvscrollbutton.c
7424         * src/gtk/prefswindow.c
7425         * src/plugins/pgpcore/prefs_gpg.c
7426                 replace more deprecated GTK+ functions
7427
7428 2006-11-26 [paul]       2.6.0cvs62
7429
7430         * src/addr_compl.c
7431         * src/addressbook.c
7432         * src/browseldap.c
7433                 replace deprecated gtk_idle_... functions
7434
7435 2006-11-26 [paul]       2.6.0cvs61
7436
7437         * src/compose.c
7438         * src/folderview.c
7439         * src/inc.c
7440         * src/summaryview.c
7441         * src/gtk/gtkvscrollbutton.c
7442         * src/gtk/quicksearch.c
7443         * src/plugins/pgpcore/passphrase.c
7444                 replace deprecated gtk_timeout_add and
7445                 gtk_timeout_remove
7446
7447 2006-11-26 [paul]       2.6.0cvs60
7448
7449         * src/compose.c
7450                 fix bug that caused the wrong recipient
7451                 to be selected when replying to a msg
7452                 which is From one of our accounts to
7453                 another of our accounts
7454
7455 2006-11-25 [paul]       2.6.0cvs59
7456
7457         * src/summaryview.c
7458                 don't change the From column title to
7459                 To if the To column is visible
7460
7461 2006-11-24 [paul]       2.6.0cvs58
7462
7463         * src/compose.c
7464                 fix bug 1069, 'Sent mails disappear, BCC
7465                 or locking problem?'
7466
7467 2006-11-21 [wwp]        2.6.0cvs57
7468
7469         * src/compose.c
7470                 fix spelling menu when replying (same as 2.3.1cvs39):
7471                 discrepancy between context menu and top menu when
7472                 folder's dictionary isn't the default one.
7473
7474 2006-11-19 [paul]       2.6.0cvs56
7475
7476         * src/summaryview.c
7477                 obey always_show_msg option when
7478                 marking as spam
7479         * src/plugins/bogofilter/bogofilter.c
7480                 fix typo
7481
7482 2006-11-18 [paul]       2.6.0cvs55
7483
7484         * AUTHORS
7485         * README
7486         * debian/copyright
7487         * manual/ack.xml
7488         * manual/es/ack.xml
7489         * manual/fr/ack.xml
7490         * manual/pl/ack.xml
7491         * src/gtk/authors.h
7492         * src/gtk/icon_legend.c
7493         * src/gtk/icon_legend.h
7494         * tools/OOo2claws-mail.pl
7495         * tools/README
7496         * tools/acroread2claws-mail.pl
7497         * tools/claws.i18n.status.pl
7498         * tools/filter_conv.pl
7499         * tools/filter_conv_new.pl
7500         * tools/freshmeat_search.pl
7501         * tools/google_search.pl
7502         * tools/kmail2claws-mail.pl
7503         * tools/kmail2claws-mail_v2.pl
7504         * tools/maildir2claws-mail.pl
7505         * tools/make.themes.project
7506         * tools/multiwebsearch.pl
7507         * tools/outlook2claws-mail.pl
7508         * tools/tb2claws-mail
7509         * tools/kdeservicemenu/README
7510         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7511                 update mine and wwp's email addresses in
7512                 several places
7513                 Patch by wwp
7514         * src/prefs_compose_writing.c
7515                 set sensitivity on 'new message format' frame
7516
7517 2006-11-17 [paul]       2.6.0cvs54
7518
7519         * src/gtk/about.c
7520                 more reworking of the GUI
7521                 Patch by Fabien Vantard
7522
7523 2006-11-16 [paul]       2.6.0cvs53
7524
7525         * src/gtk/about.c
7526                 set a minimum size for the window, allow
7527                 it to automatically expand as necessary
7528
7529 2006-11-16 [wwp]        2.6.0cvs52
7530
7531         * src/gtk/about.c
7532                 better wrap of copyright info on some systems.
7533
7534 2006-11-16 [paul]       2.6.0cvs51
7535
7536         * src/gtk/about.c
7537                 move the tech info from the upper panel
7538                 to the Info tab
7539                 use a gtk_text_view for the features tab
7540
7541 2006-11-16 [paul]       2.6.0cvs50
7542
7543         * po/Makevars
7544                 update my email address
7545         * src/addressbook.c
7546         * src/compose.c
7547         * src/imap_gtk.c
7548         * src/mh_gtk.c
7549         * src/news_gtk.c
7550         * src/summaryview.c
7551         * src/plugins/trayicon/trayicon.c
7552                 don't offer simple menu separators
7553                 for translation
7554         * src/folderview.c
7555                 add separator between 'mark all read'
7556                 and 'search folder'
7557
7558 2006-11-15 [wwp]        2.6.0cvs49
7559
7560         * src/gtk/authors.h
7561                 updated manuals authors.
7562
7563 2006-11-14 [paul]       2.6.0cvs48
7564
7565         * src/compose.c
7566                 Fix Options/Reply mode after draft save
7567
7568 2006-11-14 [paul]       2.6.0cvs47
7569
7570         * src/Makefile.am
7571                 Fix make DESTDIR=...
7572         * src/mbox.c
7573                 Optimise speed
7574         * src/plugins/pgpinline/pgpinline.c
7575                 Probably fix bug 1061
7576
7577 2006-11-14 [paul]       2.6.0cvs46
7578
7579         * po/Makevars
7580                 enable Q_ macro
7581         * src/Makefile.am
7582         * src/stock_pixmap.c
7583         * src/stock_pixmap.h
7584         * src/gtk/about.c
7585         * src/pixmaps/active.xpm
7586         * src/pixmaps/inactive.xpm
7587                 add a new page, 'Features', to the About dialog
7588                 showing which features are compiled in and which
7589                 are not
7590
7591 2006-11-14 [paul]       2.6.0cvs45
7592
7593         * po/ru.po
7594                 updated by Pavlo Bohmat
7595
7596 2006-11-14 [colin]      2.6.0cvs44
7597
7598         * src/compose.c
7599         * src/inc.c
7600         * src/messageview.c
7601         * src/news.c
7602         * src/pop.c
7603         * src/procmsg.c
7604         * src/gtk/gtkaspell.c
7605                 Fix 64-bit-related warnings
7606         * src/ssl_manager.c
7607                 Fix possible infinite loop
7608         * src/plugins/pgpcore/sgpgme.c
7609                 Remove useless check
7610
7611 2006-11-13 [colin]      2.6.0cvs43
7612
7613         * src/gtk/Makefile.am
7614                 authors.h isn't generated
7615
7616 2006-11-13 [colin]      2.6.0cvs42
7617
7618         * src/plugins/pgpinline/pgpinline.c
7619         * src/plugins/pgpmime/pgpmime.c
7620                 Very probably fix bug 1061, 'crash on 
7621                 opening signed email'. Another cast
7622                 problem
7623
7624 2006-11-13 [colin]      2.6.0cvs41
7625
7626         * src/plugins/pgpcore/sgpgme.c
7627                 Maybe fix bug 1061, 'crash on opening 
7628                 signed email'
7629
7630 2006-11-13 [wwp]        2.6.0cvs40
7631
7632         * src/plugins/pgpinline/pgpinline.c
7633                 fix candidate for bug #1057, thanks to Colin.
7634
7635 2006-11-13 [wwp]        2.6.0cvs39
7636
7637         * src/compose.c
7638         * src/quote_fmt_parse.y
7639                 fix bug 1052: current parser buffer was not always 
7640                 allocated, ptr to this buffer could be returned as 
7641                 NULL whereas no parser error has occurred. in 
7642                 consequence, defining a template body as "%d" 
7643                 (w/o the quotes) for the first time of the instance 
7644                 of claws-mail, was reporting a parser error. make 
7645                 sure that the buffer is always allocated, even to 
7646                 an empty string.
7647                 fix mis-unescaping in compose.:compose_quote_fmt(): 
7648                 unescaping of the fmt string was always done 
7649                 whereas it must be done *only* when receiving 
7650                 quote format strings issued from the prefs 
7651                 (compose new message, reply, forward, redirect 
7652                 formats), *not* when applying templates.  in 
7653                 consequences, applying templates w/ sequences 
7654                 like \\|p{echo} were failing. make sure that 
7655                 unescaping is done only when necessary.
7656
7657 2006-11-12 [colin]      2.6.0cvs38
7658
7659         * po/de.po
7660                 Fix typo (s/KB/MB)
7661
7662 2006-11-12 [colin]      2.6.0cvs37
7663
7664         * src/plugins/pgpinline/pgpinline.c
7665         * src/plugins/pgpmime/pgpmime.c
7666                 Release GPG context at the latest 
7667                 possible moment. Maybe fixes 
7668                 bug 1057, 'crash on sending signed 
7669                 message to a newsgroup'
7670                 
7671
7672 2006-11-12 [colin]      2.6.0cvs36
7673
7674         * src/plugins/pgpcore/sgpgme.c
7675                 Tell a bit more when gpg's status doesn't
7676                 contain any signature
7677
7678 2006-11-12 [colin]      2.6.0cvs35
7679
7680         * src/compose.c
7681                 Fix bug 1060, 'compilation error with 
7682                 Irix's cc'
7683
7684 2006-11-12 [paul]       2.6.0cvs34
7685
7686         * doc/man/claws-mail.1
7687         * src/prefs_gtk.c
7688         * src/plugins/clamav/README
7689         * src/plugins/spamassassin/README
7690         * tools/README
7691         * tools/freshmeat_search.pl
7692         * tools/google_search.pl
7693         * tools/multiwebsearch.pl
7694                 more renaming
7695         * src/plugins/trayicon/trayicon.c
7696                 fix compiliation warning
7697
7698 2006-11-11 [colin]      2.6.0cvs33
7699
7700         * src/folderview.c
7701                 Forbid drag and drop from/to different
7702                 folders of type F_UNKNOWN
7703
7704 2006-11-11 [colin]      2.6.0cvs32
7705
7706         * src/plugins/pgpinline/pgpinline.c
7707                 Fix typo in previous commit:
7708                 - gpgme_new(&ctx);
7709                 + if ((err = gpgme_new(&data->ctx)) ...)
7710
7711 2006-11-11 [colin]      2.6.0cvs31
7712
7713         * src/plugins/pgpinline/pgpinline.c
7714         * src/plugins/pgpmime/pgpmime.c
7715                 Check success after calling gpgme_new
7716                 Maybe fixes bug 1057, 'crash on sending 
7717                 signed message to a newsgroup'
7718
7719 2006-11-11 [colin]      2.6.0cvs30
7720
7721         * src/undo.c
7722                 init undostruct to 0s (from
7723                 valgrind log of bug 1057)
7724
7725 2006-11-10 [colin]      2.6.0cvs29
7726
7727         * src/mainwindow.c
7728                 Set cursor to wait before filtering
7729                 duplicates in all folders
7730         * src/plugins/bogofilter/bogofilter.c
7731         * src/plugins/bogofilter/bogofilter.h
7732         * src/plugins/bogofilter/bogofilter_gtk.c
7733                 Completely thread away the bogofilter
7734                 filtering
7735
7736 2006-11-10 [mones]      2.6.0cvs28
7737
7738         * src/compose.c
7739         * src/compose.h
7740                 added COMPOSE_CHECK_BEFORE_SEND hook
7741
7742 2006-11-10 [paul]       2.6.0cvs27
7743
7744         * src/crash.c
7745                 more renaming
7746                 add libSM to get_compiled_in_features()
7747         * src/main.c
7748                 more renaming
7749
7750 2006-11-10 [colin]      2.6.0cvs26
7751
7752         * src/etpan/imap-thread.c
7753                 Add a reference to libetpan's sasl engine
7754                 so that sasl_done() doesn't get called by
7755                 libetpan, and doesn't break openssl.
7756                 Should fix bug 1053, 'SC fails to reestablish 
7757                 a secure connection'
7758                 Patch by Hoa
7759
7760 2006-11-10 [colin]      2.6.0cvs25
7761
7762         * manual/addrbook.xml
7763         * manual/advanced.xml
7764         * manual/faq.xml
7765         * manual/intro.xml
7766                 Some more renaming
7767
7768 2006-11-09 [colin]      2.6.0cvs24
7769
7770         * src/plugins/bogofilter/bogofilter_gtk.c
7771                 Add comment about annoyance
7772
7773 2006-11-09 [colin]      2.6.0cvs23
7774
7775         * src/plugins/bogofilter/bogofilter.c
7776         * src/plugins/bogofilter/bogofilter_gtk.c
7777                 Prepare things needed to thread bogofilter
7778                 filtering: separate bogo stuff and possible GUI
7779                 stuff. 
7780
7781 2006-11-09 [colin]      2.6.0cvs22
7782
7783         * src/account.c
7784         * src/compose.c
7785                 Search for one of our accounts in Delivered-To
7786                 (helps for auto-account selection when 
7787                  replying/forwarding)
7788         * src/folderview.c
7789         * src/mainwindow.c
7790         * src/mainwindow.h
7791         * src/plugins/trayicon/trayicon.c
7792                 Allow opening a new mail with any account from
7793                 the contextual menu
7794
7795 2006-11-09 [wwp]        2.6.0cvs21
7796
7797         * src/compose.c
7798         * src/prefs_common.c
7799         * src/prefs_common.h
7800         * src/prefs_compose_writing.c
7801                 add a compose new message format (in prefs/compose/writing), it's a
7802                 simple subject+body template to use when opening a new composition
7803                 window. It's similar to the existent reply and forward formats.
7804
7805                 enhanced the template/format % symbols substitution mechanism to
7806                 use current composition window information when % are used in
7807                 the compose new message format or in templates applied to new
7808                 messages (there were useless in that situations before). When
7809                 applied to new messages, %d corresponds to the system time/date.
7810
7811 2006-11-09 [paul]       2.6.0cvs20
7812
7813         * src/gtk/authors.h
7814                 fix last commit
7815
7816 2006-11-09 [paul]       2.6.0cvs19
7817
7818         * src/gtk/authors.h
7819                 keep tje alphabetical order
7820
7821 2006-11-08 [colin]      2.6.0cvs18
7822
7823         * src/etpan/imap-thread.c
7824                 Fix bug 1054, 'Slowness logging big 
7825                 data chunks'
7826
7827 2006-11-08 [paul]       2.6.0cvs17
7828
7829         * tools/Makefile.am
7830                 fix the renaming
7831
7832 2006-11-08 [paul]       2.6.0cvs16
7833
7834         * src/common/defs.h
7835                 update BUGZILLA_URI
7836
7837 2006-11-08 [paul]       2.6.0cvs15
7838
7839         * tools/Makefile.am
7840         * tools/OOo2claws-mail.pl
7841         * tools/OOo2sylpheed.pl
7842         * tools/README
7843         * tools/acroread2claws-mail.pl
7844         * tools/acroread2sylpheed.pl
7845         * tools/kmail2claws-mail.pl
7846         * tools/kmail2claws-mail_v2.pl
7847         * tools/kmail2sylpheed.pl
7848         * tools/kmail2sylpheed_v2.pl
7849         * tools/maildir2claws-mail.pl
7850         * tools/maildir2sylpheed.pl
7851         * tools/nautilus2claws-mail.sh
7852         * tools/nautilus2sylpheed.sh
7853         * tools/outlook2claws-mail.pl
7854         * tools/outlook2sylpheed.pl
7855         * tools/tb2claws-mail
7856         * tools/tb2sylpheed
7857         * tools/tbird2claws.py
7858         * tools/tbird2syl.py
7859         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
7860         * tools/kdeservicemenu/install.sh
7861         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7862         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
7863         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
7864         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7865         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7866                 renamed (removed, added) tools files
7867
7868 2006-11-08 [paul]       2.6.0cvs14
7869
7870         * src/main.c
7871         * src/common/defs.h
7872                 Migrate sylpheedrc to clawsrc, and fix the standard
7873                 plugins path in the process
7874
7875 2006-11-07 [colin]      2.6.0cvs13
7876
7877         * src/Makefile.am
7878                 Symlink sylpheed-claws relative to 
7879                 claws-mail
7880
7881 2006-11-07 [colin]      2.6.0cvs12
7882
7883         * src/compose.c
7884                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
7885
7886 2006-11-07 [paul]       2.6.0cvs11
7887
7888         * src/gtk/about.c
7889                 Fix a missed occurence of
7890                 Sylpheed-Claws
7891
7892 2006-11-07 [paul]       2.6.0cvs10
7893
7894         * src/Makefile.am
7895                 Fix symlink installation
7896
7897 2006-11-07 [paul]       2.6.0cvs9
7898
7899         * src/Makefile.am
7900                 Symlink claws-mail to sylpheed-claws
7901         * src/common/utils.c
7902                 Fix migrating symlinks
7903         * src/etpan/imap-thread.c
7904                 check certificate only when there's
7905                 no error
7906
7907 2006-11-07 [paul]       2.6.0cvs8
7908
7909         * Makefile.am
7910                 Fix icon breakages with Gtk, which needs a 
7911                 cache updated to see them.
7912
7913 2006-11-07 [paul]       2.6.0cvs7
7914
7915         * .cvsignore
7916         * AUTHORS
7917         * COPYING
7918         * INSTALL
7919         * Makefile.am
7920         * NEWS
7921         * README
7922         * RELEASE_NOTES
7923         * autogen.sh
7924         * claws-mail-128x128.png
7925         * claws-mail-64x64.png
7926         * claws-mail.ico
7927         * claws-mail.pc.in
7928         * claws-mail.png
7929         * configure.ac
7930         * sylpheed-claws-128x128.png
7931         * sylpheed-claws-64x64.png
7932         * sylpheed-claws.desktop
7933         * sylpheed-claws.ico
7934         * sylpheed-claws.pc.in
7935         * sylpheed-claws.png
7936         * debian/README.Debian
7937         * debian/changelog
7938         * debian/claws-mail.desktop
7939         * debian/claws-mail.menu
7940         * debian/claws-mail.postinst.debhelper
7941         * debian/claws-mail.postrm.debhelper
7942         * debian/control
7943         * debian/copyright
7944         * debian/files
7945         * debian/rules
7946         * debian/sylpheed-claws.desktop
7947         * debian/sylpheed-claws.menu
7948         * debian/sylpheed-claws.postinst.debhelper
7949         * debian/sylpheed-claws.postrm.debhelper
7950         * doc/man/Makefile.am
7951         * doc/man/claws-mail.1
7952         * doc/man/sylpheed-claws.1
7953         * doc/src/ChangeLog.claws-pre0.8.0
7954         * manual/Makefile.am
7955         * manual/account.xml
7956         * manual/ack.xml
7957         * manual/addrbook.xml
7958         * manual/advanced.xml
7959         * manual/claws-mail-manual.xml
7960         * manual/faq.xml
7961         * manual/glossary.xml
7962         * manual/handling.xml
7963         * manual/intro.xml
7964         * manual/keyboard.xml
7965         * manual/plugins.xml
7966         * manual/starting.xml
7967         * manual/sylpheed-claws-manual.xml
7968         * manual/xml2pdf
7969         * manual/dist/.cvsignore
7970         * manual/dist/html/.cvsignore
7971         * manual/dist/html/Makefile.am
7972         * manual/dist/pdf/.cvsignore
7973         * manual/dist/pdf/Makefile.am
7974         * manual/dist/ps/.cvsignore
7975         * manual/dist/ps/Makefile.am
7976         * manual/dist/txt/.cvsignore
7977         * manual/dist/txt/Makefile.am
7978         * manual/es/Makefile.am
7979         * manual/es/advanced.xml
7980         * manual/es/claws-mail-manual.xml
7981         * manual/es/faq.xml
7982         * manual/es/glossary.xml
7983         * manual/es/handling.xml
7984         * manual/es/intro.xml
7985         * manual/es/plugins.xml
7986         * manual/es/sylpheed-claws-manual.xml
7987         * manual/es/dist/.cvsignore
7988         * manual/es/dist/html/.cvsignore
7989         * manual/es/dist/html/Makefile.am
7990         * manual/es/dist/pdf/.cvsignore
7991         * manual/es/dist/pdf/Makefile.am
7992         * manual/es/dist/ps/.cvsignore
7993         * manual/es/dist/ps/Makefile.am
7994         * manual/es/dist/txt/.cvsignore
7995         * manual/es/dist/txt/Makefile.am
7996         * manual/fr/Makefile.am
7997         * manual/fr/account.xml
7998         * manual/fr/ack.xml
7999         * manual/fr/addrbook.xml
8000         * manual/fr/advanced.xml
8001         * manual/fr/claws-mail-manual.xml
8002         * manual/fr/faq.xml
8003         * manual/fr/glossary.xml
8004         * manual/fr/handling.xml
8005         * manual/fr/intro.xml
8006         * manual/fr/keyboard.xml
8007         * manual/fr/plugins.xml
8008         * manual/fr/starting.xml
8009         * manual/fr/sylpheed-claws-manual.xml
8010         * manual/fr/dist/.cvsignore
8011         * manual/fr/dist/html/.cvsignore
8012         * manual/fr/dist/html/Makefile.am
8013         * manual/fr/dist/pdf/.cvsignore
8014         * manual/fr/dist/pdf/Makefile.am
8015         * manual/fr/dist/ps/.cvsignore
8016         * manual/fr/dist/ps/Makefile.am
8017         * manual/fr/dist/txt/.cvsignore
8018         * manual/fr/dist/txt/Makefile.am
8019         * manual/pl/Makefile.am
8020         * manual/pl/account.xml
8021         * manual/pl/ack.xml
8022         * manual/pl/addrbook.xml
8023         * manual/pl/advanced.xml
8024         * manual/pl/claws-mail-manual.xml
8025         * manual/pl/faq.xml
8026         * manual/pl/glossary.xml
8027         * manual/pl/handling.xml
8028         * manual/pl/intro.xml
8029         * manual/pl/keyboard.xml
8030         * manual/pl/plugins.xml
8031         * manual/pl/starting.xml
8032         * manual/pl/sylpheed-claws-manual.xml
8033         * manual/pl/dist/.cvsignore
8034         * manual/pl/dist/html/.cvsignore
8035         * manual/pl/dist/html/Makefile.am
8036         * manual/pl/dist/pdf/.cvsignore
8037         * manual/pl/dist/pdf/Makefile.am
8038         * manual/pl/dist/ps/.cvsignore
8039         * manual/pl/dist/ps/Makefile.am
8040         * manual/pl/dist/txt/.cvsignore
8041         * manual/pl/dist/txt/Makefile.am
8042         * po/.cvsignore
8043         * po/Makevars
8044         * src/.cvsignore
8045         * src/Makefile.am
8046         * src/account.c
8047         * src/account.h
8048         * src/action.c
8049         * src/action.h
8050         * src/adbookbase.h
8051         * src/addr_compl.c
8052         * src/addr_compl.h
8053         * src/addrbook.c
8054         * src/addrcache.c
8055         * src/addrcache.h
8056         * src/addrcindex.c
8057         * src/addrcindex.h
8058         * src/addrclip.c
8059         * src/addrclip.h
8060         * src/addrdefs.h
8061         * src/addressadd.c
8062         * src/addressadd.h
8063         * src/addressbook.c
8064         * src/addressbook.h
8065         * src/addressbook_foldersel.c
8066         * src/addressbook_foldersel.h
8067         * src/addrgather.c
8068         * src/addrgather.h
8069         * src/addrharvest.c
8070         * src/addrharvest.h
8071         * src/addrindex.c
8072         * src/addrindex.h
8073         * src/addritem.c
8074         * src/addritem.h
8075         * src/addrquery.c
8076         * src/addrquery.h
8077         * src/addrselect.c
8078         * src/addrselect.h
8079         * src/alertpanel.c
8080         * src/alertpanel.h
8081         * src/browseldap.c
8082         * src/browseldap.h
8083         * src/codeconv.c
8084         * src/codeconv.h
8085         * src/compose.c
8086         * src/crash.c
8087         * src/crash.h
8088         * src/customheader.c
8089         * src/customheader.h
8090         * src/displayheader.c
8091         * src/displayheader.h
8092         * src/editaddress.c
8093         * src/editaddress.h
8094         * src/editbook.c
8095         * src/editbook.h
8096         * src/editgroup.c
8097         * src/editgroup.h
8098         * src/editjpilot.c
8099         * src/editjpilot.h
8100         * src/editldap.c
8101         * src/editldap.h
8102         * src/editldap_basedn.c
8103         * src/editldap_basedn.h
8104         * src/editvcard.c
8105         * src/editvcard.h
8106         * src/exphtmldlg.c
8107         * src/exphtmldlg.h
8108         * src/expldifdlg.c
8109         * src/expldifdlg.h
8110         * src/export.c
8111         * src/exporthtml.c
8112         * src/exporthtml.h
8113         * src/exportldif.c
8114         * src/exportldif.h
8115         * src/filtering.c
8116         * src/filtering.h
8117         * src/folder.c
8118         * src/folder.h
8119         * src/folder_item_prefs.c
8120         * src/folder_item_prefs.h
8121         * src/foldersel.c
8122         * src/foldersel.h
8123         * src/folderutils.c
8124         * src/folderutils.h
8125         * src/folderview.c
8126         * src/folderview.h
8127         * src/grouplistdialog.c
8128         * src/grouplistdialog.h
8129         * src/html.c
8130         * src/html.h
8131         * src/image_viewer.c
8132         * src/image_viewer.h
8133         * src/imap.c
8134         * src/imap.h
8135         * src/imap_gtk.c
8136         * src/imap_gtk.h
8137         * src/import.c
8138         * src/import.h
8139         * src/importldif.c
8140         * src/importldif.h
8141         * src/importmutt.c
8142         * src/importmutt.h
8143         * src/importpine.c
8144         * src/importpine.h
8145         * src/inc.c
8146         * src/inc.h
8147         * src/jpilot.c
8148         * src/jpilot.h
8149         * src/ldapctrl.c
8150         * src/ldapctrl.h
8151         * src/ldaplocate.c
8152         * src/ldaplocate.h
8153         * src/ldapquery.c
8154         * src/ldapquery.h
8155         * src/ldapserver.c
8156         * src/ldapserver.h
8157         * src/ldaputil.c
8158         * src/ldaputil.h
8159         * src/ldif.c
8160         * src/ldif.h
8161         * src/localfolder.c
8162         * src/localfolder.h
8163         * src/main.c
8164         * src/main.h
8165         * src/mainwindow.c
8166         * src/mainwindow.h
8167         * src/manual.c
8168         * src/manual.h
8169         * src/matcher.c
8170         * src/matcher.h
8171         * src/matcher_parser.h
8172         * src/matcher_parser_lex.l
8173         * src/matcher_parser_parse.y
8174         * src/mbox.c
8175         * src/mbox.h
8176         * src/message_search.c
8177         * src/message_search.h
8178         * src/messageview.c
8179         * src/messageview.h
8180         * src/mh.c
8181         * src/mh.h
8182         * src/mh_gtk.c
8183         * src/mh_gtk.h
8184         * src/mimeview.c
8185         * src/mimeview.h
8186         * src/msgcache.c
8187         * src/msgcache.h
8188         * src/mutt.c
8189         * src/mutt.h
8190         * src/news.c
8191         * src/news.h
8192         * src/news_gtk.c
8193         * src/news_gtk.h
8194         * src/noticeview.c
8195         * src/noticeview.h
8196         * src/partial_download.c
8197         * src/partial_download.h
8198         * src/pine.c
8199         * src/pine.h
8200         * src/pop.c
8201         * src/pop.h
8202         * src/prefs_account.c
8203         * src/prefs_account.h
8204         * src/prefs_actions.c
8205         * src/prefs_actions.h
8206         * src/prefs_common.c
8207         * src/prefs_common.h
8208         * src/prefs_compose_writing.c
8209         * src/prefs_compose_writing.h
8210         * src/prefs_customheader.c
8211         * src/prefs_customheader.h
8212         * src/prefs_display_header.c
8213         * src/prefs_display_header.h
8214         * src/prefs_ext_prog.c
8215         * src/prefs_ext_prog.h
8216         * src/prefs_filtering.c
8217         * src/prefs_folder_column.c
8218         * src/prefs_folder_column.h
8219         * src/prefs_folder_item.c
8220         * src/prefs_folder_item.h
8221         * src/prefs_fonts.c
8222         * src/prefs_fonts.h
8223         * src/prefs_gtk.c
8224         * src/prefs_gtk.h
8225         * src/prefs_image_viewer.c
8226         * src/prefs_image_viewer.h
8227         * src/prefs_matcher.c
8228         * src/prefs_matcher.h
8229         * src/prefs_message.c
8230         * src/prefs_message.h
8231         * src/prefs_msg_colors.c
8232         * src/prefs_msg_colors.h
8233         * src/prefs_other.c
8234         * src/prefs_other.h
8235         * src/prefs_quote.c
8236         * src/prefs_quote.h
8237         * src/prefs_receive.c
8238         * src/prefs_receive.h
8239         * src/prefs_send.c
8240         * src/prefs_send.h
8241         * src/prefs_spelling.c
8242         * src/prefs_spelling.h
8243         * src/prefs_summaries.c
8244         * src/prefs_summaries.h
8245         * src/prefs_summary_column.c
8246         * src/prefs_summary_column.h
8247         * src/prefs_template.c
8248         * src/prefs_template.h
8249         * src/prefs_themes.c
8250         * src/prefs_themes.h
8251         * src/prefs_toolbar.c
8252         * src/prefs_toolbar.h
8253         * src/prefs_wrapping.c
8254         * src/prefs_wrapping.h
8255         * src/privacy.c
8256         * src/privacy.h
8257         * src/procheader.c
8258         * src/procheader.h
8259         * src/procmime.c
8260         * src/procmime.h
8261         * src/procmsg.c
8262         * src/procmsg.h
8263         * src/quote_fmt.c
8264         * src/quote_fmt_parse.y
8265         * src/recv.c
8266         * src/recv.h
8267         * src/remotefolder.c
8268         * src/remotefolder.h
8269         * src/send_message.c
8270         * src/send_message.h
8271         * src/setup.c
8272         * src/setup.h
8273         * src/sourcewindow.c
8274         * src/sourcewindow.h
8275         * src/ssl_manager.c
8276         * src/ssl_manager.h
8277         * src/statusbar.c
8278         * src/statusbar.h
8279         * src/stock_pixmap.c
8280         * src/stock_pixmap.h
8281         * src/summary_search.c
8282         * src/summary_search.h
8283         * src/summaryview.c
8284         * src/summaryview.h
8285         * src/syldap.c
8286         * src/syldap.h
8287         * src/textview.c
8288         * src/textview.h
8289         * src/toolbar.c
8290         * src/toolbar.h
8291         * src/undo.c
8292         * src/undo.h
8293         * src/unmime.c
8294         * src/unmime.h
8295         * src/vcard.c
8296         * src/vcard.h
8297         * src/wizard.c
8298         * src/wizard.h
8299         * src/common/base64.c
8300         * src/common/base64.h
8301         * src/common/defs.h
8302         * src/common/hooks.c
8303         * src/common/hooks.h
8304         * src/common/log.c
8305         * src/common/log.h
8306         * src/common/mgutils.c
8307         * src/common/mgutils.h
8308         * src/common/nntp.c
8309         * src/common/nntp.h
8310         * src/common/passcrypt.c
8311         * src/common/passcrypt.h.in
8312         * src/common/plugin.c
8313         * src/common/plugin.h
8314         * src/common/prefs.c
8315         * src/common/prefs.h
8316         * src/common/progressindicator.c
8317         * src/common/progressindicator.h
8318         * src/common/quoted-printable.c
8319         * src/common/quoted-printable.h
8320         * src/common/session.c
8321         * src/common/session.h
8322         * src/common/smtp.c
8323         * src/common/smtp.h
8324         * src/common/socket.c
8325         * src/common/socket.h
8326         * src/common/ssl.c
8327         * src/common/ssl.h
8328         * src/common/stringtable.c
8329         * src/common/stringtable.h
8330         * src/common/sylpheed.c
8331         * src/common/sylpheed.h
8332         * src/common/template.c
8333         * src/common/template.h
8334         * src/common/timing.h
8335         * src/common/utils.c
8336         * src/common/utils.h
8337         * src/common/version.h.in
8338         * src/common/xml.c
8339         * src/common/xml.h
8340         * src/common/xmlprops.c
8341         * src/common/xmlprops.h
8342         * src/gtk/about.c
8343         * src/gtk/colorlabel.c
8344         * src/gtk/colorlabel.h
8345         * src/gtk/colorsel.c
8346         * src/gtk/colorsel.h
8347         * src/gtk/combobox.c
8348         * src/gtk/combobox.h
8349         * src/gtk/description_window.c
8350         * src/gtk/description_window.h
8351         * src/gtk/filesel.c
8352         * src/gtk/filesel.h
8353         * src/gtk/foldersort.c
8354         * src/gtk/foldersort.h
8355         * src/gtk/gtkaspell.c
8356         * src/gtk/gtkaspell.h
8357         * src/gtk/gtksctree.c
8358         * src/gtk/gtkshruler.c
8359         * src/gtk/gtkshruler.h
8360         * src/gtk/gtkutils.c
8361         * src/gtk/gtkutils.h
8362         * src/gtk/icon_legend.c
8363         * src/gtk/icon_legend.h
8364         * src/gtk/logwindow.c
8365         * src/gtk/logwindow.h
8366         * src/gtk/manage_window.c
8367         * src/gtk/manage_window.h
8368         * src/gtk/pluginwindow.c
8369         * src/gtk/pluginwindow.h
8370         * src/gtk/prefswindow.c
8371         * src/gtk/prefswindow.h
8372         * src/gtk/quicksearch.c
8373         * src/gtk/quicksearch.h
8374         * src/pixmaps/claws-mail.xpm
8375         * src/pixmaps/claws-mail_icon.xpm
8376         * src/pixmaps/claws-mail_logo.xpm
8377         * src/pixmaps/sylpheed-claws.xpm
8378         * src/pixmaps/sylpheed-claws_icon.xpm
8379         * src/pixmaps/sylpheed-claws_logo.xpm
8380         * src/plugins/bogofilter/Makefile.am
8381         * src/plugins/bogofilter/bogofilter.c
8382         * src/plugins/bogofilter/bogofilter.h
8383         * src/plugins/bogofilter/bogofilter_gtk.c
8384         * src/plugins/clamav/Makefile.am
8385         * src/plugins/clamav/clamav_plugin.c
8386         * src/plugins/clamav/clamav_plugin.h
8387         * src/plugins/clamav/clamav_plugin_gtk.c
8388         * src/plugins/demo/Makefile.am
8389         * src/plugins/demo/demo.c
8390         * src/plugins/dillo_viewer/Makefile.am
8391         * src/plugins/dillo_viewer/README
8392         * src/plugins/dillo_viewer/dillo_prefs.c
8393         * src/plugins/dillo_viewer/dillo_prefs.h
8394         * src/plugins/dillo_viewer/dillo_viewer.c
8395         * src/plugins/pgpcore/Makefile.am
8396         * src/plugins/pgpcore/passphrase.c
8397         * src/plugins/pgpcore/passphrase.h
8398         * src/plugins/pgpcore/pgp_viewer.c
8399         * src/plugins/pgpcore/pgp_viewer.h
8400         * src/plugins/pgpcore/plugin.c
8401         * src/plugins/pgpcore/prefs_gpg.c
8402         * src/plugins/pgpcore/prefs_gpg.h
8403         * src/plugins/pgpcore/select-keys.c
8404         * src/plugins/pgpcore/select-keys.h
8405         * src/plugins/pgpcore/sgpgme.c
8406         * src/plugins/pgpcore/sgpgme.h
8407         * src/plugins/pgpcore/sylpheed.def
8408         * src/plugins/pgpcore/version.rc
8409         * src/plugins/pgpinline/Makefile.am
8410         * src/plugins/pgpinline/pgpinline.c
8411         * src/plugins/pgpinline/pgpinline.h
8412         * src/plugins/pgpinline/plugin.c
8413         * src/plugins/pgpinline/sylpheed.def
8414         * src/plugins/pgpinline/version.rc
8415         * src/plugins/pgpmime/Makefile.am
8416         * src/plugins/pgpmime/pgpmime.c
8417         * src/plugins/pgpmime/pgpmime.h
8418         * src/plugins/pgpmime/plugin.c
8419         * src/plugins/pgpmime/sylpheed.def
8420         * src/plugins/pgpmime/version.rc
8421         * src/plugins/spamassassin/Makefile.am
8422         * src/plugins/spamassassin/README
8423         * src/plugins/spamassassin/spamassassin.c
8424         * src/plugins/spamassassin/spamassassin.h
8425         * src/plugins/spamassassin/spamassassin_gtk.c
8426         * src/plugins/trayicon/Makefile.am
8427         * src/plugins/trayicon/trayicon.c
8428         * tools/OOo2sylpheed.pl
8429         * tools/README
8430         * tools/README.sylprint
8431         * tools/acroread2sylpheed.pl
8432         * tools/claws.i18n.status.pl
8433         * tools/filter_conv.pl
8434         * tools/filter_conv_new.pl
8435         * tools/freshmeat_search.pl
8436         * tools/google_search.pl
8437         * tools/kmail2sylpheed.pl
8438         * tools/kmail2sylpheed_v2.pl
8439         * tools/make.themes.project
8440         * tools/multiwebsearch.pl
8441         * tools/nautilus2sylpheed.sh
8442         * tools/outlook2sylpheed.pl
8443         * tools/sylprint.pl
8444         * tools/sylprint.rc
8445         * tools/tb2sylpheed
8446         * tools/textviewer.sh
8447         * tools/vcard2xml.py
8448         * tools/kdeservicemenu/README
8449         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8450         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8451         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8452                 Change name to Claws Mail. Announce to follow...
8453
8454 2006-11-06 [wwp]        2.6.0cvs6
8455
8456         * src/prefs_template.c
8457                 unify messages related to quote format/template errors (fix
8458                 capitalization), again.
8459
8460 2006-11-06 [wwp]        2.6.0cvs5
8461
8462         * src/prefs_quote.c
8463                 unify messages related to quote format/template errors.
8464
8465 2006-11-06 [wwp]        2.6.0cvs4
8466
8467         * src/prefs_msg_colors.c
8468                 more uses of Q_ macro for contextual translations, thanks
8469                 to Fabien (fzzzzz).
8470
8471 2006-11-06 [wwp]        2.6.0cvs3
8472
8473         * src/compose.c
8474         * src/common/utils.c
8475         * src/common/utils.h
8476                 show an alertpanel to make sure users are aware that sensitive
8477                 files are attached (it's file blacklist-based). This will fix
8478                 interaction w/ GoogleEarth for instance, thanks to Colin.
8479
8480 2006-11-06 [wwp]        2.6.0cvs2
8481
8482         * src/prefs_quote.c
8483         * src/prefs_template.c
8484         * src/prefs_template.h
8485                 check quote format when applying/closing prefs. For now this only
8486                 shows up an error dialog box, not preventing the user from using
8487                 a broken quote (reply, forwards) format.
8488
8489 2006-11-06 [wwp]        2.6.0cvs1
8490
8491         * src/prefs_template.c
8492                 fix missing checks of some template fields.
8493
8494 2006-11-06 [paul]       2.6.0
8495
8496         * NEWS
8497         * README
8498         * RELEASE_NOTES
8499                 2.6.0 released
8500
8501 2006-11-06 [paul]       2.5.6cvs22
8502
8503         * manual/advanced.xml
8504         * manual/es/advanced.xml
8505                 put 'respect_flowed_format' info in the correct
8506                 place
8507
8508 2006-11-06 [mones]      2.5.6cvs21
8509
8510         * po/es.po
8511                 Minor fixes for release
8512
8513 2006-11-06 [paul]       2.5.6cvs20
8514
8515         * po/cs.po
8516         * po/de.po
8517         * po/fr.po
8518         * po/it.po
8519         * po/nl.po
8520         * po/pt_BR.po
8521         * po/sk.po
8522         * po/sv.po
8523         * po/zh_CN.po
8524                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
8525                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
8526                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
8527                 Young
8528
8529 2006-11-02 [colin]      2.5.6cvs19
8530
8531         * src/imap.c
8532         * src/imap.h
8533         * src/prefs_account.c
8534         * src/etpan/imap-thread.c
8535                 Add GSSAPI support - fixes Debian bug #383274
8536
8537 2006-11-01 [colin]      2.5.6cvs18
8538
8539         * src/jpilot.c
8540                 Handle libpisock12 support. Probably
8541                 fixes bug 1046, 'jpilot AddressDB.pdb 
8542                 import fail'
8543
8544 2006-11-01 [colin]      2.5.6cvs17
8545
8546         * src/folderutils.c
8547                 debug_print() folderutils_mark_all_read()
8548
8549 2006-11-01 [colin]      2.5.6cvs16
8550
8551         * COPYING
8552                 Add missed files to the Apache exception
8553
8554 2006-10-31 [colin]      2.5.6cvs15
8555
8556         * src/folder.c
8557         * src/folder.h
8558                 Add a copy_private_data() func to FolderClasses
8559                 Doesn't break the feature freeze, because we 
8560                 won't use it (right now) in the core.
8561
8562 2006-10-31 [colin]      2.5.6cvs14
8563
8564         * COPYING
8565                 Allow linking with the Apache licensed files in
8566                 src/plugins/spamassassin. Hopefully fixes 
8567                 bug 1048, 'Spamassassin plugin license problem'
8568
8569 2006-10-31 [wwp]        2.5.6cvs13
8570
8571         * src/compose.c
8572                 fix and optimize trimming of leading linefeeds in body loop.
8573
8574 2006-10-31 [colin]      2.5.6cvs12
8575
8576         * src/etpan/imap-thread.c
8577         * src/imap.c
8578                 Make really sure to have NULL sets in case
8579                 of error
8580
8581 2006-10-30 [wwp]        2.5.6cvs11
8582
8583         * src/prefs_common.c
8584         * src/prefs_common.h
8585         * src/compose.c
8586                 fix broken storage of quote format template when it contains \-escape
8587                 sequences. The application of such sequences is also fixed now (\t
8588                 in quote format will be a real tab instead of a 't', for instance).
8589
8590 2006-10-27 [colin]      2.5.6cvs10
8591
8592         * src/compose.c
8593                 Probably fix bug 1045, 'sylpheed-claws 
8594                 doesn't remove the mail from the IMAP 
8595                 Queue folder after sending'. From
8596                 2.5.6cvs3-stable
8597
8598 2006-10-27 [colin]      2.5.6cvs9
8599
8600         * configure.ac
8601                 Require libetpan-0.48. I'm so annoying,
8602                 I know ;-)
8603
8604 2006-10-27 [colin]      2.5.6cvs8
8605
8606         * src/folder.c
8607         * src/imap.c
8608                 Probably fix bug 1044, 'sylpheed-claws 
8609                 segfaults while moving mails' - Fix relation
8610                 usage when moving to an IMAP mailbox from another
8611                 mailbox
8612
8613 2006-10-26 [paul]       2.5.6cvs7
8614
8615         * src/gtk/about.c
8616                 add libSM to compiled-in features
8617                 list
8618
8619 2006-10-24 [colin]      2.5.6cvs6
8620
8621         * src/textview.c
8622         * src/gtk/gtkutils.c
8623                 Fix crash when printing emails with an
8624                 xface
8625
8626 2006-10-24 [mones]      2.5.6cvs5
8627
8628         * manual/es/advanced.xml
8629                 Synchronize hidden option respect_flowed_format
8630         * po/es.po
8631                 Updated translation
8632
8633 2006-10-21 [paul]       2.5.6cvs4
8634
8635         * src/gtk/authors.h
8636         * src/plugins/pgpcore/pgp_viewer.c
8637         * src/plugins/pgpcore/sgpgme.c
8638                 fix building on BSDs
8639                 Thanks to Michael Hughes
8640                 <Sylpheed-Claws_user@thehugheslogcabin.net>
8641
8642 2006-10-20 [colin]      2.5.6cvs3
8643
8644         * configure.ac
8645                 Bump up libetpan requirement
8646                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
8647         * src/common/utils.c
8648         * src/common/utils.h
8649                 Add convenience get_file_mtime()
8650         * src/imap.c
8651         * src/etpan/imap-thread.c
8652         * src/etpan/imap-thread.h
8653                 Implement UIDPLUS support if the server
8654                 supports it - faster sending in this case
8655
8656 2006-10-19 [colin]      2.5.6cvs2
8657
8658         * src/gtk/quicksearch.c
8659                 Fix emptying in type-ahead+extended mode
8660         * src/mainwindow.c
8661         * src/mainwindow.h
8662                 Add a hook for offline state change
8663         * src/plugins/trayicon/trayicon.c
8664                 Use it to display offline icons
8665         * src/plugins/trayicon/Makefile.am
8666         * src/plugins/trayicon/newmail.offline.xpm
8667         * src/plugins/trayicon/newmarkedmail.offline.xpm
8668         * src/plugins/trayicon/nomail.offline.xpm
8669         * src/plugins/trayicon/unreadmail.offline.xpm
8670         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
8671                 Add the icons
8672
8673 2006-10-12 [paul]       2.5.6cvs1
8674
8675         * NEWS
8676         * README
8677         * configure.ac
8678                 Update version number following
8679                 stable release
8680
8681 2006-10-19 [colin]      2.5.5cvs18
8682
8683         * manual/handling.xml
8684                 Add type-ahead search
8685
8686 2006-10-18 [colin]      2.5.5cvs17
8687
8688         * src/gtk/quicksearch.c
8689                 Remove "save to history only if there's
8690                 no syntax error", it breaks for some 
8691                 reason which I'll investigate later.
8692
8693 2006-10-18 [colin]      2.5.5cvs16
8694
8695         * src/prefs_common.c
8696         * src/prefs_common.h
8697         * src/summaryview.c
8698         * src/gtk/quicksearch.c
8699         * src/gtk/quicksearch.h
8700                 Add a type-ahead option for fast searches
8701                 Patch by Fabien Vantard
8702
8703 2006-10-18 [colin]      2.5.5cvs15
8704
8705         * src/compose.c
8706         * src/compose.h
8707                 Add Options/Reply mode/ menu to be able to
8708                 change the recipients of a reply on the fly
8709
8710 2006-10-18 [colin]      2.5.5cvs14
8711
8712         * src/compose.c
8713                 Fix redirecting of our own sent mails
8714
8715 2006-10-17 [wwp]        2.5.5cvs13
8716
8717         * src/send_message.c
8718                 Fix duplicate error messages when sending, and missing
8719                 newline in such error messages.
8720
8721 2006-10-17 [colin]      2.5.5cvs12
8722
8723         * src/compose.c
8724                 Compare addresses case-insensitive
8725
8726 2006-10-17 [colin]      2.5.5cvs11
8727
8728         * src/plugins/pgpcore/sgpgme.c
8729                 Fix return status
8730
8731 2006-10-17 [colin]      2.5.5cvs10
8732
8733         * src/plugins/pgpcore/pgp_viewer.c
8734                 Fix return status
8735
8736 2006-10-17 [colin]      2.5.5cvs9
8737
8738         * src/quote_fmt.c
8739                 Fix a typo (thanks to Fabien)
8740
8741 2006-10-16 [colin]      2.5.5cvs8
8742
8743         * src/textview.c
8744                 Fix problem with quote-folding when emails
8745                 don't convert cleanly to UTF-8
8746
8747 2006-10-14 [colin]      2.5.5cvs7
8748
8749         * src/prefs_template.c
8750                 Reset fields when reopening
8751                 the window
8752
8753 2006-10-13 [paul]       2.5.5cvs6
8754
8755         * manual/advanced.xml
8756         * src/prefs_message.c
8757                 make 'respect_flowed_format' a hidden
8758                 option, and add a manual entry for it
8759                 Thanks to Colin
8760
8761 2006-10-12 [colin]      2.5.5cvs5
8762
8763         * src/codeconv.c
8764                 Revert part of 2.5.2cvs21:
8765                 Don't optimise by reusing the 
8766                 last iconv converter if possible:
8767                 it seems slightly broken in a 
8768                 very hard way to reproduce
8769
8770 2006-10-12 [colin]      2.5.5cvs4
8771
8772         * src/prefs_common.c
8773         * src/prefs_common.h
8774         * src/prefs_message.c
8775         * src/procmime.c
8776                 Fix bug 1035, 'Incorrect handling 
8777                 of flowed lines'. We now optionnaly
8778                 handle this format (preference is in
8779                 Message View/Text options section)
8780
8781 2006-10-12 [colin]      2.5.5cvs3
8782
8783         * po/POTFILES.in
8784                 Add new file
8785         * src/plugins/pgpcore/pgp_viewer.c
8786         * src/plugins/pgpcore/sgpgme.c
8787                 Don't try to import without asking
8788
8789 2006-10-12 [colin]      2.5.5cvs2
8790
8791         * src/compose.c
8792                 Fix bug 1036, 'Forwarding a mutlipart
8793                 mail with a "text/html" block to ms
8794                 outlook users leeds to freeze of
8795                 outlook'. Poor outlook users...
8796
8797 2006-10-12 [paul]       2.5.5cvs1
8798
8799         * NEWS
8800         * README
8801         * configure.ac
8802                 Update version number following
8803                 stable release
8804
8805 2006-10-11 [paul]       2.5.4cvs1
8806
8807         * NEWS
8808         * README
8809         * configure.ac
8810                 Update version number following
8811                 stable release
8812
8813 2006-10-11 [paul]       2.5.3cvs32
8814
8815         * src/textview.c
8816                 fix bug 1032, 'Segmentation fault when showing
8817                 message' (bug in quote folding)
8818                 Thanks to Colin
8819
8820 2006-10-10 [colin]      2.5.3cvs31
8821
8822         * src/quote_fmt.c
8823                 Rephrase english a bit
8824
8825 2006-10-10 [colin]      2.5.3cvs30
8826
8827         * src/prefs_compose_writing.c
8828                 Stop making the page larger than the window
8829
8830 2006-10-10 [wwp]        2.5.3cvs29
8831
8832         * src/compose.c
8833         * src/prefs_template.c
8834         * src/quote_fmt.c
8835         * src/quote_fmt.h
8836         * src/quote_fmt_lex.l
8837         * src/quote_fmt_parse.y
8838                 Extend the quote parser a bit: allow to get access to
8839                 basic (composing) account info.
8840
8841 2006-10-10 [colin]      2.5.3cvs28
8842
8843         * src/procheader.c
8844                 Fix this \t problem in subject
8845
8846 2006-10-09 [colin]      2.5.3cvs27
8847
8848         * src/main.c
8849         * src/prefs_gtk.c
8850                 Prepare cache a bit later
8851                 If section already exists, skip the new one 
8852                 (as previously); avoid writing the same block
8853                 twice - if we find a second block with the 
8854                 same id, skip it.
8855         * src/plugins/pgpcore/pgp_viewer.c
8856                 Set cursor to busy when retrieving a key
8857         * src/plugins/pgpcore/sgpgme.c
8858                 allow 5 seconds for gpg to export the key
8859                 
8860
8861 2006-10-09 [colin]      2.5.3cvs26
8862
8863         * configure.ac
8864         * src/msgcache.c
8865         * src/prefs_gtk.c
8866                 Check for existence of fgets_unlocked
8867                 and fwrite_unlocked
8868
8869 2006-10-09 [paul]       2.5.3cvs25
8870
8871         * src/prefs_summaries.c
8872                 replace strftime() with fast_strftime() and in
8873                 the consequence fix the bug in the display of
8874                 AM/PM in the 'Example' string
8875
8876 2006-10-09 [ticho]      2.5.3cvs24
8877
8878         * po/sk.po
8879                 Updated (and fixed up somewhat) Slovak translation.
8880
8881 2006-10-08 [colin]      2.5.3cvs23
8882
8883         * src/prefs_folder_item.c
8884                 Explain why prefs in the top-level folder
8885                 aren't retained, but are still useful
8886
8887 2006-10-08 [colin]      2.5.3cvs22
8888
8889         * src/prefs_gtk.c
8890                 Don't cache anything if caching fails
8891
8892 2006-10-08 [colin]      2.5.3cvs21
8893
8894         * src/common/utils.c
8895                 always include gi18n.h
8896
8897 2006-10-07 [colin]      2.5.3cvs20
8898
8899         * src/plugins/pgpcore/pgp_viewer.c
8900                 Kill gpg after 5 seconds wait
8901
8902 2006-10-07 [colin]      2.5.3cvs19
8903
8904         * src/plugins/pgpcore/pgp_viewer.c
8905         * src/plugins/pgpcore/pgp_viewer.h
8906                 Fix copyright
8907
8908 2006-10-07 [colin]      2.5.3cvs18
8909
8910         * src/plugins/pgpcore/pgp_viewer.c
8911         * src/plugins/pgpcore/pgp_viewer.h
8912                 Actually add the files to CVS
8913
8914 2006-10-07 [colin]      2.5.3cvs17
8915
8916         * src/plugins/pgpcore/sgpgme.c
8917                 Be sure not to crash on 'application/pgp-signature' that
8918                 are not application/pgp-signatures
8919
8920 2006-10-07 [colin]      2.5.3cvs16
8921
8922         * src/textview.c
8923         * src/textview.h
8924                 Make a bit more of the API available
8925         * src/plugins/pgpcore/Makefile.am
8926         * src/plugins/pgpcore/plugin.c
8927         * src/plugins/pgpcore/sgpgme.c
8928                 Add basic key import/export
8929
8930 2006-10-07 [colin]      2.5.3cvs15
8931
8932         * src/folderview.c
8933         * src/imap.c
8934         * src/prefs_account.c
8935         * src/wizard.c
8936                 Warn users *everywhere* if libetpan's not
8937                 linked in
8938
8939 2006-10-06 [mones]      2.5.3cvs14
8940
8941         * po/de.po
8942         * po/es.po
8943                 updated by Stephan Sachse and me
8944
8945 2006-10-06 [colin]      2.5.3cvs13
8946
8947         * src/main.c
8948         * src/common/sylpheed.c
8949                 Don't load common plugins if --exit is passed
8950         * src/prefs_gtk.c
8951         * src/prefs_gtk.h
8952                 Implement a cache to avoid reading the same
8953                 files over and over again at startup
8954
8955 2006-10-06 [colin]      2.5.3cvs12
8956
8957         * src/summaryview.c
8958         * src/gtk/quicksearch.c
8959                 Update display every 5k mails on fast searches
8960
8961 2006-10-06 [colin]      2.5.3cvs11
8962
8963         * src/textview.c
8964                 Don't do quote folding on HTML or ERTF.
8965                 May fix the Cygwin issues if they were
8966                 happening with HTML mails?
8967
8968 2006-10-05 [colin]      2.5.3cvs10
8969
8970         * src/prefs_gtk.c
8971                 Oops, forgot one
8972
8973 2006-10-05 [colin]      2.5.3cvs9
8974
8975         * src/prefs_gtk.c
8976                 Use unlocked_stdio here too
8977
8978 2006-10-05 [colin]      2.5.3cvs8
8979
8980         * src/folderview.c
8981                 Fix go to next * after preferences apply
8982         * src/msgcache.c
8983                 Do the fd lock/unlock ourselves instead of
8984                 letting the libc do it at each write 
8985
8986 2006-10-05 [colin]      2.5.3cvs7
8987
8988         * src/common/utils.c
8989                 Faster division, thanks to Jean Diraison
8990
8991 2006-10-05 [paul]       2.5.3cvs6
8992
8993         * src/common/utils.c
8994                 fix building with --disable-nls
8995
8996 2006-10-04 [colin]      2.5.3cvs5
8997
8998         * src/folder.c
8999                 Maybe fix a segfault
9000
9001 2006-10-04 [wwp]        2.5.3cvs4
9002
9003         * src/prefs_folder_item.c
9004                 Fine-tune layouts in folder item prefs. Suggested by
9005                 Fabien Vantard <fzzzzz@gmail.com>.
9006
9007 2006-10-04 [wwp]        2.5.3cvs3
9008
9009         * src/prefs_folder_item.c
9010                 Kill the clandestine passengers. You didn't see anything.
9011
9012 2006-10-04 [wwp]        2.5.3cvs2
9013
9014         * src/prefs_folder_item.c
9015                 Add a way to test the subject simplify regexp in
9016                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9017                 w/ few layout changes.
9018
9019 2006-20-04 [paul]       2.5.3cvs1
9020
9021         * NEWS
9022         * README
9023         * configure.ac
9024                 Update version number following
9025                 stable release
9026
9027 2006-10-04 [colin]      2.5.2cvs42
9028
9029         * src/folder.c
9030         * src/folder.h
9031         * src/summaryview.c
9032                 Provide a way for folder classes to set their sort
9033                 type and key
9034
9035 2006-10-03 [colin]      2.5.2cvs41
9036
9037         * src/mh.c
9038                 Don't use strlen() to know if the
9039                 string's empty
9040
9041 2006-10-03 [colin]      2.5.2cvs40
9042
9043         * src/mh.c
9044                 Fix "check for new folders" with accentued folders
9045
9046 2006-10-03 [ticho]      2.5.2cvs39
9047
9048         * src/filtering.c
9049         * src/folder.c
9050         * src/inc.c
9051         * src/mbox.c
9052                 Colin's fix for "copy" filtering rules.
9053
9054 2006-10-02 [colin]      2.5.2cvs38
9055
9056         * src/folderview.c
9057                 Fix for double-click too
9058
9059 2006-10-02 [colin]      2.5.2cvs37
9060
9061         * src/folderview.c
9062                 correct fix for cvs36
9063
9064 2006-10-02 [colin]      2.5.2cvs36
9065
9066         * src/folderview.c
9067                 Fix 'goto next unread' after collapsing/expanding 
9068                 a node.
9069
9070 2006-10-02 [colin]      2.5.2cvs35
9071
9072         * src/summaryview.c
9073                 Fix double freeze/thaw
9074         * src/common/utils.c
9075         * src/common/utils.h
9076                 Reimplement strftime
9077         * src/procheader.c
9078                 Use it
9079
9080
9081 2006-10-02 [colin]      2.5.2cvs34
9082
9083         * src/mh.c
9084                 Time mh_write_sequences() - it's fast
9085         * src/summaryview.c
9086                 Init a variable to shut up gcc
9087
9088 2006-10-01 [colin]      2.5.2cvs33
9089
9090         * src/folder.c
9091         * src/mh.c
9092         * src/mh.h
9093         * src/msgcache.c
9094                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9095                 Add fsync but disable it, it's slow as hell
9096
9097 2006-10-01 [colin]      2.5.2cvs32
9098
9099         * src/mh.c
9100         * src/msgcache.c
9101                 fflush() caches and mh_sequences before
9102                 fclose()ing
9103
9104 2006-10-01 [colin]      2.5.2cvs31
9105
9106         * src/msgcache.c
9107                 Don't ftruncate when not using mmap
9108
9109 2006-09-30 [colin]      2.5.2cvs30
9110
9111         * src/main.c
9112                 Write folder list *after* saving caches
9113
9114 2006-09-30 [colin]      2.5.2cvs29
9115
9116         * src/folder.c
9117         * src/mh.c
9118                 Debug forced mtime changes
9119
9120 2006-09-30 [colin]      2.5.2cvs28
9121
9122         * src/folder.c
9123         * src/main.c
9124                 Remove useless debug_print()s (code
9125                 well-tested)
9126
9127 2006-09-30 [colin]      2.5.2cvs27
9128
9129         * src/mh.c
9130                 Do stuff faster when writing mh_sequences
9131
9132 2006-09-30 [colin]      2.5.2cvs26
9133
9134         * src/mh.c
9135                 Don't let the writing of .mh_sequences, which
9136                 can change the folder's mtime, let us think
9137                 we need to scan.
9138
9139 2006-09-30 [colin]      2.5.2cvs25
9140
9141         * src/folder.c
9142                 Move a debug_print where it belongs 
9143                 (processing)
9144         * src/summaryview.c
9145                 Don't mess with a huge slow subject
9146                 table if we're not threading by
9147                 subject
9148
9149 2006-09-30 [colin]      2.5.2cvs24
9150
9151         * src/msgcache.c
9152                 Reenable mmaped reads (*not* writes!)
9153         * src/procmsg.c
9154                 Don't destroy and recreate hashtables just
9155                 for fun
9156         * src/common/utils.c
9157                 Remove useless reply prefixes (it's case
9158                 unsensitive)
9159
9160 2006-09-30 [wwp]        2.5.2cvs23
9161
9162         * tools/fix_date.sh
9163                 Fixed a minor bug in date value extraction, added a switch
9164                 to replace non RFC-compliant Date: value, added a switch
9165                 to use strict RFC matching patterns for dates.
9166
9167 2006-09-29 [colin]      2.5.2cvs22
9168
9169         * src/matcher_parser.h
9170         * src/matcher_parser_parse.y
9171         * src/prefs_filtering.c
9172         * src/statusbar.c
9173         * src/summary_search.c
9174         * src/summaryview.c
9175         * src/gtk/quicksearch.c
9176         * src/gtk/quicksearch.h
9177                 Optimise searches by setting different
9178                 refresh intervals (depending if the 
9179                 search is fast or not)
9180
9181 2006-09-29 [colin]      2.5.2cvs21
9182
9183         * src/codeconv.c
9184                 Optimise by reusing the last iconv converter
9185                 if possible
9186         * src/textview.c
9187                 Optimise a bit (the foldable quotes feature
9188                 still has an awful O(n^2) algo
9189
9190 2006-09-29 [colin]      2.5.2cvs20
9191
9192         * src/gtk/gtksctree.c
9193         * src/gtk/gtksctree.h
9194                 Optimise de-selection via up/down or
9195                 another key
9196
9197 2006-09-28 [colin]      2.5.2cvs19
9198
9199         * src/action.c
9200         * src/compose.c
9201         * src/folderview.c
9202         * src/mainwindow.c
9203         * src/messageview.c
9204         * src/summary_search.c
9205         * src/toolbar.c
9206                 Avoid using summaryview->ctree directly
9207
9208 2006-09-28 [colin]      2.5.2cvs18
9209
9210         * src/summaryview.c
9211         * src/summaryview.h
9212                 Add helpers to freeze/thaw/grab_focus
9213                 Factorize calls to freeze/thaw/grab_focus
9214                 
9215
9216 2006-09-28 [colin]      2.5.2cvs17
9217
9218         * src/main.c
9219                 More guards for the session management
9220
9221 2006-09-28 [colin]      2.5.2cvs16
9222
9223         * src/folderview.c
9224         * src/gtk/gtksctree.c
9225         * src/gtk/gtksctree.h
9226                 Make expanding not recursive in folderview
9227
9228 2006-09-28 [colin]      2.5.2cvs15
9229
9230         * src/addressbook.c
9231                 If nothing is selected in the list (right part)
9232                 and a group is selected in the tree (left part),
9233                 mail this group.
9234
9235 2006-09-28 [colin]      2.5.2cvs14
9236
9237         * src/Makefile.am
9238                 Actually use SM_LIBS
9239
9240 2006-09-28 [ticho]      2.5.2cvs13
9241
9242         * src/export.c
9243         * src/messageview.c
9244         * src/mimeview.c
9245         * src/news.c
9246         * src/pop.c
9247         * src/prefs_themes.c
9248         * src/procmsg.c
9249                 Small i18n string optimization.
9250         * src/send_message.c
9251         * src/summaryview.c
9252         * src/common/session.c
9253         * src/common/smtp.c
9254         * src/common/ssl_certificate.c
9255         * src/common/utils.c
9256                 Use "Couldn't" instead of "Can't" in UI messages,
9257                 where appropriate.
9258
9259 2006-09-28 [colin]      2.5.2cvs12
9260
9261         * configure.ac
9262                 Possibly fix link errors
9263
9264 2006-09-27 [wwp]        2.5.2cvs11
9265
9266         * src/gtk/authors.h
9267         * doc/man/sylpheed-claws.1
9268         * manual/ack.xml
9269         * manual/es/ack.xml
9270         * manual/fr/ack.xml
9271         * manual/pl/ack.xml
9272                 Updated authors info (me, myself and I).
9273
9274 2006-09-27 [colin]      2.5.2cvs10
9275
9276         * src/addressbook.c
9277                 Remove useless printf
9278
9279 2006-09-27 [wwp]        2.5.2cvs9
9280
9281         * src/editgroup.c
9282         * src/send_message.c
9283         * src/inc.c
9284         * src/prefs_common.c
9285         * src/prefs_common.h
9286         * src/gtk/progressdialog.c
9287                 remember more windows' sizes (send dialog, received dialog,
9288                 edit group in addressbook).
9289
9290 2006-09-27 [colin]      2.5.2cvs8
9291
9292         * configure.ac
9293         * src/main.c
9294         * src/mainwindow.h
9295                 Use libSM to communicate with the session
9296                 manager, so that we can know when the 
9297                 session ends, save our caches, and draft
9298                 our compose windows.
9299
9300 2006-09-27 [colin]      2.5.2cvs7
9301
9302         * src/addressbook.c
9303                 Fix issues:
9304                 o Allow Book and Group creation from the tree's
9305                   contextual menu
9306                 o Do not actually delete the contacts when 
9307                   deleting groups from the tree (duh!)
9308
9309 2006-09-27 [colin]      2.5.2cvs6
9310
9311         * src/compose.c
9312         * src/compose.h
9313         * src/mainwindow.c
9314         * src/textview.c
9315         * src/toolbar.c
9316                 o Allow passing an email address to 
9317                   compose_new_with_folderitem
9318                 o Update callers
9319                 o Use current folderitem when clicking
9320                   on a TextView mailto: link
9321                 o Fix a possible leak in TextView
9322
9323 2006-09-27 [colin]      2.5.2cvs5
9324
9325         * src/html.c
9326                 Use UTF-8 chars to replace HTML entities
9327
9328 2006-09-27 [colin]      2.5.2cvs4
9329
9330         * AUTHORS
9331         * src/prefs_account.c
9332         * src/gtk/authors.h
9333                 Fix bug #1024 (Array index out of
9334                 range in sylpheed-claws-2.5.2)
9335                 Patch by Ales Nosek <anosek@suse.cz>
9336
9337 2006-09-27 [colin]      2.5.2cvs3
9338
9339         * src/addr_compl.c
9340                 Actually do the test
9341
9342 2006-09-27 [colin]      2.5.2cvs2
9343
9344         * src/addr_compl.c
9345         * src/addr_compl.h
9346                 Allow completing with comma (in certain cases: vCalendar
9347                 for example doesn't support that)
9348                 Patch by Fabien Vantard
9349
9350 2006-09-26 [colin]      2.5.2cvs1
9351
9352         * src/Makefile.am
9353         * src/addr_compl.c
9354         * src/addr_compl.h
9355         * src/addrbook.c
9356         * src/addrbook.h
9357         * src/addressbook.c
9358         * src/addrindex.c
9359         * src/addrindex.h
9360         * src/compose.c
9361         * src/prefs_common.c
9362         * src/prefs_filtering_action.c
9363         * src/prefs_folder_item.c
9364         * src/prefs_template.c
9365         * src/stock_pixmap.c
9366         * src/stock_pixmap.h
9367         * src/pixmaps/addr_one.xpm
9368         * src/pixmaps/addr_two.xpm
9369                 Add auto-completion on groups
9370
9371 2006-09-26 [colin]      2.5.2
9372
9373         * NEWS
9374         * README
9375         * RELEASE_NOTES
9376                 2.5.2 released
9377
9378 2006-09-26 [colin]      2.5.1cvs5
9379
9380         * src/matcher.c
9381                 Fix condition
9382
9383 2006-09-26 [colin]      2.5.1cvs4
9384
9385         * src/mbox.c
9386                 Revert cvs1 (useless as the message is printed 
9387                 every 500 mails)
9388
9389 2006-09-26 [colin]      2.5.1cvs3
9390
9391         * src/partial_download.c
9392                 Fix crasher found by Alexsandar Urosevic
9393
9394 2006-09-26 [colin]      2.5.1cvs2
9395
9396         * src/summaryview.c
9397                 Fix bug #1023 (Sylpheed deletes too much messages)
9398
9399 2006-09-26 [ticho]      2.5.1cvs1
9400
9401         * src/mbox.c
9402                 Make use of gettext's multiple plurals for statusbar
9403                 progress message.
9404
9405 2006-09-25 [paul]       2.5.1
9406
9407         * NEWS
9408         * README
9409         * RELEASE_NOTES
9410                 2.5.1 released
9411
9412 2006-09-25 [colin]      2.5.0cvs3
9413
9414         * src/plugins/bogofilter/bogofilter.c
9415         * src/plugins/clamav/clamav_plugin.c
9416         * src/plugins/spamassassin/spamassassin.c
9417                 BogoFilter, Spamassassin: Fix double hook registering after
9418                 visiting preferences
9419                 Spamassassin, Clamav: Just set the mails to move instead of
9420                 doing the move - caller will move the things at once.
9421
9422 2006-09-25 [colin]      2.5.0cvs2
9423
9424         * src/imap.c
9425         * src/etpan/imap-thread.c
9426                 Use UID SEARCH ALL instead of UID 1:*
9427                 (braindead servers can't figure out that's
9428                 the same...)
9429
9430 2006-09-25 [wwp]        2.5.0cvs1
9431
9432         * src/message_search.c
9433                 Added the ability to stop a running search (in message body).
9434
9435 2006-09-25 [paul]       2.5.0
9436
9437         * NEWS
9438         * README
9439         * RELEASE_NOTES
9440                 2.5.0 released
9441
9442 2006-09-25 [paul]       2.4.0cvs214
9443
9444         * po/cs.po
9445         * po/de.po
9446         * po/fi.po
9447         * po/fr.po
9448         * po/nl.po
9449         * po/pt_BR.po
9450         * po/sk.po
9451         * po/sr.po
9452         * po/zh_CN.po
9453                 updated by Tim, Stephan Sachse, Flammie Pirinen,
9454                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
9455                 Ticho, Aleksander Urosevic, Ralgh Young
9456
9457 2006-09-24 [mones]      2.4.0cvs213
9458
9459         * po/es.po
9460                 Updated for release
9461
9462 2006-09-23 [colin]      2.4.0cvs212
9463
9464         * src/gtk/inputdialog.c
9465                 Fix [ ] remember this appearing in normal
9466                 input dialogs after it's been used by
9467                 mimeview.
9468         * src/folder.c
9469         * src/folderview.c
9470         * src/msgcache.c
9471         * src/procmsg.c
9472         * src/summaryview.c
9473         * src/textview.c
9474         * src/common/timing.h
9475                 Enable timings in debug mode and make it
9476                 look prettier.
9477
9478 2006-09-22 [colin]      2.4.0cvs211
9479
9480         * README
9481                 Revert test change
9482         * commitHelper
9483                 ping the correct URI
9484
9485 2006-09-22 [colin]      2.4.0cvs210
9486
9487         * README
9488                 Let's see if bug #1022 is fixed
9489
9490 2006-09-21 [colin]      2.4.0cvs209
9491
9492         * src/wizard.c
9493         * src/common/plugin.c
9494                 Prepare infra to load predefined plugins when
9495                 no configuration existed. Don't actually load
9496                 anything yet (feat. freeze)
9497
9498 2006-09-21 [wwp]        2.4.0cvs208
9499
9500         * manual/fr/faq.xml
9501                 Partial sync w/ 2.4.0cvs72:
9502                 wrap file and minor updates.
9503
9504 2006-09-21 [wwp]        2.4.0cvs207
9505
9506         * tools/fix_date.sh
9507                 several fixes and enhancements. A new --force switch has been
9508                 added to prevent overriding by default Date: header when
9509                 already existing.
9510
9511 2006-09-21 [paul]       2.4.0cvs206
9512
9513         * src/common/utils.c
9514                 add Chinese UTF8 Re prefix
9515
9516 2006-09-21 [wwp]        2.4.0cvs205
9517
9518         * tools/Makefile.am
9519                 Fics alfabettical order.
9520
9521 2006-09-21 [wwp]        2.4.0cvs204
9522
9523         * tools/fix_date.sh
9524         * tools/Makefile.am
9525                 Added an action tool to fix missing Date field in emails.
9526                 Updated Makefile.am to reflect those last two additions.
9527
9528 2006-09-21 [wwp]        2.4.0cvs203
9529
9530         * tools/uuooffice
9531                 Added a action tool to open uuencoded docs w/
9532                 OpenOffice (based on uudec method).
9533
9534 2006-09-21 [colin]      2.4.0cvs202
9535
9536         * src/compose.c
9537         * src/textview.c
9538                 Workaround possible GTK crash: remove selection 
9539                 clipboard before destroying widget, or GTK+-2.10
9540                 dies. Thanks to Hiro.
9541
9542 2006-09-20 [colin]      2.4.0cvs201
9543
9544         * src/compose.c
9545                 Fix free-after-use in some cases (when 
9546                 procmime_encode_content() frees mimeinfo->data.mem
9547                 and turns it to a temp file)
9548
9549 2006-09-20 [colin]      2.4.0cvs200
9550
9551         * src/folderview.c
9552         * src/summaryview.c
9553         * src/gtk/gtksctree.c
9554         * src/gtk/gtksctree.h
9555                 Add tooltips in the folderview and summaryview
9556                 (Doesn't break string freeze as they already
9557                 exist)
9558         * src/toolbar.c
9559                 Put the spam button in the default configuration
9560                 if compiled with bogo plugin too
9561
9562 2006-09-19 [colin]      2.4.0cvs199
9563
9564         * src/summaryview.c
9565         * src/summaryview.h
9566                 Update folder name label on folder rename
9567         * src/prefs_matcher.c
9568         * src/gtk/logwindow.h
9569                 Fix warnings
9570                 Patches by Fabien
9571
9572 2006-09-19 [wwp]        2.4.0cvs198
9573
9574         * src/summary_search.c
9575                 fix can't click forward/backward buttons in the
9576                 search messages.
9577
9578 2006-09-18 [paul]       2.4.0cvs197
9579
9580         * src/wizard.c
9581                 add missing bracket, capitalise the A of
9582                 'SpamAssassin'
9583
9584 2006-09-18 [paul]       2.4.0cvs196
9585
9586         * src/compose.c
9587                 fix bug 1012 'crashed upon sending mail
9588                 from compose window'
9589                 Thanks to Colin
9590
9591 2006-09-16 [colin]      2.4.0cvs195
9592
9593         * src/folderview.c
9594                 Fix "real-time" sorting by freezing/thawing
9595
9596 2006-09-16 [colin]      2.4.0cvs194
9597
9598         * manual/faq.xml
9599                 Fix the anti-spam entry a bit
9600
9601 2006-09-16 [colin]      2.4.0cvs193
9602
9603         * src/wizard.c
9604                 Make sure reviewers have no excuse when stating
9605                 Sylpheed-Claws doesn't have antispam capabilities.
9606
9607 2006-09-16 [colin]      2.4.0cvs192
9608
9609         * src/main.c
9610                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
9611                 as if the SIGPIPE comes from etpan's thread we could
9612                 trigger a GUI update from this thread.
9613
9614 2006-09-16 [colin]      2.4.0cvs191
9615
9616         * src/summaryview.c
9617                 Init all members of the struct
9618
9619 2006-09-16 [paul]       2.4.0cvs190
9620
9621         * src/account.c
9622                 improvements to the English
9623
9624 2006-09-15 [colin]      2.4.0cvs189
9625
9626         * src/summaryview.c
9627                 HIG order on dialog
9628
9629 2006-09-14 [colin]      2.4.0cvs188
9630
9631         * src/common/socket.c
9632         * src/common/socket.h
9633         * src/common/ssl.c
9634         * src/common/ssl_certificate.c
9635         * src/common/ssl_certificate.h
9636         * src/etpan/imap-thread.c
9637                 the get_fqdn() call done to get canonical name when
9638                 checking an SSL certificate is blocking, which is
9639                 sad as we just did a non-blocking lookup to connect.
9640                 Fix that by letting the fqdn available to the SockInfo,
9641                 and use that in ssl_certificate_check(). For IMAP,
9642                 we don't do it as the lookup's done by libetpan, but
9643                 it's less annoying as IMAP connections as much more
9644                 rare than POP3 connections.
9645
9646 2006-09-14 [paul]       2.4.0cvs187
9647
9648         * manual/advanced.xml
9649                 improvements to the English,
9650                 properly place the new hidden options
9651                 within the alphabetical order
9652         * src/gtk/pluginwindow.c
9653                 improvements to the English
9654
9655 2006-09-14 [colin]      2.4.0cvs186
9656
9657         * src/prefs_common.c
9658         * src/prefs_common.h
9659         * src/gtk/gtksctree.c
9660         * manual/advanced.xml
9661                 New hidden pref, stripes_color_offset, to change
9662                 the value added/substracted to normal bgcolor to
9663                 create the stripes in summaries
9664
9665 2006-09-13 [colin]      2.4.0cvs185
9666
9667         * src/gedit-print.c
9668         * src/messageview.c
9669         * src/messageview.h
9670         * src/summaryview.c
9671         * src/textview.c
9672                 Fix misc. printing issues: 
9673                 - Bad font for linkified headers
9674                 - Different font if the mail was displayed or not
9675                 - Factorize the thing
9676
9677 2006-09-13 [colin]      2.4.0cvs184
9678
9679         * src/common/ssl_certificate.c
9680                 Only get FQDN once when checking certificate
9681
9682 2006-09-13 [colin]      2.4.0cvs183
9683
9684         * src/account.c
9685         * src/gtk/pluginwindow.c
9686                 Misc. GUI fixes by Fabien
9687
9688 2006-09-13 [wwp]        2.4.0cvs182
9689
9690         * configure.ac
9691         * src/common/utils.h
9692         * src/common/utils.c
9693                 get rid of unused wide-char functions.
9694
9695 2006-09-13 [wwp]        2.4.0cvs181
9696
9697         * src/plugins/pgpinline/sylpheed.def
9698         * src/textview.c
9699                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
9700                 add privacy_reset_error to the .def file,
9701                 do not fork for an external textviewer.
9702
9703 2006-09-13 [wwp]        2.4.0cvs180
9704
9705         * src/prefs_common.c
9706                 fix broken font entry in prefs (patch issued by the gpg4win team,
9707                 probably by Marcus Brinkmann <marcus@g10code.de>).
9708
9709 2006-09-13 [colin]      2.4.0cvs179
9710
9711         * src/folder.h
9712                 Fix a warning in summaryview.c
9713         * src/mainwindow.c
9714         * src/summaryview.c
9715         * src/summaryview.h
9716                 Add missing Mark/* elements in the
9717                 main menu
9718
9719 2006-09-12 [colin]      2.4.0cvs178
9720
9721         * src/prefs_actions.c
9722         * src/prefs_filtering_action.c
9723         * src/prefs_matcher.c
9724                 Use (New) instead of New everywhere
9725
9726 2006-09-12 [wwp]        2.4.0cvs177
9727
9728         * manual/fr/addrbook.xml
9729         * manual/fr/handling.xml
9730                 updated some quotes in the fr manual to match the fr translation.
9731
9732 2006-09-12 [wwp]        2.4.0cvs176
9733
9734         * src/prefs_matcher.c
9735                 don't store translated string elements in matcher expressions.
9736                 Also fixed a misused of Q_().
9737
9738 2006-09-11 [wwp]        2.4.0cvs175
9739
9740         * src/plugins//bogofilter/bogofilter.c
9741         * src/plugins//clamav/clamav_plugin.c
9742         * src/plugins//demo/demo.c
9743         * src/plugins//dillo_viewer/dillo_viewer.c
9744         * src/plugins//pgpcore/plugin.c
9745         * src/plugins//pgpinline/plugin.c
9746         * src/plugins//pgpmime/plugin.c
9747         * src/plugins//spamassassin/spamassassin.c
9748                 gettext-ize more strings (mostly plugin error messages).
9749
9750 2006-09-11 [colin]      2.4.0cvs174
9751
9752         * src/alertpanel.c
9753                 Make maximum buffer size bigger to avoid
9754                 truncating translated messages. Patch by
9755                 Fabien
9756
9757 2006-09-11 [colin]      2.4.0cvs173
9758
9759         * src/etpan/imap-thread.c
9760                 Fix compilation on OpenBSD, thanks to 
9761                 Landry
9762
9763 2006-09-10 [wwp]        2.4.0cvs172
9764
9765         * manual/account.xml
9766         * manual/addrbook.xml
9767         * manual/handling.xml
9768         * manual/es/handling.xml
9769         * manual/fr/account.xml
9770         * manual/fr/addrbook.xml
9771         * manual/fr/handling.xml
9772                 documented addressbook matching (condition configuration):
9773                   addrbook.xml, en fr
9774                 documented per-account filtering rules (handling/filtering
9775                   section, account section):
9776                   account.xml, handling.xml, en fr
9777                 slightly updated the handling/searching section to tell few
9778                   words about the extended search ability:
9779                   handling.xml, en fr
9780                 added missing <quote></quotes> to Quick Search:
9781                   handling.xml, en fr es
9782                 fixed a typo (auomatically):
9783                   handling.xml, en
9784                 changes revisited by Paul.
9785
9786 2006-09-10 [paul]       2.4.0cvs171
9787
9788         * src/prefs_actions.c
9789         * src/prefs_filtering.c
9790         * src/prefs_template.c
9791                 adjustments to the gui
9792                 Patch by Fabien Vantard (slightly modified)
9793
9794 2006-09-10 [colin]      2.4.0cvs170
9795
9796         * src/summaryview.c
9797                 Check folderitem/summaryview consistency
9798                 (basically automates Update summary). Fixes
9799                 #1011 (wrong (negative) count on unread 
9800                 messages)
9801
9802 2006-09-10 [colin]      2.4.0cvs169
9803
9804         * src/gtk/gtksctree.c
9805                 Fix recursive expansion via mouse
9806         * src/plugins/bogofilter/bogofilter.c
9807                 Use normal filtering way of moving
9808                 messages (batching), possibly fixing
9809                 bug #1015 (Bogofilter plugin doubles 
9810                 new messages)
9811
9812 2006-09-09 [wwp]        2.4.0cvs168
9813
9814         * src/prefs_filtering.c
9815                 better place for this fix.
9816
9817 2006-09-09 [wwp]        2.4.0cvs167
9818
9819         * src/prefs_filtering.c
9820                 fix a minor bug when the enabled status of a filtering/processing
9821                 rule always got set to TRUE when replacing this rule. That still
9822                 make sense when adding a new rule, but now when replacing, we
9823                 don't override the value of 'enabled'.
9824                 Also renamed the func prefs_filtering_list_view_get_rule_name()
9825                 to prefs_filtering_list_view_get_info() as this function not only
9826                 returns the name, but also the account_id and the enabled status.
9827
9828 2006-09-09 [mones]      2.4.0cvs166
9829
9830         * manual/glossary.xml
9831         * manual/plugins.xml
9832                 Minor format corrections
9833         * manual/gpl.xml
9834                 Fix misplaced NO WARRANTY section
9835         * manual/es/advanced.xml
9836         * manual/es/faq.xml
9837         * manual/es/glossary.xml
9838         * manual/es/gpl.xml
9839         * manual/es/handling.xml
9840         * manual/es/plugins.xml
9841         * manual/es/starting.xml
9842                 Incorporate changes from English version
9843         * manual/fr/ack.xml
9844         * manual/pl/ack.xml
9845         * manual/es/ack.xml
9846                 Fix address, (add translation credits in es version)
9847         * po/es.po
9848                 Updated translation
9849
9850 2006-09-09 [wwp]        2.4.0cvs165
9851
9852         * src/prefs_filtering.c
9853                 fix a crash when opening filtering prefs, if matcherrc file contains
9854                 broken data (non-existing account id, which is theoretically not
9855                 possible).
9856
9857 2006-09-08 [colin]      2.4.0cvs164
9858
9859         * src/folder.c
9860                 Wrong assert, make it an if()
9861         * src/gtk/gtksctree.c
9862                 Fix bug #1013 (expand selected thread 
9863                 tree) - expanding is now recursive
9864
9865 2006-09-07 [wwp]        2.4.0cvs163
9866
9867         * src/prefs_matcher.c
9868                 make better sentences about addressbook matching in the
9869                 matcher prefs. This should make translators' work easier
9870                 too.
9871
9872 2006-09-07 [wwp]        2.4.0cvs162
9873
9874         * src/prefs_filtering.c
9875                 code simplification (get rid of dup var. assignment).
9876
9877 2006-09-07 [wwp]        2.4.0cvs161
9878
9879         * src/summaryview.c
9880                 use GTK_STOCK icons when possible, patch by Fabien Vantard
9881                 <fzzzzz@gmail.com>.
9882
9883 2006-09-07 [paul]       2.4.0cvs160
9884
9885         * src/mimeview.c
9886                 fix compilation warnings
9887                 Thanks to Colin
9888
9889 2006-09-07 [paul]       2.4.0cvs159
9890
9891         * src/mimeview.c
9892                 select the mimepart icon when
9893                 displaying as text
9894                 Thanks to Colin
9895
9896 2006-09-06 [paul]       2.4.0cvs158
9897
9898         * src/prefs_filtering.c
9899                 fix labels and table element spacing
9900                 Patch by Fabien Vantard
9901
9902 2006-09-06 [paul]
9903
9904         2.5.0-rc3 released
9905
9906 2006-09-06 [paul]       2.4.0cvs157
9907
9908         * manual/es/advanced.xml
9909                 fix typo
9910
9911 2006-09-06 [wwp]        2.4.0cvs156
9912
9913         * src/mainwindow.c
9914                 fix an dup launch issue when iconified, thanks to Colin.
9915
9916 2006-09-06 [wwp]        2.4.0cvs155
9917
9918         * src/gtk//gtksctree.h
9919                 oops, forgot that one!
9920
9921 2006-09-06 [wwp]        2.4.0cvs154
9922
9923         * manual/pl/advanced.xml
9924         * manual/advanced.xml
9925         * manual/es/advanced.xml
9926         * manual/fr/advanced.xml
9927         * src/prefs_customheader.c
9928         * src/prefs_filtering_action.c
9929         * src/foldersel.c
9930         * src/prefs_summaries.c
9931         * src/prefs_filtering.c
9932         * src/account.c
9933         * src/compose.c
9934         * src/prefs_summary_column.c
9935         * src/addr_compl.c
9936         * src/prefs_actions.c
9937         * src/prefs_folder_column.c
9938         * src/ssl_manager.c
9939         * src/prefs_template.c
9940         * src/prefs_display_header.c
9941         * src/prefs_common.h
9942         * src/prefs_matcher.c
9943         * src/prefs_common.c
9944         * src/prefs_toolbar.c
9945         * src/summaryview.c
9946         * src/folderview.c
9947         * src/gtk/gtksctree.c
9948         * src/gtk/pluginwindow.c
9949         * src/gtk/progressdialog.c
9950         * src/gtk/prefswindow.c
9951                 renamed hidden option enable_rules_hint to use_stripes_everywhere
9952                 to make its meaning more obvious (all versions of the manual reflect
9953                 the change).
9954                 added an extra hidden option use_stripes_in_summary to allow
9955                 discarding these stripes in mainwindow's folder and message lists;
9956                 en and fr manuals only are OK towards this.
9957
9958 2006-09-06 [colin]      2.4.0cvs153
9959
9960         * src/textview.c
9961                 Hide Sylpheed-Claws' internal queue headers
9962                 when showing all headers. They'll be present
9963                 only in Source window.
9964
9965 2006-09-05 [colin]      2.4.0cvs152
9966
9967         * src/plugins/trayicon/trayicon.c
9968                 Fix crash at exit - we have to disconnect
9969                 our handlers
9970         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9971                 Update eggtrayicon - patch adapted from a
9972                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
9973                 on Sylpheed's ML
9974
9975 2006-09-05 [colin]      2.4.0cvs151
9976
9977         * src/mainwindow.c
9978         * src/gtk/logwindow.c
9979                 Fix race condition when something writes
9980                 to the log too soon during init. Thanks
9981                 to Fabien Vantard
9982
9983 2006-09-05 [colin]      2.4.0cvs150
9984
9985         * src/mimeview.c
9986                 Don't select part on right-click either
9987
9988 2006-09-05 [paul]       2.4.0cvs149
9989
9990         * src/mimeview.c
9991                 completion of previous commit
9992                 Thanks to Colin
9993
9994 2006-09-05 [colin]      2.4.0cvs148
9995
9996         * src/mimeview.c
9997                 Don't force selection on middle-click, just open
9998
9999 2006-09-04 [colin]      2.4.0cvs147
10000
10001         * src/mimeview.c
10002                 Looks like gtk_notebook_set_current_page()
10003                 sometimes steals focus, and this annoys us
10004                 in MimeViewers as it renders navigation
10005                 keys useless. Take back focus after switching
10006                 pages.
10007
10008 2006-09-04 [colin]      2.4.0cvs146
10009
10010         * src/messageview.c
10011                 Set stop_loading when clicking on Next
10012                 during load. Don't add a callback to 
10013                 avoid over-complicating things.
10014
10015 2006-09-04 [colin]      2.4.0cvs145
10016
10017         * src/mimeview.c
10018         * src/messageview.c
10019                 Fix multiple loads in separate messageview
10020
10021 2006-09-04 [colin]      2.4.0cvs144
10022
10023         * src/summaryview.c
10024                 Let navigation keys be handled during 
10025                 load
10026
10027 2006-09-04 [colin]      2.4.0cvs143
10028
10029         * src/messageview.c
10030         * src/summaryview.c
10031         * src/textview.c
10032         * src/textview.h
10033                 Make loading of huge mails (lots of text and/or
10034                 images) cancellable, so the GUI doesn't block 
10035
10036 2006-09-04 [colin]      2.4.0cvs142
10037
10038         * src/plugins/trayicon/trayicon.c
10039                 Fix annoyance when removing a folder with 
10040                 unread mails: trayicon didn't update
10041
10042 2006-09-04 [paul]       2.4.0cvs141
10043
10044         * src/gtk/icon_legend.c
10045                 straighten up columns
10046                 Patch by Fabien Vantard
10047
10048 2006-09-04 [wwp]        2.4.0cvs140
10049
10050         * src/prefs_filtering.c
10051                 fix new line's account name in filtering prefs:
10052                 was "All", is now "(New)".
10053
10054 2006-09-04 [paul]       2.4.0cvs139
10055
10056         * tools/make.themes.project
10057                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10058                 instead of homebrewed "make release"
10059
10060 2006-09-03 [colin]      2.4.0cvs138
10061
10062         * src/folderview.c
10063                 Fix bug #1007 (Wrong folder highlighted)
10064
10065 2006-09-03 [colin]      2.4.0cvs137
10066
10067         * src/compose.c
10068                 Don't set Newsgroup: header to a mail folder
10069                 path
10070
10071 2006-09-03 [paul]       2.4.0cvs136
10072
10073         * src/prefs_other.c
10074         * src/prefs_spelling.c
10075                 unify the gui
10076
10077 2006-09-03 [paul]       2.4.0cvs135
10078
10079         * src/prefs_summaries.c
10080                 correct menu item text in prefs_keybind_apply_clicked()
10081
10082 2006-09-03 [paul]       2.4.0cvs134
10083
10084         * manual/advanced.xml
10085                 some improvements to the descriptions
10086         * src/mainwindow.c
10087         * src/messageview.c
10088         * src/summaryview.c
10089         * src/gtk/menu.c
10090                 fix menu sensitivity issues
10091         * src/prefs_message.c
10092                 drop the useless word 'short'
10093         * src/prefs_other.c
10094                 add the word 'lines' indicating log length
10095                 is a measure of lines
10096         * src/textview.c
10097                 fix compilation warnings
10098
10099 2006-09-02 [colin]      2.4.0cvs133
10100
10101         * src/messageview.c
10102                 Display a special return-receipt message
10103                 if the message is from the user
10104         * src/summaryview.c
10105                 Fix missing freeze of the list when marking
10106                 all read and unthreading for exec. Thanks
10107                 to Stephan Sachse.
10108
10109 2006-09-02 [paul]       2.4.0cvs132
10110
10111         * src/mainwindow.c
10112         * src/prefs_message.c
10113         * src/summaryview.c
10114                 fix some english
10115
10116 2006-09-02 [wwp]        2.4.0cvs131
10117
10118         * src/prefs_filtering.c
10119                 added an account name column to the filtering rules
10120                 dialog.
10121
10122 2006-09-02 [colin]      2.4.0cvs130
10123
10124         * src/gtk/logwindow.c
10125         * src/gtk/logwindow.h
10126                 Block scrolling if we're not at the end
10127                 of the log
10128
10129 2006-09-02 [colin]      2.4.0cvs129
10130
10131         * src/folder.c
10132                 Make sure account-specific rules can't
10133                 be used in {pre-,post-,}processing
10134         * src/mainwindow.c
10135         * src/gtk/logwindow.c
10136         * src/gtk/logwindow.h
10137                 Jump to last error when clicking on the
10138                 warning icon
10139
10140 2006-09-02 [colin]      2.4.0cvs128
10141
10142         * src/imap.c
10143         * src/import.c
10144         * src/mainwindow.c
10145         * src/mainwindow.h
10146                 Fix warning icon
10147         * src/inc.c
10148         * src/mbox.c
10149         * src/mbox.h
10150                 Let proc_mbox know its account, for
10151                 account-specific rules
10152
10153 2006-09-01 [colin]      2.4.0cvs127
10154
10155         * src/codeconv.c
10156                 Don't uselessly use iconv to convert from
10157                 us-ascii
10158         * src/alertpanel.c
10159         * src/mainwindow.c
10160         * src/mainwindow.h
10161         * src/inc.c
10162                 Fix certain log cases, disable warning icon
10163                 for now, the correct way to display it when
10164                 necessary and only when necessary is probably
10165                 to do it manually rather than use error logs
10166         * src/etpan/imap-thread.c
10167                 Clean up UID logging a bit
10168         * src/gtk/logwindow.c
10169         * src/gtk/logwindow.h
10170                 Make logging faster when the window's closed
10171
10172 2006-09-01 [wwp]        2.4.0cvs126
10173
10174         * manual/fr/account.xml
10175                 reflect changes to the ref. manual (parts of cvs72):
10176                 fix tabnames and quotes.
10177
10178 2006-09-01 [wwp]        2.4.0cvs125
10179
10180         * manual/fr/plugins.xml
10181                 reflect changes to the reference manual (cvs42):
10182                 update IRC channel info.
10183
10184 2006-09-01 [wwp]        2.4.0cvs124
10185
10186         * commitHelper
10187                 use CVSEDITOR env. var. if set, according to `man cvs`.
10188
10189 2006-09-01 [wwp]        2.4.0cvs123
10190
10191         * manual/advanced.xml
10192                 better sentence again (thanks to Paul).
10193
10194 2006-09-01 [wwp]        2.4.0cvs122
10195
10196         * manual/advanced.xml
10197         fix definition of toolbar_detachable and rework a bit the one of
10198         enable_dotted_lines.
10199
10200 2006-09-01 [mones]      2.4.0cvs121
10201
10202         * manual/advanced.xml
10203                 Document enable_dotted_lines
10204
10205 2006-09-01 [paul]       2.4.0cvs120
10206
10207         * src/folderview.c
10208         * src/folderview.h
10209         * src/imap.c
10210         * src/mainwindow.c
10211         * src/summaryview.c
10212                 obey the 'When entering folder...' option
10213                 when using the /View/Go to/... menu items
10214                 Thanks to Colin
10215
10216 2006-08-31 [colin]      2.4.0cvs119
10217
10218         * src/folderview.c
10219                 Revert 2.4.0cvs116, wrong fix.
10220
10221 2006-08-31 [colin]      2.4.0cvs118
10222
10223         * src/gtk/gtksctree.c
10224                 Better state the various copyrights
10225
10226 2006-08-31 [colin]      2.4.0cvs117
10227
10228         * src/prefs_common.c
10229                 fix enable_dotted_lines
10230
10231 2006-08-31 [colin]      2.4.0cvs116
10232
10233         * src/folderview.c
10234                 Use pref "Always open on select" when going
10235                 to next unread folder
10236         * src/gtk/gtksctree.c
10237                 Fix link failure to _gtk_clist_create_cell_layout
10238                 on certain computers. (Why not mine, I wonder)
10239
10240 2006-08-31 [colin]      2.4.0cvs115
10241
10242         * src/procmsg.c
10243         * src/textview.c
10244         * src/plugins/bogofilter/bogofilter.c
10245         * src/plugins/spamassassin/spamassassin.c
10246                 Requalify some "errors" to warnings
10247         * src/mainwindow.c
10248         * src/mainwindow.h
10249         * src/statusbar.c
10250                 Add an icon in the statusbar to notify
10251                 of errors
10252         * src/gtk/gtksctree.c
10253         * src/folderview.c
10254         * src/summaryview.c
10255                 Make the GtkSCTree look more modern by
10256                 alternating background lines
10257         * src/prefs_common.c
10258         * src/prefs_common.h
10259                 Add a pref to let people have the old
10260                 way if they prefer
10261
10262
10263 2006-08-30 [colin]      2.4.0cvs114
10264
10265         * src/procmsg.c
10266         * src/procmsg.h
10267                 Provide a way to filter a list of
10268                 messages in an optimised manner, and
10269                 add a list-filtering hook
10270         * src/folder.c
10271         * src/inc.c
10272         * src/mbox.c
10273                 Use the list filtering
10274         * src/plugins/bogofilter/bogofilter.c
10275                 Use the list-filtering hook
10276                 Use -b (bulk) mode for more speed
10277                 when learning and filtering
10278         * src/etpan/imap-thread.c
10279                 Make log output shorter in UID SEARCH
10280
10281
10282 2006-08-30 [colin]      2.4.0cvs113
10283
10284         * src/plugins/bogofilter/bogofilter.c
10285                 Really fast mass learning - thanks to David
10286                 Relson for the options explanations :)
10287
10288 2006-08-30 [colin]      2.4.0cvs112
10289
10290         * src/msgcache.c
10291                 Fix compilation on FreeBSD. Thanks
10292                 to Michael Hugues
10293
10294 2006-08-29 [colin]      2.4.0cvs111
10295
10296         * src/folderview.c
10297                 Handle "popup_menu" signal (for popping the 
10298                 menu via the keyboard)
10299         * src/mimeview.c
10300         * src/mimeview.h
10301         * src/summaryview.c
10302         * src/textview.c
10303         * src/gtk/gtkutils.c
10304         * src/gtk/gtkutils.h
10305                 Factorize scrolling code, and add an API 
10306                 for MimeViewers to handle scroll orders
10307
10308 2006-08-29 [wwp]        2.4.0cvs110
10309
10310         * src/plugins//bogofilter/bogofilter.c
10311         * src/plugins//spamassassin/spamassassin.c
10312                 make the bogofilter/spamassassin filtering error dialogs at
10313         incorporation obey to the "don't popup error dialog on
10314         receive error" option. If disabled, feed the log window w/
10315         the error message.
10316
10317 2006-08-29 [paul]
10318
10319         2.5.0-rc2 released
10320
10321 2006-08-29 [paul]       2.4.0cvs109
10322
10323         * Makefile.am
10324                 remove 'make release', it's not needed
10325                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
10326
10327 2006-08-29 [paul]       2.4.0cvs108
10328
10329         * src/foldersel.c
10330         * src/summary_search.c
10331         * src/gtk/progressdialog.c
10332         * src/plugins/pgpcore/passphrase.c
10333                 replace deprecated gtk_window_set_policy()
10334
10335 2006-08-29 [colin]      2.4.0cvs107
10336
10337         * src/folder.c
10338                 Fix data loss when copy fails during a move:
10339                 only use fast remove_msgs if everything was
10340                 copied OK; else use slow remove_msg on the
10341                 mails that got copied only.
10342
10343 2006-08-28 [paul]       2.4.0cvs106
10344
10345         * src/mh.c
10346                 revert change in 2.4.0cvs104, it breaks
10347                 stuff
10348
10349 2006-08-28 [paul]       2.4.0cvs105
10350
10351         * src/plugins/spamassassin/spamassassin.c
10352                 english fix
10353
10354 2006-08-28 [paul]       2.4.0cvs104
10355
10356         * src/mh.c
10357                 fix data loss when moving to another
10358                 mailbox fails
10359         * src/prefs_spelling.c
10360                 improve the english
10361         * src/gtk/pluginwindow.c
10362                 improve the layout of the dialog text
10363         All thanks to Colin
10364
10365 2006-08-28 [paul]       2.4.0cvs103
10366
10367         * src/plugins/bogofilter/bogofilter.c
10368         * src/plugins/bogofilter/bogofilter_gtk.c
10369                 fix english up a bit, innit
10370
10371 2006-08-28 [paul]       2.4.0cvs102
10372
10373         * configure.ac
10374         * po/Makefile.in.in
10375         * po/Makevars
10376                 require autoconf 2.60, enabling building
10377                 with gettext 0.15 (gettext 0.14.x build still
10378                 possible). Replace Makefiles with versions
10379                 from gettext 0.15.
10380                 Remove configure options --with-localedir and
10381                 --with-mandir. The options that are provided
10382                 directly by autoconf 2.60 can be used instead:
10383                 --mandir --localedir
10384
10385 2006-08-27 [colin]      2.4.0cvs101
10386
10387         * src/plugins/bogofilter/Makefile.am
10388                 Fix make dist (no README)
10389
10390 2006-08-27 [colin]      2.4.0cvs100
10391
10392         * src/folder.c
10393                 Don't use F_UNKNOWN folders for any default
10394                 outbox/trash/etc
10395         * src/plugins/bogofilter/bogofilter.c
10396         * src/plugins/bogofilter/bogofilter.h
10397         * src/plugins/bogofilter/bogofilter_gtk.c
10398                 Add an option to specify the path to bogofilter
10399                 Use single-quotes to be able to learn in folders
10400                 with spaces in their names
10401                 Verify learning status
10402
10403 2006-08-27 [colin]      2.4.0cvs99
10404
10405         * manual/faq.xml
10406         * manual/plugins.xml
10407                 Document Bogofilter plugin
10408
10409 2006-08-27 [colin]      2.4.0cvs98
10410
10411         * src/compose.c
10412         * src/messageview.c
10413         * src/procmsg.c
10414         * src/procmsg.h
10415                 When possible, copy the queued mail to sent folder
10416                 instead of re-adding. Much faster on IMAP.
10417
10418 2006-08-27 [colin]      2.4.0cvs97
10419
10420         * src/msgcache.c
10421                 Disable mmaped caches - huge metadata loss
10422                 here after a power failure.
10423         * src/summaryview.c
10424                 Add quicksearch timing
10425         * src/common/plugin.c
10426         * src/common/plugin.h
10427                 Implement an interface to tell what plugins
10428                 provide. Prevent loading of similar plugins.
10429         * src/plugins/clamav/clamav_plugin.c
10430         * src/plugins/demo/demo.c
10431         * src/plugins/dillo_viewer/dillo_viewer.c
10432         * src/plugins/pgpcore/plugin.c
10433         * src/plugins/pgpinline/pgpinline.c
10434         * src/plugins/pgpmime/pgpmime.c
10435         * src/plugins/spamassassin/spamassassin.c
10436         * src/plugins/trayicon/trayicon.c
10437                 Implement plugin_provides()
10438
10439 2006-08-27 [colin]      2.4.0cvs96
10440
10441         * configure.ac
10442         * src/plugins/Makefile.am
10443         * src/plugins/bogofilter/.cvsignore
10444         * src/plugins/bogofilter/Makefile.am
10445         * src/plugins/bogofilter/bogofilter.c
10446         * src/plugins/bogofilter/bogofilter.h
10447         * src/plugins/bogofilter/bogofilter_gtk.c
10448                 New Bogofilter plugin, provides filtering and
10449                 learning. Spamassassin will go to extra plugins.
10450
10451 2006-08-26 [mones]      2.4.0cvs95
10452
10453         * manual/handling.xml
10454                 Fix subfolder path in the example (thanks to Paul) 
10455
10456 2006-08-26 [mones]      2.4.0cvs94
10457
10458         * manual/glossary.xml
10459                 2.2. + add ISP to the glossary
10460                 7.5. + Add UIDL to glossary
10461                 7.7. + Add TCP to glossary
10462         * manual/handling.xml
10463                 7.1. + Mentions GNU/Linux distribution, what about the non...
10464                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
10465                 7.3. + Mentions .bashrc, what about the non-bash ones? 
10466                 7.4. = Use appropriate quotation for commands
10467                 7.6. = change "" to <quote></quote>
10468         * manual/plugins.xml
10469                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
10470         * manual/starting.xml
10471                 2.1. + local mbox file: some examples of mbox file locations...
10472                 Also reformatted files requiring it
10473
10474 2006-08-26 [wwp]        2.4.0cvs93
10475
10476         * src/summary_search.c
10477                 disable find buttons while summary search is running.
10478
10479 2006-08-25 [colin]      2.4.0cvs92
10480
10481         * src/folder.c
10482         * src/folderutils.c
10483         * src/mh.c
10484         * src/procmsg.h
10485         * src/summaryview.c
10486                 Speed up MH moving, and add progressbar
10487                 for MH deletion
10488         * src/msgcache.c
10489                 Write cache files using mmap() too
10490
10491 2006-08-25 [wwp]        2.4.0cvs91
10492
10493         * src/summaryview.c
10494                 switch spam<->ham button when a message has been marked as spam or ham
10495                 and is still selected. Thanks to Colin.
10496
10497 2006-08-25 [paul]       2.4.0cvs90
10498
10499         * src/Makefile.am
10500         * src/stock_pixmap.c
10501         * src/stock_pixmap.h
10502         * src/summaryview.c
10503         * src/gtk/icon_legend.c
10504         * src/pixmaps/copied.xpm
10505         * src/pixmaps/moved.xpm
10506                 add icons for delayed execution marked for
10507                 copying, marked for moving
10508
10509 2006-08-25 [mones]      2.4.0cvs89
10510
10511         * manual/glossary.xml
10512                 Fix the other glossary items:
10513                 5.1. = Inmmediate execution -> <quote>immediate execution...
10514                 5.2. = Fix MBOX capitalization -> Mbox
10515                 5.3. + Improve Plugins def. w/ tech. ref.
10516                 5.4. = Quotation -> replace '>' by <quote>></quote>
10517                 5.5. - SMTP Server. -> remove dot
10518         * po/es.po
10519                 Updated translation
10520
10521 2006-08-25 [mones]      2.4.0cvs88
10522
10523         * manual/ack.xml
10524                 Reformatted, changed email address
10525         * manual/glossary.xml
10526                 Reformatted, fixed MANUAL-TODO items:
10527                 8.2. + add ROT-13 to glossary
10528                 8.4. + add URL to glossary
10529         * manual/es/advanced.xml
10530                 Fixed <literal>s
10531
10532 2006-08-25 [paul]       2.4.0cvs87
10533
10534         * src/gtk/icon_legend.c
10535                 add 'marked for deletion' icon
10536                 arrange icons by containing column
10537                 wrap long label text
10538
10539 2006-08-25 [colin]      2.4.0cvs86
10540
10541         * src/common/utils.c
10542         * src/common/utils.h
10543                 Add the sc_g_*list_bigger functions in
10544                 a place everyone can use it
10545         * src/summaryview.c
10546                 Only freeze/thaw the list when working
10547                 on the selection, if it's bigger than 1
10548         * src/gtk/gtksctree.c
10549                 Only freeze/thaw the list when unselec-
10550                 ting 'all' if ('all' != 1)
10551                 This avoids some flickering
10552
10553 2006-08-24 [colin]      2.4.0cvs85
10554
10555         * src/addressbook.c
10556                 Fix strange list selection
10557                 Fix random seg (Invalid read of freed memory)
10558
10559 2006-08-24 [colin]      2.4.0cvs84
10560
10561         * src/alertpanel.c
10562         * src/gtk/inputdialog.c
10563         * src/plugins/pgpcore/passphrase.c
10564                 Revert minimal width patch of 2.4.0cvs67,
10565                 as it is also a maximal width. Use 
10566                 gtk_window_set_default_size instead.
10567
10568 2006-08-24 [colin]      2.4.0cvs83
10569
10570         * src/msgcache.c
10571                 Write cache/mark to temp files before
10572                 overwriting old ones (avoids metadata
10573                 loss if writing the new files fail).
10574                 Use mmap() to read cache/mark file, as
10575                 this makes cache reading faster. Dis-
10576                 abled for big-endian machines until it
10577                 can be tested. (Big-endian users: set
10578                 msgcache_use_mmap = TRUE in the relevant
10579                 #if).
10580         * src/procmsg.h
10581                 Move rarely used fields of MsgInfo in 
10582                 another structure, which will only be
10583                 allocated if needed. Face, X-Face,
10584                 Return receipt headers and List-*
10585                 headers are moved. Mails having none
10586                 of these occupy 52 bytes less with
10587                 this patch, which makes 2.5MB of RAM
10588                 saved on a 50k folder).
10589         * src/headerview.c
10590         * src/mainwindow.c
10591         * src/messageview.c
10592         * src/partial_download.c
10593         * src/procheader.c
10594         * src/procmsg.c
10595         * src/textview.c
10596                 Follow this structure change.
10597
10598 2006-08-24 [wwp]        2.4.0cvs82
10599
10600         * manual/es/.cvsignore
10601         * manual/es/dist/.cvsignore
10602         * manual/es/dist/html/.cvsignore
10603         * manual/es/dist/pdf/.cvsignore
10604         * manual/es/dist/ps/.cvsignore
10605         * manual/es/dist/txt/.cvsignore
10606                 more (generated) files to ignore.
10607
10608 2006-08-24 [colin]      2.4.0cvs81
10609
10610         * src/folder.c
10611         * src/mh.c
10612                 Fix possible problems with local delivery. Check the folder doesn't
10613                 need scan before setting its mtime when saving cache (which can be
10614                 done long after the folder's been modified by an external process);
10615                 Check that the stored item's mtime didn't change in mh functions.
10616
10617 2006-08-24 [mones]      2.4.0cvs80
10618
10619         * manual/advanced.xml
10620                 Rewrapping, some fixes and MANUAL-TODO items:
10621                 8.1. = change "" to <quote></quote>
10622                 8.3. = quote menu items
10623                 8.5. - deploying -> new user ... ideally a new user (redundant)
10624
10625 2006-08-23 [colin]      2.4.0cvs79
10626
10627         * src/gtk/gtksctree.c
10628                 When selecting or deselecting range, only
10629                 freeze/thaw when selection is bigger than 10
10630
10631 2006-08-23 [colin]      2.4.0cvs78
10632
10633         * src/messageview.c
10634         * src/mimeview.c
10635         * src/mimeview.h
10636         * src/plugins/dillo_viewer/dillo_viewer.c
10637                 Provide an API for MimeViewer plugins to
10638                 return a text selection for replying
10639
10640 2006-08-23 [colin]      2.4.0cvs77
10641
10642         * src/image_viewer.c
10643         * src/textview.c
10644                 Use gtk_pixbuf_new_from_file_at_scale(), which
10645                 is faster than getting the pixbuf then resizing
10646                 it.
10647
10648 2006-08-23 [colin]      2.4.0cvs76
10649
10650         * src/procmime.c
10651                 UTF-8 should be sent Quoted-printable
10652
10653 2006-08-22 [colin]      2.4.0cvs75
10654
10655         * src/mh.c
10656                 Check if scan is required before touching
10657                 the folder (or it'll be required every time)
10658
10659 2006-08-22 [colin]      2.4.0cvs74
10660
10661         * configure.ac
10662                 Require libetpan 0.46 (crasher fix when built
10663                 against gnutls)
10664
10665 2006-08-22 [colin]      2.4.0cvs73
10666
10667         * src/folder.c
10668                 Set folder's mtime after writing its
10669                 cache
10670         * src/folderview.c
10671                 Add some timing
10672         * src/procmsg.c
10673                 Don't do useless stuff if we don't 
10674                 thread by subject
10675         * src/summaryview.c
10676                 Add some timing, don't deselect prior
10677                 to selecting (gtksctree does it itself),
10678                 remove crash avoidance hacks as it's been
10679                 properly fixed since a while
10680         * src/common/utils.c
10681                 Optimize to_human_readable(): _() is slow,
10682                 do it only once, and avoid %f format for KB
10683                 (the most common in a summaryview)
10684         * src/gtk/gtksctree.c
10685                 Don't uselessly freeze/thaw (fixes flicker
10686                 on next unread and friends), reduce number
10687                 of g_list_nth/g_list_position where possible
10688         * src/gtk/gtkutils.c
10689         * src/gtk/gtkutils.h
10690                 Reduce number of g_list_nth/g_list_position
10691                 where possible.
10692                 All of this makes loading as 70k folder 2.1
10693                 seconds instead of 3.2 (with hot FS caches).
10694                 (1.3 seconds without Date and Size columns...)
10695
10696 2006-08-22 [paul]       2.4.0cvs72
10697
10698         wrap documents and do some items from mones' MANUAL-TODO:
10699
10700         * manual/account.xml
10701                 4.1. = fix tabname references to <quote>tabname</quote>
10702                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
10703         * manual/faq.xml
10704                 1.1. = mentioned options don't match UI
10705                 Add information about the 'Never send Return Receipts'
10706                 option
10707         * manual/handling.xml
10708                 6.2. = Mentions Extended symbols button, but now is
10709                 named Information
10710                 6.3. = Mentions ... button, which is now Edit
10711
10712 2006-08-22 [colin]      2.4.0cvs71
10713
10714         * src/gtk/pluginwindow.c
10715                 Fix layout in verbose translations (such
10716                 as french)
10717
10718 2006-08-22 [paul]       2.4.0cvs70
10719
10720         * manual/Makefile.am
10721                 build manuals in alphabetical order
10722         * src/addressbook.c
10723         * src/prefs_themes.c
10724                 replace/remove deprecated symbols
10725         * src/gtk/gtkutils.c
10726                 fix a warning
10727         * src/gtk/pluginwindow.c
10728                 replace deprecated symbol
10729                 replace label text and move it
10730         * src/plugins/pgpcore/prefs_gpg.c
10731                 move the 'Generate...' button out of the
10732                 Sign Key frame, replace the English used
10733         * src/plugins/pgpcore/sgpgme.c
10734                 fixes to the English
10735
10736 2006-08-21 [colin]      2.4.0cvs69
10737
10738         * src/plugins/trayicon/trayicon.c
10739                 Add more strings for translation; patch
10740                 by Pawel
10741
10742 2006-08-21 [colin]      2.4.0cvs68
10743
10744         * src/compose.c
10745                 fix replied flag not set after drafting
10746         * src/matcher.c
10747                 fix body quicksearch in non-encoded bodies
10748                 containing '='
10749         * src/msgcache.c
10750                 Get rid of the g_malloc workaround for
10751                 corrupted caches, use g_try_malloc
10752
10753 2006-08-21 [colin]      2.4.0cvs67
10754
10755         * src/alertpanel.c
10756         * src/gtk/inputdialog.c
10757         * src/plugins/pgpcore/passphrase.c
10758                 Set minimal width to 375
10759         * src/mainwindow.c
10760                 Fix switching to offline, asking if it 
10761                 should be overriden for synchronising
10762         * src/mimeview.c
10763                 Don't offer to remember command on Open 
10764                 with for text parts, as the browser or 
10765                 text editor command isn't changed from 
10766                 there
10767
10768 2006-08-20 [paul]       2.4.0cvs66
10769
10770         * po/ko.po
10771         * po/zh_CN.po
10772                 fix plural form errors. revealed by stricter
10773                 checking of gettext 0.15
10774
10775 2006-08-18 [paul]       2.4.0cvs65
10776
10777         * src/stock_pixmap.c
10778                 fix the fix of 2.4.0cvs64
10779                 Thanks to Colin
10780
10781 2006-08-18 [paul]       2.4.0cvs64
10782
10783         * src/stock_pixmap.c
10784                 fix leaks
10785                 Thanks to Colin
10786
10787 2006-08-18 [paul]       2.4.0cvs63
10788
10789         * src/compose.c
10790         * src/procmsg.c
10791                 fix occasional IMAP bug where large msgs
10792                 were left in the queue folder after sending
10793                 Thanks to Colin
10794
10795 2006-08-18 [paul]       2.4.0cvs62
10796
10797         * src/folderview.c
10798                 freeze the summaryview while quicksearch results
10799                 are displayed
10800                 (fixes bug 456 'current message is hidden when the
10801                 view is refreshed and extended search is "unread 
10802                 messages"')
10803                 Thanks to Colin
10804         * src/textview.c
10805                 add missing #include "inputdialog.h"
10806         * src/common/utils.h
10807                 add missing mailcap_update_default() and improve
10808                 readability
10809
10810 2006-08-17 [colin]      2.4.0cvs61
10811
10812         * src/plugins/pgpcore/select-keys.c
10813                 Fix warnings :)
10814
10815 2006-08-17 [colin]      2.4.0cvs60
10816
10817         * src/compose.c
10818                 Don't continue queuing if Cancel is clicked
10819                 in select-keys
10820
10821 2006-08-17 [colin]      2.4.0cvs59
10822
10823         * src/plugins/pgpcore/select-keys.c
10824                 When encrypting, if only one key matches and it 
10825                 matches exactly, automatically use it.
10826
10827 2006-08-17 [colin]      2.4.0cvs58
10828
10829         * src/mimeview.c
10830         * src/prefs_common.c
10831         * src/prefs_common.h
10832         * src/prefs_ext_prog.c
10833         * src/textview.c
10834                 Fix issues with previous patch (text/html)
10835                 Remove outdated prefs
10836
10837 2006-08-17 [colin]      2.4.0cvs57
10838
10839         * src/imap.c
10840                 Add View Log button on auth error
10841         * src/procmsg.c
10842                 Fix encrypted mail marked as new when
10843                 saved in normal folders
10844         * src/plugins/pgpinline/pgpinline.c
10845                 Fix encrypt bug on IMAP
10846         * src/mimeview.c
10847         * src/common/utils.c
10848         * src/common/utils.h
10849         * src/gtk/inputdialog.c
10850         * src/gtk/inputdialog.h
10851                 Get rid of metamail stuff, simplify
10852                 opening, and allow remembering of user's
10853                 choices (by updating ~/.mailcap). There's
10854                 still to drop "Audio player" and "Image
10855                 viewer" preferences.
10856
10857 2006-08-17 [mones]      2.4.0cvs56
10858
10859         * manual/es/sylpheed-claws-manual.xml
10860                 fix DTD path
10861
10862 2006-08-17 [mones]      2.4.0cvs55
10863
10864         * configure.ac
10865         * manual/Makefile.am
10866         * manual/es/Makefile.am
10867         * manual/es/account.xml
10868         * manual/es/ack.xml
10869         * manual/es/addrbook.xml
10870         * manual/es/advanced.xml
10871         * manual/es/faq.xml
10872         * manual/es/glossary.xml
10873         * manual/es/gpl.xml
10874         * manual/es/handling.xml
10875         * manual/es/intro.xml
10876         * manual/es/keyboard.xml
10877         * manual/es/plugins.xml
10878         * manual/es/starting.xml
10879         * manual/es/sylpheed-claws-manual.xml
10880         * manual/es/dist/Makefile.am
10881         * manual/es/dist/html/Makefile.am
10882         * manual/es/dist/pdf/Makefile.am
10883         * manual/es/dist/ps/Makefile.am
10884         * manual/es/dist/txt/Makefile.am
10885                 Spanish translation for the manual
10886
10887 2006-08-16 [colin]      2.4.0cvs54
10888
10889         * src/compose.c
10890         * src/main.c
10891         * src/mainwindow.c
10892                 Fix send button sensitivity at startup
10893                 Set send menu sensitivity (patch by Fabien)
10894         * src/ssl_manager.c
10895                 Enable closing with esc (patch by Fabien)
10896         * src/gtk/foldersort.c
10897                 Enable closing with esc (patch by Fabien)
10898         * src/procmime.c
10899                 Optimisation (no need to copy to tempfile to
10900                 "decode" 7bit and 8bit)
10901         * src/summaryview.c
10902                 Fix cruft in swap_from case
10903         * src/textview.c
10904                 Fix missing last line in some mail cases 
10905                 (Fixes debian #381872)
10906         * src/plugins/pgpcore/prefs_gpg.c
10907         * src/plugins/pgpcore/sgpgme.c
10908         * src/plugins/pgpcore/sgpgme.h
10909                 Don't show "no key found" when user explicitely
10910                 wants to create a key
10911
10912 2006-08-16 [paul]       2.4.0cvs53
10913
10914         * configure.ac
10915         * src/account.c
10916         * src/addressbook.c
10917         * src/headerview.c
10918         * src/prefs_account.c
10919         * src/prefs_message.c
10920         * src/gtk/gtkutils.c
10921                 bump up minimum required versions of GTK+ and
10922                 GLIB to 2.6.0
10923
10924 2006-08-16 [paul]       2.4.0cvs52
10925
10926         * src/toolbar.c
10927                 workaround GTK+ Bug 351600 - 'Can't re-click
10928                 on button after sensitivity update'
10929                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
10930                 Thanks to Colin
10931
10932 2006-08-15 [colin]      2.4.0cvs51
10933
10934         * src/plugins/pgpcore/prefs_gpg.c
10935                 Set options sensitivity according to
10936                 key existence
10937         * src/plugins/pgpcore/sgpgme.c
10938                 Allow to create key with no passphrase
10939
10940 2006-08-14 [cleroy]     2.4.0cvs50
10941
10942         * src/gtk/pluginwindow.c
10943                 New layout (maybe to be changed?)
10944         * src/gtk/gtkutils.c
10945                 Fix a bit label_window
10946         * src/plugins/pgpcore/passphrase.c
10947         * src/plugins/pgpcore/passphrase.h
10948         * src/plugins/pgpcore/plugin.c
10949         * src/plugins/pgpcore/prefs_gpg.c
10950         * src/plugins/pgpcore/prefs_gpg.h
10951         * src/plugins/pgpcore/sgpgme.c
10952         * src/plugins/pgpcore/sgpgme.h
10953                 Allow to create a PGP private key via the GUI
10954
10955 2006-08-14 [wwp]        2.4.0cvs49
10956
10957         * src/addressbook_foldersel.c
10958                 fix strict ISO C90 compliance.
10959
10960 2006-08-14 [paul]       2.4.0cvs48
10961
10962         * src/gtk/prefswindow.c
10963                 re-set scrolled window on opening
10964                 Patch by Ticho
10965
10966 2006-08-14 [paul]
10967
10968         2.5.0-rc1 released
10969
10970 2006-08-14 [paul]       2.4.0cvs47
10971
10972         * src/prefs_display_header.c
10973                 re-enable user-defined Displayed Headers
10974
10975 2006-08-14 [paul]       2.4.0cvs46
10976
10977         * src/prefs_account.c
10978                 use GTK_STOCK_EDIT
10979
10980 2006-08-13 [colin]      2.4.0cvs45
10981
10982         * src/common/utils.c
10983                 Fix "a" in quote when the original message is empty,
10984                 by using \0 instead of 'a' to test writability of
10985                 temp files.
10986
10987 2006-08-13 [wwp]        2.4.0cvs44
10988
10989         * src/plugins/spamassassin/spamassassin.c
10990                 fix capitalization of "SpamAssassin" in some debug, log and
10991                 dialog messages.
10992
10993 2006-08-13 [paul]       2.4.0cvs43
10994
10995         * src/editldap.c
10996                 fix overlapping widgets
10997         * src/prefs_account.c
10998                 fix translation of protocol_names[]
10999                 fix label disappearing off the edge of the
11000                 visible area
11001
11002 2006-08-12 [paul]       2.4.0cvs42
11003
11004         * manual/plugins.xml
11005                 update IRC channel info before it gets forgotten
11006                 about
11007
11008 2006-08-11 [colin]      2.4.0cvs41
11009
11010         * src/compose.c
11011         * src/mainwindow.c
11012         * src/mainwindow.h
11013         * src/procmsg.c
11014         * src/procmsg.h
11015         * src/summaryview.c
11016         * src/toolbar.c
11017                 Grey out the Send button if
11018                 - Queue folders are empty, or
11019                 - We're sending already
11020
11021 2006-08-11 [wwp]        2.4.0cvs40
11022
11023         * src/main.c
11024                 fix a logic issue when quitting while a compose window is
11025                 still open, thanks to Colin.
11026
11027 2006-08-10 [colin]      2.4.0cvs39
11028
11029         * src/main.c
11030                 Fix default font size setting after wizard run
11031         * src/imap.c
11032         * src/etpan/imap-thread.c
11033         * src/etpan/imap-thread.h
11034                 Fix bug #999 (Timing out on TSL cert validation 
11035                 dialog makes ugly things happen). Also, STARTTLS
11036                 unconditionnaly if initial capabilities contain
11037                 LOGINDISABLED and STARTTLS.
11038
11039 2006-08-09 [colin]      2.4.0cvs38
11040
11041         * src/mainwindow.c
11042         * src/mainwindow.h
11043                 Fix Tools/Actions sensitivity when there are
11044                 no actions
11045
11046 2006-08-09 [colin]      2.4.0cvs37
11047
11048         * src/prefs_filtering.c
11049                 Warning fix, patch by Paul
11050         * src/messageview.c
11051         * src/prefs_actions.c
11052         * src/prefs_filtering_action.c
11053         * src/prefs_matcher.c
11054                 Uniformisation of "Info ..." to "Info..." (for
11055                 old gtk), patch by Fabien
11056         * src/plugins/clamav/clamav_plugin_gtk.c
11057                 Sensitivity fix by Fabien
11058
11059 2006-08-09 [colin]      2.4.0cvs36
11060
11061         * src/main.c
11062         * src/main.h
11063                 Add a function to know whether we're exiting
11064         * src/plugins/trayicon/trayicon.c
11065                 If exiting, don't do anything. Faster, and
11066                 avoids gtk_main_iteration reentracy causing
11067                 segfaults at exit
11068
11069 2006-08-09 [colin]      2.4.0cvs35
11070
11071         * src/messageview.c
11072         * src/mimeview.c
11073         * src/mimeview.h
11074                 Fix lack of part selection when automatically 
11075                 jumping to a specific part
11076         * src/msgcache.c
11077                 Little optimisation in cache reading
11078
11079 2006-08-09 [colin]      2.4.0cvs34
11080
11081         * src/compose.c
11082                 Fix crash setting the priority on reedit
11083                 (Accessing compose before creating it!)
11084
11085 2006-08-08 [colin]      2.4.0cvs33
11086
11087         * src/procmime.c
11088                 Fix bug #998 (last attachment is not accessible)
11089                 Bad RFC interpretation on multipart close-delimiters
11090         * src/mimeview.c
11091         * src/mimeview.h
11092         * src/gtk/gtkvscrollbutton.c
11093         * src/gtk/gtkvscrollbutton.h
11094                 Make attachments list wheel-scrollable
11095
11096 2006-08-07 [colin]      2.4.0cvs32
11097
11098         * src/gtk/gtkaspell.c
11099                 Fix bug #973 (Unicode punctation characters 
11100                 are not recognized as separators by the
11101                 spell checker); fix unsigned stuff
11102
11103 2006-08-07 [colin]      2.4.0cvs31
11104
11105         * src/compose.c
11106                 Fix bug #956 (DnD text with accents in compose 
11107                 text entry); fix gccc's signed/unsigned fuss
11108
11109 2006-08-06 [colin]      2.4.0cvs30
11110
11111         * src/main.c
11112                 Fix bug #979 (Plugin crashes when exiting 
11113                 sylpheed-claws) : handle exit request only 
11114                 once
11115
11116 2006-08-05 [colin]      2.4.0cvs29
11117
11118         * src/news.c
11119                 Just make sure we have a msgid.
11120
11121 2006-08-05 [colin]      2.4.0cvs28
11122
11123         * src/news.c
11124         * src/summaryview.c
11125                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11126                 by reimplementing it
11127         * src/textview.c
11128                 Fix bug when hiding quotes with level > 3 and quote
11129                 colors are recycled
11130
11131 2006-08-04 [colin]      2.4.0cvs27
11132
11133         * src/compose.c
11134         * src/undo.c
11135         * src/undo.h
11136                 Fix a bit replace-by-pasting undo
11137         * src/mainwindow.c
11138         * src/messageview.c
11139                 Fix Fold quotes menu synchro in
11140                 mainwindow when it changes in 
11141                 messageview
11142         * src/textview.c
11143                 Fix right-click on quotes blocks
11144         * src/common/utils.c
11145                 Verify that the file created by
11146                 my_tmpfile() is writable. Fixes
11147                 bug #988 (very specific filesystem
11148                 issue)
11149         * src/plugins/pgpcore/sgpgme.c
11150                 Fix file descriptor leak
11151         * src/plugins/spamassassin/spamassassin.c
11152                 Warn once if spamd isn't reachable
11153
11154 2006-08-04 [colin]      2.4.0cvs26
11155
11156         * src/toolbar.c
11157                 i18n context patch by Fabien
11158
11159 2006-08-03 [colin]      2.4.0cvs25
11160
11161         * src/mainwindow.c
11162         * src/messageview.c
11163                 Rename "Hide quotes" to "Fold quotes"
11164         * src/textview.c
11165                 Don't use hand cursor on quotes. "all 
11166                 the bonuses of the feature and none of 
11167                 unwelcome side-effects"
11168
11169 2006-08-03 [colin]      2.4.0cvs24
11170
11171         * AUTHORS
11172         * sylpheed-claws.desktop
11173         * src/gtk/authors.h
11174                 Bring the desktop file to XDG compliance
11175                 Patch by Charles A. Edwards
11176
11177 2006-08-03 [colin]      2.4.0cvs23
11178
11179         * src/textview.c
11180                 Fix links offset when they are preceded
11181                 by accentued chars (g_utf8_strlen!)
11182         * src/mainwindow.c
11183                 Fix wrong status when starting offline
11184
11185
11186 2006-08-03 [wwp]        2.4.0cvs22
11187
11188         * src/prefs_common.h
11189                 ask what to do w/ filtering rules that belong to an account when
11190                 applying filtering rules manually from the main window (skip,
11191                 apply regardless of the account, use current account). This dialog
11192                 can be skipped and the last reply used.
11193                 (forgot that file)
11194
11195 2006-08-03 [wwp]        2.4.0cvs21
11196
11197         * src/filtering.c
11198         * src/filtering.h
11199         * src/prefs_common.c
11200         * src/summaryview.c
11201         * src/alertpanel.c
11202         * src/alertpanel.h
11203         * src/messageview.c
11204                 ask what to do w/ filtering rules that belong to an account when
11205                 applying filtering rules manually from the main window (skip,
11206                 apply regardless of the account, use current account). This dialog
11207                 can be skipped and the last reply used.
11208
11209
11210 2006-08-03 [colin]      2.4.0cvs20
11211
11212         * src/textview.c
11213                 Optimize previous patch
11214
11215 2006-08-03 [cleroy]     2.4.0cvs19
11216
11217         * src/textview.c
11218                 Fix quotes getting toggled back when the
11219                 mail has an even number of text parts
11220
11221 2006-08-02 [colin]      2.4.0cvs18
11222
11223         * src/messageview.c
11224                 Add Hide quotes menu
11225
11226 2006-08-02 [colin]      2.4.0cvs17
11227
11228         * src/mainwindow.c
11229         * src/prefs_common.c
11230         * src/textview.c
11231         * src/textview.h
11232         * src/gtk/about.c
11233                 Allow per-level quote hiding,
11234                 Allow toggling quotes by double-clicking them
11235                 Rename RemoteURI to ClickableText to reflect
11236                 the fact it's used for a variety of things
11237
11238 2006-08-02 [wwp]        2.4.0cvs16
11239
11240         * src/mainwindow.c
11241                 fix "View/Hide quotes" menu item status initialization.
11242
11243 2006-08-02 [wwp]        2.4.0cvs15
11244
11245         * src/matcher_parser_parse.y
11246                 remove a debug trace.
11247
11248 2006-08-02 [paul]       2.4.0cvs14
11249
11250         * src/plugins/pgpcore/passphrase.c
11251                 don't set initial dialog size
11252                 make it resizable
11253
11254 2006-08-02 [paul]       2.4.0cvs13
11255
11256         * src/noticeview.c
11257                 remove the rogue '/' character
11258
11259 2006-08-02 [paul]       2.4.0cvs12
11260
11261         * src/noticeview.c
11262                 allow buttons to resize as necessary
11263
11264 2006-08-01 [wwp]        2.4.0cvs11
11265
11266         * src/mbox.c
11267                 fix strict ISO C90 compliance.
11268
11269 2006-08-01 [wwp]        2.4.0cvs10
11270
11271         * tools/update-po
11272                 updated update-po tool to work w/ context-dependent translations.
11273                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
11274
11275 2006-08-01 [wwp]        2.4.0cvs9
11276
11277         * src/matcher.c
11278         * src/prefs_filtering.c
11279         * src/prefs_matcher.c
11280                 allow context-dependent translations for "All",
11281                 patch by Fabien Vantard <fzzzzz@gmail.com>.
11282
11283 2006-07-31 [colin]      2.4.0cvs8
11284
11285         * AUTHORS
11286         * src/gtk/authors.h
11287                 Add Rafal to authors
11288
11289 2006-07-31 [colin]      2.4.0cvs7
11290
11291         * src/compose.c
11292         * src/mainwindow.c
11293         * src/messageview.h
11294         * src/prefs_common.c
11295         * src/prefs_common.h
11296         * src/textview.c
11297                 Add 'View/Hide quotes'. Patch based on a patch
11298                 by Rafal Weglarz
11299
11300 2006-07-31 [colin]      2.4.0cvs6
11301
11302         * src/action.c
11303                 Fix problem with "> stuff >" actions
11304
11305 2006-07-31 [paul]       2.4.0cvs5
11306
11307         * po/nb.po
11308                 updated by Geir Helland
11309
11310 2006-07-31 [wwp]        2.4.0cvs4
11311
11312         * src/mainwindow.c
11313         * src/summaryview.c
11314         * src/summaryview.h
11315                 add "View/Go to/Parent message" and "View/Go to/Last read message",
11316                 thanks to Colin.
11317
11318 2006-07-31 [wwp]        2.4.0cvs3
11319
11320         * src/Makefile.am
11321         * src/addr_compl.c
11322         * src/addr_compl.h
11323         * src/addressbook.c
11324         * src/addressbook.h
11325         * src/addressbook_foldersel.c
11326         * src/addressbook_foldersel.h
11327         * src/addrindex.c
11328         * src/addrindex.h
11329         * src/matcher.c
11330         * src/matcher.h
11331         * src/matcher_parser_lex.l
11332         * src/matcher_parser_parse.y
11333         * src/prefs_common.c
11334         * src/prefs_common.h
11335         * src/prefs_filtering.c
11336         * src/prefs_matcher.c
11337         * src/prefs_matcher.h
11338         * src/summaryview.c
11339                 introduce filtering against the address book. It's now possible to add
11340                 matched conditions to determine if any email address in a message matches
11341                 or doesn't match any or all books or folders in the address book.
11342
11343 2006-07-31 [wwp]        2.4.0cvs2
11344
11345         * src/account.c
11346         * src/filtering.c
11347         * src/filtering.h
11348         * src/folder.c
11349         * src/folderview.c
11350         * src/inc.c
11351         * src/mainwindow.c
11352         * src/matcher.c
11353         * src/matcher_parser_lex.l
11354         * src/matcher_parser_parse.y
11355         * src/mbox.c
11356         * src/prefs_filtering.c
11357         * src/prefs_filtering.h
11358         * src/procmsg.c
11359         * src/procmsg.h
11360         * src/summaryview.c
11361                 introduce per-account filtering rules. Each filtering rule can now be assigned
11362                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
11363                 when applying filtering rules manually, as all rules will apply - even the ones
11364                 assigned to an account. This issue will be addressed soon.
11365  
11366
11367
11368 2006-07-31 [wwp]        2.4.0cvs1
11369
11370         * src/quote_fmt.c
11371                 make more strings translatable.
11372
11373 2006-07-31 [paul]       2.4.0
11374
11375         2.4.0 released
11376
11377 2006-07-31 [paul]       2.3.1cvs91
11378
11379         * po/ca.po
11380                 updated by Miquel Oliete
11381
11382 2006-07-31 [paul]       2.3.1cvs90
11383
11384         * po/de.po
11385         * po/el.po
11386         * po/fr.po
11387         * po/it.po
11388         * po/pl.po
11389         * po/pt_BR.po
11390         * po/sr.po
11391         * po/zh_CN.po
11392                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
11393                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
11394                 Aleksandar Urosevic, and Ralgh Young
11395
11396 2006-07-31 [paul]       2.3.1cvs89
11397
11398         * src/account.c
11399         * src/main.c
11400         * src/mainwindow.c
11401         * src/mainwindow.h
11402                 Fix a race condition when, after an SC crash, rescanning
11403                 folders took more than 0.5 seconds
11404                 Thanks to Colin
11405
11406 2006-07-31 [paul]       2.3.1cvs88
11407
11408         * src/folderview.c
11409                 don't translate separator strings
11410
11411 2006-07-30 [mones]      2.3.1cvs87
11412
11413         * doc/man/sylpheed-claws.1
11414                 Fixed non-ASCII chars in Hoa's name
11415         * po/es.po
11416                 Updated for release
11417
11418 2006-07-27 [colin]      2.3.1cvs86
11419
11420         * src/textview.c
11421                 Don't include the leading \n in links
11422                 Patch by Fabien
11423
11424 2006-07-25 [colin]      2.3.1cvs85
11425
11426         * src/mainwindow.c
11427         * src/common/socket.h
11428         * src/etpan/imap-thread.c
11429                 Refresh resolvers before connecting
11430                 to IMAP servers, and after switching
11431                 to online. Thanks to Paul.
11432
11433 2006-07-18 [colin]
11434
11435         * 2.4.0-rc4 released
11436
11437 2006-07-17 [colin]      2.3.1cvs84
11438
11439         * src/inc.c
11440                 Show connection attempt in statusbar before
11441                 connecting (previously first message was
11442                 "Retrieving messages from ..." after the
11443                 connection succeeded.
11444
11445 2006-07-16 [wwp]        2.3.1cvs83
11446
11447         * sylpheed-claws.ico
11448                 Added .ico file (windows multi-size icon file, generated).
11449
11450 2006-07-12 [wwp]        2.3.1cvs82
11451
11452         * src/messageview.c
11453                 remove Message/Re-edit menu entry from messageview window,
11454                 as sent/draft/queued messages are opened in compose window when
11455                 re-edited and it's not possible to re-edit other msgs.
11456
11457 2006-07-12 [paul]       2.3.1cvs81
11458
11459         * AUTHORS
11460         * src/mainwindow.c
11461         * src/gtk/authors.h
11462                 check online state before resetting
11463                 mailcheck timer. Useful if some program
11464                 verifies connection state and updates
11465                 Claws.
11466                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
11467
11468 2006-07-12 [paul]       2.3.1cvs80
11469
11470         * sylpheed-claws-128x128.png
11471         * sylpheed-claws-64x64.png
11472         * sylpheed-claws.png
11473         * src/Makefile.am
11474         * src/main.c
11475         * src/prefs_toolbar.c
11476         * src/stock_pixmap.c
11477         * src/stock_pixmap.h
11478         * src/wizard.c
11479         * src/gtk/about.c
11480         * src/gtk/gtkutils.c
11481         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
11482         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
11483         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
11484         * src/pixmaps/sylpheed.xpm              ** REMOVED **
11485         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
11486         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
11487                 updated and renamed logo/icon files and related
11488                 logo by Jesper Schultz
11489
11490 2006-07-11 [paul]       2.3.1cvs79
11491
11492         * src/main.c
11493                 fix the labels a smidgin
11494
11495 2006-07-09 [colin]      2.3.1cvs78
11496
11497         * src/textview.c
11498                 Show errors in textviewer's command
11499                 Patch by H. Merijn Brand
11500
11501 2006-07-09 [colin]      2.3.1cvs77
11502
11503         * src/compose.c
11504                 Save FMID in drafts too
11505
11506 2006-07-08 [colin]      2.3.1cvs76
11507
11508         * src/compose.c
11509                 Svae RMID in drafted mails too
11510                 Save quote_fmt vars for whole mails,
11511                 don't reset at each quote_fmt_init:
11512                 allows to use the same |i{var} in
11513                 various template fields
11514         * src/prefs_template.c
11515         * src/quote_fmt.h
11516         * src/quote_fmt_parse.y
11517                 Same
11518
11519 2006-07-08 [colin]      2.3.1cvs75
11520
11521         * src/textview.c
11522                 Fix highlighting of attached parts URIs
11523
11524 2006-07-08 [colin]      2.3.1cvs74
11525
11526         * src/main.c
11527                 Prevent bug #981 (sc 2.3.1 segfaults with 
11528                 gtk+ 2.10) from being reported again:
11529                 if Sylpheed-Claws has been compiled against
11530                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
11531                 of if Sylpheed-Claws has been compiled against
11532                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
11533                 error out.
11534
11535 2006-07-07 [colin]      2.3.1cvs73
11536
11537         * src/prefs_actions.c
11538                 Fix label
11539
11540 2006-07-07 [colin]      2.3.1cvs72
11541
11542         * src/prefs_actions.c
11543                 Fix compile on gtk < 2.8. argh :)
11544
11545 2006-07-07 [paul]       2.3.1cvs71
11546
11547         * src/common/defs.h
11548                 update DONATE_URI
11549
11550 2006-07-07 [colin]      2.3.1cvs70
11551
11552         * po/POTFILES.in
11553         * src/quote_fmt.c
11554         * src/quote_fmt_lex.l
11555         * src/quote_fmt_parse.y
11556                 Add |i{var}, a way to insert user-entered
11557                 text in a template
11558
11559 2006-07-07 [colin]
11560
11561         * 2.4.0-rc3 released
11562
11563 2006-07-07 [colin]      2.3.1cvs69
11564
11565         * src/folder.c
11566                 Don't consider inboxes of UNKNOWN folder 
11567                 classes to be useable as default inboxes
11568
11569 2006-07-07 [paul]       2.3.1cvs68
11570
11571         * src/textview.c
11572                 add missing #include <errno.h>
11573                 Thanks to René J. Blokland
11574
11575 2006-07-07 [paul]       2.3.1cvs67
11576
11577         * src/action.c
11578                 Return now Closes dialog
11579         * src/mimeview.c
11580         * src/mimeview.h
11581         * src/textview.c
11582                 add contextual menu to mime parts listed
11583                 in the textview
11584                 Thanks to Colin
11585         * src/common/utils.c
11586                 reversal: ' is a valid character in URLs
11587
11588 2006-07-06 [colin]      2.3.1cvs66
11589
11590         * src/remotefolder.h
11591                 Forgotten in previous commit
11592
11593 2006-07-06 [colin]      2.3.1cvs65
11594
11595         * src/folder.c
11596                 Set summary update flag whenever
11597                 totals changed
11598         * src/imap.c
11599         * src/prefs_account.c
11600         * src/common/utils.h
11601         * src/etpan/imap-thread.c
11602                 Fix warnings, thanks to Fabien and
11603                 Ricardo
11604
11605 2006-07-06 [wwp]        2.3.1cvs64
11606
11607         * src/gtk/gtkutils.c
11608                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
11609
11610 2006-07-06 [wwp]        2.3.1cvs63
11611
11612         * src/account.c
11613         * src/addressbook.c
11614         * src/addressitem.h
11615         * src/folderview.c
11616         * src/mainwindow.c
11617         * src/manual.c
11618         * src/manual.h
11619         * src/message_search.c
11620         * src/prefs_actions.c
11621         * src/prefs_filtering.c
11622         * src/prefs_filtering.h
11623         * src/prefs_template.c
11624         * src/summary_search.c
11625         * src/summaryview.c
11626         * src/gtk/gtkutils.c
11627         * src/gtk/gtkutils.h
11628         * src/gtk/pluginwindow.c
11629                 add help buttons to some dialogs. Clicking such buttons opens a
11630                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
11631
11632 2006-07-06 [paul]       2.3.1cvs62
11633
11634         * src/textview.c
11635                 fix attachments contextual menu
11636                 Thanks to Colin
11637
11638 2006-07-05 [colin]      2.3.1cvs61
11639
11640         * src/textview.c
11641         * src/compose.c
11642                 Handle sftp:// links
11643
11644 2006-07-05 [paul]       2.3.1cvs60
11645
11646         * src/gtk/filesel.c
11647                 grab save button by default
11648                 Thanks to Colin
11649
11650 2006-07-05 [wwp]        2.3.1cvs59
11651
11652         * manual/xml2pdf
11653                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
11654
11655 2006-07-04 [colin]      2.3.1cvs58
11656
11657         * src/mimeview.c
11658         * src/textview.c
11659                 Use left click to select, middle click to open
11660                 on mimeparts links
11661         * src/common/utils.c
11662                 Fix segfault
11663
11664 2006-07-04 [colin]      2.3.1cvs57
11665
11666         * src/mainwindow.c
11667         * src/news.c
11668                 Warning fixes, thanks to Fabien
11669
11670 2006-07-04 [colin]      2.3.1cvs56
11671
11672         * src/mimeview.c
11673         * src/mimeview.h
11674         * src/textview.c
11675                 Allow parts to be selected via their text label
11676                 in textview
11677
11678 2006-07-04 [colin]      2.3.1cvs55
11679
11680         * src/folderview.c
11681                 Feedback when closing (for big folders)
11682         * src/prefs_actions.c
11683         * src/prefs_filtering.c
11684         * src/prefs_matcher.c
11685         * src/prefs_template.c
11686                 Fix default button when closing without
11687                 having saved
11688
11689 2006-07-04 [colin]      2.3.1cvs54
11690
11691         * src/news.c
11692                 Delete local file on deletion
11693
11694 2006-07-03 [colin]      2.3.1cvs53
11695
11696         * src/folderview.c
11697         * src/main.c
11698                 Don't freeze when rescanning after crash
11699
11700 2006-07-03 [wwp]        2.3.1cvs52
11701
11702         * src/compose.c
11703         * src/privacy.c
11704         * src/privacy.h
11705         * src/plugins/pgpinline/pgpinline.c
11706         * src/plugins/pgpmime/pgpmime.c
11707                 don't report an error when the user cancels the passphrase dialog.
11708
11709 2006-07-02 [colin]      2.3.1cvs51
11710
11711         * src/folderview.c
11712                 Open message when crossing folders with Space,
11713                 goto next unread and friends
11714
11715 2006-07-01 [colin]      2.3.1cvs50
11716
11717         * src/prefs_account.c
11718                 Typographic rules varying from language
11719                 to language (in french "Protocole :"),
11720                 we have to do that :)
11721
11722 2006-07-01 [ticho]      2.3.1cvs49
11723
11724         * src/prefs_account.c
11725                 Only use one temporary gchar* variable in
11726                 prefs_account_protocol_set_optmenu().
11727
11728 2006-07-01 [ticho]      2.3.1cvs48
11729
11730         * src/prefs_account.c
11731         * src/prefs_account.h
11732                 Use GtkLabel for existing account protocol name.
11733                 Created an array for protocol names and populate the
11734                 combobox from it in a for() cycle.
11735
11736 2006-06-30 [colin]      2.3.1cvs47
11737
11738         * src/compose.c
11739                 Block undo when changing signature (by changing
11740                 account)
11741
11742 2006-06-30 [paul]       2.3.1cvs46
11743
11744         * src/send_message.c
11745                 when editing From in the Compose window, use that address
11746                 in the Return-Path: header
11747                 Thanks to Colin
11748
11749 2006-06-30 [colin]      2.3.1cvs45
11750
11751         * src/compose.c
11752                 Fix signature replacement:
11753                 - when no newline before separator
11754                 - when reediting
11755
11756 2006-06-29 [colin]      2.3.1cvs44
11757
11758         * src/folderview.c
11759         * src/folderview.h
11760         * src/mainwindow.c
11761         * src/summaryview.c
11762                 Let 'View/Go to/Next marked' work like
11763                 Next new & Next unread: across folders
11764                 Change the select_on_entry pref to do
11765                 what we want when changing folder
11766         * src/common/utils.c
11767                 Fix single-quoted links 
11768
11769 2006-06-29 [colin]      2.3.1cvs43
11770
11771         * src/gtk/gtkaspell.c
11772                 "Sylpheed" and "Sylpheed-Claws" do exist !
11773
11774 2006-06-29 [colin]      2.3.1cvs42
11775
11776         * src/imap.c
11777                 Forgot to remove debug
11778
11779 2006-06-29 [colin]      2.3.1cvs41
11780
11781         * src/imap.c
11782         * src/imap.h
11783         * src/mainwindow.c
11784                 Disconnect from IMAP servers when going
11785                 offline. Fixes bug #978 (going to offline-mode 
11786                 won't close connections)
11787
11788 2006-06-29 [colin]      2.3.1cvs40
11789
11790         * src/main.c
11791                 Fix transient setting on failing plugins
11792                 Patch by Fabien
11793         * src/plugins/pgpcore/sgpgme.c
11794                 Only warn for OpenPGP. Most people don't
11795                 have CMS available.
11796
11797 2006-06-29 [colin]      2.3.1cvs39
11798
11799         * src/compose.c
11800                 Fix Spelling menu (discrepancy between context menu
11801                 and top menu when folder's dictionary isn't the 
11802                 default one)
11803         * src/plugins/pgpcore/sgpgme.c
11804                 More error reporting about why gpgme can fail
11805
11806 2006-06-29 [wwp]        2.3.1cvs38
11807
11808         * src/mainwindow.c
11809                 honor the display-header-pane setting even when the message view
11810                 is a separate window.
11811
11812 2006-06-29 [wwp]        2.3.1cvs37
11813
11814         * src/prefs_actions.c
11815                 forgot to commit that one (use of GTK_STOCK_INFO).
11816
11817 2006-06-29 [colin]      2.3.1cvs36
11818
11819         * src/imap.c
11820                 Better handling of login errors (ask the password
11821                 again once), alert in case of error. Fix three
11822                 signedness warnings.
11823
11824 2006-06-28 [wwp]        2.3.1cvs35
11825
11826         * src/prefs_template.c
11827         * src/prefs_matcher.c
11828         * src/prefs_filtering_action.c
11829         * src/prefs_quote.c
11830                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
11831                 patch by Fabien Vantard, slightly modified.
11832
11833 2006-06-28 [paul]
11834
11835         2.4.0-rc2 released
11836
11837 2006-06-28 [colin]      2.3.1cvs34
11838
11839         * src/prefs_account.c
11840                 Fix bug #977 (Can't add or edit imap accounts)
11841
11842 2006-06-28 [colin]      2.3.1cvs33
11843
11844         * src/mimeview.c
11845                 Fix previous
11846
11847 2006-06-28 [colin]      2.3.1cvs32
11848
11849         * src/mimeview.c
11850                 Save named inlined attachments with "Save all"
11851         * src/main.c
11852         * src/mbox.c
11853         * src/common/plugin.c
11854         * src/common/plugin.h
11855         * src/common/sylpheed.c
11856         * src/common/utils.c
11857         * src/plugins/pgpcore/sylpheed.def
11858         * src/plugins/pgpinline/sylpheed.def
11859         * src/plugins/pgpmime/sylpheed.def
11860                 Win32 compatibility patch, by
11861                 Werner Koch
11862
11863 2006-06-28 [wwp]        2.3.1cvs31
11864
11865         * src/imap.c
11866         * src/prefs_folder_item.c
11867                 less compilation warnings (thanks to Fabien Vantard), less typos.
11868
11869 2006-06-28 [paul]       2.3.1cvs30
11870
11871         * src/gtk/gtkutils.c
11872                 gtk_combo_box_set_focus_on_click() is only
11873                 available since gtk 2.6.0
11874
11875 2006-06-28 [paul]       2.3.1cvs29
11876
11877         * src/prefs_ext_prog.c
11878                 fix engrish and add a tooltip for the
11879                 'command for 'Display as text' option
11880
11881 2006-06-28 [paul]
11882
11883         2.4.0-rc1 released
11884
11885 2006-06-28 [paul]       2.3.1cvs28
11886
11887         * ChangeLog
11888         * tools/Makefile.am
11889                 include textviewer.pl in releases
11890
11891 2006-06-28 [paul]       2.3.1cvs27
11892
11893         * src/prefs_ext_prog.c
11894                 hide Print command option if libgnomeprint
11895                 support is present
11896
11897 2006-06-27 [colin]      2.3.1cvs26
11898
11899         * src/compose.c
11900                 Fix Esc handling in insert/attach dialog
11901                 Don't show this dialog if dragging something
11902                 else than text/uri-list
11903                 Thanks to Fabien Vantard
11904         * tools/textviewer.pl
11905                 Filter script to display stuff as text
11906                 by H. Merijn Brand
11907
11908 2006-06-27 [wwp]        2.3.1cvs25
11909
11910         * src/messageview.c
11911                 use the exact product name (message view title), patch
11912                 by Fabien Vantard.
11913
11914 2006-06-27 [ticho]      2.3.1cvs24
11915
11916         * src/prefs_account.c
11917         * src/prefs_common.c
11918         * src/prefs_common.h
11919         * src/prefs_ext_prog.c
11920         * src/textview.c
11921                 Add a preference (Preferences/External programs)
11922                 to allow "Display as text" to be done via a script
11923                 (patch by H.Merijn Brand).
11924                 Use GtkComboBox for protocol selection in account
11925                 preferences.
11926                 Only include current choice for existing accounts, and
11927                 insensitivize the combobox.
11928
11929 2006-06-27 [paul]       2.3.1cvs23
11930
11931         * src/mbox.c
11932                 fix crasher introduced in cvs21.
11933                 Thanks to Colin
11934
11935 2006-06-26 [colin]      2.3.1cvs22
11936
11937         * src/mbox.c
11938                 Fix double-frees when leaving folders
11939                 after exporting to mbox
11940
11941 2006-06-26 [colin]      2.3.1cvs21
11942
11943         * src/mbox.c
11944                 More feedback (and optimisation)
11945                 on import/export
11946         * src/common/utils.c
11947                 Fix case when looking for mail addresses
11948         * src/gtk/gtkutils.c
11949                 Extra check for (X-)Face
11950
11951 2006-06-25 [ticho]      2.3.1cvs20
11952
11953         * src/compose.c
11954         * src/exphtmldlg.c
11955         * src/gtk/gtkutils.c
11956         * src/gtk/gtkutils.h
11957                 Added second argument to gtkut_sc_combobox_create() to
11958                 control focus-on-click for the widget.
11959                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
11960
11961 2006-06-25 [ticho]      2.3.1cvs19
11962
11963         * src/compose.c
11964         * src/gtk/Makefile.am
11965         * src/gtk/combobox.c
11966         * src/gtk/combobox.h
11967         * src/gtk/gtkutils.c
11968         * src/gtk/gtkutils.h
11969                 Use GtkComboBox instead of deprecated GtkOptionMenu
11970                 for account selector in compose window and for encoding
11971                 selector in attachment properties.
11972                 Also factorise working with the new GtkComboBox somewhat.
11973
11974 2006-06-24 [paul]       2.3.1cvs18
11975
11976         * src/prefs_common.c
11977                 use the correct default value
11978
11979 2006-06-24 [paul]       2.3.1cvs17
11980
11981         * src/compose.c
11982         * src/prefs_common.c
11983         * src/prefs_common.h
11984         * src/prefs_compose_writing.c
11985                 enable setting of default action when
11986                 dnd'ing files in the compose window.
11987                 (Collaborative effort with wwp)
11988
11989 2006-06-23 [wwp]        2.3.1cvs16
11990
11991         * src/compose.c
11992                 i18n fix (thanks to Fabien Vantard)
11993
11994 2006-06-22 [colin]      2.3.1cvs15
11995
11996         * src/prefs_customheader.c
11997                 Don't use filters in custom headers' file 
11998                 selector. Remember, extensions mean nothing :)
11999
12000 2006-06-22 [paul]       2.3.1cvs14
12001
12002         * configure.ac
12003                 allow setting of man directory location
12004
12005 2006-06-22 [colin]      2.3.1cvs13
12006
12007         * src/mainwindow.c
12008                 Add 'View/Go to/Next unread folder'.
12009                 I missed that :)
12010
12011 2006-06-22 [colin]      2.3.1cvs12
12012
12013         * src/common/utils.c
12014                 Add some subject prefixes
12015                 Patch by Bjorn T Johansen <btj@havleik.no>
12016
12017 2006-06-22 [colin]      2.3.1cvs11
12018
12019         * manual/advanced.xml
12020                 Forgotten hidden pref
12021
12022 2006-06-21 [paul]       2.3.1cvs10
12023
12024         * src/prefs_account.c
12025                 complete the removal of 'Add date header' option
12026
12027 2006-06-21 [paul]       2.3.1cvs9
12028
12029         * src/account.c
12030         * src/compose.c
12031         * src/prefs_account.c
12032         * src/prefs_account.h
12033                 remove option to add date header - always
12034                 add date header
12035         * src/etpan/imap-thread.c
12036                 fix warnings (Thanks to Colin)
12037
12038 2006-06-21 [wwp]        2.3.1cvs8
12039
12040         * src/folder.c
12041                 set the attachment flag when inline text part are (file)named. This is more convenient
12042                 when receiving (for instance) inline source files or patches sent using thunderbird.
12043
12044 2006-06-21 [paul]       2.3.1cvs7
12045
12046         * src/inc.c
12047                 fix off-by-one count of current msg in
12048                 statusbar filtering progressbar
12049
12050 2006-06-21 [paul]       2.3.1cvs6
12051
12052         * src/folder.c
12053                 Show attachment icon even if the part is 'inline'
12054                 if the following conditions are met:
12055                 - content-type != 'text/plain'
12056                 - content-type != '*/pgp-signature'
12057                 - either 'name' or 'filename' parameter is not NULL
12058                 
12059                 Thanks to Colin
12060
12061 2006-06-21 [paul]       2.3.1cvs5
12062
12063         * src/messageview.c
12064         * src/prefs_common.c
12065         * src/prefs_common.h
12066         * src/prefs_other.c
12067                 add an option to 'Never send Return
12068                 Receipts'
12069                 Thanks to Colin
12070
12071 2006-06-20 [mones]      2.3.1cvs4
12072
12073         * po/es.po
12074                 updated
12075         * src/compose.c
12076                 typo fixed (space after comma)
12077         * tools/make.themes.project
12078                 remove exec mode from tarball files
12079
12080 2006-06-20 [colin]      2.3.1cvs3
12081
12082         * src/news.c
12083         * src/procheader.c
12084         * src/unmime.c
12085                 Better fix for \n's in headers (don't 
12086                 break Received: and others)
12087
12088 2006-06-20 [paul]       2.3.1cvs2
12089
12090         * src/alertpanel.c
12091         * src/textview.c
12092                 improve legibility of phishing attempt
12093                 dialog
12094
12095 2006-06-20 [paul]       2.3.1cvs1
12096
12097         * NEWS
12098         * README
12099         * configure.ac
12100                 Update version number following
12101                 stable release
12102
12103 2006-06-20 [colin]      2.3.0cvs26
12104
12105         * src/compose.c
12106                 When dragging a file to the text of the compose
12107                 window, ask whether we want to insert or attach
12108                 (I know lots of people who do that to attach)
12109
12110 2006-06-20 [colin]      2.3.0cvs25
12111
12112         * src/etpan/imap-thread.c
12113                 Fix threshold (the append command is often > 32 bytes)
12114
12115 2006-06-19 [colin]      2.3.0cvs24
12116
12117         * src/imap.c
12118         * src/etpan/imap-thread.c
12119                 Workaround Rockliffe IMAP server bug: replace
12120                 "x UID SEARCH (ANSWERED UID 1:*)" with
12121                 "x UID SEARCH ANSWERED"
12122                 (Rockliffe doesn't handle the parenthesis)
12123
12124 2006-06-19 [colin]      2.3.0cvs23
12125
12126         * src/compose.c
12127         * src/imap.c
12128         * src/etpan/imap-thread.c
12129                 Probably fix bug #972 (Freezes when adding 
12130                 an attachment to the message)
12131         * src/common/defs.h
12132                 Modernize Firefox cmd
12133
12134
12135 2006-06-18 [colin]      2.3.0cvs22
12136
12137         * src/prefs_customheader.c
12138                 Only allow correct filenames for various
12139                 custom headers
12140
12141 2006-06-18 [colin]      2.3.0cvs21
12142
12143         * src/prefs_customheader.c
12144                 Add a 'From File...' button in custom headers prefs, which
12145                 try to do the right thing: 
12146                 for normal headers, use file as plaintext,
12147                 for X-Face, calls compface,
12148                 for Face, encode to b64.
12149
12150 2006-06-17 [colin]      2.3.0cvs20
12151
12152         * src/mh.c
12153                 Warning fix
12154
12155 2006-06-16 [colin]      2.3.0cvs19
12156
12157         * src/summaryview.c
12158                 Recursive quicksearch: show message list
12159                 in current folder, *then* search children
12160                 in the background.
12161
12162 2006-06-16 [colin]      2.3.0cvs18
12163
12164         * src/main.c
12165                 Instead of ignoring SIGPIPE, save caches
12166                 when getting one. Will fix the fact that
12167                 hot caches are out-of-date when logging 
12168                 out of Xorg.
12169         * src/compose.c
12170         * src/prefs_compose_writing.c
12171                 Only save text (not attachments) when 
12172                 auto-saving to drafts
12173         * src/unmime.c
12174                 Always replace \n, \r and \t with spaces
12175                 in headers
12176         * manual/dist/html/Makefile.am
12177         * manual/dist/pdf/Makefile.am
12178         * manual/dist/ps/Makefile.am
12179         * manual/dist/txt/Makefile.am
12180         * manual/fr/dist/html/Makefile.am
12181         * manual/fr/dist/pdf/Makefile.am
12182         * manual/fr/dist/ps/Makefile.am
12183         * manual/fr/dist/txt/Makefile.am
12184         * manual/pl/dist/html/Makefile.am
12185         * manual/pl/dist/pdf/Makefile.am
12186         * manual/pl/dist/ps/Makefile.am
12187         * manual/pl/dist/txt/Makefile.am
12188                 Fix make clean removing pregenerated manuals
12189
12190
12191 2006-06-16 [colin]      2.3.0cvs17
12192
12193         * src/plugins/pgpcore/sgpgme.c
12194         * src/plugins/pgpmime/pgpmime.c
12195         * src/plugins/pgpinline/pgpinline.c
12196                 Better error reporting in setup_signers.
12197                 Don't fallback to default key if specified
12198                 key isn't found.
12199                 Don't allow signing if more than one secret
12200                 key matches the one specified in prefs.
12201
12202 2006-06-15 [colin]      2.3.0cvs16
12203
12204         * src/folderview.c
12205                 Add "Send queue" in the folder's contextual
12206                 menu
12207         * src/compose.c
12208         * src/messageview.c
12209         * src/privacy.c
12210         * src/privacy.h
12211         * src/procmime.c
12212         * src/procmsg.c
12213         * src/plugins/pgpcore/passphrase.c
12214         * src/plugins/pgpcore/sgpgme.c
12215         * src/plugins/pgpinline/pgpinline.c
12216         * src/plugins/pgpmime/pgpmime.c
12217                 Better error reporting
12218         * src/mbox.c
12219                 Probably fix bug #971 (2.2.3 cannot read mail 
12220                 from local mbox)
12221
12222
12223 2006-06-15 [mones]      2.3.0cvs15
12224
12225         * tools/make.themes.project
12226                 creates the themes project from the web page
12227
12228 2006-06-15 [colin]      2.3.0cvs14
12229
12230         * src/folder.c
12231                 Better fix (avoid losing the folder if scan_tree 
12232                 fails)
12233
12234 2006-06-15 [cleroy]     2.3.0cvs13
12235
12236         * src/folder.c
12237                 Probably fix Bug #969 (crash on rebuilding 
12238                 imap folder)
12239
12240 2006-06-14 [colin]      2.3.0cvs12
12241
12242         * manual/dtd/manual.xsl
12243         * manual/sylpheed-claws-manual.xml
12244         * manual/fr/sylpheed-claws-manual.xml
12245         * manual/pl/sylpheed-claws-manual.xml
12246                 Insert pagebreaks between sections
12247
12248 2006-06-14 [paul]       2.3.0cvs11
12249
12250         * configure.ac
12251                 better fix than 2.3.0cvs10
12252
12253 2006-06-14 [paul]       2.3.0cvs10
12254
12255         * configure.ac
12256                 fix setting of PACKAGE_DATA_DIR with newer autoconf
12257                 (backwards compatible)
12258
12259 2006-06-13 [colin]      2.3.0cvs9
12260
12261         * src/messageview.c
12262                 Fix sending of return receipt with the new queue folders
12263
12264 2006-06-13 [wwp]        2.3.0cvs8
12265
12266         * src/quote_fmt_lex.l
12267                 fix wrong tokens returned in quote_fmt lexer, query not().
12268
12269 2006-06-13 [wwp]        2.3.0cvs7
12270
12271         * src/folder.c
12272         * src/prefs_folder_item.c
12273                 allow changing folder type even when folder is not a top-level one,
12274                 thanks to Colin.
12275
12276 2006-06-12 [colin]      2.3.0cvs6
12277
12278         * src/folderview.c
12279                 Fix double-ask of "Do you want to mark all
12280                 as read"
12281
12282 2006-06-12 [colin]      2.3.0cvs5
12283
12284         * src/compose.c
12285         * src/compose.h
12286         * src/folder.c
12287         * src/folder.h
12288         * src/imap.c
12289         * src/inc.c
12290         * src/main.c
12291         * src/messageview.c
12292         * src/mh.c
12293         * src/prefs_folder_item.c
12294         * src/procheader.c
12295         * src/procmime.c
12296         * src/procmsg.c
12297         * src/procmsg.h
12298         * src/send_message.c
12299         * src/summaryview.c
12300         * src/toolbar.c
12301                 Apply bug #964's patch (Queue and drafts aren't normal)
12302                 The Drafts and Queue folder now contain RFC-822 files,
12303                 allowing to move and copy mails from and to these 
12304                 folders. Moving from Drafts to Queue will prepare the
12305                 mail for sending (PGP signature, encryption, etc).
12306                 This patch also rework sending errors handling to try
12307                 to be more helpful.
12308                 Also, allow redefining folder types via the GUI 
12309                 (Folder type in its Properties)
12310
12311 2006-06-12 [colin]      2.3.0cvs4
12312
12313         * src/summaryview.c
12314         * src/prefs_common.c
12315         * src/prefs_common.h
12316         * src/gedit-print.c
12317                 Allow to define a specific print font - patch
12318                 by Bernhard Walle <bernhard.walle@gmx.de>
12319         * src/prefs_fonts.c
12320         * manual/advanced.xml
12321         * manual/fr/advanced.xml
12322                 Add a hidden pref to allow deletion without
12323                 confirmation
12324
12325 2006-06-12 [wwp]        2.3.0cvs3
12326
12327         * .cvsignore
12328                 more files to ignore.
12329
12330 2006-06-12 [wwp]        2.3.0cvs2
12331
12332         * src/quote_fmt.c
12333         * src/quote_fmt_lex.l
12334         * src/quote_fmt_parse.y
12335                 extend the quote_fmt parser (templates and quotes):
12336                 - allow limited sub-expressions in |p{} and |f{} expressions,
12337                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
12338                 - implemented/fixed missing implementation of query_references and show_references,
12339                 - completed, fixed contents and format of the symbols help dialog,
12340                 - fix some compilation warnings.
12341
12342 2006-06-12 [wwp]        2.3.0cvs1
12343
12344         * manual/advanced.xml
12345         * manual/fr/advanced.xml
12346                 updates in the "templates" section of the manual (eng/fr):
12347                  - be more precise (both versions)
12348                  - completed to match the english reference (fr version)
12349                  - touchups (both versions)
12350
12351 2006-06-12 [paul]       2.3.0
12352
12353         2.3.0 released
12354
12355 2006-06-12 [paul]       2.2.3cvs14
12356
12357         * po/ca.po
12358         * po/cs.po
12359         * po/de.po
12360         * po/el.po
12361         * po/fr.po
12362         * po/it.po
12363         * po/pt_BR.po
12364         * po/sr.po
12365         * po/zh_CN.po
12366                 updated by Miquel Oliete, Tim, Stephan Sachse,
12367                 Stavros Giannouris, Fabien Vantard, Andrea
12368                 Spadaccini, Frederico Goncalves Guimaraes,
12369                 Aleksandar Urosevic, and Ralgh Young
12370
12371 2006-06-12 [colin]      2.2.3cvs13
12372
12373         * src/mbox.c
12374                 Add missing header
12375
12376 2006-06-11 [colin]      2.2.3cvs12
12377
12378         * src/msgcache.c
12379                 Verify that g_malloc() succeeded
12380
12381 2006-06-11 [colin]      2.2.3cvs11
12382
12383         * src/wizard.c
12384                 Add Face header to welcome mail
12385
12386 2006-06-10 [colin]      2.2.3cvs10
12387
12388         * src/textview.c
12389                 Revert previous (Forgot it changes the
12390                 margin on the whole mail)
12391
12392 2006-06-10 [colin]      2.2.3cvs9
12393
12394         * src/textview.c
12395                 Don't overlap long headers under (X-)Face
12396
12397 2006-06-10 [mones]      2.2.3cvs8
12398
12399         * manual/xml2pdf
12400                 allow generation of manual on systems lacking saxon binary
12401                 but with java and the saxon library installed
12402
12403         * po/es.po
12404                 updated for release
12405
12406 2006-06-09 [colin]      2.2.3cvs7
12407
12408         * src/summaryview.c
12409                 Fix leak when using Display Sender using Addressbook
12410
12411 2006-06-09 [colin]      2.2.3cvs6
12412
12413         * src/compose.c
12414         * src/folder.c
12415         * src/folderview.c
12416         * src/mimeview.c
12417         * src/summaryview.c
12418                 More leaks fixes
12419
12420 2006-06-09 [paul]       2.2.3cvs5
12421
12422         * AUTHORS
12423         * src/gtk/authors.h
12424         * tools/claws.i18n.status.pl
12425                 updated with new info
12426
12427 2006-06-09 [paul]       2.2.3cvs4
12428
12429         * README
12430                 updated
12431         * manual/ack.xml
12432                 add wwp to authors list
12433         * src/gtk/authors.h
12434                 update mine and Colin's addresses
12435
12436 2006-06-08 [colin]      2.2.3cvs3
12437
12438         * src/etpan/imap-thread.c
12439                 Fix leak on SSL cert check
12440
12441 2006-06-08 [colin]      2.2.3cvs2
12442
12443         * src/common/utils.c
12444                 Fix leak
12445
12446 2006-06-08 [paul]       2.2.3cvs1
12447
12448         * configure.ac
12449                 Update version number following
12450                 stable release
12451
12452 2006-06-07 [colin]      2.2.2cvs3
12453
12454         * src/msgcache.c
12455                 Fix catching cache read errors (guint instead of gint)
12456                 Prevent malloc'ing more than 8MB (means cache corruption)
12457
12458 2006-06-07 [paul]       2.2.2cvs2
12459
12460         * src/exporthtml.c
12461         * src/exportldif.c
12462         * src/mh.c
12463         * src/mutt.c
12464         * src/pine.c
12465         * src/common/utils.c
12466                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
12467                 obey $HOME'
12468                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
12469                 Thanks to Colin
12470
12471 2006-06-06 [paul]       2.2.2cvs1
12472
12473         * configure.ac
12474                 Update version number following
12475                 stable release
12476
12477 2006-06-06 [paul]       2.2.1cvs6
12478
12479         * src/matcher.c
12480                 fix  implicit declaration of
12481                 sylpheed_do_idle()
12482                 Patch by Fabien Vantard
12483
12484 2006-06-06 [paul]       2.2.1cvs5
12485
12486         * src/matcher.c
12487                 fix age_greater and age_lower so that they
12488                 mean what say and not '...or equal to'
12489                 Thanks to Colin
12490
12491 2006-06-06 [paul]       2.2.1cvs4
12492
12493         * src/textview.c
12494         * src/common/utils.c
12495                 fix URI check
12496                 Thanks to Colin
12497
12498 2006-06-05 [wwp]        2.2.1cvs3
12499
12500         * manual/fr/account.xml
12501                 minor language fixes (thanks to Fabien Vantard).
12502
12503 2006-06-05 [colin]      2.2.1cvs2
12504
12505         * src/prefs_folder_item.c
12506         * src/folderview.c
12507                 Allow recursive setting of properties 
12508                 for whole mailboxes
12509         * src/matcher.c
12510                 Don't freeze on 'test' filtering rule
12511
12512 2006-06-05 [colin]      2.2.1cvs1
12513
12514         * configure.ac
12515                 Update version number following
12516                 stable release
12517
12518 2006-06-04 [wwp]        2.2.0cvs82
12519
12520         * manual/glossary.xml
12521         * manual/account.xml
12522         * manual/fr/glossary.xml
12523         * manual/fr/account.xml
12524                 added glossary section and references/links related to the Face custom header.
12525
12526 2006-06-04 [colin]      2.2.0cvs81
12527
12528         * src/summaryview.c
12529                 Skip to next message on move with no
12530                 immediate execution
12531
12532 2006-06-04 [wwp]        2.2.0cvs80
12533
12534         * manual/xml2pdf
12535                 added sanity checks, exit when needed.
12536
12537 2006-06-03 [paul]       2.2.0cvs79
12538
12539         * src/prefs_receive.c
12540                 page name is now 'Receiving'
12541         * src/prefs_send.c
12542                 page name is now 'Sending'
12543
12544 2006-06-03 [colin]      2.2.0cvs78
12545
12546         * src/plugins/spamassassin/spamassassin_gtk.c
12547                 Autoswitch to Localhost if transport was previously
12548                 disabled. Else people had to check [] Enable, then
12549                 *reselect* transport.
12550
12551 2006-06-03 [colin]      2.2.0cvs77
12552
12553         * src/plugins/pgpinline/pgpinline.c
12554         * src/plugins/pgpmime/pgpmime.c
12555                 Check that gpg_data_release_and_get_mem 
12556                 didn't fail (now, why this happens...)
12557
12558 2006-06-03 [colin]      2.2.0cvs76
12559
12560         * src/mbox.c
12561                 Fix bug #962 (Manual and/or UI should 
12562                 warn about incompatible locking 
12563                 causing dataloss)
12564
12565 2006-06-02 [cleroy]     2.2.0cvs75
12566
12567         * src/filtering.c
12568         * src/folder.c
12569         * src/procmsg.c
12570         * src/summaryview.c
12571                 Fix a few leaks
12572
12573 2006-06-02 [colin]      2.2.0cvs74
12574
12575         * src/main.c
12576                 On exit, free caches after writing them
12577                 Shuts up some valgrind false positives
12578         * src/procmsg.c
12579         * src/send_message.c
12580                 Fix races when reusing existing SMTP connections
12581                 Fix inexistant session timeout
12582         * src/toolbar.c
12583                 Display alertpanel after all queues have
12584                 been processed, not after each
12585
12586 2006-06-02 [wwp]        2.2.0cvs73
12587
12588         * manual/fr/glossary.xml
12589         * manual/fr/ack.xml
12590         * manual/ack.xml
12591                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
12592
12593 2006-06-02 [wwp]        2.2.0cvs72
12594
12595         * manual/xml2pdf
12596         * manual/dist/pdf/Makefile.am
12597         * manual/dtd/manual.xsl
12598         * manual/fr/dist/pdf/Makefile.am
12599         * manual/pl/dist/pdf/Makefile.am
12600                 we changed the procedure to generate the .pdf version of the manual.
12601                 The procedure is more modern and the .pdf we get now has a valid index.
12602                 Here are the new pre-requisites:
12603
12604                 - JRE 1.x (1.4 here): there must be one from your distro
12605                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
12606                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
12607                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
12608
12609                 See my posts for further info about the installation of this toolchain:
12610
12611                 Date: Fri, 19 May 2006 19:40:06 +0200
12612                 From: wwp <subscript@free.fr>
12613                 To: sylpheed-claws-devel@lists.sourceforge.net
12614                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
12615
12616                 and
12617
12618                 Date: Wed, 24 May 2006 12:58:49 +0200
12619                 From: wwp <subscript@free.fr>
12620                 To: sylpheed-claws-devel@lists.sourceforge.net
12621                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
12622
12623 2006-06-01 [colin]      2.2.0cvs71
12624
12625         * src/compose.c
12626                 Better guards against IMAP races
12627         * src/main.c
12628         * src/prefs_common.c
12629         * src/prefs_common.h
12630         * src/common/ssl_certificate.c
12631         * src/etpan/imap-thread.c
12632         * src/etpan/imap-thread.h
12633         * src/gtk/sslcertwindow.c
12634                 New hidden option ssl_skip_cert_check to 
12635                 avoid dups of bug #959 (libetpan linked
12636                 against gnutls and gnutls buggy on 64bit)
12637                 Present expired warning only once per
12638                 session/server.
12639         * manual/advanced.xml
12640         * manual/fr/advanced.xml
12641                 Document new option
12642
12643 2006-06-01 [wwp]        2.2.0cvs70
12644
12645         * src/messageview.c
12646                 fix for bug #961 (return receipt dialog 
12647                 complains incorrectly about return-path 
12648                 email adress being different), thanks 
12649                 to Colin.
12650
12651 2006-05-31 [cleroy]     2.2.0cvs69
12652
12653         * src/common/ssl.c
12654                 Guard against NULLs, although this
12655                 should never be an issue
12656
12657 2006-05-31 [colin]      2.2.0cvs68
12658
12659         * src/filtering.c
12660                 Use g_slist_prepend
12661         * src/imap.c
12662                 Don't remove caches when destroying folder, it
12663                 could (should) be done at exit
12664         * src/inc.c
12665                 free processing cache after incorporation
12666         * src/etpan/imap-thread.c
12667                 Maybe fix bug #959 (Crash on moving to emails 
12668                 to a imap account per ssl with a expired 
12669                 certificate.)
12670
12671 2006-05-30 [colin]      2.2.0cvs67
12672
12673         * src/summaryview.c
12674                 Put back event flush when displaying message
12675                 It avoids reading a bunch of messages just
12676                 by hitting shift-n for too long ;)
12677
12678 2006-05-29 [colin]      2.2.0cvs66
12679
12680         * src/summaryview.c
12681                 Remove useless g_warnings
12682
12683 2006-05-29 [colin]      2.2.0cvs65
12684
12685         * src/imap.c
12686                 Fix g_slist_append()s for performance
12687
12688 2006-05-29 [colin]      2.2.0cvs64
12689
12690         * src/compose.c
12691         * src/common/utils.c
12692                 Fix extraneous tab at start of addresses
12693         * src/mainwindow.c
12694                 Fix warnings (thanks to Fabien)
12695                 Fix crash at exit when composing messages 
12696                 exist
12697         * src/pop.c
12698                 Fix progress bar when deleting expired mails
12699                 Thanks to Hiro
12700         * src/summaryview.c
12701         * src/gtk/gtksctree.c
12702                 Fix re-sorting slowness
12703
12704 2006-05-29 [paul]       2.2.0cvs63
12705
12706         * src/mh.c
12707                 fetch full message when moving mails
12708                 from another mailbox, (fixed data loss
12709                 when filtering from IMAP to MH, introduced
12710                 in 2.2.0cvs57).
12711                 Thanks to Colin
12712
12713 2006-05-29 [mones]      2.2.0cvs62
12714
12715         * src/gtk/gtksctree.c
12716                 Unselect faster (patch by Colin)        
12717
12718 2006-05-26 [colin]      2.2.0cvs61
12719
12720         * src/summaryview.c
12721                 Unplug MSGINFO_UPDATE callback on delete too.
12722
12723 2006-05-26 [colin]      2.2.0cvs60
12724
12725         * src/foldersel.c
12726                 Fix bold in folder selection window with glib2.10
12727                 thanks Hiro
12728
12729 2006-05-26 [colin]      2.2.0cvs59
12730
12731         * src/procheader.c
12732                 Convert date only if necessary (and don't
12733                 try to convert from utf8 to utf8, too)
12734         * src/summaryview.c
12735                 Only set column's text if the column's 
12736                 displayed
12737
12738 2006-05-26 [colin]      2.2.0cvs58
12739
12740         * src/summaryview.c
12741         * src/gtk/gtkutils.c
12742                 Fix useless warning
12743
12744 2006-05-26 [colin]      2.2.0cvs57
12745
12746         * src/mainwindow.c
12747                 Make summaryview selectable as long as 
12748                 no message has focus
12749         * src/mh.c
12750                 Faster deletion (by implementing mh_remove_msgs)
12751                 Faster copy (avoid using mh_fetch_msg just to get
12752                 the filename)
12753                 Faster move (using move_file instead of copy_file
12754                 if MSG_IS_MOVE)
12755                 No progressbar if total number of mails to cp/mv 
12756                 is less than 100
12757         * src/summaryview.c
12758                 Fix removal from subject_table when mail gets moved
12759                 Faster deletion (g_slist_prepend instead of append)
12760         * src/gtk/gtksctree.c
12761                 Remove useless code
12762
12763 2006-05-25 [colin]      2.2.0cvs56
12764
12765         * src/common/ssl_certificate.c
12766                 Fix leak in expired cert check
12767
12768 2006-05-25 [colin]      2.2.0cvs55
12769
12770         * src/mh.c
12771                 Disable flags syncing on .mh_sequences - it
12772                 is buggy and marks mails read under unknown
12773                 conditions.
12774
12775 2006-05-25 [paul]
12776
12777         * 2.3.0-rc4 released
12778
12779 2006-05-24 [colin]      2.2.0cvs54
12780
12781         attention cvs users: if you manage to crash
12782         Sylpheed-Claws while moving, copying or deleting
12783         mails, we *are* interested in stack traces and
12784         valgrind logs. It looks stable, but one never
12785         knows...
12786
12787         * src/folder.c
12788                 Add progressbar for cache updates
12789         * src/folderutils.c
12790                 Optimize Mark all read in the current
12791                 folder
12792         * src/mh.c
12793                 Add progressbar for copy/move
12794         * src/procmsg.c
12795                 Optimize O(n^2) in copy/move
12796         * src/summaryview.c
12797         * src/gtk/gtksctree.c
12798                 Optimize O(n^2) algos
12799         * src/common/timing.h
12800                 Display ms instead of us
12801
12802 2006-05-24 [wwp]        2.2.0cvs53
12803
12804         * manual/fr/advanced.xml
12805                 updates to the French manual.
12806
12807 2006-05-24 [wwp]        2.2.0cvs52
12808
12809         * src/common/utils.c
12810                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
12811
12812 2006-05-24 [wwp]        2.2.0cvs51
12813
12814         * src/folderutils.c
12815                 fixed "mark all read" in MH folders (thanks to Colin).
12816
12817 2006-05-24 [paul]       2.2.0cvs50
12818
12819         * doc/man/sylpheed-claws.1
12820                 updated the man page
12821
12822 2006-05-23 [colin]      2.2.0cvs49
12823
12824         * src/folderview.c
12825         * src/imap.c
12826         * src/inc.c
12827         * src/mbox.c
12828         * src/messageview.c
12829         * src/news.c
12830         * src/send_message.c
12831         * src/summaryview.c
12832         * src/gtk/sslcertwindow.c
12833                 alertpanel fixes, by Fabien
12834
12835 2006-05-23 [colin]      2.2.0cvs48
12836
12837         * src/folder.c
12838         * src/folderview.c
12839         * src/msgcache.c
12840         * src/summaryview.c
12841         * src/gtk/gtksctree.c
12842         * src/gtk/gtksctree.h
12843                 More timings
12844                 Fix slow loading problem, which was caused by the
12845                 use of some gtk_ctree funcs and their use of
12846                 g_list_position while gtk_ctree_(un)link'ing.
12847                 Reap more functions from gtkctree.c to be sure we
12848                 use our (fast) version instead of theirs.
12849         * src/mh.c
12850                 Fix copy of unread mails
12851
12852
12853 2006-05-22 [wwp]        2.2.0cvs47
12854
12855         * manual/fr/advanced.xml
12856                 updated.
12857
12858 2006-05-22 [colin]      2.2.0cvs46
12859
12860         * src/filtering.c
12861                 Fix possible infinite loop. 'copy' is not a 
12862                 final action, so when encountering a 'copy',
12863                 we have to check if a previous one was set
12864                 and do it. In the same way, if we encounter
12865                 a 'move' we have to perform a possibly 
12866                 pending 'copy'. This will slow down filtering
12867                 on IMAP if move+copy or multiple copy actions
12868                 are to be done, but handling it via the batch
12869                 would be really too convoluted.
12870
12871 2006-05-22 [wwp]        2.2.0cvs45
12872
12873         * manual/fr/advanced.xml
12874         * manual/fr/faq.xml
12875         * manual/fr/glossary.xml
12876         * manual/fr/handling.xml
12877         * manual/fr/intro.xml
12878         * manual/fr/plugins.xml
12879         * manual/fr/sylpheed-claws-manual.xml
12880                 sync w/ the english manual: updates URIs, documented mailing-list
12881                 support, better explanation about the enabled/disabled feature
12882                 in filtering/processing rules by Paul.
12883
12884 2006-05-21 [colin]      2.2.0cvs44
12885
12886         * src/summaryview.c
12887                 Don't expand after building threads, but during
12888
12889 2006-05-21 [colin]      2.2.0cvs43
12890
12891         * src/procmsg.c
12892         * src/summaryview.c
12893                 More timing possibilities... For next time I have 
12894                 to find out how the hell some 3GHz computer takes
12895                 one minute to open a 30k folder...
12896
12897 2006-05-21 [colin]      2.2.0cvs42
12898
12899         * manual/pl/advanced.xml
12900         * manual/pl/faq.xml
12901         * manual/pl/glossary.xml
12902         * manual/pl/handling.xml
12903         * manual/pl/intro.xml
12904         * manual/pl/plugins.xml
12905         * manual/pl/sylpheed-claws-manual.xml
12906                 Polish manual updated by Pawel
12907
12908 2006-05-20 [colin]
12909
12910         * 2.3.0-rc3 released
12911
12912 2006-05-20 [colin]      2.2.0cvs41
12913
12914         * src/imap.c
12915                 Fix -rc2 problems:
12916                 - remove cache of moved messages from original folder
12917                 - apply new flags to messages even if they aren't appliable
12918                   via IMAP.
12919
12920 2006-05-20 [colin]
12921
12922         * 2.3.0-rc2 released
12923
12924 2006-05-19 [colin]      2.2.0cvs40
12925
12926         * src/imap.c
12927                 Don't issue SELECT in imap_change_flags
12928                 before having checked that we indeed have
12929                 some flags to change. MSG_POSTFILTERED for
12930                 example can't be used on IMAP.
12931                 Fixes bug #955 (copying messages between 
12932                 imap folders is extremely slow), which was
12933                 a regression.
12934
12935 2006-05-19 [colin]      2.2.0cvs39
12936
12937         * src/folder.c
12938         * src/folder.h
12939         * src/folderview.c
12940                 Try to fix bug #830 (Some unread messages 
12941                 get marked read in IMAP inbox):
12942                 - Prevent scanning a folder if it's being 
12943                   opened via the GUI
12944                 - Postpone opening via the GUI of a folder
12945                   currently scanned.
12946
12947
12948 2006-05-19 [wwp]        2.2.0cvs38
12949
12950         * manual/advanced.xml
12951                 fix English+typo (thanks to Paul).
12952
12953 2006-05-19 [wwp]        2.2.0cvs37
12954
12955         * manual/advanced.xml
12956         * manual/fr/advanced.xml
12957         * src/gtk/logwindow.c
12958         * src/prefs_common.c
12959         * src/prefs_common.h
12960                 added hidden prefs to allow customization of colors used in
12961                 protocol log window (useful for dark gtk+ themes).
12962
12963 2006-05-19 [wwp]        2.2.0cvs36
12964
12965         * ChangeLog
12966                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
12967
12968 2006-05-19 [paul]       2.2.0cvs35
12969
12970         * src/textview.c
12971                 make Reply-To fully clickable
12972         * src/gtk/logwindow.c
12973                 more colouring (SMTP ESMTP)
12974         Both patches by Pawel Pekala
12975
12976 2006-05-19 [cleroy]     2.2.0cvs34
12977
12978         * src/mh.c
12979                 Don't update flags from current folder
12980                 Probably fixes bug #935 (Read Messages 
12981                 Revert to Being Marked as Unread)
12982
12983 2006-05-18 [colin]      2.2.0cvs33
12984
12985         * src/imap.c
12986                 Warning fix
12987         * src/compose.c
12988         * src/mainwindow.c
12989         * src/summaryview.c
12990         * src/toolbar.c
12991                 Allow replying to multiple emails
12992                 in multiple windows
12993         * src/mimeview.c
12994         * src/etpan/imap-thread.c
12995                 Leak fixes
12996
12997 2006-05-18 [paul]       2.2.0cvs32
12998
12999         * src/summaryview.c
13000                 keep Mailing-List menu refreshed
13001                 Thanks to Colin
13002
13003 2006-05-18 [paul]       2.2.0cvs31
13004
13005         * manual/advanced.xml
13006         * manual/faq.xml
13007         * manual/glossary.xml
13008         * manual/handling.xml
13009         * manual/intro.xml
13010         * manual/plugins.xml
13011         * manual/sylpheed-claws-manual.xml
13012                 update URLs
13013                 add info about mailing-list support
13014                 edit filtering info
13015         * src/wizard.c
13016         * src/common/defs.h
13017         * src/gtk/about.c
13018         * src/plugins/dillo_viewer/README
13019                 update URLs
13020
13021 2006-05-17 [wwp]        2.2.0cvs30
13022
13023         * manual/handling.xml
13024         * manual/fr/handling.xml
13025                 documented the ability to enabled/disable filtering/processing rules.
13026
13027 2006-05-17 [colin]      2.2.0cvs29
13028
13029         * src/main.c
13030                 Don't initialize g_thread subsystem if it's 
13031                 already done (thanks to Hiro)
13032         * src/mimeview.c
13033                 Fix saving of parts when there name can't be
13034                 converted from UTF-8.
13035
13036 2006-05-17 [paul]       2.2.0cvs28
13037
13038         * po/Makefile.in.in
13039                 fix config.status warning with autoconf 2.60
13040
13041 2006-05-17 [paul]       2.2.0cvs27
13042
13043         * po/POTFILES.in
13044                 add src/mbox.c
13045
13046 2006-05-17 [wwp]        2.2.0cvs26
13047
13048         * src/mainwindow.c
13049                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13050
13051 2006-05-17 [wwp]        2.2.0cvs25
13052
13053         * src/plugins/demo/demo.c
13054                 updated product name in plugin demo (many plugins need to be
13055                 sync'ed w/ that change).
13056
13057 2006-05-17 [colin]      2.2.0cvs24
13058
13059         * src/mh.c
13060                 Fix leak
13061
13062 2006-05-16 [colin]      2.2.0cvs23
13063
13064         * src/mainwindow.c
13065                 Stupid me hit again. Fix cvs22.
13066
13067 2006-05-16 [colin]      2.2.0cvs22
13068
13069         * src/mainwindow.c
13070                 Fix bug #922 (sylpheed-claws crashed after 
13071                 pushing on Inbox folder)
13072
13073 2006-05-16 [colin]      2.2.0cvs21
13074
13075         * src/compose.c
13076                 Make From header be copy/paste/select-able
13077
13078 2006-05-16 [wwp]        2.2.0cvs20
13079
13080         * src/export.c
13081         * src/matcher.c
13082         * src/summaryview.c
13083         * src/etpan/imap-thread.c
13084                 fix some compiler warnings (thanks to Colin).
13085
13086 2006-05-16 [wwp]        2.2.0cvs19
13087
13088         * src/action.c
13089         * src/gedit-print.c
13090         * src/inc.c
13091         * src/mainwindow.c
13092         * src/mh.c
13093         * src/statusbar.c
13094         * src/send_message.c
13095         * src/summaryview.c
13096                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13097
13098 2006-05-15 [colin]      2.2.0cvs18
13099
13100         * src/procmsg.c
13101                 Fix automatic rule creation with List-Post
13102
13103 2006-05-15 [paul]       2.2.0cvs17
13104
13105         * tools/filter_conv_new.pl
13106                 updated for rule enabling/disabling
13107                 claws version >= 2.3.x required
13108
13109 2006-05-15 [cleroy]     2.2.0cvs16
13110
13111         * src/main.c
13112                 Revert test
13113
13114 2006-05-15 [cleroy]     2.2.0cvs15
13115
13116         * src/main.c
13117                 test
13118
13119 2006-05-15 [wwp]        2.2.0cvs14
13120
13121         * manual/pl/.cvsignore
13122                 ignore generated files.
13123
13124 2006-05-14 [wwp]        2.3.0-rc1
13125
13126         * 2.3.0-rc1 released
13127
13128 2006-05-13 [wwp]        2.2.0cvs13
13129
13130         * src/filtering.c
13131         * src/filtering.h
13132         * src/matcher.c
13133         * src/matcher_parser_lex.l
13134         * src/matcher_parser_parse.y
13135         * src/prefs_filtering.c
13136                 new feature: provide the ability to disable filtering and processing
13137                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13138                 adaptations.
13139
13140 2006-05-13 [colin]      2.2.0cvs12
13141
13142         * src/compose.c
13143                 Remove useless if (a) b; else b;
13144                 Thanks to wwp
13145
13146 2006-05-13 [wwp]        2.2.0cvs11
13147
13148         * src/export.c
13149         * src/import.c
13150         * src/mainwindow.c
13151         * src/mbox.c
13152         * src/summaryview.c
13153         * src/summaryview.h
13154                 no more silent failures (or at least less ones) when importing
13155                 or exporting from/to mbox. Also start importing/exporting if
13156                 the necessary info is set.
13157
13158 2006-05-13 [wwp]        2.2.0cvs10
13159
13160         * RELEASE_NOTES
13161                 restored up-to-date release notes.
13162
13163 2006-05-13 [paul]       2.2.0cvs9
13164
13165         * po/nl.po
13166         * po/ru.po
13167                 updated by Tim Dijkstra and Pavlo Bohmat
13168
13169 2006-05-12 [colin]      2.2.0cvs8
13170
13171         * src/gtk/quicksearch.c
13172                 Add "k" as shortcut for "colorlabel". Patch
13173                 by ath42@users.sf.net.
13174
13175 2006-05-12 [paul]       2.2.0cvs7
13176
13177         * src/prefs_common.h
13178         * src/prefs_summaries.c
13179         * src/summaryview.c
13180                 when entering a folder also allow
13181                 going directly to first Marked message
13182
13183 2006-05-12 [paul]       2.2.0cvs6
13184
13185         * src/summaryview.c
13186                 always obey 'confirm before marking all
13187                 mails read' option
13188
13189 2006-05-12 [paul]       2.2.0cvs5
13190
13191         * src/textview.c
13192                 make Sender fully clickable
13193
13194 2006-05-12 [colin]      2.2.0cvs4
13195
13196         * src/compose.c
13197         * src/compose.h
13198                 Let From be editable
13199         * src/main.c
13200         * src/mh.c
13201                 Full support of .mh_sequences' Unseen seq
13202
13203 2006-05-12 [colin]      2.2.0cvs3
13204
13205         * src/folder.c
13206         * src/mainwindow.c
13207         * src/mainwindow.h
13208         * src/messageview.c
13209         * src/prefs_spelling.c
13210         * src/procheader.c
13211         * src/procmsg.c
13212         * src/procmsg.h
13213         * src/summaryview.c
13214         * src/toolbar.c
13215         * src/toolbar.h
13216                 Add contextual menu on Compose toolbar
13217                 button. Fixes bug #944 (Automatic
13218                 addresses not applied when changing account
13219                 from compose window)
13220                 add Mailing List support
13221                 based on the old 0.6.5claws25 patch by
13222                 Melvin Hadasht, with finishing touches
13223                 by Colin
13224                 Fix "ignore thread" when mails are threaded by
13225                 subject (and weren't ignored although appearing
13226                 in the thread).
13227                 GUI rework.
13228                 Both patches by Pawel.
13229
13230 2006-05-08 [paul]       2.2.0cvs2
13231
13232         * src/mainwindow.c
13233         * src/mainwindow.h
13234         * src/messageview.c
13235         * src/procheader.c
13236         * src/procmsg.c
13237         * src/procmsg.h
13238         * src/summaryview.c
13239                 add Mailing List support
13240                 based on the old 0.6.5claws25 patch by 
13241                 Melvin Hadasht, with finishing touches
13242                 by Colin
13243
13244 2006-05-08 [colin]      2.2.0cvs1
13245
13246         * src/mainwindow.c
13247         * src/toolbar.c
13248         * src/toolbar.h
13249                 Add contextual menu on Compose toolbar 
13250                 button. Fixes bug #944 (Automatic 
13251                 addresses not applied when changing account 
13252                 from compose window)
13253
13254 2006-05-08 [paul]       2.2.0
13255
13256         2.2.0 released
13257
13258 2006-05-08 [paul]       2.1.1cvs51
13259
13260         * po/cs.po
13261         * po/de.po
13262         * po/en_GB.po
13263         * po/fi.po
13264         * po/fr.po
13265         * po/pt_BR.po
13266         * po/sr.po
13267         * po/zh_CN.po
13268                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13269                 Fabien Vantard, Frederico Goncalves Guimaraes,
13270                 Aleksandar Urosevic, and Ralgh Young
13271
13272 2006-05-12 [colin]      2.1.1cvs50
13273
13274         * po/cs.po
13275         * po/de.po
13276         * po/en_GB.po
13277         * po/es.po
13278         * po/fi.po
13279         * po/fr.po
13280         * po/pt_BR.po
13281         * po/sr.po
13282         * po/zh_CN.po
13283                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
13284                 Fabien Vantard, Frederico Goncalves Guimaraes,
13285                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
13286
13287 2006-05-05 [colin]      2.1.1cvs49
13288
13289         * manual/Makefile.am
13290         * manual/pl/Makefile.am
13291         * manual/pl/account.xml
13292         * manual/pl/ack.xml
13293         * manual/pl/addrbook.xml
13294         * manual/pl/advanced.xml
13295         * manual/pl/faq.xml
13296         * manual/pl/glossary.xml
13297         * manual/pl/gpl.xml
13298         * manual/pl/handling.xml
13299         * manual/pl/intro.xml
13300         * manual/pl/keyboard.xml
13301         * manual/pl/plugins.xml
13302         * manual/pl/starting.xml
13303         * manual/pl/sylpheed-claws-manual.xml
13304         * manual/pl/dist/.cvsignore
13305         * manual/pl/dist/Makefile.am
13306         * manual/pl/dist/html/.cvsignore
13307         * manual/pl/dist/html/Makefile.am
13308         * manual/pl/dist/pdf/.cvsignore
13309         * manual/pl/dist/pdf/Makefile.am
13310         * manual/pl/dist/ps/.cvsignore
13311         * manual/pl/dist/ps/Makefile.am
13312         * manual/pl/dist/txt/.cvsignore
13313         * manual/pl/dist/txt/Makefile.am
13314                 Add the polish translation of the manual,
13315                 Authored by Pawel Pekala.
13316
13317 2006-05-05 [cleroy]     2.1.1cvs48
13318
13319         * src/main.c
13320                 Re-read matcherrc after loading plugins 
13321                 if some of them add folders.
13322
13323 2006-05-03 [colin]      2.1.1cvs47
13324
13325         * src/imap.c
13326                 I'm idiot
13327
13328 2006-05-03 [colin]      2.1.1cvs46
13329
13330         * src/imap.c
13331                 Be sure to have a session when
13332                 getting separator
13333
13334 2006-05-03 [colin]      2.1.1cvs45
13335
13336         * src/imap.c
13337         * src/imap.h
13338         * src/imap_gtk.c
13339                 Fix preventing renaming with namespace 
13340                 separator.
13341
13342 2006-05-01 [colin]      2.1.1cvs44
13343
13344         * src/action.c
13345                 Don't reload messageview when result of
13346                 action is piped.
13347
13348 2006-04-29 [colin]      2.1.1cvs43
13349
13350         * src/prefs_receive.c
13351         * src/plugins/spamassassin/spamassassin_gtk.c
13352         * src/plugins/clamav/clamav_plugin_gtk.c
13353                 GUI fixes by Pawel
13354
13355 2006-04-29 [colin]      2.1.1cvs42
13356
13357         * src/prefs_compose_writing.c
13358         * src/prefs_quote.c
13359                 Cleanups. Patch by Pawel
13360
13361 2006-04-28 [paul]       2.1.1cvs41
13362
13363         * src/matcher.c
13364                 fix returned quick search results when search
13365                 term contains an underscore.
13366                 Thanks to Colin
13367
13368 2006-04-28 [paul]       2.1.1cvs40
13369
13370         * src/prefs_message.c
13371         * src/prefs_receive.c
13372                 GUI cleanups
13373                 Patches by Pawel Pekala
13374
13375 2006-04-27 [colin]      2.1.1cvs39
13376
13377         * src/wizard.c
13378                 Differentiate subject Welcome from
13379                 window's title Welcome
13380
13381 2006-04-27 [paul]
13382
13383         2.2.0-rc1 released
13384
13385 2006-04-27 [paul]       2.1.1cvs38
13386
13387         * manual/advanced.xml
13388         * manual/fr/advanced.xml
13389                 add info about compose_no_markup hidden pref
13390
13391 2006-04-27 [paul]       2.1.1cvs37
13392
13393         * src/prefs_account.c
13394                 improve privacy labels
13395         * src/prefs_msg_colors.c
13396                 change some strings for translators' convenience
13397         * src/gtk/gtkutils.c
13398                 don't underline the link button text
13399
13400 2006-04-25 [colin]      2.1.1cvs36
13401
13402         * src/folder.c
13403                 Complete 2.1.1cvs33 (once more ;)
13404
13405 2006-04-25 [colin]      2.1.1cvs35
13406
13407         * src/editldap.c
13408                 Fix tooltip
13409
13410 2006-04-25 [cleroy]     2.1.1cvs34
13411
13412         * src/compose.c
13413         * src/gtk/gtkaspell.c
13414                 Fix crash on redirect (related to the return 
13415                 of the aspell menu in compose's toolbar)
13416         * src/prefs_msg_colors.c
13417                 Fix sensitivity widgets
13418         * src/image_viewer.c
13419         * src/gtk/pluginwindow.c
13420         * src/gtk/prefswindow.c
13421                 Change released signals to clicked (Fabien)
13422         * po/POTFILES.in
13423         * src/common/socket.c
13424         * src/plugins/spamassassin/spamassassin.c
13425                 Translate strings (Fabien)
13426
13427 2006-04-25 [paul]       2.1.1cvs33
13428
13429         * src/folder.c
13430         * src/folder.h
13431         * src/folderview.c
13432                 complete the fix of bug #912
13433                 Thanks to Colin
13434
13435 2006-04-25 [colin]      2.1.1cvs32
13436
13437         * src/news.c
13438                 Better progress bar
13439         * src/mimeview.c
13440         * src/summaryview.c
13441         * src/summaryview.h
13442                 Fix focus chain
13443                 Patches by Pawel Pekala
13444
13445 2006-04-24 [colin]      2.1.1cvs31
13446
13447         * src/compose.c
13448                 Fix compilation warnings (Fabien)
13449
13450 2006-04-24 [colin]      2.1.1cvs30
13451
13452         * src/addrindex.c
13453         * src/editldap.c
13454         * src/editldap_basedn.c
13455         * src/editldap_basedn.h
13456         * src/ldapctrl.c
13457         * src/ldapctrl.h
13458         * src/ldapquery.c
13459         * src/ldaputil.c
13460         * src/ldaputil.h
13461                 Fix bug #901 (LDAPS support)
13462
13463 2006-04-24 [colin]      2.1.1cvs29
13464
13465         * src/compose.c
13466                 Fix logic on error with send dialog on
13467         * src/imap.c
13468                 Fix compilation without libetpan, thanks
13469                 to Fabien
13470         * src/summaryview.c
13471                 Fix 'context-menu' key
13472
13473 2006-04-23 [colin]      2.1.1cvs28
13474
13475         * src/folder.c
13476                 Never free current's cache to free up 
13477                 memory. Fixes bug #912 (new count 
13478                 randomly set to message count)
13479
13480 2006-04-23 [colin]      2.1.1cvs27
13481
13482         * src/gtk/quicksearch.c
13483                 And remove printf...
13484
13485 2006-04-23 [colin]      2.1.1cvs26
13486
13487         * src/gtk/quicksearch.c
13488                 Fix replacing in quicksearch, and fix inserting
13489                 in the middle of the string. (introduced at 2.1.0cvs22)
13490
13491 2006-04-23 [colin]      2.1.1cvs25
13492
13493         * src/imap.c
13494                 Make sure uidnext is initialized in get_num_list
13495                 (not for stable, related to 2.1.1cvs8 and friends)
13496
13497 2006-04-23 [colin]      2.1.1cvs24
13498
13499         * src/imap.c
13500                 Output something when login is successful
13501                 too
13502
13503 2006-04-23 [colin]      2.1.1cvs23
13504
13505         * src/etpan/imap-thread.c
13506                 Better logging (line-per-line, hide data in fetch)
13507                 Fix a const warning
13508         * src/gtk/logwindow.c
13509         * src/gtk/logwindow.h
13510                 Better logging (color for input/output)
13511
13512 2006-04-21 [colin]      2.1.1cvs22
13513
13514         * src/gtk/quicksearch.c
13515                 On gtk+-2.8, use stock buttons in quicksearch
13516                 Based on a patch by Fabien and a design by Paul
13517
13518 2006-04-21 [colin]      2.1.1cvs21
13519
13520         * src/folderview.c
13521         * src/mainwindow.c
13522                 Fix occasional flicker in folderview
13523         * src/common/utils.c
13524                 Fix bug #943 (Incorrectly parsed email address 
13525                 list in short headers on message view and in 
13526                 printouts)
13527
13528 2006-04-20 [colin]      2.1.1cvs20
13529
13530         * src/imap.c
13531         * src/imap.h
13532         * src/prefs_account.c
13533                 Add ANONYMOUS auth for IMAP
13534
13535 2006-04-20 [paul]       2.1.1cvs19
13536
13537         * src/main.c
13538                 proper fix for 2.1.1cvs18
13539                 Thanks to Colin
13540
13541 2006-04-20 [paul]       2.1.1cvs18
13542
13543         * src/main.c
13544                 fix build warnings
13545
13546 2006-04-20 [paul]       2.1.1cvs17
13547
13548         * src/gtk/quicksearch.c
13549                 fix standard, non-extended Quick search,
13550                 was broken in 2.1.1cvs15.
13551                 Thanks to Colin.
13552
13553 2006-04-20 [colin]      2.1.1cvs16
13554
13555         * src/prefs_matcher.c
13556                 Fix values when reselecting a ~test
13557                 rule
13558
13559 2006-04-19 [colin]      2.1.1cvs15
13560
13561         * src/compose.c
13562         * src/compose.h
13563         * src/gtk/gtkaspell.c
13564         * src/gtk/gtkaspell.h
13565                 Put back Options menu in Spelling/
13566         * src/gtk/quicksearch.c
13567                 Don't search, and show error, if the
13568                 advanced search has a syntax error
13569
13570 2006-04-18 [colin]      2.1.1cvs14
13571
13572         * src/textview.c
13573                 Fix gdk warnings on set_cursor when textview
13574                 isn't visible
13575
13576 2006-04-18 [colin]      2.1.1cvs13
13577
13578         * src/gtk/gtksctree.c
13579                 Remove seemingly useless refresh that causes
13580                 flicker - watch this commit in case of 
13581                 problems before planned backport to stable
13582
13583 2006-04-18 [colin]      2.1.1cvs12
13584
13585         * src/imap.c
13586                 Factorize get/set_xml code
13587         * src/compose.c
13588         * src/prefs_account.c
13589         * src/prefs_account.h
13590         * src/procmsg.c
13591                 Add Encrypt to self option
13592
13593 2006-04-17 [colin]      2.1.1cvs11
13594
13595         * configure.ac
13596                 Fix search on encrpyt function on dragonfly
13597                 Patch by Jonathan Buschmann <jonthn@agmact.com>
13598
13599 2006-04-17 [colin]      2.1.1cvs10
13600
13601         * src/prefs_account.c
13602                 Be safe by default: remove mails from POP3
13603                 after 7 days, not immediately
13604
13605 2006-04-17 [colin]      2.1.1cvs9
13606
13607         * src/etpan/imap-thread.c
13608                 Fix build on DragonFly - patch by 
13609                 Jonathan Buschmann <jonthn@agmact.com>
13610
13611 2006-04-17 [colin]      2.1.1cvs8
13612
13613         * src/imap.c
13614                 Save uidnext between sessions
13615
13616 2006-04-17 [colin]      2.1.1cvs7
13617
13618         * src/imap.c
13619                 scan is required when uid validity changes
13620
13621 2006-04-17 [colin]      2.1.1cvs6
13622
13623         * src/folderview.c
13624                 Don't scan if not necessary, apart in current
13625                 folder and INBOX to fetch flags.
13626         * src/imap.c
13627                 Scan is necessary if unread count changes
13628
13629 2006-04-17 [colin]      2.1.1cvs5
13630
13631         * src/imap.c
13632                 ...But always fetch ANSWERED and DELETED flags for
13633                 INBOX, as filtering can happen on these flags.
13634
13635 2006-04-17 [colin]      2.1.1cvs4
13636
13637         * src/imap.c
13638                 Don't fetch REPLIED and DELETED flags when synchronising
13639                 flags with a closed folder. We only need UNSEEN and FLAGGED
13640                 to update the folderview.
13641
13642 2006-04-17 [colin]      2.1.1cvs3
13643
13644         * src/imap.c
13645                 Faster flag search when there are new mails 
13646                 in a folder. We can do a full search if the 
13647                 folder contains less messages than the new
13648                 list.
13649
13650 2006-04-17 [colin]      2.1.1cvs2
13651
13652         * po/cs.po
13653         * po/de.po
13654         * po/fr.po
13655         * po/nl.po
13656         * po/pt_BR.po
13657                 Update translations from stable branch
13658
13659 2006-04-17 [colin]      2.1.1cvs1
13660
13661         * configure.ac
13662                 Bump version to follow stable release
13663
13664 2006-04-16 [mones]      2.1.0cvs50
13665
13666         * po/es.po
13667                 Updated for release
13668
13669 2006-04-16 [colin]      2.1.0cvs49
13670
13671         * src/textview.c
13672                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
13673                 with gtk < 2.8. Thanks to Fabien Vantard.
13674
13675 2006-04-15 [colin]      2.1.0cvs48
13676
13677         * src/etpan/imap-thread.c
13678                 Fix bug #919 (libetpan: SEGV when connecting 
13679                 using command)
13680
13681 2006-04-14 [colin]      2.1.0cvs47
13682
13683         * src/main.c
13684                 Fix race on --select (should be done better)
13685
13686 2006-04-14 [wwp]        2.1.0cvs46
13687
13688         * src/send_message.c
13689                 enforce a check for domain in account prefs (a sending
13690                 error could be faced if domain was checked but no value set),
13691                 thanks to Colin.
13692
13693 2006-04-14 [colin]      2.1.0cvs45
13694
13695         * src/codeconv.c
13696                 when converting from unknown to unknown, if the
13697                 string is UTF8, don't convert it to the locale
13698                 (which breaks it)
13699
13700 2006-04-14 [colin]      2.1.0cvs44
13701
13702         * src/compose.c
13703                 Don't try to use ASCII for converting headers
13704                 (as done in body)
13705
13706 2006-04-14 [paul]       2.1.0cvs43
13707
13708         * src/crash.c
13709                 add locale/charset info to crash report
13710         * src/gtk/about.c
13711                 add wwp to doc team
13712                 replace 'e-mail' with preferred 'email'
13713         * src/gtk/authors.h
13714                 ensure contributors list is in alphabetical
13715                 order
13716
13717 2006-04-13 [colin]      2.1.0cvs42
13718
13719         * src/textview.c
13720                 Prevent gdk warnings
13721
13722 2006-04-13 [colin]      2.1.0cvs41
13723
13724         * src/common/ssl_certificate.c
13725         * src/common/ssl_certificate.h
13726         * src/gtk/sslcertwindow.c
13727                 Warn on expired certs, and display the expiration date
13728
13729 2006-04-13 [colin]      2.1.0cvs40
13730
13731         * src/plugins/spamassassin/spamassassin_gtk.c
13732                 Fix missing set_text on unix socket
13733
13734 2006-04-13 [wwp]        2.1.0cvs39
13735
13736         * manual/fr/advanced.xml
13737         * manual/fr/glossary.xml
13738                 applied new spam/ham/email lexicon (pourriel, courriel)
13739
13740 2006-04-13 [paul]       2.1.0cvs38
13741
13742         * src/plugins/pgpmime/plugin.c
13743                 remove the mention of S/MIME from the
13744                 description. This is now handled by the
13745                 S/MIME plugin.
13746
13747 2006-04-13 [paul]       2.1.0cvs37
13748
13749         * src/prefs_msg_colors.c
13750                 rework dialog
13751         * src/prefs_folder_item.c
13752         * src/prefs_spelling.c
13753                 add a tooltip to the colour selector buttons
13754
13755 2006-04-13 [wwp]        2.1.0cvs36
13756
13757         * manual/advanced.xml
13758         * manual/glossary.xml
13759         * manual/handling.xml
13760         * manual/keyboard.xml
13761         * manual/plugins.xml
13762         * manual/starting.xml
13763         * manual/fr/account.xml
13764         * manual/fr/ack.xml
13765         * manual/fr/addrbook.xml
13766         * manual/fr/advanced.xml
13767         * manual/fr/faq.xml
13768         * manual/fr/glossary.xml
13769         * manual/fr/gpl.xml
13770         * manual/fr/handling.xml
13771         * manual/fr/intro.xml
13772         * manual/fr/keyboard.xml
13773         * manual/fr/plugins.xml
13774         * manual/fr/starting.xml
13775         * manual/fr/sylpheed-claws-manual.xml
13776                 fixes to the manuals:
13777                  - summaryview -> Message List (same in French)
13778                  - translate key names
13779                  - fix French punctuation, use non-breakable spaces when
13780                    necessary, don't use &thinsp; which is not portable
13781                  - tell what maildir and mbox formats we support
13782
13783 2006-04-12 [wwp]        2.1.0cvs35
13784
13785         * src/prefs_toolbar.c
13786                 unified a replace button more,
13787                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13788
13789 2006-04-12 [wwp]        2.1.0cvs34
13790
13791         * src/prefs_common.c
13792         * src/prefs_msg_colors.c
13793                 make default color labels translatable,
13794                 patch from Fabien Vantard <fzzzzz@gmail.com>,
13795                 thanks to Tim <timbrain@post.cz> for reporting.
13796
13797 2006-04-12 [wwp]        2.1.0cvs33
13798
13799         * manual/glossary.xml
13800         * manual/intro.xml
13801         * manual/plugins.xml
13802         * manual/starting.xml
13803         * manual/sylpheed-claws-manual.xml
13804         * manual/fr/.cvsignore
13805         * manual/fr/account.xml
13806         * manual/fr/ack.xml
13807         * manual/fr/addrbook.xml
13808         * manual/fr/advanced.xml
13809         * manual/fr/faq.xml
13810         * manual/fr/glossary.xml
13811         * manual/fr/handling.xml
13812         * manual/fr/intro.xml
13813         * manual/fr/keyboard.xml
13814         * manual/fr/plugins.xml
13815         * manual/fr/starting.xml
13816         * manual/fr/sylpheed-claws-manual.xml
13817                 various fixes: typos, missing .fr translations, punctuation,
13818                 capitalization, links, accents and some bad French more.
13819
13820 2006-04-12 [wwp]        2.1.0cvs32
13821
13822         * src/prefs_gtk.c
13823                 fix for bug #935: always store prefs files in UTF-8 (thanks
13824                 to Colin).
13825
13826 2006-04-11 [colin]      2.1.0cvs31
13827
13828         * src/compose.c
13829                 Fix inserting files not in utf8 when locale is utf8
13830
13831 2006-04-11 [colin]      2.1.0cvs30
13832
13833         * src/inc.c
13834                 Don't show error dialog when cancelling connection
13835                 Patch by Pawel
13836
13837 2006-04-11 [cleroy]     2.1.0cvs29
13838
13839         * src/compose.c
13840                 Implement multiple quote levels
13841         * src/prefs_common.c
13842                 Change a little bit the quote bgcolor for 2nd level
13843
13844 2006-04-11 [colin]      2.1.0cvs28
13845
13846         * src/gtk/about.c
13847                 Add locale and charset in the label
13848
13849 2006-04-10 [colin]      2.1.0cvs27
13850
13851         * src/compose.c
13852         * src/prefs_common.c
13853         * src/prefs_common.h
13854         * src/prefs_msg_colors.c
13855         * src/textview.c
13856                 Allow optional background color in quotes
13857                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
13858                 GTK+-2.8.x feature
13859
13860 2006-04-10 [colin]      2.1.0cvs26
13861
13862         * src/main.c
13863         * src/mainwindow.c
13864         * src/mainwindow.h
13865                 Implement --select
13866
13867 2006-04-10 [colin]      2.1.0cvs25
13868
13869         * manual/plugins.xml
13870         * manual/fr/plugins.xml
13871                 Document libcurl's proxy variables
13872
13873 2006-04-09 [colin]      2.1.0cvs24
13874
13875         * src/prefs_common.c
13876                 gettext() returns statically allocated stuff. We have
13877                 to strdup it in order to be able to free it.
13878
13879 2006-04-09 [colin]      2.1.0cvs23
13880
13881         * AUTHORS
13882         * src/gtk/authors.h
13883                 Add Alexei
13884
13885 2006-04-09 [colin]      2.1.0cvs22
13886
13887         * src/mainwindow.c
13888         * src/gtk/quicksearch.c
13889                 Fix bug #859 (problems with cyrilic input in 
13890                 search panel) - Patch by Alexey Illarionov 
13891                 <littlesavage@rambler.ru>
13892
13893 2006-04-09 [colin]      2.1.0cvs21
13894
13895         * src/prefs_customheader.c
13896                 I prefer removing then freeing rather than the contrary
13897                 (even if it doesn't change anything ;-)
13898         * src/prefs_account.c
13899                 Fix bug #933 (Crash re-entering the custom headers list 
13900                 dialog in accounts prefs)
13901                 The problem happened when cancelling the Account 
13902                 Preferences' dialogs - in which case we didn't do 
13903                 anything to the PrefsAccount * struct. In case of applying,
13904                 the old ac_prefs was replaced with the tmp_ac_prefs we were
13905                 working with in this dialog. The problem is that 
13906                 prefs_customheader.c, working on this tmp_ac_prefs, always
13907                 changes the ->customhdr_list pointer, even when cancelled. 
13908                 So in case of cancelling the prefs_account dialog, we still
13909                 have to update ->customhdr_list in the real account.
13910
13911 2006-04-08 [colin]      2.1.0cvs20
13912
13913         * manual/fr/glossary.xml
13914         * manual/fr/keyboard.xml
13915                 Forgot some headers :)
13916
13917 2006-04-08 [colin]      2.1.0cvs19
13918
13919         * manual/Makefile.am
13920         * manual/fr/Makefile.am
13921         * manual/fr/account.xml
13922         * manual/fr/ack.xml
13923         * manual/fr/addrbook.xml
13924         * manual/fr/advanced.xml
13925         * manual/fr/faq.xml
13926         * manual/fr/glossary.xml
13927         * manual/fr/gpl.xml
13928         * manual/fr/handling.xml
13929         * manual/fr/intro.xml
13930         * manual/fr/keyboard.xml
13931         * manual/fr/plugins.xml
13932         * manual/fr/starting.xml
13933         * manual/fr/sylpheed-claws-manual.xml
13934         * manual/fr/dist/.cvsignore
13935         * manual/fr/dist/Makefile.am
13936         * manual/fr/dist/html/.cvsignore
13937         * manual/fr/dist/html/Makefile.am
13938         * manual/fr/dist/pdf/.cvsignore
13939         * manual/fr/dist/pdf/Makefile.am
13940         * manual/fr/dist/ps/.cvsignore
13941         * manual/fr/dist/ps/Makefile.am
13942         * manual/fr/dist/txt/.cvsignore
13943         * manual/fr/dist/txt/Makefile.am
13944                 Add the french translation of the manual. Thanks to
13945                 Olivier Delhomme <olivier.delhomme@free.fr> for 
13946                 account.xml, ack.xml, addrbook.xml and advanced.xml
13947
13948 2006-04-08 [colin]      2.1.0cvs18
13949
13950         * manual/plugins.xml
13951         * manual/starting.xml
13952                 More fixes
13953
13954 2006-04-07 [colin]      2.1.0cvs17
13955
13956         * manual/faq.xml
13957         * manual/intro.xml
13958         * manual/keyboard.xml
13959                 Little fixes
13960
13961 2006-04-07 [colin]      2.1.0cvs16
13962
13963         * README
13964         * src/compose.c
13965         * src/prefs_common.c
13966         * src/prefs_common.h
13967                 Add hidden compose_no_markup pref
13968
13969 2006-04-07 [wwp]        2.1.0cvs15
13970
13971         * src/summary_search.c
13972         * .cvsignore
13973                 Bugfix: stop button was sticky when searching in an empty folder.
13974                 Applied curly brackets code style to the whole file (summary_search.c).
13975                 More files to ignore.
13976
13977 2006-04-07 [wwp]        2.1.0cvs14
13978
13979         * src/message_search.c
13980         * src/summary_search.c
13981                 changed default button when search bumps at file/folder
13982                 beginning or end, for convenience (thanks to Colin).
13983
13984 2006-04-07 [paul]       2.1.0cvs13
13985
13986         * src/plugins/dillo_viewer/dillo_prefs.c
13987                 avoid future potential for namespace collision
13988                 Patch by Colin
13989
13990 2006-04-06 [wwp]        2.1.0cvs12
13991
13992         * src/summary_search.c
13993                 Unify extended/advanced searches names (and thus factorize labels),
13994                 patch by Fabien Vantard <fzzzzz@gmail.com>.
13995
13996 2006-04-06 [wwp]        2.1.0cvs11
13997
13998         * src/folderview.c
13999         * src/prefs_themes.c
14000         * src/summaryview.c
14001                 Fixed some compilation warnings.
14002
14003 2006-04-06 [colin]      2.1.0cvs10
14004
14005         * manual/advanced.xml
14006                 Document the wizard template and how to deploy
14007                 Sylpheed-Claws effectively
14008
14009 2006-04-06 [colin]      2.1.0cvs9
14010
14011         * src/folderview.c
14012                 gettext patch to tell translators about _("#"),
14013                 by Maxim Britov
14014
14015 2006-04-06 [colin]      2.1.0cvs8
14016
14017         * src/textview.c
14018                 Fix invalid GtkTextBIter after clicking "Display as text"
14019
14020 2006-04-06 [mones]      2.1.0cvs7
14021
14022         * src/addr_compl.c
14023         * src/addrindex.c
14024         * src/addritem.c
14025         * src/codeconv.c
14026         * src/compose.c
14027         * src/filtering.c
14028         * src/folder.c
14029         * src/folder_item_prefs.c
14030         * src/folderview.c
14031         * src/localfolder.c
14032         * src/matcher.c
14033         * src/mimeview.c
14034         * src/prefs_msg_colors.c
14035         * src/prefs_spelling.c
14036         * src/prefs_themes.c
14037         * src/procmime.c
14038         * src/procmsg.c
14039         * src/stock_pixmap.c
14040         * src/summaryview.c
14041         * src/textview.c
14042         * src/toolbar.c
14043         * src/common/mgutils.c
14044         * src/common/prefs.c
14045         * src/common/ssl_certificate.c
14046         * src/gtk/colorlabel.c
14047         * src/gtk/quicksearch.c
14048         * src/plugins/pgpmime/pgpmime.c
14049         * src/plugins/spamassassin/spamassassin.c
14050                 Removed redundant NULL checks for g_free() calls.
14051                 Patch by Pawel Pekala.
14052
14053 2006-04-06 [mones]      2.1.0cvs6
14054
14055         * src/prefs_actions.c
14056         * src/prefs_filtering.c
14057         * src/prefs_filtering_action.c
14058         * src/prefs_matcher.c
14059         * src/prefs_template.c
14060         * src/gtk/gtkutils.c
14061         * src/gtk/gtkutils.h
14062                 Have a nice replace button. Patch by Pawel Pekala
14063
14064 2006-04-06 [colin]      2.1.0cvs5
14065
14066         * src/addressbook.c
14067                 Fix crash with empty columns
14068
14069 2006-04-05 [colin]      2.1.0cvs4
14070
14071         * src/wizard.c
14072         * src/prefs_gtk.c
14073                 Allow wizard customization with pre-filled values
14074
14075 2006-04-05 [colin]      2.1.0cvs3
14076
14077         * src/textview.c
14078         * src/mimeview.c
14079         * src/mimeview.h
14080                 Nicer messages in mimeview
14081
14082 2006-04-05 [colin]      2.1.0cvs2
14083
14084         * src/addressbook.c
14085         * src/prefs_summaries.c
14086                 i18n fix
14087
14088 2006-04-05 [colin]      2.1.0cvs1
14089
14090         * src/plugins/pgpcore/plugin.c
14091         * src/plugins/pgpcore/select-keys.c
14092         * src/plugins/pgpcore/select-keys.h
14093         * src/plugins/pgpcore/sgpgme.c
14094         * src/plugins/pgpcore/sgpgme.h
14095         * src/plugins/pgpinline/pgpinline.c
14096         * src/plugins/pgpinline/plugin.c
14097         * src/plugins/pgpmime/pgpmime.c
14098         * src/plugins/pgpmime/plugin.c
14099                 Factorize and generalize a bit 
14100                 Drop S/MIME signature verification from PGP/MIME
14101                 (adding it as another, more complete plugin)
14102
14103 2006-04-05 [paul]       2.1.0
14104
14105         2.1.0 released
14106
14107 2006-04-05 [paul]       2.0.0cvs186
14108
14109         * manual/advanced.xml
14110                 add info on colour labels
14111
14112 2006-04-05 [paul]       2.0.0cvs185
14113
14114         * po/bg.po
14115         * po/cs.po
14116         * po/de.po
14117         * po/el.po
14118         * po/en_GB.po
14119         * po/fi.po
14120         * po/fr.po
14121         * po/it.po
14122         * po/nl.po
14123         * po/pl.po
14124         * po/pt_BR.po
14125         * po/sr.po
14126         * po/zh_CN.po
14127                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14128                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14129                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14130                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14131         * src/gtk/authors.h
14132         * tools/claws.i18n.status.pl
14133                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14134                 and new Czech translator, Tim <timbrain@post.cz>
14135
14136 2006-04-05 [mones]      2.0.0cvs184
14137
14138         * po/es.po
14139                 Updated translation
14140
14141 2006-04-05 [colin]      2.0.0cvs183
14142
14143         * src/gtk/quicksearch.c
14144                 Fix bug #929 (unnecessary reload in quick search bar)
14145
14146 2006-04-05 [colin]      2.0.0cvs182
14147
14148         * src/compose.c
14149                 Fix crash on Reply with no From:
14150                 Show signature and conversion error on queuing 
14151                 (but not sending)
14152         * src/mainwindow.c
14153         * src/summaryview.c
14154         * src/summaryview.h
14155                 Factorize threading code and make sure msginfo 
14156                 is not null when it comes from a GtkCTreeRow's 
14157                 data
14158         * src/gtk/gtkaspell.c
14159                 Check for necessary things
14160         * src/gtk/gtksctree.c
14161         * src/gtk/gtksctree.h
14162                 Reset anchor if necessary when removing node
14163
14164 2006-03-29 [colin]      2.0.0cvs181
14165
14166         * src/folderview.c
14167                 Warn for disabled IMAP accounts (due to lack of
14168                 libetpan). Breaks string-freeze - sorry - but it
14169                 is kind of important ;)
14170
14171 2006-03-28 [colin]      2.0.0cvs180
14172
14173         * src/gtk/gtkutils.c
14174         * src/gtk/gtkutils.h
14175                 Add a gtkut_get_link_btn() function that
14176                 creates a button which acts like an URI
14177         * src/prefs_themes.c
14178         * src/gtk/about.c
14179                 Use this function (factorizes codes)
14180         * src/common/defs.h
14181         * src/gtk/pluginwindow.c
14182                 Add a "Get more..." in the plugins window
14183
14184 2006-03-28 [colin]      2.0.0cvs179
14185
14186         * src/common/smtp.c
14187         * src/common/passcrypt.c
14188         * src/undo.c
14189                 Warning fixes. Patch by Pawel Pekala
14190
14191 2006-03-27 [colin]      2.0.0cvs178
14192
14193         * src/undo.c
14194                 Fix undoing by blocks with spaces
14195
14196 2006-03-27 [colin]      2.0.0cvs177
14197
14198         * src/textview.c
14199                 Set margin to 3px for headers
14200
14201 2006-03-27 [paul]
14202
14203         2.1.0-rc2 released
14204
14205 2006-03-27 [wwp]        2.0.0cvs176
14206
14207         * src/summaryview.c
14208                 don't reset quicksearch when updating the message list.
14209                 Thanks to Colin.
14210
14211 2006-03-26 [wwp]        2.0.0cvs175
14212
14213         * src/compose.c
14214                 use a unified border width ('other' tab in the compose window,
14215                 patch by Pawel Pekala).
14216
14217
14218 2006-03-26 [wwp]        2.0.0cvs174
14219
14220         * src/common/quoted-printable.c
14221         * src/addressbook.c
14222                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
14223
14224 2006-03-26 [colin]      2.0.0cvs173
14225
14226         * src/quote_fmt_parse.y
14227                 Fix non-UTF8 date formats messing up the whole quote a 
14228                 little bit
14229
14230 2006-03-26 [colin]      2.0.0cvs172
14231
14232         * src/procheader.c
14233                 Make sure the date is UTF8 valid, or try to make it
14234                 so. IncrediMail is really IncrediStupid.
14235         * src/compose.c
14236                 Fix possible conversions. 
14237                 
14238
14239 2006-03-26 [colin]      2.0.0cvs171
14240
14241         * src/matcher.c
14242                 Fix corner cases in body search. This is still a
14243                 hack... It seems impossible to make it good and 
14244                 reasonably fast at the same time.
14245
14246 2006-03-26 [colin]      2.0.0cvs170
14247
14248         * src/summaryview.c
14249                 I think I killed the twilight zone bug!
14250                 summary_select_node() flushes GTK events in order
14251                 to be able to center the view. But this also 
14252                 flushes keypresses like Ctrl-Alt-U, so this can
14253                 call summary_show from summary_select_node (itself
14254                 called from summary_show, etc.). And the summaryview
14255                 has to be unlocked in this function. So just locking
14256                 while processing GTK events, and bailing if locked, 
14257                 should fix it.
14258                 Fixes bug #927 (SIGSEGV during Update Summary)
14259
14260 2006-03-25 [colin]      2.0.0cvs169
14261
14262         * src/matcher.c
14263                 Fix search in QP-encoded bodies
14264                 Fix utf-8 searches in bodies encoded in the
14265                 locale's encoding
14266         * src/common/quoted-printable.c
14267         * src/common/quoted-printable.h
14268                 Add a decode function that doesn't overwrite
14269                 the original pointer
14270                 
14271
14272 2006-03-24 [colin]      2.0.0cvs168
14273
14274         * src/action.c
14275         * src/summaryview.c
14276         * src/summaryview.h
14277                 Update message cache after action
14278                 Patch by H. Merijn Brand
14279         * src/prefs_msg_colors.c
14280                 Factorize label 
14281                 Patch by Fabien Vantard
14282         * src/plugins/spamassassin/spamassassin_gtk.c
14283                 Remove useless translation
14284                 Patch by Fabien Vantard
14285
14286 2006-03-23 [colin]      2.0.0cvs167
14287
14288         * src/common/ssl.c
14289                 Let 30 seconds to SSL_connect
14290
14291 2006-03-23 [wwp]        2.0.0cvs166
14292
14293         * src/summaryview.c
14294         * src/gtk/description_window.c
14295                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
14296                 and headers are translated; adjust description windows' width to fit their
14297                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
14298
14299 2006-03-23 [paul]       2.0.0cvs165
14300
14301         * src/common/utils.c
14302                 fix highlighting of URIs containing "()"
14303                 (2.0.0cvs164's reversal fixed)
14304                 Thanks to Colin.
14305
14306 2006-03-23 [paul]       2.0.0cvs164
14307
14308         * src/common/utils.c
14309                 revert patch, (postponing a fix), at 2.0.0cvs120
14310                 as it breaks more URIs than it fixes.
14311                 Allow '-' to be a terminating character in a URI
14312
14313 2006-03-22 [colin]      2.0.0cvs163
14314
14315         * configure.ac
14316                 Require libetpan 0.45
14317                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
14318
14319 2006-03-22 [paul]       2.0.0cvs162
14320
14321         * src/editgroup.c
14322                 replace '<-' and '->' buttons with GTK_STOCK graphical
14323                 buttons
14324         * src/summary_search.c
14325                 don't offer '...' for translation
14326                 add a tooltip to advanced search '...' button
14327         * src/gtk/quicksearch.c
14328                 don't offer '...' for translation
14329
14330 2006-03-21 [colin]      2.0.0cvs161
14331
14332         * src/compose.c
14333                 Fix middle-click pasting (insert at click
14334                 position instead of cursor position, don't
14335                 remove existing selection and allow pasting
14336                 our own selection)
14337         * src/addressbook.c
14338                 "LDAP Server" -> "LDAP servers"
14339
14340 2006-03-21 [wwp]        2.0.0cvs160
14341
14342         * src/etpan/imap-thread.c
14343                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
14344
14345 2006-03-20 [colin]      2.0.0cvs159
14346
14347         * src/summaryview.c
14348                 Don't reload summaryview after an execute with no
14349                 move action
14350
14351 2006-03-19 [colin]      2.0.0cvs158
14352
14353         * src/addressbook.c
14354                 and put groups at the top, always
14355
14356 2006-03-19 [colin]      2.0.0cvs157
14357
14358         * src/addressbook.c
14359                 Order groups before names, as previously
14360
14361 2006-03-19 [colin]      2.0.0cvs156
14362
14363         * src/addressbook.c
14364                 - Sort case-unsensitive
14365                 - Put the sort arrow at opening too
14366
14367 2006-03-19 [wwp]        2.0.0cvs155
14368
14369         * src/addressbook.c
14370                 allow sorting by name/email/remarks, ensure that right-pane's contents
14371                 matches the left-pane selection (cleared when appropriate).
14372                 Patch by Pawel Pekala <c0rn@o2.pl>.
14373
14374 2006-03-18 [colin]      2.0.0cvs154
14375
14376         * src/textview.c
14377                 Fix text cursor ;)
14378
14379 2006-03-18 [colin]      2.0.0cvs153
14380
14381         * src/gtk/filesel.c
14382                 Make sure we hide the preview if we didn't get
14383                 a filename
14384
14385 2006-03-18 [colin]      2.0.0cvs152
14386
14387         * src/summaryview.c
14388                 Set cursor to watch for execution (fixes lack
14389                 of watch-cursor when dnd'ing hundreds of mails)
14390         * src/gtk/filesel.c
14391                 Check that mime type is 'image/*' before updating
14392                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
14393
14394 2006-03-18 [colin]      2.0.0cvs151
14395
14396         * src/mainwindow.c
14397         * src/textview.c
14398         * src/textview.h
14399                 Put a watch cursor in textview too when the mainwindow's
14400                 cursor in a watch
14401
14402 2006-03-18 [colin]      2.0.0cvs150
14403
14404         * src/folder.c
14405                 Change wrong asserts to simple tests
14406
14407 2006-03-17 [colin]      2.0.0cvs149
14408
14409         * src/mainwindow.c
14410         * src/mainwindow.h
14411         * src/prefs_msg_colors.c
14412         * src/summaryview.c
14413         * src/summaryview.h
14414         * src/gtk/colorlabel.c
14415         * src/gtk/colorlabel.h
14416                 Add a color label menu in the main menubar
14417                 Add (fixed) accels Ctrl-{0-7} to change the color
14418                 They have to be fixed because the menu's dynamic,
14419                 the items are complex widgets, hence we can't use
14420                 a GtkItemFactory.
14421
14422
14423 2006-03-17 [wwp]        2.0.0cvs148
14424
14425         * src/compose.c
14426                 rollback few lines from my previous commit (those lines come from
14427                 a pending patch, accidentally commited, even if neutral as they are
14428                 commented out).
14429
14430 2006-03-17 [wwp]        2.0.0cvs147
14431
14432         * src/compose.c
14433                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
14434                 applied code style/indentation to the modified function.
14435
14436 2006-03-17 [wwp]        2.0.0cvs146
14437
14438         * src/procmsg.c
14439         * src/compose.c
14440                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
14441
14442 2006-03-17 [paul]
14443
14444         2.1.0-rc1 released
14445
14446 2006-03-17 [paul]       2.0.0cvs145
14447
14448         * src/main.c
14449                 addressbook_read_file() was called twice
14450         * src/textview.c
14451                 X-Mailer highlighting
14452
14453 2006-03-16 [colin]      2.0.0cvs144
14454
14455         * src/sourcewindow.c
14456         * src/sourcewindow.h
14457                 And the last one, in source window.
14458
14459 2006-03-16 [colin]      2.0.0cvs143
14460
14461         * src/compose.c
14462         * src/compose.h
14463                 Fix the same stuff in compose
14464
14465 2006-03-16 [colin]      2.0.0cvs142
14466
14467         * src/messageview.c
14468                 Complete the previous messageview crash fix
14469
14470 2006-03-16 [colin]      2.0.0cvs141
14471
14472         * src/procmsg.h
14473         * src/procmsg.c
14474         * src/folder.c
14475                 Fix POSTPROCESSING hook
14476                 Patch by H. Merijn Brand
14477
14478         * src/procmime.c
14479         * src/procmime.h
14480                 Parse Content-Location
14481
14482         * src/toolbar.c
14483         * src/messageview.c
14484         * src/messageview.h
14485                 Don't crash when a top-level MessageView has
14486                 been closed on us. Same problematic than
14487                 yesterday's quicksearch issue.
14488
14489 2006-03-15 [colin]      2.0.0cvs140
14490
14491         * src/gtk/quicksearch.c
14492                 Fix a bitchy race we didn't think about when we
14493                 added quicksearch cancellation:
14494                 If the search is not on cached fields, for example
14495                 body_part matchcase "stuff"
14496                 the matcher code has to get the whole message. If
14497                 we're on IMAP, that can be slow, and in order to
14498                 be non-blocking, the IMAP code idle loop processes
14499                 gtk events too. So it is possible to cancel a
14500                 quicksearch while the matcher is getting the mail's
14501                 body. After matcher got its body, it will start to
14502                 iterate over the matcher list that the Quicksearch's
14503                 clear_search_cb() just freed via prepare_matcher().
14504                 SIGSEGV ensues.
14505                 The fix consists of guarding the matcherlist_match()
14506                 call with a boolean 'matching'. If we reset the
14507                 quicksearch while matching is TRUE, we don't free
14508                 the matcherlist anymore like we did, but we set
14509                 another new flag, deferred_free, to TRUE. Then,
14510                 in quicksearch_match(), just after returning from
14511                 matcherlist_match() and unsetting the matching flag,
14512                 we check the deferred_free flag and do the
14513                 prepare_matcher() (which does the matcherlist_free)
14514                 for real, so we free the matcherlist once it's not
14515                 used anymore.
14516                 As all of this runs via the glib main loop, we
14517                 luckily don't need a mutex.
14518         * src/summaryview.c
14519                 Also, show progress while searching.
14520
14521
14522 2006-03-14 [colin]      2.0.0cvs139
14523
14524         * src/alertpanel.c
14525                 Make alertpanel_is_open non-static
14526
14527 2006-03-14 [colin]      2.0.0cvs138
14528
14529         * src/prefs_spelling.c
14530                 Cleanups - Fabien Vantard
14531
14532 2006-03-14 [wwp]        2.0.0cvs137
14533
14534         * src/main.c
14535                 code style normalization (curly braces, indentation).
14536
14537 2006-03-14 [wwp]        2.0.0cvs137
14538
14539         * src/main.c
14540                 code style (braces, indentation)
14541
14542 2006-03-12 [paul]       2.0.0cvs136
14543
14544         * src/prefs_common.c
14545                 trans_hdr defaults to FALSE to be RFC-savvy
14546         * src/prefs_summaries.c
14547                 add a tooltip to the trans_hdr option
14548                 
14549
14550 2006-03-12 [paul]       2.0.0cvs135
14551
14552         * src/prefs_matcher.c
14553                 give a little more width to the combos
14554         * src/prefs_display_header.c
14555         * src/textview.c
14556                 translate headers if prefs_common.trans_hdr
14557                 is TRUE
14558
14559         Patches by Pawel Pekala
14560
14561 2006-03-12 [paul]       2.0.0cvs134
14562
14563         * src/plugins/clamav/clamav_plugin.c
14564         * src/plugins/dillo_viewer/dillo_viewer.c
14565         * src/plugins/pgpcore/plugin.c
14566         * src/plugins/pgpinline/plugin.c
14567         * src/plugins/pgpmime/plugin.c
14568         * src/plugins/spamassassin/spamassassin.c
14569                 update/add to descriptions
14570         * src/plugins/spamassassin/spamassassin_gtk.c
14571                 fixes to the english, remove superfluous
14572                 tooltips, clean up a little
14573
14574 2006-03-12 [paul]       2.0.0cvs133
14575
14576         * src/compose.c
14577                 fix Bug 924, 'Account combo box shows up wrong 
14578                 if & is in account name'
14579
14580 2006-03-11 [colin]      2.0.0cvs132
14581
14582         * src/summaryview.c
14583                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
14584                 messed up shift-selection because is slows down
14585                 moving around summaryview. thanks -users
14586
14587 2006-03-10 [colin]      2.0.0cvs131
14588
14589         * src/plugins/spamassassin/spamassassin_gtk.c
14590                 Put back Paul's engrish fixes
14591
14592 2006-03-10 [colin]      2.0.0cvs130
14593
14594         * src/plugins/spamassassin/spamassassin.c
14595         * src/plugins/spamassassin/spamassassin.h
14596         * src/plugins/spamassassin/spamassassin_gtk.c
14597                 Cleanup SA prefs page (more)
14598                 Patch by Fabien Vantard
14599
14600 2006-03-10 [paul]       2.0.0cvs129
14601
14602         * src/prefs_msg_colors.c
14603         * src/prefs_spelling.c
14604                 widget sensitivity
14605
14606 2006-03-09 [mones]      2.0.0cvs128
14607
14608         * po/es.po
14609                 Update for next RC
14610
14611 2006-03-09 [wwp]        2.0.0cvs127
14612
14613         * configure.ac
14614                 revert accidental commit (requirement for libetpan 0.43), this time
14615                 not in HEAD.
14616
14617 2006-03-09 [wwp]        2.0.0cvs125
14618
14619         * configure.ac
14620                 revert accidental commit (requirement for libetpan 0.43)
14621
14622 2006-03-09 [paul]       2.0.0cvs126
14623
14624         * src/prefs_receive.c
14625                 remove useless frame
14626                 replace 'incorporation' with 'receiving'
14627         * src/plugins/clamav/clamav_plugin_gtk.c
14628         * src/plugins/spamassassin/spamassassin_gtk.c
14629                 improve widget sensitivity
14630                 fix a bit his engrish
14631
14632 2006-03-09 [wwp]        2.0.0cvs125
14633
14634         * src/addressadd.c
14635         * src/foldersel.c
14636         * src/prefs_common.c
14637         * src/prefs_common.h
14638                 remember some more windows' sizes (add to addressbook and
14639                 select folder).
14640
14641 2006-03-09 [paul]       2.0.0cvs124
14642
14643         * src/plugins/pgpcore/prefs_gpg.c
14644                 normalise construction of dialogue
14645
14646 2006-03-09 [paul]       2.0.0cvs123
14647
14648         * src/plugins/trayicon/Makefile.am
14649                 add missing slash
14650
14651 2006-03-08 [colin]      2.0.0cvs122
14652
14653         * src/plugins/trayicon/Makefile.am
14654                 Fix build in separate dir 
14655                 Patch by Bamanzi <bamanzi@gmail.com>
14656
14657 2006-03-08 [colin]      2.0.0cvs121
14658
14659         * src/procmsg.c
14660                 Batch move and copies from summaryview with delayed execution
14661                 too
14662
14663 2006-03-07 [paul]       2.0.0cvs120
14664
14665         * src/common/utils.c
14666                 fix highlighting of URIs containing "()"
14667                 Patch by Pawel Pekala
14668
14669 2006-03-07 [paul]       2.0.0cvs119
14670
14671         * src/folder.c
14672         * src/folder.h
14673         * src/folderview.c
14674                 immediately do alphabetical resort when
14675                 changing a folder's name
14676                 Patch by Pawel Pekala
14677
14678 2006-03-07 [paul]       2.0.0cvs118
14679
14680         * src/news.c
14681         * src/news_gtk.c
14682                 when unsubscribing a newsgroup, remove the
14683                 folder and msgs in .sylpheed-claws/newscache
14684                 Patch by Pawel Pekala <c0rn@gazeta.pl>
14685
14686 2006-03-07 [paul]       2.0.0cvs117
14687
14688         * src/textview.c
14689                 fix wrong Fake URL Warning
14690                 Thanks to Hiro
14691
14692 2006-03-07 [colin]      2.0.0cvs116
14693
14694         * src/imap.c
14695                 Return immediately when password dialog was
14696                 cancelled
14697         * src/gtk/inputdialog.c
14698                 Allow empty strings for passwords
14699
14700
14701 2006-03-06 [colin]      2.0.0cvs115
14702
14703         * src/imap.c
14704                 Prevent double-timeouts when connection fails
14705
14706 2006-03-06 [colin]
14707
14708         2.0.1-rc1 released
14709
14710 2006-03-06 [colin]      2.0.0cvs114
14711
14712         * src/imap.c
14713                 Refresh session during potentially long
14714                 operations
14715
14716 2006-03-06 [wwp]        2.0.0cvs113
14717
14718         * src/prefs_msg_colors.h
14719                 forgot that one (custom color labels).
14720
14721 2006-03-06 [wwp]        2.0.0cvs112
14722
14723         * src/prefs_common.c
14724         * src/prefs_common.h
14725         * src/prefs_msg_colors.c
14726         * src/summaryview.c
14727         * src/summaryview.h
14728         * src/gtk/colorlabel.c
14729         * src/gtk/colorlabel.h
14730                 colors in messages list are now customizable. Color values and names can
14731                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
14732                 Thanks to Paul and Colin for their help with this longstanding patch!
14733
14734 2006-03-06 [wwp]        2.0.0cvs111
14735
14736         * src/textview.c
14737                 don't crash if (x)face is bad.
14738
14739 2006-03-05 [paul]       2.0.0cvs110
14740
14741         * AUTHORS
14742         * configure.ac
14743         * src/Makefile.am
14744         * src/common/Makefile.am
14745         * src/common/utils.h
14746         * src/etpan/imap-thread.c
14747         * src/gtk/authors.h
14748         * src/plugins/clamav/Makefile.am
14749         * src/plugins/demo/Makefile.am
14750         * src/plugins/dillo_viewer/Makefile.am
14751         * src/plugins/pgpcore/Makefile.am
14752         * src/plugins/pgpcore/passphrase.c
14753         * src/plugins/pgpinline/Makefile.am
14754         * src/plugins/pgpmime/Makefile.am
14755         * src/plugins/spamassassin/Makefile.am
14756         * src/plugins/trayicon/Makefile.am
14757                 fix builiding on cygwin
14758                 Patch by Ralgh Young <bamanzi@gmail.com>
14759
14760 2006-03-04 [wwp]        2.0.0cvs109
14761
14762         * manual/keyboard.xml
14763                 fix mixed up/down keys.
14764
14765 2006-03-04 [wwp]        2.0.0cvs108
14766
14767         * README
14768         * INSTALL
14769                 updated links to SpamAssassin.
14770
14771 2006-03-04 [wwp]        2.0.0cvs107
14772
14773         * manual/plugins.xml
14774         * src/plugins/spamassassin/README
14775                 updated SpamAssassin plugin docs to reflect new functional additions
14776                 (also fix/update/documents few technical stuff more, see the README).
14777
14778 2006-03-04 [wwp]        2.0.0cvs106
14779
14780         * src/prefs_message.c
14781                 normalized capitalization of message-prefs paths.
14782
14783 2006-03-04 [wwp]        2.0.0cvs105
14784
14785         * manual/advanced.xml
14786                 typo.
14787
14788 2006-03-03 [colin]      2.0.0cvs104
14789
14790         * src/plugins/clamav/clamav_plugin_gtk.c
14791                 Rework prefs page, patch by Fabien 
14792
14793 2006-03-03 [colin]      2.0.0cvs103
14794
14795         * src/plugins/clamav/clamav_plugin.c
14796                 Set error on all errors
14797
14798 2006-03-03 [colin]      2.0.0cvs102
14799
14800         * src/common/plugin.c
14801                 Initialize error to avoid crashing when a plugin fails
14802                 without setting error
14803
14804 2006-03-02 [wwp]        2.0.0cvs101
14805
14806         * configure.ac
14807                 fixed linker flags for libetpan support on Cygwin
14808                 (thanks to H.Merijn Brand).
14809
14810 2006-03-02 [wwp]        2.0.0cvs100
14811
14812         * src/addressbook.c
14813                 fix some AB error messages: one for punctuation and
14814                 one wrongly duplicate (thanks, maxbritov).
14815
14816 2006-03-02 [wwp]        2.0.0cvs99
14817
14818         * src/plugins/spamassassin/spamassassin.c
14819                 make sync calls to sa-learn/spamc to prevent
14820                 system (whatever local or client/server) overload.
14821
14822 2006-03-02 [colin]      2.0.0cvs98
14823
14824         * src/summaryview.c
14825                 Put the spam icon in the status column instead of the
14826                 mark one
14827
14828 2006-03-01 [colin]      2.0.0cvs97
14829
14830         * src/plugins/spamassassin/spamassassin.c
14831                 Fix segfault (g_file_set_contents fails for some 
14832                 reason and err==0x2f. Can't find out why with
14833                 valgrind, using working function :-)
14834
14835 2006-03-01 [colin]      2.0.0cvs96
14836
14837         * src/inc.c
14838                 Offline overriding: let 'No' be cached only 3 seconds
14839
14840 2006-03-01 [colin]      2.0.0cvs95
14841
14842         * src/addr_compl.c
14843         * src/addrbook.c
14844         * src/addressbook.c
14845         * src/addrindex.c
14846         * src/folder_item_prefs.c
14847         * src/headerview.c
14848         * src/imap.c
14849         * src/inc.c
14850         * src/ldif.c
14851         * src/mainwindow.c
14852         * src/mh.c
14853         * src/msgcache.c
14854         * src/prefs_common.h
14855         * src/prefs_msg_colors.c
14856         * src/procheader.c
14857         * src/procheader.h
14858         * src/procmime.c
14859         * src/procmsg.c
14860         * src/procmsg.h
14861         * src/send_message.h
14862         * src/simple-gettext.c
14863         * src/summaryview.c
14864         * src/summaryview.h
14865         * src/syldap.c
14866         * src/textview.c
14867         * src/undo.c
14868         * src/common/ssl_certificate.c
14869         * src/common/utils.c
14870         * src/gtk/colorsel.c
14871         * src/gtk/gtksctree.c
14872         * src/gtk/gtkshruler.c
14873         * src/plugins/trayicon/trayicon.c
14874                 #if 0 goes to /dev/null
14875
14876 2006-03-01 [colin]      2.0.0cvs94
14877
14878         * src/compose.c
14879         * src/imap.c
14880         * src/inc.c
14881         * src/inc.h
14882         * src/messageview.c
14883         * src/news.c
14884         * src/plugins/spamassassin/spamassassin.c
14885                 Allow to add information in the "working offline"
14886                 window
14887
14888 2006-03-01 [wwp]        2.0.0cvs93
14889
14890         * src/plugins/spamassassin/spamassassin.c
14891                 fixed spamc invocation: use a tricky temporary mini shell wrapper
14892                 'cause it seems that calling `spamc ... < inputfile` with
14893                 g_spawn_(a)sync simply.. erm doesn't work :-).
14894
14895 2006-03-01 [wwp]        2.0.0cvs92
14896
14897         * src/toolbar.c
14898         * src/toolbar.h
14899                 simplify the adding of spam/ham button to the messageview toolbar
14900                 (it gets more clear now that the same button will be "Mark as spam"
14901                 or "Mark as ham" according to the current message status,
14902                 thanks to Colin).
14903
14904 2006-03-01 [wwp]        2.0.0cvs91
14905
14906         * src/messageview.c
14907         * src/procmsg.c
14908         * src/procmsg.h
14909         * src/summaryview.c
14910         * src/plugins/spamassassin/spamassassin.c
14911         * src/plugins/spamassassin/spamassassin.h
14912                 make learner callbacks return a status (0 for ok),
14913                 handle it in main code to avoid setting flags when learning failed,
14914                 don't learn on TCP if offline in spamassassin,
14915                 thanks to Colin.
14916
14917                 
14918
14919 2006-03-01 [wwp]        2.0.0cvs90
14920
14921         * src/compose.c
14922                 some work around the compose window's account menu,
14923                 patch by Fabien Vantard.
14924
14925 2006-03-01 [wwp]        2.0.0cvs89
14926
14927         * src/plugins/spamassassin/spamassassin.c
14928                 fixed bad logics, was using spamc in local mode and sa-learn
14929                 in remote mode (thanks, Colin).
14930
14931 2006-03-01 [wwp]        2.0.0cvs88
14932
14933         * src/plugins/spamassassin/spamassassin.c
14934         * src/plugins/spamassassin/spamassassin.h
14935         * src/plugins/spamassassin/spamassassin_gtk.c
14936                 made processing of emails w/ sa-plugin an option (default is TRUE),
14937                 fixed Engrish some tooltips, capitalization of some debug messages
14938                 and warnings. The spamassassin plugin now provides two separate
14939                 services: process emails upon incorporation and spamd training.
14940                 Both services (un)register independently but use some common
14941                 plugin settings (transport settings, spam storage location).
14942
14943 2006-02-28 [wwp]        2.0.0cvs87
14944
14945         * src/plugins/spamassassin/spamassassin.c
14946                 fix async flag to spamc cmdline execution (batch exec should
14947                 be asynchronous).
14948
14949 2006-02-27 [wwp]        2.0.0cvs86
14950
14951         * src/plugins/spamassassin/spamassassin.c
14952         * src/plugins/spamassassin/spamassassin.h
14953         * src/plugins/spamassassin/spamassassin_gtk.c
14954                 - added the ability to learn a remote spamassassin server (spamd),
14955                 using spamc.
14956                 - added the spamassassin option 'username', that applies to all
14957                 spamassassin operations (filtering, learning, local or remote).
14958                 The default username is the current unix user (if left blank
14959                 from gtk prefs or config file).
14960                 - commented out some unused code (notebook widget), removed unused
14961                 layout (hbox1).
14962                 - make more widgets sensitive to the transport type.
14963
14964 2006-02-27 [colin]      2.0.0cvs85
14965
14966         * src/plugins/spamassassin/spamassassin.c
14967                 Fix sa-learn call when offline
14968
14969 2006-02-27 [colin]      2.0.0cvs84
14970
14971         * configure.ac
14972         * src/Makefile.am
14973         * src/mainwindow.c
14974         * src/mainwindow.h
14975         * src/messageview.c
14976         * src/messageview.h
14977         * src/prefs_toolbar.c
14978         * src/procmsg.c
14979         * src/stock_pixmap.c
14980         * src/stock_pixmap.h
14981         * src/summaryview.c
14982         * src/toolbar.c
14983         * src/toolbar.h
14984         * src/pixmaps/ham_btn.xpm
14985         * src/pixmaps/spam.xpm
14986         * src/pixmaps/spam_btn.xpm
14987         * src/plugins/spamassassin/spamassassin.c
14988                 Add button in toolbar for spam learning
14989                 Fix a few bugs from the last related commit
14990                 Revert 1.9.6cvs23 which messed up shift-selection
14991
14992 2006-02-24 [colin]      2.0.0cvs83
14993
14994         * src/procmsg.c
14995         * src/summaryview.c
14996         * src/summaryview.h
14997         * src/plugins/spamassassin/spamassassin.c
14998         * src/plugins/spamassassin/spamassassin.h
14999         * src/plugins/spamassassin/spamassassin_gtk.c
15000                 Unregister learner when spamassassin is either
15001                 disabled or over tcp
15002
15003 2006-02-24 [colin]      2.0.0cvs82
15004
15005         * src/Makefile.am
15006         * src/mainwindow.c
15007         * src/mainwindow.h
15008         * src/procmsg.c
15009         * src/procmsg.h
15010         * src/stock_pixmap.c
15011         * src/stock_pixmap.h
15012         * src/summaryview.c
15013         * src/summaryview.h
15014         * src/gtk/icon_legend.c
15015         * src/pixmaps/spam.xpm  ** NEW FILE **
15016         * src/plugins/spamassassin/spamassassin.c
15017         * src/plugins/spamassassin/spamassassin_gtk.c
15018                 Add spam learning interface (Mark/Mark as 
15019                 (spam|ham) menus)
15020
15021 2006-02-24 [wwp]        2.0.0cvs81
15022
15023         * src/compose.c
15024         * src/compose.h
15025         * src/filtering.c
15026                 hide compose window when sending message in batch mode
15027                 (filtering: forward and redirect). Also fixed a wrong
15028                 value returned when sending failed, neutral anyway.
15029                 (Colin, me) 
15030
15031 2006-02-24 [wwp]        2.0.0cvs80
15032
15033         * src/mainwindow.c
15034                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15035
15036 2006-02-24 [paul]       2.0.0cvs79
15037
15038         * src/news.c
15039         * src/news.h
15040         * src/news_gtk.c
15041                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15042                 Thanks to Colin
15043
15044 2006-02-23 [colin]      2.0.0cvs78
15045
15046         * src/alertpanel.c
15047                 Change OK to Close in alertpanel with View log
15048                 button; add accel to View log. Patch by Fabien
15049                 Vantard
15050
15051 2006-02-23 [wwp]        2.0.0cvs77
15052
15053         * src/compose.c
15054                 silly me, there were much more tests to perform, since toolbars can
15055                 really have down to 1 element only.
15056
15057 2006-02-23 [wwp]        2.0.0cvs76
15058
15059         * commitHelper
15060                 fixed indentation from my previous commit. Fallback to VISUAL if
15061                 EDITOR is not set (and to vi, at last resort).
15062
15063 2006-02-23 [wwp]        2.0.0cvs75
15064
15065         * commitHelper
15066                 improved error detection (Colin, me).
15067
15068 2006-02-23 [wwp]        2.0.0cvs74
15069
15070         * src/prefs_toolbar.c
15071                 simplify and fix prefs/toolbars layouting. Combos' contents can
15072                 now be really displayed.
15073
15074 2006-02-23 [wwp]        2.0.0cvs73
15075         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15076         be really displayed.
15077
15078 2006-02-22 [wwp]        2.0.0cvs72
15079
15080         * src/compose.c
15081                 fix a typo in my previous commit (sorry!).
15082
15083 2006-02-22 [wwp]        2.0.0cvs71
15084
15085         * src/prefs_toolbar.c
15086                 fix a crash when adding separators to toolbars,
15087                 also fix some separator item information.
15088
15089 2006-02-22 [wwp]        2.0.0cvs70
15090
15091         * src/compose.c
15092                 fix a crash when redirecting (for instance) when compose window's
15093                 toolbar contents has been customized (when some buttons have been
15094                 removed in fact).
15095
15096 2006-02-21 [wwp]        2.0.0cvs69
15097
15098         * src/summaryview.c
15099         * src/gtk/pluginwindow.c
15100         * src/plugins/pgpcore/prefs_gpg.c
15101                 fix some compilation warnings (feat. remains of removed code).
15102
15103 2006-02-21 [wwp]        2.0.0cvs68
15104
15105         * src/gtk/gtkutils.c
15106                 fix two compilation issues, thanks to Stephan Sachse.
15107
15108 2006-02-20 [colin]      2.0.0cvs67
15109
15110         * src/mainwindow.c
15111                 Don't reselect displayed mail on refocus
15112                 This fixes actions misbehaving 
15113
15114 2006-02-20 [wwp]        2.0.0cvs66
15115
15116         * src/summaryview.c
15117         * src/gtk/gtksctree.c
15118         * src/gtk/gtkshruler.c
15119                 changed more runtime typecast checks.
15120
15121 2006-02-20 [wwp]        2.0.0cvs65
15122
15123         * src/summary_search.c
15124                 find all - summaryview refresh issue fixed, thanks to Colin.
15125
15126 2006-02-20 [wwp]        2.0.0cvs64
15127
15128         * src/gtk/gtkutils.c
15129                 better runtime typecast checks.
15130
15131 2006-02-20 [wwp]        2.0.0cvs63
15132
15133         * src/summary_search.c
15134                 enhancements to the summary search:
15135                         - add the ability to stop the running search
15136                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15137                         - don't search if no criteria (From/To/Subject/Body) is set
15138                         - ensure that a busy mouse pointer is always shown when searching,
15139                           show it even a bit earlier
15140
15141 2006-02-19 [colin]      2.0.0cvs62
15142
15143         * src/compose.c
15144         * src/imap.c
15145         * src/etpan/imap-thread.c
15146         * src/etpan/imap-thread.h
15147                 (Future) IMAP speed improvement on sending
15148                 Will require a libetpan update
15149         * src/summaryview.c
15150         * src/gtk/quicksearch.c
15151                 Make quicksearch clearable while running.
15152
15153 2006-02-17 [colin]      2.0.0cvs61
15154
15155         * src/imap.c
15156         * src/etpan/imap-thread.c
15157         * src/etpan/imap-thread.h
15158                 Check for IMAP certificates
15159                 ** Requires libetpan-0.42-cvs4 
15160                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
15161
15162 2006-02-17 [colin]      2.0.0cvs60
15163
15164         * src/messageview.c
15165         * src/prefs_common.c
15166         * src/prefs_common.h
15167         * src/prefs_message.c
15168                 Add pref to display HTML-only mails with plugin, 
15169                 if possible (defaulting to FALSE of course).
15170
15171 2006-02-16 [colin]      2.0.0cvs59
15172
15173         * src/main.c
15174         * src/common/plugin.c
15175         * src/common/plugin.h
15176         * src/gtk/pluginwindow.c
15177                 Keep track of requested (but unloaded) plugins
15178                 in some error cases.
15179
15180 2006-02-16 [wwp]        2.0.0cvs58
15181
15182         * src/gtk/gtkaspell.c
15183         * src/gtk/gtkaspell.h
15184         * src/prefs_spelling.c
15185         * src/compose.c
15186         * src/prefs_common.c
15187         * src/prefs_common.h
15188                 implemented new optional spellchecker behaviour: re-check message when
15189                 dictionary got changed (from compose-window/context-menu/Change dictionary).
15190
15191 2006-02-16 [wwp]        2.0.0cvs57
15192
15193         * src/quote_fmt_parse.y
15194                 pclose popen'ed pipe.
15195
15196 2006-02-15 [colin]      2.0.0cvs56
15197
15198         * src/mimeview.c
15199         * src/mimeview.h
15200                 Let MimeViewers know which MimeView they
15201                 depend of.
15202         * src/summaryview.c
15203                 Swap From/To columns in Sent/Queue/Drafts
15204                 folders
15205         * src/etpan/imap-thread.c
15206                 Use mailstream_low_tls_open() for STARTTLS
15207                 instead of mailstream_low_ssl_open()
15208                 ** REQUIRES libetpan 0.42cvs3 **
15209
15210 2006-02-15 [wwp]        2.0.0cvs55
15211
15212         * src/compose.c
15213         * src/compose.h
15214         * src/message_search.c
15215         * src/message_search.h
15216         * src/textview.c
15217         * src/gtk/gtkutils.c
15218         * src/gtk/gtkutils.h
15219                 added the ability to Find text in the compose window (and a bit
15220                 of code factorization).
15221
15222 2006-02-15 [wwp]        2.0.0cvs54
15223
15224         * src/prefs_gtk.c
15225                 yet another one file was missing (fix for some widgets' sensitivity).
15226                 Thanks Colin!
15227
15228 2006-02-15 [wwp]        2.0.0cvs53
15229
15230         * src/prefs_gtk.h
15231                 oops forgot that file (fix for some widgets' sensitivity).
15232
15233 2006-02-15 [wwp]        2.0.0cvs52
15234
15235         * src/summary_search.c
15236                 implemented advanced summary search options (added the ability
15237                 to use matcher conditions in an advanced search mode).
15238
15239 2006-02-15 [wwp]        2.0.0cvs51
15240
15241         * src/plugins/pgpcore/prefs_gpg.c
15242         * src/prefs_account.c
15243                 fix some widget sensitivity, mostly around some labels in
15244                 account prefs.
15245
15246 2006-02-15 [paul]       2.0.0cvs50
15247
15248         * manual/advanced.xml
15249                 improve Templates info
15250                 written by wwp
15251
15252 2006-02-14 [colin]      2.0.0cvs49
15253
15254         * src/pixmaps/address_book.xpm
15255         * src/pixmaps/preferences.xpm
15256         * src/pixmaps/properties.xpm
15257                 Fix pixmap size - patch by Fabien Vantard
15258
15259 2006-02-13 [colin]      2.0.0cvs48
15260
15261         * src/procmime.c
15262                 Add missing fclose()s on error
15263         * src/textview.c
15264                 Remove unused code
15265         * src/common/utils.c
15266                 Fix temp files not being deleted on windows
15267         Patches by Thomas Gilgin
15268
15269 2006-02-13 [colin]      2.0.0cvs47
15270
15271         * src/mainwindow.c
15272                 Fix exit crash
15273
15274 2006-02-13 [wwp]        2.0.0cvs46
15275
15276         * src/plugins/pgpcore/prefs_gpg.c
15277                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
15278
15279 2006-02-12 [colin]      2.0.0cvs45
15280
15281         * src/folderview.c
15282         * src/main.c
15283         * src/mainwindow.c
15284                 Fix "stuff" when quitting
15285
15286 2006-02-12 [wwp]        2.0.0cvs44
15287
15288         * src/prefs_themes.c
15289                 fix typos in debug messages.
15290
15291 2006-02-11 [colin]      2.0.0cvs43
15292
15293         * src/summaryview.c
15294                 don't allow drag/drop from ourself
15295
15296 2006-02-10 [wwp]        2.0.0cvs42
15297
15298         * src/exporthtml.c
15299         * src/html.c
15300         * src/html.h
15301         * src/procmime.c
15302         * src/textview.c
15303                 renamed html_ prefixed functions and data structures to avoid
15304                 namespace clashes w/ other software (gtkhtml2 for instance).
15305                 Closes bug #907.
15306
15307
15308 2006-02-09 [colin]      2.0.0cvs41
15309
15310         * src/summaryview.c
15311                 Fix shitty logic messed up. Thanks Ticho for the hint!
15312
15313 2006-02-09 [wwp]        2.0.0cvs40
15314
15315         * src/gtk/about.c
15316         * src/compose.c
15317         * src/prefs_account.c
15318         * src/prefs_gtk.h
15319         * src/editaddress.c
15320                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
15321                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
15322                 Browse buttons in accounts prefs.
15323
15324 2006-02-09 [colin]      2.0.0cvs39
15325
15326         * src/matcher.c
15327                 Check for pointer before using its members
15328         * src/gtk/gtksourceprintjob.c
15329                 Fix a wrong warning
15330
15331 2006-02-09 [wwp]        2.0.0cvs38
15332
15333         * src/gtk/filesel.c
15334                 fix few compiler warnings (type mismatch).
15335
15336 2006-02-09 [paul]       2.0.0cvs37
15337
15338         * po/fr.po
15339                 updated by Fabien Vantard
15340
15341 2006-02-08 [colin]      2.0.0cvs36
15342
15343         * src/prefs_common.c
15344         * src/common/defs.h
15345         * src/common/plugin.c
15346                 allow windows and linux configurations to coexist
15347                 patch by Thomas Gilgin
15348
15349 2006-02-08 [colin]      2.0.0cvs35
15350
15351         * src/filtering.c
15352         * src/matcher.c
15353         * src/matcher.h
15354         * src/matcher_parser_parse.y
15355         * src/prefs_filtering_action.c
15356         * src/prefs_matcher.c
15357                 Add the "Ignore thread" filtering
15358                 action
15359
15360 2006-02-08 [colin]      2.0.0cvs34
15361
15362         * src/compose.c
15363         * src/procmime.c
15364         * src/procmime.h
15365                 Fix bug #905 (damaged attachment)
15366                 text files with raw \0's aren't really text files
15367         FOR_STABLE
15368
15369 2006-02-08 [colin]      2.0.0cvs33
15370
15371         * src/summaryview.c
15372                 Fix crasher introduced yesterday
15373
15374 2006-02-08 [wwp]        2.0.0cvs32
15375
15376         * src/compose.c
15377         * src/compose.h
15378                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
15379
15380 2006-02-08 [wwp]        2.0.0cvs31
15381
15382         * src/prefs_template.c
15383                 templates enhancement: allow address completion for Cc and Bcc fields
15384                 (it was currently possible for the To field only)
15385
15386 2006-02-08 [colin]      2.0.0cvs30
15387
15388         * src/compose.c
15389                 Don't unblock if not blocked
15390         FOR_STABLE
15391
15392 2006-02-07 [colin]      2.0.0cvs29
15393
15394         * src/action.c
15395                 Forgot to refresh summaryview
15396
15397 2006-02-07 [colin]      2.0.0cvs28
15398
15399         * src/action.c
15400                 Freeze/thaw message list and folder list while
15401                 processing %as{} actions 
15402         * src/compose.c
15403                 Fix auto-wrap disabling after a middle-click
15404                 paste - FOR_STABLE
15405
15406 2006-02-07 [paul]       2.0.0cvs27
15407
15408         * src/folder.c
15409                 fix freeing of uninitialised pointers
15410                 Thanks to Colin
15411
15412 2006-02-06 [colin]      2.0.0cvs26
15413
15414         * src/folder.c
15415                 Use g_slist_prepend in potentially big list
15416
15417 2006-02-06 [colin]      2.0.0cvs25
15418
15419         * src/folder.c
15420                 Completely skip processing if it doesn't 
15421                 exist (faster!)
15422
15423 2006-02-06 [colin]      2.0.0cvs24
15424
15425         * src/folder.c
15426         * src/summaryview.c
15427                 Batch filtering in summaryview (from Tools menu)
15428                 and pre/post//-processing too
15429
15430 2006-02-06 [colin]      2.0.0cvs23
15431
15432         * src/procmsg.h
15433         * src/filtering.c
15434                 Use a special field for batch filtering instead
15435                 of stepping on deferred execution's toes
15436
15437 2006-02-06 [colin]      2.0.0cvs22
15438
15439         * src/action.c
15440         * src/filtering.c
15441         * src/filtering.h
15442         * src/folder.c
15443         * src/summaryview.c
15444                 Fix filtering via menus and actions
15445
15446 2006-02-06 [colin]      2.0.0cvs21
15447
15448         * src/imap.c
15449                 Put the added file directly to cache if possible (will work
15450                 with next libetpan)
15451         * src/filtering.c
15452         * src/filtering.h
15453         * src/inc.c
15454         * src/folder.c
15455         * src/mbox.c
15456         * src/procmsg.h
15457                 Move and copy filtered messages by batches instead of one
15458                 by one - faster on IMAP
15459         * src/procmsg.c
15460                 Add a function that'll possibly be useful later
15461
15462 2006-02-06 [colin]      2.0.0cvs20
15463
15464         * src/addressbook.c
15465                 Use internal mime-type instead of text/plain for d'n'd
15466         * src/compose.c
15467                 Allow attaching files from mimeview's icon list via d'n'd
15468         * src/folderview.c
15469         * src/folderview.h
15470                 Use internal mime-type instead of text/plain for d'n'd
15471                 Don't try to selected opened folder if none is
15472                 Factorize d'n'd from other apps code
15473         * src/headerview.c
15474         * src/textview.c
15475         * src/gtk/gtkutils.c
15476         * src/gtk/gtkutils.h
15477                 Factorize Face/X-Face stuff
15478         * src/mimeview.c
15479                 Fix d'n'd to other apps
15480         * src/prefs_message.c
15481                 Let the XFace pref be usable without libcompface as it also
15482                 applies to Face
15483         * src/summaryview.c
15484                 Fix d'n'd to other apps
15485                 Factorize d'n'd from other apps code
15486
15487 2006-02-06 [wwp]        2.0.0cvs19
15488
15489         * po/it.po
15490                 Italian translation fixes by Andrea Spadaccini (no more confusion
15491                 between filtering and processing, and few changes in the About
15492                 dialog).
15493
15494
15495 2006-02-06 [mones]      2.0.0cvs18
15496
15497         * src/gtk/icon_legend.c
15498                 Improved descriptions allowing better translations
15499
15500 2006-02-05 [colin]      2.0.0cvs17
15501
15502         * src/imap.c
15503                 Add the f*cking missing expunge that caused imap_fetch_env
15504                 to fail after an add_msgs ! :-///
15505         * src/etpan/imap-thread.c
15506                 Add a bit of debug
15507         FOR_STABLE
15508
15509 2006-02-05 [colin]      2.0.0cvs16
15510
15511         * src/common/utils.c
15512                 Don't check for return-path (or we can't put
15513                 back non-sent mails)
15514
15515 2006-02-05 [colin]      2.0.0cvs15
15516
15517         * src/textview.c
15518                 Don't try to display Face header in textview
15519                 when teh headerview's active
15520
15521 2006-02-05 [colin]      2.0.0cvs14
15522
15523         * tools/tbird2syl.py
15524         * tools/Makefile.am
15525                 Add script to import Thunderbird mails
15526
15527 2006-02-05 [colin]      2.0.0cvs13
15528
15529         * src/headerview.c
15530         * src/procheader.c
15531         * src/procmsg.c
15532         * src/procmsg.h
15533         * src/textview.c
15534                 Show Face headers - patch partially by Klaus Flittner
15535
15536 2006-02-05 [colin]      2.0.0cvs12
15537
15538         * src/folderview.c
15539         * src/summaryview.c
15540         * src/common/utils.c
15541         * src/common/utils.h
15542                 Let dnd work from mime icons to summaryview
15543                 and to folderview too
15544                 Add a crude test to avoid trying to add files
15545                 drag'n'dropped when they're not mails
15546
15547 2006-02-04 [colin]      2.0.0cvs11
15548
15549         * src/summaryview.c
15550         * src/mimeview.c
15551                 Fix utf8 conversion
15552
15553 2006-02-04 [colin]      2.0.0cvs10
15554
15555         * src/compose.c
15556         * src/folderview.c
15557         * src/mimeview.c
15558         * src/summaryview.c
15559         * src/summaryview.h
15560                 Added various drag and drop capas:
15561                 From                    To
15562                 summaryview             other apps
15563                 mimeview icons          other apps
15564                 other apps              summaryview
15565                 other apps              folderview
15566
15567                 This shouldn't have broken the existing:
15568                 From                    To
15569                 summaryview             folderview
15570                 folderview              folderview
15571                 summaryview             compose's attachments
15572
15573         Tests welcomed.
15574
15575 2006-02-02 [paul]       2.0.0cvs9
15576
15577         * src/mainwindow.c
15578                 move global option 'Set displayed columns...' out
15579                 of folder option grouping.
15580                 fix sensitivity of 'harvest addresses'
15581         FOR_STABLE
15582
15583 2006-02-01 [colin]      2.0.0cvs8
15584
15585         * src/mimeview.c
15586                 Revert the alertpanel patch, it sucks (intrusive
15587                 and gets in the way of "open")
15588
15589 2006-02-01 [colin]      2.0.0cvs7
15590
15591         * src/compose.c
15592         * src/prefs_account.c
15593         * src/prefs_common.c
15594         * src/common/defs.h
15595         * src/common/utils.c
15596         * src/common/utils.h
15597                 Add ability to edit the signature file
15598                 from the account preferences, and use
15599                 a default for the text editor.
15600                 Patch by Fabien Vantard
15601
15602 2006-02-01 [colin]      2.0.0cvs6
15603
15604         * src/mimeview.c
15605                 Try to get mime type by extension if it is
15606                 application/octet-stream
15607                 Display a window with possible choices when
15608                 encountering unknown mime types
15609         * src/gtk/filesel.c
15610         * src/gtk/filesel.h
15611                 Add preview
15612                 Allow multiple selection in filtered filesel
15613                 (patch by Fabien Vantard)
15614         * src/gtk/pluginwindow.c
15615                 Use it (patch by Fabien Vantard)
15616
15617 2006-02-01 [paul]       2.0.0cvs5
15618
15619         * src/jpilot.c
15620                 fix crash on creating jpilot address book
15621                 Thanks to Colin - FOR_STABLE
15622         * src/prefs_summaries.c
15623         * src/prefs_wrapping.c
15624         * src/gtk/icon_legend.c
15625         * src/gtk/quicksearch.c
15626                 string fixes and additions
15627
15628 2006-02-01 [paul]       2.0.0cvs4
15629
15630         * src/compose.c
15631         * src/mainwindow.c
15632         * src/messageview.c
15633         * src/prefs_send.c
15634                 add Arabic encoding option
15635                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
15636
15637 2006-01-31 [colin]      2.0.0cvs3
15638
15639         * src/plugins/pgpcore/passphrase.c
15640                 Convert passphrase to locale encoding
15641         * src/compose.c
15642                 Fix drafting on IMAP. Crappy bug sneaked in
15643                 the release :-/
15644         FOR_STABLE
15645
15646 2006-01-30 [paul]       2.0.0cvs2
15647
15648         * src/gtk/icon_legend.c
15649                 show the new entries
15650
15651 2006-01-30 [colin]      2.0.0cvs1
15652
15653         * src/manual.c
15654                 Check for the file to be present before 
15655                 enabling the menu - FOR_STABLE
15656         * src/gtk/icon_legend.c
15657                 Add folders icons (not all of them, there
15658                 are too much, but the most intriguing ones)
15659
15660 2006-01-30 [paul]       2.0.0
15661
15662         version 2.0.0 released
15663
15664 [For previous entries, see ChangeLog.pre2.0.0]