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