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