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