2006-07-08 [colin] 2.3.1cvs74
[claws.git] / ChangeLog
1 2006-07-08 [colin]      2.3.1cvs74
2
3         * src/main.c
4                 Prevent bug #981 (sc 2.3.1 segfaults with 
5                 gtk+ 2.10) from being reported again:
6                 if Sylpheed-Claws has been compiled against
7                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
8                 of if Sylpheed-Claws has been compiled against
9                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10                 error out.
11
12 2006-07-07 [colin]      2.3.1cvs73
13
14         * src/prefs_actions.c
15                 Fix label
16
17 2006-07-07 [colin]      2.3.1cvs72
18
19         * src/prefs_actions.c
20                 Fix compile on gtk < 2.8. argh :)
21
22 2006-07-07 [paul]       2.3.1cvs71
23
24         * src/common/defs.h
25                 update DONATE_URI
26
27 2006-07-07 [colin]      2.3.1cvs70
28
29         * po/POTFILES.in
30         * src/quote_fmt.c
31         * src/quote_fmt_lex.l
32         * src/quote_fmt_parse.y
33                 Add |i{var}, a way to insert user-entered
34                 text in a template
35
36 2006-07-07 [colin]
37
38         * 2.4.0-rc3 released
39
40 2006-07-07 [colin]      2.3.1cvs69
41
42         * src/folder.c
43                 Don't consider inboxes of UNKNOWN folder 
44                 classes to be useable as default inboxes
45
46 2006-07-07 [paul]       2.3.1cvs68
47
48         * src/textview.c
49                 add missing #include <errno.h>
50                 Thanks to RenĂ© J. Blokland
51
52 2006-07-07 [paul]       2.3.1cvs67
53
54         * src/action.c
55                 Return now Closes dialog
56         * src/mimeview.c
57         * src/mimeview.h
58         * src/textview.c
59                 add contextual menu to mime parts listed
60                 in the textview
61                 Thanks to Colin
62         * src/common/utils.c
63                 reversal: ' is a valid character in URLs
64
65 2006-07-06 [colin]      2.3.1cvs66
66
67         * src/remotefolder.h
68                 Forgotten in previous commit
69
70 2006-07-06 [colin]      2.3.1cvs65
71
72         * src/folder.c
73                 Set summary update flag whenever
74                 totals changed
75         * src/imap.c
76         * src/prefs_account.c
77         * src/common/utils.h
78         * src/etpan/imap-thread.c
79                 Fix warnings, thanks to Fabien and
80                 Ricardo
81
82 2006-07-06 [wwp]        2.3.1cvs64
83
84         * src/gtk/gtkutils.c
85                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
86
87 2006-07-06 [wwp]        2.3.1cvs63
88
89         * src/account.c
90         * src/addressbook.c
91         * src/addressitem.h
92         * src/folderview.c
93         * src/mainwindow.c
94         * src/manual.c
95         * src/manual.h
96         * src/message_search.c
97         * src/prefs_actions.c
98         * src/prefs_filtering.c
99         * src/prefs_filtering.h
100         * src/prefs_template.c
101         * src/summary_search.c
102         * src/summaryview.c
103         * src/gtk/gtkutils.c
104         * src/gtk/gtkutils.h
105         * src/gtk/pluginwindow.c
106                 add help buttons to some dialogs. Clicking such buttons opens a
107                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
108
109 2006-07-06 [paul]       2.3.1cvs62
110
111         * src/textview.c
112                 fix attachments contextual menu
113                 Thanks to Colin
114
115 2006-07-05 [colin]      2.3.1cvs61
116
117         * src/textview.c
118         * src/compose.c
119                 Handle sftp:// links
120
121 2006-07-05 [paul]       2.3.1cvs60
122
123         * src/gtk/filesel.c
124                 grab save button by default
125                 Thanks to Colin
126
127 2006-07-05 [wwp]        2.3.1cvs59
128
129         * manual/xml2pdf
130                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
131
132 2006-07-04 [colin]      2.3.1cvs58
133
134         * src/mimeview.c
135         * src/textview.c
136                 Use left click to select, middle click to open
137                 on mimeparts links
138         * src/common/utils.c
139                 Fix segfault
140
141 2006-07-04 [colin]      2.3.1cvs57
142
143         * src/mainwindow.c
144         * src/news.c
145                 Warning fixes, thanks to Fabien
146
147 2006-07-04 [colin]      2.3.1cvs56
148
149         * src/mimeview.c
150         * src/mimeview.h
151         * src/textview.c
152                 Allow parts to be selected via their text label
153                 in textview
154
155 2006-07-04 [colin]      2.3.1cvs55
156
157         * src/folderview.c
158                 Feedback when closing (for big folders)
159         * src/prefs_actions.c
160         * src/prefs_filtering.c
161         * src/prefs_matcher.c
162         * src/prefs_template.c
163                 Fix default button when closing without
164                 having saved
165
166 2006-07-04 [colin]      2.3.1cvs54
167
168         * src/news.c
169                 Delete local file on deletion
170
171 2006-07-03 [colin]      2.3.1cvs53
172
173         * src/folderview.c
174         * src/main.c
175                 Don't freeze when rescanning after crash
176
177 2006-07-03 [wwp]        2.3.1cvs52
178
179         * src/compose.c
180         * src/privacy.c
181         * src/privacy.h
182         * src/plugins/pgpinline/pgpinline.c
183         * src/plugins/pgpmime/pgpmime.c
184                 don't report an error when the user cancels the passphrase dialog.
185
186 2006-07-02 [colin]      2.3.1cvs51
187
188         * src/folderview.c
189                 Open message when crossing folders with Space,
190                 goto next unread and friends
191
192 2006-07-01 [colin]      2.3.1cvs50
193
194         * src/prefs_account.c
195                 Typographic rules varying from language
196                 to language (in french "Protocole :"),
197                 we have to do that :)
198
199 2006-07-01 [ticho]      2.3.1cvs49
200
201         * src/prefs_account.c
202                 Only use one temporary gchar* variable in
203                 prefs_account_protocol_set_optmenu().
204
205 2006-07-01 [ticho]      2.3.1cvs48
206
207         * src/prefs_account.c
208         * src/prefs_account.h
209                 Use GtkLabel for existing account protocol name.
210                 Created an array for protocol names and populate the
211                 combobox from it in a for() cycle.
212
213 2006-06-30 [colin]      2.3.1cvs47
214
215         * src/compose.c
216                 Block undo when changing signature (by changing
217                 account)
218
219 2006-06-30 [paul]       2.3.1cvs46
220
221         * src/send_message.c
222                 when editing From in the Compose window, use that address
223                 in the Return-Path: header
224                 Thanks to Colin
225
226 2006-06-30 [colin]      2.3.1cvs45
227
228         * src/compose.c
229                 Fix signature replacement:
230                 - when no newline before separator
231                 - when reediting
232
233 2006-06-29 [colin]      2.3.1cvs44
234
235         * src/folderview.c
236         * src/folderview.h
237         * src/mainwindow.c
238         * src/summaryview.c
239                 Let 'View/Go to/Next marked' work like
240                 Next new & Next unread: across folders
241                 Change the select_on_entry pref to do
242                 what we want when changing folder
243         * src/common/utils.c
244                 Fix single-quoted links 
245
246 2006-06-29 [colin]      2.3.1cvs43
247
248         * src/gtk/gtkaspell.c
249                 "Sylpheed" and "Sylpheed-Claws" do exist !
250
251 2006-06-29 [colin]      2.3.1cvs42
252
253         * src/imap.c
254                 Forgot to remove debug
255
256 2006-06-29 [colin]      2.3.1cvs41
257
258         * src/imap.c
259         * src/imap.h
260         * src/mainwindow.c
261                 Disconnect from IMAP servers when going
262                 offline. Fixes bug #978 (going to offline-mode 
263                 won't close connections)
264
265 2006-06-29 [colin]      2.3.1cvs40
266
267         * src/main.c
268                 Fix transient setting on failing plugins
269                 Patch by Fabien
270         * src/plugins/pgpcore/sgpgme.c
271                 Only warn for OpenPGP. Most people don't
272                 have CMS available.
273
274 2006-06-29 [colin]      2.3.1cvs39
275
276         * src/compose.c
277                 Fix Spelling menu (discrepancy between context menu
278                 and top menu when folder's dictionary isn't the 
279                 default one)
280         * src/plugins/pgpcore/sgpgme.c
281                 More error reporting about why gpgme can fail
282
283 2006-06-29 [wwp]        2.3.1cvs38
284
285         * src/mainwindow.c
286                 honor the display-header-pane setting even when the message view
287                 is a separate window.
288
289 2006-06-29 [wwp]        2.3.1cvs37
290
291         * src/prefs_actions.c
292                 forgot to commit that one (use of GTK_STOCK_INFO).
293
294 2006-06-29 [colin]      2.3.1cvs36
295
296         * src/imap.c
297                 Better handling of login errors (ask the password
298                 again once), alert in case of error. Fix three
299                 signedness warnings.
300
301 2006-06-28 [wwp]        2.3.1cvs35
302
303         * src/prefs_template.c
304         * src/prefs_matcher.c
305         * src/prefs_filtering_action.c
306         * src/prefs_quote.c
307                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
308                 patch by Fabien Vantard, slightly modified.
309
310 2006-06-28 [paul]
311
312         2.4.0-rc2 released
313
314 2006-06-28 [colin]      2.3.1cvs34
315
316         * src/prefs_account.c
317                 Fix bug #977 (Can't add or edit imap accounts)
318
319 2006-06-28 [colin]      2.3.1cvs33
320
321         * src/mimeview.c
322                 Fix previous
323
324 2006-06-28 [colin]      2.3.1cvs32
325
326         * src/mimeview.c
327                 Save named inlined attachments with "Save all"
328         * src/main.c
329         * src/mbox.c
330         * src/common/plugin.c
331         * src/common/plugin.h
332         * src/common/sylpheed.c
333         * src/common/utils.c
334         * src/plugins/pgpcore/sylpheed.def
335         * src/plugins/pgpinline/sylpheed.def
336         * src/plugins/pgpmime/sylpheed.def
337                 Win32 compatibility patch, by
338                 Werner Koch
339
340 2006-06-28 [wwp]        2.3.1cvs31
341
342         * src/imap.c
343         * src/prefs_folder_item.c
344                 less compilation warnings (thanks to Fabien Vantard), less typos.
345
346 2006-06-28 [paul]       2.3.1cvs30
347
348         * src/gtk/gtkutils.c
349                 gtk_combo_box_set_focus_on_click() is only
350                 available since gtk 2.6.0
351
352 2006-06-28 [paul]       2.3.1cvs29
353
354         * src/prefs_ext_prog.c
355                 fix engrish and add a tooltip for the
356                 'command for 'Display as text' option
357
358 2006-06-28 [paul]
359
360         2.4.0-rc1 released
361
362 2006-06-28 [paul]       2.3.1cvs28
363
364         * ChangeLog
365         * tools/Makefile.am
366                 include textviewer.pl in releases
367
368 2006-06-28 [paul]       2.3.1cvs27
369
370         * src/prefs_ext_prog.c
371                 hide Print command option if libgnomeprint
372                 support is present
373
374 2006-06-27 [colin]      2.3.1cvs26
375
376         * src/compose.c
377                 Fix Esc handling in insert/attach dialog
378                 Don't show this dialog if dragging something
379                 else than text/uri-list
380                 Thanks to Fabien Vantard
381         * tools/textviewer.pl
382                 Filter script to display stuff as text
383                 by H. Merijn Brand
384
385 2006-06-27 [wwp]        2.3.1cvs25
386
387         * src/messageview.c
388                 use the exact product name (message view title), patch
389                 by Fabien Vantard.
390
391 2006-06-27 [ticho]      2.3.1cvs24
392
393         * src/prefs_account.c
394         * src/prefs_common.c
395         * src/prefs_common.h
396         * src/prefs_ext_prog.c
397         * src/textview.c
398                 Add a preference (Preferences/External programs)
399                 to allow "Display as text" to be done via a script
400                 (patch by H.Merijn Brand).
401                 Use GtkComboBox for protocol selection in account
402                 preferences.
403                 Only include current choice for existing accounts, and
404                 insensitivize the combobox.
405
406 2006-06-27 [paul]       2.3.1cvs23
407
408         * src/mbox.c
409                 fix crasher introduced in cvs21.
410                 Thanks to Colin
411
412 2006-06-26 [colin]      2.3.1cvs22
413
414         * src/mbox.c
415                 Fix double-frees when leaving folders
416                 after exporting to mbox
417
418 2006-06-26 [colin]      2.3.1cvs21
419
420         * src/mbox.c
421                 More feedback (and optimisation)
422                 on import/export
423         * src/common/utils.c
424                 Fix case when looking for mail addresses
425         * src/gtk/gtkutils.c
426                 Extra check for (X-)Face
427
428 2006-06-25 [ticho]      2.3.1cvs20
429
430         * src/compose.c
431         * src/exphtmldlg.c
432         * src/gtk/gtkutils.c
433         * src/gtk/gtkutils.h
434                 Added second argument to gtkut_sc_combobox_create() to
435                 control focus-on-click for the widget.
436                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
437
438 2006-06-25 [ticho]      2.3.1cvs19
439
440         * src/compose.c
441         * src/gtk/Makefile.am
442         * src/gtk/combobox.c
443         * src/gtk/combobox.h
444         * src/gtk/gtkutils.c
445         * src/gtk/gtkutils.h
446                 Use GtkComboBox instead of deprecated GtkOptionMenu
447                 for account selector in compose window and for encoding
448                 selector in attachment properties.
449                 Also factorise working with the new GtkComboBox somewhat.
450
451 2006-06-24 [paul]       2.3.1cvs18
452
453         * src/prefs_common.c
454                 use the correct default value
455
456 2006-06-24 [paul]       2.3.1cvs17
457
458         * src/compose.c
459         * src/prefs_common.c
460         * src/prefs_common.h
461         * src/prefs_compose_writing.c
462                 enable setting of default action when
463                 dnd'ing files in the compose window.
464                 (Collaborative effort with wwp)
465
466 2006-06-23 [wwp]        2.3.1cvs16
467
468         * src/compose.c
469                 i18n fix (thanks to Fabien Vantard)
470
471 2006-06-22 [colin]      2.3.1cvs15
472
473         * src/prefs_customheader.c
474                 Don't use filters in custom headers' file 
475                 selector. Remember, extensions mean nothing :)
476
477 2006-06-22 [paul]       2.3.1cvs14
478
479         * configure.ac
480                 allow setting of man directory location
481
482 2006-06-22 [colin]      2.3.1cvs13
483
484         * src/mainwindow.c
485                 Add 'View/Go to/Next unread folder'.
486                 I missed that :)
487
488 2006-06-22 [colin]      2.3.1cvs12
489
490         * src/common/utils.c
491                 Add some subject prefixes
492                 Patch by Bjorn T Johansen <btj@havleik.no>
493
494 2006-06-22 [colin]      2.3.1cvs11
495
496         * manual/advanced.xml
497                 Forgotten hidden pref
498
499 2006-06-21 [paul]       2.3.1cvs10
500
501         * src/prefs_account.c
502                 complete the removal of 'Add date header' option
503
504 2006-06-21 [paul]       2.3.1cvs9
505
506         * src/account.c
507         * src/compose.c
508         * src/prefs_account.c
509         * src/prefs_account.h
510                 remove option to add date header - always
511                 add date header
512         * src/etpan/imap-thread.c
513                 fix warnings (Thanks to Colin)
514
515 2006-06-21 [wwp]        2.3.1cvs8
516
517         * src/folder.c
518                 set the attachment flag when inline text part are (file)named. This is more convenient
519                 when receiving (for instance) inline source files or patches sent using thunderbird.
520
521 2006-06-21 [paul]       2.3.1cvs7
522
523         * src/inc.c
524                 fix off-by-one count of current msg in
525                 statusbar filtering progressbar
526
527 2006-06-21 [paul]       2.3.1cvs6
528
529         * src/folder.c
530                 Show attachment icon even if the part is 'inline'
531                 if the following conditions are met:
532                 - content-type != 'text/plain'
533                 - content-type != '*/pgp-signature'
534                 - either 'name' or 'filename' parameter is not NULL
535                 
536                 Thanks to Colin
537
538 2006-06-21 [paul]       2.3.1cvs5
539
540         * src/messageview.c
541         * src/prefs_common.c
542         * src/prefs_common.h
543         * src/prefs_other.c
544                 add an option to 'Never send Return
545                 Receipts'
546                 Thanks to Colin
547
548 2006-06-20 [mones]      2.3.1cvs4
549
550         * po/es.po
551                 updated
552         * src/compose.c
553                 typo fixed (space after comma)
554         * tools/make.themes.project
555                 remove exec mode from tarball files
556
557 2006-06-20 [colin]      2.3.1cvs3
558
559         * src/news.c
560         * src/procheader.c
561         * src/unmime.c
562                 Better fix for \n's in headers (don't 
563                 break Received: and others)
564
565 2006-06-20 [paul]       2.3.1cvs2
566
567         * src/alertpanel.c
568         * src/textview.c
569                 improve legibility of phishing attempt
570                 dialog
571
572 2006-06-20 [paul]       2.3.1cvs1
573
574         * NEWS
575         * README
576         * configure.ac
577                 Update version number following
578                 stable release
579
580 2006-06-20 [colin]      2.3.0cvs26
581
582         * src/compose.c
583                 When dragging a file to the text of the compose
584                 window, ask whether we want to insert or attach
585                 (I know lots of people who do that to attach)
586
587 2006-06-20 [colin]      2.3.0cvs25
588
589         * src/etpan/imap-thread.c
590                 Fix threshold (the append command is often > 32 bytes)
591
592 2006-06-19 [colin]      2.3.0cvs24
593
594         * src/imap.c
595         * src/etpan/imap-thread.c
596                 Workaround Rockliffe IMAP server bug: replace
597                 "x UID SEARCH (ANSWERED UID 1:*)" with
598                 "x UID SEARCH ANSWERED"
599                 (Rockliffe doesn't handle the parenthesis)
600
601 2006-06-19 [colin]      2.3.0cvs23
602
603         * src/compose.c
604         * src/imap.c
605         * src/etpan/imap-thread.c
606                 Probably fix bug #972 (Freezes when adding 
607                 an attachment to the message)
608         * src/common/defs.h
609                 Modernize Firefox cmd
610
611
612 2006-06-18 [colin]      2.3.0cvs22
613
614         * src/prefs_customheader.c
615                 Only allow correct filenames for various
616                 custom headers
617
618 2006-06-18 [colin]      2.3.0cvs21
619
620         * src/prefs_customheader.c
621                 Add a 'From File...' button in custom headers prefs, which
622                 try to do the right thing: 
623                 for normal headers, use file as plaintext,
624                 for X-Face, calls compface,
625                 for Face, encode to b64.
626
627 2006-06-17 [colin]      2.3.0cvs20
628
629         * src/mh.c
630                 Warning fix
631
632 2006-06-16 [colin]      2.3.0cvs19
633
634         * src/summaryview.c
635                 Recursive quicksearch: show message list
636                 in current folder, *then* search children
637                 in the background.
638
639 2006-06-16 [colin]      2.3.0cvs18
640
641         * src/main.c
642                 Instead of ignoring SIGPIPE, save caches
643                 when getting one. Will fix the fact that
644                 hot caches are out-of-date when logging 
645                 out of Xorg.
646         * src/compose.c
647         * src/prefs_compose_writing.c
648                 Only save text (not attachments) when 
649                 auto-saving to drafts
650         * src/unmime.c
651                 Always replace \n, \r and \t with spaces
652                 in headers
653         * manual/dist/html/Makefile.am
654         * manual/dist/pdf/Makefile.am
655         * manual/dist/ps/Makefile.am
656         * manual/dist/txt/Makefile.am
657         * manual/fr/dist/html/Makefile.am
658         * manual/fr/dist/pdf/Makefile.am
659         * manual/fr/dist/ps/Makefile.am
660         * manual/fr/dist/txt/Makefile.am
661         * manual/pl/dist/html/Makefile.am
662         * manual/pl/dist/pdf/Makefile.am
663         * manual/pl/dist/ps/Makefile.am
664         * manual/pl/dist/txt/Makefile.am
665                 Fix make clean removing pregenerated manuals
666
667
668 2006-06-16 [colin]      2.3.0cvs17
669
670         * src/plugins/pgpcore/sgpgme.c
671         * src/plugins/pgpmime/pgpmime.c
672         * src/plugins/pgpinline/pgpinline.c
673                 Better error reporting in setup_signers.
674                 Don't fallback to default key if specified
675                 key isn't found.
676                 Don't allow signing if more than one secret
677                 key matches the one specified in prefs.
678
679 2006-06-15 [colin]      2.3.0cvs16
680
681         * src/folderview.c
682                 Add "Send queue" in the folder's contextual
683                 menu
684         * src/compose.c
685         * src/messageview.c
686         * src/privacy.c
687         * src/privacy.h
688         * src/procmime.c
689         * src/procmsg.c
690         * src/plugins/pgpcore/passphrase.c
691         * src/plugins/pgpcore/sgpgme.c
692         * src/plugins/pgpinline/pgpinline.c
693         * src/plugins/pgpmime/pgpmime.c
694                 Better error reporting
695         * src/mbox.c
696                 Probably fix bug #971 (2.2.3 cannot read mail 
697                 from local mbox)
698
699
700 2006-06-15 [mones]      2.3.0cvs15
701
702         * tools/make.themes.project
703                 creates the themes project from the web page
704
705 2006-06-15 [colin]      2.3.0cvs14
706
707         * src/folder.c
708                 Better fix (avoid losing the folder if scan_tree 
709                 fails)
710
711 2006-06-15 [cleroy]     2.3.0cvs13
712
713         * src/folder.c
714                 Probably fix Bug #969 (crash on rebuilding 
715                 imap folder)
716
717 2006-06-14 [colin]      2.3.0cvs12
718
719         * manual/dtd/manual.xsl
720         * manual/sylpheed-claws-manual.xml
721         * manual/fr/sylpheed-claws-manual.xml
722         * manual/pl/sylpheed-claws-manual.xml
723                 Insert pagebreaks between sections
724
725 2006-06-14 [paul]       2.3.0cvs11
726
727         * configure.ac
728                 better fix than 2.3.0cvs10
729
730 2006-06-14 [paul]       2.3.0cvs10
731
732         * configure.ac
733                 fix setting of PACKAGE_DATA_DIR with newer autoconf
734                 (backwards compatible)
735
736 2006-06-13 [colin]      2.3.0cvs9
737
738         * src/messageview.c
739                 Fix sending of return receipt with the new queue folders
740
741 2006-06-13 [wwp]        2.3.0cvs8
742
743         * src/quote_fmt_lex.l
744                 fix wrong tokens returned in quote_fmt lexer, query not().
745
746 2006-06-13 [wwp]        2.3.0cvs7
747
748         * src/folder.c
749         * src/prefs_folder_item.c
750                 allow changing folder type even when folder is not a top-level one,
751                 thanks to Colin.
752
753 2006-06-12 [colin]      2.3.0cvs6
754
755         * src/folderview.c
756                 Fix double-ask of "Do you want to mark all
757                 as read"
758
759 2006-06-12 [colin]      2.3.0cvs5
760
761         * src/compose.c
762         * src/compose.h
763         * src/folder.c
764         * src/folder.h
765         * src/imap.c
766         * src/inc.c
767         * src/main.c
768         * src/messageview.c
769         * src/mh.c
770         * src/prefs_folder_item.c
771         * src/procheader.c
772         * src/procmime.c
773         * src/procmsg.c
774         * src/procmsg.h
775         * src/send_message.c
776         * src/summaryview.c
777         * src/toolbar.c
778                 Apply bug #964's patch (Queue and drafts aren't normal)
779                 The Drafts and Queue folder now contain RFC-822 files,
780                 allowing to move and copy mails from and to these 
781                 folders. Moving from Drafts to Queue will prepare the
782                 mail for sending (PGP signature, encryption, etc).
783                 This patch also rework sending errors handling to try
784                 to be more helpful.
785                 Also, allow redefining folder types via the GUI 
786                 (Folder type in its Properties)
787
788 2006-06-12 [colin]      2.3.0cvs4
789
790         * src/summaryview.c
791         * src/prefs_common.c
792         * src/prefs_common.h
793         * src/gedit-print.c
794                 Allow to define a specific print font - patch
795                 by Bernhard Walle <bernhard.walle@gmx.de>
796         * src/prefs_fonts.c
797         * manual/advanced.xml
798         * manual/fr/advanced.xml
799                 Add a hidden pref to allow deletion without
800                 confirmation
801
802 2006-06-12 [wwp]        2.3.0cvs3
803
804         * .cvsignore
805                 more files to ignore.
806
807 2006-06-12 [wwp]        2.3.0cvs2
808
809         * src/quote_fmt.c
810         * src/quote_fmt_lex.l
811         * src/quote_fmt_parse.y
812                 extend the quote_fmt parser (templates and quotes):
813                 - allow limited sub-expressions in |p{} and |f{} expressions,
814                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
815                 - implemented/fixed missing implementation of query_references and show_references,
816                 - completed, fixed contents and format of the symbols help dialog,
817                 - fix some compilation warnings.
818
819 2006-06-12 [wwp]        2.3.0cvs1
820
821         * manual/advanced.xml
822         * manual/fr/advanced.xml
823                 updates in the "templates" section of the manual (eng/fr):
824                  - be more precise (both versions)
825                  - completed to match the english reference (fr version)
826                  - touchups (both versions)
827
828 2006-06-12 [paul]       2.3.0
829
830         2.3.0 released
831
832 2006-06-12 [paul]       2.2.3cvs14
833
834         * po/ca.po
835         * po/cs.po
836         * po/de.po
837         * po/el.po
838         * po/fr.po
839         * po/it.po
840         * po/pt_BR.po
841         * po/sr.po
842         * po/zh_CN.po
843                 updated by Miquel Oliete, Tim, Stephan Sachse,
844                 Stavros Giannouris, Fabien Vantard, Andrea
845                 Spadaccini, Frederico Goncalves Guimaraes,
846                 Aleksandar Urosevic, and Ralgh Young
847
848 2006-06-12 [colin]      2.2.3cvs13
849
850         * src/mbox.c
851                 Add missing header
852
853 2006-06-11 [colin]      2.2.3cvs12
854
855         * src/msgcache.c
856                 Verify that g_malloc() succeeded
857
858 2006-06-11 [colin]      2.2.3cvs11
859
860         * src/wizard.c
861                 Add Face header to welcome mail
862
863 2006-06-10 [colin]      2.2.3cvs10
864
865         * src/textview.c
866                 Revert previous (Forgot it changes the
867                 margin on the whole mail)
868
869 2006-06-10 [colin]      2.2.3cvs9
870
871         * src/textview.c
872                 Don't overlap long headers under (X-)Face
873
874 2006-06-10 [mones]      2.2.3cvs8
875
876         * manual/xml2pdf
877                 allow generation of manual on systems lacking saxon binary
878                 but with java and the saxon library installed
879
880         * po/es.po
881                 updated for release
882
883 2006-06-09 [colin]      2.2.3cvs7
884
885         * src/summaryview.c
886                 Fix leak when using Display Sender using Addressbook
887
888 2006-06-09 [colin]      2.2.3cvs6
889
890         * src/compose.c
891         * src/folder.c
892         * src/folderview.c
893         * src/mimeview.c
894         * src/summaryview.c
895                 More leaks fixes
896
897 2006-06-09 [paul]       2.2.3cvs5
898
899         * AUTHORS
900         * src/gtk/authors.h
901         * tools/claws.i18n.status.pl
902                 updated with new info
903
904 2006-06-09 [paul]       2.2.3cvs4
905
906         * README
907                 updated
908         * manual/ack.xml
909                 add wwp to authors list
910         * src/gtk/authors.h
911                 update mine and Colin's addresses
912
913 2006-06-08 [colin]      2.2.3cvs3
914
915         * src/etpan/imap-thread.c
916                 Fix leak on SSL cert check
917
918 2006-06-08 [colin]      2.2.3cvs2
919
920         * src/common/utils.c
921                 Fix leak
922
923 2006-06-08 [paul]       2.2.3cvs1
924
925         * configure.ac
926                 Update version number following
927                 stable release
928
929 2006-06-07 [colin]      2.2.2cvs3
930
931         * src/msgcache.c
932                 Fix catching cache read errors (guint instead of gint)
933                 Prevent malloc'ing more than 8MB (means cache corruption)
934
935 2006-06-07 [paul]       2.2.2cvs2
936
937         * src/exporthtml.c
938         * src/exportldif.c
939         * src/mh.c
940         * src/mutt.c
941         * src/pine.c
942         * src/common/utils.c
943                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
944                 obey $HOME'
945                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
946                 Thanks to Colin
947
948 2006-06-06 [paul]       2.2.2cvs1
949
950         * configure.ac
951                 Update version number following
952                 stable release
953
954 2006-06-06 [paul]       2.2.1cvs6
955
956         * src/matcher.c
957                 fix  implicit declaration of
958                 sylpheed_do_idle()
959                 Patch by Fabien Vantard
960
961 2006-06-06 [paul]       2.2.1cvs5
962
963         * src/matcher.c
964                 fix age_greater and age_lower so that they
965                 mean what say and not '...or equal to'
966                 Thanks to Colin
967
968 2006-06-06 [paul]       2.2.1cvs4
969
970         * src/textview.c
971         * src/common/utils.c
972                 fix URI check
973                 Thanks to Colin
974
975 2006-06-05 [wwp]        2.2.1cvs3
976
977         * manual/fr/account.xml
978                 minor language fixes (thanks to Fabien Vantard).
979
980 2006-06-05 [colin]      2.2.1cvs2
981
982         * src/prefs_folder_item.c
983         * src/folderview.c
984                 Allow recursive setting of properties 
985                 for whole mailboxes
986         * src/matcher.c
987                 Don't freeze on 'test' filtering rule
988
989 2006-06-05 [colin]      2.2.1cvs1
990
991         * configure.ac
992                 Update version number following
993                 stable release
994
995 2006-06-04 [wwp]        2.2.0cvs82
996
997         * manual/glossary.xml
998         * manual/account.xml
999         * manual/fr/glossary.xml
1000         * manual/fr/account.xml
1001                 added glossary section and references/links related to the Face custom header.
1002
1003 2006-06-04 [colin]      2.2.0cvs81
1004
1005         * src/summaryview.c
1006                 Skip to next message on move with no
1007                 immediate execution
1008
1009 2006-06-04 [wwp]        2.2.0cvs80
1010
1011         * manual/xml2pdf
1012                 added sanity checks, exit when needed.
1013
1014 2006-06-03 [paul]       2.2.0cvs79
1015
1016         * src/prefs_receive.c
1017                 page name is now 'Receiving'
1018         * src/prefs_send.c
1019                 page name is now 'Sending'
1020
1021 2006-06-03 [colin]      2.2.0cvs78
1022
1023         * src/plugins/spamassassin/spamassassin_gtk.c
1024                 Autoswitch to Localhost if transport was previously
1025                 disabled. Else people had to check [] Enable, then
1026                 *reselect* transport.
1027
1028 2006-06-03 [colin]      2.2.0cvs77
1029
1030         * src/plugins/pgpinline/pgpinline.c
1031         * src/plugins/pgpmime/pgpmime.c
1032                 Check that gpg_data_release_and_get_mem 
1033                 didn't fail (now, why this happens...)
1034
1035 2006-06-03 [colin]      2.2.0cvs76
1036
1037         * src/mbox.c
1038                 Fix bug #962 (Manual and/or UI should 
1039                 warn about incompatible locking 
1040                 causing dataloss)
1041
1042 2006-06-02 [cleroy]     2.2.0cvs75
1043
1044         * src/filtering.c
1045         * src/folder.c
1046         * src/procmsg.c
1047         * src/summaryview.c
1048                 Fix a few leaks
1049
1050 2006-06-02 [colin]      2.2.0cvs74
1051
1052         * src/main.c
1053                 On exit, free caches after writing them
1054                 Shuts up some valgrind false positives
1055         * src/procmsg.c
1056         * src/send_message.c
1057                 Fix races when reusing existing SMTP connections
1058                 Fix inexistant session timeout
1059         * src/toolbar.c
1060                 Display alertpanel after all queues have
1061                 been processed, not after each
1062
1063 2006-06-02 [wwp]        2.2.0cvs73
1064
1065         * manual/fr/glossary.xml
1066         * manual/fr/ack.xml
1067         * manual/ack.xml
1068                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1069
1070 2006-06-02 [wwp]        2.2.0cvs72
1071
1072         * manual/xml2pdf
1073         * manual/dist/pdf/Makefile.am
1074         * manual/dtd/manual.xsl
1075         * manual/fr/dist/pdf/Makefile.am
1076         * manual/pl/dist/pdf/Makefile.am
1077                 we changed the procedure to generate the .pdf version of the manual.
1078                 The procedure is more modern and the .pdf we get now has a valid index.
1079                 Here are the new pre-requisites:
1080
1081                 - JRE 1.x (1.4 here): there must be one from your distro
1082                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1083                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1084                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1085
1086                 See my posts for further info about the installation of this toolchain:
1087
1088                 Date: Fri, 19 May 2006 19:40:06 +0200
1089                 From: wwp <subscript@free.fr>
1090                 To: sylpheed-claws-devel@lists.sourceforge.net
1091                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1092
1093                 and
1094
1095                 Date: Wed, 24 May 2006 12:58:49 +0200
1096                 From: wwp <subscript@free.fr>
1097                 To: sylpheed-claws-devel@lists.sourceforge.net
1098                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1099
1100 2006-06-01 [colin]      2.2.0cvs71
1101
1102         * src/compose.c
1103                 Better guards against IMAP races
1104         * src/main.c
1105         * src/prefs_common.c
1106         * src/prefs_common.h
1107         * src/common/ssl_certificate.c
1108         * src/etpan/imap-thread.c
1109         * src/etpan/imap-thread.h
1110         * src/gtk/sslcertwindow.c
1111                 New hidden option ssl_skip_cert_check to 
1112                 avoid dups of bug #959 (libetpan linked
1113                 against gnutls and gnutls buggy on 64bit)
1114                 Present expired warning only once per
1115                 session/server.
1116         * manual/advanced.xml
1117         * manual/fr/advanced.xml
1118                 Document new option
1119
1120 2006-06-01 [wwp]        2.2.0cvs70
1121
1122         * src/messageview.c
1123                 fix for bug #961 (return receipt dialog 
1124                 complains incorrectly about return-path 
1125                 email adress being different), thanks 
1126                 to Colin.
1127
1128 2006-05-31 [cleroy]     2.2.0cvs69
1129
1130         * src/common/ssl.c
1131                 Guard against NULLs, although this
1132                 should never be an issue
1133
1134 2006-05-31 [colin]      2.2.0cvs68
1135
1136         * src/filtering.c
1137                 Use g_slist_prepend
1138         * src/imap.c
1139                 Don't remove caches when destroying folder, it
1140                 could (should) be done at exit
1141         * src/inc.c
1142                 free processing cache after incorporation
1143         * src/etpan/imap-thread.c
1144                 Maybe fix bug #959 (Crash on moving to emails 
1145                 to a imap account per ssl with a expired 
1146                 certificate.)
1147
1148 2006-05-30 [colin]      2.2.0cvs67
1149
1150         * src/summaryview.c
1151                 Put back event flush when displaying message
1152                 It avoids reading a bunch of messages just
1153                 by hitting shift-n for too long ;)
1154
1155 2006-05-29 [colin]      2.2.0cvs66
1156
1157         * src/summaryview.c
1158                 Remove useless g_warnings
1159
1160 2006-05-29 [colin]      2.2.0cvs65
1161
1162         * src/imap.c
1163                 Fix g_slist_append()s for performance
1164
1165 2006-05-29 [colin]      2.2.0cvs64
1166
1167         * src/compose.c
1168         * src/common/utils.c
1169                 Fix extraneous tab at start of addresses
1170         * src/mainwindow.c
1171                 Fix warnings (thanks to Fabien)
1172                 Fix crash at exit when composing messages 
1173                 exist
1174         * src/pop.c
1175                 Fix progress bar when deleting expired mails
1176                 Thanks to Hiro
1177         * src/summaryview.c
1178         * src/gtk/gtksctree.c
1179                 Fix re-sorting slowness
1180
1181 2006-05-29 [paul]       2.2.0cvs63
1182
1183         * src/mh.c
1184                 fetch full message when moving mails
1185                 from another mailbox, (fixed data loss
1186                 when filtering from IMAP to MH, introduced
1187                 in 2.2.0cvs57).
1188                 Thanks to Colin
1189
1190 2006-05-29 [mones]      2.2.0cvs62
1191
1192         * src/gtk/gtksctree.c
1193                 Unselect faster (patch by Colin)        
1194
1195 2006-05-26 [colin]      2.2.0cvs61
1196
1197         * src/summaryview.c
1198                 Unplug MSGINFO_UPDATE callback on delete too.
1199
1200 2006-05-26 [colin]      2.2.0cvs60
1201
1202         * src/foldersel.c
1203                 Fix bold in folder selection window with glib2.10
1204                 thanks Hiro
1205
1206 2006-05-26 [colin]      2.2.0cvs59
1207
1208         * src/procheader.c
1209                 Convert date only if necessary (and don't
1210                 try to convert from utf8 to utf8, too)
1211         * src/summaryview.c
1212                 Only set column's text if the column's 
1213                 displayed
1214
1215 2006-05-26 [colin]      2.2.0cvs58
1216
1217         * src/summaryview.c
1218         * src/gtk/gtkutils.c
1219                 Fix useless warning
1220
1221 2006-05-26 [colin]      2.2.0cvs57
1222
1223         * src/mainwindow.c
1224                 Make summaryview selectable as long as 
1225                 no message has focus
1226         * src/mh.c
1227                 Faster deletion (by implementing mh_remove_msgs)
1228                 Faster copy (avoid using mh_fetch_msg just to get
1229                 the filename)
1230                 Faster move (using move_file instead of copy_file
1231                 if MSG_IS_MOVE)
1232                 No progressbar if total number of mails to cp/mv 
1233                 is less than 100
1234         * src/summaryview.c
1235                 Fix removal from subject_table when mail gets moved
1236                 Faster deletion (g_slist_prepend instead of append)
1237         * src/gtk/gtksctree.c
1238                 Remove useless code
1239
1240 2006-05-25 [colin]      2.2.0cvs56
1241
1242         * src/common/ssl_certificate.c
1243                 Fix leak in expired cert check
1244
1245 2006-05-25 [colin]      2.2.0cvs55
1246
1247         * src/mh.c
1248                 Disable flags syncing on .mh_sequences - it
1249                 is buggy and marks mails read under unknown
1250                 conditions.
1251
1252 2006-05-25 [paul]
1253
1254         * 2.3.0-rc4 released
1255
1256 2006-05-24 [colin]      2.2.0cvs54
1257
1258         attention cvs users: if you manage to crash
1259         Sylpheed-Claws while moving, copying or deleting
1260         mails, we *are* interested in stack traces and
1261         valgrind logs. It looks stable, but one never
1262         knows...
1263
1264         * src/folder.c
1265                 Add progressbar for cache updates
1266         * src/folderutils.c
1267                 Optimize Mark all read in the current
1268                 folder
1269         * src/mh.c
1270                 Add progressbar for copy/move
1271         * src/procmsg.c
1272                 Optimize O(n^2) in copy/move
1273         * src/summaryview.c
1274         * src/gtk/gtksctree.c
1275                 Optimize O(n^2) algos
1276         * src/common/timing.h
1277                 Display ms instead of us
1278
1279 2006-05-24 [wwp]        2.2.0cvs53
1280
1281         * manual/fr/advanced.xml
1282                 updates to the French manual.
1283
1284 2006-05-24 [wwp]        2.2.0cvs52
1285
1286         * src/common/utils.c
1287                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1288
1289 2006-05-24 [wwp]        2.2.0cvs51
1290
1291         * src/folderutils.c
1292                 fixed "mark all read" in MH folders (thanks to Colin).
1293
1294 2006-05-24 [paul]       2.2.0cvs50
1295
1296         * doc/man/sylpheed-claws.1
1297                 updated the man page
1298
1299 2006-05-23 [colin]      2.2.0cvs49
1300
1301         * src/folderview.c
1302         * src/imap.c
1303         * src/inc.c
1304         * src/mbox.c
1305         * src/messageview.c
1306         * src/news.c
1307         * src/send_message.c
1308         * src/summaryview.c
1309         * src/gtk/sslcertwindow.c
1310                 alertpanel fixes, by Fabien
1311
1312 2006-05-23 [colin]      2.2.0cvs48
1313
1314         * src/folder.c
1315         * src/folderview.c
1316         * src/msgcache.c
1317         * src/summaryview.c
1318         * src/gtk/gtksctree.c
1319         * src/gtk/gtksctree.h
1320                 More timings
1321                 Fix slow loading problem, which was caused by the
1322                 use of some gtk_ctree funcs and their use of
1323                 g_list_position while gtk_ctree_(un)link'ing.
1324                 Reap more functions from gtkctree.c to be sure we
1325                 use our (fast) version instead of theirs.
1326         * src/mh.c
1327                 Fix copy of unread mails
1328
1329
1330 2006-05-22 [wwp]        2.2.0cvs47
1331
1332         * manual/fr/advanced.xml
1333                 updated.
1334
1335 2006-05-22 [colin]      2.2.0cvs46
1336
1337         * src/filtering.c
1338                 Fix possible infinite loop. 'copy' is not a 
1339                 final action, so when encountering a 'copy',
1340                 we have to check if a previous one was set
1341                 and do it. In the same way, if we encounter
1342                 a 'move' we have to perform a possibly 
1343                 pending 'copy'. This will slow down filtering
1344                 on IMAP if move+copy or multiple copy actions
1345                 are to be done, but handling it via the batch
1346                 would be really too convoluted.
1347
1348 2006-05-22 [wwp]        2.2.0cvs45
1349
1350         * manual/fr/advanced.xml
1351         * manual/fr/faq.xml
1352         * manual/fr/glossary.xml
1353         * manual/fr/handling.xml
1354         * manual/fr/intro.xml
1355         * manual/fr/plugins.xml
1356         * manual/fr/sylpheed-claws-manual.xml
1357                 sync w/ the english manual: updates URIs, documented mailing-list
1358                 support, better explanation about the enabled/disabled feature
1359                 in filtering/processing rules by Paul.
1360
1361 2006-05-21 [colin]      2.2.0cvs44
1362
1363         * src/summaryview.c
1364                 Don't expand after building threads, but during
1365
1366 2006-05-21 [colin]      2.2.0cvs43
1367
1368         * src/procmsg.c
1369         * src/summaryview.c
1370                 More timing possibilities... For next time I have 
1371                 to find out how the hell some 3GHz computer takes
1372                 one minute to open a 30k folder...
1373
1374 2006-05-21 [colin]      2.2.0cvs42
1375
1376         * manual/pl/advanced.xml
1377         * manual/pl/faq.xml
1378         * manual/pl/glossary.xml
1379         * manual/pl/handling.xml
1380         * manual/pl/intro.xml
1381         * manual/pl/plugins.xml
1382         * manual/pl/sylpheed-claws-manual.xml
1383                 Polish manual updated by Pawel
1384
1385 2006-05-20 [colin]
1386
1387         * 2.3.0-rc3 released
1388
1389 2006-05-20 [colin]      2.2.0cvs41
1390
1391         * src/imap.c
1392                 Fix -rc2 problems:
1393                 - remove cache of moved messages from original folder
1394                 - apply new flags to messages even if they aren't appliable
1395                   via IMAP.
1396
1397 2006-05-20 [colin]
1398
1399         * 2.3.0-rc2 released
1400
1401 2006-05-19 [colin]      2.2.0cvs40
1402
1403         * src/imap.c
1404                 Don't issue SELECT in imap_change_flags
1405                 before having checked that we indeed have
1406                 some flags to change. MSG_POSTFILTERED for
1407                 example can't be used on IMAP.
1408                 Fixes bug #955 (copying messages between 
1409                 imap folders is extremely slow), which was
1410                 a regression.
1411
1412 2006-05-19 [colin]      2.2.0cvs39
1413
1414         * src/folder.c
1415         * src/folder.h
1416         * src/folderview.c
1417                 Try to fix bug #830 (Some unread messages 
1418                 get marked read in IMAP inbox):
1419                 - Prevent scanning a folder if it's being 
1420                   opened via the GUI
1421                 - Postpone opening via the GUI of a folder
1422                   currently scanned.
1423
1424
1425 2006-05-19 [wwp]        2.2.0cvs38
1426
1427         * manual/advanced.xml
1428                 fix English+typo (thanks to Paul).
1429
1430 2006-05-19 [wwp]        2.2.0cvs37
1431
1432         * manual/advanced.xml
1433         * manual/fr/advanced.xml
1434         * src/gtk/logwindow.c
1435         * src/prefs_common.c
1436         * src/prefs_common.h
1437                 added hidden prefs to allow customization of colors used in
1438                 protocol log window (useful for dark gtk+ themes).
1439
1440 2006-05-19 [wwp]        2.2.0cvs36
1441
1442         * ChangeLog
1443                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1444
1445 2006-05-19 [paul]       2.2.0cvs35
1446
1447         * src/textview.c
1448                 make Reply-To fully clickable
1449         * src/gtk/logwindow.c
1450                 more colouring (SMTP ESMTP)
1451         Both patches by Pawel Pekala
1452
1453 2006-05-19 [cleroy]     2.2.0cvs34
1454
1455         * src/mh.c
1456                 Don't update flags from current folder
1457                 Probably fixes bug #935 (Read Messages 
1458                 Revert to Being Marked as Unread)
1459
1460 2006-05-18 [colin]      2.2.0cvs33
1461
1462         * src/imap.c
1463                 Warning fix
1464         * src/compose.c
1465         * src/mainwindow.c
1466         * src/summaryview.c
1467         * src/toolbar.c
1468                 Allow replying to multiple emails
1469                 in multiple windows
1470         * src/mimeview.c
1471         * src/etpan/imap-thread.c
1472                 Leak fixes
1473
1474 2006-05-18 [paul]       2.2.0cvs32
1475
1476         * src/summaryview.c
1477                 keep Mailing-List menu refreshed
1478                 Thanks to Colin
1479
1480 2006-05-18 [paul]       2.2.0cvs31
1481
1482         * manual/advanced.xml
1483         * manual/faq.xml
1484         * manual/glossary.xml
1485         * manual/handling.xml
1486         * manual/intro.xml
1487         * manual/plugins.xml
1488         * manual/sylpheed-claws-manual.xml
1489                 update URLs
1490                 add info about mailing-list support
1491                 edit filtering info
1492         * src/wizard.c
1493         * src/common/defs.h
1494         * src/gtk/about.c
1495         * src/plugins/dillo_viewer/README
1496                 update URLs
1497
1498 2006-05-17 [wwp]        2.2.0cvs30
1499
1500         * manual/handling.xml
1501         * manual/fr/handling.xml
1502                 documented the ability to enabled/disable filtering/processing rules.
1503
1504 2006-05-17 [colin]      2.2.0cvs29
1505
1506         * src/main.c
1507                 Don't initialize g_thread subsystem if it's 
1508                 already done (thanks to Hiro)
1509         * src/mimeview.c
1510                 Fix saving of parts when there name can't be
1511                 converted from UTF-8.
1512
1513 2006-05-17 [paul]       2.2.0cvs28
1514
1515         * po/Makefile.in.in
1516                 fix config.status warning with autoconf 2.60
1517
1518 2006-05-17 [paul]       2.2.0cvs27
1519
1520         * po/POTFILES.in
1521                 add src/mbox.c
1522
1523 2006-05-17 [wwp]        2.2.0cvs26
1524
1525         * src/mainwindow.c
1526                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1527
1528 2006-05-17 [wwp]        2.2.0cvs25
1529
1530         * src/plugins/demo/demo.c
1531                 updated product name in plugin demo (many plugins need to be
1532                 sync'ed w/ that change).
1533
1534 2006-05-17 [colin]      2.2.0cvs24
1535
1536         * src/mh.c
1537                 Fix leak
1538
1539 2006-05-16 [colin]      2.2.0cvs23
1540
1541         * src/mainwindow.c
1542                 Stupid me hit again. Fix cvs22.
1543
1544 2006-05-16 [colin]      2.2.0cvs22
1545
1546         * src/mainwindow.c
1547                 Fix bug #922 (sylpheed-claws crashed after 
1548                 pushing on Inbox folder)
1549
1550 2006-05-16 [colin]      2.2.0cvs21
1551
1552         * src/compose.c
1553                 Make From header be copy/paste/select-able
1554
1555 2006-05-16 [wwp]        2.2.0cvs20
1556
1557         * src/export.c
1558         * src/matcher.c
1559         * src/summaryview.c
1560         * src/etpan/imap-thread.c
1561                 fix some compiler warnings (thanks to Colin).
1562
1563 2006-05-16 [wwp]        2.2.0cvs19
1564
1565         * src/action.c
1566         * src/gedit-print.c
1567         * src/inc.c
1568         * src/mainwindow.c
1569         * src/mh.c
1570         * src/statusbar.c
1571         * src/send_message.c
1572         * src/summaryview.c
1573                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1574
1575 2006-05-15 [colin]      2.2.0cvs18
1576
1577         * src/procmsg.c
1578                 Fix automatic rule creation with List-Post
1579
1580 2006-05-15 [paul]       2.2.0cvs17
1581
1582         * tools/filter_conv_new.pl
1583                 updated for rule enabling/disabling
1584                 claws version >= 2.3.x required
1585
1586 2006-05-15 [cleroy]     2.2.0cvs16
1587
1588         * src/main.c
1589                 Revert test
1590
1591 2006-05-15 [cleroy]     2.2.0cvs15
1592
1593         * src/main.c
1594                 test
1595
1596 2006-05-15 [wwp]        2.2.0cvs14
1597
1598         * manual/pl/.cvsignore
1599                 ignore generated files.
1600
1601 2006-05-14 [wwp]        2.3.0-rc1
1602
1603         * 2.3.0-rc1 released
1604
1605 2006-05-13 [wwp]        2.2.0cvs13
1606
1607         * src/filtering.c
1608         * src/filtering.h
1609         * src/matcher.c
1610         * src/matcher_parser_lex.l
1611         * src/matcher_parser_parse.y
1612         * src/prefs_filtering.c
1613                 new feature: provide the ability to disable filtering and processing
1614                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1615                 adaptations.
1616
1617 2006-05-13 [colin]      2.2.0cvs12
1618
1619         * src/compose.c
1620                 Remove useless if (a) b; else b;
1621                 Thanks to wwp
1622
1623 2006-05-13 [wwp]        2.2.0cvs11
1624
1625         * src/export.c
1626         * src/import.c
1627         * src/mainwindow.c
1628         * src/mbox.c
1629         * src/summaryview.c
1630         * src/summaryview.h
1631                 no more silent failures (or at least less ones) when importing
1632                 or exporting from/to mbox. Also start importing/exporting if
1633                 the necessary info is set.
1634
1635 2006-05-13 [wwp]        2.2.0cvs10
1636
1637         * RELEASE_NOTES
1638                 restored up-to-date release notes.
1639
1640 2006-05-13 [paul]       2.2.0cvs9
1641
1642         * po/nl.po
1643         * po/ru.po
1644                 updated by Tim Dijkstra and Pavlo Bohmat
1645
1646 2006-05-12 [colin]      2.2.0cvs8
1647
1648         * src/gtk/quicksearch.c
1649                 Add "k" as shortcut for "colorlabel". Patch
1650                 by ath42@users.sf.net.
1651
1652 2006-05-12 [paul]       2.2.0cvs7
1653
1654         * src/prefs_common.h
1655         * src/prefs_summaries.c
1656         * src/summaryview.c
1657                 when entering a folder also allow
1658                 going directly to first Marked message
1659
1660 2006-05-12 [paul]       2.2.0cvs6
1661
1662         * src/summaryview.c
1663                 always obey 'confirm before marking all
1664                 mails read' option
1665
1666 2006-05-12 [paul]       2.2.0cvs5
1667
1668         * src/textview.c
1669                 make Sender fully clickable
1670
1671 2006-05-12 [colin]      2.2.0cvs4
1672
1673         * src/compose.c
1674         * src/compose.h
1675                 Let From be editable
1676         * src/main.c
1677         * src/mh.c
1678                 Full support of .mh_sequences' Unseen seq
1679
1680 2006-05-12 [colin]      2.2.0cvs3
1681
1682         * src/folder.c
1683         * src/mainwindow.c
1684         * src/mainwindow.h
1685         * src/messageview.c
1686         * src/prefs_spelling.c
1687         * src/procheader.c
1688         * src/procmsg.c
1689         * src/procmsg.h
1690         * src/summaryview.c
1691         * src/toolbar.c
1692         * src/toolbar.h
1693                 Add contextual menu on Compose toolbar
1694                 button. Fixes bug #944 (Automatic
1695                 addresses not applied when changing account
1696                 from compose window)
1697                 add Mailing List support
1698                 based on the old 0.6.5claws25 patch by
1699                 Melvin Hadasht, with finishing touches
1700                 by Colin
1701                 Fix "ignore thread" when mails are threaded by
1702                 subject (and weren't ignored although appearing
1703                 in the thread).
1704                 GUI rework.
1705                 Both patches by Pawel.
1706
1707 2006-05-08 [paul]       2.2.0cvs2
1708
1709         * src/mainwindow.c
1710         * src/mainwindow.h
1711         * src/messageview.c
1712         * src/procheader.c
1713         * src/procmsg.c
1714         * src/procmsg.h
1715         * src/summaryview.c
1716                 add Mailing List support
1717                 based on the old 0.6.5claws25 patch by 
1718                 Melvin Hadasht, with finishing touches
1719                 by Colin
1720
1721 2006-05-08 [colin]      2.2.0cvs1
1722
1723         * src/mainwindow.c
1724         * src/toolbar.c
1725         * src/toolbar.h
1726                 Add contextual menu on Compose toolbar 
1727                 button. Fixes bug #944 (Automatic 
1728                 addresses not applied when changing account 
1729                 from compose window)
1730
1731 2006-05-08 [paul]       2.2.0
1732
1733         2.2.0 released
1734
1735 2006-05-08 [paul]       2.1.1cvs51
1736
1737         * po/cs.po
1738         * po/de.po
1739         * po/en_GB.po
1740         * po/fi.po
1741         * po/fr.po
1742         * po/pt_BR.po
1743         * po/sr.po
1744         * po/zh_CN.po
1745                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1746                 Fabien Vantard, Frederico Goncalves Guimaraes,
1747                 Aleksandar Urosevic, and Ralgh Young
1748
1749 2006-05-12 [colin]      2.1.1cvs50
1750
1751         * po/cs.po
1752         * po/de.po
1753         * po/en_GB.po
1754         * po/es.po
1755         * po/fi.po
1756         * po/fr.po
1757         * po/pt_BR.po
1758         * po/sr.po
1759         * po/zh_CN.po
1760                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1761                 Fabien Vantard, Frederico Goncalves Guimaraes,
1762                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1763
1764 2006-05-05 [colin]      2.1.1cvs49
1765
1766         * manual/Makefile.am
1767         * manual/pl/Makefile.am
1768         * manual/pl/account.xml
1769         * manual/pl/ack.xml
1770         * manual/pl/addrbook.xml
1771         * manual/pl/advanced.xml
1772         * manual/pl/faq.xml
1773         * manual/pl/glossary.xml
1774         * manual/pl/gpl.xml
1775         * manual/pl/handling.xml
1776         * manual/pl/intro.xml
1777         * manual/pl/keyboard.xml
1778         * manual/pl/plugins.xml
1779         * manual/pl/starting.xml
1780         * manual/pl/sylpheed-claws-manual.xml
1781         * manual/pl/dist/.cvsignore
1782         * manual/pl/dist/Makefile.am
1783         * manual/pl/dist/html/.cvsignore
1784         * manual/pl/dist/html/Makefile.am
1785         * manual/pl/dist/pdf/.cvsignore
1786         * manual/pl/dist/pdf/Makefile.am
1787         * manual/pl/dist/ps/.cvsignore
1788         * manual/pl/dist/ps/Makefile.am
1789         * manual/pl/dist/txt/.cvsignore
1790         * manual/pl/dist/txt/Makefile.am
1791                 Add the polish translation of the manual,
1792                 Authored by Pawel Pekala.
1793
1794 2006-05-05 [cleroy]     2.1.1cvs48
1795
1796         * src/main.c
1797                 Re-read matcherrc after loading plugins 
1798                 if some of them add folders.
1799
1800 2006-05-03 [colin]      2.1.1cvs47
1801
1802         * src/imap.c
1803                 I'm idiot
1804
1805 2006-05-03 [colin]      2.1.1cvs46
1806
1807         * src/imap.c
1808                 Be sure to have a session when
1809                 getting separator
1810
1811 2006-05-03 [colin]      2.1.1cvs45
1812
1813         * src/imap.c
1814         * src/imap.h
1815         * src/imap_gtk.c
1816                 Fix preventing renaming with namespace 
1817                 separator.
1818
1819 2006-05-01 [colin]      2.1.1cvs44
1820
1821         * src/action.c
1822                 Don't reload messageview when result of
1823                 action is piped.
1824
1825 2006-04-29 [colin]      2.1.1cvs43
1826
1827         * src/prefs_receive.c
1828         * src/plugins/spamassassin/spamassassin_gtk.c
1829         * src/plugins/clamav/clamav_plugin_gtk.c
1830                 GUI fixes by Pawel
1831
1832 2006-04-29 [colin]      2.1.1cvs42
1833
1834         * src/prefs_compose_writing.c
1835         * src/prefs_quote.c
1836                 Cleanups. Patch by Pawel
1837
1838 2006-04-28 [paul]       2.1.1cvs41
1839
1840         * src/matcher.c
1841                 fix returned quick search results when search
1842                 term contains an underscore.
1843                 Thanks to Colin
1844
1845 2006-04-28 [paul]       2.1.1cvs40
1846
1847         * src/prefs_message.c
1848         * src/prefs_receive.c
1849                 GUI cleanups
1850                 Patches by Pawel Pekala
1851
1852 2006-04-27 [colin]      2.1.1cvs39
1853
1854         * src/wizard.c
1855                 Differentiate subject Welcome from
1856                 window's title Welcome
1857
1858 2006-04-27 [paul]
1859
1860         2.2.0-rc1 released
1861
1862 2006-04-27 [paul]       2.1.1cvs38
1863
1864         * manual/advanced.xml
1865         * manual/fr/advanced.xml
1866                 add info about compose_no_markup hidden pref
1867
1868 2006-04-27 [paul]       2.1.1cvs37
1869
1870         * src/prefs_account.c
1871                 improve privacy labels
1872         * src/prefs_msg_colors.c
1873                 change some strings for translators' convenience
1874         * src/gtk/gtkutils.c
1875                 don't underline the link button text
1876
1877 2006-04-25 [colin]      2.1.1cvs36
1878
1879         * src/folder.c
1880                 Complete 2.1.1cvs33 (once more ;)
1881
1882 2006-04-25 [colin]      2.1.1cvs35
1883
1884         * src/editldap.c
1885                 Fix tooltip
1886
1887 2006-04-25 [cleroy]     2.1.1cvs34
1888
1889         * src/compose.c
1890         * src/gtk/gtkaspell.c
1891                 Fix crash on redirect (related to the return 
1892                 of the aspell menu in compose's toolbar)
1893         * src/prefs_msg_colors.c
1894                 Fix sensitivity widgets
1895         * src/image_viewer.c
1896         * src/gtk/pluginwindow.c
1897         * src/gtk/prefswindow.c
1898                 Change released signals to clicked (Fabien)
1899         * po/POTFILES.in
1900         * src/common/socket.c
1901         * src/plugins/spamassassin/spamassassin.c
1902                 Translate strings (Fabien)
1903
1904 2006-04-25 [paul]       2.1.1cvs33
1905
1906         * src/folder.c
1907         * src/folder.h
1908         * src/folderview.c
1909                 complete the fix of bug #912
1910                 Thanks to Colin
1911
1912 2006-04-25 [colin]      2.1.1cvs32
1913
1914         * src/news.c
1915                 Better progress bar
1916         * src/mimeview.c
1917         * src/summaryview.c
1918         * src/summaryview.h
1919                 Fix focus chain
1920                 Patches by Pawel Pekala
1921
1922 2006-04-24 [colin]      2.1.1cvs31
1923
1924         * src/compose.c
1925                 Fix compilation warnings (Fabien)
1926
1927 2006-04-24 [colin]      2.1.1cvs30
1928
1929         * src/addrindex.c
1930         * src/editldap.c
1931         * src/editldap_basedn.c
1932         * src/editldap_basedn.h
1933         * src/ldapctrl.c
1934         * src/ldapctrl.h
1935         * src/ldapquery.c
1936         * src/ldaputil.c
1937         * src/ldaputil.h
1938                 Fix bug #901 (LDAPS support)
1939
1940 2006-04-24 [colin]      2.1.1cvs29
1941
1942         * src/compose.c
1943                 Fix logic on error with send dialog on
1944         * src/imap.c
1945                 Fix compilation without libetpan, thanks
1946                 to Fabien
1947         * src/summaryview.c
1948                 Fix 'context-menu' key
1949
1950 2006-04-23 [colin]      2.1.1cvs28
1951
1952         * src/folder.c
1953                 Never free current's cache to free up 
1954                 memory. Fixes bug #912 (new count 
1955                 randomly set to message count)
1956
1957 2006-04-23 [colin]      2.1.1cvs27
1958
1959         * src/gtk/quicksearch.c
1960                 And remove printf...
1961
1962 2006-04-23 [colin]      2.1.1cvs26
1963
1964         * src/gtk/quicksearch.c
1965                 Fix replacing in quicksearch, and fix inserting
1966                 in the middle of the string. (introduced at 2.1.0cvs22)
1967
1968 2006-04-23 [colin]      2.1.1cvs25
1969
1970         * src/imap.c
1971                 Make sure uidnext is initialized in get_num_list
1972                 (not for stable, related to 2.1.1cvs8 and friends)
1973
1974 2006-04-23 [colin]      2.1.1cvs24
1975
1976         * src/imap.c
1977                 Output something when login is successful
1978                 too
1979
1980 2006-04-23 [colin]      2.1.1cvs23
1981
1982         * src/etpan/imap-thread.c
1983                 Better logging (line-per-line, hide data in fetch)
1984                 Fix a const warning
1985         * src/gtk/logwindow.c
1986         * src/gtk/logwindow.h
1987                 Better logging (color for input/output)
1988
1989 2006-04-21 [colin]      2.1.1cvs22
1990
1991         * src/gtk/quicksearch.c
1992                 On gtk+-2.8, use stock buttons in quicksearch
1993                 Based on a patch by Fabien and a design by Paul
1994
1995 2006-04-21 [colin]      2.1.1cvs21
1996
1997         * src/folderview.c
1998         * src/mainwindow.c
1999                 Fix occasional flicker in folderview
2000         * src/common/utils.c
2001                 Fix bug #943 (Incorrectly parsed email address 
2002                 list in short headers on message view and in 
2003                 printouts)
2004
2005 2006-04-20 [colin]      2.1.1cvs20
2006
2007         * src/imap.c
2008         * src/imap.h
2009         * src/prefs_account.c
2010                 Add ANONYMOUS auth for IMAP
2011
2012 2006-04-20 [paul]       2.1.1cvs19
2013
2014         * src/main.c
2015                 proper fix for 2.1.1cvs18
2016                 Thanks to Colin
2017
2018 2006-04-20 [paul]       2.1.1cvs18
2019
2020         * src/main.c
2021                 fix build warnings
2022
2023 2006-04-20 [paul]       2.1.1cvs17
2024
2025         * src/gtk/quicksearch.c
2026                 fix standard, non-extended Quick search,
2027                 was broken in 2.1.1cvs15.
2028                 Thanks to Colin.
2029
2030 2006-04-20 [colin]      2.1.1cvs16
2031
2032         * src/prefs_matcher.c
2033                 Fix values when reselecting a ~test
2034                 rule
2035
2036 2006-04-19 [colin]      2.1.1cvs15
2037
2038         * src/compose.c
2039         * src/compose.h
2040         * src/gtk/gtkaspell.c
2041         * src/gtk/gtkaspell.h
2042                 Put back Options menu in Spelling/
2043         * src/gtk/quicksearch.c
2044                 Don't search, and show error, if the
2045                 advanced search has a syntax error
2046
2047 2006-04-18 [colin]      2.1.1cvs14
2048
2049         * src/textview.c
2050                 Fix gdk warnings on set_cursor when textview
2051                 isn't visible
2052
2053 2006-04-18 [colin]      2.1.1cvs13
2054
2055         * src/gtk/gtksctree.c
2056                 Remove seemingly useless refresh that causes
2057                 flicker - watch this commit in case of 
2058                 problems before planned backport to stable
2059
2060 2006-04-18 [colin]      2.1.1cvs12
2061
2062         * src/imap.c
2063                 Factorize get/set_xml code
2064         * src/compose.c
2065         * src/prefs_account.c
2066         * src/prefs_account.h
2067         * src/procmsg.c
2068                 Add Encrypt to self option
2069
2070 2006-04-17 [colin]      2.1.1cvs11
2071
2072         * configure.ac
2073                 Fix search on encrpyt function on dragonfly
2074                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2075
2076 2006-04-17 [colin]      2.1.1cvs10
2077
2078         * src/prefs_account.c
2079                 Be safe by default: remove mails from POP3
2080                 after 7 days, not immediately
2081
2082 2006-04-17 [colin]      2.1.1cvs9
2083
2084         * src/etpan/imap-thread.c
2085                 Fix build on DragonFly - patch by 
2086                 Jonathan Buschmann <jonthn@agmact.com>
2087
2088 2006-04-17 [colin]      2.1.1cvs8
2089
2090         * src/imap.c
2091                 Save uidnext between sessions
2092
2093 2006-04-17 [colin]      2.1.1cvs7
2094
2095         * src/imap.c
2096                 scan is required when uid validity changes
2097
2098 2006-04-17 [colin]      2.1.1cvs6
2099
2100         * src/folderview.c
2101                 Don't scan if not necessary, apart in current
2102                 folder and INBOX to fetch flags.
2103         * src/imap.c
2104                 Scan is necessary if unread count changes
2105
2106 2006-04-17 [colin]      2.1.1cvs5
2107
2108         * src/imap.c
2109                 ...But always fetch ANSWERED and DELETED flags for
2110                 INBOX, as filtering can happen on these flags.
2111
2112 2006-04-17 [colin]      2.1.1cvs4
2113
2114         * src/imap.c
2115                 Don't fetch REPLIED and DELETED flags when synchronising
2116                 flags with a closed folder. We only need UNSEEN and FLAGGED
2117                 to update the folderview.
2118
2119 2006-04-17 [colin]      2.1.1cvs3
2120
2121         * src/imap.c
2122                 Faster flag search when there are new mails 
2123                 in a folder. We can do a full search if the 
2124                 folder contains less messages than the new
2125                 list.
2126
2127 2006-04-17 [colin]      2.1.1cvs2
2128
2129         * po/cs.po
2130         * po/de.po
2131         * po/fr.po
2132         * po/nl.po
2133         * po/pt_BR.po
2134                 Update translations from stable branch
2135
2136 2006-04-17 [colin]      2.1.1cvs1
2137
2138         * configure.ac
2139                 Bump version to follow stable release
2140
2141 2006-04-16 [mones]      2.1.0cvs50
2142
2143         * po/es.po
2144                 Updated for release
2145
2146 2006-04-16 [colin]      2.1.0cvs49
2147
2148         * src/textview.c
2149                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2150                 with gtk < 2.8. Thanks to Fabien Vantard.
2151
2152 2006-04-15 [colin]      2.1.0cvs48
2153
2154         * src/etpan/imap-thread.c
2155                 Fix bug #919 (libetpan: SEGV when connecting 
2156                 using command)
2157
2158 2006-04-14 [colin]      2.1.0cvs47
2159
2160         * src/main.c
2161                 Fix race on --select (should be done better)
2162
2163 2006-04-14 [wwp]        2.1.0cvs46
2164
2165         * src/send_message.c
2166                 enforce a check for domain in account prefs (a sending
2167                 error could be faced if domain was checked but no value set),
2168                 thanks to Colin.
2169
2170 2006-04-14 [colin]      2.1.0cvs45
2171
2172         * src/codeconv.c
2173                 when converting from unknown to unknown, if the
2174                 string is UTF8, don't convert it to the locale
2175                 (which breaks it)
2176
2177 2006-04-14 [colin]      2.1.0cvs44
2178
2179         * src/compose.c
2180                 Don't try to use ASCII for converting headers
2181                 (as done in body)
2182
2183 2006-04-14 [paul]       2.1.0cvs43
2184
2185         * src/crash.c
2186                 add locale/charset info to crash report
2187         * src/gtk/about.c
2188                 add wwp to doc team
2189                 replace 'e-mail' with preferred 'email'
2190         * src/gtk/authors.h
2191                 ensure contributors list is in alphabetical
2192                 order
2193
2194 2006-04-13 [colin]      2.1.0cvs42
2195
2196         * src/textview.c
2197                 Prevent gdk warnings
2198
2199 2006-04-13 [colin]      2.1.0cvs41
2200
2201         * src/common/ssl_certificate.c
2202         * src/common/ssl_certificate.h
2203         * src/gtk/sslcertwindow.c
2204                 Warn on expired certs, and display the expiration date
2205
2206 2006-04-13 [colin]      2.1.0cvs40
2207
2208         * src/plugins/spamassassin/spamassassin_gtk.c
2209                 Fix missing set_text on unix socket
2210
2211 2006-04-13 [wwp]        2.1.0cvs39
2212
2213         * manual/fr/advanced.xml
2214         * manual/fr/glossary.xml
2215                 applied new spam/ham/email lexicon (pourriel, courriel)
2216
2217 2006-04-13 [paul]       2.1.0cvs38
2218
2219         * src/plugins/pgpmime/plugin.c
2220                 remove the mention of S/MIME from the
2221                 description. This is now handled by the
2222                 S/MIME plugin.
2223
2224 2006-04-13 [paul]       2.1.0cvs37
2225
2226         * src/prefs_msg_colors.c
2227                 rework dialog
2228         * src/prefs_folder_item.c
2229         * src/prefs_spelling.c
2230                 add a tooltip to the colour selector buttons
2231
2232 2006-04-13 [wwp]        2.1.0cvs36
2233
2234         * manual/advanced.xml
2235         * manual/glossary.xml
2236         * manual/handling.xml
2237         * manual/keyboard.xml
2238         * manual/plugins.xml
2239         * manual/starting.xml
2240         * manual/fr/account.xml
2241         * manual/fr/ack.xml
2242         * manual/fr/addrbook.xml
2243         * manual/fr/advanced.xml
2244         * manual/fr/faq.xml
2245         * manual/fr/glossary.xml
2246         * manual/fr/gpl.xml
2247         * manual/fr/handling.xml
2248         * manual/fr/intro.xml
2249         * manual/fr/keyboard.xml
2250         * manual/fr/plugins.xml
2251         * manual/fr/starting.xml
2252         * manual/fr/sylpheed-claws-manual.xml
2253                 fixes to the manuals:
2254                  - summaryview -> Message List (same in French)
2255                  - translate key names
2256                  - fix French punctuation, use non-breakable spaces when
2257                    necessary, don't use &thinsp; which is not portable
2258                  - tell what maildir and mbox formats we support
2259
2260 2006-04-12 [wwp]        2.1.0cvs35
2261
2262         * src/prefs_toolbar.c
2263                 unified a replace button more,
2264                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2265
2266 2006-04-12 [wwp]        2.1.0cvs34
2267
2268         * src/prefs_common.c
2269         * src/prefs_msg_colors.c
2270                 make default color labels translatable,
2271                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2272                 thanks to Tim <timbrain@post.cz> for reporting.
2273
2274 2006-04-12 [wwp]        2.1.0cvs33
2275
2276         * manual/glossary.xml
2277         * manual/intro.xml
2278         * manual/plugins.xml
2279         * manual/starting.xml
2280         * manual/sylpheed-claws-manual.xml
2281         * manual/fr/.cvsignore
2282         * manual/fr/account.xml
2283         * manual/fr/ack.xml
2284         * manual/fr/addrbook.xml
2285         * manual/fr/advanced.xml
2286         * manual/fr/faq.xml
2287         * manual/fr/glossary.xml
2288         * manual/fr/handling.xml
2289         * manual/fr/intro.xml
2290         * manual/fr/keyboard.xml
2291         * manual/fr/plugins.xml
2292         * manual/fr/starting.xml
2293         * manual/fr/sylpheed-claws-manual.xml
2294                 various fixes: typos, missing .fr translations, punctuation,
2295                 capitalization, links, accents and some bad French more.
2296
2297 2006-04-12 [wwp]        2.1.0cvs32
2298
2299         * src/prefs_gtk.c
2300                 fix for bug #935: always store prefs files in UTF-8 (thanks
2301                 to Colin).
2302
2303 2006-04-11 [colin]      2.1.0cvs31
2304
2305         * src/compose.c
2306                 Fix inserting files not in utf8 when locale is utf8
2307
2308 2006-04-11 [colin]      2.1.0cvs30
2309
2310         * src/inc.c
2311                 Don't show error dialog when cancelling connection
2312                 Patch by Pawel
2313
2314 2006-04-11 [cleroy]     2.1.0cvs29
2315
2316         * src/compose.c
2317                 Implement multiple quote levels
2318         * src/prefs_common.c
2319                 Change a little bit the quote bgcolor for 2nd level
2320
2321 2006-04-11 [colin]      2.1.0cvs28
2322
2323         * src/gtk/about.c
2324                 Add locale and charset in the label
2325
2326 2006-04-10 [colin]      2.1.0cvs27
2327
2328         * src/compose.c
2329         * src/prefs_common.c
2330         * src/prefs_common.h
2331         * src/prefs_msg_colors.c
2332         * src/textview.c
2333                 Allow optional background color in quotes
2334                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2335                 GTK+-2.8.x feature
2336
2337 2006-04-10 [colin]      2.1.0cvs26
2338
2339         * src/main.c
2340         * src/mainwindow.c
2341         * src/mainwindow.h
2342                 Implement --select
2343
2344 2006-04-10 [colin]      2.1.0cvs25
2345
2346         * manual/plugins.xml
2347         * manual/fr/plugins.xml
2348                 Document libcurl's proxy variables
2349
2350 2006-04-09 [colin]      2.1.0cvs24
2351
2352         * src/prefs_common.c
2353                 gettext() returns statically allocated stuff. We have
2354                 to strdup it in order to be able to free it.
2355
2356 2006-04-09 [colin]      2.1.0cvs23
2357
2358         * AUTHORS
2359         * src/gtk/authors.h
2360                 Add Alexei
2361
2362 2006-04-09 [colin]      2.1.0cvs22
2363
2364         * src/mainwindow.c
2365         * src/gtk/quicksearch.c
2366                 Fix bug #859 (problems with cyrilic input in 
2367                 search panel) - Patch by Alexey Illarionov 
2368                 <littlesavage@rambler.ru>
2369
2370 2006-04-09 [colin]      2.1.0cvs21
2371
2372         * src/prefs_customheader.c
2373                 I prefer removing then freeing rather than the contrary
2374                 (even if it doesn't change anything ;-)
2375         * src/prefs_account.c
2376                 Fix bug #933 (Crash re-entering the custom headers list 
2377                 dialog in accounts prefs)
2378                 The problem happened when cancelling the Account 
2379                 Preferences' dialogs - in which case we didn't do 
2380                 anything to the PrefsAccount * struct. In case of applying,
2381                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2382                 working with in this dialog. The problem is that 
2383                 prefs_customheader.c, working on this tmp_ac_prefs, always
2384                 changes the ->customhdr_list pointer, even when cancelled. 
2385                 So in case of cancelling the prefs_account dialog, we still
2386                 have to update ->customhdr_list in the real account.
2387
2388 2006-04-08 [colin]      2.1.0cvs20
2389
2390         * manual/fr/glossary.xml
2391         * manual/fr/keyboard.xml
2392                 Forgot some headers :)
2393
2394 2006-04-08 [colin]      2.1.0cvs19
2395
2396         * manual/Makefile.am
2397         * manual/fr/Makefile.am
2398         * manual/fr/account.xml
2399         * manual/fr/ack.xml
2400         * manual/fr/addrbook.xml
2401         * manual/fr/advanced.xml
2402         * manual/fr/faq.xml
2403         * manual/fr/glossary.xml
2404         * manual/fr/gpl.xml
2405         * manual/fr/handling.xml
2406         * manual/fr/intro.xml
2407         * manual/fr/keyboard.xml
2408         * manual/fr/plugins.xml
2409         * manual/fr/starting.xml
2410         * manual/fr/sylpheed-claws-manual.xml
2411         * manual/fr/dist/.cvsignore
2412         * manual/fr/dist/Makefile.am
2413         * manual/fr/dist/html/.cvsignore
2414         * manual/fr/dist/html/Makefile.am
2415         * manual/fr/dist/pdf/.cvsignore
2416         * manual/fr/dist/pdf/Makefile.am
2417         * manual/fr/dist/ps/.cvsignore
2418         * manual/fr/dist/ps/Makefile.am
2419         * manual/fr/dist/txt/.cvsignore
2420         * manual/fr/dist/txt/Makefile.am
2421                 Add the french translation of the manual. Thanks to
2422                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2423                 account.xml, ack.xml, addrbook.xml and advanced.xml
2424
2425 2006-04-08 [colin]      2.1.0cvs18
2426
2427         * manual/plugins.xml
2428         * manual/starting.xml
2429                 More fixes
2430
2431 2006-04-07 [colin]      2.1.0cvs17
2432
2433         * manual/faq.xml
2434         * manual/intro.xml
2435         * manual/keyboard.xml
2436                 Little fixes
2437
2438 2006-04-07 [colin]      2.1.0cvs16
2439
2440         * README
2441         * src/compose.c
2442         * src/prefs_common.c
2443         * src/prefs_common.h
2444                 Add hidden compose_no_markup pref
2445
2446 2006-04-07 [wwp]        2.1.0cvs15
2447
2448         * src/summary_search.c
2449         * .cvsignore
2450                 Bugfix: stop button was sticky when searching in an empty folder.
2451                 Applied curly brackets code style to the whole file (summary_search.c).
2452                 More files to ignore.
2453
2454 2006-04-07 [wwp]        2.1.0cvs14
2455
2456         * src/message_search.c
2457         * src/summary_search.c
2458                 changed default button when search bumps at file/folder
2459                 beginning or end, for convenience (thanks to Colin).
2460
2461 2006-04-07 [paul]       2.1.0cvs13
2462
2463         * src/plugins/dillo_viewer/dillo_prefs.c
2464                 avoid future potential for namespace collision
2465                 Patch by Colin
2466
2467 2006-04-06 [wwp]        2.1.0cvs12
2468
2469         * src/summary_search.c
2470                 Unify extended/advanced searches names (and thus factorize labels),
2471                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2472
2473 2006-04-06 [wwp]        2.1.0cvs11
2474
2475         * src/folderview.c
2476         * src/prefs_themes.c
2477         * src/summaryview.c
2478                 Fixed some compilation warnings.
2479
2480 2006-04-06 [colin]      2.1.0cvs10
2481
2482         * manual/advanced.xml
2483                 Document the wizard template and how to deploy
2484                 Sylpheed-Claws effectively
2485
2486 2006-04-06 [colin]      2.1.0cvs9
2487
2488         * src/folderview.c
2489                 gettext patch to tell translators about _("#"),
2490                 by Maxim Britov
2491
2492 2006-04-06 [colin]      2.1.0cvs8
2493
2494         * src/textview.c
2495                 Fix invalid GtkTextBIter after clicking "Display as text"
2496
2497 2006-04-06 [mones]      2.1.0cvs7
2498
2499         * src/addr_compl.c
2500         * src/addrindex.c
2501         * src/addritem.c
2502         * src/codeconv.c
2503         * src/compose.c
2504         * src/filtering.c
2505         * src/folder.c
2506         * src/folder_item_prefs.c
2507         * src/folderview.c
2508         * src/localfolder.c
2509         * src/matcher.c
2510         * src/mimeview.c
2511         * src/prefs_msg_colors.c
2512         * src/prefs_spelling.c
2513         * src/prefs_themes.c
2514         * src/procmime.c
2515         * src/procmsg.c
2516         * src/stock_pixmap.c
2517         * src/summaryview.c
2518         * src/textview.c
2519         * src/toolbar.c
2520         * src/common/mgutils.c
2521         * src/common/prefs.c
2522         * src/common/ssl_certificate.c
2523         * src/gtk/colorlabel.c
2524         * src/gtk/quicksearch.c
2525         * src/plugins/pgpmime/pgpmime.c
2526         * src/plugins/spamassassin/spamassassin.c
2527                 Removed redundant NULL checks for g_free() calls.
2528                 Patch by Pawel Pekala.
2529
2530 2006-04-06 [mones]      2.1.0cvs6
2531
2532         * src/prefs_actions.c
2533         * src/prefs_filtering.c
2534         * src/prefs_filtering_action.c
2535         * src/prefs_matcher.c
2536         * src/prefs_template.c
2537         * src/gtk/gtkutils.c
2538         * src/gtk/gtkutils.h
2539                 Have a nice replace button. Patch by Pawel Pekala
2540
2541 2006-04-06 [colin]      2.1.0cvs5
2542
2543         * src/addressbook.c
2544                 Fix crash with empty columns
2545
2546 2006-04-05 [colin]      2.1.0cvs4
2547
2548         * src/wizard.c
2549         * src/prefs_gtk.c
2550                 Allow wizard customization with pre-filled values
2551
2552 2006-04-05 [colin]      2.1.0cvs3
2553
2554         * src/textview.c
2555         * src/mimeview.c
2556         * src/mimeview.h
2557                 Nicer messages in mimeview
2558
2559 2006-04-05 [colin]      2.1.0cvs2
2560
2561         * src/addressbook.c
2562         * src/prefs_summaries.c
2563                 i18n fix
2564
2565 2006-04-05 [colin]      2.1.0cvs1
2566
2567         * src/plugins/pgpcore/plugin.c
2568         * src/plugins/pgpcore/select-keys.c
2569         * src/plugins/pgpcore/select-keys.h
2570         * src/plugins/pgpcore/sgpgme.c
2571         * src/plugins/pgpcore/sgpgme.h
2572         * src/plugins/pgpinline/pgpinline.c
2573         * src/plugins/pgpinline/plugin.c
2574         * src/plugins/pgpmime/pgpmime.c
2575         * src/plugins/pgpmime/plugin.c
2576                 Factorize and generalize a bit 
2577                 Drop S/MIME signature verification from PGP/MIME
2578                 (adding it as another, more complete plugin)
2579
2580 2006-04-05 [paul]       2.1.0
2581
2582         2.1.0 released
2583
2584 2006-04-05 [paul]       2.0.0cvs186
2585
2586         * manual/advanced.xml
2587                 add info on colour labels
2588
2589 2006-04-05 [paul]       2.0.0cvs185
2590
2591         * po/bg.po
2592         * po/cs.po
2593         * po/de.po
2594         * po/el.po
2595         * po/en_GB.po
2596         * po/fi.po
2597         * po/fr.po
2598         * po/it.po
2599         * po/nl.po
2600         * po/pl.po
2601         * po/pt_BR.po
2602         * po/sr.po
2603         * po/zh_CN.po
2604                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2605                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2606                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2607                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2608         * src/gtk/authors.h
2609         * tools/claws.i18n.status.pl
2610                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2611                 and new Czech translator, Tim <timbrain@post.cz>
2612
2613 2006-04-05 [mones]      2.0.0cvs184
2614
2615         * po/es.po
2616                 Updated translation
2617
2618 2006-04-05 [colin]      2.0.0cvs183
2619
2620         * src/gtk/quicksearch.c
2621                 Fix bug #929 (unnecessary reload in quick search bar)
2622
2623 2006-04-05 [colin]      2.0.0cvs182
2624
2625         * src/compose.c
2626                 Fix crash on Reply with no From:
2627                 Show signature and conversion error on queuing 
2628                 (but not sending)
2629         * src/mainwindow.c
2630         * src/summaryview.c
2631         * src/summaryview.h
2632                 Factorize threading code and make sure msginfo 
2633                 is not null when it comes from a GtkCTreeRow's 
2634                 data
2635         * src/gtk/gtkaspell.c
2636                 Check for necessary things
2637         * src/gtk/gtksctree.c
2638         * src/gtk/gtksctree.h
2639                 Reset anchor if necessary when removing node
2640
2641 2006-03-29 [colin]      2.0.0cvs181
2642
2643         * src/folderview.c
2644                 Warn for disabled IMAP accounts (due to lack of
2645                 libetpan). Breaks string-freeze - sorry - but it
2646                 is kind of important ;)
2647
2648 2006-03-28 [colin]      2.0.0cvs180
2649
2650         * src/gtk/gtkutils.c
2651         * src/gtk/gtkutils.h
2652                 Add a gtkut_get_link_btn() function that
2653                 creates a button which acts like an URI
2654         * src/prefs_themes.c
2655         * src/gtk/about.c
2656                 Use this function (factorizes codes)
2657         * src/common/defs.h
2658         * src/gtk/pluginwindow.c
2659                 Add a "Get more..." in the plugins window
2660
2661 2006-03-28 [colin]      2.0.0cvs179
2662
2663         * src/common/smtp.c
2664         * src/common/passcrypt.c
2665         * src/undo.c
2666                 Warning fixes. Patch by Pawel Pekala
2667
2668 2006-03-27 [colin]      2.0.0cvs178
2669
2670         * src/undo.c
2671                 Fix undoing by blocks with spaces
2672
2673 2006-03-27 [colin]      2.0.0cvs177
2674
2675         * src/textview.c
2676                 Set margin to 3px for headers
2677
2678 2006-03-27 [paul]
2679
2680         2.1.0-rc2 released
2681
2682 2006-03-27 [wwp]        2.0.0cvs176
2683
2684         * src/summaryview.c
2685                 don't reset quicksearch when updating the message list.
2686                 Thanks to Colin.
2687
2688 2006-03-26 [wwp]        2.0.0cvs175
2689
2690         * src/compose.c
2691                 use a unified border width ('other' tab in the compose window,
2692                 patch by Pawel Pekala).
2693
2694
2695 2006-03-26 [wwp]        2.0.0cvs174
2696
2697         * src/common/quoted-printable.c
2698         * src/addressbook.c
2699                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2700
2701 2006-03-26 [colin]      2.0.0cvs173
2702
2703         * src/quote_fmt_parse.y
2704                 Fix non-UTF8 date formats messing up the whole quote a 
2705                 little bit
2706
2707 2006-03-26 [colin]      2.0.0cvs172
2708
2709         * src/procheader.c
2710                 Make sure the date is UTF8 valid, or try to make it
2711                 so. IncrediMail is really IncrediStupid.
2712         * src/compose.c
2713                 Fix possible conversions. 
2714                 
2715
2716 2006-03-26 [colin]      2.0.0cvs171
2717
2718         * src/matcher.c
2719                 Fix corner cases in body search. This is still a
2720                 hack... It seems impossible to make it good and 
2721                 reasonably fast at the same time.
2722
2723 2006-03-26 [colin]      2.0.0cvs170
2724
2725         * src/summaryview.c
2726                 I think I killed the twilight zone bug!
2727                 summary_select_node() flushes GTK events in order
2728                 to be able to center the view. But this also 
2729                 flushes keypresses like Ctrl-Alt-U, so this can
2730                 call summary_show from summary_select_node (itself
2731                 called from summary_show, etc.). And the summaryview
2732                 has to be unlocked in this function. So just locking
2733                 while processing GTK events, and bailing if locked, 
2734                 should fix it.
2735                 Fixes bug #927 (SIGSEGV during Update Summary)
2736
2737 2006-03-25 [colin]      2.0.0cvs169
2738
2739         * src/matcher.c
2740                 Fix search in QP-encoded bodies
2741                 Fix utf-8 searches in bodies encoded in the
2742                 locale's encoding
2743         * src/common/quoted-printable.c
2744         * src/common/quoted-printable.h
2745                 Add a decode function that doesn't overwrite
2746                 the original pointer
2747                 
2748
2749 2006-03-24 [colin]      2.0.0cvs168
2750
2751         * src/action.c
2752         * src/summaryview.c
2753         * src/summaryview.h
2754                 Update message cache after action
2755                 Patch by H. Merijn Brand
2756         * src/prefs_msg_colors.c
2757                 Factorize label 
2758                 Patch by Fabien Vantard
2759         * src/plugins/spamassassin/spamassassin_gtk.c
2760                 Remove useless translation
2761                 Patch by Fabien Vantard
2762
2763 2006-03-23 [colin]      2.0.0cvs167
2764
2765         * src/common/ssl.c
2766                 Let 30 seconds to SSL_connect
2767
2768 2006-03-23 [wwp]        2.0.0cvs166
2769
2770         * src/summaryview.c
2771         * src/gtk/description_window.c
2772                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2773                 and headers are translated; adjust description windows' width to fit their
2774                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2775
2776 2006-03-23 [paul]       2.0.0cvs165
2777
2778         * src/common/utils.c
2779                 fix highlighting of URIs containing "()"
2780                 (2.0.0cvs164's reversal fixed)
2781                 Thanks to Colin.
2782
2783 2006-03-23 [paul]       2.0.0cvs164
2784
2785         * src/common/utils.c
2786                 revert patch, (postponing a fix), at 2.0.0cvs120
2787                 as it breaks more URIs than it fixes.
2788                 Allow '-' to be a terminating character in a URI
2789
2790 2006-03-22 [colin]      2.0.0cvs163
2791
2792         * configure.ac
2793                 Require libetpan 0.45
2794                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2795
2796 2006-03-22 [paul]       2.0.0cvs162
2797
2798         * src/editgroup.c
2799                 replace '<-' and '->' buttons with GTK_STOCK graphical
2800                 buttons
2801         * src/summary_search.c
2802                 don't offer '...' for translation
2803                 add a tooltip to advanced search '...' button
2804         * src/gtk/quicksearch.c
2805                 don't offer '...' for translation
2806
2807 2006-03-21 [colin]      2.0.0cvs161
2808
2809         * src/compose.c
2810                 Fix middle-click pasting (insert at click
2811                 position instead of cursor position, don't
2812                 remove existing selection and allow pasting
2813                 our own selection)
2814         * src/addressbook.c
2815                 "LDAP Server" -> "LDAP servers"
2816
2817 2006-03-21 [wwp]        2.0.0cvs160
2818
2819         * src/etpan/imap-thread.c
2820                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2821
2822 2006-03-20 [colin]      2.0.0cvs159
2823
2824         * src/summaryview.c
2825                 Don't reload summaryview after an execute with no
2826                 move action
2827
2828 2006-03-19 [colin]      2.0.0cvs158
2829
2830         * src/addressbook.c
2831                 and put groups at the top, always
2832
2833 2006-03-19 [colin]      2.0.0cvs157
2834
2835         * src/addressbook.c
2836                 Order groups before names, as previously
2837
2838 2006-03-19 [colin]      2.0.0cvs156
2839
2840         * src/addressbook.c
2841                 - Sort case-unsensitive
2842                 - Put the sort arrow at opening too
2843
2844 2006-03-19 [wwp]        2.0.0cvs155
2845
2846         * src/addressbook.c
2847                 allow sorting by name/email/remarks, ensure that right-pane's contents
2848                 matches the left-pane selection (cleared when appropriate).
2849                 Patch by Pawel Pekala <c0rn@o2.pl>.
2850
2851 2006-03-18 [colin]      2.0.0cvs154
2852
2853         * src/textview.c
2854                 Fix text cursor ;)
2855
2856 2006-03-18 [colin]      2.0.0cvs153
2857
2858         * src/gtk/filesel.c
2859                 Make sure we hide the preview if we didn't get
2860                 a filename
2861
2862 2006-03-18 [colin]      2.0.0cvs152
2863
2864         * src/summaryview.c
2865                 Set cursor to watch for execution (fixes lack
2866                 of watch-cursor when dnd'ing hundreds of mails)
2867         * src/gtk/filesel.c
2868                 Check that mime type is 'image/*' before updating
2869                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2870
2871 2006-03-18 [colin]      2.0.0cvs151
2872
2873         * src/mainwindow.c
2874         * src/textview.c
2875         * src/textview.h
2876                 Put a watch cursor in textview too when the mainwindow's
2877                 cursor in a watch
2878
2879 2006-03-18 [colin]      2.0.0cvs150
2880
2881         * src/folder.c
2882                 Change wrong asserts to simple tests
2883
2884 2006-03-17 [colin]      2.0.0cvs149
2885
2886         * src/mainwindow.c
2887         * src/mainwindow.h
2888         * src/prefs_msg_colors.c
2889         * src/summaryview.c
2890         * src/summaryview.h
2891         * src/gtk/colorlabel.c
2892         * src/gtk/colorlabel.h
2893                 Add a color label menu in the main menubar
2894                 Add (fixed) accels Ctrl-{0-7} to change the color
2895                 They have to be fixed because the menu's dynamic,
2896                 the items are complex widgets, hence we can't use
2897                 a GtkItemFactory.
2898
2899
2900 2006-03-17 [wwp]        2.0.0cvs148
2901
2902         * src/compose.c
2903                 rollback few lines from my previous commit (those lines come from
2904                 a pending patch, accidentally commited, even if neutral as they are
2905                 commented out).
2906
2907 2006-03-17 [wwp]        2.0.0cvs147
2908
2909         * src/compose.c
2910                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2911                 applied code style/indentation to the modified function.
2912
2913 2006-03-17 [wwp]        2.0.0cvs146
2914
2915         * src/procmsg.c
2916         * src/compose.c
2917                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2918
2919 2006-03-17 [paul]
2920
2921         2.1.0-rc1 released
2922
2923 2006-03-17 [paul]       2.0.0cvs145
2924
2925         * src/main.c
2926                 addressbook_read_file() was called twice
2927         * src/textview.c
2928                 X-Mailer highlighting
2929
2930 2006-03-16 [colin]      2.0.0cvs144
2931
2932         * src/sourcewindow.c
2933         * src/sourcewindow.h
2934                 And the last one, in source window.
2935
2936 2006-03-16 [colin]      2.0.0cvs143
2937
2938         * src/compose.c
2939         * src/compose.h
2940                 Fix the same stuff in compose
2941
2942 2006-03-16 [colin]      2.0.0cvs142
2943
2944         * src/messageview.c
2945                 Complete the previous messageview crash fix
2946
2947 2006-03-16 [colin]      2.0.0cvs141
2948
2949         * src/procmsg.h
2950         * src/procmsg.c
2951         * src/folder.c
2952                 Fix POSTPROCESSING hook
2953                 Patch by H. Merijn Brand
2954
2955         * src/procmime.c
2956         * src/procmime.h
2957                 Parse Content-Location
2958
2959         * src/toolbar.c
2960         * src/messageview.c
2961         * src/messageview.h
2962                 Don't crash when a top-level MessageView has
2963                 been closed on us. Same problematic than
2964                 yesterday's quicksearch issue.
2965
2966 2006-03-15 [colin]      2.0.0cvs140
2967
2968         * src/gtk/quicksearch.c
2969                 Fix a bitchy race we didn't think about when we
2970                 added quicksearch cancellation:
2971                 If the search is not on cached fields, for example
2972                 body_part matchcase "stuff"
2973                 the matcher code has to get the whole message. If
2974                 we're on IMAP, that can be slow, and in order to
2975                 be non-blocking, the IMAP code idle loop processes
2976                 gtk events too. So it is possible to cancel a
2977                 quicksearch while the matcher is getting the mail's
2978                 body. After matcher got its body, it will start to
2979                 iterate over the matcher list that the Quicksearch's
2980                 clear_search_cb() just freed via prepare_matcher().
2981                 SIGSEGV ensues.
2982                 The fix consists of guarding the matcherlist_match()
2983                 call with a boolean 'matching'. If we reset the
2984                 quicksearch while matching is TRUE, we don't free
2985                 the matcherlist anymore like we did, but we set
2986                 another new flag, deferred_free, to TRUE. Then,
2987                 in quicksearch_match(), just after returning from
2988                 matcherlist_match() and unsetting the matching flag,
2989                 we check the deferred_free flag and do the
2990                 prepare_matcher() (which does the matcherlist_free)
2991                 for real, so we free the matcherlist once it's not
2992                 used anymore.
2993                 As all of this runs via the glib main loop, we
2994                 luckily don't need a mutex.
2995         * src/summaryview.c
2996                 Also, show progress while searching.
2997
2998
2999 2006-03-14 [colin]      2.0.0cvs139
3000
3001         * src/alertpanel.c
3002                 Make alertpanel_is_open non-static
3003
3004 2006-03-14 [colin]      2.0.0cvs138
3005
3006         * src/prefs_spelling.c
3007                 Cleanups - Fabien Vantard
3008
3009 2006-03-14 [wwp]        2.0.0cvs137
3010
3011         * src/main.c
3012                 code style normalization (curly braces, indentation).
3013
3014 2006-03-14 [wwp]        2.0.0cvs137
3015
3016         * src/main.c
3017                 code style (braces, indentation)
3018
3019 2006-03-12 [paul]       2.0.0cvs136
3020
3021         * src/prefs_common.c
3022                 trans_hdr defaults to FALSE to be RFC-savvy
3023         * src/prefs_summaries.c
3024                 add a tooltip to the trans_hdr option
3025                 
3026
3027 2006-03-12 [paul]       2.0.0cvs135
3028
3029         * src/prefs_matcher.c
3030                 give a little more width to the combos
3031         * src/prefs_display_header.c
3032         * src/textview.c
3033                 translate headers if prefs_common.trans_hdr
3034                 is TRUE
3035
3036         Patches by Pawel Pekala
3037
3038 2006-03-12 [paul]       2.0.0cvs134
3039
3040         * src/plugins/clamav/clamav_plugin.c
3041         * src/plugins/dillo_viewer/dillo_viewer.c
3042         * src/plugins/pgpcore/plugin.c
3043         * src/plugins/pgpinline/plugin.c
3044         * src/plugins/pgpmime/plugin.c
3045         * src/plugins/spamassassin/spamassassin.c
3046                 update/add to descriptions
3047         * src/plugins/spamassassin/spamassassin_gtk.c
3048                 fixes to the english, remove superfluous
3049                 tooltips, clean up a little
3050
3051 2006-03-12 [paul]       2.0.0cvs133
3052
3053         * src/compose.c
3054                 fix Bug 924, 'Account combo box shows up wrong 
3055                 if & is in account name'
3056
3057 2006-03-11 [colin]      2.0.0cvs132
3058
3059         * src/summaryview.c
3060                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3061                 messed up shift-selection because is slows down
3062                 moving around summaryview. thanks -users
3063
3064 2006-03-10 [colin]      2.0.0cvs131
3065
3066         * src/plugins/spamassassin/spamassassin_gtk.c
3067                 Put back Paul's engrish fixes
3068
3069 2006-03-10 [colin]      2.0.0cvs130
3070
3071         * src/plugins/spamassassin/spamassassin.c
3072         * src/plugins/spamassassin/spamassassin.h
3073         * src/plugins/spamassassin/spamassassin_gtk.c
3074                 Cleanup SA prefs page (more)
3075                 Patch by Fabien Vantard
3076
3077 2006-03-10 [paul]       2.0.0cvs129
3078
3079         * src/prefs_msg_colors.c
3080         * src/prefs_spelling.c
3081                 widget sensitivity
3082
3083 2006-03-09 [mones]      2.0.0cvs128
3084
3085         * po/es.po
3086                 Update for next RC
3087
3088 2006-03-09 [wwp]        2.0.0cvs127
3089
3090         * configure.ac
3091                 revert accidental commit (requirement for libetpan 0.43), this time
3092                 not in HEAD.
3093
3094 2006-03-09 [wwp]        2.0.0cvs125
3095
3096         * configure.ac
3097                 revert accidental commit (requirement for libetpan 0.43)
3098
3099 2006-03-09 [paul]       2.0.0cvs126
3100
3101         * src/prefs_receive.c
3102                 remove useless frame
3103                 replace 'incorporation' with 'receiving'
3104         * src/plugins/clamav/clamav_plugin_gtk.c
3105         * src/plugins/spamassassin/spamassassin_gtk.c
3106                 improve widget sensitivity
3107                 fix a bit his engrish
3108
3109 2006-03-09 [wwp]        2.0.0cvs125
3110
3111         * src/addressadd.c
3112         * src/foldersel.c
3113         * src/prefs_common.c
3114         * src/prefs_common.h
3115                 remember some more windows' sizes (add to addressbook and
3116                 select folder).
3117
3118 2006-03-09 [paul]       2.0.0cvs124
3119
3120         * src/plugins/pgpcore/prefs_gpg.c
3121                 normalise construction of dialogue
3122
3123 2006-03-09 [paul]       2.0.0cvs123
3124
3125         * src/plugins/trayicon/Makefile.am
3126                 add missing slash
3127
3128 2006-03-08 [colin]      2.0.0cvs122
3129
3130         * src/plugins/trayicon/Makefile.am
3131                 Fix build in separate dir 
3132                 Patch by Bamanzi <bamanzi@gmail.com>
3133
3134 2006-03-08 [colin]      2.0.0cvs121
3135
3136         * src/procmsg.c
3137                 Batch move and copies from summaryview with delayed execution
3138                 too
3139
3140 2006-03-07 [paul]       2.0.0cvs120
3141
3142         * src/common/utils.c
3143                 fix highlighting of URIs containing "()"
3144                 Patch by Pawel Pekala
3145
3146 2006-03-07 [paul]       2.0.0cvs119
3147
3148         * src/folder.c
3149         * src/folder.h
3150         * src/folderview.c
3151                 immediately do alphabetical resort when
3152                 changing a folder's name
3153                 Patch by Pawel Pekala
3154
3155 2006-03-07 [paul]       2.0.0cvs118
3156
3157         * src/news.c
3158         * src/news_gtk.c
3159                 when unsubscribing a newsgroup, remove the
3160                 folder and msgs in .sylpheed-claws/newscache
3161                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3162
3163 2006-03-07 [paul]       2.0.0cvs117
3164
3165         * src/textview.c
3166                 fix wrong Fake URL Warning
3167                 Thanks to Hiro
3168
3169 2006-03-07 [colin]      2.0.0cvs116
3170
3171         * src/imap.c
3172                 Return immediately when password dialog was
3173                 cancelled
3174         * src/gtk/inputdialog.c
3175                 Allow empty strings for passwords
3176
3177
3178 2006-03-06 [colin]      2.0.0cvs115
3179
3180         * src/imap.c
3181                 Prevent double-timeouts when connection fails
3182
3183 2006-03-06 [colin]
3184
3185         2.0.1-rc1 released
3186
3187 2006-03-06 [colin]      2.0.0cvs114
3188
3189         * src/imap.c
3190                 Refresh session during potentially long
3191                 operations
3192
3193 2006-03-06 [wwp]        2.0.0cvs113
3194
3195         * src/prefs_msg_colors.h
3196                 forgot that one (custom color labels).
3197
3198 2006-03-06 [wwp]        2.0.0cvs112
3199
3200         * src/prefs_common.c
3201         * src/prefs_common.h
3202         * src/prefs_msg_colors.c
3203         * src/summaryview.c
3204         * src/summaryview.h
3205         * src/gtk/colorlabel.c
3206         * src/gtk/colorlabel.h
3207                 colors in messages list are now customizable. Color values and names can
3208                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3209                 Thanks to Paul and Colin for their help with this longstanding patch!
3210
3211 2006-03-06 [wwp]        2.0.0cvs111
3212
3213         * src/textview.c
3214                 don't crash if (x)face is bad.
3215
3216 2006-03-05 [paul]       2.0.0cvs110
3217
3218         * AUTHORS
3219         * configure.ac
3220         * src/Makefile.am
3221         * src/common/Makefile.am
3222         * src/common/utils.h
3223         * src/etpan/imap-thread.c
3224         * src/gtk/authors.h
3225         * src/plugins/clamav/Makefile.am
3226         * src/plugins/demo/Makefile.am
3227         * src/plugins/dillo_viewer/Makefile.am
3228         * src/plugins/pgpcore/Makefile.am
3229         * src/plugins/pgpcore/passphrase.c
3230         * src/plugins/pgpinline/Makefile.am
3231         * src/plugins/pgpmime/Makefile.am
3232         * src/plugins/spamassassin/Makefile.am
3233         * src/plugins/trayicon/Makefile.am
3234                 fix builiding on cygwin
3235                 Patch by Ralgh Young <bamanzi@gmail.com>
3236
3237 2006-03-04 [wwp]        2.0.0cvs109
3238
3239         * manual/keyboard.xml
3240                 fix mixed up/down keys.
3241
3242 2006-03-04 [wwp]        2.0.0cvs108
3243
3244         * README
3245         * INSTALL
3246                 updated links to SpamAssassin.
3247
3248 2006-03-04 [wwp]        2.0.0cvs107
3249
3250         * manual/plugins.xml
3251         * src/plugins/spamassassin/README
3252                 updated SpamAssassin plugin docs to reflect new functional additions
3253                 (also fix/update/documents few technical stuff more, see the README).
3254
3255 2006-03-04 [wwp]        2.0.0cvs106
3256
3257         * src/prefs_message.c
3258                 normalized capitalization of message-prefs paths.
3259
3260 2006-03-04 [wwp]        2.0.0cvs105
3261
3262         * manual/advanced.xml
3263                 typo.
3264
3265 2006-03-03 [colin]      2.0.0cvs104
3266
3267         * src/plugins/clamav/clamav_plugin_gtk.c
3268                 Rework prefs page, patch by Fabien 
3269
3270 2006-03-03 [colin]      2.0.0cvs103
3271
3272         * src/plugins/clamav/clamav_plugin.c
3273                 Set error on all errors
3274
3275 2006-03-03 [colin]      2.0.0cvs102
3276
3277         * src/common/plugin.c
3278                 Initialize error to avoid crashing when a plugin fails
3279                 without setting error
3280
3281 2006-03-02 [wwp]        2.0.0cvs101
3282
3283         * configure.ac
3284                 fixed linker flags for libetpan support on Cygwin
3285                 (thanks to H.Merijn Brand).
3286
3287 2006-03-02 [wwp]        2.0.0cvs100
3288
3289         * src/addressbook.c
3290                 fix some AB error messages: one for punctuation and
3291                 one wrongly duplicate (thanks, maxbritov).
3292
3293 2006-03-02 [wwp]        2.0.0cvs99
3294
3295         * src/plugins/spamassassin/spamassassin.c
3296                 make sync calls to sa-learn/spamc to prevent
3297                 system (whatever local or client/server) overload.
3298
3299 2006-03-02 [colin]      2.0.0cvs98
3300
3301         * src/summaryview.c
3302                 Put the spam icon in the status column instead of the
3303                 mark one
3304
3305 2006-03-01 [colin]      2.0.0cvs97
3306
3307         * src/plugins/spamassassin/spamassassin.c
3308                 Fix segfault (g_file_set_contents fails for some 
3309                 reason and err==0x2f. Can't find out why with
3310                 valgrind, using working function :-)
3311
3312 2006-03-01 [colin]      2.0.0cvs96
3313
3314         * src/inc.c
3315                 Offline overriding: let 'No' be cached only 3 seconds
3316
3317 2006-03-01 [colin]      2.0.0cvs95
3318
3319         * src/addr_compl.c
3320         * src/addrbook.c
3321         * src/addressbook.c
3322         * src/addrindex.c
3323         * src/folder_item_prefs.c
3324         * src/headerview.c
3325         * src/imap.c
3326         * src/inc.c
3327         * src/ldif.c
3328         * src/mainwindow.c
3329         * src/mh.c
3330         * src/msgcache.c
3331         * src/prefs_common.h
3332         * src/prefs_msg_colors.c
3333         * src/procheader.c
3334         * src/procheader.h
3335         * src/procmime.c
3336         * src/procmsg.c
3337         * src/procmsg.h
3338         * src/send_message.h
3339         * src/simple-gettext.c
3340         * src/summaryview.c
3341         * src/summaryview.h
3342         * src/syldap.c
3343         * src/textview.c
3344         * src/undo.c
3345         * src/common/ssl_certificate.c
3346         * src/common/utils.c
3347         * src/gtk/colorsel.c
3348         * src/gtk/gtksctree.c
3349         * src/gtk/gtkshruler.c
3350         * src/plugins/trayicon/trayicon.c
3351                 #if 0 goes to /dev/null
3352
3353 2006-03-01 [colin]      2.0.0cvs94
3354
3355         * src/compose.c
3356         * src/imap.c
3357         * src/inc.c
3358         * src/inc.h
3359         * src/messageview.c
3360         * src/news.c
3361         * src/plugins/spamassassin/spamassassin.c
3362                 Allow to add information in the "working offline"
3363                 window
3364
3365 2006-03-01 [wwp]        2.0.0cvs93
3366
3367         * src/plugins/spamassassin/spamassassin.c
3368                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3369                 'cause it seems that calling `spamc ... < inputfile` with
3370                 g_spawn_(a)sync simply.. erm doesn't work :-).
3371
3372 2006-03-01 [wwp]        2.0.0cvs92
3373
3374         * src/toolbar.c
3375         * src/toolbar.h
3376                 simplify the adding of spam/ham button to the messageview toolbar
3377                 (it gets more clear now that the same button will be "Mark as spam"
3378                 or "Mark as ham" according to the current message status,
3379                 thanks to Colin).
3380
3381 2006-03-01 [wwp]        2.0.0cvs91
3382
3383         * src/messageview.c
3384         * src/procmsg.c
3385         * src/procmsg.h
3386         * src/summaryview.c
3387         * src/plugins/spamassassin/spamassassin.c
3388         * src/plugins/spamassassin/spamassassin.h
3389                 make learner callbacks return a status (0 for ok),
3390                 handle it in main code to avoid setting flags when learning failed,
3391                 don't learn on TCP if offline in spamassassin,
3392                 thanks to Colin.
3393
3394                 
3395
3396 2006-03-01 [wwp]        2.0.0cvs90
3397
3398         * src/compose.c
3399                 some work around the compose window's account menu,
3400                 patch by Fabien Vantard.
3401
3402 2006-03-01 [wwp]        2.0.0cvs89
3403
3404         * src/plugins/spamassassin/spamassassin.c
3405                 fixed bad logics, was using spamc in local mode and sa-learn
3406                 in remote mode (thanks, Colin).
3407
3408 2006-03-01 [wwp]        2.0.0cvs88
3409
3410         * src/plugins/spamassassin/spamassassin.c
3411         * src/plugins/spamassassin/spamassassin.h
3412         * src/plugins/spamassassin/spamassassin_gtk.c
3413                 made processing of emails w/ sa-plugin an option (default is TRUE),
3414                 fixed Engrish some tooltips, capitalization of some debug messages
3415                 and warnings. The spamassassin plugin now provides two separate
3416                 services: process emails upon incorporation and spamd training.
3417                 Both services (un)register independently but use some common
3418                 plugin settings (transport settings, spam storage location).
3419
3420 2006-02-28 [wwp]        2.0.0cvs87
3421
3422         * src/plugins/spamassassin/spamassassin.c
3423                 fix async flag to spamc cmdline execution (batch exec should
3424                 be asynchronous).
3425
3426 2006-02-27 [wwp]        2.0.0cvs86
3427
3428         * src/plugins/spamassassin/spamassassin.c
3429         * src/plugins/spamassassin/spamassassin.h
3430         * src/plugins/spamassassin/spamassassin_gtk.c
3431                 - added the ability to learn a remote spamassassin server (spamd),
3432                 using spamc.
3433                 - added the spamassassin option 'username', that applies to all
3434                 spamassassin operations (filtering, learning, local or remote).
3435                 The default username is the current unix user (if left blank
3436                 from gtk prefs or config file).
3437                 - commented out some unused code (notebook widget), removed unused
3438                 layout (hbox1).
3439                 - make more widgets sensitive to the transport type.
3440
3441 2006-02-27 [colin]      2.0.0cvs85
3442
3443         * src/plugins/spamassassin/spamassassin.c
3444                 Fix sa-learn call when offline
3445
3446 2006-02-27 [colin]      2.0.0cvs84
3447
3448         * configure.ac
3449         * src/Makefile.am
3450         * src/mainwindow.c
3451         * src/mainwindow.h
3452         * src/messageview.c
3453         * src/messageview.h
3454         * src/prefs_toolbar.c
3455         * src/procmsg.c
3456         * src/stock_pixmap.c
3457         * src/stock_pixmap.h
3458         * src/summaryview.c
3459         * src/toolbar.c
3460         * src/toolbar.h
3461         * src/pixmaps/ham_btn.xpm
3462         * src/pixmaps/spam.xpm
3463         * src/pixmaps/spam_btn.xpm
3464         * src/plugins/spamassassin/spamassassin.c
3465                 Add button in toolbar for spam learning
3466                 Fix a few bugs from the last related commit
3467                 Revert 1.9.6cvs23 which messed up shift-selection
3468
3469 2006-02-24 [colin]      2.0.0cvs83
3470
3471         * src/procmsg.c
3472         * src/summaryview.c
3473         * src/summaryview.h
3474         * src/plugins/spamassassin/spamassassin.c
3475         * src/plugins/spamassassin/spamassassin.h
3476         * src/plugins/spamassassin/spamassassin_gtk.c
3477                 Unregister learner when spamassassin is either
3478                 disabled or over tcp
3479
3480 2006-02-24 [colin]      2.0.0cvs82
3481
3482         * src/Makefile.am
3483         * src/mainwindow.c
3484         * src/mainwindow.h
3485         * src/procmsg.c
3486         * src/procmsg.h
3487         * src/stock_pixmap.c
3488         * src/stock_pixmap.h
3489         * src/summaryview.c
3490         * src/summaryview.h
3491         * src/gtk/icon_legend.c
3492         * src/pixmaps/spam.xpm  ** NEW FILE **
3493         * src/plugins/spamassassin/spamassassin.c
3494         * src/plugins/spamassassin/spamassassin_gtk.c
3495                 Add spam learning interface (Mark/Mark as 
3496                 (spam|ham) menus)
3497
3498 2006-02-24 [wwp]        2.0.0cvs81
3499
3500         * src/compose.c
3501         * src/compose.h
3502         * src/filtering.c
3503                 hide compose window when sending message in batch mode
3504                 (filtering: forward and redirect). Also fixed a wrong
3505                 value returned when sending failed, neutral anyway.
3506                 (Colin, me) 
3507
3508 2006-02-24 [wwp]        2.0.0cvs80
3509
3510         * src/mainwindow.c
3511                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3512
3513 2006-02-24 [paul]       2.0.0cvs79
3514
3515         * src/news.c
3516         * src/news.h
3517         * src/news_gtk.c
3518                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3519                 Thanks to Colin
3520
3521 2006-02-23 [colin]      2.0.0cvs78
3522
3523         * src/alertpanel.c
3524                 Change OK to Close in alertpanel with View log
3525                 button; add accel to View log. Patch by Fabien
3526                 Vantard
3527
3528 2006-02-23 [wwp]        2.0.0cvs77
3529
3530         * src/compose.c
3531                 silly me, there were much more tests to perform, since toolbars can
3532                 really have down to 1 element only.
3533
3534 2006-02-23 [wwp]        2.0.0cvs76
3535
3536         * commitHelper
3537                 fixed indentation from my previous commit. Fallback to VISUAL if
3538                 EDITOR is not set (and to vi, at last resort).
3539
3540 2006-02-23 [wwp]        2.0.0cvs75
3541
3542         * commitHelper
3543                 improved error detection (Colin, me).
3544
3545 2006-02-23 [wwp]        2.0.0cvs74
3546
3547         * src/prefs_toolbar.c
3548                 simplify and fix prefs/toolbars layouting. Combos' contents can
3549                 now be really displayed.
3550
3551 2006-02-23 [wwp]        2.0.0cvs73
3552         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3553         be really displayed.
3554
3555 2006-02-22 [wwp]        2.0.0cvs72
3556
3557         * src/compose.c
3558                 fix a typo in my previous commit (sorry!).
3559
3560 2006-02-22 [wwp]        2.0.0cvs71
3561
3562         * src/prefs_toolbar.c
3563                 fix a crash when adding separators to toolbars,
3564                 also fix some separator item information.
3565
3566 2006-02-22 [wwp]        2.0.0cvs70
3567
3568         * src/compose.c
3569                 fix a crash when redirecting (for instance) when compose window's
3570                 toolbar contents has been customized (when some buttons have been
3571                 removed in fact).
3572
3573 2006-02-21 [wwp]        2.0.0cvs69
3574
3575         * src/summaryview.c
3576         * src/gtk/pluginwindow.c
3577         * src/plugins/pgpcore/prefs_gpg.c
3578                 fix some compilation warnings (feat. remains of removed code).
3579
3580 2006-02-21 [wwp]        2.0.0cvs68
3581
3582         * src/gtk/gtkutils.c
3583                 fix two compilation issues, thanks to Stephan Sachse.
3584
3585 2006-02-20 [colin]      2.0.0cvs67
3586
3587         * src/mainwindow.c
3588                 Don't reselect displayed mail on refocus
3589                 This fixes actions misbehaving 
3590
3591 2006-02-20 [wwp]        2.0.0cvs66
3592
3593         * src/summaryview.c
3594         * src/gtk/gtksctree.c
3595         * src/gtk/gtkshruler.c
3596                 changed more runtime typecast checks.
3597
3598 2006-02-20 [wwp]        2.0.0cvs65
3599
3600         * src/summary_search.c
3601                 find all - summaryview refresh issue fixed, thanks to Colin.
3602
3603 2006-02-20 [wwp]        2.0.0cvs64
3604
3605         * src/gtk/gtkutils.c
3606                 better runtime typecast checks.
3607
3608 2006-02-20 [wwp]        2.0.0cvs63
3609
3610         * src/summary_search.c
3611                 enhancements to the summary search:
3612                         - add the ability to stop the running search
3613                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3614                         - don't search if no criteria (From/To/Subject/Body) is set
3615                         - ensure that a busy mouse pointer is always shown when searching,
3616                           show it even a bit earlier
3617
3618 2006-02-19 [colin]      2.0.0cvs62
3619
3620         * src/compose.c
3621         * src/imap.c
3622         * src/etpan/imap-thread.c
3623         * src/etpan/imap-thread.h
3624                 (Future) IMAP speed improvement on sending
3625                 Will require a libetpan update
3626         * src/summaryview.c
3627         * src/gtk/quicksearch.c
3628                 Make quicksearch clearable while running.
3629
3630 2006-02-17 [colin]      2.0.0cvs61
3631
3632         * src/imap.c
3633         * src/etpan/imap-thread.c
3634         * src/etpan/imap-thread.h
3635                 Check for IMAP certificates
3636                 ** Requires libetpan-0.42-cvs4 
3637                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3638
3639 2006-02-17 [colin]      2.0.0cvs60
3640
3641         * src/messageview.c
3642         * src/prefs_common.c
3643         * src/prefs_common.h
3644         * src/prefs_message.c
3645                 Add pref to display HTML-only mails with plugin, 
3646                 if possible (defaulting to FALSE of course).
3647
3648 2006-02-16 [colin]      2.0.0cvs59
3649
3650         * src/main.c
3651         * src/common/plugin.c
3652         * src/common/plugin.h
3653         * src/gtk/pluginwindow.c
3654                 Keep track of requested (but unloaded) plugins
3655                 in some error cases.
3656
3657 2006-02-16 [wwp]        2.0.0cvs58
3658
3659         * src/gtk/gtkaspell.c
3660         * src/gtk/gtkaspell.h
3661         * src/prefs_spelling.c
3662         * src/compose.c
3663         * src/prefs_common.c
3664         * src/prefs_common.h
3665                 implemented new optional spellchecker behaviour: re-check message when
3666                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3667
3668 2006-02-16 [wwp]        2.0.0cvs57
3669
3670         * src/quote_fmt_parse.y
3671                 pclose popen'ed pipe.
3672
3673 2006-02-15 [colin]      2.0.0cvs56
3674
3675         * src/mimeview.c
3676         * src/mimeview.h
3677                 Let MimeViewers know which MimeView they
3678                 depend of.
3679         * src/summaryview.c
3680                 Swap From/To columns in Sent/Queue/Drafts
3681                 folders
3682         * src/etpan/imap-thread.c
3683                 Use mailstream_low_tls_open() for STARTTLS
3684                 instead of mailstream_low_ssl_open()
3685                 ** REQUIRES libetpan 0.42cvs3 **
3686
3687 2006-02-15 [wwp]        2.0.0cvs55
3688
3689         * src/compose.c
3690         * src/compose.h
3691         * src/message_search.c
3692         * src/message_search.h
3693         * src/textview.c
3694         * src/gtk/gtkutils.c
3695         * src/gtk/gtkutils.h
3696                 added the ability to Find text in the compose window (and a bit
3697                 of code factorization).
3698
3699 2006-02-15 [wwp]        2.0.0cvs54
3700
3701         * src/prefs_gtk.c
3702                 yet another one file was missing (fix for some widgets' sensitivity).
3703                 Thanks Colin!
3704
3705 2006-02-15 [wwp]        2.0.0cvs53
3706
3707         * src/prefs_gtk.h
3708                 oops forgot that file (fix for some widgets' sensitivity).
3709
3710 2006-02-15 [wwp]        2.0.0cvs52
3711
3712         * src/summary_search.c
3713                 implemented advanced summary search options (added the ability
3714                 to use matcher conditions in an advanced search mode).
3715
3716 2006-02-15 [wwp]        2.0.0cvs51
3717
3718         * src/plugins/pgpcore/prefs_gpg.c
3719         * src/prefs_account.c
3720                 fix some widget sensitivity, mostly around some labels in
3721                 account prefs.
3722
3723 2006-02-15 [paul]       2.0.0cvs50
3724
3725         * manual/advanced.xml
3726                 improve Templates info
3727                 written by wwp
3728
3729 2006-02-14 [colin]      2.0.0cvs49
3730
3731         * src/pixmaps/address_book.xpm
3732         * src/pixmaps/preferences.xpm
3733         * src/pixmaps/properties.xpm
3734                 Fix pixmap size - patch by Fabien Vantard
3735
3736 2006-02-13 [colin]      2.0.0cvs48
3737
3738         * src/procmime.c
3739                 Add missing fclose()s on error
3740         * src/textview.c
3741                 Remove unused code
3742         * src/common/utils.c
3743                 Fix temp files not being deleted on windows
3744         Patches by Thomas Gilgin
3745
3746 2006-02-13 [colin]      2.0.0cvs47
3747
3748         * src/mainwindow.c
3749                 Fix exit crash
3750
3751 2006-02-13 [wwp]        2.0.0cvs46
3752
3753         * src/plugins/pgpcore/prefs_gpg.c
3754                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3755
3756 2006-02-12 [colin]      2.0.0cvs45
3757
3758         * src/folderview.c
3759         * src/main.c
3760         * src/mainwindow.c
3761                 Fix "stuff" when quitting
3762
3763 2006-02-12 [wwp]        2.0.0cvs44
3764
3765         * src/prefs_themes.c
3766                 fix typos in debug messages.
3767
3768 2006-02-11 [colin]      2.0.0cvs43
3769
3770         * src/summaryview.c
3771                 don't allow drag/drop from ourself
3772
3773 2006-02-10 [wwp]        2.0.0cvs42
3774
3775         * src/exporthtml.c
3776         * src/html.c
3777         * src/html.h
3778         * src/procmime.c
3779         * src/textview.c
3780                 renamed html_ prefixed functions and data structures to avoid
3781                 namespace clashes w/ other software (gtkhtml2 for instance).
3782                 Closes bug #907.
3783
3784
3785 2006-02-09 [colin]      2.0.0cvs41
3786
3787         * src/summaryview.c
3788                 Fix shitty logic messed up. Thanks Ticho for the hint!
3789
3790 2006-02-09 [wwp]        2.0.0cvs40
3791
3792         * src/gtk/about.c
3793         * src/compose.c
3794         * src/prefs_account.c
3795         * src/prefs_gtk.h
3796         * src/editaddress.c
3797                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3798                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3799                 Browse buttons in accounts prefs.
3800
3801 2006-02-09 [colin]      2.0.0cvs39
3802
3803         * src/matcher.c
3804                 Check for pointer before using its members
3805         * src/gtk/gtksourceprintjob.c
3806                 Fix a wrong warning
3807
3808 2006-02-09 [wwp]        2.0.0cvs38
3809
3810         * src/gtk/filesel.c
3811                 fix few compiler warnings (type mismatch).
3812
3813 2006-02-09 [paul]       2.0.0cvs37
3814
3815