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