2006-07-07 [colin] 2.3.1cvs72
[claws.git] / ChangeLog
1 2006-07-07 [colin]      2.3.1cvs72
2
3         * src/prefs_actions.c
4                 Fix compile on gtk < 2.8. argh :)
5
6 2006-07-07 [paul]       2.3.1cvs71
7
8         * src/common/defs.h
9                 update DONATE_URI
10
11 2006-07-07 [colin]      2.3.1cvs70
12
13         * po/POTFILES.in
14         * src/quote_fmt.c
15         * src/quote_fmt_lex.l
16         * src/quote_fmt_parse.y
17                 Add |i{var}, a way to insert user-entered
18                 text in a template
19
20 2006-07-07 [colin]
21
22         * 2.4.0-rc3 released
23
24 2006-07-07 [colin]      2.3.1cvs69
25
26         * src/folder.c
27                 Don't consider inboxes of UNKNOWN folder 
28                 classes to be useable as default inboxes
29
30 2006-07-07 [paul]       2.3.1cvs68
31
32         * src/textview.c
33                 add missing #include <errno.h>
34                 Thanks to René J. Blokland
35
36 2006-07-07 [paul]       2.3.1cvs67
37
38         * src/action.c
39                 Return now Closes dialog
40         * src/mimeview.c
41         * src/mimeview.h
42         * src/textview.c
43                 add contextual menu to mime parts listed
44                 in the textview
45                 Thanks to Colin
46         * src/common/utils.c
47                 reversal: ' is a valid character in URLs
48
49 2006-07-06 [colin]      2.3.1cvs66
50
51         * src/remotefolder.h
52                 Forgotten in previous commit
53
54 2006-07-06 [colin]      2.3.1cvs65
55
56         * src/folder.c
57                 Set summary update flag whenever
58                 totals changed
59         * src/imap.c
60         * src/prefs_account.c
61         * src/common/utils.h
62         * src/etpan/imap-thread.c
63                 Fix warnings, thanks to Fabien and
64                 Ricardo
65
66 2006-07-06 [wwp]        2.3.1cvs64
67
68         * src/gtk/gtkutils.c
69                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
70
71 2006-07-06 [wwp]        2.3.1cvs63
72
73         * src/account.c
74         * src/addressbook.c
75         * src/addressitem.h
76         * src/folderview.c
77         * src/mainwindow.c
78         * src/manual.c
79         * src/manual.h
80         * src/message_search.c
81         * src/prefs_actions.c
82         * src/prefs_filtering.c
83         * src/prefs_filtering.h
84         * src/prefs_template.c
85         * src/summary_search.c
86         * src/summaryview.c
87         * src/gtk/gtkutils.c
88         * src/gtk/gtkutils.h
89         * src/gtk/pluginwindow.c
90                 add help buttons to some dialogs. Clicking such buttons opens a
91                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
92
93 2006-07-06 [paul]       2.3.1cvs62
94
95         * src/textview.c
96                 fix attachments contextual menu
97                 Thanks to Colin
98
99 2006-07-05 [colin]      2.3.1cvs61
100
101         * src/textview.c
102         * src/compose.c
103                 Handle sftp:// links
104
105 2006-07-05 [paul]       2.3.1cvs60
106
107         * src/gtk/filesel.c
108                 grab save button by default
109                 Thanks to Colin
110
111 2006-07-05 [wwp]        2.3.1cvs59
112
113         * manual/xml2pdf
114                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
115
116 2006-07-04 [colin]      2.3.1cvs58
117
118         * src/mimeview.c
119         * src/textview.c
120                 Use left click to select, middle click to open
121                 on mimeparts links
122         * src/common/utils.c
123                 Fix segfault
124
125 2006-07-04 [colin]      2.3.1cvs57
126
127         * src/mainwindow.c
128         * src/news.c
129                 Warning fixes, thanks to Fabien
130
131 2006-07-04 [colin]      2.3.1cvs56
132
133         * src/mimeview.c
134         * src/mimeview.h
135         * src/textview.c
136                 Allow parts to be selected via their text label
137                 in textview
138
139 2006-07-04 [colin]      2.3.1cvs55
140
141         * src/folderview.c
142                 Feedback when closing (for big folders)
143         * src/prefs_actions.c
144         * src/prefs_filtering.c
145         * src/prefs_matcher.c
146         * src/prefs_template.c
147                 Fix default button when closing without
148                 having saved
149
150 2006-07-04 [colin]      2.3.1cvs54
151
152         * src/news.c
153                 Delete local file on deletion
154
155 2006-07-03 [colin]      2.3.1cvs53
156
157         * src/folderview.c
158         * src/main.c
159                 Don't freeze when rescanning after crash
160
161 2006-07-03 [wwp]        2.3.1cvs52
162
163         * src/compose.c
164         * src/privacy.c
165         * src/privacy.h
166         * src/plugins/pgpinline/pgpinline.c
167         * src/plugins/pgpmime/pgpmime.c
168                 don't report an error when the user cancels the passphrase dialog.
169
170 2006-07-02 [colin]      2.3.1cvs51
171
172         * src/folderview.c
173                 Open message when crossing folders with Space,
174                 goto next unread and friends
175
176 2006-07-01 [colin]      2.3.1cvs50
177
178         * src/prefs_account.c
179                 Typographic rules varying from language
180                 to language (in french "Protocole :"),
181                 we have to do that :)
182
183 2006-07-01 [ticho]      2.3.1cvs49
184
185         * src/prefs_account.c
186                 Only use one temporary gchar* variable in
187                 prefs_account_protocol_set_optmenu().
188
189 2006-07-01 [ticho]      2.3.1cvs48
190
191         * src/prefs_account.c
192         * src/prefs_account.h
193                 Use GtkLabel for existing account protocol name.
194                 Created an array for protocol names and populate the
195                 combobox from it in a for() cycle.
196
197 2006-06-30 [colin]      2.3.1cvs47
198
199         * src/compose.c
200                 Block undo when changing signature (by changing
201                 account)
202
203 2006-06-30 [paul]       2.3.1cvs46
204
205         * src/send_message.c
206                 when editing From in the Compose window, use that address
207                 in the Return-Path: header
208                 Thanks to Colin
209
210 2006-06-30 [colin]      2.3.1cvs45
211
212         * src/compose.c
213                 Fix signature replacement:
214                 - when no newline before separator
215                 - when reediting
216
217 2006-06-29 [colin]      2.3.1cvs44
218
219         * src/folderview.c
220         * src/folderview.h
221         * src/mainwindow.c
222         * src/summaryview.c
223                 Let 'View/Go to/Next marked' work like
224                 Next new & Next unread: across folders
225                 Change the select_on_entry pref to do
226                 what we want when changing folder
227         * src/common/utils.c
228                 Fix single-quoted links 
229
230 2006-06-29 [colin]      2.3.1cvs43
231
232         * src/gtk/gtkaspell.c
233                 "Sylpheed" and "Sylpheed-Claws" do exist !
234
235 2006-06-29 [colin]      2.3.1cvs42
236
237         * src/imap.c
238                 Forgot to remove debug
239
240 2006-06-29 [colin]      2.3.1cvs41
241
242         * src/imap.c
243         * src/imap.h
244         * src/mainwindow.c
245                 Disconnect from IMAP servers when going
246                 offline. Fixes bug #978 (going to offline-mode 
247                 won't close connections)
248
249 2006-06-29 [colin]      2.3.1cvs40
250
251         * src/main.c
252                 Fix transient setting on failing plugins
253                 Patch by Fabien
254         * src/plugins/pgpcore/sgpgme.c
255                 Only warn for OpenPGP. Most people don't
256                 have CMS available.
257
258 2006-06-29 [colin]      2.3.1cvs39
259
260         * src/compose.c
261                 Fix Spelling menu (discrepancy between context menu
262                 and top menu when folder's dictionary isn't the 
263                 default one)
264         * src/plugins/pgpcore/sgpgme.c
265                 More error reporting about why gpgme can fail
266
267 2006-06-29 [wwp]        2.3.1cvs38
268
269         * src/mainwindow.c
270                 honor the display-header-pane setting even when the message view
271                 is a separate window.
272
273 2006-06-29 [wwp]        2.3.1cvs37
274
275         * src/prefs_actions.c
276                 forgot to commit that one (use of GTK_STOCK_INFO).
277
278 2006-06-29 [colin]      2.3.1cvs36
279
280         * src/imap.c
281                 Better handling of login errors (ask the password
282                 again once), alert in case of error. Fix three
283                 signedness warnings.
284
285 2006-06-28 [wwp]        2.3.1cvs35
286
287         * src/prefs_template.c
288         * src/prefs_matcher.c
289         * src/prefs_filtering_action.c
290         * src/prefs_quote.c
291                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
292                 patch by Fabien Vantard, slightly modified.
293
294 2006-06-28 [paul]
295
296         2.4.0-rc2 released
297
298 2006-06-28 [colin]      2.3.1cvs34
299
300         * src/prefs_account.c
301                 Fix bug #977 (Can't add or edit imap accounts)
302
303 2006-06-28 [colin]      2.3.1cvs33
304
305         * src/mimeview.c
306                 Fix previous
307
308 2006-06-28 [colin]      2.3.1cvs32
309
310         * src/mimeview.c
311                 Save named inlined attachments with "Save all"
312         * src/main.c
313         * src/mbox.c
314         * src/common/plugin.c
315         * src/common/plugin.h
316         * src/common/sylpheed.c
317         * src/common/utils.c
318         * src/plugins/pgpcore/sylpheed.def
319         * src/plugins/pgpinline/sylpheed.def
320         * src/plugins/pgpmime/sylpheed.def
321                 Win32 compatibility patch, by
322                 Werner Koch
323
324 2006-06-28 [wwp]        2.3.1cvs31
325
326         * src/imap.c
327         * src/prefs_folder_item.c
328                 less compilation warnings (thanks to Fabien Vantard), less typos.
329
330 2006-06-28 [paul]       2.3.1cvs30
331
332         * src/gtk/gtkutils.c
333                 gtk_combo_box_set_focus_on_click() is only
334                 available since gtk 2.6.0
335
336 2006-06-28 [paul]       2.3.1cvs29
337
338         * src/prefs_ext_prog.c
339                 fix engrish and add a tooltip for the
340                 'command for 'Display as text' option
341
342 2006-06-28 [paul]
343
344         2.4.0-rc1 released
345
346 2006-06-28 [paul]       2.3.1cvs28
347
348         * ChangeLog
349         * tools/Makefile.am
350                 include textviewer.pl in releases
351
352 2006-06-28 [paul]       2.3.1cvs27
353
354         * src/prefs_ext_prog.c
355                 hide Print command option if libgnomeprint
356                 support is present
357
358 2006-06-27 [colin]      2.3.1cvs26
359
360         * src/compose.c
361                 Fix Esc handling in insert/attach dialog
362                 Don't show this dialog if dragging something
363                 else than text/uri-list
364                 Thanks to Fabien Vantard
365         * tools/textviewer.pl
366                 Filter script to display stuff as text
367                 by H. Merijn Brand
368
369 2006-06-27 [wwp]        2.3.1cvs25
370
371         * src/messageview.c
372                 use the exact product name (message view title), patch
373                 by Fabien Vantard.
374
375 2006-06-27 [ticho]      2.3.1cvs24
376
377         * src/prefs_account.c
378         * src/prefs_common.c
379         * src/prefs_common.h
380         * src/prefs_ext_prog.c
381         * src/textview.c
382                 Add a preference (Preferences/External programs)
383                 to allow "Display as text" to be done via a script
384                 (patch by H.Merijn Brand).
385                 Use GtkComboBox for protocol selection in account
386                 preferences.
387                 Only include current choice for existing accounts, and
388                 insensitivize the combobox.
389
390 2006-06-27 [paul]       2.3.1cvs23
391
392         * src/mbox.c
393                 fix crasher introduced in cvs21.
394                 Thanks to Colin
395
396 2006-06-26 [colin]      2.3.1cvs22
397
398         * src/mbox.c
399                 Fix double-frees when leaving folders
400                 after exporting to mbox
401
402 2006-06-26 [colin]      2.3.1cvs21
403
404         * src/mbox.c
405                 More feedback (and optimisation)
406                 on import/export
407         * src/common/utils.c
408                 Fix case when looking for mail addresses
409         * src/gtk/gtkutils.c
410                 Extra check for (X-)Face
411
412 2006-06-25 [ticho]      2.3.1cvs20
413
414         * src/compose.c
415         * src/exphtmldlg.c
416         * src/gtk/gtkutils.c
417         * src/gtk/gtkutils.h
418                 Added second argument to gtkut_sc_combobox_create() to
419                 control focus-on-click for the widget.
420                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
421
422 2006-06-25 [ticho]      2.3.1cvs19
423
424         * src/compose.c
425         * src/gtk/Makefile.am
426         * src/gtk/combobox.c
427         * src/gtk/combobox.h
428         * src/gtk/gtkutils.c
429         * src/gtk/gtkutils.h
430                 Use GtkComboBox instead of deprecated GtkOptionMenu
431                 for account selector in compose window and for encoding
432                 selector in attachment properties.
433                 Also factorise working with the new GtkComboBox somewhat.
434
435 2006-06-24 [paul]       2.3.1cvs18
436
437         * src/prefs_common.c
438                 use the correct default value
439
440 2006-06-24 [paul]       2.3.1cvs17
441
442         * src/compose.c
443         * src/prefs_common.c
444         * src/prefs_common.h
445         * src/prefs_compose_writing.c
446                 enable setting of default action when
447                 dnd'ing files in the compose window.
448                 (Collaborative effort with wwp)
449
450 2006-06-23 [wwp]        2.3.1cvs16
451
452         * src/compose.c
453                 i18n fix (thanks to Fabien Vantard)
454
455 2006-06-22 [colin]      2.3.1cvs15
456
457         * src/prefs_customheader.c
458                 Don't use filters in custom headers' file 
459                 selector. Remember, extensions mean nothing :)
460
461 2006-06-22 [paul]       2.3.1cvs14
462
463         * configure.ac
464                 allow setting of man directory location
465
466 2006-06-22 [colin]      2.3.1cvs13
467
468         * src/mainwindow.c
469                 Add 'View/Go to/Next unread folder'.
470                 I missed that :)
471
472 2006-06-22 [colin]      2.3.1cvs12
473
474         * src/common/utils.c
475                 Add some subject prefixes
476                 Patch by Bjorn T Johansen <btj@havleik.no>
477
478 2006-06-22 [colin]      2.3.1cvs11
479
480         * manual/advanced.xml
481                 Forgotten hidden pref
482
483 2006-06-21 [paul]       2.3.1cvs10
484
485         * src/prefs_account.c
486                 complete the removal of 'Add date header' option
487
488 2006-06-21 [paul]       2.3.1cvs9
489
490         * src/account.c
491         * src/compose.c
492         * src/prefs_account.c
493         * src/prefs_account.h
494                 remove option to add date header - always
495                 add date header
496         * src/etpan/imap-thread.c
497                 fix warnings (Thanks to Colin)
498
499 2006-06-21 [wwp]        2.3.1cvs8
500
501         * src/folder.c
502                 set the attachment flag when inline text part are (file)named. This is more convenient
503                 when receiving (for instance) inline source files or patches sent using thunderbird.
504
505 2006-06-21 [paul]       2.3.1cvs7
506
507         * src/inc.c
508                 fix off-by-one count of current msg in
509                 statusbar filtering progressbar
510
511 2006-06-21 [paul]       2.3.1cvs6
512
513         * src/folder.c
514                 Show attachment icon even if the part is 'inline'
515                 if the following conditions are met:
516                 - content-type != 'text/plain'
517                 - content-type != '*/pgp-signature'
518                 - either 'name' or 'filename' parameter is not NULL
519                 
520                 Thanks to Colin
521
522 2006-06-21 [paul]       2.3.1cvs5
523
524         * src/messageview.c
525         * src/prefs_common.c
526         * src/prefs_common.h
527         * src/prefs_other.c
528                 add an option to 'Never send Return
529                 Receipts'
530                 Thanks to Colin
531
532 2006-06-20 [mones]      2.3.1cvs4
533
534         * po/es.po
535                 updated
536         * src/compose.c
537                 typo fixed (space after comma)
538         * tools/make.themes.project
539                 remove exec mode from tarball files
540
541 2006-06-20 [colin]      2.3.1cvs3
542
543         * src/news.c
544         * src/procheader.c
545         * src/unmime.c
546                 Better fix for \n's in headers (don't 
547                 break Received: and others)
548
549 2006-06-20 [paul]       2.3.1cvs2
550
551         * src/alertpanel.c
552         * src/textview.c
553                 improve legibility of phishing attempt
554                 dialog
555
556 2006-06-20 [paul]       2.3.1cvs1
557
558         * NEWS
559         * README
560         * configure.ac
561                 Update version number following
562                 stable release
563
564 2006-06-20 [colin]      2.3.0cvs26
565
566         * src/compose.c
567                 When dragging a file to the text of the compose
568                 window, ask whether we want to insert or attach
569                 (I know lots of people who do that to attach)
570
571 2006-06-20 [colin]      2.3.0cvs25
572
573         * src/etpan/imap-thread.c
574                 Fix threshold (the append command is often > 32 bytes)
575
576 2006-06-19 [colin]      2.3.0cvs24
577
578         * src/imap.c
579         * src/etpan/imap-thread.c
580                 Workaround Rockliffe IMAP server bug: replace
581                 "x UID SEARCH (ANSWERED UID 1:*)" with
582                 "x UID SEARCH ANSWERED"
583                 (Rockliffe doesn't handle the parenthesis)
584
585 2006-06-19 [colin]      2.3.0cvs23
586
587         * src/compose.c
588         * src/imap.c
589         * src/etpan/imap-thread.c
590                 Probably fix bug #972 (Freezes when adding 
591                 an attachment to the message)
592         * src/common/defs.h
593                 Modernize Firefox cmd
594
595
596 2006-06-18 [colin]      2.3.0cvs22
597
598         * src/prefs_customheader.c
599                 Only allow correct filenames for various
600                 custom headers
601
602 2006-06-18 [colin]      2.3.0cvs21
603
604         * src/prefs_customheader.c
605                 Add a 'From File...' button in custom headers prefs, which
606                 try to do the right thing: 
607                 for normal headers, use file as plaintext,
608                 for X-Face, calls compface,
609                 for Face, encode to b64.
610
611 2006-06-17 [colin]      2.3.0cvs20
612
613         * src/mh.c
614                 Warning fix
615
616 2006-06-16 [colin]      2.3.0cvs19
617
618         * src/summaryview.c
619                 Recursive quicksearch: show message list
620                 in current folder, *then* search children
621                 in the background.
622
623 2006-06-16 [colin]      2.3.0cvs18
624
625         * src/main.c
626                 Instead of ignoring SIGPIPE, save caches
627                 when getting one. Will fix the fact that
628                 hot caches are out-of-date when logging 
629                 out of Xorg.
630         * src/compose.c
631         * src/prefs_compose_writing.c
632                 Only save text (not attachments) when 
633                 auto-saving to drafts
634         * src/unmime.c
635                 Always replace \n, \r and \t with spaces
636                 in headers
637         * manual/dist/html/Makefile.am
638         * manual/dist/pdf/Makefile.am
639         * manual/dist/ps/Makefile.am
640         * manual/dist/txt/Makefile.am
641         * manual/fr/dist/html/Makefile.am
642         * manual/fr/dist/pdf/Makefile.am
643         * manual/fr/dist/ps/Makefile.am
644         * manual/fr/dist/txt/Makefile.am
645         * manual/pl/dist/html/Makefile.am
646         * manual/pl/dist/pdf/Makefile.am
647         * manual/pl/dist/ps/Makefile.am
648         * manual/pl/dist/txt/Makefile.am
649                 Fix make clean removing pregenerated manuals
650
651
652 2006-06-16 [colin]      2.3.0cvs17
653
654         * src/plugins/pgpcore/sgpgme.c
655         * src/plugins/pgpmime/pgpmime.c
656         * src/plugins/pgpinline/pgpinline.c
657                 Better error reporting in setup_signers.
658                 Don't fallback to default key if specified
659                 key isn't found.
660                 Don't allow signing if more than one secret
661                 key matches the one specified in prefs.
662
663 2006-06-15 [colin]      2.3.0cvs16
664
665         * src/folderview.c
666                 Add "Send queue" in the folder's contextual
667                 menu
668         * src/compose.c
669         * src/messageview.c
670         * src/privacy.c
671         * src/privacy.h
672         * src/procmime.c
673         * src/procmsg.c
674         * src/plugins/pgpcore/passphrase.c
675         * src/plugins/pgpcore/sgpgme.c
676         * src/plugins/pgpinline/pgpinline.c
677         * src/plugins/pgpmime/pgpmime.c
678                 Better error reporting
679         * src/mbox.c
680                 Probably fix bug #971 (2.2.3 cannot read mail 
681                 from local mbox)
682
683
684 2006-06-15 [mones]      2.3.0cvs15
685
686         * tools/make.themes.project
687                 creates the themes project from the web page
688
689 2006-06-15 [colin]      2.3.0cvs14
690
691         * src/folder.c
692                 Better fix (avoid losing the folder if scan_tree 
693                 fails)
694
695 2006-06-15 [cleroy]     2.3.0cvs13
696
697         * src/folder.c
698                 Probably fix Bug #969 (crash on rebuilding 
699                 imap folder)
700
701 2006-06-14 [colin]      2.3.0cvs12
702
703         * manual/dtd/manual.xsl
704         * manual/sylpheed-claws-manual.xml
705         * manual/fr/sylpheed-claws-manual.xml
706         * manual/pl/sylpheed-claws-manual.xml
707                 Insert pagebreaks between sections
708
709 2006-06-14 [paul]       2.3.0cvs11
710
711         * configure.ac
712                 better fix than 2.3.0cvs10
713
714 2006-06-14 [paul]       2.3.0cvs10
715
716         * configure.ac
717                 fix setting of PACKAGE_DATA_DIR with newer autoconf
718                 (backwards compatible)
719
720 2006-06-13 [colin]      2.3.0cvs9
721
722         * src/messageview.c
723                 Fix sending of return receipt with the new queue folders
724
725 2006-06-13 [wwp]        2.3.0cvs8
726
727         * src/quote_fmt_lex.l
728                 fix wrong tokens returned in quote_fmt lexer, query not().
729
730 2006-06-13 [wwp]        2.3.0cvs7
731
732         * src/folder.c
733         * src/prefs_folder_item.c
734                 allow changing folder type even when folder is not a top-level one,
735                 thanks to Colin.
736
737 2006-06-12 [colin]      2.3.0cvs6
738
739         * src/folderview.c
740                 Fix double-ask of "Do you want to mark all
741                 as read"
742
743 2006-06-12 [colin]      2.3.0cvs5
744
745         * src/compose.c
746         * src/compose.h
747         * src/folder.c
748         * src/folder.h
749         * src/imap.c
750         * src/inc.c
751         * src/main.c
752         * src/messageview.c
753         * src/mh.c
754         * src/prefs_folder_item.c
755         * src/procheader.c
756         * src/procmime.c
757         * src/procmsg.c
758         * src/procmsg.h
759         * src/send_message.c
760         * src/summaryview.c
761         * src/toolbar.c
762                 Apply bug #964's patch (Queue and drafts aren't normal)
763                 The Drafts and Queue folder now contain RFC-822 files,
764                 allowing to move and copy mails from and to these 
765                 folders. Moving from Drafts to Queue will prepare the
766                 mail for sending (PGP signature, encryption, etc).
767                 This patch also rework sending errors handling to try
768                 to be more helpful.
769                 Also, allow redefining folder types via the GUI 
770                 (Folder type in its Properties)
771
772 2006-06-12 [colin]      2.3.0cvs4
773
774         * src/summaryview.c
775         * src/prefs_common.c
776         * src/prefs_common.h
777         * src/gedit-print.c
778                 Allow to define a specific print font - patch
779                 by Bernhard Walle <bernhard.walle@gmx.de>
780         * src/prefs_fonts.c
781         * manual/advanced.xml
782         * manual/fr/advanced.xml
783                 Add a hidden pref to allow deletion without
784                 confirmation
785
786 2006-06-12 [wwp]        2.3.0cvs3
787
788         * .cvsignore
789                 more files to ignore.
790
791 2006-06-12 [wwp]        2.3.0cvs2
792
793         * src/quote_fmt.c
794         * src/quote_fmt_lex.l
795         * src/quote_fmt_parse.y
796                 extend the quote_fmt parser (templates and quotes):
797                 - allow limited sub-expressions in |p{} and |f{} expressions,
798                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
799                 - implemented/fixed missing implementation of query_references and show_references,
800                 - completed, fixed contents and format of the symbols help dialog,
801                 - fix some compilation warnings.
802
803 2006-06-12 [wwp]        2.3.0cvs1
804
805         * manual/advanced.xml
806         * manual/fr/advanced.xml
807                 updates in the "templates" section of the manual (eng/fr):
808                  - be more precise (both versions)
809                  - completed to match the english reference (fr version)
810                  - touchups (both versions)
811
812 2006-06-12 [paul]       2.3.0
813
814         2.3.0 released
815
816 2006-06-12 [paul]       2.2.3cvs14
817
818         * po/ca.po
819         * po/cs.po
820         * po/de.po
821         * po/el.po
822         * po/fr.po
823         * po/it.po
824         * po/pt_BR.po
825         * po/sr.po
826         * po/zh_CN.po
827                 updated by Miquel Oliete, Tim, Stephan Sachse,
828                 Stavros Giannouris, Fabien Vantard, Andrea
829                 Spadaccini, Frederico Goncalves Guimaraes,
830                 Aleksandar Urosevic, and Ralgh Young
831
832 2006-06-12 [colin]      2.2.3cvs13
833
834         * src/mbox.c
835                 Add missing header
836
837 2006-06-11 [colin]      2.2.3cvs12
838
839         * src/msgcache.c
840                 Verify that g_malloc() succeeded
841
842 2006-06-11 [colin]      2.2.3cvs11
843
844         * src/wizard.c
845                 Add Face header to welcome mail
846
847 2006-06-10 [colin]      2.2.3cvs10
848
849         * src/textview.c
850                 Revert previous (Forgot it changes the
851                 margin on the whole mail)
852
853 2006-06-10 [colin]      2.2.3cvs9
854
855         * src/textview.c
856                 Don't overlap long headers under (X-)Face
857
858 2006-06-10 [mones]      2.2.3cvs8
859
860         * manual/xml2pdf
861                 allow generation of manual on systems lacking saxon binary
862                 but with java and the saxon library installed
863
864         * po/es.po
865                 updated for release
866
867 2006-06-09 [colin]      2.2.3cvs7
868
869         * src/summaryview.c
870                 Fix leak when using Display Sender using Addressbook
871
872 2006-06-09 [colin]      2.2.3cvs6
873
874         * src/compose.c
875         * src/folder.c
876         * src/folderview.c
877         * src/mimeview.c
878         * src/summaryview.c
879                 More leaks fixes
880
881 2006-06-09 [paul]       2.2.3cvs5
882
883         * AUTHORS
884         * src/gtk/authors.h
885         * tools/claws.i18n.status.pl
886                 updated with new info
887
888 2006-06-09 [paul]       2.2.3cvs4
889
890         * README
891                 updated
892         * manual/ack.xml
893                 add wwp to authors list
894         * src/gtk/authors.h
895                 update mine and Colin's addresses
896
897 2006-06-08 [colin]      2.2.3cvs3
898
899         * src/etpan/imap-thread.c
900                 Fix leak on SSL cert check
901
902 2006-06-08 [colin]      2.2.3cvs2
903
904         * src/common/utils.c
905                 Fix leak
906
907 2006-06-08 [paul]       2.2.3cvs1
908
909         * configure.ac
910                 Update version number following
911                 stable release
912
913 2006-06-07 [colin]      2.2.2cvs3
914
915         * src/msgcache.c
916                 Fix catching cache read errors (guint instead of gint)
917                 Prevent malloc'ing more than 8MB (means cache corruption)
918
919 2006-06-07 [paul]       2.2.2cvs2
920
921         * src/exporthtml.c
922         * src/exportldif.c
923         * src/mh.c
924         * src/mutt.c
925         * src/pine.c
926         * src/common/utils.c
927                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
928                 obey $HOME'
929                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
930                 Thanks to Colin
931
932 2006-06-06 [paul]       2.2.2cvs1
933
934         * configure.ac
935                 Update version number following
936                 stable release
937
938 2006-06-06 [paul]       2.2.1cvs6
939
940         * src/matcher.c
941                 fix  implicit declaration of
942                 sylpheed_do_idle()
943                 Patch by Fabien Vantard
944
945 2006-06-06 [paul]       2.2.1cvs5
946
947         * src/matcher.c
948                 fix age_greater and age_lower so that they
949                 mean what say and not '...or equal to'
950                 Thanks to Colin
951
952 2006-06-06 [paul]       2.2.1cvs4
953
954         * src/textview.c
955         * src/common/utils.c
956                 fix URI check
957                 Thanks to Colin
958
959 2006-06-05 [wwp]        2.2.1cvs3
960
961         * manual/fr/account.xml
962                 minor language fixes (thanks to Fabien Vantard).
963
964 2006-06-05 [colin]      2.2.1cvs2
965
966         * src/prefs_folder_item.c
967         * src/folderview.c
968                 Allow recursive setting of properties 
969                 for whole mailboxes
970         * src/matcher.c
971                 Don't freeze on 'test' filtering rule
972
973 2006-06-05 [colin]      2.2.1cvs1
974
975         * configure.ac
976                 Update version number following
977                 stable release
978
979 2006-06-04 [wwp]        2.2.0cvs82
980
981         * manual/glossary.xml
982         * manual/account.xml
983         * manual/fr/glossary.xml
984         * manual/fr/account.xml
985                 added glossary section and references/links related to the Face custom header.
986
987 2006-06-04 [colin]      2.2.0cvs81
988
989         * src/summaryview.c
990                 Skip to next message on move with no
991                 immediate execution
992
993 2006-06-04 [wwp]        2.2.0cvs80
994
995         * manual/xml2pdf
996                 added sanity checks, exit when needed.
997
998 2006-06-03 [paul]       2.2.0cvs79
999
1000         * src/prefs_receive.c
1001                 page name is now 'Receiving'
1002         * src/prefs_send.c
1003                 page name is now 'Sending'
1004
1005 2006-06-03 [colin]      2.2.0cvs78
1006
1007         * src/plugins/spamassassin/spamassassin_gtk.c
1008                 Autoswitch to Localhost if transport was previously
1009                 disabled. Else people had to check [] Enable, then
1010                 *reselect* transport.
1011
1012 2006-06-03 [colin]      2.2.0cvs77
1013
1014         * src/plugins/pgpinline/pgpinline.c
1015         * src/plugins/pgpmime/pgpmime.c
1016                 Check that gpg_data_release_and_get_mem 
1017                 didn't fail (now, why this happens...)
1018
1019 2006-06-03 [colin]      2.2.0cvs76
1020
1021         * src/mbox.c
1022                 Fix bug #962 (Manual and/or UI should 
1023                 warn about incompatible locking 
1024                 causing dataloss)
1025
1026 2006-06-02 [cleroy]     2.2.0cvs75
1027
1028         * src/filtering.c
1029         * src/folder.c
1030         * src/procmsg.c
1031         * src/summaryview.c
1032                 Fix a few leaks
1033
1034 2006-06-02 [colin]      2.2.0cvs74
1035
1036         * src/main.c
1037                 On exit, free caches after writing them
1038                 Shuts up some valgrind false positives
1039         * src/procmsg.c
1040         * src/send_message.c
1041                 Fix races when reusing existing SMTP connections
1042                 Fix inexistant session timeout
1043         * src/toolbar.c
1044                 Display alertpanel after all queues have
1045                 been processed, not after each
1046
1047 2006-06-02 [wwp]        2.2.0cvs73
1048
1049         * manual/fr/glossary.xml
1050         * manual/fr/ack.xml
1051         * manual/ack.xml
1052                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1053
1054 2006-06-02 [wwp]        2.2.0cvs72
1055
1056         * manual/xml2pdf
1057         * manual/dist/pdf/Makefile.am
1058         * manual/dtd/manual.xsl
1059         * manual/fr/dist/pdf/Makefile.am
1060         * manual/pl/dist/pdf/Makefile.am
1061                 we changed the procedure to generate the .pdf version of the manual.
1062                 The procedure is more modern and the .pdf we get now has a valid index.
1063                 Here are the new pre-requisites:
1064
1065                 - JRE 1.x (1.4 here): there must be one from your distro
1066                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1067                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1068                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1069
1070                 See my posts for further info about the installation of this toolchain:
1071
1072                 Date: Fri, 19 May 2006 19:40:06 +0200
1073                 From: wwp <subscript@free.fr>
1074                 To: sylpheed-claws-devel@lists.sourceforge.net
1075                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1076
1077                 and
1078
1079                 Date: Wed, 24 May 2006 12:58:49 +0200
1080                 From: wwp <subscript@free.fr>
1081                 To: sylpheed-claws-devel@lists.sourceforge.net
1082                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1083
1084 2006-06-01 [colin]      2.2.0cvs71
1085
1086         * src/compose.c
1087                 Better guards against IMAP races
1088         * src/main.c
1089         * src/prefs_common.c
1090         * src/prefs_common.h
1091         * src/common/ssl_certificate.c
1092         * src/etpan/imap-thread.c
1093         * src/etpan/imap-thread.h
1094         * src/gtk/sslcertwindow.c
1095                 New hidden option ssl_skip_cert_check to 
1096                 avoid dups of bug #959 (libetpan linked
1097                 against gnutls and gnutls buggy on 64bit)
1098                 Present expired warning only once per
1099                 session/server.
1100         * manual/advanced.xml
1101         * manual/fr/advanced.xml
1102                 Document new option
1103
1104 2006-06-01 [wwp]        2.2.0cvs70
1105
1106         * src/messageview.c
1107                 fix for bug #961 (return receipt dialog 
1108                 complains incorrectly about return-path 
1109                 email adress being different), thanks 
1110                 to Colin.
1111
1112 2006-05-31 [cleroy]     2.2.0cvs69
1113
1114         * src/common/ssl.c
1115                 Guard against NULLs, although this
1116                 should never be an issue
1117
1118 2006-05-31 [colin]      2.2.0cvs68
1119
1120         * src/filtering.c
1121                 Use g_slist_prepend
1122         * src/imap.c
1123                 Don't remove caches when destroying folder, it
1124                 could (should) be done at exit
1125         * src/inc.c
1126                 free processing cache after incorporation
1127         * src/etpan/imap-thread.c
1128                 Maybe fix bug #959 (Crash on moving to emails 
1129                 to a imap account per ssl with a expired 
1130                 certificate.)
1131
1132 2006-05-30 [colin]      2.2.0cvs67
1133
1134         * src/summaryview.c
1135                 Put back event flush when displaying message
1136                 It avoids reading a bunch of messages just
1137                 by hitting shift-n for too long ;)
1138
1139 2006-05-29 [colin]      2.2.0cvs66
1140
1141         * src/summaryview.c
1142                 Remove useless g_warnings
1143
1144 2006-05-29 [colin]      2.2.0cvs65
1145
1146         * src/imap.c
1147                 Fix g_slist_append()s for performance
1148
1149 2006-05-29 [colin]      2.2.0cvs64
1150
1151         * src/compose.c
1152         * src/common/utils.c
1153                 Fix extraneous tab at start of addresses
1154         * src/mainwindow.c
1155                 Fix warnings (thanks to Fabien)
1156                 Fix crash at exit when composing messages 
1157                 exist
1158         * src/pop.c
1159                 Fix progress bar when deleting expired mails
1160                 Thanks to Hiro
1161         * src/summaryview.c
1162         * src/gtk/gtksctree.c
1163                 Fix re-sorting slowness
1164
1165 2006-05-29 [paul]       2.2.0cvs63
1166
1167         * src/mh.c
1168                 fetch full message when moving mails
1169                 from another mailbox, (fixed data loss
1170                 when filtering from IMAP to MH, introduced
1171                 in 2.2.0cvs57).
1172                 Thanks to Colin
1173
1174 2006-05-29 [mones]      2.2.0cvs62
1175
1176         * src/gtk/gtksctree.c
1177                 Unselect faster (patch by Colin)        
1178
1179 2006-05-26 [colin]      2.2.0cvs61
1180
1181         * src/summaryview.c
1182                 Unplug MSGINFO_UPDATE callback on delete too.
1183
1184 2006-05-26 [colin]      2.2.0cvs60
1185
1186         * src/foldersel.c
1187                 Fix bold in folder selection window with glib2.10
1188                 thanks Hiro
1189
1190 2006-05-26 [colin]      2.2.0cvs59
1191
1192         * src/procheader.c
1193                 Convert date only if necessary (and don't
1194                 try to convert from utf8 to utf8, too)
1195         * src/summaryview.c
1196                 Only set column's text if the column's 
1197                 displayed
1198
1199 2006-05-26 [colin]      2.2.0cvs58
1200
1201         * src/summaryview.c
1202         * src/gtk/gtkutils.c
1203                 Fix useless warning
1204
1205 2006-05-26 [colin]      2.2.0cvs57
1206
1207         * src/mainwindow.c
1208                 Make summaryview selectable as long as 
1209                 no message has focus
1210         * src/mh.c
1211                 Faster deletion (by implementing mh_remove_msgs)
1212                 Faster copy (avoid using mh_fetch_msg just to get
1213                 the filename)
1214                 Faster move (using move_file instead of copy_file
1215                 if MSG_IS_MOVE)
1216                 No progressbar if total number of mails to cp/mv 
1217                 is less than 100
1218         * src/summaryview.c
1219                 Fix removal from subject_table when mail gets moved
1220                 Faster deletion (g_slist_prepend instead of append)
1221         * src/gtk/gtksctree.c
1222                 Remove useless code
1223
1224 2006-05-25 [colin]      2.2.0cvs56
1225
1226         * src/common/ssl_certificate.c
1227                 Fix leak in expired cert check
1228
1229 2006-05-25 [colin]      2.2.0cvs55
1230
1231         * src/mh.c
1232                 Disable flags syncing on .mh_sequences - it
1233                 is buggy and marks mails read under unknown
1234                 conditions.
1235
1236 2006-05-25 [paul]
1237
1238         * 2.3.0-rc4 released
1239
1240 2006-05-24 [colin]      2.2.0cvs54
1241
1242         attention cvs users: if you manage to crash
1243         Sylpheed-Claws while moving, copying or deleting
1244         mails, we *are* interested in stack traces and
1245         valgrind logs. It looks stable, but one never
1246         knows...
1247
1248         * src/folder.c
1249                 Add progressbar for cache updates
1250         * src/folderutils.c
1251                 Optimize Mark all read in the current
1252                 folder
1253         * src/mh.c
1254                 Add progressbar for copy/move
1255         * src/procmsg.c
1256                 Optimize O(n^2) in copy/move
1257         * src/summaryview.c
1258         * src/gtk/gtksctree.c
1259                 Optimize O(n^2) algos
1260         * src/common/timing.h
1261                 Display ms instead of us
1262
1263 2006-05-24 [wwp]        2.2.0cvs53
1264
1265         * manual/fr/advanced.xml
1266                 updates to the French manual.
1267
1268 2006-05-24 [wwp]        2.2.0cvs52
1269
1270         * src/common/utils.c
1271                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1272
1273 2006-05-24 [wwp]        2.2.0cvs51
1274
1275         * src/folderutils.c
1276                 fixed "mark all read" in MH folders (thanks to Colin).
1277
1278 2006-05-24 [paul]       2.2.0cvs50
1279
1280         * doc/man/sylpheed-claws.1
1281                 updated the man page
1282
1283 2006-05-23 [colin]      2.2.0cvs49
1284
1285         * src/folderview.c
1286         * src/imap.c
1287         * src/inc.c
1288         * src/mbox.c
1289         * src/messageview.c
1290         * src/news.c
1291         * src/send_message.c
1292         * src/summaryview.c
1293         * src/gtk/sslcertwindow.c
1294                 alertpanel fixes, by Fabien
1295
1296 2006-05-23 [colin]      2.2.0cvs48
1297
1298         * src/folder.c
1299         * src/folderview.c
1300         * src/msgcache.c
1301         * src/summaryview.c
1302         * src/gtk/gtksctree.c
1303         * src/gtk/gtksctree.h
1304                 More timings
1305                 Fix slow loading problem, which was caused by the
1306                 use of some gtk_ctree funcs and their use of
1307                 g_list_position while gtk_ctree_(un)link'ing.
1308                 Reap more functions from gtkctree.c to be sure we
1309                 use our (fast) version instead of theirs.
1310         * src/mh.c
1311                 Fix copy of unread mails
1312
1313
1314 2006-05-22 [wwp]        2.2.0cvs47
1315
1316         * manual/fr/advanced.xml
1317                 updated.
1318
1319 2006-05-22 [colin]      2.2.0cvs46
1320
1321         * src/filtering.c
1322                 Fix possible infinite loop. 'copy' is not a 
1323                 final action, so when encountering a 'copy',
1324                 we have to check if a previous one was set
1325                 and do it. In the same way, if we encounter
1326                 a 'move' we have to perform a possibly 
1327                 pending 'copy'. This will slow down filtering
1328                 on IMAP if move+copy or multiple copy actions
1329                 are to be done, but handling it via the batch
1330                 would be really too convoluted.
1331
1332 2006-05-22 [wwp]        2.2.0cvs45
1333
1334         * manual/fr/advanced.xml
1335         * manual/fr/faq.xml
1336         * manual/fr/glossary.xml
1337         * manual/fr/handling.xml
1338         * manual/fr/intro.xml
1339         * manual/fr/plugins.xml
1340         * manual/fr/sylpheed-claws-manual.xml
1341                 sync w/ the english manual: updates URIs, documented mailing-list
1342                 support, better explanation about the enabled/disabled feature
1343                 in filtering/processing rules by Paul.
1344
1345 2006-05-21 [colin]      2.2.0cvs44
1346
1347         * src/summaryview.c
1348                 Don't expand after building threads, but during
1349
1350 2006-05-21 [colin]      2.2.0cvs43
1351
1352         * src/procmsg.c
1353         * src/summaryview.c
1354                 More timing possibilities... For next time I have 
1355                 to find out how the hell some 3GHz computer takes
1356                 one minute to open a 30k folder...
1357
1358 2006-05-21 [colin]      2.2.0cvs42
1359
1360         * manual/pl/advanced.xml
1361         * manual/pl/faq.xml
1362         * manual/pl/glossary.xml
1363         * manual/pl/handling.xml
1364         * manual/pl/intro.xml
1365         * manual/pl/plugins.xml
1366         * manual/pl/sylpheed-claws-manual.xml
1367                 Polish manual updated by Pawel
1368
1369 2006-05-20 [colin]
1370
1371         * 2.3.0-rc3 released
1372
1373 2006-05-20 [colin]      2.2.0cvs41
1374
1375         * src/imap.c
1376                 Fix -rc2 problems:
1377                 - remove cache of moved messages from original folder
1378                 - apply new flags to messages even if they aren't appliable
1379                   via IMAP.
1380
1381 2006-05-20 [colin]
1382
1383         * 2.3.0-rc2 released
1384
1385 2006-05-19 [colin]      2.2.0cvs40
1386
1387         * src/imap.c
1388                 Don't issue SELECT in imap_change_flags
1389                 before having checked that we indeed have
1390                 some flags to change. MSG_POSTFILTERED for
1391                 example can't be used on IMAP.
1392                 Fixes bug #955 (copying messages between 
1393                 imap folders is extremely slow), which was
1394                 a regression.
1395
1396 2006-05-19 [colin]      2.2.0cvs39
1397
1398         * src/folder.c
1399         * src/folder.h
1400         * src/folderview.c
1401                 Try to fix bug #830 (Some unread messages 
1402                 get marked read in IMAP inbox):
1403                 - Prevent scanning a folder if it's being 
1404                   opened via the GUI
1405                 - Postpone opening via the GUI of a folder
1406                   currently scanned.
1407
1408
1409 2006-05-19 [wwp]        2.2.0cvs38
1410
1411         * manual/advanced.xml
1412                 fix English+typo (thanks to Paul).
1413
1414 2006-05-19 [wwp]        2.2.0cvs37
1415
1416         * manual/advanced.xml
1417         * manual/fr/advanced.xml
1418         * src/gtk/logwindow.c
1419         * src/prefs_common.c
1420         * src/prefs_common.h
1421                 added hidden prefs to allow customization of colors used in
1422                 protocol log window (useful for dark gtk+ themes).
1423
1424 2006-05-19 [wwp]        2.2.0cvs36
1425
1426         * ChangeLog
1427                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1428
1429 2006-05-19 [paul]       2.2.0cvs35
1430
1431         * src/textview.c
1432                 make Reply-To fully clickable
1433         * src/gtk/logwindow.c
1434                 more colouring (SMTP ESMTP)
1435         Both patches by Pawel Pekala
1436
1437 2006-05-19 [cleroy]     2.2.0cvs34
1438
1439         * src/mh.c
1440                 Don't update flags from current folder
1441                 Probably fixes bug #935 (Read Messages 
1442                 Revert to Being Marked as Unread)
1443
1444 2006-05-18 [colin]      2.2.0cvs33
1445
1446         * src/imap.c
1447                 Warning fix
1448         * src/compose.c
1449         * src/mainwindow.c
1450         * src/summaryview.c
1451         * src/toolbar.c
1452                 Allow replying to multiple emails
1453                 in multiple windows
1454         * src/mimeview.c
1455         * src/etpan/imap-thread.c
1456                 Leak fixes
1457
1458 2006-05-18 [paul]       2.2.0cvs32
1459
1460         * src/summaryview.c
1461                 keep Mailing-List menu refreshed
1462                 Thanks to Colin
1463
1464 2006-05-18 [paul]       2.2.0cvs31
1465
1466         * manual/advanced.xml
1467         * manual/faq.xml
1468         * manual/glossary.xml
1469         * manual/handling.xml
1470         * manual/intro.xml
1471         * manual/plugins.xml
1472         * manual/sylpheed-claws-manual.xml
1473                 update URLs
1474                 add info about mailing-list support
1475                 edit filtering info
1476         * src/wizard.c
1477         * src/common/defs.h
1478         * src/gtk/about.c
1479         * src/plugins/dillo_viewer/README
1480                 update URLs
1481
1482 2006-05-17 [wwp]        2.2.0cvs30
1483
1484         * manual/handling.xml
1485         * manual/fr/handling.xml
1486                 documented the ability to enabled/disable filtering/processing rules.
1487
1488 2006-05-17 [colin]      2.2.0cvs29
1489
1490         * src/main.c
1491                 Don't initialize g_thread subsystem if it's 
1492                 already done (thanks to Hiro)
1493         * src/mimeview.c
1494                 Fix saving of parts when there name can't be
1495                 converted from UTF-8.
1496
1497 2006-05-17 [paul]       2.2.0cvs28
1498
1499         * po/Makefile.in.in
1500                 fix config.status warning with autoconf 2.60
1501
1502 2006-05-17 [paul]       2.2.0cvs27
1503
1504         * po/POTFILES.in
1505                 add src/mbox.c
1506
1507 2006-05-17 [wwp]        2.2.0cvs26
1508
1509         * src/mainwindow.c
1510                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1511
1512 2006-05-17 [wwp]        2.2.0cvs25
1513
1514         * src/plugins/demo/demo.c
1515                 updated product name in plugin demo (many plugins need to be
1516                 sync'ed w/ that change).
1517
1518 2006-05-17 [colin]      2.2.0cvs24
1519
1520         * src/mh.c
1521                 Fix leak
1522
1523 2006-05-16 [colin]      2.2.0cvs23
1524
1525         * src/mainwindow.c
1526                 Stupid me hit again. Fix cvs22.
1527
1528 2006-05-16 [colin]      2.2.0cvs22
1529
1530         * src/mainwindow.c
1531                 Fix bug #922 (sylpheed-claws crashed after 
1532                 pushing on Inbox folder)
1533
1534 2006-05-16 [colin]      2.2.0cvs21
1535
1536         * src/compose.c
1537                 Make From header be copy/paste/select-able
1538
1539 2006-05-16 [wwp]        2.2.0cvs20
1540
1541         * src/export.c
1542         * src/matcher.c
1543         * src/summaryview.c
1544         * src/etpan/imap-thread.c
1545                 fix some compiler warnings (thanks to Colin).
1546
1547 2006-05-16 [wwp]        2.2.0cvs19
1548
1549         * src/action.c
1550         * src/gedit-print.c
1551         * src/inc.c
1552         * src/mainwindow.c
1553         * src/mh.c
1554         * src/statusbar.c
1555         * src/send_message.c
1556         * src/summaryview.c
1557                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1558
1559 2006-05-15 [colin]      2.2.0cvs18
1560
1561         * src/procmsg.c
1562                 Fix automatic rule creation with List-Post
1563
1564 2006-05-15 [paul]       2.2.0cvs17
1565
1566         * tools/filter_conv_new.pl
1567                 updated for rule enabling/disabling
1568                 claws version >= 2.3.x required
1569
1570 2006-05-15 [cleroy]     2.2.0cvs16
1571
1572         * src/main.c
1573                 Revert test
1574
1575 2006-05-15 [cleroy]     2.2.0cvs15
1576
1577         * src/main.c
1578                 test
1579
1580 2006-05-15 [wwp]        2.2.0cvs14
1581
1582         * manual/pl/.cvsignore
1583                 ignore generated files.
1584
1585 2006-05-14 [wwp]        2.3.0-rc1
1586
1587         * 2.3.0-rc1 released
1588
1589 2006-05-13 [wwp]        2.2.0cvs13
1590
1591         * src/filtering.c
1592         * src/filtering.h
1593         * src/matcher.c
1594         * src/matcher_parser_lex.l
1595         * src/matcher_parser_parse.y
1596         * src/prefs_filtering.c
1597                 new feature: provide the ability to disable filtering and processing
1598                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1599                 adaptations.
1600
1601 2006-05-13 [colin]      2.2.0cvs12
1602
1603         * src/compose.c
1604                 Remove useless if (a) b; else b;
1605                 Thanks to wwp
1606
1607 2006-05-13 [wwp]        2.2.0cvs11
1608
1609         * src/export.c
1610         * src/import.c
1611         * src/mainwindow.c
1612         * src/mbox.c
1613         * src/summaryview.c
1614         * src/summaryview.h
1615                 no more silent failures (or at least less ones) when importing
1616                 or exporting from/to mbox. Also start importing/exporting if
1617                 the necessary info is set.
1618
1619 2006-05-13 [wwp]        2.2.0cvs10
1620
1621         * RELEASE_NOTES
1622                 restored up-to-date release notes.
1623
1624 2006-05-13 [paul]       2.2.0cvs9
1625
1626         * po/nl.po
1627         * po/ru.po
1628                 updated by Tim Dijkstra and Pavlo Bohmat
1629
1630 2006-05-12 [colin]      2.2.0cvs8
1631
1632         * src/gtk/quicksearch.c
1633                 Add "k" as shortcut for "colorlabel". Patch
1634                 by ath42@users.sf.net.
1635
1636 2006-05-12 [paul]       2.2.0cvs7
1637
1638         * src/prefs_common.h
1639         * src/prefs_summaries.c
1640         * src/summaryview.c
1641                 when entering a folder also allow
1642                 going directly to first Marked message
1643
1644 2006-05-12 [paul]       2.2.0cvs6
1645
1646         * src/summaryview.c
1647                 always obey 'confirm before marking all
1648                 mails read' option
1649
1650 2006-05-12 [paul]       2.2.0cvs5
1651
1652         * src/textview.c
1653                 make Sender fully clickable
1654
1655 2006-05-12 [colin]      2.2.0cvs4
1656
1657         * src/compose.c
1658         * src/compose.h
1659                 Let From be editable
1660         * src/main.c
1661         * src/mh.c
1662                 Full support of .mh_sequences' Unseen seq
1663
1664 2006-05-12 [colin]      2.2.0cvs3
1665
1666         * src/folder.c
1667         * src/mainwindow.c
1668         * src/mainwindow.h
1669         * src/messageview.c
1670         * src/prefs_spelling.c
1671         * src/procheader.c
1672         * src/procmsg.c
1673         * src/procmsg.h
1674         * src/summaryview.c
1675         * src/toolbar.c
1676         * src/toolbar.h
1677                 Add contextual menu on Compose toolbar
1678                 button. Fixes bug #944 (Automatic
1679                 addresses not applied when changing account
1680                 from compose window)
1681                 add Mailing List support
1682                 based on the old 0.6.5claws25 patch by
1683                 Melvin Hadasht, with finishing touches
1684                 by Colin
1685                 Fix "ignore thread" when mails are threaded by
1686                 subject (and weren't ignored although appearing
1687                 in the thread).
1688                 GUI rework.
1689                 Both patches by Pawel.
1690
1691 2006-05-08 [paul]       2.2.0cvs2
1692
1693         * src/mainwindow.c
1694         * src/mainwindow.h
1695         * src/messageview.c
1696         * src/procheader.c
1697         * src/procmsg.c
1698         * src/procmsg.h
1699         * src/summaryview.c
1700                 add Mailing List support
1701                 based on the old 0.6.5claws25 patch by 
1702                 Melvin Hadasht, with finishing touches
1703                 by Colin
1704
1705 2006-05-08 [colin]      2.2.0cvs1
1706
1707         * src/mainwindow.c
1708         * src/toolbar.c
1709         * src/toolbar.h
1710                 Add contextual menu on Compose toolbar 
1711                 button. Fixes bug #944 (Automatic 
1712                 addresses not applied when changing account 
1713                 from compose window)
1714
1715 2006-05-08 [paul]       2.2.0
1716
1717         2.2.0 released
1718
1719 2006-05-08 [paul]       2.1.1cvs51
1720
1721         * po/cs.po
1722         * po/de.po
1723         * po/en_GB.po
1724         * po/fi.po
1725         * po/fr.po
1726         * po/pt_BR.po
1727         * po/sr.po
1728         * po/zh_CN.po
1729                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1730                 Fabien Vantard, Frederico Goncalves Guimaraes,
1731                 Aleksandar Urosevic, and Ralgh Young
1732
1733 2006-05-12 [colin]      2.1.1cvs50
1734
1735         * po/cs.po
1736         * po/de.po
1737         * po/en_GB.po
1738         * po/es.po
1739         * po/fi.po
1740         * po/fr.po
1741         * po/pt_BR.po
1742         * po/sr.po
1743         * po/zh_CN.po
1744                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
1745                 Fabien Vantard, Frederico Goncalves Guimaraes,
1746                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
1747
1748 2006-05-05 [colin]      2.1.1cvs49
1749
1750         * manual/Makefile.am
1751         * manual/pl/Makefile.am
1752         * manual/pl/account.xml
1753         * manual/pl/ack.xml
1754         * manual/pl/addrbook.xml
1755         * manual/pl/advanced.xml
1756         * manual/pl/faq.xml
1757         * manual/pl/glossary.xml
1758         * manual/pl/gpl.xml
1759         * manual/pl/handling.xml
1760         * manual/pl/intro.xml
1761         * manual/pl/keyboard.xml
1762         * manual/pl/plugins.xml
1763         * manual/pl/starting.xml
1764         * manual/pl/sylpheed-claws-manual.xml
1765         * manual/pl/dist/.cvsignore
1766         * manual/pl/dist/Makefile.am
1767         * manual/pl/dist/html/.cvsignore
1768         * manual/pl/dist/html/Makefile.am
1769         * manual/pl/dist/pdf/.cvsignore
1770         * manual/pl/dist/pdf/Makefile.am
1771         * manual/pl/dist/ps/.cvsignore
1772         * manual/pl/dist/ps/Makefile.am
1773         * manual/pl/dist/txt/.cvsignore
1774         * manual/pl/dist/txt/Makefile.am
1775                 Add the polish translation of the manual,
1776                 Authored by Pawel Pekala.
1777
1778 2006-05-05 [cleroy]     2.1.1cvs48
1779
1780         * src/main.c
1781                 Re-read matcherrc after loading plugins 
1782                 if some of them add folders.
1783
1784 2006-05-03 [colin]      2.1.1cvs47
1785
1786         * src/imap.c
1787                 I'm idiot
1788
1789 2006-05-03 [colin]      2.1.1cvs46
1790
1791         * src/imap.c
1792                 Be sure to have a session when
1793                 getting separator
1794
1795 2006-05-03 [colin]      2.1.1cvs45
1796
1797         * src/imap.c
1798         * src/imap.h
1799         * src/imap_gtk.c
1800                 Fix preventing renaming with namespace 
1801                 separator.
1802
1803 2006-05-01 [colin]      2.1.1cvs44
1804
1805         * src/action.c
1806                 Don't reload messageview when result of
1807                 action is piped.
1808
1809 2006-04-29 [colin]      2.1.1cvs43
1810
1811         * src/prefs_receive.c
1812         * src/plugins/spamassassin/spamassassin_gtk.c
1813         * src/plugins/clamav/clamav_plugin_gtk.c
1814                 GUI fixes by Pawel
1815
1816 2006-04-29 [colin]      2.1.1cvs42
1817
1818         * src/prefs_compose_writing.c
1819         * src/prefs_quote.c
1820                 Cleanups. Patch by Pawel
1821
1822 2006-04-28 [paul]       2.1.1cvs41
1823
1824         * src/matcher.c
1825                 fix returned quick search results when search
1826                 term contains an underscore.
1827                 Thanks to Colin
1828
1829 2006-04-28 [paul]       2.1.1cvs40
1830
1831         * src/prefs_message.c
1832         * src/prefs_receive.c
1833                 GUI cleanups
1834                 Patches by Pawel Pekala
1835
1836 2006-04-27 [colin]      2.1.1cvs39
1837
1838         * src/wizard.c
1839                 Differentiate subject Welcome from
1840                 window's title Welcome
1841
1842 2006-04-27 [paul]
1843
1844         2.2.0-rc1 released
1845
1846 2006-04-27 [paul]       2.1.1cvs38
1847
1848         * manual/advanced.xml
1849         * manual/fr/advanced.xml
1850                 add info about compose_no_markup hidden pref
1851
1852 2006-04-27 [paul]       2.1.1cvs37
1853
1854         * src/prefs_account.c
1855                 improve privacy labels
1856         * src/prefs_msg_colors.c
1857                 change some strings for translators' convenience
1858         * src/gtk/gtkutils.c
1859                 don't underline the link button text
1860
1861 2006-04-25 [colin]      2.1.1cvs36
1862
1863         * src/folder.c
1864                 Complete 2.1.1cvs33 (once more ;)
1865
1866 2006-04-25 [colin]      2.1.1cvs35
1867
1868         * src/editldap.c
1869                 Fix tooltip
1870
1871 2006-04-25 [cleroy]     2.1.1cvs34
1872
1873         * src/compose.c
1874         * src/gtk/gtkaspell.c
1875                 Fix crash on redirect (related to the return 
1876                 of the aspell menu in compose's toolbar)
1877         * src/prefs_msg_colors.c
1878                 Fix sensitivity widgets
1879         * src/image_viewer.c
1880         * src/gtk/pluginwindow.c
1881         * src/gtk/prefswindow.c
1882                 Change released signals to clicked (Fabien)
1883         * po/POTFILES.in
1884         * src/common/socket.c
1885         * src/plugins/spamassassin/spamassassin.c
1886                 Translate strings (Fabien)
1887
1888 2006-04-25 [paul]       2.1.1cvs33
1889
1890         * src/folder.c
1891         * src/folder.h
1892         * src/folderview.c
1893                 complete the fix of bug #912
1894                 Thanks to Colin
1895
1896 2006-04-25 [colin]      2.1.1cvs32
1897
1898         * src/news.c
1899                 Better progress bar
1900         * src/mimeview.c
1901         * src/summaryview.c
1902         * src/summaryview.h
1903                 Fix focus chain
1904                 Patches by Pawel Pekala
1905
1906 2006-04-24 [colin]      2.1.1cvs31
1907
1908         * src/compose.c
1909                 Fix compilation warnings (Fabien)
1910
1911 2006-04-24 [colin]      2.1.1cvs30
1912
1913         * src/addrindex.c
1914         * src/editldap.c
1915         * src/editldap_basedn.c
1916         * src/editldap_basedn.h
1917         * src/ldapctrl.c
1918         * src/ldapctrl.h
1919         * src/ldapquery.c
1920         * src/ldaputil.c
1921         * src/ldaputil.h
1922                 Fix bug #901 (LDAPS support)
1923
1924 2006-04-24 [colin]      2.1.1cvs29
1925
1926         * src/compose.c
1927                 Fix logic on error with send dialog on
1928         * src/imap.c
1929                 Fix compilation without libetpan, thanks
1930                 to Fabien
1931         * src/summaryview.c
1932                 Fix 'context-menu' key
1933
1934 2006-04-23 [colin]      2.1.1cvs28
1935
1936         * src/folder.c
1937                 Never free current's cache to free up 
1938                 memory. Fixes bug #912 (new count 
1939                 randomly set to message count)
1940
1941 2006-04-23 [colin]      2.1.1cvs27
1942
1943         * src/gtk/quicksearch.c
1944                 And remove printf...
1945
1946 2006-04-23 [colin]      2.1.1cvs26
1947
1948         * src/gtk/quicksearch.c
1949                 Fix replacing in quicksearch, and fix inserting
1950                 in the middle of the string. (introduced at 2.1.0cvs22)
1951
1952 2006-04-23 [colin]      2.1.1cvs25
1953
1954         * src/imap.c
1955                 Make sure uidnext is initialized in get_num_list
1956                 (not for stable, related to 2.1.1cvs8 and friends)
1957
1958 2006-04-23 [colin]      2.1.1cvs24
1959
1960         * src/imap.c
1961                 Output something when login is successful
1962                 too
1963
1964 2006-04-23 [colin]      2.1.1cvs23
1965
1966         * src/etpan/imap-thread.c
1967                 Better logging (line-per-line, hide data in fetch)
1968                 Fix a const warning
1969         * src/gtk/logwindow.c
1970         * src/gtk/logwindow.h
1971                 Better logging (color for input/output)
1972
1973 2006-04-21 [colin]      2.1.1cvs22
1974
1975         * src/gtk/quicksearch.c
1976                 On gtk+-2.8, use stock buttons in quicksearch
1977                 Based on a patch by Fabien and a design by Paul
1978
1979 2006-04-21 [colin]      2.1.1cvs21
1980
1981         * src/folderview.c
1982         * src/mainwindow.c
1983                 Fix occasional flicker in folderview
1984         * src/common/utils.c
1985                 Fix bug #943 (Incorrectly parsed email address 
1986                 list in short headers on message view and in 
1987                 printouts)
1988
1989 2006-04-20 [colin]      2.1.1cvs20
1990
1991         * src/imap.c
1992         * src/imap.h
1993         * src/prefs_account.c
1994                 Add ANONYMOUS auth for IMAP
1995
1996 2006-04-20 [paul]       2.1.1cvs19
1997
1998         * src/main.c
1999                 proper fix for 2.1.1cvs18
2000                 Thanks to Colin
2001
2002 2006-04-20 [paul]       2.1.1cvs18
2003
2004         * src/main.c
2005                 fix build warnings
2006
2007 2006-04-20 [paul]       2.1.1cvs17
2008
2009         * src/gtk/quicksearch.c
2010                 fix standard, non-extended Quick search,
2011                 was broken in 2.1.1cvs15.
2012                 Thanks to Colin.
2013
2014 2006-04-20 [colin]      2.1.1cvs16
2015
2016         * src/prefs_matcher.c
2017                 Fix values when reselecting a ~test
2018                 rule
2019
2020 2006-04-19 [colin]      2.1.1cvs15
2021
2022         * src/compose.c
2023         * src/compose.h
2024         * src/gtk/gtkaspell.c
2025         * src/gtk/gtkaspell.h
2026                 Put back Options menu in Spelling/
2027         * src/gtk/quicksearch.c
2028                 Don't search, and show error, if the
2029                 advanced search has a syntax error
2030
2031 2006-04-18 [colin]      2.1.1cvs14
2032
2033         * src/textview.c
2034                 Fix gdk warnings on set_cursor when textview
2035                 isn't visible
2036
2037 2006-04-18 [colin]      2.1.1cvs13
2038
2039         * src/gtk/gtksctree.c
2040                 Remove seemingly useless refresh that causes
2041                 flicker - watch this commit in case of 
2042                 problems before planned backport to stable
2043
2044 2006-04-18 [colin]      2.1.1cvs12
2045
2046         * src/imap.c
2047                 Factorize get/set_xml code
2048         * src/compose.c
2049         * src/prefs_account.c
2050         * src/prefs_account.h
2051         * src/procmsg.c
2052                 Add Encrypt to self option
2053
2054 2006-04-17 [colin]      2.1.1cvs11
2055
2056         * configure.ac
2057                 Fix search on encrpyt function on dragonfly
2058                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2059
2060 2006-04-17 [colin]      2.1.1cvs10
2061
2062         * src/prefs_account.c
2063                 Be safe by default: remove mails from POP3
2064                 after 7 days, not immediately
2065
2066 2006-04-17 [colin]      2.1.1cvs9
2067
2068         * src/etpan/imap-thread.c
2069                 Fix build on DragonFly - patch by 
2070                 Jonathan Buschmann <jonthn@agmact.com>
2071
2072 2006-04-17 [colin]      2.1.1cvs8
2073
2074         * src/imap.c
2075                 Save uidnext between sessions
2076
2077 2006-04-17 [colin]      2.1.1cvs7
2078
2079         * src/imap.c
2080                 scan is required when uid validity changes
2081
2082 2006-04-17 [colin]      2.1.1cvs6
2083
2084         * src/folderview.c
2085                 Don't scan if not necessary, apart in current
2086                 folder and INBOX to fetch flags.
2087         * src/imap.c
2088                 Scan is necessary if unread count changes
2089
2090 2006-04-17 [colin]      2.1.1cvs5
2091
2092         * src/imap.c
2093                 ...But always fetch ANSWERED and DELETED flags for
2094                 INBOX, as filtering can happen on these flags.
2095
2096 2006-04-17 [colin]      2.1.1cvs4
2097
2098         * src/imap.c
2099                 Don't fetch REPLIED and DELETED flags when synchronising
2100                 flags with a closed folder. We only need UNSEEN and FLAGGED
2101                 to update the folderview.
2102
2103 2006-04-17 [colin]      2.1.1cvs3
2104
2105         * src/imap.c
2106                 Faster flag search when there are new mails 
2107                 in a folder. We can do a full search if the 
2108                 folder contains less messages than the new
2109                 list.
2110
2111 2006-04-17 [colin]      2.1.1cvs2
2112
2113         * po/cs.po
2114         * po/de.po
2115         * po/fr.po
2116         * po/nl.po
2117         * po/pt_BR.po
2118                 Update translations from stable branch
2119
2120 2006-04-17 [colin]      2.1.1cvs1
2121
2122         * configure.ac
2123                 Bump version to follow stable release
2124
2125 2006-04-16 [mones]      2.1.0cvs50
2126
2127         * po/es.po
2128                 Updated for release
2129
2130 2006-04-16 [colin]      2.1.0cvs49
2131
2132         * src/textview.c
2133                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2134                 with gtk < 2.8. Thanks to Fabien Vantard.
2135
2136 2006-04-15 [colin]      2.1.0cvs48
2137
2138         * src/etpan/imap-thread.c
2139                 Fix bug #919 (libetpan: SEGV when connecting 
2140                 using command)
2141
2142 2006-04-14 [colin]      2.1.0cvs47
2143
2144         * src/main.c
2145                 Fix race on --select (should be done better)
2146
2147 2006-04-14 [wwp]        2.1.0cvs46
2148
2149         * src/send_message.c
2150                 enforce a check for domain in account prefs (a sending
2151                 error could be faced if domain was checked but no value set),
2152                 thanks to Colin.
2153
2154 2006-04-14 [colin]      2.1.0cvs45
2155
2156         * src/codeconv.c
2157                 when converting from unknown to unknown, if the
2158                 string is UTF8, don't convert it to the locale
2159                 (which breaks it)
2160
2161 2006-04-14 [colin]      2.1.0cvs44
2162
2163         * src/compose.c
2164                 Don't try to use ASCII for converting headers
2165                 (as done in body)
2166
2167 2006-04-14 [paul]       2.1.0cvs43
2168
2169         * src/crash.c
2170                 add locale/charset info to crash report
2171         * src/gtk/about.c
2172                 add wwp to doc team
2173                 replace 'e-mail' with preferred 'email'
2174         * src/gtk/authors.h
2175                 ensure contributors list is in alphabetical
2176                 order
2177
2178 2006-04-13 [colin]      2.1.0cvs42
2179
2180         * src/textview.c
2181                 Prevent gdk warnings
2182
2183 2006-04-13 [colin]      2.1.0cvs41
2184
2185         * src/common/ssl_certificate.c
2186         * src/common/ssl_certificate.h
2187         * src/gtk/sslcertwindow.c
2188                 Warn on expired certs, and display the expiration date
2189
2190 2006-04-13 [colin]      2.1.0cvs40
2191
2192         * src/plugins/spamassassin/spamassassin_gtk.c
2193                 Fix missing set_text on unix socket
2194
2195 2006-04-13 [wwp]        2.1.0cvs39
2196
2197         * manual/fr/advanced.xml
2198         * manual/fr/glossary.xml
2199                 applied new spam/ham/email lexicon (pourriel, courriel)
2200
2201 2006-04-13 [paul]       2.1.0cvs38
2202
2203         * src/plugins/pgpmime/plugin.c
2204                 remove the mention of S/MIME from the
2205                 description. This is now handled by the
2206                 S/MIME plugin.
2207
2208 2006-04-13 [paul]       2.1.0cvs37
2209
2210         * src/prefs_msg_colors.c
2211                 rework dialog
2212         * src/prefs_folder_item.c
2213         * src/prefs_spelling.c
2214                 add a tooltip to the colour selector buttons
2215
2216 2006-04-13 [wwp]        2.1.0cvs36
2217
2218         * manual/advanced.xml
2219         * manual/glossary.xml
2220         * manual/handling.xml
2221         * manual/keyboard.xml
2222         * manual/plugins.xml
2223         * manual/starting.xml
2224         * manual/fr/account.xml
2225         * manual/fr/ack.xml
2226         * manual/fr/addrbook.xml
2227         * manual/fr/advanced.xml
2228         * manual/fr/faq.xml
2229         * manual/fr/glossary.xml
2230         * manual/fr/gpl.xml
2231         * manual/fr/handling.xml
2232         * manual/fr/intro.xml
2233         * manual/fr/keyboard.xml
2234         * manual/fr/plugins.xml
2235         * manual/fr/starting.xml
2236         * manual/fr/sylpheed-claws-manual.xml
2237                 fixes to the manuals:
2238                  - summaryview -> Message List (same in French)
2239                  - translate key names
2240                  - fix French punctuation, use non-breakable spaces when
2241                    necessary, don't use &thinsp; which is not portable
2242                  - tell what maildir and mbox formats we support
2243
2244 2006-04-12 [wwp]        2.1.0cvs35
2245
2246         * src/prefs_toolbar.c
2247                 unified a replace button more,
2248                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2249
2250 2006-04-12 [wwp]        2.1.0cvs34
2251
2252         * src/prefs_common.c
2253         * src/prefs_msg_colors.c
2254                 make default color labels translatable,
2255                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2256                 thanks to Tim <timbrain@post.cz> for reporting.
2257
2258 2006-04-12 [wwp]        2.1.0cvs33
2259
2260         * manual/glossary.xml
2261         * manual/intro.xml
2262         * manual/plugins.xml
2263         * manual/starting.xml
2264         * manual/sylpheed-claws-manual.xml
2265         * manual/fr/.cvsignore
2266         * manual/fr/account.xml
2267         * manual/fr/ack.xml
2268         * manual/fr/addrbook.xml
2269         * manual/fr/advanced.xml
2270         * manual/fr/faq.xml
2271         * manual/fr/glossary.xml
2272         * manual/fr/handling.xml
2273         * manual/fr/intro.xml
2274         * manual/fr/keyboard.xml
2275         * manual/fr/plugins.xml
2276         * manual/fr/starting.xml
2277         * manual/fr/sylpheed-claws-manual.xml
2278                 various fixes: typos, missing .fr translations, punctuation,
2279                 capitalization, links, accents and some bad French more.
2280
2281 2006-04-12 [wwp]        2.1.0cvs32
2282
2283         * src/prefs_gtk.c
2284                 fix for bug #935: always store prefs files in UTF-8 (thanks
2285                 to Colin).
2286
2287 2006-04-11 [colin]      2.1.0cvs31
2288
2289         * src/compose.c
2290                 Fix inserting files not in utf8 when locale is utf8
2291
2292 2006-04-11 [colin]      2.1.0cvs30
2293
2294         * src/inc.c
2295                 Don't show error dialog when cancelling connection
2296                 Patch by Pawel
2297
2298 2006-04-11 [cleroy]     2.1.0cvs29
2299
2300         * src/compose.c
2301                 Implement multiple quote levels
2302         * src/prefs_common.c
2303                 Change a little bit the quote bgcolor for 2nd level
2304
2305 2006-04-11 [colin]      2.1.0cvs28
2306
2307         * src/gtk/about.c
2308                 Add locale and charset in the label
2309
2310 2006-04-10 [colin]      2.1.0cvs27
2311
2312         * src/compose.c
2313         * src/prefs_common.c
2314         * src/prefs_common.h
2315         * src/prefs_msg_colors.c
2316         * src/textview.c
2317                 Allow optional background color in quotes
2318                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2319                 GTK+-2.8.x feature
2320
2321 2006-04-10 [colin]      2.1.0cvs26
2322
2323         * src/main.c
2324         * src/mainwindow.c
2325         * src/mainwindow.h
2326                 Implement --select
2327
2328 2006-04-10 [colin]      2.1.0cvs25
2329
2330         * manual/plugins.xml
2331         * manual/fr/plugins.xml
2332                 Document libcurl's proxy variables
2333
2334 2006-04-09 [colin]      2.1.0cvs24
2335
2336         * src/prefs_common.c
2337                 gettext() returns statically allocated stuff. We have
2338                 to strdup it in order to be able to free it.
2339
2340 2006-04-09 [colin]      2.1.0cvs23
2341
2342         * AUTHORS
2343         * src/gtk/authors.h
2344                 Add Alexei
2345
2346 2006-04-09 [colin]      2.1.0cvs22
2347
2348         * src/mainwindow.c
2349         * src/gtk/quicksearch.c
2350                 Fix bug #859 (problems with cyrilic input in 
2351                 search panel) - Patch by Alexey Illarionov 
2352                 <littlesavage@rambler.ru>
2353
2354 2006-04-09 [colin]      2.1.0cvs21
2355
2356         * src/prefs_customheader.c
2357                 I prefer removing then freeing rather than the contrary
2358                 (even if it doesn't change anything ;-)
2359         * src/prefs_account.c
2360                 Fix bug #933 (Crash re-entering the custom headers list 
2361                 dialog in accounts prefs)
2362                 The problem happened when cancelling the Account 
2363                 Preferences' dialogs - in which case we didn't do 
2364                 anything to the PrefsAccount * struct. In case of applying,
2365                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2366                 working with in this dialog. The problem is that 
2367                 prefs_customheader.c, working on this tmp_ac_prefs, always
2368                 changes the ->customhdr_list pointer, even when cancelled. 
2369                 So in case of cancelling the prefs_account dialog, we still
2370                 have to update ->customhdr_list in the real account.
2371
2372 2006-04-08 [colin]      2.1.0cvs20
2373
2374         * manual/fr/glossary.xml
2375         * manual/fr/keyboard.xml
2376                 Forgot some headers :)
2377
2378 2006-04-08 [colin]      2.1.0cvs19
2379
2380         * manual/Makefile.am
2381         * manual/fr/Makefile.am
2382         * manual/fr/account.xml
2383         * manual/fr/ack.xml
2384         * manual/fr/addrbook.xml
2385         * manual/fr/advanced.xml
2386         * manual/fr/faq.xml
2387         * manual/fr/glossary.xml
2388         * manual/fr/gpl.xml
2389         * manual/fr/handling.xml
2390         * manual/fr/intro.xml
2391         * manual/fr/keyboard.xml
2392         * manual/fr/plugins.xml
2393         * manual/fr/starting.xml
2394         * manual/fr/sylpheed-claws-manual.xml
2395         * manual/fr/dist/.cvsignore
2396         * manual/fr/dist/Makefile.am
2397         * manual/fr/dist/html/.cvsignore
2398         * manual/fr/dist/html/Makefile.am
2399         * manual/fr/dist/pdf/.cvsignore
2400         * manual/fr/dist/pdf/Makefile.am
2401         * manual/fr/dist/ps/.cvsignore
2402         * manual/fr/dist/ps/Makefile.am
2403         * manual/fr/dist/txt/.cvsignore
2404         * manual/fr/dist/txt/Makefile.am
2405                 Add the french translation of the manual. Thanks to
2406                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2407                 account.xml, ack.xml, addrbook.xml and advanced.xml
2408
2409 2006-04-08 [colin]      2.1.0cvs18
2410
2411         * manual/plugins.xml
2412         * manual/starting.xml
2413                 More fixes
2414
2415 2006-04-07 [colin]      2.1.0cvs17
2416
2417         * manual/faq.xml
2418         * manual/intro.xml
2419         * manual/keyboard.xml
2420                 Little fixes
2421
2422 2006-04-07 [colin]      2.1.0cvs16
2423
2424         * README
2425         * src/compose.c
2426         * src/prefs_common.c
2427         * src/prefs_common.h
2428                 Add hidden compose_no_markup pref
2429
2430 2006-04-07 [wwp]        2.1.0cvs15
2431
2432         * src/summary_search.c
2433         * .cvsignore
2434                 Bugfix: stop button was sticky when searching in an empty folder.
2435                 Applied curly brackets code style to the whole file (summary_search.c).
2436                 More files to ignore.
2437
2438 2006-04-07 [wwp]        2.1.0cvs14
2439
2440         * src/message_search.c
2441         * src/summary_search.c
2442                 changed default button when search bumps at file/folder
2443                 beginning or end, for convenience (thanks to Colin).
2444
2445 2006-04-07 [paul]       2.1.0cvs13
2446
2447         * src/plugins/dillo_viewer/dillo_prefs.c
2448                 avoid future potential for namespace collision
2449                 Patch by Colin
2450
2451 2006-04-06 [wwp]        2.1.0cvs12
2452
2453         * src/summary_search.c
2454                 Unify extended/advanced searches names (and thus factorize labels),
2455                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2456
2457 2006-04-06 [wwp]        2.1.0cvs11
2458
2459         * src/folderview.c
2460         * src/prefs_themes.c
2461         * src/summaryview.c
2462                 Fixed some compilation warnings.
2463
2464 2006-04-06 [colin]      2.1.0cvs10
2465
2466         * manual/advanced.xml
2467                 Document the wizard template and how to deploy
2468                 Sylpheed-Claws effectively
2469
2470 2006-04-06 [colin]      2.1.0cvs9
2471
2472         * src/folderview.c
2473                 gettext patch to tell translators about _("#"),
2474                 by Maxim Britov
2475
2476 2006-04-06 [colin]      2.1.0cvs8
2477
2478         * src/textview.c
2479                 Fix invalid GtkTextBIter after clicking "Display as text"
2480
2481 2006-04-06 [mones]      2.1.0cvs7
2482
2483         * src/addr_compl.c
2484         * src/addrindex.c
2485         * src/addritem.c
2486         * src/codeconv.c
2487         * src/compose.c
2488         * src/filtering.c
2489         * src/folder.c
2490         * src/folder_item_prefs.c
2491         * src/folderview.c
2492         * src/localfolder.c
2493         * src/matcher.c
2494         * src/mimeview.c
2495         * src/prefs_msg_colors.c
2496         * src/prefs_spelling.c
2497         * src/prefs_themes.c
2498         * src/procmime.c
2499         * src/procmsg.c
2500         * src/stock_pixmap.c
2501         * src/summaryview.c
2502         * src/textview.c
2503         * src/toolbar.c
2504         * src/common/mgutils.c
2505         * src/common/prefs.c
2506         * src/common/ssl_certificate.c
2507         * src/gtk/colorlabel.c
2508         * src/gtk/quicksearch.c
2509         * src/plugins/pgpmime/pgpmime.c
2510         * src/plugins/spamassassin/spamassassin.c
2511                 Removed redundant NULL checks for g_free() calls.
2512                 Patch by Pawel Pekala.
2513
2514 2006-04-06 [mones]      2.1.0cvs6
2515
2516         * src/prefs_actions.c
2517         * src/prefs_filtering.c
2518         * src/prefs_filtering_action.c
2519         * src/prefs_matcher.c
2520         * src/prefs_template.c
2521         * src/gtk/gtkutils.c
2522         * src/gtk/gtkutils.h
2523                 Have a nice replace button. Patch by Pawel Pekala
2524
2525 2006-04-06 [colin]      2.1.0cvs5
2526
2527         * src/addressbook.c
2528                 Fix crash with empty columns
2529
2530 2006-04-05 [colin]      2.1.0cvs4
2531
2532         * src/wizard.c
2533         * src/prefs_gtk.c
2534                 Allow wizard customization with pre-filled values
2535
2536 2006-04-05 [colin]      2.1.0cvs3
2537
2538         * src/textview.c
2539         * src/mimeview.c
2540         * src/mimeview.h
2541                 Nicer messages in mimeview
2542
2543 2006-04-05 [colin]      2.1.0cvs2
2544
2545         * src/addressbook.c
2546         * src/prefs_summaries.c
2547                 i18n fix
2548
2549 2006-04-05 [colin]      2.1.0cvs1
2550
2551         * src/plugins/pgpcore/plugin.c
2552         * src/plugins/pgpcore/select-keys.c
2553         * src/plugins/pgpcore/select-keys.h
2554         * src/plugins/pgpcore/sgpgme.c
2555         * src/plugins/pgpcore/sgpgme.h
2556         * src/plugins/pgpinline/pgpinline.c
2557         * src/plugins/pgpinline/plugin.c
2558         * src/plugins/pgpmime/pgpmime.c
2559         * src/plugins/pgpmime/plugin.c
2560                 Factorize and generalize a bit 
2561                 Drop S/MIME signature verification from PGP/MIME
2562                 (adding it as another, more complete plugin)
2563
2564 2006-04-05 [paul]       2.1.0
2565
2566         2.1.0 released
2567
2568 2006-04-05 [paul]       2.0.0cvs186
2569
2570         * manual/advanced.xml
2571                 add info on colour labels
2572
2573 2006-04-05 [paul]       2.0.0cvs185
2574
2575         * po/bg.po
2576         * po/cs.po
2577         * po/de.po
2578         * po/el.po
2579         * po/en_GB.po
2580         * po/fi.po
2581         * po/fr.po
2582         * po/it.po
2583         * po/nl.po
2584         * po/pl.po
2585         * po/pt_BR.po
2586         * po/sr.po
2587         * po/zh_CN.po
2588                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2589                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2590                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2591                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2592         * src/gtk/authors.h
2593         * tools/claws.i18n.status.pl
2594                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2595                 and new Czech translator, Tim <timbrain@post.cz>
2596
2597 2006-04-05 [mones]      2.0.0cvs184
2598
2599         * po/es.po
2600                 Updated translation
2601
2602 2006-04-05 [colin]      2.0.0cvs183
2603
2604         * src/gtk/quicksearch.c
2605                 Fix bug #929 (unnecessary reload in quick search bar)
2606
2607 2006-04-05 [colin]      2.0.0cvs182
2608
2609         * src/compose.c
2610                 Fix crash on Reply with no From:
2611                 Show signature and conversion error on queuing 
2612                 (but not sending)
2613         * src/mainwindow.c
2614         * src/summaryview.c
2615         * src/summaryview.h
2616                 Factorize threading code and make sure msginfo 
2617                 is not null when it comes from a GtkCTreeRow's 
2618                 data
2619         * src/gtk/gtkaspell.c
2620                 Check for necessary things
2621         * src/gtk/gtksctree.c
2622         * src/gtk/gtksctree.h
2623                 Reset anchor if necessary when removing node
2624
2625 2006-03-29 [colin]      2.0.0cvs181
2626
2627         * src/folderview.c
2628                 Warn for disabled IMAP accounts (due to lack of
2629                 libetpan). Breaks string-freeze - sorry - but it
2630                 is kind of important ;)
2631
2632 2006-03-28 [colin]      2.0.0cvs180
2633
2634         * src/gtk/gtkutils.c
2635         * src/gtk/gtkutils.h
2636                 Add a gtkut_get_link_btn() function that
2637                 creates a button which acts like an URI
2638         * src/prefs_themes.c
2639         * src/gtk/about.c
2640                 Use this function (factorizes codes)
2641         * src/common/defs.h
2642         * src/gtk/pluginwindow.c
2643                 Add a "Get more..." in the plugins window
2644
2645 2006-03-28 [colin]      2.0.0cvs179
2646
2647         * src/common/smtp.c
2648         * src/common/passcrypt.c
2649         * src/undo.c
2650                 Warning fixes. Patch by Pawel Pekala
2651
2652 2006-03-27 [colin]      2.0.0cvs178
2653
2654         * src/undo.c
2655                 Fix undoing by blocks with spaces
2656
2657 2006-03-27 [colin]      2.0.0cvs177
2658
2659         * src/textview.c
2660                 Set margin to 3px for headers
2661
2662 2006-03-27 [paul]
2663
2664         2.1.0-rc2 released
2665
2666 2006-03-27 [wwp]        2.0.0cvs176
2667
2668         * src/summaryview.c
2669                 don't reset quicksearch when updating the message list.
2670                 Thanks to Colin.
2671
2672 2006-03-26 [wwp]        2.0.0cvs175
2673
2674         * src/compose.c
2675                 use a unified border width ('other' tab in the compose window,
2676                 patch by Pawel Pekala).
2677
2678
2679 2006-03-26 [wwp]        2.0.0cvs174
2680
2681         * src/common/quoted-printable.c
2682         * src/addressbook.c
2683                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
2684
2685 2006-03-26 [colin]      2.0.0cvs173
2686
2687         * src/quote_fmt_parse.y
2688                 Fix non-UTF8 date formats messing up the whole quote a 
2689                 little bit
2690
2691 2006-03-26 [colin]      2.0.0cvs172
2692
2693         * src/procheader.c
2694                 Make sure the date is UTF8 valid, or try to make it
2695                 so. IncrediMail is really IncrediStupid.
2696         * src/compose.c
2697                 Fix possible conversions. 
2698                 
2699
2700 2006-03-26 [colin]      2.0.0cvs171
2701
2702         * src/matcher.c
2703                 Fix corner cases in body search. This is still a
2704                 hack... It seems impossible to make it good and 
2705                 reasonably fast at the same time.
2706
2707 2006-03-26 [colin]      2.0.0cvs170
2708
2709         * src/summaryview.c
2710                 I think I killed the twilight zone bug!
2711                 summary_select_node() flushes GTK events in order
2712                 to be able to center the view. But this also 
2713                 flushes keypresses like Ctrl-Alt-U, so this can
2714                 call summary_show from summary_select_node (itself
2715                 called from summary_show, etc.). And the summaryview
2716                 has to be unlocked in this function. So just locking
2717                 while processing GTK events, and bailing if locked, 
2718                 should fix it.
2719                 Fixes bug #927 (SIGSEGV during Update Summary)
2720
2721 2006-03-25 [colin]      2.0.0cvs169
2722
2723         * src/matcher.c
2724                 Fix search in QP-encoded bodies
2725                 Fix utf-8 searches in bodies encoded in the
2726                 locale's encoding
2727         * src/common/quoted-printable.c
2728         * src/common/quoted-printable.h
2729                 Add a decode function that doesn't overwrite
2730                 the original pointer
2731                 
2732
2733 2006-03-24 [colin]      2.0.0cvs168
2734
2735         * src/action.c
2736         * src/summaryview.c
2737         * src/summaryview.h
2738                 Update message cache after action
2739                 Patch by H. Merijn Brand
2740         * src/prefs_msg_colors.c
2741                 Factorize label 
2742                 Patch by Fabien Vantard
2743         * src/plugins/spamassassin/spamassassin_gtk.c
2744                 Remove useless translation
2745                 Patch by Fabien Vantard
2746
2747 2006-03-23 [colin]      2.0.0cvs167
2748
2749         * src/common/ssl.c
2750                 Let 30 seconds to SSL_connect
2751
2752 2006-03-23 [wwp]        2.0.0cvs166
2753
2754         * src/summaryview.c
2755         * src/gtk/description_window.c
2756                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
2757                 and headers are translated; adjust description windows' width to fit their
2758                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2759
2760 2006-03-23 [paul]       2.0.0cvs165
2761
2762         * src/common/utils.c
2763                 fix highlighting of URIs containing "()"
2764                 (2.0.0cvs164's reversal fixed)
2765                 Thanks to Colin.
2766
2767 2006-03-23 [paul]       2.0.0cvs164
2768
2769         * src/common/utils.c
2770                 revert patch, (postponing a fix), at 2.0.0cvs120
2771                 as it breaks more URIs than it fixes.
2772                 Allow '-' to be a terminating character in a URI
2773
2774 2006-03-22 [colin]      2.0.0cvs163
2775
2776         * configure.ac
2777                 Require libetpan 0.45
2778                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2779
2780 2006-03-22 [paul]       2.0.0cvs162
2781
2782         * src/editgroup.c
2783                 replace '<-' and '->' buttons with GTK_STOCK graphical
2784                 buttons
2785         * src/summary_search.c
2786                 don't offer '...' for translation
2787                 add a tooltip to advanced search '...' button
2788         * src/gtk/quicksearch.c
2789                 don't offer '...' for translation
2790
2791 2006-03-21 [colin]      2.0.0cvs161
2792
2793         * src/compose.c
2794                 Fix middle-click pasting (insert at click
2795                 position instead of cursor position, don't
2796                 remove existing selection and allow pasting
2797                 our own selection)
2798         * src/addressbook.c
2799                 "LDAP Server" -> "LDAP servers"
2800
2801 2006-03-21 [wwp]        2.0.0cvs160
2802
2803         * src/etpan/imap-thread.c
2804                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2805
2806 2006-03-20 [colin]      2.0.0cvs159
2807
2808         * src/summaryview.c
2809                 Don't reload summaryview after an execute with no
2810                 move action
2811
2812 2006-03-19 [colin]      2.0.0cvs158
2813
2814         * src/addressbook.c
2815                 and put groups at the top, always
2816
2817 2006-03-19 [colin]      2.0.0cvs157
2818
2819         * src/addressbook.c
2820                 Order groups before names, as previously
2821
2822 2006-03-19 [colin]      2.0.0cvs156
2823
2824         * src/addressbook.c
2825                 - Sort case-unsensitive
2826                 - Put the sort arrow at opening too
2827
2828 2006-03-19 [wwp]        2.0.0cvs155
2829
2830         * src/addressbook.c
2831                 allow sorting by name/email/remarks, ensure that right-pane's contents
2832                 matches the left-pane selection (cleared when appropriate).
2833                 Patch by Pawel Pekala <c0rn@o2.pl>.
2834
2835 2006-03-18 [colin]      2.0.0cvs154
2836
2837         * src/textview.c
2838                 Fix text cursor ;)
2839
2840 2006-03-18 [colin]      2.0.0cvs153
2841
2842         * src/gtk/filesel.c
2843                 Make sure we hide the preview if we didn't get
2844                 a filename
2845
2846 2006-03-18 [colin]      2.0.0cvs152
2847
2848         * src/summaryview.c
2849                 Set cursor to watch for execution (fixes lack
2850                 of watch-cursor when dnd'ing hundreds of mails)
2851         * src/gtk/filesel.c
2852                 Check that mime type is 'image/*' before updating
2853                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2854
2855 2006-03-18 [colin]      2.0.0cvs151
2856
2857         * src/mainwindow.c
2858         * src/textview.c
2859         * src/textview.h
2860                 Put a watch cursor in textview too when the mainwindow's
2861                 cursor in a watch
2862
2863 2006-03-18 [colin]      2.0.0cvs150
2864
2865         * src/folder.c
2866                 Change wrong asserts to simple tests
2867
2868 2006-03-17 [colin]      2.0.0cvs149
2869
2870         * src/mainwindow.c
2871         * src/mainwindow.h
2872         * src/prefs_msg_colors.c
2873         * src/summaryview.c
2874         * src/summaryview.h
2875         * src/gtk/colorlabel.c
2876         * src/gtk/colorlabel.h
2877                 Add a color label menu in the main menubar
2878                 Add (fixed) accels Ctrl-{0-7} to change the color
2879                 They have to be fixed because the menu's dynamic,
2880                 the items are complex widgets, hence we can't use
2881                 a GtkItemFactory.
2882
2883
2884 2006-03-17 [wwp]        2.0.0cvs148
2885
2886         * src/compose.c
2887                 rollback few lines from my previous commit (those lines come from
2888                 a pending patch, accidentally commited, even if neutral as they are
2889                 commented out).
2890
2891 2006-03-17 [wwp]        2.0.0cvs147
2892
2893         * src/compose.c
2894                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
2895                 applied code style/indentation to the modified function.
2896
2897 2006-03-17 [wwp]        2.0.0cvs146
2898
2899         * src/procmsg.c
2900         * src/compose.c
2901                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2902
2903 2006-03-17 [paul]
2904
2905         2.1.0-rc1 released
2906
2907 2006-03-17 [paul]       2.0.0cvs145
2908
2909         * src/main.c
2910                 addressbook_read_file() was called twice
2911         * src/textview.c
2912                 X-Mailer highlighting
2913
2914 2006-03-16 [colin]      2.0.0cvs144
2915
2916         * src/sourcewindow.c
2917         * src/sourcewindow.h
2918                 And the last one, in source window.
2919
2920 2006-03-16 [colin]      2.0.0cvs143
2921
2922         * src/compose.c
2923         * src/compose.h
2924                 Fix the same stuff in compose
2925
2926 2006-03-16 [colin]      2.0.0cvs142
2927
2928         * src/messageview.c
2929                 Complete the previous messageview crash fix
2930
2931 2006-03-16 [colin]      2.0.0cvs141
2932
2933         * src/procmsg.h
2934         * src/procmsg.c
2935         * src/folder.c
2936                 Fix POSTPROCESSING hook
2937                 Patch by H. Merijn Brand
2938
2939         * src/procmime.c
2940         * src/procmime.h
2941                 Parse Content-Location
2942
2943         * src/toolbar.c
2944         * src/messageview.c
2945         * src/messageview.h
2946                 Don't crash when a top-level MessageView has
2947                 been closed on us. Same problematic than
2948                 yesterday's quicksearch issue.
2949
2950 2006-03-15 [colin]      2.0.0cvs140
2951
2952         * src/gtk/quicksearch.c
2953                 Fix a bitchy race we didn't think about when we
2954                 added quicksearch cancellation:
2955                 If the search is not on cached fields, for example
2956                 body_part matchcase "stuff"
2957                 the matcher code has to get the whole message. If
2958                 we're on IMAP, that can be slow, and in order to
2959                 be non-blocking, the IMAP code idle loop processes
2960                 gtk events too. So it is possible to cancel a
2961                 quicksearch while the matcher is getting the mail's
2962                 body. After matcher got its body, it will start to
2963                 iterate over the matcher list that the Quicksearch's
2964                 clear_search_cb() just freed via prepare_matcher().
2965                 SIGSEGV ensues.
2966                 The fix consists of guarding the matcherlist_match()
2967                 call with a boolean 'matching'. If we reset the
2968                 quicksearch while matching is TRUE, we don't free
2969                 the matcherlist anymore like we did, but we set
2970                 another new flag, deferred_free, to TRUE. Then,
2971                 in quicksearch_match(), just after returning from
2972                 matcherlist_match() and unsetting the matching flag,
2973                 we check the deferred_free flag and do the
2974                 prepare_matcher() (which does the matcherlist_free)
2975                 for real, so we free the matcherlist once it's not
2976                 used anymore.
2977                 As all of this runs via the glib main loop, we
2978                 luckily don't need a mutex.
2979         * src/summaryview.c
2980                 Also, show progress while searching.
2981
2982
2983 2006-03-14 [colin]      2.0.0cvs139
2984
2985         * src/alertpanel.c
2986                 Make alertpanel_is_open non-static
2987
2988 2006-03-14 [colin]      2.0.0cvs138
2989
2990         * src/prefs_spelling.c
2991                 Cleanups - Fabien Vantard
2992
2993 2006-03-14 [wwp]        2.0.0cvs137
2994
2995         * src/main.c
2996                 code style normalization (curly braces, indentation).
2997
2998 2006-03-14 [wwp]        2.0.0cvs137
2999
3000         * src/main.c
3001                 code style (braces, indentation)
3002
3003 2006-03-12 [paul]       2.0.0cvs136
3004
3005         * src/prefs_common.c
3006                 trans_hdr defaults to FALSE to be RFC-savvy
3007         * src/prefs_summaries.c
3008                 add a tooltip to the trans_hdr option
3009                 
3010
3011 2006-03-12 [paul]       2.0.0cvs135
3012
3013         * src/prefs_matcher.c
3014                 give a little more width to the combos
3015         * src/prefs_display_header.c
3016         * src/textview.c
3017                 translate headers if prefs_common.trans_hdr
3018                 is TRUE
3019
3020         Patches by Pawel Pekala
3021
3022 2006-03-12 [paul]       2.0.0cvs134
3023
3024         * src/plugins/clamav/clamav_plugin.c
3025         * src/plugins/dillo_viewer/dillo_viewer.c
3026         * src/plugins/pgpcore/plugin.c
3027         * src/plugins/pgpinline/plugin.c
3028         * src/plugins/pgpmime/plugin.c
3029         * src/plugins/spamassassin/spamassassin.c
3030                 update/add to descriptions
3031         * src/plugins/spamassassin/spamassassin_gtk.c
3032                 fixes to the english, remove superfluous
3033                 tooltips, clean up a little
3034
3035 2006-03-12 [paul]       2.0.0cvs133
3036
3037         * src/compose.c
3038                 fix Bug 924, 'Account combo box shows up wrong 
3039                 if & is in account name'
3040
3041 2006-03-11 [colin]      2.0.0cvs132
3042
3043         * src/summaryview.c
3044                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3045                 messed up shift-selection because is slows down
3046                 moving around summaryview. thanks -users
3047
3048 2006-03-10 [colin]      2.0.0cvs131
3049
3050         * src/plugins/spamassassin/spamassassin_gtk.c
3051                 Put back Paul's engrish fixes
3052
3053 2006-03-10 [colin]      2.0.0cvs130
3054
3055         * src/plugins/spamassassin/spamassassin.c
3056         * src/plugins/spamassassin/spamassassin.h
3057         * src/plugins/spamassassin/spamassassin_gtk.c
3058                 Cleanup SA prefs page (more)
3059                 Patch by Fabien Vantard
3060
3061 2006-03-10 [paul]       2.0.0cvs129
3062
3063         * src/prefs_msg_colors.c
3064         * src/prefs_spelling.c
3065                 widget sensitivity
3066
3067 2006-03-09 [mones]      2.0.0cvs128
3068
3069         * po/es.po
3070                 Update for next RC
3071
3072 2006-03-09 [wwp]        2.0.0cvs127
3073
3074         * configure.ac
3075                 revert accidental commit (requirement for libetpan 0.43), this time
3076                 not in HEAD.
3077
3078 2006-03-09 [wwp]        2.0.0cvs125
3079
3080         * configure.ac
3081                 revert accidental commit (requirement for libetpan 0.43)
3082
3083 2006-03-09 [paul]       2.0.0cvs126
3084
3085         * src/prefs_receive.c
3086                 remove useless frame
3087                 replace 'incorporation' with 'receiving'
3088         * src/plugins/clamav/clamav_plugin_gtk.c
3089         * src/plugins/spamassassin/spamassassin_gtk.c
3090                 improve widget sensitivity
3091                 fix a bit his engrish
3092
3093 2006-03-09 [wwp]        2.0.0cvs125
3094
3095         * src/addressadd.c
3096         * src/foldersel.c
3097         * src/prefs_common.c
3098         * src/prefs_common.h
3099                 remember some more windows' sizes (add to addressbook and
3100                 select folder).
3101
3102 2006-03-09 [paul]       2.0.0cvs124
3103
3104         * src/plugins/pgpcore/prefs_gpg.c
3105                 normalise construction of dialogue
3106
3107 2006-03-09 [paul]       2.0.0cvs123
3108
3109         * src/plugins/trayicon/Makefile.am
3110                 add missing slash
3111
3112 2006-03-08 [colin]      2.0.0cvs122
3113
3114         * src/plugins/trayicon/Makefile.am
3115                 Fix build in separate dir 
3116                 Patch by Bamanzi <bamanzi@gmail.com>
3117
3118 2006-03-08 [colin]      2.0.0cvs121
3119
3120         * src/procmsg.c
3121                 Batch move and copies from summaryview with delayed execution
3122                 too
3123
3124 2006-03-07 [paul]       2.0.0cvs120
3125
3126         * src/common/utils.c
3127                 fix highlighting of URIs containing "()"
3128                 Patch by Pawel Pekala
3129
3130 2006-03-07 [paul]       2.0.0cvs119
3131
3132         * src/folder.c
3133         * src/folder.h
3134         * src/folderview.c
3135                 immediately do alphabetical resort when
3136                 changing a folder's name
3137                 Patch by Pawel Pekala
3138
3139 2006-03-07 [paul]       2.0.0cvs118
3140
3141         * src/news.c
3142         * src/news_gtk.c
3143                 when unsubscribing a newsgroup, remove the
3144                 folder and msgs in .sylpheed-claws/newscache
3145                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3146
3147 2006-03-07 [paul]       2.0.0cvs117
3148
3149         * src/textview.c
3150                 fix wrong Fake URL Warning
3151                 Thanks to Hiro
3152
3153 2006-03-07 [colin]      2.0.0cvs116
3154
3155         * src/imap.c
3156                 Return immediately when password dialog was
3157                 cancelled
3158         * src/gtk/inputdialog.c
3159                 Allow empty strings for passwords
3160
3161
3162 2006-03-06 [colin]      2.0.0cvs115
3163
3164         * src/imap.c
3165                 Prevent double-timeouts when connection fails
3166
3167 2006-03-06 [colin]
3168
3169         2.0.1-rc1 released
3170
3171 2006-03-06 [colin]      2.0.0cvs114
3172
3173         * src/imap.c
3174                 Refresh session during potentially long
3175                 operations
3176
3177 2006-03-06 [wwp]        2.0.0cvs113
3178
3179         * src/prefs_msg_colors.h
3180                 forgot that one (custom color labels).
3181
3182 2006-03-06 [wwp]        2.0.0cvs112
3183
3184         * src/prefs_common.c
3185         * src/prefs_common.h
3186         * src/prefs_msg_colors.c
3187         * src/summaryview.c
3188         * src/summaryview.h
3189         * src/gtk/colorlabel.c
3190         * src/gtk/colorlabel.h
3191                 colors in messages list are now customizable. Color values and names can
3192                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3193                 Thanks to Paul and Colin for their help with this longstanding patch!
3194
3195 2006-03-06 [wwp]        2.0.0cvs111
3196
3197         * src/textview.c
3198                 don't crash if (x)face is bad.
3199
3200 2006-03-05 [paul]       2.0.0cvs110
3201
3202         * AUTHORS
3203         * configure.ac
3204         * src/Makefile.am
3205         * src/common/Makefile.am
3206         * src/common/utils.h
3207         * src/etpan/imap-thread.c
3208         * src/gtk/authors.h
3209         * src/plugins/clamav/Makefile.am
3210         * src/plugins/demo/Makefile.am
3211         * src/plugins/dillo_viewer/Makefile.am
3212         * src/plugins/pgpcore/Makefile.am
3213         * src/plugins/pgpcore/passphrase.c
3214         * src/plugins/pgpinline/Makefile.am
3215         * src/plugins/pgpmime/Makefile.am
3216         * src/plugins/spamassassin/Makefile.am
3217         * src/plugins/trayicon/Makefile.am
3218                 fix builiding on cygwin
3219                 Patch by Ralgh Young <bamanzi@gmail.com>
3220
3221 2006-03-04 [wwp]        2.0.0cvs109
3222
3223         * manual/keyboard.xml
3224                 fix mixed up/down keys.
3225
3226 2006-03-04 [wwp]        2.0.0cvs108
3227
3228         * README
3229         * INSTALL
3230                 updated links to SpamAssassin.
3231
3232 2006-03-04 [wwp]        2.0.0cvs107
3233
3234         * manual/plugins.xml
3235         * src/plugins/spamassassin/README
3236                 updated SpamAssassin plugin docs to reflect new functional additions
3237                 (also fix/update/documents few technical stuff more, see the README).
3238
3239 2006-03-04 [wwp]        2.0.0cvs106
3240
3241         * src/prefs_message.c
3242                 normalized capitalization of message-prefs paths.
3243
3244 2006-03-04 [wwp]        2.0.0cvs105
3245
3246         * manual/advanced.xml
3247                 typo.
3248
3249 2006-03-03 [colin]      2.0.0cvs104
3250
3251         * src/plugins/clamav/clamav_plugin_gtk.c
3252                 Rework prefs page, patch by Fabien 
3253
3254 2006-03-03 [colin]      2.0.0cvs103
3255
3256         * src/plugins/clamav/clamav_plugin.c
3257                 Set error on all errors
3258
3259 2006-03-03 [colin]      2.0.0cvs102
3260
3261         * src/common/plugin.c
3262                 Initialize error to avoid crashing when a plugin fails
3263                 without setting error
3264
3265 2006-03-02 [wwp]        2.0.0cvs101
3266
3267         * configure.ac
3268                 fixed linker flags for libetpan support on Cygwin
3269                 (thanks to H.Merijn Brand).
3270
3271 2006-03-02 [wwp]        2.0.0cvs100
3272
3273         * src/addressbook.c
3274                 fix some AB error messages: one for punctuation and
3275                 one wrongly duplicate (thanks, maxbritov).
3276
3277 2006-03-02 [wwp]        2.0.0cvs99
3278
3279         * src/plugins/spamassassin/spamassassin.c
3280                 make sync calls to sa-learn/spamc to prevent
3281                 system (whatever local or client/server) overload.
3282
3283 2006-03-02 [colin]      2.0.0cvs98
3284
3285         * src/summaryview.c
3286                 Put the spam icon in the status column instead of the
3287                 mark one
3288
3289 2006-03-01 [colin]      2.0.0cvs97
3290
3291         * src/plugins/spamassassin/spamassassin.c
3292                 Fix segfault (g_file_set_contents fails for some 
3293                 reason and err==0x2f. Can't find out why with
3294                 valgrind, using working function :-)
3295
3296 2006-03-01 [colin]      2.0.0cvs96
3297
3298         * src/inc.c
3299                 Offline overriding: let 'No' be cached only 3 seconds
3300
3301 2006-03-01 [colin]      2.0.0cvs95
3302
3303         * src/addr_compl.c
3304         * src/addrbook.c
3305         * src/addressbook.c
3306         * src/addrindex.c
3307         * src/folder_item_prefs.c
3308         * src/headerview.c
3309         * src/imap.c
3310         * src/inc.c
3311         * src/ldif.c
3312         * src/mainwindow.c
3313         * src/mh.c
3314         * src/msgcache.c
3315         * src/prefs_common.h
3316         * src/prefs_msg_colors.c
3317         * src/procheader.c
3318         * src/procheader.h
3319         * src/procmime.c
3320         * src/procmsg.c
3321         * src/procmsg.h
3322         * src/send_message.h
3323         * src/simple-gettext.c
3324         * src/summaryview.c
3325         * src/summaryview.h
3326         * src/syldap.c
3327         * src/textview.c
3328         * src/undo.c
3329         * src/common/ssl_certificate.c
3330         * src/common/utils.c
3331         * src/gtk/colorsel.c
3332         * src/gtk/gtksctree.c
3333         * src/gtk/gtkshruler.c
3334         * src/plugins/trayicon/trayicon.c
3335                 #if 0 goes to /dev/null
3336
3337 2006-03-01 [colin]      2.0.0cvs94
3338
3339         * src/compose.c
3340         * src/imap.c
3341         * src/inc.c
3342         * src/inc.h
3343         * src/messageview.c
3344         * src/news.c
3345         * src/plugins/spamassassin/spamassassin.c
3346                 Allow to add information in the "working offline"
3347                 window
3348
3349 2006-03-01 [wwp]        2.0.0cvs93
3350
3351         * src/plugins/spamassassin/spamassassin.c
3352                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3353                 'cause it seems that calling `spamc ... < inputfile` with
3354                 g_spawn_(a)sync simply.. erm doesn't work :-).
3355
3356 2006-03-01 [wwp]        2.0.0cvs92
3357
3358         * src/toolbar.c
3359         * src/toolbar.h
3360                 simplify the adding of spam/ham button to the messageview toolbar
3361                 (it gets more clear now that the same button will be "Mark as spam"
3362                 or "Mark as ham" according to the current message status,
3363                 thanks to Colin).
3364
3365 2006-03-01 [wwp]        2.0.0cvs91
3366
3367         * src/messageview.c
3368         * src/procmsg.c
3369         * src/procmsg.h
3370         * src/summaryview.c
3371         * src/plugins/spamassassin/spamassassin.c
3372         * src/plugins/spamassassin/spamassassin.h
3373                 make learner callbacks return a status (0 for ok),
3374                 handle it in main code to avoid setting flags when learning failed,
3375                 don't learn on TCP if offline in spamassassin,
3376                 thanks to Colin.
3377
3378                 
3379
3380 2006-03-01 [wwp]        2.0.0cvs90
3381
3382         * src/compose.c
3383                 some work around the compose window's account menu,
3384                 patch by Fabien Vantard.
3385
3386 2006-03-01 [wwp]        2.0.0cvs89
3387
3388         * src/plugins/spamassassin/spamassassin.c
3389                 fixed bad logics, was using spamc in local mode and sa-learn
3390                 in remote mode (thanks, Colin).
3391
3392 2006-03-01 [wwp]        2.0.0cvs88
3393
3394         * src/plugins/spamassassin/spamassassin.c
3395         * src/plugins/spamassassin/spamassassin.h
3396         * src/plugins/spamassassin/spamassassin_gtk.c
3397                 made processing of emails w/ sa-plugin an option (default is TRUE),
3398                 fixed Engrish some tooltips, capitalization of some debug messages
3399                 and warnings. The spamassassin plugin now provides two separate
3400                 services: process emails upon incorporation and spamd training.
3401                 Both services (un)register independently but use some common
3402                 plugin settings (transport settings, spam storage location).
3403
3404 2006-02-28 [wwp]        2.0.0cvs87
3405
3406         * src/plugins/spamassassin/spamassassin.c
3407                 fix async flag to spamc cmdline execution (batch exec should
3408                 be asynchronous).
3409
3410 2006-02-27 [wwp]        2.0.0cvs86
3411
3412         * src/plugins/spamassassin/spamassassin.c
3413         * src/plugins/spamassassin/spamassassin.h
3414         * src/plugins/spamassassin/spamassassin_gtk.c
3415                 - added the ability to learn a remote spamassassin server (spamd),
3416                 using spamc.
3417                 - added the spamassassin option 'username', that applies to all
3418                 spamassassin operations (filtering, learning, local or remote).
3419                 The default username is the current unix user (if left blank
3420                 from gtk prefs or config file).
3421                 - commented out some unused code (notebook widget), removed unused
3422                 layout (hbox1).
3423                 - make more widgets sensitive to the transport type.
3424
3425 2006-02-27 [colin]      2.0.0cvs85
3426
3427         * src/plugins/spamassassin/spamassassin.c
3428                 Fix sa-learn call when offline
3429
3430 2006-02-27 [colin]      2.0.0cvs84
3431
3432         * configure.ac
3433         * src/Makefile.am
3434         * src/mainwindow.c
3435         * src/mainwindow.h
3436         * src/messageview.c
3437         * src/messageview.h
3438         * src/prefs_toolbar.c
3439         * src/procmsg.c
3440         * src/stock_pixmap.c
3441         * src/stock_pixmap.h
3442         * src/summaryview.c
3443         * src/toolbar.c
3444         * src/toolbar.h
3445         * src/pixmaps/ham_btn.xpm
3446         * src/pixmaps/spam.xpm
3447         * src/pixmaps/spam_btn.xpm
3448         * src/plugins/spamassassin/spamassassin.c
3449                 Add button in toolbar for spam learning
3450                 Fix a few bugs from the last related commit
3451                 Revert 1.9.6cvs23 which messed up shift-selection
3452
3453 2006-02-24 [colin]      2.0.0cvs83
3454
3455         * src/procmsg.c
3456         * src/summaryview.c
3457         * src/summaryview.h
3458         * src/plugins/spamassassin/spamassassin.c
3459         * src/plugins/spamassassin/spamassassin.h
3460         * src/plugins/spamassassin/spamassassin_gtk.c
3461                 Unregister learner when spamassassin is either
3462                 disabled or over tcp
3463
3464 2006-02-24 [colin]      2.0.0cvs82
3465
3466         * src/Makefile.am
3467         * src/mainwindow.c
3468         * src/mainwindow.h
3469         * src/procmsg.c
3470         * src/procmsg.h
3471         * src/stock_pixmap.c
3472         * src/stock_pixmap.h
3473         * src/summaryview.c
3474         * src/summaryview.h
3475         * src/gtk/icon_legend.c
3476         * src/pixmaps/spam.xpm  ** NEW FILE **
3477         * src/plugins/spamassassin/spamassassin.c
3478         * src/plugins/spamassassin/spamassassin_gtk.c
3479                 Add spam learning interface (Mark/Mark as 
3480                 (spam|ham) menus)
3481
3482 2006-02-24 [wwp]        2.0.0cvs81
3483
3484         * src/compose.c
3485         * src/compose.h
3486         * src/filtering.c
3487                 hide compose window when sending message in batch mode
3488                 (filtering: forward and redirect). Also fixed a wrong
3489                 value returned when sending failed, neutral anyway.
3490                 (Colin, me) 
3491
3492 2006-02-24 [wwp]        2.0.0cvs80
3493
3494         * src/mainwindow.c
3495                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3496
3497 2006-02-24 [paul]       2.0.0cvs79
3498
3499         * src/news.c
3500         * src/news.h
3501         * src/news_gtk.c
3502                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3503                 Thanks to Colin
3504
3505 2006-02-23 [colin]      2.0.0cvs78
3506
3507         * src/alertpanel.c
3508                 Change OK to Close in alertpanel with View log
3509                 button; add accel to View log. Patch by Fabien
3510                 Vantard
3511
3512 2006-02-23 [wwp]        2.0.0cvs77
3513
3514         * src/compose.c
3515                 silly me, there were much more tests to perform, since toolbars can
3516                 really have down to 1 element only.
3517
3518 2006-02-23 [wwp]        2.0.0cvs76
3519
3520         * commitHelper
3521                 fixed indentation from my previous commit. Fallback to VISUAL if
3522                 EDITOR is not set (and to vi, at last resort).
3523
3524 2006-02-23 [wwp]        2.0.0cvs75
3525
3526         * commitHelper
3527                 improved error detection (Colin, me).
3528
3529 2006-02-23 [wwp]        2.0.0cvs74
3530
3531         * src/prefs_toolbar.c
3532                 simplify and fix prefs/toolbars layouting. Combos' contents can
3533                 now be really displayed.
3534
3535 2006-02-23 [wwp]        2.0.0cvs73
3536         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3537         be really displayed.
3538
3539 2006-02-22 [wwp]        2.0.0cvs72
3540
3541         * src/compose.c
3542                 fix a typo in my previous commit (sorry!).
3543
3544 2006-02-22 [wwp]        2.0.0cvs71
3545
3546         * src/prefs_toolbar.c
3547                 fix a crash when adding separators to toolbars,
3548                 also fix some separator item information.
3549
3550 2006-02-22 [wwp]        2.0.0cvs70
3551
3552         * src/compose.c
3553                 fix a crash when redirecting (for instance) when compose window's
3554                 toolbar contents has been customized (when some buttons have been
3555                 removed in fact).
3556
3557 2006-02-21 [wwp]        2.0.0cvs69
3558
3559         * src/summaryview.c
3560         * src/gtk/pluginwindow.c
3561         * src/plugins/pgpcore/prefs_gpg.c
3562                 fix some compilation warnings (feat. remains of removed code).
3563
3564 2006-02-21 [wwp]        2.0.0cvs68
3565
3566         * src/gtk/gtkutils.c
3567                 fix two compilation issues, thanks to Stephan Sachse.
3568
3569 2006-02-20 [colin]      2.0.0cvs67
3570
3571         * src/mainwindow.c
3572                 Don't reselect displayed mail on refocus
3573                 This fixes actions misbehaving 
3574
3575 2006-02-20 [wwp]        2.0.0cvs66
3576
3577         * src/summaryview.c
3578         * src/gtk/gtksctree.c
3579         * src/gtk/gtkshruler.c
3580                 changed more runtime typecast checks.
3581
3582 2006-02-20 [wwp]        2.0.0cvs65
3583
3584         * src/summary_search.c
3585                 find all - summaryview refresh issue fixed, thanks to Colin.
3586
3587 2006-02-20 [wwp]        2.0.0cvs64
3588
3589         * src/gtk/gtkutils.c
3590                 better runtime typecast checks.
3591
3592 2006-02-20 [wwp]        2.0.0cvs63
3593
3594         * src/summary_search.c
3595                 enhancements to the summary search:
3596                         - add the ability to stop the running search
3597                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3598                         - don't search if no criteria (From/To/Subject/Body) is set
3599                         - ensure that a busy mouse pointer is always shown when searching,
3600                           show it even a bit earlier
3601
3602 2006-02-19 [colin]      2.0.0cvs62
3603
3604         * src/compose.c
3605         * src/imap.c
3606         * src/etpan/imap-thread.c
3607         * src/etpan/imap-thread.h
3608                 (Future) IMAP speed improvement on sending
3609                 Will require a libetpan update
3610         * src/summaryview.c
3611         * src/gtk/quicksearch.c
3612                 Make quicksearch clearable while running.
3613
3614 2006-02-17 [colin]      2.0.0cvs61
3615
3616         * src/imap.c
3617         * src/etpan/imap-thread.c
3618         * src/etpan/imap-thread.h
3619                 Check for IMAP certificates
3620                 ** Requires libetpan-0.42-cvs4 
3621                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3622
3623 2006-02-17 [colin]      2.0.0cvs60
3624
3625         * src/messageview.c
3626         * src/prefs_common.c
3627         * src/prefs_common.h
3628         * src/prefs_message.c
3629                 Add pref to display HTML-only mails with plugin, 
3630                 if possible (defaulting to FALSE of course).
3631
3632 2006-02-16 [colin]      2.0.0cvs59
3633
3634         * src/main.c
3635         * src/common/plugin.c
3636         * src/common/plugin.h
3637         * src/gtk/pluginwindow.c
3638                 Keep track of requested (but unloaded) plugins
3639                 in some error cases.
3640
3641 2006-02-16 [wwp]        2.0.0cvs58
3642
3643         * src/gtk/gtkaspell.c
3644         * src/gtk/gtkaspell.h
3645         * src/prefs_spelling.c
3646         * src/compose.c
3647         * src/prefs_common.c
3648         * src/prefs_common.h
3649                 implemented new optional spellchecker behaviour: re-check message when
3650                 dictionary got changed (from compose-window/context-menu/Change dictionary).
3651
3652 2006-02-16 [wwp]        2.0.0cvs57
3653
3654         * src/quote_fmt_parse.y
3655                 pclose popen'ed pipe.
3656
3657 2006-02-15 [colin]      2.0.0cvs56
3658
3659         * src/mimeview.c
3660         * src/mimeview.h
3661                 Let MimeViewers know which MimeView they
3662                 depend of.
3663         * src/summaryview.c
3664                 Swap From/To columns in Sent/Queue/Drafts
3665                 folders
3666         * src/etpan/imap-thread.c
3667                 Use mailstream_low_tls_open() for STARTTLS
3668                 instead of mailstream_low_ssl_open()
3669                 ** REQUIRES libetpan 0.42cvs3 **
3670
3671 2006-02-15 [wwp]        2.0.0cvs55
3672
3673         * src/compose.c
3674         * src/compose.h
3675         * src/message_search.c
3676         * src/message_search.h
3677         * src/textview.c
3678         * src/gtk/gtkutils.c
3679         * src/gtk/gtkutils.h
3680                 added the ability to Find text in the compose window (and a bit
3681                 of code factorization).
3682
3683 2006-02-15 [wwp]        2.0.0cvs54
3684
3685         * src/prefs_gtk.c
3686                 yet another one file was missing (fix for some widgets' sensitivity).
3687                 Thanks Colin!
3688
3689 2006-02-15 [wwp]        2.0.0cvs53
3690
3691         * src/prefs_gtk.h
3692                 oops forgot that file (fix for some widgets' sensitivity).
3693
3694 2006-02-15 [wwp]        2.0.0cvs52
3695
3696         * src/summary_search.c
3697                 implemented advanced summary search options (added the ability
3698                 to use matcher conditions in an advanced search mode).
3699
3700 2006-02-15 [wwp]        2.0.0cvs51
3701
3702         * src/plugins/pgpcore/prefs_gpg.c
3703         * src/prefs_account.c
3704                 fix some widget sensitivity, mostly around some labels in
3705                 account prefs.
3706
3707 2006-02-15 [paul]       2.0.0cvs50
3708
3709         * manual/advanced.xml
3710                 improve Templates info
3711                 written by wwp
3712
3713 2006-02-14 [colin]      2.0.0cvs49
3714
3715         * src/pixmaps/address_book.xpm
3716         * src/pixmaps/preferences.xpm
3717         * src/pixmaps/properties.xpm
3718                 Fix pixmap size - patch by Fabien Vantard
3719
3720 2006-02-13 [colin]      2.0.0cvs48
3721
3722         * src/procmime.c
3723                 Add missing fclose()s on error
3724         * src/textview.c
3725                 Remove unused code
3726         * src/common/utils.c
3727                 Fix temp files not being deleted on windows
3728         Patches by Thomas Gilgin
3729
3730 2006-02-13 [colin]      2.0.0cvs47
3731
3732         * src/mainwindow.c
3733                 Fix exit crash
3734
3735 2006-02-13 [wwp]        2.0.0cvs46
3736
3737         * src/plugins/pgpcore/prefs_gpg.c
3738                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
3739
3740 2006-02-12 [colin]      2.0.0cvs45
3741
3742         * src/folderview.c
3743         * src/main.c
3744         * src/mainwindow.c
3745                 Fix "stuff" when quitting
3746
3747 2006-02-12 [wwp]        2.0.0cvs44
3748
3749         * src/prefs_themes.c
3750                 fix typos in debug messages.
3751
3752 2006-02-11 [colin]      2.0.0cvs43
3753
3754         * src/summaryview.c
3755                 don't allow drag/drop from ourself
3756
3757 2006-02-10 [wwp]        2.0.0cvs42
3758
3759         * src/exporthtml.c
3760         * src/html.c
3761         * src/html.h
3762         * src/procmime.c
3763         * src/textview.c
3764                 renamed html_ prefixed functions and data structures to avoid
3765                 namespace clashes w/ other software (gtkhtml2 for instance).
3766                 Closes bug #907.
3767
3768
3769 2006-02-09 [colin]      2.0.0cvs41
3770
3771         * src/summaryview.c
3772                 Fix shitty logic messed up. Thanks Ticho for the hint!
3773
3774 2006-02-09 [wwp]        2.0.0cvs40
3775
3776         * src/gtk/about.c
3777         * src/compose.c
3778         * src/prefs_account.c
3779         * src/prefs_gtk.h
3780         * src/editaddress.c
3781                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
3782                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
3783                 Browse buttons in accounts prefs.
3784
3785 2006-02-09 [colin]      2.0.0cvs39
3786
3787         * src/matcher.c
3788                 Check for pointer before using its members
3789         * src/gtk/gtksourceprintjob.c
3790                 Fix a wrong warning
3791
3792 2006-02-09 [wwp]        2.0.0cvs38
3793
3794         * src/gtk/filesel.c
3795                 fix few compiler warnings (type mismatch).
3796
3797 2006-02-09 [paul]       2.0.0cvs37
3798
3799         * po/fr.po
3800                 updated by Fabien Vantard
3801
3802 2006-02-08 [colin]      2.0.0cvs36
3803
3804         * src/prefs_common.c
3805         * src/common/defs.h
3806         * src/common/plugin.c
3807                 allow windows and linux configurations to coexist
3808                 patch by Thomas Gilgin
3809
3810 2006-02-08 [colin]      2.0.0cvs35
3811
3812         * src/filtering.c
3813         * src/matcher.c
3814         * src/matcher.h
3815         * src/matcher_parser_parse.y
3816         * src/prefs_filtering_action.c
3817         * src/prefs_matcher.c
3818                 Add the "Ignore thread" filtering
3819                 action
3820
3821 2006-02-08 [colin]      2.0.0cvs34
3822
3823         * src/compose.c
3824         * src/procmime.c
3825         * src/procmime.h
3826                 Fix bug #905 (damaged attachment)
3827                 text files with raw \0's aren't really text files
3828         FOR_STABLE
3829
3830 2006-02-08 [colin]      2.0.0cvs33
3831
3832         * src/summaryview.c
3833                 Fix crasher introduced yesterday
3834
3835 2006-02-08 [wwp]        2.0.0cvs32
3836
3837         * src/compose.c
3838         * src/compose.h
3839                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
3840
3841 2006-02-08 [wwp]        2.0.0cvs31
3842
3843         * src/prefs_template.c
3844                 templates enhancement: allow address completion for Cc and Bcc fields
3845                 (it was currently possible for the To field only)
3846
3847 2006-02-08 [colin]      2.0.0cvs30
3848
3849         * src/compose.c
3850                 Don't unblock if not blocked
3851         FOR_STABLE
3852
3853 2006-02-07 [colin]      2.0.0cvs29
3854
3855         * src/action.c
3856                 Forgot to refresh summaryview
3857
3858 2006-02-07 [colin]      2.0.0cvs28
3859
3860         * src/action.c
3861                 Freeze/thaw message list and folder list while
3862                 processing %as{} actions 
3863         * src/compose.c
3864                 Fix auto-wrap disabling after a middle-click
3865                 paste - FOR_STABLE
3866
3867 2006-02-07 [paul]       2.0.0cvs27
3868
3869         * src/folder.c
3870                 fix freeing of uninitialised pointers
3871                 Thanks to Colin
3872
3873 2006-02-06 [colin]      2.0.0cvs26
3874
3875         * src/folder.c
3876                 Use g_slist_prepend in potentially big list
3877
3878 2006-02-06 [colin]      2.0.0cvs25
3879
3880         * src/folder.c
3881                 Completely skip processing if it doesn't 
3882                 exist (faster!)
3883
3884 2006-02-06 [colin]      2.0.0cvs24
3885
3886         * src/folder.c
3887         * src/summaryview.c
3888                 Batch filtering in summaryview (from Tools menu)
3889                 and pre/post//-processing too
3890
3891 2006-02-06 [colin]      2.0.0cvs23
3892
3893         * src/procmsg.h
3894         * src/filtering.c
3895                 Use a special field for batch filtering instead
3896                 of stepping on deferred execution's toes
3897
3898 2006-02-06 [colin]      2.0.0cvs22
3899
3900         * src/action.c
3901         * src/filtering.c
3902         * src/filtering.h
3903         * src/folder.c
3904         * src/summaryview.c
3905                 Fix filtering via menus and actions
3906
3907 2006-02-06 [colin]      2.0.0cvs21
3908
3909         * src/imap.c
3910                 Put the added file directly to cache if possible (will work
3911                 with next libetpan)
3912         * src/filtering.c
3913         * src/filtering.h
3914         * src/inc.c
3915         * src/folder.c
3916         * src/mbox.c
3917         * src/procmsg.h
3918                 Move and copy filtered messages by batches instead of one
3919                 by one - faster on IMAP
3920         * src/procmsg.c
3921                 Add a function that'll possibly be useful later
3922
3923 2006-02-06 [colin]      2.0.0cvs20
3924
3925         * src/addressbook.c
3926                 Use internal mime-type instead of text/plain for d'n'd
3927         * src/compose.c
3928                 Allow attaching files from mimeview's icon list via d'n'd
3929         * src/folderview.c
3930         * src/folderview.h
3931                 Use internal mime-type instead of text/plain for d'n'd
3932                 Don't try to selected opened folder if none is
3933                 Factorize d'n'd from other apps code
3934         * src/headerview.c
3935         * src/textview.c
3936         * src/gtk/gtkutils.c
3937         * src/gtk/gtkutils.h
3938                 Factorize Face/X-Face stuff
3939         * src/mimeview.c
3940                 Fix d'n'd to other apps
3941         * src/prefs_message.c
3942                 Let the XFace pref be usable without libcompface as it also
3943                 applies to Face
3944         * src/summaryview.c
3945                 Fix d'n'd to other apps
3946                 Factorize d'n'd from other apps code
3947
3948 2006-02-06 [wwp]        2.0.0cvs19
3949
3950         * po/it.po
3951                 Italian translation fixes by Andrea Spadaccini (no more confusion
3952                 between filtering and processing, and few changes in the About
3953                 dialog).
3954
3955
3956 2006-02-06 [mones]      2.0.0cvs18
3957
3958         * src/gtk/icon_legend.c
3959                 Improved descriptions allowing better translations
3960
3961 2006-02-05 [colin]      2.0.0cvs17
3962
3963         * src/imap.c
3964                 Add the f*cking missing expunge that caused imap_fetch_env
3965                 to fail after an add_msgs ! :-///
3966         * src/etpan/imap-thread.c
3967                 Add a bit of debug
3968         FOR_STABLE
3969
3970 2006-02-05 [colin]      2.0.0cvs16
3971
3972         * src/common/utils.c
3973                 Don't check for return-path (or we can't put
3974                 back non-sent mails)
3975
3976 2006-02-05 [colin]      2.0.0cvs15
3977
3978         * src/textview.c
3979                 Don't try to display Face header in textview
3980                 when teh headerview's active
3981
3982 2006-02-05 [colin]      2.0.0cvs14
3983
3984         * tools/tbird2syl.py
3985         * tools/Makefile.am
3986                 Add script to import Thunderbird mails
3987
3988 2006-02-05 [colin]      2.0.0cvs13
3989
3990         * src/headerview.c
3991         * src/procheader.c
3992         * src/procmsg.c
3993         * src/procmsg.h
3994         * src/textview.c
3995                 Show Face headers - patch partially by Klaus Flittner
3996
3997 2006-02-05 [colin]      2.0.0cvs12
3998
3999         * src/folderview.c
4000         * src/summaryview.c
4001         * src/common/utils.c
4002         * src/common/utils.h
4003                 Let dnd work from mime icons to summaryview
4004                 and to folderview too
4005                 Add a crude test to avoid trying to add files
4006                 drag'n'dropped when they're not mails
4007
4008 2006-02-04 [colin]      2.0.0cvs11
4009
4010         * src/summaryview.c
4011         * src/mimeview.c
4012                 Fix utf8 conversion
4013
4014 2006-02-04 [colin]      2.0.0cvs10
4015
4016         * src/compose.c
4017         * src/folderview.c
4018         * src/mimeview.c
4019         * src/summaryview.c
4020         * src/summaryview.h
4021                 Added various drag and drop capas:
4022                 From                    To
4023                 summaryview             other apps
4024                 mimeview icons          other apps
4025                 other apps              summaryview
4026                 other apps              folderview
4027
4028                 This shouldn't have broken the existing:
4029                 From                    To
4030                 summaryview             folderview
4031                 folderview              folderview
4032                 summaryview             compose's attachments
4033
4034         Tests welcomed.
4035
4036 2006-02-02 [paul]       2.0.0cvs9
4037
4038         * src/mainwindow.c
4039                 move global option 'Set displayed columns...' out
4040                 of folder option grouping.
4041                 fix sensitivity of 'harvest addresses'
4042         FOR_STABLE
4043
4044 2006-02-01 [colin]      2.0.0cvs8
4045
4046         * src/mimeview.c
4047                 Revert the alertpanel patch, it sucks (intrusive
4048                 and gets in the way of "open")
4049
4050 2006-02-01 [colin]      2.0.0cvs7
4051
4052         * src/compose.c
4053         * src/prefs_account.c
4054         * src/prefs_common.c
4055         * src/common/defs.h
4056         * src/common/utils.c
4057         * src/common/utils.h
4058                 Add ability to edit the signature file
4059                 from the account preferences, and use
4060                 a default for the text editor.
4061                 Patch by Fabien Vantard
4062
4063 2006-02-01 [colin]      2.0.0cvs6
4064
4065         * src/mimeview.c
4066                 Try to get mime type by extension if it is
4067                 application/octet-stream
4068                 Display a window with possible choices when
4069                 encountering unknown mime types
4070         * src/gtk/filesel.c
4071         * src/gtk/filesel.h
4072                 Add preview
4073                 Allow multiple selection in filtered filesel
4074                 (patch by Fabien Vantard)
4075         * src/gtk/pluginwindow.c
4076                 Use it (patch by Fabien Vantard)
4077
4078 2006-02-01 [paul]       2.0.0cvs5
4079
4080         * src/jpilot.c
4081                 fix crash on creating jpilot address book
4082                 Thanks to Colin - FOR_STABLE
4083         * src/prefs_summaries.c
4084         * src/prefs_wrapping.c
4085         * src/gtk/icon_legend.c
4086         * src/gtk/quicksearch.c
4087                 string fixes and additions
4088
4089 2006-02-01 [paul]       2.0.0cvs4
4090
4091         * src/compose.c
4092         * src/mainwindow.c
4093         * src/messageview.c
4094         * src/prefs_send.c
4095                 add Arabic encoding option
4096                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4097
4098 2006-01-31 [colin]      2.0.0cvs3
4099
4100         * src/plugins/pgpcore/passphrase.c
4101                 Convert passphrase to locale encoding
4102         * src/compose.c
4103                 Fix drafting on IMAP. Crappy bug sneaked in
4104                 the release :-/
4105         FOR_STABLE
4106
4107 2006-01-30 [paul]       2.0.0cvs2
4108
4109         * src/gtk/icon_legend.c
4110                 show the new entries
4111
4112 2006-01-30 [colin]      2.0.0cvs1
4113
4114         * src/manual.c
4115                 Check for the file to be present before 
4116                 enabling the menu - FOR_STABLE
4117         * src/gtk/icon_legend.c
4118                 Add folders icons (not all of them, there
4119                 are too much, but the most intriguing ones)
4120
4121 2006-01-30 [paul]       2.0.0
4122
4123         version 2.0.0 released
4124
4125 2006-01-30 [paul]       1.9.100cvs200
4126
4127         * manual/faq.xml
4128         * manual/gpl.xml
4129         * manual/intro.xml
4130         * manual/starting.xml
4131         * manual/sylpheed-claws-manual.xml
4132                 fixes, additions
4133
4134 2006-01-29 [mones]      1.9.100cvs199
4135
4136         * manual/account.xml
4137         * manual/advanced.xml
4138         * manual/glossary.xml
4139                 Some typos fixed, added LDIF term to glossary
4140         * po/es.po
4141                 Fixed leading plus symbol
4142
4143 2006-01-29 [paul]       1.9.100cvs198
4144
4145         * po/fi.po
4146         * po/sk.po
4147                 updated by Tommi Pirinen and Andrej Kacian
4148
4149 2006-01-29 [paul]       1.9.100cvs197
4150
4151         * src/gtk/authors.h
4152                 remove duplicates
4153
4154 2006-01-29 [paul]       1.9.100cvs196
4155
4156         * AUTHORS
4157         * po/nl.po
4158         * src/gtk/authors.h
4159         * tools/claws.i18n.status.pl
4160                 nl translation updated by Tim Dijkstra
4161
4162 2006-01-29 [paul]       1.9.100cvs195
4163
4164         * po/sr.po
4165         * po/sv.po
4166                 updated by Aleksandar Urosevic and Anders Troback
4167
4168 2006-01-28 [colin]      1.9.100cvs194
4169
4170         * src/gtk/gtksourceprintjob.c
4171                 Don't fiddle with PangoLayout when we
4172                 have an image
4173
4174 2006-01-28 [paul]       1.9.100cvs193
4175
4176         * AUTHORS
4177         * po/el.po
4178         * po/zh_CN.po
4179         * src/gtk/authors.h
4180         * tools/claws.i18n.status.pl
4181                 updated translations submitted by Stavros Giannouris
4182                 and Ralgh Young
4183
4184 2006-01-27 [colin]      1.9.100cvs192
4185
4186         * src/summaryview.c
4187         * src/gtk/gtksourceprintjob.c
4188                 Add image printing 
4189                 (libgnomeprint only, of course)
4190
4191 2006-01-27 [paul]       1.9.100cvs191
4192
4193         * po/fr.po
4194         * po/it.po
4195                 updated by Fabien Vantard and Andrea Spadaccini
4196
4197 2006-01-26 [colin]      1.9.100cvs190
4198
4199         * manual/Makefile.am
4200         * configure.ac
4201                 Make building the manual optional 
4202                 (--disable-manual)
4203
4204 2006-01-26 [paul]       1.9.100cvs189
4205
4206         * manual/glossary.xml
4207         * manual/plugins.xml
4208                 edited
4209         * po/en_GB.po
4210                 updated
4211
4212 2006-01-26 [paul]       1.9.100cvs188
4213
4214         * src/prefs_display_header.c
4215         * src/prefs_folder_column.c
4216         * src/prefs_msg_colors.c
4217         * src/prefs_summaries.c
4218         * src/prefs_summary_column.c
4219                 HIGify
4220
4221 2006-01-25 [colin]      1.9.100cvs187
4222
4223         * src/imap.c
4224                 Don't allow moving/copying mails between
4225                 queue/drafts and non-queue/drafts folders
4226                 Fixes bug #897 (message header is resetted 
4227                 if one is copied to Drafts)
4228
4229 2006-01-25 [colin]      1.9.100cvs186
4230
4231         * src/folder.c
4232         * src/mainwindow.c
4233                 Fix subscribed folders not found
4234         * src/compose.c
4235                 Don't try to encode as original mail's charset
4236                 if it's ascii 
4237
4238 2006-01-25 [paul]       1.9.100cvs185
4239
4240         * AUTHORS
4241         * po/Makevars
4242                 updated
4243         * po/de.po
4244         * po/pl.po
4245         * po/pt_BR.po
4246         * po/sr.po
4247                 updates submitted by Stephan Sachse, Emilian Nowak
4248                 and Quar, Frederico Goncalves Guimaraes, and
4249                 Aleksandar Urosevic
4250                 Fix Bug 896, 'PT_BR locale broken'.
4251         * src/gtk/authors.h
4252                 updated
4253
4254 2006-01-24 [mones]      1.9.100cvs184
4255
4256         * manual/glossary.xml
4257                 All current terms finished. Reviewers welcome ;-)
4258         * manual/keyboard.xml
4259                 Fixed column width for pdf output.
4260         * po/es.po
4261                 Updated
4262
4263 2006-01-24 [paul]       1.9.100cvs183
4264
4265         * manual/glossary.xml
4266                 fix id name
4267         * manual/dist/html/Makefile.am
4268         * manual/dist/pdf/Makefile.am
4269         * manual/dist/ps/Makefile.am
4270         * manual/dist/txt/Makefile.am
4271                 fix make deps
4272                 Thanks to Colin
4273
4274 2006-01-24 [mones]      1.9.100cvs182
4275
4276         * manual/glossary.xml
4277                 Nearly finished, some terms missing.
4278
4279 2006-01-23 [paul]       1.9.100cvs181
4280
4281         * manual/dist/html/Makefile.am
4282         * manual/dist/pdf/Makefile.am
4283         * manual/dist/ps/Makefile.am
4284         * manual/dist/txt/Makefile.am
4285         * src/mainwindow.c
4286                 re-enable manual
4287                 Thanks to Colin
4288
4289 2006-01-22 [colin]      1.9.100cvs180
4290
4291         * src/compose.c
4292         * src/gtk/gtkaspell.c
4293                 Don't deselect stuff before right-clicking, with aspell.
4294                 (This prevented right-click Copy, for example).
4295                 Thanks to Clo!
4296
4297 2006-01-22 [paul]       1.9.100cvs179
4298
4299         * src/summary_search.c
4300                 don't fix the widget size as it causes problems
4301                 under localisation.
4302                 Thanks to Emilian Nowak
4303
4304 2006-01-21 [paul]       1.9.100cvs178
4305
4306         * src/prefs_themes.c
4307                 fix broken underlining of label text
4308                 with some translations
4309
4310 2006-01-21 [colin]      1.9.100cvs177
4311
4312         * po/fr.po
4313                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4314
4315 2006-01-20 [colin]      1.9.100cvs176
4316
4317         * configure.ac
4318         * Makefile.am
4319         * manual/Makefile
4320         * manual/dist/html/.cvsignore
4321         * manual/dist/html/Makefile.am
4322         * manual/dist/pdf/.cvsignore
4323         * manual/dist/pdf/Makefile.am
4324         * manual/dist/ps/.cvsignore
4325         * manual/dist/ps/Makefile.am
4326         * manual/dist/txt/.cvsignore
4327         * manual/dist/txt/Makefile.am
4328                 Autotool-ize manual
4329
4330 2006-01-20 [paul]       1.9.100cvs175
4331
4332         * manual/handling.xml
4333                 make Filtering and Searching entries easier to find
4334         * manual/keyboard.xml
4335                 add the remaining default keybinds
4336         * src/prefs_summaries.c
4337                 update the default keybinds
4338
4339 2006-01-20 [paul]       1.9.100cvs174
4340
4341         * src/addressbook.c
4342         * src/addrgather.c
4343         * src/addrharvest.c
4344         * src/editaddress.c
4345         * src/editgroup.c
4346         * src/exphtmldlg.c
4347         * src/expldifdlg.c
4348         * src/exporthtml.c
4349         * src/exportldif.c
4350         * src/ldif.c
4351                 replace 'e-mail' with 'email'
4352         * src/summary_search.c
4353                 add mnemonic to "Find all" button
4354
4355 2006-01-20 [wwp]        1.9.100cvs173
4356
4357         * src/export.c
4358         * src/import.c
4359                 touched mbox import/export buttons for HIG-compliance
4360
4361 2006-01-19 [paul]       1.9.100cvs172
4362
4363         * manual/account.xml
4364         * manual/addrbook.xml
4365         * manual/advanced.xml
4366         * manual/faq.xml
4367         * manual/handling.xml
4368         * manual/intro.xml
4369         * manual/plugins.xml
4370         * manual/starting.xml
4371                 more editing
4372
4373 2006-01-19 [paul]       1.9.100cvs171
4374
4375         * src/toolbar.c
4376                 allow use of trash button while receiving
4377                 Thanks to Colin
4378
4379 2006-01-19 [wwp]        1.9.100cvs170
4380
4381         * src/gtk/quicksearch.c
4382         * src/compose.c
4383                 force text color to black when yellow background is set
4384
4385 2006-01-19 [colin]      1.9.100cvs169
4386
4387         * src/plugins/trayicon/trayicon.c
4388                 Gray out Get Mail when already getting mail
4389
4390 2006-01-18 [paul]       1.9.100cvs168
4391
4392         * src/compose.c
4393                 give widget yellow background was To is
4394                 set via folder prefs
4395         * src/gtk/quicksearch.c
4396                 give widget yellow background when quick
4397                 search is active.
4398                 Thanks to Colin
4399
4400 2006-01-18 [paul]       1.9.100cvs167
4401
4402         * doc/man/sylpheed-claws.1
4403                 add --subscribe option
4404
4405 2006-01-18 [paul]       1.9.100cvs166
4406
4407         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4408         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4409                 use %U instead of %F (%F is broken for user installed
4410                 files in kde 3.5)
4411
4412 2006-01-18 [colin]      1.9.100cvs165
4413
4414         * src/summaryview.c
4415                 Default to Yes in "No more * messages" dialogs
4416
4417 2006-01-17 [colin]      1.9.100cvs164
4418
4419         * src/compose.c
4420                 Possibly fix an invalid iterator causing
4421                 crash
4422
4423 2006-01-17 [colin]      1.9.100cvs163
4424
4425         * src/mimeview.c
4426                 Fix crash when the image disappears under the
4427                 image viewer
4428
4429 2006-01-16 [colin]      1.9.100cvs162
4430
4431         * src/compose.c
4432                 Fix reenabling autowrap
4433
4434 2006-01-16 [colin]      1.9.100cvs161
4435
4436         * src/compose.c
4437                 reset quote_len before getting quote_str
4438
4439 2006-01-16 [colin]      1.9.100cvs160
4440
4441         * src/account.c
4442         * src/account.h
4443         * src/folder.c
4444         * src/imap_gtk.c
4445         * src/mh_gtk.c
4446                 Fix bug #883 (default inbox does not track folder move)
4447
4448 2006-01-16 [colin]      1.9.100cvs159
4449
4450         * src/compose.c
4451         * src/plugins/pgpcore/passphrase.c
4452                 More buttons fixes
4453
4454 2006-01-16 [paul]       1.9.100cvs158
4455
4456         * src/prefs_actions.c
4457         * src/prefs_filtering_action.c
4458         * src/prefs_matcher.c
4459         * src/quote_fmt.c
4460         * src/gtk/description_window.c
4461         * src/gtk/description_window.h
4462         * src/gtk/quicksearch.c
4463                 description window cleanups
4464
4465 2006-01-15 [colin]      1.9.100cvs157
4466
4467         * src/addressbook.c
4468         * src/prefs_filtering.c
4469                 Same here
4470
4471 2006-01-15 [colin]      1.9.100cvs156
4472
4473         * src/folderview.c
4474         * src/mainwindow.c
4475                 Same for "Empty trash"
4476
4477 2006-01-15 [colin]      1.9.100cvs155
4478
4479         * src/inc.c
4480                 Override offline dialog had Yes by default
4481
4482 2006-01-15 [colin]      1.9.100cvs154
4483
4484         * src/summaryview.c
4485                 Delete selected messages? previously had Yes the default
4486
4487 2006-01-15 [colin]      1.9.100cvs153
4488
4489         * src/folder.c
4490         * src/folder.h
4491         * src/main.c
4492                 Check if a mailbox is loaded after all
4493                 plugins are loaded.
4494
4495 2006-01-15 [colin]      1.9.100cvs152
4496
4497         * src/folder.c
4498                 Don't start wizard when there are unloaded folders (will help
4499                 people with only mbox or maildir mailboxes)
4500
4501 2006-01-14 [colin]      1.9.100cvs151
4502
4503         * src/addressbook.c
4504         * src/expldifdlg.c
4505         * src/importldif.c
4506         * src/importmutt.c
4507         * src/importpine.c
4508         * src/mh_gtk.c
4509                 More HIG compliance and fixes
4510
4511 2006-01-14 [colin]      1.9.100cvs150
4512
4513         * src/prefs_filtering_action.c
4514         * src/foldersel.c
4515                 Two forgotten button order changes
4516
4517 2006-01-14 [colin]      1.9.100cvs149
4518
4519         * src/account.c
4520         * src/addressbook.c
4521         * src/compose.c
4522         * src/folderview.c
4523         * src/imap_gtk.c
4524         * src/mainwindow.c
4525         * src/mh_gtk.c
4526         * src/news_gtk.c
4527         * src/prefs_actions.c
4528         * src/prefs_customheader.c
4529         * src/prefs_filtering.c
4530         * src/prefs_matcher.c
4531         * src/prefs_template.c
4532         * src/ssl_manager.c
4533         * src/summaryview.c
4534         * src/textview.c
4535         * src/toolbar.c
4536                 All deletion confirmations are now "Cancel, Delete" 
4537                 instead of "No, Yes"
4538                 Clarified most of the other "No, Yes" to 
4539                 "Cancel, Descriptive_action"
4540                 Rechanged the "Entry not saved" alerts to have 
4541                 "Close, Continue editing"
4542
4543
4544 2006-01-14 [paul]
4545
4546         * 2.0.0-rc4 released
4547
4548 2006-01-14 [paul]       1.9.100cvs148
4549
4550         * src/account.c
4551         * src/addressadd.c
4552         * src/addressbook.c
4553         * src/compose.c
4554         * src/editaddress.c
4555         * src/editbook.c
4556         * src/editgroup.c
4557         * src/editjpilot.c
4558         * src/editldap.c
4559         * src/editvcard.c
4560         * src/exphtmldlg.c
4561         * src/expldifdlg.c
4562         * src/folderview.c
4563         * src/grouplistdialog.c
4564         * src/imap_gtk.c
4565         * src/importmutt.c
4566         * src/importpine.c
4567         * src/inc.c
4568         * src/main.c
4569         * src/mainwindow.c
4570         * src/message_search.c
4571         * src/messageview.c
4572         * src/mh_gtk.c
4573         * src/mimeview.c
4574         * src/news_gtk.c
4575         * src/prefs_actions.c
4576         * src/prefs_customheader.c
4577         * src/prefs_filtering.c
4578         * src/prefs_matcher.c
4579         * src/prefs_template.c
4580         * src/prefs_themes.c
4581         * src/ssl_manager.c
4582         * src/summary_search.c
4583         * src/summaryview.c
4584         * src/textview.c
4585         * src/toolbar.c
4586         * src/gtk/foldersort.c
4587         * src/gtk/gtkaspell.c
4588         * src/gtk/inputdialog.c
4589         * src/gtk/prefswindow.c
4590         * src/plugins/pgpcore/select-keys.c
4591         * src/plugins/trayicon/trayicon.c
4592                 HIG compliant button order
4593
4594 2006-01-14 [mones]      1.9.100cvs147
4595
4596         * po/es.po
4597                 Updated translation
4598
4599 2006-01-13 [paul]       1.9.100cvs146
4600
4601         * AUTHORS
4602         * ChangeLog
4603         * src/gtk/authors.h
4604                 add Joshua M. Kwan to contributors list
4605
4606 2006-01-13 [colin]      1.9.100cvs145
4607
4608         * src/gtk/quicksearch.c
4609                 Don't refocus quick search after executing (Esc or Enter)
4610                 Allows to '/'search something then move up/down in 
4611                 summaryview, and to Esc a search and be back in the 
4612                 summaryview
4613
4614 2006-01-13 [paul]       1.9.100cvs144
4615
4616         * src/plugins/pgpinline/pgpinline.c
4617                 support Content-Type 'application/pgp'
4618                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4619
4620 2006-01-13 [paul]       1.9.100cvs143
4621
4622         * manual/account.xml
4623                 make mention of partial retrieval
4624                 thanks to Colin
4625
4626 2006-01-13 [paul]       1.9.100cvs142
4627
4628         * src/account.c
4629         * src/account.h
4630         * src/action.c
4631         * src/action.h
4632         * src/adbookbase.h
4633         * src/addr_compl.c
4634         * src/addr_compl.h
4635         * src/addrbook.c
4636         * src/addrcache.c
4637         * src/addrcache.h
4638         * src/addrcindex.c
4639         * src/addrcindex.h
4640         * src/addrclip.c
4641         * src/addrclip.h
4642         * src/addrdefs.h
4643         * src/addressadd.c
4644         * src/addressadd.h
4645         * src/addressbook.c
4646         * src/addressbook.h
4647         * src/addrgather.c
4648         * src/addrgather.h
4649         * src/addrharvest.c
4650         * src/addrharvest.h
4651         * src/addrindex.c
4652         * src/addrindex.h
4653         * src/addritem.c
4654         * src/addritem.h
4655         * src/addrquery.c
4656         * src/addrquery.h
4657         * src/addrselect.c
4658         * src/addrselect.h
4659         * src/alertpanel.c
4660         * src/alertpanel.h
4661         * src/browseldap.c
4662         * src/browseldap.h
4663         * src/codeconv.c
4664         * src/codeconv.h
4665         * src/compose.c
4666         * src/compose.h
4667         * src/customheader.c
4668         * src/customheader.h
4669         * src/displayheader.c
4670         * src/displayheader.h
4671         * src/editaddress.c
4672         * src/editaddress.h
4673         * src/editbook.c
4674         * src/editbook.h
4675         * src/editgroup.c
4676         * src/editgroup.h
4677         * src/editjpilot.c
4678         * src/editjpilot.h
4679         * src/editldap.c
4680         * src/editldap.h
4681         * src/editldap_basedn.c
4682         * src/editldap_basedn.h
4683         * src/editvcard.c
4684         * src/editvcard.h
4685         * src/exphtmldlg.c
4686         * src/exphtmldlg.h
4687         * src/expldifdlg.c
4688         * src/expldifdlg.h
4689         * src/export.h
4690         * src/exporthtml.c
4691         * src/exporthtml.h
4692         * src/exportldif.c
4693         * src/exportldif.h
4694         * src/filtering.c
4695         * src/filtering.h
4696         * src/folder.c
4697         * src/folder.h
4698         * src/folder_item_prefs.c
4699         * src/folder_item_prefs.h
4700         * src/foldersel.c
4701         * src/foldersel.h
4702         * src/folderutils.c
4703         * src/folderutils.h
4704         * src/folderview.c
4705         * src/folderview.h
4706         * src/grouplistdialog.c
4707         * src/grouplistdialog.h
4708         * src/headerview.c
4709         * src/html.c
4710         * src/html.h
4711         * src/image_viewer.c
4712         * src/image_viewer.h
4713         * src/imap.c
4714         * src/imap.h
4715         * src/imap_gtk.c
4716         * src/imap_gtk.h
4717         * src/import.h
4718         * src/importldif.c
4719         * src/importldif.h
4720         * src/importmutt.c
4721         * src/importmutt.h
4722         * src/importpine.c
4723         * src/importpine.h
4724         * src/inc.c
4725         * src/inc.h
4726         * src/jpilot.c
4727         * src/jpilot.h
4728         * src/ldapctrl.c
4729         * src/ldapctrl.h
4730         * src/ldaplocate.c
4731         * src/ldaplocate.h
4732         * src/ldapquery.c
4733         * src/ldapquery.h
4734         * src/ldapserver.c
4735         * src/ldapserver.h
4736         * src/ldaputil.c
4737         * src/ldaputil.h
4738         * src/ldif.c
4739         * src/ldif.h
4740         * src/main.c
4741         * src/main.h
4742         * src/mainwindow.c
4743         * src/mainwindow.h
4744         * src/manual.c
4745         * src/manual.h
4746         * src/mbox.c
4747         * src/mbox.h
4748         * src/message_search.c
4749         * src/message_search.h
4750         * src/messageview.c
4751         * src/messageview.h
4752         * src/mh.c
4753         * src/mh.h
4754         * src/mh_gtk.c
4755         * src/mh_gtk.h
4756         * src/mimeview.c
4757         * src/mimeview.h
4758         * src/msgcache.c
4759         * src/msgcache.h
4760         * src/mutt.c
4761         * src/mutt.h
4762         * src/news.c
4763         * src/news.h
4764         * src/news_gtk.c
4765         * src/news_gtk.h
4766         * src/partial_download.c
4767         * src/partial_download.h
4768         * src/pine.c
4769         * src/pine.h
4770         * src/pop.c
4771         * src/pop.h
4772         * src/prefs_account.c
4773         * src/prefs_account.h
4774         * src/prefs_actions.c
4775         * src/prefs_actions.h
4776         * src/prefs_common.c
4777         * src/prefs_common.h
4778         * src/prefs_compose_writing.c
4779         * src/prefs_compose_writing.h
4780         * src/prefs_customheader.c
4781         * src/prefs_customheader.h
4782         * src/prefs_display_header.c
4783         * src/prefs_display_header.h
4784         * src/prefs_filtering.c
4785         * src/prefs_filtering.h
4786         * src/prefs_filtering_action.c
4787         * src/prefs_filtering_action.h
4788         * src/prefs_folder_column.c
4789         * src/prefs_folder_column.h
4790         * src/prefs_folder_item.c
4791         * src/prefs_folder_item.h
4792         * src/prefs_fonts.c
4793         * src/prefs_fonts.h
4794         * src/prefs_gtk.c
4795         * src/prefs_gtk.h
4796         * src/prefs_image_viewer.c
4797         * src/prefs_image_viewer.h
4798         * src/prefs_matcher.c
4799         * src/prefs_matcher.h
4800         * src/prefs_message.c
4801         * src/prefs_msg_colors.c
4802         * src/prefs_msg_colors.h
4803         * src/prefs_other.c
4804         * src/prefs_quote.c
4805         * src/prefs_receive.c
4806         * src/prefs_send.c
4807         * src/prefs_spelling.c
4808         * src/prefs_spelling.h
4809         * src/prefs_summaries.c
4810         * src/prefs_summaries.h
4811         * src/prefs_summary_column.c
4812         * src/prefs_summary_column.h
4813         * src/prefs_template.c
4814         * src/prefs_template.h
4815         * src/prefs_themes.c
4816         * src/prefs_themes.h
4817         * src/prefs_toolbar.c
4818         * src/prefs_toolbar.h
4819         * src/prefs_wrapping.c
4820         * src/prefs_wrapping.h
4821         * src/privacy.c
4822         * src/privacy.h
4823         * src/procheader.c
4824         * src/procheader.h
4825         * src/procmime.c
4826         * src/procmime.h
4827         * src/procmsg.c
4828         * src/procmsg.h
4829         * src/quote_fmt.c
4830         * src/quote_fmt_parse.y
4831         * src/recv.c
4832         * src/recv.h
4833         * src/remotefolder.c
4834         * src/remotefolder.h
4835         * src/send_message.c
4836         * src/send_message.h
4837         * src/setup.c
4838         * src/setup.h
4839         * src/sourcewindow.c
4840         * src/sourcewindow.h
4841         * src/ssl_manager.c
4842         * src/ssl_manager.h
4843         * src/statusbar.c
4844         * src/statusbar.h
4845         * src/stock_pixmap.c
4846         * src/stock_pixmap.h
4847         * src/summary_search.c
4848         * src/summary_search.h
4849         * src/summaryview.c
4850         * src/summaryview.h
4851         * src/syldap.c
4852         * src/syldap.h
4853         * src/textview.c
4854         * src/textview.h
4855         * src/toolbar.c
4856         * src/toolbar.h
4857         * src/undo.c
4858         * src/undo.h
4859         * src/unmime.c
4860         * src/unmime.h
4861         * src/vcard.c
4862         * src/vcard.h
4863         * src/wizard.c
4864         * src/wizard.h
4865         * src/common/base64.c
4866         * src/common/base64.h
4867         * src/common/defs.h
4868         * src/common/hooks.c
4869         * src/common/hooks.h
4870         * src/common/log.c
4871         * src/common/log.h
4872         * src/common/mgutils.c
4873         * src/common/mgutils.h
4874         * src/common/nntp.c
4875         * src/common/nntp.h
4876         * src/common/passcrypt.c
4877         * src/common/passcrypt.h.in
4878         * src/common/plugin.c
4879         * src/common/plugin.h
4880         * src/common/prefs.c
4881         * src/common/prefs.h
4882         * src/common/progressindicator.c
4883         * src/common/progressindicator.h
4884         * src/common/quoted-printable.c
4885         * src/common/quoted-printable.h
4886         * src/common/session.c
4887         * src/common/session.h
4888         * src/common/smtp.c
4889         * src/common/smtp.h
4890         * src/common/socket.c
4891         * src/common/socket.h
4892         * src/common/ssl.c
4893         * src/common/ssl.h
4894         * src/common/ssl_certificate.c
4895         * src/common/ssl_certificate.h
4896         * src/common/stringtable.c
4897         * src/common/stringtable.h
4898         * src/common/sylpheed.c
4899         * src/common/sylpheed.h
4900         * src/common/template.c
4901         * src/common/template.h
4902         * src/common/timing.h
4903         * src/common/utils.c
4904         * src/common/utils.h
4905         * src/common/version.h.in
4906         * src/common/xml.c
4907         * src/common/xml.h
4908         * src/common/xmlprops.c
4909         * src/common/xmlprops.h
4910         * src/gtk/colorlabel.c
4911         * src/gtk/colorsel.c
4912         * src/gtk/colorsel.h
4913         * src/gtk/description_window.c
4914         * src/gtk/description_window.h
4915         * src/gtk/filesel.c
4916         * src/gtk/filesel.h
4917         * src/gtk/foldersort.c
4918         * src/gtk/foldersort.h
4919         * src/gtk/gtkutils.c
4920         * src/gtk/gtkutils.h
4921         * src/gtk/inputdialog.c
4922         * src/gtk/inputdialog.h
4923         * src/gtk/logwindow.c
4924         * src/gtk/logwindow.h
4925         * src/gtk/manage_window.c
4926         * src/gtk/manage_window.h
4927         * src/gtk/menu.c
4928         * src/gtk/menu.h
4929         * src/gtk/pluginwindow.c
4930         * src/gtk/pluginwindow.h
4931         * src/gtk/prefswindow.c
4932         * src/gtk/prefswindow.h
4933         * src/gtk/progressdialog.c
4934         * src/gtk/progressdialog.h
4935         * src/gtk/sslcertwindow.c
4936         * src/gtk/sslcertwindow.h
4937         * src/plugins/clamav/clamav_plugin.c
4938         * src/plugins/clamav/clamav_plugin.h
4939         * src/plugins/clamav/clamav_plugin_gtk.c
4940         * src/plugins/demo/demo.c
4941         * src/plugins/dillo_viewer/dillo_prefs.c
4942         * src/plugins/dillo_viewer/dillo_prefs.h
4943         * src/plugins/dillo_viewer/dillo_viewer.c
4944         * src/plugins/pgpcore/passphrase.c
4945         * src/plugins/pgpcore/passphrase.h
4946         * src/plugins/pgpcore/plugin.c
4947         * src/plugins/pgpcore/select-keys.c
4948         * src/plugins/pgpcore/select-keys.h
4949         * src/plugins/pgpcore/sgpgme.c
4950         * src/plugins/pgpcore/sgpgme.h
4951         * src/plugins/pgpinline/pgpinline.c
4952         * src/plugins/pgpinline/pgpinline.h
4953         * src/plugins/pgpinline/plugin.c
4954         * src/plugins/pgpmime/pgpmime.c
4955         * src/plugins/pgpmime/pgpmime.h
4956         * src/plugins/pgpmime/plugin.c
4957         * src/plugins/spamassassin/spamassassin.c
4958         * src/plugins/spamassassin/spamassassin.h
4959         * src/plugins/spamassassin/spamassassin_gtk.c
4960         * src/plugins/trayicon/trayicon.c
4961                 update copyright header
4962
4963 2006-01-13 [paul]       1.9.100cvs141
4964
4965         * src/account.c
4966         * src/export.c
4967         * src/import.c
4968         * src/mainwindow.c
4969         * src/prefs_account.c
4970         * src/prefs_display_header.c
4971         * src/prefs_receive.c
4972         * src/prefs_send.c
4973         * src/prefs_summaries.c
4974         * src/prefs_themes.c
4975         * src/prefs_toolbar.c
4976         * src/gtk/about.c
4977                 various cleanups
4978
4979 2006-01-12 [colin]      1.9.100cvs140
4980
4981         * src/folder.c
4982         * src/folder.h
4983         * src/main.c
4984                 Add --subscribe option
4985                 Let sylpheed-claws email@domain.com equivalent to --compose
4986                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
4987
4988 2006-01-12 [paul]       1.9.100cvs139
4989
4990         * src/mainwindow.c
4991                 append 'Change folder order' label with '...'
4992         * src/prefs_actions.c
4993                 allow reordering of actions list by dnd
4994         * src/gtk/foldersort.c
4995                 make the dialog nicer
4996
4997 2006-01-11 [colin]      1.9.100cvs138
4998
4999         * src/compose.c
5000                 Allow templates without text
5001
5002 2006-01-11 [paul]       1.9.100cvs137
5003
5004         * tools/README
5005         * tools/filter_conv_new.pl
5006                 add info to README
5007                 also check .sylpheed for filter.xml
5008                 be a bit informative to the user
5009
5010 2006-01-11 [colin]      1.9.100cvs136
5011
5012         * src/textview.c
5013                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5014
5015 2006-01-10 [paul]       1.9.100cvs135
5016
5017         * tools/Makefile.am
5018         * tools/filter_conv_new.pl
5019                 add script to convert new style Sylpheed
5020                 filter rules (Sylpheed >= 0.9.99) to
5021                 Claws filtering rules
5022
5023 2006-01-10 [colin]      1.9.100cvs134
5024
5025         * src/compose.c
5026                 Fix broken line joins in certain conditions
5027                 (between two quoted lines: <enter><enter><up>
5028                  <type a wrapped sentence><go in the first line>
5029                  <insert more text><watch as line joining failed>)
5030
5031 2006-01-10 [paul]       1.9.100cvs133
5032
5033         * src/compose.c
5034                 don't report success in error dialog
5035                 thanks to Colin
5036         * src/common/utils.c
5037                 include some trailing punctuations as URI
5038                 thanks to Hiro
5039
5040 2006-01-10 [paul]       1.9.100cvs132
5041
5042         * src/mimeview.c
5043                 fix incompatible pointer type
5044                 warning
5045
5046 2006-01-10 [paul]       1.9.100cvs131
5047
5048         * src/compose.c
5049                 change Subject in window title
5050                 instantaneously
5051
5052 2006-01-09 [colin]      1.9.100cvs130
5053
5054         * src/addressbook.c
5055         * src/headerview.c
5056         * src/mainwindow.c
5057         * src/messageview.c
5058         * src/mimeview.c
5059         * src/noticeview.c
5060         * src/summaryview.c
5061                 Fix possible crashes on exit and in addressbook
5062
5063 2006-01-09 [paul]       1.9.100cvs129
5064
5065         * src/prefs_msg_colors.c
5066                 some cleanups that I forgot last time
5067
5068 2006-01-09 [paul]       1.9.100cvs128
5069
5070         * README
5071         * src/folderview.c
5072         * src/prefs_msg_colors.c
5073                 add previously hidden option, color_new, to
5074                 the gui
5075                 move the page to Display/
5076                 rework the gui
5077
5078 2006-01-09 [wwp]        1.9.100cvs127
5079
5080         * src/prefs_themes.c
5081                 made the prefs/display/themes layouts spacing less condensed
5082                 (and so they match other prefs/pages' look).
5083
5084 2006-01-09 [paul]       1.9.100cvs126
5085
5086         * src/compose.c
5087         * src/prefs_common.c
5088         * src/prefs_common.h
5089         * src/prefs_wrapping.c
5090                 remove 'wrap at send' option
5091
5092 2006-01-06 [colin]      1.9.100cvs125
5093
5094         * src/compose.c
5095                 Just make completely sure we don't insert "manual line breaks" 
5096                 when wrapping... 
5097
5098 2006-01-04 [paul]
5099
5100         * 2.0.0-rc3 released
5101
5102 2006-01-04 [paul]       1.9.100cvs124
5103
5104         * src/folderview.c
5105                 fix bug 882, 'quick scroll in folder list
5106                 displays wrong folder contents'
5107
5108 2006-01-04 [paul]       1.9.100cvs123
5109
5110         * src/plugins/pgpmime/pgpmime.c
5111                 better debug information when signing
5112                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5113
5114 2006-01-03 [colin]      1.9.100cvs122
5115
5116         * configure.ac
5117                 We need to recheck for gpgme 1.0.0 after checking
5118                 for 1.1.1, because if 1.1.1 isn't available, 
5119                 GPGME_LIBS and friends are blanked out by the 
5120                 second check.
5121
5122 2006-01-03 [colin]      1.9.100cvs121
5123
5124         * src/common/prefs.c
5125                 Windows unlink-before rename fix
5126         * src/plugins/pgpcore/sgpgme.c
5127                 Add support for PKA info if available
5128                 Both patches by Werner Koch
5129
5130 2006-01-03 [paul]       1.9.100cvs120
5131
5132         * src/messageview.c
5133                 fix bug 884, 'Send receipt' button visible in queue
5134                 Thanks to Colin
5135
5136 2006-01-02 [colin]      1.9.100cvs119
5137
5138         * src/compose.c
5139         * src/imap.c
5140                 Fix autosave on IMAP and more generally try to
5141                 return the correct ID on a newly added IMAP message
5142
5143 2006-01-02 [paul]       1.9.100cvs118
5144
5145         * manual/keyboard.xml
5146                 edited
5147
5148 2006-01-01 [paul]       1.9.100cvs117
5149
5150         * src/gtk/authors.h
5151                 alphabetical order
5152
5153 2005-12-30 [colin]      1.9.100cvs116
5154
5155         * manual/advanced.xml
5156                 Explain Pre/Post-processing differences.
5157
5158 2005-12-30 [colin]      1.9.100cvs115
5159
5160         * src/mh.c
5161                 Implement copy_msgs for a little optimization
5162         * src/imap.c
5163                 Finish yesterday's fix
5164
5165 2005-12-29 [colin]      1.9.100cvs114
5166
5167         * src/imap.c
5168                 Fix occasional failure in fetching a mail over
5169                 IMAP
5170
5171 2005-12-29 [colin]      1.9.100cvs113
5172
5173         * src/compose.c
5174                 Don't remove a draft when sending it, if it is 
5175                 locked.
5176
5177 2005-12-28 [colin]      1.9.100cvs112
5178
5179         * src/summaryview.c
5180                 Fix leak for real
5181
5182 2005-12-28 [wwp]        1.9.100cvs111
5183
5184         * doc/faq/.cvsignore
5185         * doc/faq/de/.cvsignore
5186         * doc/faq/en/.cvsignore
5187         * doc/faq/es/.cvsignore
5188         * doc/faq/fr/.cvsignore
5189         * doc/faq/it/.cvsignore
5190         * doc/manual/.cvsignore
5191         * doc/manual/de/.cvsignore
5192         * doc/manual/en/.cvsignore
5193         * doc/manual/es/.cvsignore
5194         * doc/manual/fr/.cvsignore
5195         * doc/manual/ja/.cvsignore
5196         * src/plugins/mathml_viewer/.cvsignore
5197                 rollback revival of those files (my bad, sorry for the noise).
5198
5199 2005-12-28 [wwp]        1.9.100cvs110
5200
5201         * src/compose.c
5202                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5203
5204 2005-12-28 [wwp]        1.9.100cvs109
5205
5206         * doc/faq/.cvsignore
5207         * doc/faq/de/.cvsignore
5208         * doc/faq/en/.cvsignore
5209         * doc/faq/es/.cvsignore
5210         * doc/faq/fr/.cvsignore
5211         * doc/faq/it/.cvsignore
5212         * doc/manual/.cvsignore
5213         * doc/manual/de/.cvsignore
5214         * doc/manual/en/.cvsignore
5215         * doc/manual/es/.cvsignore
5216         * doc/manual/fr/.cvsignore
5217         * doc/manual/ja/.cvsignore
5218         * src/plugins/mathml_viewer/.cvsignore
5219         * po/.cvsignore
5220                 more files to ignore.
5221
5222 2005-12-24 [colin]      1.9.100cvs108
5223
5224         * AUTHORS
5225         * src/gtk/authors.h
5226                 Update for Werner
5227
5228 2005-12-24 [colin]      1.9.100cvs107
5229
5230         * src/procmsg.c
5231                 Allow NULL src_msginfo in 
5232                 procmsg_msginfo_new_from_mimeinfo
5233
5234 2005-12-23 [paul]       1.9.100cvs106
5235
5236         * src/plugins/pgpinline/mypgpcore.def
5237                 add this forgotten file
5238
5239 2005-12-23 [colin]      1.9.100cvs105
5240
5241         * src/mainwindow.c
5242                 Fix missing break
5243
5244 2005-12-23 [colin]      1.9.100cvs104
5245
5246         * autogen.sh
5247         * src/folder.c
5248         * src/mh.c
5249         * src/common/plugin.c
5250         * src/common/socket.c
5251         * src/common/socket.h
5252         * src/common/utils.c
5253         * src/common/utils.h
5254         * src/gtk/pluginwindow.c
5255         * src/plugins/pgpcore/plugin.def
5256         * src/plugins/pgpcore/sylpheed.def
5257         * src/plugins/pgpinline/Makefile.am
5258         * src/plugins/pgpinline/plugin.def
5259         * src/plugins/pgpinline/sylpheed.def
5260         * src/plugins/pgpmime/plugin.def
5261         * src/plugins/pgpmime/sylpheed.def
5262                 Various w32 fixes by Werner Koch
5263
5264 2005-12-22 [paul]       1.9.100cvs103
5265
5266         * src/wizard.c
5267                 don't offer IMAP as 'server type' if
5268                 libetpan isn't built in
5269
5270 2005-12-22 [paul]       1.9.100cvs102
5271
5272         * AUTHORS
5273         * src/mainwindow.c
5274         * src/mainwindow.h
5275         * src/toolbar.c
5276         * src/gtk/authors.h
5277                 support GTK_TOOLBAR_BOTH_HORIZ (text
5278                 next to icon) Patch by Marien Zwart
5279                 marienz@users.sf.net
5280                 Also reword the text
5281
5282 2005-12-21 [colin]      1.9.100cvs101
5283
5284         * configure.ac
5285                 Fix DATADIRNAME
5286         * COPYING
5287                 Fix missing section and explicit the exception better
5288         * src/compose.c
5289                 Prevent mail from being lost without notice when an
5290                 SMTP error happens on trying to send an unmodified
5291                 drafted mail.
5292         * src/send_message.c
5293         * src/common/smtp.c
5294                 Fix password remembering when wrong, and add return
5295                 value checks where they should have been
5296         * src/plugins/pgpcore/sylpheed.def
5297         * src/plugins/pgpinline/sylpheed.def
5298         * src/plugins/pgpmime/sylpheed.def
5299                 Add a few symbols needed
5300
5301 2005-12-21 [paul]       1.9.100cvs100
5302
5303         * m4/codeset.m4
5304         * m4/glibc21.m4
5305         * m4/intdiv0.m4
5306         * m4/inttypes-pri.m4
5307         * m4/inttypes.m4
5308         * m4/inttypes_h.m4
5309         * m4/isc-posix.m4
5310         * m4/lcmessage.m4
5311         * m4/stdint_h.m4
5312         * m4/uintmax_t.m4
5313                 gettextization
5314                 thanks to Colin
5315
5316 2005-12-21 [paul]       1.9.100cvs99
5317
5318         * po/sv.po
5319                 fixed by Colin
5320
5321 2005-12-20 [paul]       1.9.100cvs98
5322
5323         * po/sv.po
5324                 updated by Anders Trobäck
5325
5326 2005-12-20 [colin]      1.9.100cvs97
5327
5328         * ABOUT-NLS
5329         * Makefile.am
5330         * autogen.sh
5331         * configure.ac
5332         * config/config.rpath
5333         * config/mkinstalldirs
5334         * m4/Makefile.am
5335         * m4/glibc2.m4
5336         * m4/gnupg.m4
5337         * m4/gpgme.m4
5338         * m4/intmax.m4
5339         * m4/longdouble.m4
5340         * m4/longlong.m4
5341         * m4/printf-posix.m4
5342         * m4/signed.m4
5343         * m4/size_max.m4
5344         * m4/ulonglong.m4
5345         * m4/wchar_t.m4
5346         * m4/wint_t.m4
5347         * m4/xsize.m4
5348         * po/Makefile.in.in
5349         * po/Makevars
5350         * po/bg.po
5351         * po/ca.po
5352         * po/cs.po
5353         * po/de.po
5354         * po/el.po
5355         * po/en_GB.po
5356         * po/es.po
5357         * po/fi.po
5358         * po/fr.po
5359         * po/hr.po
5360         * po/hu.po
5361         * po/it.po
5362         * po/ja.po
5363         * po/ko.po
5364         * po/nb.po
5365         * po/nl.po
5366         * po/pl.po
5367         * po/pt_BR.po
5368         * po/ru.po
5369         * po/sk.po
5370         * po/sr.po
5371         * po/stamp-po
5372         * po/sv.po
5373         * po/zh_CN.po
5374         * po/zh_TW.po
5375         * src/Makefile.am
5376         * src/codeconv.c
5377         * src/compose.c
5378         * src/exporthtml.c
5379         * src/exportldif.c
5380         * src/folder.c
5381         * src/main.c
5382         * src/manual.c
5383         * src/mh.c
5384         * src/mimeview.c
5385         * src/send_message.c
5386         * src/common/Makefile.am
5387         * src/common/fnmatch.c
5388         * src/common/fnmatch.h
5389         * src/common/fnmatch_loop.c
5390         * src/common/nntp.c
5391         * src/common/plugin.c
5392         * src/common/smtp.c
5393         * src/common/socket.c
5394         * src/common/string_match.c
5395         * src/common/sylpheed.c
5396         * src/common/utils.c
5397         * src/common/utils.h
5398         * src/common/w32_dirent.c
5399         * src/common/w32_reg.c
5400         * src/common/w32_signal.c
5401         * src/common/w32_stat.c
5402         * src/common/w32_stdio.c
5403         * src/common/w32_stdlib.c
5404         * src/common/w32_string.c
5405         * src/common/w32_time.c
5406         * src/common/w32_unistd.c
5407         * src/common/w32_wait.c
5408         * src/common/w32lib.h
5409         * src/etpan/Makefile.am
5410         * src/gtk/Makefile.am
5411         * src/plugins/clamav/Makefile.am
5412         * src/plugins/demo/Makefile.am
5413         * src/plugins/dillo_viewer/Makefile.am
5414         * src/plugins/pgpcore/Makefile.am
5415         * src/plugins/pgpcore/passphrase.c
5416         * src/plugins/pgpcore/plugin.def
5417         * src/plugins/pgpcore/sgpgme.c
5418         * src/plugins/pgpcore/sylpheed.def
5419         * src/plugins/pgpcore/version.rc
5420         * src/plugins/pgpinline/Makefile.am
5421         * src/plugins/pgpinline/plugin.def
5422         * src/plugins/pgpinline/sylpheed.def
5423         * src/plugins/pgpinline/version.rc
5424         * src/plugins/pgpmime/Makefile.am
5425         * src/plugins/pgpmime/mypgpcore.def
5426         * src/plugins/pgpmime/plugin.def
5427         * src/plugins/pgpmime/sylpheed.def
5428         * src/plugins/pgpmime/version.rc
5429         * src/plugins/spamassassin/Makefile.am
5430                 Very little ;-) patch from Werner Koch, providing
5431                 infrastructure for cross-compiling to Win32
5432
5433 2005-12-20 [paul]       1.9.100cvs96
5434
5435         * src/account.c
5436         * src/account.h
5437         * src/mainwindow.c
5438         * src/mainwindow.h
5439         * src/toolbar.c
5440         * src/toolbar.h
5441                 add a combo to the Get All button, allowing
5442                 quick retrieval from any account
5443                 Patch by Fabien Vantard, slightly modified
5444                 by Colin
5445         * src/gtk/about.c
5446                 i18n fix. Patch by Fabien Vantard
5447
5448 2005-12-19 [colin]      1.9.100cvs95
5449
5450         * src/compose.c
5451         * src/compose.h
5452                 Don't automatically join lines when they've 
5453                 been separated by the user and not automatically
5454
5455 2005-12-19 [paul]       1.9.100cvs94
5456
5457         * src/gtk/pluginwindow.c
5458                 i18n fix.
5459                 Patch by Fabien Vantard
5460
5461 2005-12-15 [paul]       1.9.100cvs93
5462
5463         * src/common/plugin.c
5464         * src/common/plugin.h
5465         * src/gtk/pluginwindow.c
5466         * src/plugins/clamav/clamav_plugin.c
5467         * src/plugins/demo/demo.c
5468         * src/plugins/dillo_viewer/dillo_viewer.c
5469         * src/plugins/pgpcore/plugin.c
5470         * src/plugins/pgpinline/plugin.c
5471         * src/plugins/pgpmime/plugin.c
5472         * src/plugins/spamassassin/spamassassin.c
5473         * src/plugins/trayicon/trayicon.c
5474                 add plugin_version()
5475
5476 2005-12-15 [colin]      1.9.100cvs92
5477
5478         * src/compose.c
5479                 Further fix bug #875
5480
5481 2005-12-15 [paul]       1.9.100cvs91
5482
5483         * src/gtk/filesel.c
5484                 fix attach_load_dir getting set to
5485                 PLUGINDIR on plugin load
5486
5487 2005-12-14 [mones]      1.9.100cvs90
5488
5489         * manual/ack.xml
5490         * manual/keyboard.xml
5491                 Initial draft and some shortcuts added
5492                 
5493         * po/es.po
5494                 Updated translation
5495
5496 2005-12-14 [colin]      1.9.100cvs89
5497
5498         * src/compose.c
5499         * src/imap.c
5500         * src/summaryview.c
5501         * src/gtk/gtkaspell.c
5502                 More leaks fixed
5503         * src/prefs_folder_item.c
5504                 Fix recursive prefs apply
5505
5506
5507 2005-12-14 [colin]      1.9.100cvs88
5508
5509         * src/compose.c
5510                 Fix bug #875 (Freeze On Inline Forward of 
5511                 Large Message)
5512
5513 2005-12-13 [colin]      1.9.100cvs87
5514
5515         * src/compose.c
5516                 Uniq-ify and sort the mimetypes list
5517                 Patch by Fabien Vantard
5518
5519 2005-12-13 [colin]      1.9.100cvs86
5520
5521         * src/imap.c
5522         * src/etpan/imap-thread.c
5523                 Fix leaks (patch by Hoa)
5524         * src/news.c
5525         * src/common/plugin.c
5526                 Fix leaks
5527
5528 2005-12-12 [colin]
5529
5530         * 2.0.0-rc2 released
5531
5532 2005-12-12 [colin]      1.9.100cvs85
5533
5534         * src/matcher.c
5535                 Fix a leak
5536
5537 2005-12-12 [wwp]        1.9.100cvs84
5538
5539         * src/gtk/icon_legend.c
5540                 fix misbehaviour and crash when closing the legend window
5541         using the Esc key (patch by Fabien Vantard).
5542
5543 2005-12-12 [paul]       1.9.100cvs83
5544
5545         * src/browseldap.c
5546         * src/foldersel.c
5547         * src/prefs_actions.c
5548         * src/prefs_filtering.c
5549         * src/prefs_matcher.c
5550         * src/prefs_spelling.glade      ** REMOVED **
5551         * src/prefs_template.c
5552         * src/gtk/foldersort.glade      ** REMOVED **
5553         * src/gtk/pluginwindow.c
5554         * src/gtk/pluginwindow.glade    ** REMOVED **
5555         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5556                 cleanups
5557
5558 2005-12-11 [paul]       1.9.100cvs82
5559
5560         * src/gtk/filesel.c
5561                 fix attach_load_dir crasher (double free)
5562
5563 2005-12-09 [paul]       1.9.100cvs81
5564
5565         * po/POTFILES.in
5566         * src/mainwindow.c
5567         * src/gtk/Makefile.am
5568         * src/gtk/icon_legend.c
5569         * src/gtk/icon_legend.h
5570                 add icon legend
5571         * src/manual.c
5572                 cleanup
5573
5574 2005-12-09 [paul]       1.9.100cvs80
5575
5576         * src/plugins/pgpcore/passphrase.c
5577                 wrap the label in the dialog
5578
5579 2005-12-09 [colin]      1.9.100cvs79
5580
5581         * src/plugins/pgpcore/sgpgme.c
5582                 Display (untrusted) on not trusted signatures
5583                 Patch by Michal Èihaø <michal@cihar.com>
5584                 Closes bug #867 (Report also key trust)
5585
5586 2005-12-09 [colin]      1.9.100cvs78
5587
5588         * src/common/plugin.c
5589                 Update licence check, following Eben Moglen's advice
5590
5591 2005-12-08 [colin]      1.9.100cvs77
5592
5593         * src/folder.c
5594                 Fix the occasionnal item->cache != NULL 
5595                 assertion failure. 
5596
5597 2005-12-08 [colin]      1.9.100cvs76
5598
5599         * src/mimeview.c
5600         * src/plugins/pgpcore/sgpgme.c
5601                 Print key id when unable to check it
5602                 Closes bug #866 (Show key id when missing)
5603
5604 2005-12-08 [paul]       1.9.100cvs75
5605
5606         * src/prefs_common.c
5607         * src/prefs_common.h
5608         * src/gtk/filesel.c
5609                 remember load attachment dir
5610
5611 2005-12-07 [colin]      1.9.100cvs74
5612
5613         * src/prefs_toolbar.c
5614                 Gtk fixes, patch by Fabien Vantard
5615
5616 2005-12-07 [colin]      1.9.100cvs73
5617
5618         * src/action.c
5619         * src/compose.c
5620         * src/compose.h
5621                 Fix bug #839 (Quoted text isn't colored after 
5622                 executing an action)
5623         * src/common/plugin.c
5624                 Require plugins to declare their licence in plugin_licence()
5625                 Refuse to load non-GPL plugins as they'd be illegal (as 
5626                 derived works of Sylpheed-Claws, they must be GPL).
5627         * src/plugins/clamav/clamav_plugin.c
5628         * src/plugins/demo/demo.c
5629         * src/plugins/dillo_viewer/dillo_viewer.c
5630         * src/plugins/pgpcore/plugin.c
5631         * src/plugins/pgpinline/plugin.c
5632         * src/plugins/pgpmime/plugin.c
5633         * src/plugins/spamassassin/spamassassin.c
5634         * src/plugins/trayicon/trayicon.c
5635                 Add plugin_licence()
5636
5637 2005-12-07 [paul]       1.9.100cvs72
5638
5639         * configure.ac
5640         * src/mainwindow.c
5641         * src/manual.c
5642         * src/manual.h
5643         * src/common/defs.h
5644                 clean up after local FAQ removal and
5645                 temporary manual removal
5646
5647 2005-12-06 [colin]      1.9.100cvs71
5648
5649         * configure.ac
5650         * doc/Makefile.am
5651         * doc/faq/.cvsignore
5652         * doc/faq/Makefile.am
5653         * doc/faq/de/.cvsignore
5654         * doc/faq/de/Makefile.am
5655         * doc/faq/de/sylpheed-faq-1.html
5656         * doc/faq/de/sylpheed-faq-2.html
5657         * doc/faq/de/sylpheed-faq-3.html
5658         * doc/faq/de/sylpheed-faq.html
5659         * doc/faq/en/.cvsignore
5660         * doc/faq/en/Makefile.am
5661         * doc/faq/en/sylpheed-faq-1.html
5662         * doc/faq/en/sylpheed-faq-2.html
5663         * doc/faq/en/sylpheed-faq-3.html
5664         * doc/faq/en/sylpheed-faq-4.html
5665         * doc/faq/en/sylpheed-faq.html
5666         * doc/faq/es/.cvsignore
5667         * doc/faq/es/Makefile.am
5668         * doc/faq/es/sylpheed-faq-1.html
5669         * doc/faq/es/sylpheed-faq-2.html
5670         * doc/faq/es/sylpheed-faq-3.html
5671         * doc/faq/es/sylpheed-faq-4.html
5672         * doc/faq/es/sylpheed-faq.html
5673         * doc/faq/fr/.cvsignore
5674         * doc/faq/fr/Makefile.am
5675         * doc/faq/fr/sylpheed-faq-1.html
5676         * doc/faq/fr/sylpheed-faq-2.html
5677         * doc/faq/fr/sylpheed-faq-3.html
5678         * doc/faq/fr/sylpheed-faq.html
5679         * doc/faq/it/.cvsignore
5680         * doc/faq/it/Makefile.am
5681         * doc/faq/it/sylpheed-faq-1.html
5682         * doc/faq/it/sylpheed-faq-2.html
5683         * doc/faq/it/sylpheed-faq-3.html
5684         * doc/faq/it/sylpheed-faq.html
5685         * doc/manual/.cvsignore
5686         * doc/manual/Makefile.am
5687         * doc/manual/de/.cvsignore
5688         * doc/manual/de/Makefile.am
5689         * doc/manual/de/sylpheed-1.html
5690         * doc/manual/de/sylpheed-10.html
5691         * doc/manual/de/sylpheed-11.html
5692         * doc/manual/de/sylpheed-12.html
5693         * doc/manual/de/sylpheed-13.html
5694         * doc/manual/de/sylpheed-14.html
5695         * doc/manual/de/sylpheed-15.html
5696         * doc/manual/de/sylpheed-16.html
5697         * doc/manual/de/sylpheed-17.html
5698         * doc/manual/de/sylpheed-18.html
5699         * doc/manual/de/sylpheed-19.html
5700         * doc/manual/de/sylpheed-2.html
5701         * doc/manual/de/sylpheed-20.html
5702         * doc/manual/de/sylpheed-3.html
5703         * doc/manual/de/sylpheed-4.html
5704         * doc/manual/de/sylpheed-5.html
5705         * doc/manual/de/sylpheed-6.html
5706         * doc/manual/de/sylpheed-7.html
5707         * doc/manual/de/sylpheed-8.html
5708         * doc/manual/de/sylpheed-9.html
5709         * doc/manual/de/sylpheed.html
5710         * doc/manual/en/.cvsignore
5711         * doc/manual/en/Makefile.am
5712         * doc/manual/en/sylpheed-1.html
5713         * doc/manual/en/sylpheed-10.html
5714         * doc/manual/en/sylpheed-11.html
5715         * doc/manual/en/sylpheed-12.html
5716         * doc/manual/en/sylpheed-13.html
5717         * doc/manual/en/sylpheed-14.html
5718         * doc/manual/en/sylpheed-15.html
5719         * doc/manual/en/sylpheed-16.html
5720         * doc/manual/en/sylpheed-17.html
5721         * doc/manual/en/sylpheed-18.html
5722         * doc/manual/en/sylpheed-19.html
5723         * doc/manual/en/sylpheed-2.html
5724         * doc/manual/en/sylpheed-20.html
5725         * doc/manual/en/sylpheed-21.html
5726         * doc/manual/en/sylpheed-22.html
5727         * doc/manual/en/sylpheed-3.html
5728         * doc/manual/en/sylpheed-4.html
5729         * doc/manual/en/sylpheed-5.html
5730         * doc/manual/en/sylpheed-6.html
5731         * doc/manual/en/sylpheed-7.html
5732         * doc/manual/en/sylpheed-8.html
5733         * doc/manual/en/sylpheed-9.html
5734         * doc/manual/en/sylpheed.html
5735         * doc/manual/es/.cvsignore
5736         * doc/manual/es/Makefile.am
5737         * doc/manual/es/sylpheed-1.html
5738         * doc/manual/es/sylpheed-10.html
5739         * doc/manual/es/sylpheed-11.html
5740         * doc/manual/es/sylpheed-12.html
5741         * doc/manual/es/sylpheed-13.html
5742         * doc/manual/es/sylpheed-14.html
5743         * doc/manual/es/sylpheed-15.html
5744         * doc/manual/es/sylpheed-16.html
5745         * doc/manual/es/sylpheed-17.html
5746         * doc/manual/es/sylpheed-18.html
5747         * doc/manual/es/sylpheed-19.html
5748         * doc/manual/es/sylpheed-2.html
5749         * doc/manual/es/sylpheed-20.html
5750         * doc/manual/es/sylpheed-3.html
5751         * doc/manual/es/sylpheed-4.html
5752         * doc/manual/es/sylpheed-5.html
5753         * doc/manual/es/sylpheed-6.html
5754         * doc/manual/es/sylpheed-7.html
5755         * doc/manual/es/sylpheed-8.html
5756         * doc/manual/es/sylpheed-9.html
5757         * doc/manual/es/sylpheed.html
5758         * doc/manual/fr/.cvsignore
5759         * doc/manual/fr/Makefile.am
5760         * doc/manual/fr/sylpheed-1.html
5761         * doc/manual/fr/sylpheed-10.html
5762         * doc/manual/fr/sylpheed-11.html
5763         * doc/manual/fr/sylpheed-12.html
5764         * doc/manual/fr/sylpheed-13.html
5765         * doc/manual/fr/sylpheed-14.html
5766         * doc/manual/fr/sylpheed-15.html
5767         * doc/manual/fr/sylpheed-16.html
5768         * doc/manual/fr/sylpheed-17.html
5769         * doc/manual/fr/sylpheed-18.html
5770         * doc/manual/fr/sylpheed-19.html
5771         * doc/manual/fr/sylpheed-2.html
5772         * doc/manual/fr/sylpheed-20.html
5773         * doc/manual/fr/sylpheed-3.html
5774         * doc/manual/fr/sylpheed-4.html
5775         * doc/manual/fr/sylpheed-5.html
5776         * doc/manual/fr/sylpheed-6.html
5777         * doc/manual/fr/sylpheed-7.html
5778         * doc/manual/fr/sylpheed-8.html
5779         * doc/manual/fr/sylpheed-9.html
5780         * doc/manual/fr/sylpheed.html
5781         * doc/manual/ja/.cvsignore
5782         * doc/manual/ja/Makefile.am
5783         * doc/manual/ja/sylpheed-1.html
5784         * doc/manual/ja/sylpheed-10.html
5785         * doc/manual/ja/sylpheed-11.html
5786         * doc/manual/ja/sylpheed-12.html
5787         * doc/manual/ja/sylpheed-13.html
5788         * doc/manual/ja/sylpheed-14.html
5789         * doc/manual/ja/sylpheed-15.html
5790         * doc/manual/ja/sylpheed-16.html
5791         * doc/manual/ja/sylpheed-17.html
5792         * doc/manual/ja/sylpheed-18.html
5793         * doc/manual/ja/sylpheed-19.html
5794         * doc/manual/ja/sylpheed-2.html
5795         * doc/manual/ja/sylpheed-20.html
5796         * doc/manual/ja/sylpheed-3.html
5797         * doc/manual/ja/sylpheed-4.html
5798         * doc/manual/ja/sylpheed-5.html
5799         * doc/manual/ja/sylpheed-6.html
5800         * doc/manual/ja/sylpheed-7.html
5801         * doc/manual/ja/sylpheed-8.html
5802         * doc/manual/ja/sylpheed-9.html
5803         * doc/manual/ja/sylpheed.html
5804         * doc/manual/ja/sylpheed.sgml
5805         * src/mainwindow.c
5806                 Remove outdated manual and faq. Noisy, eh?
5807
5808 2005-12-06 [colin]      1.9.100cvs70
5809
5810         * src/compose.c
5811         * src/quote_fmt_parse.y
5812         * src/undo.c
5813         * src/undo.h
5814                 Allow %X to position cursor at 0 
5815                 (no %X = before signature)
5816                 Fix paste as quotation putting the cursor at 0
5817                 Fix undo offsets when pasting
5818                 Insert the quote_fmt at once instead of line 
5819                 by line
5820                 Fix [Edited] when starting to reply/forward
5821
5822 2005-12-06 [paul]       1.9.100cvs69
5823
5824         * src/plugins/clamav/clamav_plugin_gtk.c
5825                 add another tooltip
5826         * src/plugins/spamassassin/spamassassin_gtk.c
5827                 rework spamassassin_create_widget_func()
5828
5829 2005-12-05 [colin]      1.9.100cvs68
5830
5831         * po/POTFILES.in
5832                 Fix make release ;-)
5833
5834 2005-12-05 [colin]      1.9.100cvs67
5835
5836         * src/compose.c
5837         * src/compose.h
5838                 Fix cursor positioning (not obeying %X)
5839
5840 2005-12-05 [paul]       1.9.100cvs66
5841
5842         * src/plugins/dillo_viewer/dillo_prefs.c
5843                 fix compilation warning
5844
5845 2005-12-05 [paul]       1.9.100cvs65
5846
5847         * src/prefs_spelling.c
5848         * src/plugins/trayicon/trayicon.c
5849                 cleanups - remove unused stuff
5850
5851 2005-12-05 [paul]       1.9.100cvs64
5852
5853         * README
5854         * manual/plugins.xml
5855                 remove info about removed mathml_viewer plugin
5856
5857 2005-12-05 [paul]       1.9.100cvs63
5858
5859         * configure.ac
5860         * src/plugins/Makefile.am
5861         * src/plugins/mathml_viewer/.cvsignore
5862         * src/plugins/mathml_viewer/Makefile.am
5863         * src/plugins/mathml_viewer/mathml_viewer.c
5864                 remove unmaintained mathml_viewer plugin
5865
5866 2005-12-05 [paul]       1.9.100cvs62
5867
5868         * src/summaryview.c
5869                 obey prefs_common.always_show_msg when
5870                 moving a msg
5871                 Thanks to Colin
5872
5873 2005-12-05 [paul]       1.9.100cvs61
5874
5875         * src/compose.c
5876         * src/prefs_account.c
5877         * src/prefs_filtering.c
5878         * src/prefs_quote.c
5879         * src/prefs_spelling.c
5880         * src/prefs_toolbar.c
5881         * src/summaryview.c
5882         * src/gtk/gtkutils.c
5883         * src/gtk/quicksearch.c
5884         * src/plugins/dillo_viewer/dillo_prefs.c
5885                 dialog cleanups
5886
5887 2005-12-04 [paul]       1.9.100cvs60
5888
5889         * src/inc.c
5890         * src/prefs_account.c
5891         * src/prefs_account.h
5892                 allow a Local account to specify a
5893                 default inbox
5894                 (closes bug 843 'Inbox cannot be changed for local
5895                  mailboxes')
5896
5897 2005-12-04 [colin]      1.9.100cvs59
5898
5899         * src/plugins/trayicon/trayicon.c
5900                 Remove Get, rename Get All to Get Mail in order to
5901                 be consistent with the default main toolbar
5902
5903 2005-12-03 [colin]      1.9.100cvs58
5904
5905         * manual/gpl.xml
5906         * manual/sylpheed-claws-manual.xml
5907                 Add GPL appendix
5908
5909 2005-12-03 [paul]       1.9.100cvs57
5910
5911         * AUTHORS
5912         * po/sv.po
5913         * src/gtk/authors.h
5914                 new (partially complete) Swedish translation
5915                 by Anders Troback <sylpheed@troback.com>
5916
5917 2005-12-02 [paul]       1.9.100cvs56
5918
5919         * configure.ac
5920                 libetpan 0.41 required
5921
5922 2005-12-02 [paul]       1.9.100cvs55
5923
5924         * src/plugins/clamav/clamav_plugin.c
5925         * src/plugins/clamav/clamav_plugin.h
5926         * src/plugins/clamav/clamav_plugin_gtk.c
5927         * src/plugins/spamassassin/spamassassin.c
5928         * src/plugins/spamassassin/spamassassin.h
5929         * src/plugins/spamassassin/spamassassin_gtk.c
5930                 unregister prefs pages on unloading, thus
5931                 preventing a crash
5932                 (thanks to Colin for the hint)
5933
5934 2005-12-02 [wwp]        1.9.100cvs54
5935
5936         * src/quote_fmt.h
5937         * src/quote_fmt_parse.y
5938                 fix misuse of gboolean*, use gboolean instead
5939                 (thanks to Paul, Colin, for pointing out that scaring one)
5940
5941 2005-12-02 [paul]       1.9.100cvs53
5942
5943         * src/plugins/clamav/clamav_plugin.c
5944                 int no --> unsigned int no
5945         * src/plugins/clamav/clamav_plugin_gtk.c
5946                 rework config page
5947
5948 2005-12-02 [wwp]        1.9.100cvs52
5949
5950         * src/compose.c
5951         * src/prefs_template.c
5952         * src/quote_fmt.h
5953         * src/quote_fmt_parse.y
5954                 prevent from executing |f and |p templates commands when
5955                 adding or replacing templates in prefs (avoids annoying and
5956                 potentially dangerous behaviours)
5957
5958 2005-12-02 [paul]       1.9.100cvs51
5959
5960         * src/prefs_common.c
5961                 allow translation of some default values
5962                 Patch by Fabien Vantard
5963
5964 2005-12-02 [paul]       1.9.100cvs50
5965
5966         * src/codeconv.c
5967         * src/codeconv.h
5968         * src/prefs_common.c
5969         * src/prefs_common.h
5970         * src/prefs_message.c
5971         * src/textview.c
5972                 remove obsolete 'convert_mb_alnum' option
5973                 and related stuff
5974         * src/gtk/about.c
5975                 remove unused 'about_textview_visibility_notify'
5976
5977 2005-12-02 [paul]       1.9.100cvs49
5978
5979         * src/prefs_account.c
5980         * src/prefs_compose_writing.c
5981         * src/prefs_fonts.c
5982         * src/prefs_gtk.h
5983         * src/prefs_image_viewer.c
5984         * src/prefs_message.c
5985         * src/prefs_other.c
5986         * src/prefs_receive.c
5987         * src/prefs_send.c
5988         * src/prefs_spelling.c
5989         * src/prefs_summaries.c
5990         * src/prefs_wrapping.c
5991         * src/plugins/dillo_viewer/dillo_prefs.c
5992         * src/plugins/pgpcore/prefs_gpg.c
5993                 several cleanups to the prefs dialogs
5994                 (slightly modified) patch by Fabien Vantard
5995
5996 2005-12-02 [paul]       1.9.100cvs48
5997
5998         * src/main.c
5999                 --exit means exit
6000         * src/send_message.c
6001                 fix crash on send when connection fails
6002
6003         Thanks to Colin
6004
6005 2005-12-01 [colin]      1.9.100cvs47
6006
6007         * src/html.c
6008                 Translate &hellip; to "..."
6009
6010 2005-11-30 [colin]      1.9.100cvs46
6011
6012         * src/matcher.c
6013         * src/matcher.h
6014                 Optimize back yesterday's fix.
6015
6016 2005-11-30 [paul]       1.9.100cvs45
6017
6018         * manual/faq.xml
6019                 standardised
6020         * manual/intro.xml
6021                 written by Colin, edited by me
6022
6023 2005-11-29 [colin]      1.9.100cvs44
6024
6025         * src/matcher.c
6026                 Skip headers unconditionnaly in match_body if the
6027                 rule is not message or ~message
6028
6029 2005-11-29 [colin]      1.9.100cvs43
6030
6031         * src/matcher.c
6032                 Fix body_part and such, not skipping headers 
6033                 if the matchcriteria wasn't the first in the rule
6034
6035 2005-11-29 [colin]      1.9.100cvs42
6036
6037         * src/compose.c
6038                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6039                 option missing from message view window)
6040                 Fix double text D'n'D with gtk-2.8
6041         * src/matcher.c
6042                 Fix ~message, ~headers_part, ~body_part rules
6043         * src/messageview.c
6044                 Add Windows-1252 (Closes bug #863)
6045                 Fix accels
6046         * src/gtk/gtkaspell.c
6047                 Properly destroy accels in all menus
6048
6049 2005-11-29 [mones]      1.9.100cvs41
6050
6051         * po/es.po
6052                 Updated.
6053
6054 2005-11-27 [colin]      1.9.100cvs40
6055
6056         * src/mh_gtk.c
6057                 "/Remove mailbox" -> "/Remove mailbox..."
6058
6059 2005-11-27 [paul]       1.9.100cvs39
6060
6061         * AUTHORS
6062         * po/de.po
6063         * src/gtk/authors.h
6064                 updated by new maintainer, Stephan Sachse
6065
6066 2005-11-27 [paul]       1.9.100cvs38
6067
6068         * manual/faq.xml
6069                 written by Colin, edited by me
6070
6071 2005-11-27 [paul]       1.9.100cvs37
6072
6073         * src/prefs_common.c
6074         * src/prefs_common.h
6075         * src/prefs_receive.c
6076         * src/prefs_summaries.c
6077                 move 'go to inbox after receiving new mail'
6078                 option from display/sumamaries to mail
6079                 handling/receive, and rework prefs_summaries
6080                 dialog a little
6081
6082 2005-11-25 [martin]     1.9.100cvs36
6083
6084         * po/de.po
6085             fixed windows-1252 translation;
6086             translated some new and fuzzy strings
6087
6088 2005-11-25 [paul]       1.9.100cvs35
6089
6090         * src/plugins/clamav/clamav_plugin.c
6091                 complete the update done in cvs34
6092
6093 2005-11-25 [paul]       1.9.100cvs34
6094
6095         * src/plugins/clamav/clamav_plugin.c
6096                 reflect upstream changes
6097
6098 2005-11-25 [paul]       1.9.100cvs33
6099
6100         * manual/ack.xml
6101         * manual/plugins.xml
6102         * manual/sylpheed-claws-manual.xml
6103                 written/updated by Colin, edited by me
6104         * tools/acroread2sylpheed.pl
6105                 update binary name
6106
6107 2005-11-24 [colin]      1.9.100cvs32
6108
6109         * src/compose.c
6110                 Fix bug #856 (reediting messages forgets Request
6111                 Return Receipt)
6112
6113 2005-11-24 [paul]       1.9.100cvs31
6114
6115         * manual/addrbook.xml
6116         * manual/starting.xml
6117                 written by Colin, proofread, edited, adapted by me
6118         * manual/advanced.xml
6119                 add some Actions examples
6120         * src/importldif.c
6121                 use a Save button instead of a Close button
6122         * src/wizard.c
6123                 indicate mandatory fields
6124                 fix page display
6125                 Thanks to Colin
6126
6127 2005-11-23 [colin]      1.9.100cvs30
6128
6129         * src/addressbook.c
6130                 Rename menu item, fix possible crash after
6131                 deletion of books
6132         * src/addrindex.c
6133                 Allow searching for '*' in ldap
6134         * src/browseldap.c
6135                 Fix "Browse Entry" (did anyone use it?)
6136         * src/wizard.c
6137                 Add guards for mandatory information
6138
6139 2005-11-23 [paul]       1.9.100cvs29
6140
6141         * manual/advanced.xml
6142                 corrections to the English
6143
6144 2005-11-23 [colin]      1.9.100cvs28
6145
6146         * src/mimeview.c
6147                 Fix possible crash at exit. After the call to
6148                 gtk_container_remove(), the Viewer's widget has no
6149                 more parent so gtk+ automatically frees it and its
6150                 sons. If destroy_viewer() then try to access it,
6151                 problems ensue.
6152
6153 2005-11-22 [colin]      1.9.100cvs27
6154
6155         * src/compose.c
6156         * src/gtk/gtkaspell.c
6157                 Fix right-clicking on a misspelled word
6158                 Fix More... in suggestions menu
6159
6160 2005-11-22 [wwp]        1.9.100cvs26
6161
6162         * src/prefs_template.c
6163                 templates works: re-sort templates list when adding or replacing,
6164                 prevent from adding or replacing when the template name is empty
6165
6166 2005-11-21 [colin]      1.9.100cvs25
6167
6168         * src/addressbook.c
6169                 Fix some addressbook suckage (dnd, select all)
6170         * src/compose.c
6171         * src/gtk/gtkaspell.c
6172         * src/gtk/gtkaspell.h
6173                 Make the spellchecker menu work with the 
6174                 GtkTextView one instead of overriding it
6175
6176 2005-11-20 [paul]       1.9.100cvs24
6177
6178         * manual/handling.xml
6179                 proofread and corrected
6180
6181 2005-11-20 [paul]       1.9.100cvs23
6182
6183         * manual/Makefile
6184                 generate html as one file
6185         * manual/advanced.xml
6186                 fix output generation
6187                 reformat hidden options list
6188         * manual/manual.xml     ** REMOVED **
6189         * manual/sylpheed-claws-manual.xml      ** ADDED **
6190                 renamed
6191
6192 2005-11-18 [colin]      1.9.100cvs22
6193
6194         * src/prefs_account.c
6195                 Fix layout in news and mbox accounts
6196         * manual/account.xml
6197         * manual/advanced.xml
6198                 New contents for Paul to check :)
6199
6200 2005-11-18 [wwp]        1.9.100cvs21
6201
6202         * src/gtk/quicksearch.c
6203                 don't update extended quicksearch buttons twice
6204
6205 2005-11-18 [paul]       1.9.100cvs20
6206
6207         * src/textview.c
6208                 complete 1.9.100cvs19
6209
6210 2005-11-18 [paul]       1.9.100cvs19
6211
6212         * src/compose.c
6213                 cosmetic improvements
6214         * src/textview.c
6215                 also list text/* attachments
6216
6217 2005-11-18 [colin]      1.9.100cvs18
6218
6219         * src/summaryview.c
6220                 Use column 0 instead of -1 in 
6221                 gtk_ctree_node_moveto, in a naive
6222                 hope it'll fix the gtk-related crashes
6223
6224 2005-11-18 [colin]      1.9.100cvs17
6225
6226         * src/gtk/inputdialog.c
6227                 Fix icon staying the first one
6228
6229 2005-11-17 [wwp]        1.9.100cvs16
6230                 fix possible problem showing some quicksearch buttons, and a bad
6231                 call to g_return_if_fail in a function that returns a value (both
6232                 fixes by Fabien Vantard)
6233
6234 2005-11-15 [wwp]        1.9.100cvs15
6235
6236         * src/gtk/quicksearch.c
6237                 added a tooltip to that obscure ... quicksearch button
6238
6239 2005-11-15 [wwp]        1.9.100cvs14
6240
6241         * src/gtk/quicksearch.c
6242                 add a quicksearch helper to filtering expression users: the ... button
6243                 raises the condition expr window. condition expressions set up w/ this
6244                 window are used by the quicksearch if the user closes it pressing OK.
6245
6246 2005-11-14 [paul]       1.9.100cvs13
6247
6248         * src/plugins/clamav/clamav_plugin.c
6249         * src/plugins/spamassassin/spamassassin.c
6250                 change plugin type following recent merging
6251
6252 2005-11-14 [wwp]        1.9.100cvs12
6253
6254         * src/folder.c
6255                 prevent from crashing when copying/moving message(s) from and
6256                 to the same folder
6257
6258 2005-11-14 [paul]       1.9.100cvs11
6259
6260         * src/plugins/clamav/Makefile.am
6261         * src/plugins/clamav/clamav_plugin.c
6262         * src/plugins/clamav/clamav_plugin.h
6263         * src/plugins/clamav/clamav_plugin_gtk.c
6264                 also merge clamav and clamav_gtk plugins
6265
6266 2005-11-13 [colin]      1.9.100cvs10
6267
6268         * configure.ac
6269         * src/plugins/spamassassin/Makefile.am
6270         * src/plugins/spamassassin/spamassassin.c
6271         * src/plugins/spamassassin/spamassassin.h
6272         * src/plugins/spamassassin/spamassassin_gtk.c
6273                 Merge spamassassin and spamassassin_gtk plugins,
6274                 and build it by default.
6275
6276 2005-11-12 [colin]      1.9.100cvs9
6277
6278         * src/etpan/imap-thread.c
6279                 Fix gcc warning
6280
6281 2005-11-12 [colin]      1.9.100cvs8
6282
6283         * src/procmime.c
6284                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6285
6286 2005-11-10 [colin]      1.9.100cvs7
6287
6288         * src/main.c
6289                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6290                 minimised state)
6291
6292 2005-11-10 [wwp]        1.9.100cvs6
6293
6294         * src/gtk/description_window.c
6295                 fix a crash when closing description windows using the WM's [X] button
6296
6297 2005-11-09 [colin]      1.9.100cvs5
6298
6299         * src/common/ssl.c
6300                 Update libetpan call to follow upstream
6301                 (yes, this requires libetpan-0.40cvs3)
6302
6303 2005-11-08 [colin]      1.9.100cvs4
6304
6305         * src/compose.c
6306         * src/textview.c
6307         * src/common/utils.c
6308         * src/common/utils.h
6309                 Enhance the email parser
6310
6311 2005-11-08 [colin]      1.9.100cvs3
6312
6313         * src/procmime.c
6314                 Fix what looks like an off-by-one (fixes 
6315                 attachments from the Bat)
6316
6317 2005-11-08 [wwp]        1.9.100cvs2
6318
6319         * src/main.c
6320                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6321
6322 2005-11-08 [wwp]        1.9.100cvs1
6323
6324         * src/main.c
6325                 allow exiting Sylpheed-Claws from command-line
6326
6327 2005-11-08 [paul]       1.9.100
6328
6329         1.9.100 released
6330
6331 2005-11-07 [colin]      1.9.99cvs17
6332
6333         * src/addritem.c
6334         * src/ldif.c
6335                 Fix import of base-64 encoded items
6336
6337 2005-11-07 [colin]      1.9.99cvs16
6338
6339         * src/send_message.c
6340                 Fix bug #314 (Queue does not empty under certain 
6341                 circumstances)
6342
6343 2005-11-07 [paul]       1.9.99cvs15
6344
6345         * src/mutt.c
6346         * src/pine.c
6347                 fix buffer overflows
6348                 Thanks to Colin
6349
6350 2005-11-07 [paul]       1.9.99cvs14
6351
6352         * doc/man/Makefile.am
6353         * doc/man/sylpheed-claws.1      ** ADDED **
6354         * doc/man/sylpheed.1            ** DELETED **
6355                 rename and update the man file
6356
6357 2005-11-06 [colin]      1.9.99cvs13
6358
6359         * src/ldif.c
6360                 Fix ldif_get_line() that returned empty strings
6361                 (Didn't understand why). Also fix a possible
6362                 buffer overflow.
6363
6364 2005-11-06 [wwp]        1.9.99cvs12
6365
6366         * src/textview.c
6367         * src/gtk/about.c
6368         * src/gtk/gtkutils.c
6369         * src/gtk/gtkutils.h
6370                 fix a compilation warning,
6371                 make links sensitive in the about dialog
6372
6373 2005-11-04 [wwp]        1.9.99cvs11
6374
6375         * src/gtk/about.c
6376                 don't wrap or translate URIs, and a bit text format cleanup
6377
6378 2005-11-04 [wwp]        1.9.99cvs10
6379
6380         * src/gtk/about.c
6381                 better textview tagging implementation (no more use of marks for
6382                 postponed tagging)
6383
6384 2005-11-02 [colin]      1.9.99cvs9
6385
6386         * src/common/ssl.c
6387                 Forgot an ifdef
6388
6389 2005-11-02 [colin]      1.9.99cvs8
6390
6391         * configure.ac
6392                 Require libetpan-0.40 due to upstream fix
6393         * src/common/ssl.c
6394                 Tell libetpan not to call SSL_Library_Init,
6395                 as we do it ourselves.
6396
6397 2005-11-02 [colin]      1.9.99cvs7
6398
6399         * po/POTFILES.in
6400                 Add missing files (thanks to Fabien Vantard)
6401
6402 2005-11-02 [colin]      1.9.99cvs6
6403
6404         * src/summaryview.c
6405                 Fix totals when read messages are hidden or quicksearch
6406                 is on
6407         * src/ssl_manager.c
6408         * src/ssl_manager.h
6409         * src/common/ssl_certificate.c
6410         * src/common/ssl_certificate.h
6411         * src/gtk/sslcertwindow.c
6412         * src/gtk/sslcertwindow.h
6413                 Fix copyright on my stuff
6414
6415 2005-11-02 [wwp]        1.9.99cvs5
6416
6417         * src/prefs_themes.c
6418                 fix directory name checking (theme installation/removal),
6419                 made related error a bit more verbose
6420
6421 2005-11-02 [colin]      1.9.99cvs4
6422
6423         * src/summaryview.c
6424                 Fix typo (probably fixes bug #841 (Sort by the From 
6425                 field doesn't work)
6426
6427 2005-11-02 [paul]       1.9.99cvs3
6428
6429         * po/ko.po
6430         * po/nb.po
6431                 updated by SungHyun Nam, Geir Helland
6432         * src/wizard.c
6433                 fix typo in welcome message. spotted by
6434                 Andrea Spadaccini
6435
6436 2005-11-01 [colin]      1.9.99cvs2
6437
6438         * src/compose.c
6439                 Fix replying to ml wen confirming subscription
6440         * src/messageview.c
6441         * src/mimeview.c
6442         * src/mimeview.h
6443         * src/privacy.h
6444         * src/summaryview.c
6445                 Make key check non blocking
6446
6447 2005-10-31 [paul]       1.9.99cvs1
6448
6449         * tools/claws.i18n.status.pl
6450                 updated for ChangeLog
6451
6452 2005-10-31 [paul]       1.9.99
6453
6454         1.9.99 released
6455
6456 2005-10-31 [paul]       1.9.15cvs131
6457
6458         * .cvsignore
6459         * ChangeLog
6460         * ChangeLog.claws       ** REMOVED **
6461         * ChangeLog-gtk2.claws  ** REMOVED **
6462         * ChangeLog.gtk1        ** ADDED **
6463         * INSTALL
6464         * Makefile.am
6465         * NEWS
6466         * README
6467         * README.claws          ** REMOVED **
6468         * README.jp             ** REMOVED **
6469         * RELEASE_NOTES         ** ADDED **
6470         * RELEASE_NOTES.claws   ** REMOVED **
6471         * commitHelper
6472         * configure.ac
6473         * sylpheed.spec.in      ** REMOVED **
6474                 tidy up and update the default docs:
6475                 ChangeLog.claws is renamed ChangeLog.gtk1
6476                 ChangeLog-gtk2.claws is renamed ChangeLog
6477                 README.claws is renamed README
6478                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6479
6480 2005-10-31 [paul]       1.9.15cvs130
6481
6482         * po/it.po
6483                 fix errors
6484
6485 2005-10-31 [paul]       1.9.15cvs129
6486
6487         * po/ca.po
6488         * po/de.po
6489         * po/en_GB.po
6490         * po/fr.po
6491         * po/it.po
6492         * po/pt_BR.po
6493         * po/sk.po
6494         * po/sr.po
6495         * po/zh_CN.po
6496                 updated by Miquel Oliete, Stephan Sachse and
6497                 Thomas Gilgin, me, Fabien Vantard, Andrea
6498                 Spadaccini, Frederico Goncalves Guimaraes,
6499                 Andrej Kacian, Aleksandar Urosevic, and
6500                 Ralgh Young.
6501
6502 2005-10-31 [mones]      1.9.15cvs128
6503
6504         * manual/faq.xml
6505                 More questions.
6506         
6507         * po/es.po
6508                 Updated for release.
6509
6510 2005-10-30 [colin]      1.9.15cvs127
6511
6512         * src/compose.c
6513                 Place cursor before rewrapping (fixes cursor
6514                 pos if quotation gets rewrapped)
6515
6516 2005-10-29 [paul]       1.9.15cvs126
6517
6518         * src/crash.c
6519         * src/foldersel.c
6520         * src/main.c
6521         * src/messageview.c
6522         * src/toolbar.c
6523         * src/gtk/authors.h
6524                 corrections to text items
6525
6526 2005-10-28 [colin]      1.9.15cvs125
6527
6528         * src/messageview.c
6529                 Make "hit 'C' to check sig" work from extern 
6530                 messageviews
6531
6532 2005-10-27 [colin]      1.9.15cvs124
6533
6534         * src/summaryview.c
6535                 Add a hack to avoid segfaulting when hammering 
6536                 on gtk's events
6537
6538 2005-10-27 [wwp]        1.9.15cvs123
6539
6540         * src/prefs_themes.c
6541                 sort list of themes names in themes prefs
6542
6543 2005-10-27 [paul]       1.9.15cvs122
6544
6545         * src/folder.c
6546         * src/prefs_account.c
6547                 fix building on Solaris
6548                 Patch by Alex Moore
6549
6550 2005-10-27 [wwp]        1.9.15cvs121
6551
6552         * src/summaryview.c
6553         * src/gtk/gtksctree.c
6554                 speed up unselecting messages in summary view (thanks to Colin)
6555
6556 2005-10-27 [paul]       1.9.15cvs120
6557
6558         * src/mainwindow.c
6559                 fix a compilation warning
6560         * src/summaryview.c
6561                 fix updating of 'n items selected' count
6562                 when deselecting
6563
6564 2005-10-27 [martin]     1.9.15cvs119
6565
6566         * src/action.c
6567                 ignore actions with a leading '/' in the action menu name
6568                 fixes a crash on menu creation
6569         * src/prefs_actions.c
6570                 do not allow a leading '/' in the action menu name
6571
6572 2005-10-27 [paul]       1.9.15cvs118
6573
6574         * src/main.c
6575                 fix compilation warning
6576
6577 2005-10-27 [paul]       1.9.15cvs117
6578
6579         * src/procmime.c
6580                 add #if HAVE_LOCALE_H
6581
6582 2005-10-27 [paul]       1.9.15cvs116
6583
6584         * src/plugins/clamav/clamav_plugin.c
6585         * src/plugins/dillo_viewer/dillo_viewer.c
6586         * src/plugins/mathml_viewer/mathml_viewer.c
6587         * src/plugins/pgpcore/plugin.c
6588         * src/plugins/pgpinline/plugin.c
6589         * src/plugins/pgpmime/plugin.c
6590         * src/plugins/spamassassin/spamassassin.c
6591         * src/plugins/trayicon/trayicon.c
6592                 plugin_init() : make error messages more
6593                 informative
6594
6595 2005-10-26 [wwp]        1.9.15cvs115
6596
6597         * src/prefs_matcher.c
6598                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6599
6600 2005-10-26 [wwp]        1.9.15cvs114
6601
6602         * src/procmime.c
6603         * src/gtk/gtksctree.c
6604         * src/plugins/spamassassin/libspamc.c
6605         * src/plugins/spamassassin/spamassassin.c
6606                 fix some compilation warnings more
6607
6608 2005-10-26 [mones]      1.9.15cvs113
6609
6610         * po/es.po
6611                 Updated translation
6612
6613 2005-10-26 [paul]       1.9.15cvs112
6614
6615         * src/prefs_message.c
6616                 give all display_xface stuff the
6617                 #if HAVE_LIBCOMPFACE treatment, thus
6618                 preventing a crash
6619                 (Thanks to Wolfgang Enderlein)
6620
6621 2005-10-26 [colin]      1.9.15cvs111
6622
6623         * src/gedit-print.c
6624                 Fix date format
6625         * src/imap_gtk.c
6626         * src/news_gtk.c
6627                 Remove context menu items that should not be there
6628         * src/jpilot.c
6629                 Fix encoding
6630         * src/main.c
6631         * src/mainwindow.c
6632                 Don't show the mainwindow too soon
6633
6634 2005-10-26 [wwp]        1.9.15cvs110
6635
6636         * src/folder.c
6637         * src/manual.c
6638         * src/summaryview.c
6639                 fix uninitialized pointers in the folder updating hook
6640                 (thanks to Colin)
6641
6642 2005-10-25 [mones]      1.9.15cvs109
6643
6644         * manual/faq.xml
6645                 General information subsection completed. 
6646                 Removed archaic references.
6647                 
6648         * manual/Makefile
6649         * manual/dtd/manual.dsl
6650                 Added customization stylesheet for getting paragraphs
6651                 fully justified in PDF output (as suggested by Colin).
6652
6653 2005-10-25 [colin]      1.9.15cvs108
6654
6655         * src/compose.c
6656                 Fix a second leak
6657
6658 2005-10-25 [colin]      1.9.15cvs107
6659
6660         * src/addrbook.c
6661         * src/addrindex.c
6662                 Fix leak (xml_get_element() allocates memory)
6663         * src/compose.c
6664                 Fix leak + dead code (shame!)
6665         * src/procmime.c
6666                 Fix leak
6667
6668 2005-10-25 [colin]      1.9.15cvs106
6669
6670         * src/mimeview.c
6671                 Fix encoding issue in Save all and in 
6672                 overwrite-confirmation alertpanel
6673
6674 2005-10-25 [colin]      1.9.15cvs105
6675
6676         * src/common/socket.c
6677                 Fix a leak - Thanks to Christopher Aillon
6678                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
6679
6680 2005-10-25 [paul]       1.9.15cvs104
6681
6682         * src/wizard.c
6683                 Always guess servers from the right-hand
6684                 email part and guess username from the
6685                 left-hand part. (Thanks to Colin)
6686                 add an X-Face to the welcome message
6687
6688 2005-10-25 [paul]       1.9.15cvs103
6689
6690         * manual/handling.xml
6691                 written by Colin, edited by me
6692
6693 2005-10-25 [wwp]        1.9.15cvs102
6694
6695         * src/folderview.c
6696         * src/grouplistdialog.c
6697         * src/imap.c
6698         * src/noticeview.c
6699                 fix some compilation warnings
6700
6701 2005-10-24 [paul]
6702
6703         1.9.99-rc3 released
6704
6705 2005-10-24 [paul]       1.9.15cvs101
6706
6707         * src/gtk/about.c
6708                 fix window sizing
6709
6710 2005-10-24 [paul]       1.9.15cvs100
6711
6712         * src/pixmaps/offline.xpm
6713         * src/pixmaps/online.xpm
6714                 replace with last default versions
6715
6716 2005-10-24 [colin]      1.9.15cvs99
6717
6718         * src/imap.c
6719                 Fix bug when moving a folder
6720         * src/imap_gtk.c
6721         * src/mh_gtk.c
6722                 "Delete folder" pops up a window, so it 
6723                 should be suffixed with "..."
6724         * src/plugins/pgpcore/sgpgme.c
6725                 Include locale.h
6726
6727 2005-10-24 [mones]      1.9.15cvs98
6728
6729         * manual/Makefile
6730         * manual/account.xml
6731         * manual/ack.xml
6732         * manual/addrbook.xml
6733         * manual/advanced.xml
6734         * manual/faq.xml
6735         * manual/glossary.xml
6736         * manual/gpl.xml
6737         * manual/handling.xml
6738         * manual/intro.xml
6739         * manual/keyboard.xml
6740         * manual/manual.xml
6741         * manual/plugins.xml
6742         * manual/starting.xml
6743         * manual/dtd/sdocbook.dtd
6744                 Initial manual structure and some content.
6745
6746 2005-10-23 [wwp]        1.9.15cvs97
6747
6748         * src/gtk/about.c
6749                 fix a typo
6750
6751 2005-10-23 [wwp]        1.9.15cvs96
6752
6753         * src/gtk/about.c
6754         * src/gtk/authors.h
6755                 rework of the about window (main work by Paul), also featuring a few
6756                 fixes for typos and duplicate names
6757
6758 2005-10-23 [wwp]        1.9.15cvs95
6759
6760         * src/.cvsignore
6761                 Ignore the right binary name (sylpheed-claws now)
6762
6763 2005-10-23 [paul]       1.9.15cvs94
6764
6765         * src/compose.c
6766                 when using Folder Pref 'Default To for
6767                 replies' make the entry in the Compose
6768                 window bold
6769                 Patch by Fabien Vantard
6770
6771 2005-10-22 [colin]      1.9.15cvs93
6772
6773         * src/codeconv.c
6774                 Fix leak
6775
6776 2005-10-22 [colin]      1.9.15cvs92
6777
6778         * src/codeconv.c
6779                 try to convert using locale (apart utf8) if necessary
6780
6781 2005-10-22 [colin]      1.9.15cvs91
6782
6783         * src/pixmaps/new.xpm
6784         * src/pixmaps/unread.xpm
6785                 Make the unread envelope blue again and
6786                 saturate the new one a bit more.
6787
6788 2005-10-22 [colin]      1.9.15cvs90
6789
6790         * src/compose.c
6791                 When replying to a mail sent by one of our accounts,
6792                 use the original list of recipients. Let 'Reply All'
6793                 and 'Reply to sender' work like previously.
6794
6795 2005-10-21 [colin]      1.9.15cvs89
6796
6797         * src/prefs_filtering.c
6798                 Clear fields after add and replace
6799         * src/textview.c
6800                 Display xface differently (better)
6801         * src/plugins/pgpinline/pgpinline.c
6802                 Fix crappy encodings/recodings
6803
6804 2005-10-21 [paul]       1.9.15cvs88
6805
6806         * src/compose.c
6807         * src/prefs_folder_item.c
6808         * src/toolbar.c
6809                 fix news folder Folder Properties
6810                 (thanks to Colin)
6811         * src/folderview.c
6812                 update folderview after Themes change
6813                 keep selected folder selected
6814                 (thanks to Colin)
6815
6816 2005-10-21 [paul]       1.9.15cvs87
6817
6818         * tools/Makefile.am
6819         * tools/OOo2sylpheed.pl
6820         * tools/README
6821         * tools/README.sylprint
6822         * tools/asus_mailled.sh         ** REMOVED **
6823         * tools/filter_conv.pl
6824         * tools/freshmeat_search.pl
6825         * tools/google_search.pl
6826         * tools/gpg-sign-syl            ** REMOVED **
6827         * tools/kmail2sylpheed.pl
6828         * tools/kmail2sylpheed_v2.pl
6829         * tools/multiwebsearch.pl
6830         * tools/nautilus2sylpheed.sh
6831         * tools/newscache_clean.pl
6832         * tools/outlook2sylpheed.pl
6833         * tools/sylpheed-switcher       ** REMOVED **
6834         * tools/sylprint.pl
6835         * tools/sylprint.rc
6836         * tools/tb2sylpheed
6837         * tools/vcard2xml.py
6838         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6839                 update default config dir
6840                 update binary name (thanks to Fabien Vantard)
6841                 remove obsolete scripts
6842
6843 2005-10-21 [colin]      1.9.15cvs86
6844
6845         * src/inc.c
6846                 Fix possible leak and units. Based on a patch by
6847                 Fabien Vantard.
6848
6849 2005-10-20 [colin]      1.9.15cvs85
6850
6851         * src/textview.c
6852                 Clear xface when clearing textview
6853
6854 2005-10-20 [colin]      1.9.15cvs84
6855
6856         * configure.ac
6857         * src/folderview.c
6858         * src/headerview.c
6859         * src/main.c
6860         * src/prefs_common.c
6861         * src/prefs_common.h
6862         * src/prefs_message.c
6863         * src/textview.c
6864         * src/textview.h
6865         * src/common/defs.h
6866         * src/common/utils.c
6867         * src/common/utils.h
6868         * src/gtk/gtkutils.c
6869         * src/gtk/gtkutils.h
6870                 Migrate config to .sylpheed-claws (Automatically)
6871                 Add a way to get the Xface in the TextView
6872
6873 2005-10-20 [colin]      1.9.15cvs83
6874
6875         * src/gtk/Makefile.am
6876         * src/gtk/about.c
6877         * src/gtk/authors.h
6878                 Make the about dialog *grooovy*
6879
6880 2005-10-20 [colin]      1.9.15cvs82
6881
6882         * src/mimeview.c
6883                 Use "Open with" on double click if no command
6884                 was found
6885
6886 2005-10-20 [colin]      1.9.15cvs81
6887
6888         * src/imap.c
6889         * src/etpan/imap-thread.c
6890                 Fix possible crash.
6891
6892 2005-10-20 [paul]       1.9.15cvs80
6893
6894         * src/folder.c
6895                 don't show clipkey icon if the only
6896                 attachment is the signature
6897                 Patch by Colin
6898
6899 2005-10-20 [paul]       1.9.15cvs79
6900
6901         * AUTHORS
6902         * src/plugins/pgpmime/pgpmime.c
6903                 name the PGP/MIME signature 'signature.asc'
6904                 Patch by Andrew Nelson <freeandy@gmail.com>
6905
6906 2005-10-19 [colin]      1.9.15cvs78
6907
6908         * src/plugins/pgpmime/pgpmime.c
6909                 Oops, no need to double-check though
6910
6911 2005-10-19 [colin]      1.9.15cvs77
6912
6913         * src/plugins/pgpinline/pgpinline.c
6914         * src/plugins/pgpmime/pgpmime.c
6915                 Check that my_tmpfile() doesn't 
6916                 return NULL
6917
6918 2005-10-19 [colin]      1.9.15cvs76
6919
6920         * src/common/utils.c
6921                 Use shorter mime boundaries to avoid having
6922                 MTAs rewrapping our headers, breaking the
6923                 PGP signature in the process 
6924         * src/compose.c
6925         * src/plugins/pgpmime/pgpmime.c
6926                 Check for boundary uniqueness to be sure
6927                 it won't happen, instead of hoping for the
6928                 best
6929
6930 2005-10-19 [colin]      1.9.15cvs75
6931
6932         * sylpheed-claws.desktop
6933         * src/Makefile.am
6934         * src/main.c
6935                 Ship a sylpheed-claws binary instead
6936                 of a sylpheed one. Change the socket
6937                 name, too
6938         * src/folderview.c
6939                 Update folder only if it changed
6940         * src/wizard.c
6941                 Fix i18n in welcome mail, patch by
6942                 Fabien Vantard
6943
6944 2005-10-19 [paul]
6945
6946         1.9.99-rc2 released
6947
6948 2005-10-19 [paul]       1.9.15cvs74
6949
6950         * src/folder.c
6951         * src/folderview.c
6952                 fix summaryview update
6953                 Patch by Colin
6954
6955 2005-10-18 [colin]      1.9.15cvs73
6956
6957         * src/plugins/pgpcore/passphrase.c
6958                 Don't XGrabServer, and try a bit more to 
6959                 sync everything before grabbing mouse/keyboard
6960
6961 2005-10-18 [colin]      1.9.15cvs72
6962
6963         * src/Makefile.am
6964         * src/addressadd.c
6965         * src/addressbook.c
6966         * src/folderview.c
6967         * src/grouplistdialog.c
6968         * src/mimeview.c
6969         * src/stock_pixmap.c
6970         * src/stock_pixmap.h
6971         * src/summaryview.c
6972         * src/gtk/gtksctree.c
6973         * src/gtk/gtksctree.h
6974         * src/pixmaps/empty.xpm
6975                 Implement a wrapper call for gtk_ctree_set_node_info
6976                 and gtk_ctree_insert_node, that uses a 1x1 transparent
6977                 pixmap instead of a NULL one. This works around some
6978                 memory problems deep inside gtk, revealed by valgrind,
6979                 and fixes bug #834 (Pressing CTRl-D on a message marked 
6980                 as locked crashes sylpheed.), as well as, probably, 
6981                 wwp's 4th dimension problems that happen in gtk_ctree_*.
6982
6983 2005-10-17 [colin]      1.9.15cvs71
6984
6985         * src/mimeview.c
6986                 Provide visual feedback when checking
6987                 signature
6988
6989 2005-10-17 [colin]      1.9.15cvs70
6990
6991         * src/main.c
6992                 Keep the folder list frozen while checking caches...
6993
6994 2005-10-17 [colin]      1.9.15cvs69
6995
6996         * src/addr_compl.c
6997                 Fi bug #833 (Autocompleting from addressbook 
6998                 fails with extended chars)
6999         * src/imap.c
7000                 Fix 'adding messages' staying in statusbar
7001                 after an error
7002
7003 2005-10-17 [wwp]        1.9.15cvs68
7004
7005         * src/ssl_manager.c
7006                 Fix buttons' layout resizing when window size changes
7007
7008 2005-10-17 [wwp]        1.9.15cvs67
7009
7010         * src/account.c
7011         * src/prefs_account.c
7012         * src/prefs_common.c
7013         * src/prefs_common.h
7014         * src/prefs_folder_item.c
7015         * src/prefs_gtk.c
7016         * src/gtk/logwindow.c
7017         * src/gtk/pluginwindow.c
7018         * src/gtk/prefswindow.c
7019         * src/gtk/prefswindow.h
7020                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7021
7022 2005-10-17 [paul]       1.9.15cvs66
7023
7024         * configure.ac
7025                 fix missing libetpan message
7026         * po/en_GB.po
7027                 updated
7028         * src/crash.c
7029         * src/manual.c
7030         * src/prefs_themes.c
7031         * src/common/defs.h
7032                 add some new URI defines, change some
7033                 others
7034         * src/wizard.c
7035                 make welcome message translatable
7036                 small improvements to english
7037                 other tweaks
7038         * src/gtk/menu.c
7039                 fix warnings
7040
7041 2005-10-17 [paul]       1.9.15cvs65
7042
7043         * src/summaryview.c
7044                 fix column titles
7045
7046 2005-10-16 [mones]      1.9.15cvs64
7047
7048         * po/es.po
7049                 Updated translation
7050
7051 2005-10-16 [colin]
7052
7053         1.9.99-rc1 released
7054
7055 2005-10-16 [colin]      1.9.15cvs63
7056
7057         * src/wizard.c
7058                 Fix whitespace
7059
7060 2005-10-16 [colin]      1.9.15cvs62
7061
7062         * src/toolbar.c
7063                 s/Get All/Get Mail/
7064         * src/wizard.c
7065                 Real welcome mail text, thanks Paul
7066
7067 2005-10-16 [colin]      1.9.15cvs61
7068
7069         * src/editldap.c
7070         * src/exporthtml.c
7071         * src/main.c
7072         * src/mainwindow.c
7073         * src/prefs_themes.c
7074         * src/prefs_toolbar.c
7075         * src/plugins/demo/demo.c
7076         * src/plugins/trayicon/trayicon.c
7077                 s/Sylpheed/Sylpheed-Claws/
7078
7079 2005-10-16 [colin]      1.9.15cvs60
7080
7081         * src/wizard.c
7082                 Add a welcome email in the first empty mailbox
7083         * src/prefs_common.c
7084                 Change one more default
7085
7086 2005-10-16 [colin]      1.9.15cvs59
7087
7088         * src/wizard.c
7089                 Remove printf
7090
7091 2005-10-16 [colin]      1.9.15cvs58
7092
7093         * src/toolbar.c
7094         * src/prefs_common.c
7095                 Change some defaults
7096
7097 2005-10-16 [colin]      1.9.15cvs57
7098
7099         * src/toolbar.c
7100         * src/prefs_common.c
7101                 Change some defaults
7102
7103 2005-10-16 [colin]      1.9.15cvs56
7104
7105         * src/wizard.c
7106                 By default, initialize fonts to have
7107                 the same size as normal GtkWidgets
7108
7109 2005-10-16 [colin]      1.9.15cvs55
7110
7111         * src/mimeview.c
7112                 Fix message a bit more
7113
7114 2005-10-16 [colin]      1.9.15cvs54
7115
7116         * src/addressbook.c
7117                 Second attempt at flicker fixing
7118
7119 2005-10-16 [colin]      1.9.15cvs53
7120
7121         * src/addressbook.c
7122                 Fix flicker
7123
7124 2005-10-16 [wwp]        1.9.15cvs52
7125
7126         * src/addressbook.c
7127         * src/editaddress.c
7128         * src/prefs_common.c
7129         * src/prefs_common.h
7130                 Remember window sizes (address book)
7131
7132 2005-10-16 [wwp]        1.9.15cvs51
7133
7134         * src/plugins/clamav/clamav_plugin_gtk.c
7135         * src/plugins/spamassassin/spamassassin_gtk.c
7136                 Fix compilation warnings (missing #include).
7137
7138 2005-10-16 [colin]      1.9.15cvs50
7139
7140         * src/mimeview.c
7141         * src/summaryview.c
7142         * src/textview.c
7143                 Make 'c' check signature, and forward
7144                 c, l, y, t from summaryview to mimeview
7145
7146 2005-10-16 [colin]      1.9.15cvs49
7147
7148         * src/addressbook.c
7149                 Put border around buttons
7150         * src/mainwindow.c
7151         * src/summaryview.c
7152                 Rework menus (Patch based on a patch
7153                 by Paul)
7154
7155 2005-10-15 [wwp]        1.9.15cvs48
7156
7157         * src/editjpilot.c
7158         * src/editldap.c
7159         * src/editvcard.c
7160         * src/exphtmldlg.c
7161         * src/expldifdlg.c
7162         * src/export.c
7163         * src/import.c
7164         * src/importldif.c
7165         * src/importmutt.c
7166         * src/importpine.c
7167         * src/prefs_account.c
7168         * src/prefs_spelling.c
7169         * src/gtk/gtkutils.c
7170         * src/gtk/gtkutils.h
7171         * src/plugins/clamav/clamav_plugin_gtk.c
7172         * src/plugins/spamassassin/spamassassin_gtk.c
7173                 use nicer browse-for-file/dir buttons than the "..." ones,
7174                 code factorizing more.
7175
7176 2005-10-14 [colin]      1.9.15cvs47
7177
7178         * src/mainwindow.c
7179                 set relief on the account switcher so that people see it
7180                 grey out Create processing rules when no message is selected
7181         * src/prefs_filtering.c
7182                 ask before closing if the rule has not been modified, even if
7183                 it's not valid
7184         * src/prefs_matcher.c
7185                 fix sensitivity when entering the dialog
7186         * src/gtk/inputdialog.c
7187                 display a better icon on password ask
7188         * src/plugins/pgpcore/passphrase.c
7189                 make the dialog look better
7190
7191 2005-10-14 [paul]       1.9.15cvs46
7192
7193         * src/folderview.c
7194                 indicate presense of marked msgs in
7195                 unexpanded subfolders
7196
7197 2005-10-14 [paul]       1.9.15cvs45
7198
7199         * src/prefs_actions.c
7200         * src/prefs_common.c
7201         * src/prefs_common.h
7202         * src/prefs_filtering_action.c
7203         * src/prefs_matcher.c
7204         * src/prefs_template.c
7205                 remember window sizes
7206                 fix Info button size
7207
7208         Patches by wwp
7209
7210 2005-10-13 [colin]      1.9.15cvs44
7211
7212         * src/mimeview.c
7213         * src/noticeview.c
7214         * src/noticeview.h
7215                 Add a tooltip on the icon (optional) 
7216                 Get rid of the signature buttons and only
7217                 use the icon+tooltip
7218
7219 2005-10-13 [colin]      1.9.15cvs43
7220
7221         * src/noticeview.c
7222         * src/noticeview.h
7223                 Add hand cursor for hovering over icon
7224
7225 2005-10-13 [colin]      1.9.15cvs42
7226
7227         * src/summaryview.c
7228                 Fix crash when quicksearch's hidden 
7229                 at startup
7230
7231 2005-10-13 [colin]      1.9.15cvs41
7232
7233         * src/compose.c
7234                 Set subject when forwarding multiple mails
7235                 Check that other recipient than the default Cc or Bcc
7236                 have been set before sending.
7237
7238 2005-10-13 [colin]      1.9.15cvs40
7239
7240         * src/imap.c
7241                 Batch per-folder
7242                 Introduce locking, but don't use it yet
7243
7244 2005-10-13 [colin]      1.9.15cvs39
7245
7246         * src/gtk/quicksearch.c
7247                 Reset quicksearch when hiding it
7248                 Make sticky a real pref
7249
7250 2005-10-13 [colin]      1.9.15cvs38
7251
7252         * src/summaryview.c
7253                 Faster prefs apply
7254
7255 2005-10-13 [colin]      1.9.15cvs37
7256
7257         * src/mimeview.c
7258         * src/noticeview.c
7259         * src/noticeview.h
7260         * src/plugins/pgpcore/sgpgme.c
7261                 Make privacy icon clickable
7262                 Move Trust field in Full info
7263                 When trust is less than full, don't display
7264                 a warning icon
7265
7266 2005-10-13 [colin]      1.9.15cvs36
7267
7268         * src/folder.c
7269                 Batch on flags sync
7270         * src/folderview.c
7271                 Revert speed hack which is dangerous in fact
7272                 Apply prefs faster
7273
7274 2005-10-13 [colin]      1.9.15cvs35
7275
7276         * src/folder_item_prefs.c
7277                 Fix pref corruption on folder move. Patch
7278                 by wwp
7279
7280 2005-10-13 [paul]       1.9.15cvs34
7281
7282         * src/export.c
7283         * src/import.c
7284                 fix typos in g_warnings
7285         * src/prefs_account.c
7286                 add a file selector for Signature file
7287
7288         Patches by wwp
7289
7290 2005-10-12 [colin]      1.9.15cvs33
7291
7292         * src/mimeview.c
7293                 Provide a quick way to go back from a
7294                 signature's full info to the email part
7295
7296 2005-10-12 [colin]      1.9.15cvs32
7297
7298         * src/compose.c
7299                 Remove old hack of encoding signed mails with base64.
7300                 QP works equally well.
7301
7302 2005-10-12 [colin]      1.9.15cvs31
7303
7304         * src/crash.c
7305                 Replace deprecated GtkText with GtkTextView
7306         * src/imap.c
7307                 Fix a logic bug about counts in imap_select
7308                 (previously un-triggered)
7309         * src/mainwindow.c
7310         * src/summaryview.c
7311         * src/news.c
7312                 Allow local deletion of news posts
7313         * src/mimeview.c
7314                 Show GPG noticeview on the message/rfc822 part
7315                 in addition to the text/plain one
7316         * src/prefs_image_viewer.c
7317           src/plugins/pgpcore/prefs_gpg.c
7318                 Polish (set the label as part of the checkbox)
7319         * src/wizard.c
7320                 Don't sit there doing nothing after destroying
7321                 the window - return err
7322
7323 2005-10-11 [colin]      1.9.15cvs30
7324
7325         * src/folderview.c
7326                 Apply processing rules before showing folders.
7327                 Early folder show (before flags sync) will only
7328                 be done when there are no processing rules (nor
7329                 pre- or post- ones)
7330         * src/imap.c
7331                 Fix stuff related to mail subdir, creation and 
7332                 deletion of folders 
7333         * src/imap_gtk.c
7334                 Don't allow creation of folders in NoInferior
7335                 folders, as it won't work
7336
7337 2005-10-10 [colin]      1.9.15cvs29
7338
7339         * src/compose.c
7340                 Reselect "None" Privacy system when selecting an
7341                 account with no privacy system defined
7342
7343 2005-10-10 [colin]      1.9.15cvs28
7344
7345         * src/mainwindow.c
7346                 Add Windows-1252 encoding
7347         * src/prefs_common.c
7348                 Rework some defaults:
7349                 - autosave to draft by default
7350                 - don't show header pane (it's already in the textview)
7351                 - Select first new or unread mail on entry
7352                 - Assume 'Yes' to change folder when there's no more
7353                   unread message
7354         * src/prefs_matcher.c
7355                 Fix a gtk assertion failure
7356         * src/gtk/colorlabel.c
7357                 Workaround bad repainting on selection
7358         * src/main.c
7359                 Freeze/thaw (a bit faster on ssh -X)
7360         * src/msgcache.c
7361                 Get rid of StrdupConverter that just adds an
7362                 extra strdup/free 
7363         * src/etpan/imap_thread.c
7364                 memset buf to 0
7365
7366 2005-10-10 [colin]      1.9.15cvs27
7367
7368         * src/export.c
7369         * src/import.c
7370                 Fix compile on gtk 2.4. Patch by wwp
7371
7372 2005-10-09 [colin]      1.9.15cvs26
7373
7374         * src/mainwindow.c
7375         * src/messageview.c
7376         * src/summaryview.c
7377                 Clarify forward menus. Patch by wwp
7378
7379 2005-10-09 [colin]      1.9.15cvs25
7380
7381         * src/compose.c
7382         * src/compose.h
7383                 Fix bug #829 (Non-working "Encrypt message by 
7384                 default when replying to an encrypted message")
7385
7386 2005-10-08 [colin]      1.9.15cvs24
7387
7388         * src/wizard.c
7389                 Fix bug #827 ("Welcome" setup wizard after a 
7390                 permission error gives up & forgets itself.)
7391
7392 2005-10-08 [colin]      1.9.15cvs23
7393
7394         * src/procmime.c
7395                 Fix bug #828 (Ignoring headers with spaces around = sign)
7396
7397 2005-10-08 [colin]      1.9.15cvs22
7398
7399         * src/export.c
7400                 Warning fix by wwp
7401
7402 2005-10-08 [colin]      1.9.15cvs21
7403
7404         * src/folder.c
7405         * src/folder.h
7406                 Add a processing_pending indicator, set on 
7407                 folder_item_open and cleared after 
7408                 folder_item_process_open
7409         * src/folderview.c
7410         * src/summaryview.c
7411                 wrap procmsg_msginfo_*_flags, and in the
7412                 wrapper check that there's no folder processing 
7413                 pending. If there is, defer the flags change until 
7414                 processing is done to avoid stepping over each
7415                 other's toes.
7416                 Freeze during processing, but not during scanning.
7417
7418 2005-10-07 [colin]      1.9.15cvs20
7419
7420         * src/plugins/pgpcore/passphrase.c
7421                 Fix bug #826 (X-Server hangs when 
7422                 right-clicking a PGP encrypted message)
7423
7424 2005-10-07 [paul]       1.9.15cvs19
7425
7426         * src/compose.c
7427                 fix compose_entries[]
7428                 patch by Fabien Vantard
7429
7430 2005-10-06 [colin]      1.9.15cvs18
7431
7432         * src/pixmaps/address.xpm
7433         * src/pixmaps/address_book.xpm
7434         * src/pixmaps/book.xpm
7435         * src/pixmaps/check_spelling.xpm
7436         * src/pixmaps/checkbox_off.xpm
7437         * src/pixmaps/checkbox_on.xpm
7438         * src/pixmaps/close.xpm
7439         * src/pixmaps/complete.xpm
7440         * src/pixmaps/continue.xpm
7441         * src/pixmaps/deleted.xpm
7442         * src/pixmaps/down_arrow.xpm
7443         * src/pixmaps/exec.xpm
7444         * src/pixmaps/forwarded.xpm
7445         * src/pixmaps/group.xpm
7446         * src/pixmaps/ignorethread.xpm
7447         * src/pixmaps/interface.xpm
7448         * src/pixmaps/jpilot.xpm
7449         * src/pixmaps/ldap.xpm
7450         * src/pixmaps/linewrap.xpm
7451         * src/pixmaps/linewrapcurrent.xpm
7452         * src/pixmaps/mail.xpm
7453         * src/pixmaps/mail_attach.xpm
7454         * src/pixmaps/mail_compose.xpm
7455         * src/pixmaps/mail_forward.xpm
7456         * src/pixmaps/mail_receive.xpm
7457         * src/pixmaps/mail_receive_all.xpm
7458         * src/pixmaps/mail_reply.xpm
7459         * src/pixmaps/mail_reply_to_all.xpm
7460         * src/pixmaps/mail_reply_to_author.xpm
7461         * src/pixmaps/mail_send.xpm
7462         * src/pixmaps/mail_send_queue.xpm
7463         * src/pixmaps/mime_application.xpm
7464         * src/pixmaps/mime_audio.xpm
7465         * src/pixmaps/mime_image.xpm
7466         * src/pixmaps/mime_message.xpm
7467         * src/pixmaps/mime_text_enriched.xpm
7468         * src/pixmaps/mime_text_html.xpm
7469         * src/pixmaps/mime_text_plain.xpm
7470         * src/pixmaps/mime_unknown.xpm
7471         * src/pixmaps/new.xpm
7472         * src/pixmaps/news_compose.xpm
7473         * src/pixmaps/offline.xpm
7474         * src/pixmaps/online.xpm
7475         * src/pixmaps/paste.xpm
7476         * src/pixmaps/preferences.xpm
7477         * src/pixmaps/privacy_emblem_encrypted.xpm
7478         * src/pixmaps/privacy_expired.xpm
7479         * src/pixmaps/privacy_failed.xpm
7480         * src/pixmaps/privacy_passed.xpm
7481         * src/pixmaps/privacy_signed.xpm
7482         * src/pixmaps/privacy_unknown.xpm
7483         * src/pixmaps/privacy_warn.xpm
7484         * src/pixmaps/properties.xpm
7485         * src/pixmaps/replied.xpm
7486         * src/pixmaps/search.xpm
7487         * src/pixmaps/unread.xpm
7488         * src/pixmaps/up_arrow.xpm
7489         * src/pixmaps/vcard.xpm
7490                 Modernize internal theme, with icons from the 
7491                 Gnomaws theme. Keep some of the old ones where
7492                 they were better.
7493
7494 2005-10-06 [colin]      1.9.15cvs17
7495
7496         * src/summaryview.c
7497                 Little optimisations + bugfix
7498         * src/toolbar.c
7499                 Remove default useless items - useless being defined
7500                 by the default relevant prefs
7501         * src/wizard.c
7502                 include config.h to make gettext work
7503         * src/prefs_themes.c
7504                 Fix selection of current theme in prefs
7505
7506 2005-10-06 [colin]      1.9.15cvs16
7507
7508         * src/prefs_common.c
7509         * src/prefs_common.h
7510         * src/prefs_summaries.c
7511         * src/folderview.c
7512                 Add a warning dialog on Mark all read 
7513                 (with pref to get rid of it)
7514
7515 2005-10-06 [paul]       1.9.15cvs15
7516
7517         * po/nb.po
7518         * po/pt_BR.po
7519                 updated by Geir Helland and Frederico
7520                 Goncalves Guimaraes
7521
7522 2005-10-05 [colin]      1.9.15cvs14
7523
7524         * src/folder.c
7525         * src/folder.h
7526         * src/folderview.c
7527         * src/folderview.h
7528         * src/imap_gtk.c
7529         * src/mh_gtk.c
7530         * src/mainwindow.c
7531         * src/setup.c
7532                 add a way to rescan without rebuilding
7533                 make moving a bit faster (less folders changes)
7534                 don't lock the tree on Get 
7535         * src/imap.c
7536                 Don't re-delete deleted messages before expunging
7537         * src/summaryview.c
7538                 Set batch mode when deleting mails
7539
7540 2005-10-05 [paul]       1.9.15cvs13
7541
7542         * src/mainwindow.c
7543         * src/mainwindow.h
7544                 fix disabled Execute menu item
7545         * src/toolbar.c
7546                 match the change in 1.9.15cvs10: use Compose
7547                 instead of News by default
7548
7549 2005-10-04 [colin]      1.9.15cvs12
7550
7551         * src/compose.c
7552                 When replying to an ML post with Reply-To set
7553                 to the poster's email, honor it (as before),
7554                 but also honor our user's request to reply to
7555                 the mailing list: set the ML address in the To
7556                 field and the Reply-To address in the Cc: 
7557                 field.
7558
7559 2005-10-04 [colin]      1.9.15cvs11
7560
7561         * src/plugins/trayicon/trayicon.c
7562                 Finish cosmetic change - thanks to wwp
7563
7564 2005-10-04 [colin]      1.9.15cvs10
7565
7566         * src/toolbar.c
7567                 Use Compose instead of Email by default.
7568                 Spotted by wwp.
7569
7570 2005-10-04 [colin]      1.9.15cvs9
7571
7572         * src/folder.c
7573         * src/folder.h
7574         * src/folderview.c
7575         * src/imap.c
7576         * src/etpan/imap-thread.c
7577         * src/etpan/imap-thread.h
7578                 Try to make IMAP faster, by simplifying SEARCH
7579                 commands, avoiding sending two STATUS in a row,
7580                 and deferring flags sync and processing just
7581                 after displaying the folder. 
7582                 This will update the SummaryView in certain
7583                 cases (new mails not already fetched, flags
7584                 changed from another client) but in a non-
7585                 blocking manner.
7586
7587 2005-10-04 [colin]      1.9.15cvs8
7588
7589         * src/plugins/trayicon/trayicon.c
7590                 Relabel "Offline" to "Work offline"
7591
7592 2005-10-04 [colin]      1.9.15cvs7
7593
7594         * src/export.c
7595         * src/import.c
7596         * src/mbox.c
7597                 Fix mbox import/export buglets
7598                 Patch by wwp
7599         * src/plugins/trayicon/trayicon.c
7600                 Add offline swithc
7601                 Patch by wwp
7602
7603 2005-10-04 [colin]      1.9.15cvs6
7604
7605         * src/folder.c
7606         * src/folderview.c
7607         * src/summaryview.c
7608                 Better fix (don't break mark all read) for cvs2
7609
7610 2005-10-03 [colin]      1.9.15cvs5
7611
7612         * src/folder.c
7613                 Use a sane sort by default
7614
7615 2005-10-03 [colin]      1.9.15cvs4
7616
7617         * src/inc.c
7618                 Add a 'Only once' button for overriding offline mode
7619         * src/prefs_account.c
7620         * src/wizard.c
7621                 Add Local mbox to the wizard
7622                 Add IMAP subdir to the wizard (or the wizard is useless
7623                 for such accounts, or even worse than useless)
7624                 Move IMAP subdir from Advanced to Receive tab, as it's
7625                 not that uncommon
7626
7627 2005-10-03 [colin]      1.9.15cvs3
7628
7629         * src/send_message.c
7630                 Forgot this one in cvs1
7631
7632 2005-10-03 [colin]      1.9.15cvs2
7633
7634         * src/folder.c
7635                 Faster close when leaving a folder with lots
7636                 of new mails. Idea by David Relson.
7637
7638 2005-10-03 [colin]      1.9.15cvs1
7639
7640         * src/compose.c
7641         * src/imap.c
7642         * src/inc.c
7643         * src/main.c
7644         * src/messageview.c
7645         * src/news.c
7646         * src/summaryview.c
7647         * src/gtk/sslcertwindow.c
7648         * src/plugins/trayicon/trayicon.c
7649                 Add accels to every AlertPanel. Patch by Fabien 
7650                 Vantard
7651
7652 2005-10-03 [paul]       1.9.15
7653
7654         1.9.15 released
7655
7656 2005-10-03 [paul]       1.9.14cvs68
7657
7658         * po/ca.po
7659         * po/de.po
7660         * po/es.po
7661         * po/fi.po
7662         * po/fr.po
7663         * po/sk.po
7664         * po/sr.po
7665         * po/zh_CN.po
7666                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
7667                 Mones Lastra, Tommi Pirinen, Fabien vantard,
7668                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
7669
7670 2005-10-03 [paul]       1.9.14cvs67
7671
7672         * src/send_message.c
7673                 prevent hang on Cancel
7674                 patch by Colin
7675
7676 2005-10-03 [paul]       1.9.14cvs66
7677
7678         * src/main.c
7679                 fix crash in IMAP caused by discrepancy
7680                 between check_at_startup and offline mode
7681                 Patch by Colin
7682
7683 2005-10-01 [paul]       1.9.14cvs65
7684
7685         * src/inc.c
7686                 fix engrish
7687
7688 2005-10-01 [paul]       1.9.14cvs64
7689         * src/export.c
7690         * src/import.c
7691                 synchronise import_mbox() and export_mbox()
7692         * src/mbox.c
7693                 proc_mbox(): add alert if file cannot be opened
7694                 export_list_to_mbox(): test if dest file exists,
7695                 prompt user to overwrite if it does. add alert
7696                 if file cannot be created
7697                                                                 
7698         Patch by wwp
7699                                                                                                                 
7700
7701 2005-09-30 [paul]       1.9.14cvs63
7702
7703         * src/addressbook.c
7704                 Fix sensitivity of a menu
7705         * src/codeconv.c
7706                 Respect hidden pref for mails with no encoding
7707         * src/common/xml.c
7708                 Fix memory corruption
7709         * src/plugins/pgpcore/sgpgme.c
7710                 Fix segfault on incomplete sigs, and display
7711                 of S/Mime UIDs
7712
7713         Patches by Colin
7714
7715 2005-09-30 [colin]      1.9.14cvs62
7716
7717         * src/partial_download.c
7718                 Little logic fix in almost-dead code
7719         * src/pop.c
7720                 Fix partial download when there's no new mail
7721
7722 2005-09-29 [paul]       1.9.14cvs61
7723
7724         * src/plugins/pgpinline/pgpinline.c
7725                 fix bug 819, 'crash accessing sign message'
7726                 Patch by Colin
7727
7728 2005-09-28 [martin]     1.9.14cvs60
7729
7730         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
7731                 fix bug #790 (Crash when restarting window manager (fluxbox))
7732
7733 2005-09-28 [paul]       1.9.14cvs59
7734
7735         * src/gtk/gtkaspell.c
7736                 fix off-by-one typo
7737
7738 2005-09-27 [colin]      1.9.14cvs58
7739
7740         * src/plugins/pgpcore/sgpgme.c
7741                 Report error when there's one, instead of
7742                 "Signature unchecked" 
7743
7744 2005-09-27 [colin]      1.9.14cvs57
7745
7746         * src/prefs_quote.c
7747                 Fix bug #816 (Weird quotation with spaces)
7748
7749 2005-09-27 [colin]      1.9.14cvs56
7750
7751         * src/codeconv.c
7752         * src/compose.c
7753         * src/compose.h
7754                 Put subject in compose's title
7755                 Fix Automatic encoding so that it's really automatic:
7756                 first try default locale's charset, then charset of the replied mail, 
7757                 then utf-8
7758                 Fix encoding of headers (must be in strict mode too)
7759
7760 2005-09-26 [colin]      1.9.14cvs55
7761
7762         * src/gtk/gtkaspell.c
7763                 Fix previous patch - don't color the space,
7764                 just uncolor it :)
7765
7766 2005-09-26 [colin]      1.9.14cvs54
7767
7768         * src/gtk/gtkaspell.c
7769                 Unmark space if possible
7770
7771 2005-09-26 [colin]      1.9.14cvs53
7772
7773         * src/imap.c
7774                 log_error instead of alertpanel according to the pref
7775         * src/etpan/imap-thread.c
7776                 Print connect status, copy only necessary size to 
7777                 logger
7778         * src/plugins/pgpmime/pgpmime.c
7779                 Handle S/Mime signatures (verification only). Patch based
7780                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
7781
7782 2005-09-26 [paul]       1.9.14cvs52
7783
7784         * src/common/passcrypt.c
7785                 this 'workaround' not necessary on NetBSD.
7786                 Thanks to Daniel Gustafson
7787
7788 2005-09-26 [paul]
7789
7790         1.9.15-rc4 released
7791
7792 2005-09-26 [paul]       1.9.14cvs51
7793
7794         * src/summaryview.c
7795                 Skip currently selected message when
7796                 looking for next new or unread message
7797                 in current folder. Patch by Colin
7798         * src/common/passcrypt.c
7799                 eliminate warnings on *BSD. Patch by
7800                 Daniel Gustafson
7801
7802 2005-09-26 [colin]      1.9.14cvs50
7803
7804         * src/procmsg.c
7805                 Call postfiltering hook anyway
7806
7807 2005-09-22 [colin]      1.9.14cvs49
7808
7809         * src/codeconv.c
7810         * src/codeconv.h
7811                 Add a strict mode that doesn't replace with _
7812         * src/compose.c
7813         * src/compose.h
7814                 Use strict conversion while sending
7815                 Fix race when drafting while sending (happens
7816                 on IMAP)
7817                 Fix d'n'd of messages from summaryview
7818         * src/prefs_common.c
7819         * src/prefs_common.h
7820                 add hidden utf8_instead_of_locale_for_broken_mail 
7821                 pref for people that preferred the default charset 
7822                 to be utf8 for broken mails
7823         * src/quote_fmt_parse.y
7824                 fix bug #815 (No quote insert if "From:" fied 
7825                 contained Russian letters)
7826         * src/summaryview.c
7827                 Fix d'n'd of messages to compose
7828
7829 2005-09-22 [paul]       1.9.14cvs48
7830
7831         * src/compose.c
7832                 fix bug where attachments Name entry
7833                 would display Path instead
7834
7835 2005-09-21 [paul]       1.9.14cvs47
7836
7837         * README
7838         * README.jp
7839         * configure.ac
7840         * config/config.rpath
7841         * doc/manual/en/sylpheed-20.html
7842         * doc/manual/es/sylpheed-20.html
7843         * po/bg.po
7844         * po/ca.po
7845         * po/de.po
7846         * po/es.po
7847         * po/fr.po
7848         * po/it.po
7849         * po/pt_BR.po
7850         * po/sk.po
7851         * po/zh_TW.po
7852         * src/account.c
7853         * src/account.h
7854         * src/action.c
7855         * src/action.h
7856         * src/adbookbase.h
7857         * src/addr_compl.c
7858         * src/addr_compl.h
7859         * src/addrbook.c
7860         * src/addrbook.h
7861         * src/addrcache.c
7862         * src/addrcache.h
7863         * src/addrcindex.c
7864         * src/addrcindex.h
7865         * src/addrclip.c
7866         * src/addrclip.h
7867         * src/addrdefs.h
7868         * src/addressadd.c
7869         * src/addressadd.h
7870         * src/addressbook.c
7871         * src/addressbook.h
7872         * src/addressitem.h
7873         * src/addrgather.c
7874         * src/addrgather.h
7875         * src/addrharvest.c
7876         * src/addrharvest.h
7877         * src/addrindex.c
7878         * src/addrindex.h
7879         * src/addritem.c
7880         * src/addritem.h
7881         * src/addrquery.c
7882         * src/addrquery.h
7883         * src/addrselect.c
7884         * src/addrselect.h
7885         * src/alertpanel.c
7886         * src/alertpanel.h
7887         * src/browseldap.c
7888         * src/browseldap.h
7889         * src/codeconv.c
7890         * src/codeconv.h
7891         * src/compose.c
7892         * src/compose.h
7893         * src/crash.c
7894         * src/crash.h
7895         * src/customheader.c
7896         * src/customheader.h
7897         * src/displayheader.c
7898         * src/displayheader.h
7899         * src/editaddress.c
7900         * src/editaddress.h
7901         * src/editbook.c
7902         * src/editbook.h
7903         * src/editgroup.c
7904         * src/editgroup.h
7905         * src/editjpilot.c
7906         * src/editjpilot.h
7907         * src/editldap.c
7908         * src/editldap.h
7909         * src/editldap_basedn.c
7910         * src/editldap_basedn.h
7911         * src/editvcard.c
7912         * src/editvcard.h
7913         * src/enriched.c
7914         * src/enriched.h
7915         * src/exphtmldlg.c
7916         * src/exphtmldlg.h
7917         * src/expldifdlg.c
7918         * src/expldifdlg.h
7919         * src/export.c
7920         * src/export.h
7921         * src/exporthtml.c
7922         * src/exporthtml.h
7923         * src/exportldif.c
7924         * src/exportldif.h
7925         * src/filtering.c
7926         * src/filtering.h
7927         * src/folder.c
7928         * src/folder.h
7929         * src/folder_item_prefs.c
7930         * src/folder_item_prefs.h
7931         * src/foldersel.c
7932         * src/foldersel.h
7933         * src/folderutils.c
7934         * src/folderutils.h
7935         * src/folderview.c
7936         * src/folderview.h
7937         * src/grouplistdialog.c
7938         * src/grouplistdialog.h
7939         * src/headerview.c
7940         * src/headerview.h
7941         * src/html.c
7942         * src/html.h
7943         * src/image_viewer.c
7944         * src/image_viewer.h
7945         * src/imap.c
7946         * src/imap.h
7947         * src/imap_gtk.c
7948         * src/imap_gtk.h
7949         * src/import.c
7950         * src/import.h
7951         * src/importldif.c
7952         * src/importldif.h
7953         * src/importmutt.c
7954         * src/importmutt.h
7955         * src/importpine.c
7956         * src/importpine.h
7957         * src/inc.c
7958         * src/inc.h
7959         * src/jpilot.c
7960         * src/jpilot.h
7961         * src/ldapctrl.c
7962         * src/ldapctrl.h
7963         * src/ldaplocate.c
7964         * src/ldaplocate.h
7965         * src/ldapquery.c
7966         * src/ldapquery.h
7967         * src/ldapserver.c
7968         * src/ldapserver.h
7969         * src/ldaputil.c
7970         * src/ldaputil.h
7971         * src/ldif.c
7972         * src/ldif.h
7973         * src/localfolder.c
7974         * src/localfolder.h
7975         * src/main.c
7976         * src/main.h
7977         * src/mainwindow.c
7978         * src/mainwindow.h
7979         * src/manual.c
7980         * src/manual.h
7981         * src/matcher.c
7982         * src/matcher.h
7983         * src/matcher_parser.h
7984         * src/matcher_parser_lex.l
7985         * src/matcher_parser_parse.y
7986         * src/mbox.c
7987         * src/mbox.h
7988         * src/message_search.c
7989         * src/message_search.h
7990         * src/messageview.c
7991         * src/messageview.h
7992         * src/mh.c
7993         * src/mh.h
7994         * src/mh_gtk.c
7995         * src/mh_gtk.h
7996         * src/mimeview.c
7997         * src/mimeview.h
7998         * src/msgcache.c
7999         * src/msgcache.h
8000         * src/mutt.c
8001         * src/mutt.h
8002         * src/news.c
8003         * src/news.h
8004         * src/news_gtk.c
8005         * src/news_gtk.h
8006         * src/noticeview.c
8007         * src/noticeview.h
8008         * src/partial_download.c
8009         * src/partial_download.h
8010         * src/pine.c
8011         * src/pine.h
8012         * src/pop.c
8013         * src/pop.h
8014         * src/prefs_account.c
8015         * src/prefs_account.h
8016         * src/prefs_actions.c
8017         * src/prefs_actions.h
8018         * src/prefs_common.c
8019         * src/prefs_common.h
8020         * src/prefs_compose_writing.c
8021         * src/prefs_compose_writing.h
8022         * src/prefs_customheader.c
8023         * src/prefs_customheader.h
8024         * src/prefs_display_header.c
8025         * src/prefs_display_header.h
8026         * src/prefs_ext_prog.c
8027         * src/prefs_ext_prog.h
8028         * src/prefs_filtering.c
8029         * src/prefs_filtering.h
8030         * src/prefs_filtering_action.c
8031         * src/prefs_filtering_action.h
8032         * src/prefs_folder_column.c
8033         * src/prefs_folder_column.h
8034         * src/prefs_folder_item.c
8035         * src/prefs_folder_item.h
8036         * src/prefs_fonts.c
8037         * src/prefs_fonts.h
8038         * src/prefs_gtk.c
8039         * src/prefs_gtk.h
8040         * src/prefs_image_viewer.c
8041         * src/prefs_image_viewer.h
8042         * src/prefs_matcher.c
8043         * src/prefs_matcher.h
8044         * src/prefs_message.c
8045         * src/prefs_message.h
8046         * src/prefs_msg_colors.c
8047         * src/prefs_msg_colors.h
8048         * src/prefs_other.c
8049         * src/prefs_other.h
8050         * src/prefs_quote.c
8051         * src/prefs_quote.h
8052         * src/prefs_receive.c
8053         * src/prefs_receive.h
8054         * src/prefs_send.c
8055         * src/prefs_send.h
8056         * src/prefs_spelling.c
8057         * src/prefs_spelling.h
8058         * src/prefs_summaries.c
8059         * src/prefs_summaries.h
8060         * src/prefs_summary_column.c
8061         * src/prefs_summary_column.h
8062         * src/prefs_template.c
8063         * src/prefs_template.h
8064         * src/prefs_themes.c
8065         * src/prefs_themes.h
8066         * src/prefs_toolbar.c
8067         * src/prefs_toolbar.h
8068         * src/prefs_wrapping.c
8069         * src/prefs_wrapping.h
8070         * src/privacy.c
8071         * src/privacy.h
8072         * src/procheader.c
8073         * src/procheader.h
8074         * src/procmime.c
8075         * src/procmime.h
8076         * src/procmsg.c
8077         * src/procmsg.h
8078         * src/quote_fmt.c
8079         * src/quote_fmt_parse.y
8080         * src/recv.c
8081         * src/recv.h
8082         * src/remotefolder.c
8083         * src/remotefolder.h
8084         * src/send_message.c
8085         * src/send_message.h
8086         * src/setup.c
8087         * src/setup.h
8088         * src/simple-gettext.c
8089         * src/sourcewindow.c
8090         * src/sourcewindow.h
8091         * src/ssl_manager.c
8092         * src/ssl_manager.h
8093         * src/statusbar.c
8094         * src/statusbar.h
8095         * src/stock_pixmap.c
8096         * src/stock_pixmap.h
8097         * src/summary_search.c
8098         * src/summary_search.h
8099         * src/summaryview.c
8100         * src/summaryview.h
8101         * src/syldap.c
8102         * src/syldap.h
8103         * src/textview.c
8104         * src/textview.h
8105         * src/toolbar.c
8106         * src/toolbar.h
8107         * src/undo.c
8108         * src/undo.h
8109         * src/unmime.c
8110         * src/unmime.h
8111         * src/vcard.c
8112         * src/vcard.h
8113         * src/wizard.c
8114         * src/wizard.h
8115         * src/common/base64.c
8116         * src/common/base64.h
8117         * src/common/defs.h
8118         * src/common/hooks.c
8119         * src/common/hooks.h
8120         * src/common/log.c
8121         * src/common/log.h
8122         * src/common/md5.c
8123         * src/common/md5.h
8124         * src/common/mgutils.c
8125         * src/common/mgutils.h
8126         * src/common/nntp.c
8127         * src/common/nntp.h
8128         * src/common/passcrypt.c
8129         * src/common/passcrypt.h.in
8130         * src/common/plugin.c
8131         * src/common/plugin.h
8132         * src/common/prefs.c
8133         * src/common/prefs.h
8134         * src/common/progressindicator.c
8135         * src/common/progressindicator.h
8136         * src/common/quoted-printable.c
8137         * src/common/quoted-printable.h
8138         * src/common/session.c
8139         * src/common/session.h
8140         * src/common/smtp.c
8141         * src/common/smtp.h
8142         * src/common/socket.c
8143         * src/common/socket.h
8144         * src/common/ssl.c
8145         * src/common/ssl.h
8146         * src/common/ssl_certificate.c
8147         * src/common/ssl_certificate.h
8148         * src/common/string_match.c
8149         * src/common/string_match.h
8150         * src/common/stringtable.c
8151         * src/common/sylpheed.c
8152         * src/common/sylpheed.h
8153         * src/common/template.c
8154         * src/common/template.h
8155         * src/common/timing.h
8156         * src/common/utils.c
8157         * src/common/utils.h
8158         * src/common/uuencode.c
8159         * src/common/uuencode.h
8160         * src/common/version.h.in
8161         * src/common/xml.c
8162         * src/common/xml.h
8163         * src/common/xmlprops.c
8164         * src/common/xmlprops.h
8165         * src/gtk/about.c
8166         * src/gtk/about.h
8167         * src/gtk/colorlabel.c
8168         * src/gtk/colorlabel.h
8169         * src/gtk/colorsel.c
8170         * src/gtk/colorsel.h
8171         * src/gtk/description_window.c
8172         * src/gtk/description_window.h
8173         * src/gtk/filesel.c
8174         * src/gtk/filesel.h
8175         * src/gtk/foldersort.c
8176         * src/gtk/foldersort.h
8177         * src/gtk/gtkutils.c
8178         * src/gtk/gtkutils.h
8179         * src/gtk/inputdialog.c
8180         * src/gtk/inputdialog.h
8181         * src/gtk/logwindow.c
8182         * src/gtk/logwindow.h
8183         * src/gtk/manage_window.c
8184         * src/gtk/manage_window.h
8185         * src/gtk/menu.c
8186         * src/gtk/menu.h
8187         * src/gtk/pluginwindow.c
8188         * src/gtk/pluginwindow.h
8189         * src/gtk/prefswindow.c
8190         * src/gtk/prefswindow.h
8191         * src/gtk/progressdialog.c
8192         * src/gtk/progressdialog.h
8193         * src/gtk/quicksearch.c
8194         * src/gtk/quicksearch.h
8195         * src/gtk/sslcertwindow.c
8196         * src/gtk/sslcertwindow.h
8197         * src/plugins/clamav/clamav_plugin.c
8198         * src/plugins/clamav/clamav_plugin.h
8199         * src/plugins/clamav/clamav_plugin_gtk.c
8200         * src/plugins/demo/demo.c
8201         * src/plugins/dillo_viewer/dillo_prefs.c
8202         * src/plugins/dillo_viewer/dillo_prefs.h
8203         * src/plugins/dillo_viewer/dillo_viewer.c
8204         * src/plugins/mathml_viewer/mathml_viewer.c
8205         * src/plugins/pgpcore/passphrase.c
8206         * src/plugins/pgpcore/passphrase.h
8207         * src/plugins/pgpcore/plugin.c
8208         * src/plugins/pgpcore/prefs_gpg.c
8209         * src/plugins/pgpcore/prefs_gpg.h
8210         * src/plugins/pgpcore/select-keys.c
8211         * src/plugins/pgpcore/select-keys.h
8212         * src/plugins/pgpcore/sgpgme.c
8213         * src/plugins/pgpcore/sgpgme.h
8214         * src/plugins/pgpinline/pgpinline.c
8215         * src/plugins/pgpinline/pgpinline.h
8216         * src/plugins/pgpinline/plugin.c
8217         * src/plugins/pgpmime/pgpmime.c
8218         * src/plugins/pgpmime/pgpmime.h
8219         * src/plugins/pgpmime/plugin.c
8220         * src/plugins/spamassassin/spamassassin.c
8221         * src/plugins/spamassassin/spamassassin.h
8222         * src/plugins/spamassassin/spamassassin_gtk.c
8223         * src/plugins/trayicon/trayicon.c
8224         * tools/OOo2sylpheed.pl
8225         * tools/acroread2sylpheed.pl
8226         * tools/asus_mailled.sh
8227         * tools/filter_conv.pl
8228         * tools/freshmeat_search.pl
8229         * tools/google_search.pl
8230         * tools/kmail2sylpheed.pl
8231         * tools/kmail2sylpheed_v2.pl
8232         * tools/maildir2sylpheed.pl
8233         * tools/multiwebsearch.pl
8234         * tools/newscache_clean.pl
8235         * tools/outlook2sylpheed.pl
8236         * tools/sylpheed-switcher
8237         * tools/update-po
8238         * tools/vcard2xml.py
8239         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8240                 update FSF address
8241
8242 2005-09-21 [colin]      1.9.14cvs46
8243
8244         * src/gedit-print.c
8245         * src/procmsg.c
8246         * src/procmsg.h
8247         * src/textview.c
8248         * src/summaryview.c
8249                 Remove some printing hacks (deselection/reselection),
8250                 which by the way fix printing the currently 
8251                 displayed mime part (still only text)
8252                 Plus a little optimisation of summary_show
8253
8254
8255 2005-09-20 [colin]      1.9.14cvs45
8256
8257         * src/mainwindow.c
8258         * src/messageview.c
8259                 GUI fixups: add accels, set message
8260                 view title to displayed mail's subject
8261         * src/prefs_spelling.c
8262         * src/gtk/gtkaspell.c
8263                 GUI fixups: allow underlining misspelled
8264                 words instead of coloring them (a11y!)
8265
8266 2005-09-19 [colin]
8267
8268         1.9.15rc3 released
8269
8270 2005-09-19 [colin]      1.9.14cvs44
8271
8272         * src/compose.c
8273                 Fix draft message
8274         * src/gtk/gtkaspell.c
8275                 Fix wrong test ;-)
8276
8277 2005-09-19 [colin]      1.9.14cvs43
8278
8279         * src/addressbook.c
8280                 Fix sensitivity of Delete button
8281         * src/compose.c
8282                 Warn if the requested Privacy system
8283                 is not available
8284         * src/exphtmldlg.c
8285         * src/expldifdlg.c
8286         * src/importldif.c
8287         * src/importmutt.c
8288         * src/importpine.c
8289                 Fix crappy UI
8290         * src/
8291         * src/ssl.h
8292         * src/prefs_account.h
8293         * src/prefs_account.c
8294                 Save SSL prefs even in builds that have
8295                 SSL support disable
8296         * src/imap.c
8297         * src/inc.c
8298         * src/news.c
8299         * src/send_message.c
8300                 Warn if connection should be secure, but
8301                 SSL support isn't compiled in
8302         * src/gtkaspell.c
8303                 Fix word separation on UTF-8 systems
8304                 Fixes bug #812 (Strange inline spellchecking)
8305         * src/compose.c
8306                 Warn if the requested Privacy system
8307                 is not available
8308                 Factorize offline warning
8309         * src/imap.c
8310         * src/imap_gtk.c
8311         * src/imap_gtk.h
8312         * src/inc.h
8313         * src/news_gtk.c
8314         * src/news_gtk.h
8315         * src/messageview.c
8316                 Factorize offline warning
8317
8318 2005-09-19 [paul]
8319
8320         1.9.15-rc2 released
8321
8322 2005-09-18 [colin]      1.9.14cvs42
8323
8324         * src/codeconv.c
8325         * src/codeconv.h
8326         * src/procmime.c
8327                 Add a way to get locale's charset ignoring utf-8,
8328                 and use that as default encoding for broken mails
8329
8330 2005-09-18 [colin]      1.9.14cvs41
8331
8332         * src/gtk/logwindow.c
8333                 Translate string. Patch by Fabien Vantard
8334
8335 2005-09-18 [colin]      1.9.14cvs40
8336
8337         * configure.ac
8338                 Fix bug #803 (IMAP/SSL support breaks with 
8339                 GnuTLS libetpan 0.38)
8340
8341 2005-09-18 [colin]      1.9.14cvs39
8342
8343         * src/codeconv.c
8344         * src/compose.c
8345         * src/procmime.c
8346                 More charsets fixes. Fixes bug #806 (non
8347                 ascii characters in subject line)
8348
8349 2005-09-17 [paul]       1.9.14cvs38
8350
8351         * src/folderview.c
8352         * src/mainwindow.c
8353                 fix gcc-2.95 issues
8354                 Patch by Pawel Pekala
8355
8356 2005-09-17 [colin]      1.9.14cvs37
8357
8358         * src/addrindex.c
8359                 bugfix for NO-USE LDAP compilation, patch 
8360                 by Fabien Vantard
8361
8362 2005-09-17 [colin]      1.9.14cvs36
8363
8364         * src/prefs_actions.c
8365         * src/prefs_customheader.c
8366         * src/prefs_display_header.c
8367         * src/prefs_filtering_action.c
8368         * src/prefs_matcher.c
8369         * src/prefs_toolbar.c
8370                 Fix strange casts (less elegant but
8371                 works better)
8372
8373 2005-09-16 [colin]      1.9.14cvs35
8374
8375         * src/jpilot.c
8376                 Missed that one
8377
8378 2005-09-16 [colin]      1.9.14cvs34
8379
8380         * configure.ac
8381         * src/Makefile.am
8382         * src/addr_compl.c
8383         * src/addrindex.c
8384         * src/browseldap.c
8385         * src/editldap.c
8386         * src/ldaplocate.c
8387         * src/ldapquery.c
8388         * src/ldapquery.h
8389         * src/ldapserver.c
8390         * src/ldapserver.h
8391         * src/main.c
8392         * src/matcher_parser_parse.y
8393         * src/prefs_themes.c
8394         * src/etpan/Makefile.am
8395         * src/gtk/description_window.c
8396         * src/plugins/clamav/Makefile.am
8397         * src/plugins/clamav/clamav_plugin.c
8398         * src/plugins/dillo_viewer/Makefile.am
8399         * src/plugins/pgpcore/Makefile.am
8400         * src/plugins/pgpinline/Makefile.am
8401         * src/plugins/pgpmime/Makefile.am
8402         * src/plugins/trayicon/Makefile.am
8403                 Fix 100% cpu usage in address completion list
8404                 Fix little bugs (return with no values etc)
8405                 Fix all warnings (with common CFLAGS)
8406
8407 2005-09-15 [colin]      1.9.14cvs33
8408
8409         * src/addressbook.c
8410                 Fix bug where sometimes a group's email list is empty,
8411                 force its refresh (probably fixes "Re: how to create a 
8412                 distribution list")
8413         * src/ldapquery.c
8414                 Don't return to the callback in the main thread from the
8415                 fetch thread (or face segs!)
8416
8417 2005-09-15 [paul]       1.9.14cvs32
8418
8419         * src/prefs_matcher.c
8420                 forgotten in last commit
8421
8422 2005-09-15 [paul]       1.9.14cvs31
8423
8424         * src/prefs_actions.c
8425         * src/prefs_filtering_action.c
8426         * src/prefs_quote.c
8427         * src/quote_fmt.c
8428         * src/summaryview.c
8429         * src/gtk/description_window.c
8430         * src/gtk/description_window.h
8431         * src/gtk/quicksearch.c
8432                 allow interaction with the called
8433                 description window
8434                 Patch by Anders Hammar
8435
8436 2005-09-14 [paul]       1.9.14cvs30
8437
8438         * src/compose.c
8439                 fix a little annoyance when pasting with 3rd button 
8440                 with wrap_pastes=0 and wrap_input=1
8441                 Patch by Colin
8442
8443 2005-09-14 [paul]       1.9.14cvs29
8444
8445         * src/prefs_account.c
8446                 disable 'Filter messages on receiving' for
8447                 SMTP-only accounts
8448                 Patch  by Anders Hammar
8449
8450 2005-09-14 [paul]       1.9.14cvs28
8451
8452         * po/sk.po
8453                 fix crash
8454                 updated by Andrej Kacian
8455
8456 2005-09-14 [paul]
8457
8458         1.9.15-rc1 released
8459
8460 2005-09-14 [paul]       1.9.14cvs27
8461
8462         * po/es.po
8463                 updated by Ricardo Mones Lastra
8464         * src/compose.c
8465         * src/compose.h
8466                 associate no_wrap_tags to Compose windows
8467                 instead of using a static one
8468                 Patch by Colin
8469         * src/mbox.c
8470                 fix proc_mbox()
8471                 Patch by wwp
8472         * src/textview.c
8473                 remove unneeded printf()
8474
8475 2005-09-14 [paul]       1.9.14cvs26
8476
8477         * src/addrcache.c
8478         * src/codeconv.h
8479         * src/folder.h
8480         * src/mainwindow.h
8481         * src/mh.c
8482         * src/mimeview.h
8483         * src/partial_download.c
8484         * src/pop.c
8485         * src/prefs_account.c
8486         * src/prefs_account.h
8487         * src/prefs_actions.c
8488         * src/prefs_customheader.c
8489         * src/prefs_display_header.c
8490         * src/prefs_filtering_action.c
8491         * src/prefs_matcher.c
8492         * src/prefs_toolbar.c
8493         * src/privacy.h
8494         * src/procmime.c
8495         * src/procmime.h
8496         * src/procmsg.h
8497         * src/textview.c
8498         * src/undo.h
8499         * src/common/plugin.c
8500         * src/common/session.h
8501         * src/common/socket.c
8502         * src/common/socket.h
8503         * src/common/template.c
8504         * src/gtk/gtkaspell.c
8505         * src/gtk/quicksearch.h
8506         * src/plugins/pgpcore/passphrase.c
8507         * src/plugins/pgpcore/prefs_gpg.h
8508         * src/plugins/pgpcore/select-keys.c
8509         * src/plugins/pgpcore/select-keys.h
8510         * src/plugins/pgpcore/sgpgme.c
8511         * src/plugins/pgpinline/pgpinline.c
8512         * src/plugins/pgpmime/pgpmime.c
8513         * src/plugins/trayicon/trayicon.c
8514                 fix compilation warnings
8515                 Patch by Daniel Gustafson
8516
8517 2005-09-14 [paul]       1.9.14cvs25
8518
8519         * src/addressbook.c
8520                 add missing column header, and other small
8521                 bug fixes
8522                 Patch by Anders Hammar
8523
8524 2005-09-13 [colin]      1.9.14cvs24
8525
8526         * src/gtk/gtkaspell.c
8527                 Fix non-utf8 in menu
8528                 Fix little leaks
8529                 Nullify struct members after free()s
8530
8531 2005-09-13 [colin]      1.9.14cvs23
8532
8533         * src/compose.c
8534                 Test utf8 compliance before inserting to 
8535                 buffer, and try to convert if necessary
8536         * src/procmime.c
8537                 If no charset is present, use the locale 
8538                 one instead of us-ascii
8539         * src/procmsg.c
8540                 Add Sender, List-Post and To in the checked 
8541                 headers for automatic rules creation 
8542                 (thanks to wwp)
8543         * src/prefs_themes.c
8544         * src/gtk/gtkaspell.c
8545                 Remove deprecated functions. 
8546                 patch by Daniel Gustafson
8547
8548 2005-09-12 [colin]      1.9.14cvs22
8549
8550         * src/compose.c
8551                 Fix bug #448 (Scrolling/Redraw issue with 
8552                 address-fields in Header)
8553         * src/mainwindow.c
8554         * src/summaryview.c
8555         * src/summaryview.h
8556                 Fix loss of MSG_MARKED on move/copy
8557                 Fix bug #804 (Quicksearch togglebutton doesn't 
8558                 get depressed after '/' key is pressed)
8559
8560 2005-09-12 [paul]       1.9.14cvs21
8561
8562         * AUTHORS
8563         * src/gtk/logwindow.c
8564                 add 'Clear Log' to popup menu
8565                 Patch by Anders Hammar <anders.hammar@telia.com>
8566
8567 2005-09-12 [paul]       1.9.14cvs20
8568
8569         * src/compose.c
8570                 set correct sensitivity on attachments
8571                 popup menu
8572         * src/folder.c
8573                 fix typo
8574         * src/prefs_spelling.c
8575                 fix crash when no LANG env is set
8576         * src/common/xml.c
8577                 fix crash in wizard
8578                 don't use memeory after free
8579
8580         All patches by Daniel Gustafson
8581
8582 2005-09-12 [paul]       1.9.14cvs19
8583
8584         * src/prefs_themes.c
8585                 make theme info selectable
8586         * src/gtk/description_window.c
8587                 make window non-modal
8588         * tools/README
8589                 add details of asus_mailed.sh
8590         * tools/claws.i18n.status.pl
8591                 update for new zh_TW translator
8592                 widen the output
8593                 create alternate coloured lines
8594                 improve readability
8595
8596 2005-09-10 [colin]      1.9.14cvs18
8597
8598         * src/plugins/pgpcore/select-keys.c
8599                 Better order for the buttons
8600
8601 2005-09-10 [colin]      1.9.14cvs17
8602
8603         * src/compose.c
8604         * src/plugins/pgpcore/select-keys.c
8605         * src/plugins/pgpcore/select-keys.h
8606         * src/plugins/pgpcore/sgpgme.c
8607                 Add a "Don't encrypt" button to the key
8608                 selection dialog. Fixes bug #177 (There should be a 
8609                 'Don't encrypt button in the Select Keys dialog)
8610
8611 2005-09-10 [colin]      1.9.14cvs16
8612
8613         * src/compose.c
8614                 Fix bug #572 (%X option does not work with templates)
8615
8616 2005-09-10 [colin]      1.9.14cvs15
8617
8618         * src/toolbar.c 
8619                 Remove g_print
8620
8621 2005-09-10 [colin]      1.9.14cvs14
8622
8623         * src/imap.c
8624                 Fix a possible crash
8625
8626 2005-09-09 [colin]      1.9.14cvs13
8627
8628         * src/imap.c
8629         * src/etpan/imap-thread.c
8630         * src/etpan/imap-thread.h
8631                 Fix moving from queue or drafts to normal folders
8632                 Fix bug #794 (No way to delete without expunging)
8633                 Take flags unset by other mailers into account
8634                 Take deleted flag set by other mailers into account
8635                 Fix unsetting REPLIED flag
8636                 Fix crash when capabilities can't be retrieved
8637         * src/mainwindow.c
8638         * src/mainwindow.h
8639                 Add M_DELAYED_FLAGS condition, and let the user use
8640                 Execute in order to be able to expunge deleted mails,
8641                 even if he's not in delayed execute mode
8642         * src/prefs_spelling.c
8643                 Use 'en' dictionary by default if LANG is POSIX or C
8644         * src/gtk/prefswindow.c
8645                 Fix bug #767 (Preferences windows expanding) by making
8646                 the window a bit larger when the resolution is greater
8647                 than 640x480, and by putting the prefs in a
8648                 GtkScrolledWindow.
8649
8650 2005-09-09 [paul]       1.9.14cvs12
8651
8652         * AUTHORS
8653         * configure.ac
8654         * po/zh_TW.Big5.po      ** REMOVED **
8655         * po/zh_TW.po           ** ADDED **
8656                 updated by Wei-Lun Chao
8657
8658 2005-09-09 [paul]       1.9.14cvs11
8659
8660         * src/mainwindow.c
8661                 fix asserts
8662         * src/common/xml.c
8663                 delay memory allocation until file is
8664                 opened successfully
8665                 Patch by Daniel Gustafson
8666
8667 2005-09-09 [colin]      1.9.14cvs10
8668
8669         * src/imap.c
8670                 Add guards
8671
8672 2005-09-08 [colin]      1.9.14cvs9
8673
8674         * src/compose.c
8675                 Alert when we can't save draft
8676                 Fix various wrap/color issues
8677                 Add mid-click pasting respecting wrap_paste option
8678         * src/folder.c
8679         * src/folder.h
8680         * src/folder_item_prefs.c
8681         * src/folder_item_prefs.h
8682         * src/imap.c
8683         * src/imap_gtk.c
8684         * src/imap_gtk.h
8685         * src/main.c
8686         * src/mainwindow.c
8687         * src/mainwindow.h
8688         * src/news.c
8689         * src/news_gtk.c
8690         * src/news_gtk.h
8691         * src/prefs_folder_item.c
8692                 Fix the impossibility to synchronise folders for
8693                 offline use (IMAP and NNTP are concerned)
8694
8695 2005-09-08 [colin]      1.9.14cvs8
8696
8697         * configure.ac
8698                 Build LDAP and JPilot by default if available
8699         * src/textview.c
8700                 Fix use after free
8701
8702 2005-09-08 [paul]       1.9.14cvs7
8703
8704         * doc/manual/en/sylpheed-1.html
8705         * doc/manual/en/sylpheed-18.html
8706         * doc/manual/en/sylpheed-19.html
8707         * doc/manual/en/sylpheed-4.html
8708         * doc/manual/en/sylpheed-6.html
8709         * doc/manual/en/sylpheed.html
8710                 a few minor updates, plus include some
8711                 details about plugins and their requirements
8712         * src/mainwindow.c
8713                 minor changes to English in /View/Sort
8714
8715 2005-09-07 [colin]      1.9.14cvs6
8716
8717         * doc/manual/en/sylpheed-1.html
8718         * doc/manual/en/sylpheed-10.html
8719         * doc/manual/en/sylpheed-11.html
8720         * doc/manual/en/sylpheed-12.html
8721         * doc/manual/en/sylpheed-13.html
8722         * doc/manual/en/sylpheed-14.html
8723         * doc/manual/en/sylpheed-15.html
8724         * doc/manual/en/sylpheed-16.html
8725         * doc/manual/en/sylpheed-17.html
8726         * doc/manual/en/sylpheed-18.html
8727         * doc/manual/en/sylpheed-19.html
8728         * doc/manual/en/sylpheed-2.html
8729         * doc/manual/en/sylpheed-20.html
8730         * doc/manual/en/sylpheed-21.html
8731         * doc/manual/en/sylpheed-22.html
8732         * doc/manual/en/sylpheed-3.html
8733         * doc/manual/en/sylpheed-4.html
8734         * doc/manual/en/sylpheed-5.html
8735         * doc/manual/en/sylpheed-6.html
8736         * doc/manual/en/sylpheed-7.html
8737         * doc/manual/en/sylpheed-8.html
8738         * doc/manual/en/sylpheed-9.html
8739         * doc/manual/en/sylpheed.html
8740                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
8741
8742 2005-09-07 [colin]      1.9.14cvs5
8743
8744         * src/mainwindow.c
8745                 Make labels more to-the-point
8746
8747 2005-09-07 [colin]      1.9.14cvs4
8748
8749         * doc/manual/en/sylpheed-1.html
8750         * doc/manual/en/sylpheed-12.html
8751         * doc/manual/en/sylpheed-13.html
8752         * doc/manual/en/sylpheed-14.html
8753         * doc/manual/en/sylpheed-15.html
8754         * doc/manual/en/sylpheed-16.html
8755         * doc/manual/en/sylpheed-17.html
8756         * doc/manual/en/sylpheed-18.html
8757         * doc/manual/en/sylpheed-19.html
8758         * doc/manual/en/sylpheed-2.html
8759         * doc/manual/en/sylpheed-20.html
8760         * doc/manual/en/sylpheed-21.html
8761         * doc/manual/en/sylpheed-22.html
8762         * doc/manual/en/sylpheed-4.html
8763         * doc/manual/en/sylpheed-5.html
8764         * doc/manual/en/sylpheed-6.html
8765         * doc/manual/en/sylpheed-7.html
8766         * doc/manual/en/sylpheed-8.html
8767         * doc/manual/en/sylpheed-9.html
8768         * doc/manual/en/sylpheed.html
8769                 Update manual
8770
8771 2005-09-07 [colin]      1.9.14cvs3
8772
8773         * doc/faq/en/sylpheed-faq-1.html
8774         * doc/faq/en/sylpheed-faq-2.html
8775         * doc/faq/en/sylpheed-faq-3.html
8776         * doc/faq/en/sylpheed-faq.html
8777                 Update FAQ
8778
8779 2005-09-07 [colin]      1.9.14cvs2
8780
8781         * src/folderview.c
8782         * src/procmsg.c
8783         * src/summaryview.c
8784         * src/toolbar.c
8785                 Fix special subfolders:
8786                 - Inherit parent's icon
8787                 - sent contents of queues subfolders
8788                 - empty subfolders of trashes
8789         * src/mainwindow.c
8790                 Remove outdated manual and faq entries
8791         * src/common/utils.c
8792                 Add quotes around %s coming from mailcap
8793
8794 2005-09-07 [colin]      1.9.14cvs1
8795
8796         * src/compose.c
8797                 After saving draft, set modified to FALSE
8798         * src/mimeview.c
8799         * src/common/utils.c
8800         * src/common/utils.h
8801                 Try to open mime parts using what is 
8802                 indicated in ~/.mailcap or /etc/mailcap,
8803                 if possible.
8804
8805 2005-09-05 [paul]       1.9.14
8806
8807         1.9.14 released
8808
8809         * po/sk.po
8810                 updated by Andrej Kacian
8811
8812 2005-09-05 [paul]       1.9.13cvs83
8813
8814         * po/de.po
8815         * po/es.po
8816         * po/fi.po
8817         * po/fr.po
8818         * po/nb.po
8819         * po/pt_BR.po
8820         * po/sr.po
8821                 updated translations by Thomas Gilgin, Ricardo Mones
8822                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
8823                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
8824
8825 2005-09-04 [paul]       1.9.13cvs82
8826
8827         * src/compose.c
8828                 only warn about exceeded line length limit
8829                 on send
8830
8831 2005-09-04 [paul]       1.9.13cvs81
8832
8833         * src/compose.c
8834                 fix crash in 'line length exceeded' dialogue
8835
8836 2005-09-02 [paul]       1.9.13cvs80
8837
8838         * src/imap.c
8839                 fix bug 795, 'Connection lost IMAP'
8840                 and add statusbar prints
8841                 Patch by Colin
8842
8843 2005-09-02 [paul]       1.9.13cvs79
8844
8845         * src/compose.c
8846                 compose_wrap_paragraph() becomes
8847                 compose_beautify_paragraph()
8848                 Patch by Colin
8849
8850 2005-09-02 [colin]      1.9.13cvs78
8851
8852         * src/folderview.c
8853                 Micro-fix
8854
8855 2005-09-01 [colin]      1.9.13cvs77
8856
8857         * src/imap.c
8858                 Maybe fix bug #795 (Connection lost IMAP)
8859                 Don't try to send logout when we're disconnected.
8860         * src/summaryview.c
8861                 Include locked and marked emails in HRM
8862                 view. Fixes bug #800 (Locked messages no longer 
8863                 show up when hide read messages is used)
8864
8865 2005-09-01 [paul]       1.9.13cvs76
8866
8867         * src/prefs_common.c
8868                 fix bad cutting
8869
8870 2005-08-31 [colin]      1.9.13cvs75
8871
8872         * src/folderview.c
8873         * src/folderview.h
8874         * src/prefs_summaries.c
8875         * src/summaryview.c
8876                 Fix "go to next new", fix preference
8877                 (Open unread/next swapped)
8878
8879 2005-08-31 [paul]       1.9.13cvs74
8880
8881         * src/compose.c
8882         * src/folderview.c
8883         * src/headerview.c
8884         * src/headerview.h
8885         * src/mainwindow.c
8886         * src/prefs_common.c
8887         * src/prefs_common.h
8888         * src/prefs_fonts.c
8889         * src/summaryview.c
8890         * src/textview.c
8891         * src/common/defs.h
8892                 remove obsolete BOLD_FONT setting
8893                 fix font update in headerview and textview
8894                 headers after prefs change
8895                 Patch By Colin
8896
8897 2005-08-31 [paul]
8898
8899         1.9.14-rc4 released
8900
8901 2005-08-30 [colin]      1.9.13cvs73
8902
8903         * src/summaryview.c
8904                 When Hide read messages is selected and we
8905                 refresh the summaryview, don't remove the 
8906                 currently displayed message. Fixes bug #797
8907                 (Summary view reloads when new mail is 
8908                 downloaded in 1.9.14 rc)
8909
8910 2005-08-30 [colin]      1.9.13cvs72
8911
8912         * src/folderview.c
8913                 Fix flickering
8914         * src/mainwindow.c
8915                 Remove useless callback
8916         * src/mimeview.c
8917         * src/gtk/filesel.c
8918         * src/gtk/filesel.h
8919                 Add a filesel_select_file_save_folder() - used by Save All
8920
8921 2005-08-29 [paul]       1.9.13cvs71
8922
8923         * AUTHORS
8924         * src/matcher_parser_parse.y
8925         * src/etpan/imap-thread.c
8926                 fix building on FreeBSD
8927                 Patch by Daniel Gustafson <daniel@hobbit.se>
8928
8929 2005-08-29 [paul]       1.9.13cvs70
8930
8931         * src/plugins/pgpinline/pgpinline.c
8932                 only initialise sig result if it's been handled
8933                 Patch by Colin
8934
8935 2005-08-29 [paul]       1.9.13cvs69
8936         
8937         Patches by Colin:
8938
8939         * src/imap.c
8940         * src/common.utils.c
8941         * src/common/utils.h
8942                 optimisation
8943         * src/stock_pixmap.h
8944                 fix wrong icon reference
8945         * src/pixmaps/trash_btn.xpm
8946                 replace with nicer image
8947
8948 2005-08-28 [colin]      1.9.13cvs68
8949
8950         * src/Makefile.am
8951         * src/stock_pixmap.c
8952         * src/stock_pixmap.h
8953         * src/toolbar.c
8954         * src/pixmaps/trash_btn.xpm
8955                 Add a specific trash xpm for the button
8956
8957 2005-08-28 [colin]      1.9.13cvs67
8958
8959         * src/imap.c
8960                 Fix leak
8961
8962 2005-08-27 [colin]      1.9.13cvs66
8963
8964         * src/imap.c
8965         * src/procmime.c
8966                 Correctly fix "Problem with replies", fixes
8967                 pgpmime encryption too. 
8968
8969 2005-08-27 [colin]      1.9.13cvs65
8970
8971         * src/folder.c
8972         * src/procmsg.c
8973         * src/procmsg.h
8974         * src/summaryview.c
8975                 Fix bug #517 (messages removed from summaryview 
8976                 when moving fails)
8977
8978 2005-08-27 [colin]      1.9.13cvs64
8979
8980         * tools/Makefile.am
8981         * tools/asus_mailled.sh
8982                 Add a script to blink ASUS laptops' mail LED where there
8983                 is unread mail.
8984
8985 2005-08-27 [colin]      1.9.13cvs63
8986
8987         * src/imap.c
8988         * src/etpan/imap-thread.c
8989         * src/etpan/imap-thread.h
8990                 Implement automatic choosing of login method
8991                 Fixes bug #791
8992         * src/gtk/.cvsignore
8993                 Add sylpheed-marshal.[ch]
8994
8995 2005-08-27 [colin]      1.9.13cvs62
8996
8997         * src/common/utils.c
8998                 Fix confusing perror
8999
9000 2005-08-27 [colin]      1.9.13cvs61
9001
9002         * src/toolbar.c
9003         * src/toolbar.h
9004                 Remove A_DELETE, replace it with 
9005                 A_TRASH and A_DELETE_REAL. Automatically
9006                 rewrite config files to replace A_DELETE
9007                 with A_TRASH (no functionality change).
9008                 Fixes half of #794
9009
9010 2005-08-26 [colin]      1.9.13cvs60
9011
9012         * src/procmime.c
9013                 Previous "Problem with replies" fix brought other
9014                 problems, fixing them
9015
9016 2005-08-26 [colin]      1.9.13cvs59
9017
9018         * src/procmime.c
9019                 Fix "Problem with replies". This happened only
9020                 on IMAP...
9021         * src/procmsg.c
9022                 Factorize code a bit
9023         * src/compose.c
9024                 Speed improvement on very long messages (wrapping)
9025                 Fix signature color on Reedit and Redirect
9026                 On Reedit, don't attach pgp-signatures parts, but
9027                 set signing to On.
9028
9029 2005-08-24 [paul]       1.9.13cvs58
9030
9031         * src/compose.c
9032                 don't claim success when clicking
9033                 Cancel on the passphrase box.
9034                 Patch by Colin
9035
9036 2005-08-24 [paul]       1.9.13cvs57
9037
9038         * src/main.c
9039                 fix misplaced sylpheed.log
9040         * src/common/defs.h
9041                 define UIDL_DIR
9042
9043 2005-08-24 [paul]       1.9.13cvs56
9044
9045         * src/imap.c
9046         * src/etpan/imap-thread.c
9047         * src/etpan/imap-thread.h
9048                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9049                 Patch by Colin
9050         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9051         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9052                 remove autogenerated files
9053         * tools/kdeservicemenu/README
9054         * tools/kdeservicemenu/install.sh
9055         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9056         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9057                 use Claws icon, use 'Sylpheed-Claws' in menu,
9058                 use kdialog, and other cleanups
9059
9060 2005-08-23 [paul]       1.9.13cvs55
9061
9062         * src/compose.c
9063                 fix paste/wrap crash
9064                 Patch by Colin
9065
9066 2005-08-23 [paul]       1.9.13cvs54
9067
9068         * src/main.c
9069                 fix crash recovery
9070                 Patch by Colin
9071
9072 2005-08-23 [paul]       1.9.13cvs53
9073
9074         * src/addressbook.c
9075         * src/editaddress.c
9076                 view all data of LDAP contacts
9077                 Patch by Colin
9078
9079 2005-08-23 [paul]       1.9.13cvs52
9080
9081         * src/addressbook.c
9082                 fix issues with the Search field
9083                 Patch by Colin
9084
9085 2005-08-22 [paul]       1.9.13cvs51
9086
9087         * src/folderview.c
9088                 put name of folder in processing dialog
9089                 title
9090         * src/prefs_folder_item.c
9091                 improve english usage
9092
9093 2005-08-22 [paul]       1.9.13cvs50
9094
9095         * src/filtering.c
9096         * src/filtering.h
9097         * src/matcher.c
9098         * src/matcher_parser_lex.l
9099         * src/matcher_parser_parse.y
9100         * src/prefs_filtering.c
9101                 add Filtering/Processing rule names feature.
9102                 (the incompatible old matcherrc is saved as
9103                 matcherrc.pre_names).
9104                 Patch by Colin
9105
9106 2005-08-22 [paul]       1.9.13cvs49
9107
9108         * src/procmsg.c
9109                 fix colour labelling
9110                 Patch by Colin
9111
9112 2005-08-22 [paul]       1.9.13cvs48
9113
9114         * src/textview.c
9115                 fix open_image_cb()
9116
9117 2005-08-22 [paul]       1.9.13cvs47
9118
9119         * src/imap.c
9120                 fix bug 789, 'SC crashes with imap (CVS ver)'
9121                 Patch by Colin
9122
9123 2005-08-22 [paul]       1.9.13cvs46
9124
9125         * src/mimeview.c
9126         * src/prefs_common.c
9127         * src/common/defs.h
9128                 define reused defaults in defs.h
9129         * src/textview.c
9130                 add 'Open image' to image popup menu
9131
9132 2005-08-21 [colin]      1.9.13cvs45
9133
9134         * src/summaryview.c
9135                 Fix bug #788 (Bogus "From" address displayed)
9136
9137 2005-08-20 [colin]      1.9.13cvs44
9138
9139         * src/folder.c
9140                 Fix buf #787 (multilevel delete causes SIGSEGV)
9141
9142 2005-08-19 [colin]      1.9.13cvs43
9143
9144         * src/inc.c
9145         * src/prefs_common.c
9146         * src/prefs_common.h
9147                 Add an hidden pref to allow modifying the
9148                 update stepping in incorporation.
9149                 Patch by wwp.
9150
9151 2005-08-19 [colin]      1.9.13cvs42
9152
9153         * src/compose.c
9154         * src/procmime.c
9155                 Workaround for broken MUAs: encode 
9156                 Content-type: name: as ASCII and 
9157                 Content-Disposition: filename: as
9158                 per rfc2231
9159         * src/prefs_account.c
9160                 Fix invisible-ness of SMTP SSL prefs
9161                 in NNTP accounts
9162
9163 2005-08-19 [paul]       1.9.13cvs41
9164
9165         * src/compose.c
9166         * src/prefs_common.c
9167         * src/prefs_common.h
9168         * src/prefs_wrapping.c
9169                 paste with or without wrapping.
9170                 patch by Colin
9171
9172 2005-08-19 [paul]       1.9.13cvs40
9173
9174         * src/prefs_common.c
9175         * src/prefs_common.h
9176         * src/summaryview.c
9177                 reintroduce enable_swap_from as a
9178                 hidden pref. patch by Colin
9179         * src/quote_fmt_parse.y
9180         * src/plugins/clamav/clamav_plugin.c
9181         * src/plugins/dillo_viewer/dillo_viewer.c
9182         * src/plugins/mathml_viewer/mathml_viewer.c
9183         * src/plugins/pgpcore/sgpgme.c
9184         * src/plugins/pgpinline/pgpinline.c
9185         * src/plugins/pgpmime/pgpmime.c
9186                 tidy up. patch by Colin
9187
9188 2005-08-19 [paul]       1.9.13cvs39
9189
9190         * configure.ac
9191                 complete cvs38's sync
9192         * src/editaddress.c
9193         * src/gedit-print.c
9194         * src/mutt.c
9195         * src/etpan/etpan-log.c
9196         * src/etpan/imap-thread.c
9197         * src/gtk/gtksourceprintjob.c
9198                 fix compilation warnings
9199                 (patch by Colin)
9200
9201 2005-08-19 [paul]       1.9.13cvs38
9202
9203         sync with main:
9204
9205         * src/account.c
9206         * src/action.c
9207         * src/addrbook.c
9208         * src/addrcache.c
9209         * src/addrharvest.c
9210         * src/addrindex.c
9211         * src/codeconv.c
9212         * src/compose.c
9213         * src/crash.c
9214         * src/exporthtml.c
9215         * src/exportldif.c
9216         * src/folder.c
9217         * src/image_viewer.c
9218         * src/inc.c
9219         * src/inc.h
9220         * src/jpilot.c
9221         * src/ldif.c
9222         * src/main.c
9223         * src/matcher.c
9224         * src/mbox.c
9225         * src/messageview.c
9226         * src/mh.c
9227         * src/mimeview.c
9228         * src/msgcache.c
9229         * src/mutt.c
9230         * src/news.c
9231         * src/partial_download.c
9232         * src/pine.c
9233         * src/pop.c
9234         * src/prefs_actions.c
9235         * src/prefs_common.c
9236         * src/prefs_customheader.c
9237         * src/prefs_display_header.c
9238         * src/prefs_gtk.c
9239         * src/prefs_themes.c
9240         * src/procheader.c
9241         * src/procmime.c
9242         * src/procmsg.c
9243         * src/recv.c
9244         * src/send_message.c
9245         * src/simple-gettext.c
9246         * src/sourcewindow.c
9247         * src/textview.c
9248         * src/vcard.c
9249         * src/common/defs.h
9250         * src/common/log.c
9251         * src/common/plugin.c
9252         * src/common/prefs.c
9253         * src/common/session.c
9254         * src/common/session.h
9255         * src/common/socket.c
9256         * src/common/socket.h
9257         * src/common/ssl_certificate.c
9258         * src/common/template.c
9259         * src/common/utils.c
9260         * src/common/utils.h
9261         * src/common/xml.c
9262         * src/gtk/about.c
9263         added wrappers for C library function that
9264                 take pathname arguments.
9265                 enabled compilation with MinGW.
9266                 use GDir instead of directly using opendir().
9267                 added rename_force().
9268
9269 2005-08-19 [paul]       1.9.13cvs37
9270         
9271         patches by Colin:
9272         * src/compose.c
9273                 fix privacy settings on re-editing
9274                 a sent message
9275         * src/jpilot.c
9276                 fix encoding bug
9277         * src/folder.c
9278         * src/procmsg.c
9279         * src/procmsg.h
9280         * src/summaryview.c
9281                 flag changing optimisation
9282
9283 2005-08-18 [martin]     1.9.13cvs36
9284
9285         * commitHelper
9286             added my login
9287         * src/addrcache.c
9288         * src/addrharvest.c
9289         * src/addrindex.c
9290         * src/compose.c
9291         * src/grouplistdialog.c
9292         * src/main.c
9293         * src/mainwindow.c
9294         * src/msgcache.c
9295         * src/mutt.c
9296         * src/pine.c
9297         * src/prefs_account.c
9298         * src/prefs_themes.c
9299         * src/stock_pixmap.c
9300         * src/summaryview.c
9301         * src/gtk/about.c
9302         * src/gtk/logwindow.c
9303             removed deprecated glib and gdk stuff
9304         * src/plugins/pgpcore/select-keys.c
9305             convert attributes from locale to utf8
9306
9307 2005-08-17 [paul]       1.9.13cvs35
9308
9309         * src/account.c
9310         * src/addressbook.c
9311                 use new GTK_STOCK_ icons if available
9312         * src/summaryview.c
9313         * src/gtk/gtksctree.c
9314         * src/gtk/gtksctree.h
9315                 faster range select. patch by Colin
9316
9317 2005-08-17 [paul]       1.9.13cvs34
9318
9319         patches by colin:
9320         * src/addressbook.c
9321         * src/addressitem.h
9322                 Add an edit button for contacts, fix selections
9323                 of gtksctree items
9324         * src/editaddress.c
9325                 Change labels, let Save be always possible in the
9326                 email and user atributes tabs
9327         * src/folderview.c
9328                 fix sort issues
9329         * src/summaryview.c
9330                 select next item instead of the displayed one
9331                 after deletion
9332
9333         * src/gtk/progressdialog.c
9334                 use prefs_common.enable_rules_hint
9335
9336 2005-08-13 [hoa]        1.9.13cvs33
9337
9338         * src/etpan/imap-thread.c
9339                 fixed build on Solaris.
9340
9341 2005-08-10 [colin]      1.9.13cvs32
9342
9343         * src/procmsg.c
9344                 Fix cvs31 (missing fclose before reading
9345                 the file)
9346
9347 2005-08-10 [colin]      1.9.13cvs31
9348
9349         * src/procmsg.c
9350                 Fix procmsg_msginfo_new_from_mimeinfo() when
9351                 the MimeInfo isn't stored in memory. This fixes
9352                 replying to an attached message.
9353
9354 2005-08-10 [colin]      1.9.13cvs30
9355
9356         * src/mainwindow.c
9357                 Fix slowness in account changing
9358
9359 2005-08-10 [colin]      1.9.13cvs29
9360
9361         * src/folder.c
9362         * src/folderutils.c
9363         * src/folderview.c
9364         * src/imap_gtk.c
9365         * src/mainwindow.c
9366         * src/mh_gtk.c
9367         * src/procmsg.c
9368         * src/summaryview.c
9369                 Optimize folder_has_parent_of_type
9370                 Prevent moving special sub-folders from contextual menus
9371                 Rework message a bit ("Empty all messages" -> "Delete all
9372                 messages")
9373                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9374                 and "Deleted Items" folders)
9375
9376 2005-08-08 [colin]      1.9.13cvs28
9377
9378         * src/summaryview.c
9379         * src/prefs_summaries.c
9380                 Make "Select first unread|new" more flexible
9381                 (just prioritize new or unread)
9382
9383 2005-08-08 [colin]      1.9.13cvs27
9384
9385         * src/summaryview.c
9386                 If "select first new" is selected and there only
9387                 are unread messages, fallback to "select first
9388                 unread".
9389
9390 2005-08-08 [colin]      1.9.13cvs26
9391
9392         * src/folder.c
9393                 Fix shameful bugs (and bug #779)
9394
9395 2005-08-08 [colin]      1.9.13cvs25
9396
9397         * src/folder.c
9398         * src/folder.h
9399                 Cache parents' type to make folder_has_parent_of_type
9400                 faster
9401         * src/folderview.c
9402                 Forbid DnD of special sub-folders
9403         * src/procmsg.c
9404         * src/procmsg.h
9405                 Add MAIL_POSTFILTERING_HOOK
9406         * src/summaryview.c
9407                 Revert over-zealous deletion of the use_addr_book 
9408                 code
9409
9410 2005-08-07 [colin]      1.9.13cvs24
9411
9412         * src/folder.c
9413                 Fix big mistake (passing MsgInfo instead 
9414                 of FolderItem)
9415
9416 2005-08-07 [colin]      1.9.13cvs23
9417
9418         * src/compose.c
9419         * src/folder.c
9420         * src/folder.h
9421         * src/foldersel.c
9422         * src/folderutils.c
9423         * src/folderview.c
9424         * src/imap.c
9425         * src/mainwindow.c
9426         * src/messageview.c
9427         * src/mh.c
9428         * src/msgcache.c
9429         * src/procmime.c
9430         * src/summaryview.c
9431                 Make subfolders of Drafts, Queue, Outbox, Trash
9432                 work like their parents. 
9433                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9434
9435 2005-08-07 [colin]      1.9.13cvs22
9436
9437         * src/addressbook.c
9438                 Fix bug #771 (Dragged contacts not saved)
9439
9440 2005-08-07 [paul]       1.9.13cvs21
9441
9442         * src/summaryview.c
9443                 fix bug 32 'Search Doesn't display results
9444                 if "Hide Read Messages" is chosen'
9445                 be more literal in interpreting 'Hide read
9446                 messages'
9447
9448 2005-08-07 [colin]      1.9.13cvs20
9449
9450         * src/folderview.c
9451                 Add debug
9452         * src/summaryview.c
9453                 Faster 'unthread_for_execution'
9454
9455 2005-08-06 [paul]       1.9.13cvs19
9456
9457         * src/mainwindow.c
9458                 add mnemonics to Set displayed columns
9459                 fix bug where msgview_visible option was
9460                 overwritten as TRUE on startup
9461
9462 2005-08-06 [paul]       1.9.13cvs18
9463
9464         * src/mainwindow.c
9465                 refer to 'displayed columns in folder/message
9466                 list' not 'displayed items in summary/message view'
9467         * src/prefs_display_header.c
9468                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9469                 be consistent with similar dialogues
9470         * src/prefs_folder_column.c
9471         * src/prefs_summary_column.c
9472                 'columns' not 'items', and folder and message lists,
9473                 instead of folder and summary views;
9474                 Use 'Hidden columns' as list heading not 'Available
9475                 items';
9476                 move the 'Remove' button to the right hand side;
9477                 top-align the buttons;
9478                 remove unneeded vbox
9479         * src/prefs_summaries.c
9480                 put the 2 column prefs buttons in a frame to reduce
9481                 overall width; refer to columns not items &c.
9482
9483 2005-08-05 [colin]      1.9.13cvs17
9484
9485         * src/prefs_common.c
9486         * src/prefs_common.h
9487         * src/mainwindow.c
9488         * src/compose.c
9489         * src/messageview.c
9490                 Add an hidden toolbar_detachable pref, so
9491                 that I can get rid of these painful handles
9492                 in the toolbars. Defaults to TRUE to avoid
9493                 changing the GUI on unsuspecting people...
9494
9495 2005-08-05 [colin]      1.9.13cvs16
9496
9497         * src/Makefile.am
9498         * src/prefs_folder_column.c
9499         * src/prefs_folder_column.h
9500                 Add prefs for folder columns
9501         * src/folderview.c
9502         * src/folderview.h
9503         * src/mainwindow.c
9504         * src/mainwindow.h
9505         * src/prefs_common.c
9506         * src/prefs_common.h
9507         * src/prefs_summaries.c
9508                 Use them
9509         * src/prefs_summary_column.c
9510         * src/summaryview.c
9511         * src/summaryview.h
9512                 Add a To column
9513         * src/textview.c
9514         * src/common/utils.c
9515         * src/common/utils.h
9516                 Move uri colourisation functions
9517                 to utils
9518         * src/compose.c
9519                 Colourise URIs
9520         * src/imap.c
9521                 Fix bug with LIST where we'd try
9522                 to get Folder//////[...]/// 
9523
9524 2005-08-05 [paul]       1.9.13cvs15
9525
9526         * src/prefs_summaries.c
9527                 improve the English usage
9528         * src/summaryview.c
9529                 set font on column change
9530                 thanks to Colin
9531
9532 2005-08-05 [paul]       1.9.13cvs14
9533
9534         * src/prefs_common.c
9535         * src/prefs_common.h
9536         * src/prefs_summaries.c
9537         * src/summaryview.c
9538                 replace 'open_unread_on_enter' option with
9539                 'select_on_entry' option. opening/not opening
9540                 is now exclusively controlled by 'always_show_msg'
9541
9542 2005-08-04 [colin]      1.9.13cvs13
9543
9544         * src/compose.c
9545                 Remove dead code
9546                 Add colourisation of quotes and signatures
9547         * src/folderview.c
9548                 Fix possible crashes
9549         * src/messageview.c
9550                 Change an assert that is no problem
9551         * src/news.c
9552         * src/news_gtk.c
9553         * src/news_gtk.h
9554                 Fix offline mode
9555         * src/gtk/quicksearch.c
9556                 Fix a possible crash
9557
9558 2005-08-03 [colin]      1.9.13cvs12
9559
9560         * src/prefs_account.c
9561                 Fix bug #777 (Sylpheed crash in account configuration)
9562
9563 2005-08-03 [colin]      1.9.13cvs11
9564
9565         * src/addressbook.c
9566         * src/editaddress.c
9567         * src/editgroup.c
9568                 Fixing addressbook, round 2
9569         * src/textview.c
9570                 Fix emphasis color on rechecking 'Colorize messages'
9571
9572 2005-08-03 [paul]       1.9.13cvs10
9573
9574         sync with main
9575
9576         * src/addr_compl.c
9577         * src/compose.c
9578         * src/main.c
9579         * src/pop.c
9580         * src/prefs_account.c
9581         * src/procmime.c
9582         * src/procmsg.c
9583         * src/quote_fmt_parse.y
9584         * src/textview.c
9585         * src/common/quoted-printable.c
9586         * src/common/utils.c
9587         * src/common/utils.h
9588         * src/common/xml.c
9589                 replaced incorrect locale-independent
9590                 ctype functions with GLib's. Corrected
9591                 signedness mismatch.
9592         * src/headerview.c
9593                 headerview_create(): added spacing for vbox.
9594         * src/gtk/about.c
9595                 set focus to the OK button.
9596
9597 2005-08-03 [colin]      1.9.13cvs9
9598
9599         * src/folderview.c
9600                 Fix possible crash
9601
9602 2005-08-02 [colin]      1.9.13cvs8
9603
9604         * src/mainwindow.c
9605                 Fix cast
9606         * src/addressbook.c
9607         * src/addressitem.h
9608                 Fix a cast and more generally, try to make the
9609                 GUI more intuitive and consistent (round 1)
9610
9611 2005-08-02 [paul]       1.9.13cvs7
9612
9613         * src/folder.h
9614                 missing in 1.9.13cvs6
9615
9616 2005-08-02 [colin]      1.9.13cvs6
9617
9618         * src/folder.c
9619                 Fix one more leak
9620
9621 2005-08-02 [colin]      1.9.13cvs5
9622
9623         * src/folder.c
9624         * src/folderview.c
9625         * src/imap.c
9626         * src/main.c
9627         * src/mbox.c
9628         * src/procmsg.c
9629         * src/summaryview.c
9630                 Fix a number of folder_item_get_msg_list()-related
9631                 leaks (missing procmsg_msginfo_free()s)
9632
9633 2005-08-01 [colin]      1.9.13cvs4
9634
9635         * src/folderview.c
9636         * src/folderview.h
9637         * src/mainwindow.c
9638         * src/prefs_fonts.c
9639         * src/prefs_summaries.c
9640         * src/prefs_themes.c
9641         * src/summaryview.c
9642         * src/summaryview.h
9643         * src/textview.c
9644         * src/textview.h
9645                 Fix instant-apply of summary and folderview-related prefs
9646                 Fix erroneous g_free and alertpanels in prefs_theme
9647                 Add instant-apply for fonts
9648                 Defer applying of prefs a little bit so it's done only
9649                 once even if requested by multiples prefs pages
9650
9651 2005-08-01 [paul]       1.9.13cvs3
9652
9653         * src/main.c
9654                 fix bug 776 'S.C. crashes on close'
9655                 thanks to Colin
9656         * src/etpan/etpan-thread-manager-types.h
9657                 add missing include
9658                 thanks to Hoa
9659
9660 2005-07-25 [paul]       1.9.13cvs2
9661
9662         * src/summaryview.c
9663                 fix typos. spotted by Fabien Vantard
9664
9665 2005-07-24 [paul]       1.9.13cvs1
9666
9667         * doc/man/sylpheed.1
9668                 update man page, incorporating fix of
9669                 bug 769 'Typo in manpage'
9670         * src/etpan/imap-thread.c
9671                 fix NetBSD openssl dependencies. patch by
9672                 George Michaelson <ggm@apnic.net>
9673         * po/pt_BR.po
9674                 updated by Frederico Goncalves Guimaraes
9675
9676 2005-07-22 [paul]       1.9.13
9677
9678         1.9.13 release
9679
9680 2005-07-22 [paul]       1.9.12cvs91
9681
9682         * AUTHORS
9683         * INSTALL
9684         * README.claws
9685         * RELEASE_NOTES.claws
9686                 updated for release
9687         * configure.ac
9688         * po/nb.po
9689         * tools/claws.i18n.status.pl
9690                 add Norwegian translation. submiited by
9691                 Geir Helland <pjallabais@users.sourceforge.net>
9692         * po/ca.po
9693         * po/de.po
9694         * po/es.po
9695         * po/fi.po
9696         * po/fr.po
9697         * po/it.po
9698         * po/sk.po
9699         * po/sr.po
9700         * po/zh_CN.po
9701                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9702                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
9703                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
9704                 Yang Guilong
9705         * src/plugins/clamav/clamav_plugin_gtk.c
9706         * src/plugins/spamassassin/spamassassin_gtk.c
9707                 replace outdated description strings
9708
9709 2005-07-21 [colin]      1.9.12cvs90
9710
9711         * src/folder.c
9712                 Set folder to batch mode when scanning it. Makes deletion
9713                 of unread mails on IMAP much faster (due to the UNREAD 
9714                 flag unsetting)
9715
9716 2005-07-21 [darko]      1.9.12cvs89
9717
9718         * configure.ac
9719                 link against libresolv if necessary (patch by Paul)
9720         * src/msgcache.c
9721                 use glib's portable macros to determine endianness
9722
9723 2005-07-21 [paul]       1.9.12cvs88
9724
9725         * src/crash.c
9726         * src/gtk/about.c
9727                 update compiled-in features list
9728
9729 2005-07-20 [colin]      1.9.12cvs87
9730
9731         * src/folder.c
9732         * src/textview.c
9733                 Gcc 2.9x compilation fixes, thanks to Darko
9734         * src/plugins/clamav/clamav_plugin.c
9735                 Little optimisation: load virus database only once
9736         * src/plugins/spamassassin/spamassassin.c
9737                 Big optimisation: filtering one mail took at least 1 second,
9738                 now it takes at least 50ms. Doesn't speed up spamassassin 
9739                 itself, but should already be much more tolerable.
9740
9741 2005-07-20 [colin]      1.9.12cvs86
9742
9743         * src/summaryview.c
9744                 Fix performance issue
9745
9746 2005-07-19 [colin]      1.9.12cvs85
9747
9748         * src/plugins/pgpinline/plugin.c
9749                 Fix warning
9750
9751 2005-07-19 [colin]      1.9.12cvs84
9752
9753         * configure.ac
9754         * src/plugins/Makefile.am
9755         * src/plugins/pgpinline/.cvsignore
9756         * src/plugins/pgpinline/Makefile.am
9757         * src/plugins/pgpinline/pgpinline.c
9758         * src/plugins/pgpinline/pgpinline.deps
9759         * src/plugins/pgpinline/pgpinline.h
9760         * src/plugins/pgpinline/plugin.c
9761                 Put pgpinline in the main tree
9762
9763 2005-07-19 [paul]       1.9.12cvs83
9764
9765         * src/prefs_actions.c
9766                 prevent '//' in menu names, which cause a crash
9767                 thanks to Colin
9768
9769 2005-07-19 [paul]       1.9.12cvs82
9770
9771         * configure.ac
9772                 be generally more informative in configure output.
9773                 OpenSSL: correction: '[ --enable-openssl ...' -> 
9774                 '[ --disable-openssl ...', as --enable-openssl is default
9775                 PGP/MIME: don't check for GPGME again, check for
9776                 pgpcore instead. Therefore prevent the possibility of
9777                 attempting to build pgpmime if pgpcore dependencies are
9778                 not met
9779                 ClamAV: use pkgconfig to check for lib
9780                 libgnomeprint: revert logic on inner test to match
9781                 everything else
9782         * src/plugins/pgpcore/sgpgme.c
9783                 add missing include
9784
9785 2005-07-19 [colin]      1.9.12cvs81
9786
9787         * src/summaryview.c
9788                 Fix slow thread rebuilding in particular
9789                 cases
9790
9791 2005-07-19 [paul]       1.9.12cvs80
9792
9793         * sylpheed-claws.desktop
9794                 fix typo, spotted by Stephan Sachse
9795         * src/account.c
9796                 replace GTK_STOCK_ADD with
9797                 GTK_STOCK_NEW button
9798
9799 2005-07-18 [colin]      1.9.12cvs79
9800
9801         * src/etpan/imap-thread.c
9802                 Fix return value (Thanks Hoa)
9803
9804 2005-07-18 [colin]      1.9.12cvs78
9805
9806         * src/imap.c
9807                 Allow empty passwords
9808                 Create drafts/queue/outbox if necessary
9809         * src/summaryview.c
9810                 Remove old code
9811         * src/etpan/imap-thread.c
9812                 Fix STARTTLS (Thanks to Hoa)
9813
9814 2005-07-18 [paul]       1.9.12cvs77
9815
9816         * ChangeLog-gtk2.jp
9817         * ChangeLog.jp
9818                 removed
9819         * Makefile.am
9820                 updated to reflect additions and removals
9821         * TODO
9822                 updated to be claws-specific
9823         * TODO-gtk2
9824         * TODO-gtk2.jp
9825         * TODO.jp
9826         * sylpheed-128x128.png
9827         * sylpheed-64x64.png
9828                 removed
9829         * sylpheed-claws-128x128.png
9830         * sylpheed-claws-64x64.png
9831         * sylpheed-claws.desktop
9832         * sylpheed-claws.png
9833                 added
9834         * sylpheed.desktop
9835         * sylpheed.png
9836                 removed
9837
9838 2005-07-17 [paul]       1.9.12cvs76
9839
9840         * src/account.c
9841         * src/addressbook.c
9842         * src/alertpanel.c
9843         * src/alertpanel.h
9844         * src/compose.c
9845         * src/exphtmldlg.c
9846         * src/expldifdlg.c
9847         * src/folderview.c
9848         * src/imap_gtk.c
9849         * src/inc.c
9850         * src/message_search.c
9851         * src/messageview.c
9852         * src/mh_gtk.c
9853         * src/news_gtk.c
9854         * src/prefs_actions.c
9855         * src/prefs_filtering.c
9856         * src/prefs_matcher.c
9857         * src/prefs_template.c
9858         * src/prefs_themes.c
9859         * src/ssl_manager.c
9860         * src/summary_search.c
9861         * src/textview.c
9862         * src/toolbar.c
9863         * src/gtk/sslcertwindow.c
9864         * src/plugins/pgpcore/sgpgme.c
9865                 rework alertpanels
9866
9867 2005-07-17 [colin]      1.9.12cvs75
9868
9869         * src/privacy.c
9870                 add a PrivacySystem accessor that checks that
9871                 the system cached in a MimeInfo's privacydata
9872                 is still registered. Use this accessor instead
9873                 of directly using data->system. Fixes crashes
9874                 after unloading pgp plugins.
9875
9876 2005-07-17 [colin]      1.9.12cvs74
9877
9878         * src/alertpanel.c
9879                 Change geometry hints to a simple default size.
9880                 Fixes the certs dialogs.
9881
9882 2005-07-17 [colin]      1.9.12cvs73
9883
9884         * src/gtk/sslcertwindow.c
9885                 Use a gtkExpander
9886
9887 2005-07-17 [colin]      1.9.12cvs72
9888
9889         * src/plugins/pgpcore/Makefile.am
9890         * src/plugins/pgpmime/Makefile.am
9891                 Add gpgme libs
9892
9893 2005-07-17 [paul]       1.9.12cvs71
9894
9895         * configure.ac
9896                 add --disable-gnomeprint option
9897                 modified version of patch by Marius Mauch
9898
9899 2005-07-17 [paul]       1.9.12cvs70
9900
9901         * src/common/defs.h
9902                 update urls
9903         * src/account.c
9904         * src/action.c
9905         * src/addressbook.c
9906         * src/compose.c
9907         * src/foldersel.c
9908         * src/folderview.c
9909         * src/html.c
9910         * src/imap_gtk.c
9911         * src/main.c
9912         * src/mainwindow.c
9913         * src/messageview.c
9914         * src/mh_gtk.c
9915         * src/mimeview.c
9916         * src/news_gtk.c
9917         * src/prefs_account.c
9918         * src/prefs_send.c
9919         * src/prefs_summaries.c
9920         * src/procmsg.c
9921         * src/summaryview.c
9922         * src/common/utils.c
9923         * src/common/xml.c
9924         * src/plugins/pgpcore/passphrase.c
9925         * src/plugins/pgpcore/select-keys.c
9926                 replace inappropriately used backticks
9927                 with single quotes
9928
9929 2005-07-16 [colin]      1.9.12cvs69
9930
9931         * src/image_viewer.c
9932                 Add extra paranoid checks
9933
9934 2005-07-16 [colin]      1.9.12cvs68
9935
9936         * src/plugins/pgpcore/prefs_gpg.c
9937                 Don't auto-check sigs by default, as it
9938                 can be really slow.
9939
9940 2005-07-16 [colin]      1.9.12cvs67
9941
9942         * src/plugins/pgpcore/sgpgme.c
9943                 Make messages a bit better.
9944
9945 2005-07-16 [colin]      1.9.12cvs66
9946
9947         * src/imap.c
9948                 Remove pseudo-log
9949         * src/etpan/imap-thread.c
9950                 Add real log
9951
9952 2005-07-16 [colin]      1.9.12cvs65
9953
9954         * src/main.c
9955         * src/prefs_other.c
9956                 And now, fix build with libetpan :-/
9957
9958 2005-07-15 [colin]      1.9.12cvs64
9959
9960         * src/prefs_other.c
9961                 Continue fixing build without libetpan.
9962
9963 2005-07-15 [colin]      1.9.12cvs63
9964
9965         * src/main.c
9966                 Fix build with --disable-libetpan
9967
9968 2005-07-15 [colin]      1.9.12cvs62
9969
9970         * configure.ac
9971                 Bump libetpan's version
9972
9973 2005-07-15 [colin]      1.9.12cvs61
9974
9975         * src/etpan/imap-thread.c
9976                 Actually stop logging :)
9977
9978 2005-07-15 [colin]      1.9.12cvs60
9979
9980         * src/addressbook.c
9981                 Fix dnd of multiple addresses.
9982
9983 2005-07-15 [hoa]        1.9.12cvs59
9984
9985         * src/etpan/imap-thread.c
9986             disable login of IMAP password in libetpan log file.
9987
9988 2005-07-15 [paul]       1.9.12cvs58
9989
9990         * src/account.c
9991                 don't automatically sort
9992                 do allow drag n drop
9993
9994 2005-07-15 [paul]       1.9.12cvs57
9995
9996         * src/account.c
9997         * src/ssl_manager.c
9998                 alphabetical listing
9999
10000 2005-07-15 [paul]       1.9.12cvs56
10001
10002         * src/gtk/pluginwindow.c
10003                 sort plugin list alphabetically
10004
10005 2005-07-15 [paul]       1.9.12cvs55
10006
10007         * src/prefs_spelling.c
10008         * src/prefs_wrapping.c
10009                 unify English usage
10010
10011 2005-07-15 [colin]      1.9.12cvs54
10012
10013         * src/wizard.c
10014                 Typo fix
10015
10016 2005-07-15 [paul]       1.9.12cvs53
10017
10018         * src/prefs_message.c
10019                 make 'show cursor' a hidden option
10020
10021 2005-07-14 [colin]      1.9.12cvs52
10022
10023         * src/plugins/spamassassin/Makefile.am
10024         * src/plugins/clamav/Makefile.am
10025                 Fix double EXTRA_DISTs
10026
10027 2005-07-14 [colin]      1.9.12cvs51
10028
10029         * src/plugins/clamav/Makefile.am
10030         * src/plugins/clamav/clamav_plugin_gtk.deps
10031         * src/plugins/spamassassin/Makefile.am
10032         * src/plugins/spamassassin/spamassassin_gtk.deps
10033                 Make $plugin_gtk depend on $plugin
10034
10035 2005-07-14 [hoa]        1.9.12cvs50
10036
10037         * src/etpan/imap-thread.c
10038                 enable debug log of libetpan when running with --debug
10039
10040 2005-07-14 [colin]      1.9.12cvs49
10041
10042         * configure.ac
10043         * src/common/Makefile.am
10044         * src/common/plugin.c
10045         * src/common/plugin.h
10046                 Add a little plugin dependancy system.
10047                 Plugins can ship a $plugin_name.deps file
10048                 (near them in PLUGINDIR) so that their
10049                 dependancies are loaded if possible.
10050         * src/plugins/Makefile.am
10051         * src/plugins/pgpcore/Makefile.am
10052         * src/plugins/pgpcore/passphrase.c
10053         * src/plugins/pgpcore/passphrase.h
10054         * src/plugins/pgpcore/plugin.c
10055         * src/plugins/pgpcore/prefs_gpg.c
10056         * src/plugins/pgpcore/prefs_gpg.h
10057         * src/plugins/pgpcore/select-keys.c
10058         * src/plugins/pgpcore/select-keys.h
10059         * src/plugins/pgpcore/sgpgme.c
10060         * src/plugins/pgpcore/sgpgme.h
10061                 Introduce pgpcore, used by pgpmime and
10062                 pgpinline
10063         * src/plugins/pgpmime/Makefile.am
10064         * src/plugins/pgpmime/passphrase.c
10065         * src/plugins/pgpmime/passphrase.h
10066         * src/plugins/pgpmime/pgpmime.c
10067         * src/plugins/pgpmime/pgpmime.deps
10068         * src/plugins/pgpmime/plugin.c
10069         * src/plugins/pgpmime/prefs_gpg.c
10070         * src/plugins/pgpmime/prefs_gpg.h
10071         * src/plugins/pgpmime/select-keys.c
10072         * src/plugins/pgpmime/select-keys.h
10073         * src/plugins/pgpmime/sgpgme.c
10074         * src/plugins/pgpmime/sgpgme.h
10075                 Remove the core from pgpmime and add the
10076                 dependancy to pgpcore.
10077
10078 2005-07-14 [paul]       1.9.12cvs48
10079
10080         * src/stock_pixmap.c
10081                 forgot this in last commit
10082
10083 2005-07-14 [paul]       1.9.12cvs47
10084
10085         * src/account.c
10086         * src/addressbook.c
10087                 add accelerators for the buttons (sync with main)
10088         * src/compose.c
10089         * src/compose.h
10090                 add accelerators for the buttons.
10091                 fix editing with external editor.
10092                 replace gdk_input_*() with GIOChannel;
10093                 (sync with main)
10094         * src/foldersel.c
10095                 display folder names with new/unread
10096                 representation (sync with main)
10097         * src/main.c
10098                 specify default window icon (sync with main)
10099         * src/prefs_common.c
10100                 use_addr_book default to FALSE
10101         * src/summaryview.c
10102         * src/textview.c
10103                 add accelerators for the buttons (sync with main)
10104         * src/gtk/menu.c
10105                 fix typos
10106         * src/pixmaps/sylpheed_icon.xpm
10107                 updated
10108
10109 2005-07-13 [paul]       1.9.12cvs46
10110
10111         * src/plugins/pgpmime/pgpmime.c
10112         * src/plugins/pgpmime/sgpgme.c
10113                 (temporarily) use deprecated gpgme_data_rewind()
10114                 while largefile support is not present
10115                 (as suggested by Colin)
10116
10117 2005-07-13 [paul]       1.9.12cvs45
10118
10119         * configure.ac
10120                 remove large file support (for now):
10121                 it breaks too many things
10122
10123 2005-07-13 [paul]       1.9.12cvs44
10124
10125         * configure.ac
10126                 add large file support
10127         * src/html.c
10128                 fix bug #763 where href attribute was not
10129                 the very first attribute of a link
10130                 patch by Thomas Gilgin
10131
10132 2005-07-13 [colin]      1.9.12cvs43
10133
10134         * src/gtk/pluginwindow.c
10135                 Little portability fix
10136
10137 2005-07-13 [colin]      1.9.12cvs42
10138
10139         * src/plugins/pgpmime/sgpgme.c
10140                 Fix crasher.
10141
10142 2005-07-13 [colin]      1.9.12cvs41
10143
10144         * src/plugins/pgpmime/pgpmime.c
10145         * src/plugins/pgpmime/sgpgme.c
10146                 Use gpgme_data_release_and_get_mem instead
10147                 of gpgme_data_read.
10148
10149 2005-07-13 [colin]      1.9.12cvs40
10150
10151         * configure.ac
10152         * src/plugins/pgpmime/passphrase.c
10153         * src/plugins/pgpmime/passphrase.h
10154         * src/plugins/pgpmime/pgpmime.c
10155         * src/plugins/pgpmime/plugin.c
10156         * src/plugins/pgpmime/select-keys.c
10157         * src/plugins/pgpmime/select-keys.h
10158         * src/plugins/pgpmime/sgpgme.c
10159         * src/plugins/pgpmime/sgpgme.h
10160                 Port pgpmime to gpgme-1.0.
10161
10162 2005-07-12 [paul]       1.9.12cvs39
10163
10164         * AUTHORS
10165         * src/toolbar.c
10166         * src/toolbar.h
10167                 add a 'Go to Prev' button to the toolbar.
10168                 correct tooltip text of go to buttons.
10169                 based on patch by Yang Guilong <bamanzi@gmail.com>
10170
10171 2005-07-12 [colin]      1.9.12cvs38
10172
10173         * src/statusbar.c
10174                 Fix progress bar showing stuff at startup.
10175
10176 2005-07-12 [paul]       1.9.12cvs37
10177
10178         * src/editjpilot.c
10179                 fix building with jpilot support
10180
10181 2005-07-11 [colin]      1.9.12cvs36
10182
10183         * src/inc.c
10184                 Add visual indication that filtering is running
10185         * src/textview.c
10186                 Make {}[] uri delimiters
10187         * src/summaryview.c
10188                 Remove useless (and slow) calls
10189
10190 2005-07-11 [paul]       1.9.12cvs35
10191
10192         * src/plugins/clamav/clamav_plugin_gtk.c
10193         * src/plugins/dillo_viewer/dillo_prefs.c
10194         * src/plugins/pgpmime/prefs_gpg.c
10195         * src/plugins/spamassassin/spamassassin_gtk.c
10196                 gather plugins prefs together under their
10197                 own 'Plugins' heading
10198
10199 2005-07-11 [paul]       1.9.12cvs34
10200
10201         sync with main
10202
10203         * src/account.c
10204                 account_delete(): modified alert dialog
10205         * src/editjpilot.c
10206         * src/editvcard.c
10207                 fixed a crash when cancelling file selection
10208                 dialog by Escape key. Made non-ascii filename
10209                 selectable.
10210         * src/prefs_template.c
10211                 prefs_template_window_create(): make scrolled
10212                 window policy AUTOMATIC
10213
10214 2005-07-10 [hoa]        1.9.12cvs33
10215
10216         * src/etpan/imap-thread.c
10217                 workaround for old Courier IMAP servers.
10218
10219 2005-07-10 [colin]      1.9.12cvs32
10220
10221         * src/folder.c
10222         * src/statusbar.c
10223         * src/statusbar.h
10224                 Add visual progress indicator on filtering/processing
10225                 Factorize the progress bar code
10226         * src/imap.c
10227         * src/imap.h
10228         * src/etpan/imap-thread.c
10229                 Add a reference counter to avoid destroying the Folder
10230                 while it's in use by another callback.
10231
10232 2005-07-09 [hoa]        1.9.12cvs31
10233
10234         * src/imap.c
10235         * src/etpan/imap-thread.c
10236                 fixed deadlock when removing IMAP account.
10237
10238 2005-07-08 [colin]      1.9.12cvs30
10239
10240         * src/textview.c
10241         * src/unmime.c
10242                 Fix again problems decoding broken headers
10243         * src/gtk/inputdialog.c
10244                 Fix local variable shadowing a global one
10245
10246 2005-07-08 [colin]      1.9.12cvs29
10247
10248         * src/msgcache.c
10249                 Make the cache/mark files platform-agnostic by writing
10250                 them in little-endian format. Reading them is also done
10251                 in little-endian format, of course; however, in order
10252                 to avoid trashing mark data on big-endian machines, the
10253                 files are, at first, read from the native format if the
10254                 little-endian one doesn't exist. This is easy to deter-
10255                 mine by trying to open a file with a swapped data_ver
10256                 and seeing if it's the wanted version.
10257                 Little-endian using users should see absolutely no
10258                 difference, Big-endian users may get a very little
10259                 performance drop due to byte-swapping.
10260                 Tested on i386 and ppc32. 
10261                 Fixes bug #159 (The index file, in the mailboxes, is 
10262                 hardware depending).
10263
10264                 To have the cache/mark files updated to the new little-
10265                 endian format, "Check for new messages" or even
10266                 "Rebuild folder tree" aren't enough. Files will be
10267                 updated as soon as a folder has been opened/closed.
10268                 To update everything, just select all folders by
10269                 selecting them one by one.
10270
10271 2005-07-07 [colin]      1.9.12cvs28
10272
10273         * src/imap.c
10274                 Remember the folder separator per IMAPFolder
10275                 instead of globally.
10276                 Revive the Session on noop; fixes bug #761
10277                 (mark a bunch of unread messages as read takes 
10278                 forever)
10279
10280 2005-07-07 [darko]      1.9.12cvs27
10281
10282         * src/common/template.c
10283                 Sort templates alphabetically
10284
10285 2005-07-06 [colin]      1.9.12cvs26
10286
10287         * src/imap.c
10288                 Try to use the correct separator in
10289                 most cases. Possibly fixes bug #759
10290                 (only creates the INBOX folder when 
10291                 setting up new IMAP account) and 
10292                 bug #760 (Can't retrieve messages)
10293
10294 2005-07-06 [colin]      1.9.12cvs25
10295
10296         * src/imap.c
10297                 Use real_path in status command. This will
10298                 help later, when namespaces will be used.
10299
10300 2005-07-06 [colin]      1.9.12cvs24
10301
10302         * configure.ac
10303         * src/account.c
10304         * src/folder.c
10305         * src/imap.c
10306         * src/etpan/etpan-log.c
10307         * src/etpan/etpan-thread-manager.c
10308         * src/etpan/imap-thread.c
10309                 Add a --disable-libetpan parameter. With this,
10310                 users that don't want IMAP4 support can avoid
10311                 the new dependancy (and have no IMAP support).
10312                 Users that have IMAP4 accounts and use this
10313                 parameter won't lose their configuration, their
10314                 IMAP accounts will just be invisible and not
10315                 used.
10316         * src/textview.c
10317                 Make the "Copy ..." contextual menu items 
10318                 copy to both the X clipboard and the gtk 
10319                 clipboard - as most other apps do.
10320         * src/gtk/about.c
10321                 Add a notice about OpenSSL usage, in order to
10322                 comply with OpenSSL's license (point 6):
10323                 http://www.openssl.org/source/license.html
10324
10325 2005-07-06 [colin]      1.9.12cvs23
10326
10327         * src/alertpanel.c
10328                 Fix a minimum size for alertpanels
10329         * src/compose.c
10330                 Show 'No space left on device' type errors
10331                 when queuing/sending
10332         * src/imap_gtk.c
10333         * src/mh_gtk.c
10334                 Rework folder's deletion message (remove 
10335                 extra \n)
10336
10337 2005-07-05 [colin]      1.9.12cvs22
10338
10339         * src/imap.c
10340                 Add an alertpanel on auth error
10341                 Add pseudo-log
10342                 Remove pthread-related stuff
10343
10344 2005-07-05 [colin]      1.9.12cvs21
10345
10346         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10347                 Fix crash on plugin reloading (with a hack)
10348
10349 2005-07-05 [colin]      1.9.12cvs20
10350
10351         * src/prefs_account.c
10352         * src/prefs_account.h
10353                 Fix typo
10354         * src/gtk/filesel.c
10355         * src/gtk/filesel.h
10356                 Add a way to filter the view
10357         * src/gtk/pluginwindow.c
10358                 Filter loadable stuff
10359         * src/plugins/pgpmime/prefs_gpg.c
10360                 Fix missing unregistration
10361         * .cvsignore
10362         * src/etpan/.cvsignore
10363         * src/plugins/spamassassin/.cvsignore
10364                 Add more stuff to cvs ignored files
10365
10366 2005-07-04 [colin]      1.9.12cvs19
10367
10368         * src/imap.c
10369                 Fix scan_required returning FALSE when it
10370                 shouldn't. Maybe fix #760 (Can't retrieve
10371                 messages)
10372
10373 2005-07-04 [colin]      1.9.12cvs18
10374
10375         * src/summaryview.c
10376                 Fix always_show_msg pref
10377
10378 2005-07-04 [paul]       1.9.12cvs17
10379
10380         sync with main (forgotten in last commit)
10381         
10382         * src/common/utils.c
10383         * src/common/utils.h
10384                 check_line_length(): new.
10385                 is_dir_exist()
10386                 is_file_entry_exist()
10387                 dirent_is_regular_file()
10388                 dirent_is_directory(): use g_file_test() instead of stat().
10389
10390 2005-07-04 [paul]       1.9.12cvs16
10391
10392         sync with main:
10393
10394         * src/compose.c
10395                 compose_write_to_file(): check for line
10396                 length limit and display warning if exceeds
10397         * src/jpilot.c
10398                 use get_home_dir() instead of g_get_home_dir()
10399         * src/procheader.c
10400                 removed warning about invalid date
10401         * src/vcard.c
10402                 use get_home_dir() instead of g_get_home_dir()
10403
10404 2005-07-04 [paul]       1.9.12cvs15
10405
10406         * src/stock_pixmap.c
10407                 fix new pixmap naming errors
10408                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10409
10410 2005-07-04 [colin]      1.9.12cvs14
10411
10412         * src/imap.c
10413                 Fix debugging string with a warning
10414
10415 2005-07-04 [colin]      1.9.12cvs13
10416
10417         * configure.ac
10418                 Add a check for libetpan's version (>= 0.37)
10419
10420 2005-07-04 [hoa]        1.9.12cvs12
10421
10422         * commitHelper
10423         * src/imap.c
10424         * src/etpan/imap-thread.c
10425         * src/etpan/imap-thread.h
10426                 fixed IMAP implementation of check of mails.
10427
10428 2005-07-03 [hoa]        1.9.12cvs11
10429
10430         * src/etpan/Makefile.am
10431         * src/etpan/etpan-errors.h
10432         * src/etpan/etpan-log.[ch]
10433         * src/etpan/etpan-thread-manager-types.h
10434         * src/etpan/etpan-thread-manager.[ch]
10435         * src/etpan/imap-thread.[ch]
10436         * src/Makefile.am
10437         * src/imap.c
10438         * src/main.c
10439         * src/prefs_other.c
10440         * configure.ac
10441             merged imap branch.
10442             dependency on libetpan 0.37 is now added.
10443
10444 2005-07-01 [colin]      1.9.12cvs10
10445
10446         * src/Makefile.am
10447         * src/folder.c
10448         * src/folder.h
10449         * src/folderview.c
10450         * src/stock_pixmap.c
10451         * src/stock_pixmap.h
10452         * src/plugins/trayicon/trayicon.c
10453                 Add marked symbol on folders containing
10454                 marked messages
10455         * src/procmsg.c
10456         * src/procmsg.h
10457         * src/toolbar.c
10458         * src/prefs_common.c
10459         * src/prefs_common.h
10460         * src/prefs_send.c
10461                 Add an optional confirmation dialog on queue
10462                 sending. Patch by wwp.
10463         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10464         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10465         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10466         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10467         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10468         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10469         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10470         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10471         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10472         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10473         * src/pixmaps/trash_mark.xpm            ** ADDED **
10474                 New pixmaps
10475
10476 2005-07-01 [colin]      1.9.12cvs9
10477
10478         * src/summaryview.c
10479                 Fix a little threading bug
10480         * src/addrgather.c
10481         * src/mainwindow.c
10482                 A little bit of HIG normality never hurts
10483
10484 2005-07-01 [colin]      1.9.12cvs8
10485
10486         * src/compose.c
10487         * src/msgcache.c
10488         * src/pop.c
10489         * src/procmime.c
10490         * src/recv.c
10491         * src/common/log.c
10492         * src/common/template.c
10493         * src/common/utils.c
10494         * src/common/utils.h
10495                 Reverted the fwrite_atomic stuff. In fact
10496                 it is already atomic.
10497
10498 2005-06-30 [colin]      1.9.12cvs7
10499
10500         * src/common/utils.c
10501         * src/common/utils.h
10502                 Add an fwrite_atomic() function to make
10503                 sure we write everything: fwrite can make
10504                 short writes.
10505         * src/compose.c
10506         * src/msgcache.c
10507         * src/pop.c
10508         * src/procmime.c
10509         * src/recv.c
10510         * src/common/log.c
10511         * src/common/template.c
10512                 Use that (and fix swapping of size and nmemb).
10513                 Thanks to Rich Coe for the heads up.
10514
10515 2005-06-30 [colin]      1.9.12cvs6
10516
10517         * src/addressbook.c
10518                 Optimize addressbook opening 
10519
10520 2005-06-30 [colin]      1.9.12cvs5
10521
10522         * src/summaryview.c
10523                 Remove calls to summary_step after move/copy
10524
10525 2005-06-28 [paul]       1.9.12cvs4
10526
10527         * src/alertpanel.c
10528                 wrap and make the error msg selectable
10529
10530 2005-06-28 [paul]       1.9.12cvs3
10531
10532         * src/ssl_manager.c
10533                 replace the OK button with a Close button
10534         * src/gtk/foldersort.c
10535                 use GTK_STOCK_ icons/buttons
10536
10537 2005-06-28 [colin]      1.9.12cvs2
10538
10539         * src/gedit-print.c             ** ADDED **
10540         * src/gedit-print.h             ** ADDED **
10541         * src/gtk/gtksourceprintjob.c   ** ADDED **
10542         * src/gtk/gtksourceprintjob.h   ** ADDED **
10543                 I can't believe no one had enough time to tell
10544                 me I forgot the `cvs add`
10545
10546 2005-06-27 [colin]      1.9.12cvs1
10547
10548         * src/Makefile.am
10549         * src/gtk/Makefile.am
10550         * src/messageview.c
10551         * src/procmsg.c
10552         * src/summaryview.c
10553         * configure.ac
10554                 Add optional libgnomeprint-based printing
10555         * src/mainwindow.c
10556         * src/gtk/quicksearch.c
10557                 Add an Edit/Quick search menu item to show
10558                 and focus the quicksearch
10559
10560 2005-06-27 [paul]       1.9.12
10561
10562         1.9.12 release
10563
10564         * po/ca.po
10565         * po/de.po
10566         * po/es.po
10567         * po/fr.po
10568         * po/it.po
10569         * po/ko.po
10570         * po/pt_BR.po
10571         * po/sk.po
10572         * po/zh_CN.po
10573                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10574                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10575                 SungHyun Nam, Frederico Goncalves Guimaraes,
10576                 Andrej Kacian, and Yang Guilong
10577 2005-06-26 [colin]      1.9.11cvs106
10578
10579         * src/imap_gtk.c
10580                 Forgot one file for previous fix
10581
10582 2005-06-26 [colin]      1.9.11cvs105
10583
10584         * src/folder.c
10585         * src/imap.c
10586                 Fix problems with folder operations in no_select
10587                 imap folders. it applies only to mails, and 
10588                 creation/deletion/move/renaming of folders 
10589                 should be possible
10590
10591 2005-06-26 [paul]       1.9.11cvs104
10592
10593         * src/prefs_filtering.c
10594                 replace one more GTK_STOCK_REMOVE
10595                 with GTK_STOCK_DELETE
10596
10597 2005-06-25 [colin]      1.9.11cvs103
10598
10599         * src/imap.c
10600                 Optimize get_seq_set_from_seq_list
10601                 (Patch by Ricardo) 
10602
10603 2005-06-25 [colin]      1.9.11cvs102
10604
10605         * src/mh.c
10606                 If the directory exists, but not in the
10607                 correct encoding, rename it. This should
10608                 handle old-versions-induced bugs.
10609
10610 2005-06-25 [colin]      1.9.11cvs101
10611
10612         * src/mh.c
10613                 Fix path access with extended dir names
10614                 Fixes bug #589 (SC segfaults with wrong locale
10615                 settings)
10616
10617 2005-06-25 [colin]      1.9.11cvs100
10618
10619         * src/prefs_account.c
10620         * src/prefs_account.h
10621         * src/compose.c
10622                 Add an option to encrypt replies to
10623                 encrypted messages
10624
10625 2005-06-25 [colin]      1.9.11cvs99
10626
10627         * src/compose.c
10628         * src/quote_fmt_parse.y
10629                 ... And make it work with pgpinline.
10630
10631 2005-06-25 [colin]      1.9.11cvs98
10632
10633         * src/compose.c
10634         * src/procmime.c
10635         * src/procmime.h
10636         * src/quote_fmt_parse.y
10637                 o Make reedition of encrypted messages possible
10638                   (as long as it is encrypted to self too, no
10639                    magic there)
10640                 o Make replying with quote (and without selecting
10641                   text) possible for encrypted messages.
10642                 Closes bug #550 (Not possible to "reply with quote"
10643                 to gnupg encrypted messages)
10644
10645 2005-06-24 [paul]       1.9.11cvs97
10646
10647         * src/imap.c
10648                 add missing include
10649
10650 2005-06-24 [paul]       1.9.11cvs96
10651
10652         * src/editldap.c
10653                 made bind password entry invisible
10654                 (sync with main)
10655         * src/send_message.c
10656                 send_message_local(): check exit status
10657                 to detect errors (sync with main)
10658         * src/textview.c
10659                 use main's less ambiguous popup menu
10660                 wording
10661
10662 2005-06-24 [paul]       1.9.11cvs95
10663
10664         * src/prefs_actions.c
10665         * src/prefs_customheader.c
10666         * src/prefs_display_header.c
10667         * src/prefs_filtering_action.c
10668         * src/prefs_matcher.c
10669         * src/prefs_template.c
10670         * src/prefs_toolbar.c
10671                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
10672         * src/gtk/description_window.c
10673                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
10674
10675 2005-06-23 [colin]      1.9.11cvs94
10676
10677         * src/summaryview.c
10678                 Fix rough edges (be sure to call status_show whenever
10679                 necessary).
10680
10681 2005-06-23 [colin]      1.9.11cvs93
10682
10683         * src/summaryview.c
10684                 Optimize Select All
10685                 Before, in a 5K mails folder: 11s
10686                 After, in the same folder: 58000µs
10687                 The joys of locking... gtk_clist_select_all() fires a 
10688                 tree-select-row event for each selected row, which in 
10689                 summaryview, callbacks summary_selected which in turn,
10690                 calls summary_status_show, which walks the selected
10691                 rows. Hence, calling gtk_clist_select_all was 
10692                 exponential. Locking the summaryview makes 
10693                 summary_selected return early.
10694
10695 2005-06-23 [colin]      1.9.11cvs92
10696
10697         * src/imap.c
10698                 Move mutex at the important place to avoid
10699                 deadlocks
10700         * src/summaryview.c
10701                 Fix Del key deleting directly instead of
10702                 moving to trash
10703
10704 2005-06-22 [colin]      1.9.11cvs91
10705
10706         * src/plugins/spamassassin/libspamc.c
10707                 As we do spagetti code with assignations in multiple
10708                 places (see _message_read_raw where out = msg = raw),
10709                 let's be sure we don't free the same pointer twice.
10710                 Should fix bug #683 (Crash in libpam at 
10711                 message_cleanup).
10712
10713 2005-06-22 [colin]      1.9.11cvs90
10714
10715         * src/compose.c
10716         * src/messageview.c
10717         * src/toolbar.c
10718                 Make toolbar's delete use the move to trash stuff;
10719                 Add gtk_widget_realize to be sure pixmaps can get
10720                 created (that may fix an old worksforme bug which
10721                 I can't find back...)
10722
10723 2005-06-22 [colin]      1.9.11cvs89
10724
10725         * src/summaryview.c
10726         * src/summaryview.h
10727         * src/mainwindow.c
10728                 Rename "Message/Delete" to "Message/Move to trash"
10729                 Add "Message/Delete..." that directly destroys the
10730                 selected messages after asking for a confirmation.
10731
10732 2005-06-22 [colin]      1.9.11cvs88
10733
10734         * src/imap.c
10735                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
10736                 o Fix a deadlock (thanks Darko)
10737
10738 2005-06-22 [colin]      1.9.11cvs87
10739
10740         * src/gtk/foldersort.c
10741                 Add missing include for the i18n;
10742                 patch by Fabien Vantard
10743
10744 2005-06-21 [colin]      1.9.11cvs86
10745
10746         * src/folder.c
10747         * src/folderview.c
10748                 Respect the no_select flag
10749         * src/imap.c
10750                 Fix recursive deletion
10751         * src/imap_gtk.c
10752         * src/mh_gtk.c
10753                 Make the folder deletion's warning
10754                 more explicit
10755
10756 2005-06-21 [colin]      1.9.11cvs85
10757
10758         * src/textview.c
10759                 Prevent email addresses from spanning accross
10760                 lines - fixes bug # 646 (newline-chars in 
10761                 email addresses)
10762
10763 2005-06-20 [colin]      1.9.11cvs84
10764
10765         * src/folder.c
10766                 Be sure not to remove source if copy failed
10767
10768 2005-06-20 [colin]      1.9.11cvs83
10769
10770         * src/folderview.c
10771         * src/imap_gtk.c
10772                 remove summaryview's lock
10773         * src/imap.c
10774                 introduce threads to avoid problems when foreground tasks
10775                 interfere with background tasks
10776         * src/mh.c
10777                 prevent moving to drafts/queue
10778         * src/mimeview.c
10779                 fix leak
10780
10781 2005-06-19 [colin]      1.9.11cvs82
10782
10783         * src/imap_gtk.c
10784                 Remember that the user doesn't want to override
10785                 offline mode, for 3 seconds. It avoid presenting
10786                 him with N popups in a really short time.
10787
10788 2005-06-17 [colin]      1.9.11cvs81
10789
10790         * src/imap.c
10791                 Fix IMAP breaking on folders containing '('
10792                 (Probably won't be enough)
10793
10794 2005-06-17 [colin]      1.9.11cvs80
10795
10796         Forgotten files on 1.9.11cvs79
10797         * src/summaryview.c
10798                 Fix stepping when not immediately executing
10799         * src/imap.c
10800                 Really prevent UID FETCH 0
10801         * src/codeconv.c
10802                 Fix outgoing charset never set to utf-8
10803         * src/mh.c
10804                 Fix leak
10805
10806 2005-06-16 [colin]      1.9.11cvs79
10807
10808         * src/compose.c
10809                 Fix bug #707 (Dash splits rows)
10810                 Only wrap if we're on a line break position and
10811                 the previous one was a "white" (space) char.
10812                 Pango stuff is weird.
10813
10814 2005-06-16 [colin]      1.9.11cvs78
10815
10816         * src/imap_gtk.c
10817                 Lock summaryview while downloading messages
10818                 on user demand
10819         * src/procheader.c
10820         * src/unmime.c
10821         * src/common/utils.c
10822         * src/common/utils.h
10823                 Replace \r and \n with spaces in From and
10824                 Subject headers
10825
10826 2005-06-16 [paul]       1.9.11cvs77
10827
10828         * src/procmime.c
10829                 liberalise the mime parser
10830         * src/gtk/about.c
10831                 add text wrapping
10832
10833 2005-06-16 [paul]       1.9.11cvs76
10834
10835         * src/gtk/about.c
10836                 reworked
10837
10838 2005-06-15 [colin]      1.9.11cvs75
10839
10840         * src/compose.c
10841                 Finish header encoding fix
10842         * src/summaryview.c
10843                 Fix segfault
10844         * src/headerview.c
10845                 Fix compilation (Thanks Stephan
10846                 Sachse)
10847
10848 2005-06-15 [colin]      1.9.11cvs74
10849
10850         * Makefile.am
10851                 Install gnome2 stuff rather than gnome1, 
10852                 if both are present
10853         * src/codeconv.c
10854         * src/codeconv.h
10855         * src/compose.c
10856                 Fix headers encoding
10857         * src/folder.c
10858                 Visual progress when fetching all messages
10859         * src/folderview.c
10860         * src/summaryview.c
10861         * src/summaryview.h
10862                 Prevent changing current message while
10863                 incorporating
10864
10865 2005-06-15 [paul]       1.9.11cvs73
10866
10867         * src/gtk/gtkaspell.c
10868         * src/gtk/gtkaspell.h
10869                 fix build warnings
10870
10871 2005-06-15 [paul]       1.9.11cvs72
10872
10873         * src/prefs_filtering.c
10874                 allow reordering of filter rules by
10875                 drag n drop
10876
10877 2005-06-15 [paul]       1.9.11cvs71
10878
10879         * COPYING
10880                 updated
10881         * src/codeconv.c
10882                 replace deprecated function
10883         * src/inc.c
10884         * src/send_message.c
10885         * src/gtk/progressdialog.c
10886         * src/gtk/progressdialog.h
10887                 salvage and reuse parts of reverted sync
10888
10889 2005-06-15 [paul]       1.9.11cvs70
10890
10891         * src/inc.c
10892         * src/send_message.c
10893         * src/gtk/progressdialog.c
10894         * src/gtk/progressdialog.h
10895                 revert yesterday's sync with main
10896                 it contains deprecated functions
10897
10898 2005-06-15 [colin]      1.9.11cvs69
10899
10900         * src/headerview.c
10901                 Fix bug #670 (multi user to: will corrupt message 
10902                 headers display)
10903
10904 2005-06-15 [colin]      1.9.11cvs68
10905
10906         * src/compose.c
10907                 Fix bug #421 (Fix undo on wrapping)
10908
10909 2005-06-15 [colin]      1.9.11cvs67
10910
10911         * src/folder.c
10912                 Provide visual feedback while processing
10913                 folder's rules.
10914         * src/imap.c
10915                 Provide visual feedback while getting
10916                 short headers (for uncached messages)
10917
10918
10919 2005-06-14 [paul]       1.9.11cvs66
10920
10921         * src/account.c
10922                 change a couple stock icons
10923         * src/inc.c
10924         * src/send_message.c
10925         * src/gtk/progressdialog.c
10926         * src/gtk/progressdialog.h
10927                 sync main's GtkTreeView implementation
10928
10929 2005-06-14 [colin]      1.9.11cvs65
10930
10931         * src/imap.c
10932                 Various little fixes, mainly on error paths
10933
10934 2005-06-13 [colin]      1.9.11cvs64
10935
10936         * matcher.c
10937         * procmsg.c
10938         * procmsg.h
10939                 Add a way to fetch only headers. This speeds
10940                 up filtering on headers for IMAP. Fixes:
10941                 bug #481 extraneous imap commands slow down 
10942                         imap filtering
10943                 bug #522 Sylpheed downloads all messages 
10944                         when opening mailbox (IMAP)
10945                 bug #677 IMAP fetch is soooooooooooooo slow
10946         * src/folder.c
10947         * src/folder.h
10948                 Add a folder set_batch method so that
10949                 implementations can speed up flags changes
10950         * src/folderutils.c
10951         * src/summaryview.c
10952                 Use that in mark as (un)read and mark all read
10953                 Refix bug #679
10954         * src/imap.c
10955                 Implement set_batch - brings back deferred
10956                 flags in a less buggy manner. Fixes:
10957                 bug #729 IMAP immediate expunge of deleted messages
10958                 bug #191 remove list of messages with one command
10959                 Fix login with strange chars
10960                 Implement fetch_msg_full
10961                 Fix copy (wrong counts)
10962
10963 2005-06-12 [colin]      1.9.11cvs63
10964
10965         * src/folder.c
10966                 lock incorporation during long operations.
10967                 Avoids fucking up the IMAP socket.
10968
10969 2005-06-12 [colin]      1.9.11cvs62
10970
10971         * src/imap.c
10972                 Fix harmful typo
10973                 Factorize remove_all_msg
10974                 Thread-ize expunge
10975         * src/summaryview.c
10976                 Don't update partial-download status if unnecessary
10977         * src/folder.c
10978                 Use remove_msgs everywhere possible
10979
10980 2005-06-12 [colin]      1.9.11cvs61
10981
10982         * src/folder.c
10983         * src/folder.h
10984                 Add a remove_msgs function to remove a 
10985                 list of messages
10986         * src/imap.c
10987                 Implement that.
10988
10989 2005-06-12 [colin]      1.9.11cvs60
10990
10991         * src/imap.c
10992                 Remove flags-processing deferring... Too hard
10993                 to get it to work in all cases.
10994
10995 2005-06-11 [colin]      1.9.11cvs59
10996
10997         * src/imap.c
10998                 printf -> debug_print
10999
11000 2005-06-11 [colin]      1.9.11cvs58
11001
11002         * src/imap.c
11003                 o Fix build without USE_PTHREAD
11004                 o Factorize imap_open
11005                 o Alertpanel in case of impossible connection
11006                 o Alertpanel in case of impossible login
11007                 o Fix deferred flags processing to force a 
11008                   flush before adding some more flags to process,
11009                   but in another folder.
11010
11011 2005-06-10 [colin]      1.9.11cvs57
11012
11013         * src/imap.c
11014                 o Fix a format string error
11015                 o init ssl socket outside of the thread 
11016                   (it possibly invokes gtk calls)
11017         * src/procmime.c
11018                 o Put back the buffer to its necessary size
11019                 o Fix changing a file pointer without keeping
11020                   track of it (thanks Valgrind)
11021         * src/common/smtp.c
11022                 o Fix automatic STARTTLS if login should be done
11023                   and the server only allows it after starting TLS
11024         * src/gtk/gtkinputdialog.c
11025                 o Eat GDK_Return so that the combo popup doesn't 
11026                   appear when we press Enter to validate the combo
11027                   input dialog (as seen in the Open with... dialog)
11028
11029 2005-06-10 [colin]      1.9.11cvs56
11030
11031         * src/imap.c
11032                 o A bit less debug
11033                 o Fix a crash on deletion
11034                 o Threadize imap_select (it's called outside of 
11035                   threads)
11036                 o Defer treatment of DELETED flags
11037
11038
11039 2005-06-09 [colin]      1.9.11cvs55
11040
11041         * src/imap.c
11042                 Make sure we check imap_gtk_should_override(), which
11043                 potentially calls gtk stuff, before creating thread.
11044                 That way it should't be called via imap_get_session()
11045                 inside a thread.
11046
11047 2005-06-09 [colin]      1.9.11cvs54
11048
11049         * src/imap.c
11050                 o add a bit of status output
11051                 o remove some dead code
11052                 o threadize get_list_of_uids
11053                 o threadize imap_get_flags
11054                 o defer flag changing by 500ms so that they
11055                   can be batched
11056
11057
11058 2005-06-08 [colin]      1.9.11cvs53
11059
11060         * src/imap.c
11061                 Thread-ize imap_cmd_fetch
11062
11063 2005-06-08 [colin]      1.9.11cvs52
11064
11065         * src/main.c
11066                 Mmh, that broke POP3...
11067
11068 2005-06-08 [colin]      1.9.11cvs51
11069
11070         * src/main.c
11071                 Stabilize IMAP patch (thanks to Hoa)
11072
11073 2005-06-08 [colin]      1.9.11cvs50
11074
11075         * src/imap.c
11076                 Test patch to speed up imap. 
11077
11078 2005-06-08 [colin]      1.9.11cvs49
11079
11080         * src/imap_gtk.c
11081                 Warning fix
11082         * src/procmime.c
11083                 Apply patch from gentoo to use /usr/share/mime/globs if 
11084                 available, after un-breaking it
11085         * src/common/log.c
11086         * src/common/log.h
11087                 Use g_timeout for invoking hooks that possibly use gtk
11088                 calls. This should leave gtk calls in the main thread.
11089
11090 2005-06-08 [paul]       1.9.11cvs48
11091
11092         * src/codeconv.c
11093                 conv_get_outgoing_charset_str(): don't
11094                 use prefs_common setting
11095         * src/compose.c
11096         * src/compose.h
11097                 add /Options/Character encoding/... to
11098                 temporarily change the outgoing encoding
11099
11100         (belated sync with main)
11101
11102 2005-06-08 [paul]       1.9.11cvs47
11103
11104         * src/compose.c
11105                 correction to/completion of last
11106                 sync with main
11107
11108 2005-06-08 [paul]       1.9.11cvs46
11109
11110         sync with main:
11111         
11112         * src/codeconv.c
11113         * src/codeconv.h
11114                 always enabled Japanese auto-detection
11115                 if the first letters of locale string
11116                 is "ja"
11117         * src/compose.c
11118                 don't use "destroy" signal to destroy
11119                 Compose object (fix rare crashes on discard?)
11120         * src/mainwindow.c
11121         * src/messageview.c
11122         * src/prefs_send.c
11123                 added Hebrew encodings
11124         * src/sourcewindow.c
11125                 don't use "destroy" signal to destroy
11126                 objects
11127
11128 2005-06-07 [colin]      1.9.11cvs45
11129
11130         * src/summaryview.c
11131                 Add missing unlocks/locks
11132
11133 2005-06-07 [paul]       1.9.11cvs44
11134
11135         * src/summaryview.c
11136                 restore bug #749 fix
11137
11138 2005-06-06 [colin]      1.9.11cvs43
11139
11140         * src/summaryview.c
11141                 Fix selection bug when prefs_common.open_unread 
11142                 is FALSE
11143
11144 2005-06-06 [colin]      1.9.11cvs42
11145
11146         * src/common/md5.c
11147                 Fix a warning
11148         * src/summaryview.c
11149         * src/folderview.c
11150                 Factorize long operations beginning and end
11151                 (locking, freezing/thawing, cursor, ...)
11152                 Check selection->data member in selection-
11153                 related loops; this avoids dying an awful
11154                 death if the selection changes on us while
11155                 we're marking a whole IMAP folder unread, 
11156                 for example.
11157
11158 2005-06-06 [paul]       1.9.11cvs41
11159
11160         * src/textview.c
11161                 don't g_free() a static gchar buffer
11162
11163 2005-06-05 [colin]      1.9.11cvs40
11164
11165         * src/mainwindow.c
11166         * src/messageview.c
11167         * src/summaryview.c
11168                 Fix bug #749 (Show all headers should be
11169                 sticky as the GUI suggests)
11170
11171 2005-06-03 [paul]       1.9.11cvs39
11172
11173         * src/compose.c
11174                 don't allow editing of mail while sending.
11175                 patch by Colin
11176
11177 2005-06-03 [paul]       1.9.11cvs38
11178
11179         * src/folderview.c
11180                 add a freeze/thaw to speed up 'mark all read'
11181
11182 2005-06-03 [paul]       1.9.11cvs37
11183
11184         * src/prefs_message.c
11185                 reflect changes immediately
11186
11187 2005-06-02 [colin]      1.9.11cvs36
11188
11189         * po/POTFILES.in
11190                 Patch by Fabien Vantard.
11191
11192 2005-06-02 [colin]      1.9.11cvs35
11193
11194         * src/imap.c
11195                 Use a non-blocking imap_getline() if possible.
11196                 This should completely prevent the interface
11197                 from freezin on imap operations, although it
11198                 may do strange stuff in case of folder switching
11199                 while a big imap operation is taking place...
11200
11201                 In addition, fix a leak in the case thread
11202                 creation fails on connection.
11203
11204 2005-06-02 [colin]      1.9.11cvs34
11205
11206         * src/crash.c
11207         * src/prefs_common.h
11208                 Fix build (prefs_common_init() doesn't exist
11209                 anymore)
11210
11211 2005-06-02 [colin]      1.9.11cvs33
11212
11213         * src/prefs_account.c
11214                 Fix bug #245 (filtering rules broken when
11215                 renaming a remote account (imap4 or nntp)
11216
11217 2005-06-02 [colin]      1.9.11cvs32
11218
11219         * src/imap.c
11220                 Try to fix IMAP shortcomings: 
11221                 o Multithread imap_open()
11222                 o allow offline-mode overriding instead of
11223                   just returning NULL
11224         * src/imap_gtk.c
11225         * src/imap_gtk.h
11226                 Add a function to ask whether we want to
11227                 override offline-mode for 10 minutes (one-shot
11228                 asking was painful)
11229         * src/procheader.c
11230                 Fix segfault when imap parser isn't happy about
11231                 a missing {
11232
11233 2005-06-01 [colin]      1.9.11cvs31
11234
11235         * src/addrharvest.c
11236         * src/compose.c
11237         * src/mbox.c
11238         * src/mbox.h
11239         * src/mh.c
11240         * src/msgcache.c
11241         * src/send_message.c
11242         * src/setup.c
11243         * src/undo.c
11244         * src/common/hooks.c
11245         * src/common/prefs.c
11246         * src/common/template.c
11247         * src/common/utils.c
11248         * src/gtk/gtkutils.c
11249         * src/gtk/inputdialog.c
11250         * src/gtk/menu.c
11251         * src/gtk/pluginwindow.c
11252         * src/gtk/prefswindow.c
11253         * src/plugins/pgpmime/passphrase.c
11254         * src/plugins/pgpmime/prefs_gpg.c
11255                 More -Wall fixes
11256
11257         * src/common/Makefile.am
11258         * src/common/timing.h
11259                 Add basic timing code
11260
11261         * src/summaryview.c
11262                 Fix a bug with unread messages when 
11263                 re-sorting folders, and by the way
11264                 fix a big performance hit when 
11265                 re-sorting (10k mails: before 5s,
11266                 after .5s)
11267
11268         * src/prefs_compose_writing.c
11269         * src/prefs_compose_writing.h
11270         * src/prefs_message.c
11271         * src/prefs_message.h
11272         * src/prefs_other.c
11273         * src/prefs_other.h
11274         * src/prefs_quote.c
11275         * src/prefs_quote.h
11276         * src/prefs_receive.c
11277         * src/prefs_receive.h
11278         * src/prefs_send.c
11279         * src/prefs_send.h
11280         * src/prefs_summaries.c
11281         * src/prefs_summaries.h
11282                 Fix copyright banner
11283
11284 2005-06-01 [paul]       1.9.11cvs30
11285
11286         * po/fi.po
11287                 updated by Flammie Pirinen
11288         * src/procmime.c
11289                 fix 'Bad BASE64 content' output
11290
11291 2005-05-31 [colin]      1.9.11cvs29
11292
11293         * src/procmime.c
11294                 Oops, where did my hunk go.
11295
11296 2005-05-31 [colin]      1.9.11cvs28
11297
11298         * src/Makefile.am
11299         * src/account.c
11300         * src/action.c
11301         * src/addr_compl.c
11302         * src/addressbook.c
11303         * src/codeconv.c
11304         * src/compose.c
11305         * src/export.c
11306         * src/folder.c
11307         * src/folderview.c
11308         * src/image_viewer.c
11309         * src/main.c
11310         * src/mainwindow.c
11311         * src/messageview.c
11312         * src/mimeview.c
11313         * src/msgcache.c
11314         * src/prefs_account.c
11315         * src/prefs_actions.c
11316         * src/prefs_common.c
11317         * src/prefs_compose_writing.c
11318         * src/prefs_customheader.c
11319         * src/prefs_ext_prog.c
11320         * src/prefs_filtering.c
11321         * src/prefs_filtering_action.c
11322         * src/prefs_fonts.c
11323         * src/prefs_image_viewer.c
11324         * src/prefs_message.c
11325         * src/prefs_message.h
11326         * src/prefs_msg_colors.c
11327         * src/prefs_other.c
11328         * src/prefs_other.h
11329         * src/prefs_quote.c
11330         * src/prefs_receive.c
11331         * src/prefs_receive.h
11332         * src/prefs_send.c
11333         * src/prefs_send.h
11334         * src/prefs_spelling.c
11335         * src/prefs_summaries.c
11336         * src/prefs_summary_column.c
11337         * src/prefs_template.c
11338         * src/prefs_themes.c
11339         * src/prefs_toolbar.c
11340         * src/prefs_wrapping.c
11341         * src/procmime.c
11342         * src/procmsg.c
11343         * src/send_message.h
11344         * src/ssl_manager.c
11345         * src/summary_search.c
11346         * src/summaryview.c
11347         * src/textview.c
11348         * src/wizard.c
11349         * src/common/smtp.c
11350         * src/common/smtp.h
11351         * src/gtk/gtkutils.h
11352                 o Move the rest of Common prefs to new style
11353                 o Lots of -Wall warning fixes
11354                 o fix FIXME in cache memusage calculation
11355                 o Let return receipts be sent from any account
11356                 o Little cache optimisation (read)
11357                 o Fix bug #746 (don't treat commas as separators
11358                   when inside a quoted string)
11359
11360 2005-05-31 [paul]       1.9.11cvs27
11361
11362         * src/prefs_common.c
11363                 fix 'off-by-one' typo
11364
11365 2005-05-31 [paul]       1.9.11cvs26
11366
11367         * src/account.c
11368         * src/addr_compl.c
11369         * src/compose.c
11370         * src/foldersel.c
11371         * src/prefs_actions.c
11372         * src/prefs_common.c
11373         * src/prefs_common.h
11374         * src/prefs_customheader.c
11375         * src/prefs_display_header.c
11376         * src/prefs_filtering.c
11377         * src/prefs_filtering_action.c
11378         * src/prefs_matcher.c
11379         * src/prefs_summaries.c
11380         * src/prefs_summary_column.c
11381         * src/prefs_template.c
11382         * src/prefs_toolbar.c
11383         * src/ssl_manager.c
11384         * src/gtk/pluginwindow.c
11385         * src/gtk/prefswindow.c
11386         * src/gtk/progressdialog.c
11387                 add hidden prefs 'enable_rules_hint'
11388                 for gtk_tree_view_set_rules_hint()
11389                 (sync with main)
11390                 
11391
11392 2005-05-31 [colin]      1.9.11cvs25
11393
11394         * src/Makefile.am
11395         * src/main.c
11396         * src/prefs_common.c
11397         * src/prefs_summaries.c ** ADDED **
11398         * src/prefs_summaries.h ** ADDED **
11399                 Common/Display -> Display/Summaries
11400
11401 2005-05-31 [colin]      1.9.11cvs24
11402
11403         * src/Makefile.am
11404         * src/main.c
11405         * src/prefs_quote.c ** ADDED **
11406         * src/prefs_quote.h ** ADDED **
11407                 Move Common/Quote to Compose/Quoting
11408         * src/prefs_common.c
11409         * src/prefs_common.h
11410                 Remove old quote stuff, add
11411                 convenience functions for GtkTextView prefs
11412         * src/gtk/prefswindow.c
11413                 Set default height higher
11414
11415 2005-05-30 [colin]      1.9.11cvs23
11416
11417         * src/Makefile.am
11418         * src/main.c
11419         * src/prefs_common.c
11420         * src/prefs_compose_writing.c ** ADDED **
11421         * src/prefs_compose_writing.h ** ADDED **
11422                 Move Common/Compose prefs to Compose/Writing
11423
11424 2005-05-30 [colin]      1.9.11cvs22
11425
11426         * src/common/utils.c
11427                 Fix bug #651 (Confused Attract by Subject)
11428                 Patch by M. Benkmann <haferfrost@web.de>
11429         * AUTHORS
11430
11431 2005-05-30 [colin]      1.9.11cvs21
11432
11433         * src/compose.c
11434                 Fix concatenation of different headers of
11435                 the same type (bug #645)
11436         * src/prefs_folder_item.c
11437                 Fix bug #699 (setting color to black doesn't
11438                 work immediately)
11439         * src/procmime.c
11440                 Print out decoding error only once per
11441                 block
11442
11443 2005-05-30 [paul]       1.9.11cvs20
11444
11445         * src/common/template.c
11446                 fix Bcc
11447
11448 2005-05-30 [paul]       1.9.11cvs19
11449
11450         * doc/src/rfc2368.txt   **NEW FILE**
11451         * src/compose.c
11452                 compose_entries_set(): don't interpret Bcc
11453                 header field (conform to RFC 2368)
11454                 (sync with main)
11455
11456 2005-05-29 [colin]      1.9.11cvs18
11457
11458         * src/prefs_common.c
11459                 Let the default reply format respect
11460                 netiquette by cutting the signature.
11461
11462 2005-05-29 [colin]      1.9.11cvs17
11463
11464         * src/summaryview.c
11465                 Don't let always_show_msg override
11466                 open_unread_on_enter when opening a new
11467                 directory.
11468
11469 2005-05-27 [paul]       1.9.11cvs16
11470
11471         sync with main:
11472
11473         * src/main.c
11474                 app_will_exit(): cleanup tmp directory when exit
11475         * src/message_search.c
11476                 improved the interface and made code cleanup.
11477                 removed Clear button
11478         * src/send_message.c
11479                 send_message_local(): use GSpawn, and detect errors
11480         * src/summary_search.c
11481                 improved the interface and made code cleanup
11482         * src/textview.c
11483                 textview_write_link(): also skip non-ascii space
11484                  at the head of link strings (phishing check
11485                  didn't work at the case)
11486         * src/common/utils.c
11487                 get_command_output(): use g_spawn_command_line_sync()
11488                 instead of popen()
11489
11490 2005-05-26 [colin]      1.9.11cvs15
11491
11492         * src/folder.c
11493                 remove printf
11494
11495 2005-05-26 [colin]      1.9.11cvs14
11496
11497         * src/common/nntp.c
11498                 Fix nntp mode reader (bug #611)
11499                 Patch by Florian Mickler <florian@mickler.org>
11500
11501 2005-05-26 [colin]      1.9.11cvs13
11502
11503         * src/plugins/pgpmime/passphrase.c
11504                 Fix mouse grabbing (bug #557)
11505
11506 2005-05-26 [colin]      1.9.11cvs12
11507
11508         * src/prefs_themes.c
11509                 Fix g_warning (bug #541)
11510
11511 2005-05-26 [colin]      1.9.11cvs11
11512
11513         * src/prefs_actions.c
11514         * src/prefs_template.c
11515                 Fix bug #506 (no warning if action/template
11516                 is not saved)
11517         * src/common/template.c
11518                 Fix a possible crash
11519
11520 2005-05-26 [colin]      1.9.11cvs10
11521
11522         * src/folder.c
11523         * src/folderview.c
11524         * src/procmsg.c
11525         * src/summaryview.c
11526                 Forbid locked messages to be moved or
11527                 deleted. Locked messages in trashes 
11528                 still get deleted, for performance
11529                 reason (mh.c::mh_remove_all_msgs)
11530
11531 2005-05-25 [colin]      1.9.11cvs9
11532
11533         * src/procmime.c
11534                 Use correct encoding when sending mails
11535                 with attachments that have accentued 
11536                 chars in their name
11537
11538 2005-05-24 [colin]      1.9.11cvs8
11539
11540         * src/summaryview.c
11541                 Fix bug #688 f) read/unread marker not
11542                 changed on first click
11543                 Also, optimize summary_status_show()
11544                 calls
11545         * src/folder.c
11546         * src/inc.c
11547         * src/procmime.c
11548                 Fix bug #688 b) and c) wrt message
11549                 attachments and signature
11550         * src/stock_pixmap.c
11551         * src/stock_pixmap.h
11552         * src/stock_pixmap.c
11553         * src/stock_pixmap.h
11554         * src/Makefile.am
11555         * src/pixmaps/clip_gpg_signed.xpm
11556                 Add clip/signed icon
11557
11558 2005-05-24 [colin]      1.9.11cvs7
11559
11560         * src/folder_item_prefs.c
11561                 whitespace fix
11562
11563 2005-05-24 [colin]      1.9.11cvs6
11564
11565         * src/folderview.c
11566         * src/prefs_common.c
11567         * src/prefs_common.h
11568                 Add a confirmation to folder drag and drop
11569                 fixes bug #156
11570         * src/alertpanel.c
11571         * src/alertpanel.h
11572                 fix _with_disable parameters so that
11573                 the buttons labels are specifiable too
11574         * src/plugins/pgpmime/sgpgme.c
11575                 reflect said change
11576                 
11577
11578 2005-05-24 [colin]      1.9.11cvs5
11579
11580         * src/folderview.c
11581                 Uncollapse/collapse folders on double-click
11582                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11583                 closes bug #108
11584
11585 2005-05-23 [colin]      1.9.11cvs4
11586
11587         * src/common/socket.c
11588                 Check another special SSL_peek() error.
11589                 Should help wrt bug #728
11590
11591 2005-05-23 [colin]      1.9.11cvs3
11592
11593         * src/plugins/pgpmime/pgpmime.c
11594                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11595                 breaking menu accelerators and stuff. Users will have to
11596                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11597                 account's privacy preferences if needed.
11598
11599 2005-05-22 [paul]
11600
11601         * tools/kdeservicemenu/install.sh
11602                 use kdesu to prompt for root password if doing
11603                 global install/uninstall
11604
11605 2005-05-20 [colin]      1.9.11cvs2
11606
11607         * src/procmsg.c
11608                 Fix another compilation error with gcc-2.9x
11609                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11610         * src/send_message.c
11611                 Don't send QUIT if we aren't connected
11612
11613 2005-05-19 [colin]      1.9.11cvs1
11614
11615         * src/procmsg.c
11616                 Fix compilation with gcc 2.9x
11617
11618 2005-05-19 [paul]       1.9.11
11619
11620         1.9.11 released
11621
11622 2005-05-19 [paul]       1.9.9cvs14
11623
11624         * src/gtk/inputdialog.c
11625                 prevent gettext warning
11626
11627 2005-05-19 [paul]       1.9.9cvs13
11628
11629         * src/mainwindow.c
11630         * src/prefs_common.c
11631         * src/prefs_common.h
11632         * src/textview.c
11633         * src/textview.h
11634                 add an option to toggle cursor in message
11635                 view (sync with main)
11636
11637 2005-05-18 [colin]      1.9.9cvs12
11638
11639         * src/compose.c
11640                 Dereference freed pointer
11641         * src/gtk/gtkaspell.c
11642                 Fix duplication of dictionaries (is it an aspell issue?)
11643
11644 2005-05-18 [colin]      1.9.9cvs11
11645
11646         * src/gtk/inputdialog.c
11647         * src/gtk/gtkaspell.c
11648                 HIGuify dialogs
11649         * src/alertpanel.c
11650                 Remove a double call
11651
11652 2005-05-17 [colin]      1.9.9cvs10
11653
11654         * src/gtk/gtkaspell.c
11655                 Fix dialogs, Ctrl-Enter accel
11656
11657 2005-05-17 [colin]      1.9.9cvs9
11658
11659         * src/gtk/gtkaspell.c
11660                 Fix some accelerators, escape in replace-window
11661
11662 2005-05-16 [colin]      1.9.9cvs8
11663
11664         * src/gtk/gtkaspell.c
11665                 Revert last commit, it was a mistake.
11666
11667 2005-05-16 [colin]      1.9.9cvs7
11668
11669         * src/gtk/gtkaspell.c
11670                 Remove buggy code while we're at it. It's a 
11671                 dead code path anyway.
11672
11673 2005-05-16 [colin]      1.9.9cvs6
11674
11675         * src/gtk/gtkaspell.c
11676                 Missed some gtk_menu_popup where deactivate
11677                 signal should be handled. Should fix bug
11678                 #629 a bit more.
11679
11680 2005-05-16 [colin]      1.9.9cvs5
11681
11682         * src/gtk/gtkaspell.c
11683                 Remove debug printf()s
11684
11685 2005-05-16 [colin]      1.9.9cvs4
11686
11687         * src/gtk/gtkaspell.c
11688                 Fix a bit aspell problems
11689                 (see bug #629)
11690
11691 2005-05-13 [colin]      1.9.9cvs3
11692
11693         * src/folderview.c
11694                 Fix the + appearing even when no subfolders
11695                 have unread messages. Thanks to wwp for the
11696                 bug report.
11697
11698 2005-05-11 [paul]       1.9.9cvs2
11699
11700         * src/folderview.c
11701                 correction to 1.9.9cvs1, only colour folders that
11702                 have new msgs (not unread msgs)
11703
11704 2005-05-10 [colin]      1.9.9cvs1
11705
11706         * src/folderview.c
11707         * src/summaryview.c
11708                 Try to fix bolding bugs again.
11709
11710 2005-05-09 [paul]
11711
11712         * tools/claws.i18n.status.pl
11713                 add Ricardo Mones Lastra's script that has been providing
11714                 the i18n status page for many months
11715
11716 2005-05-09 [paul]       1.9.9
11717
11718         1.9.9 release
11719
11720 2005-05-09 [paul]       1.9.6cvs58
11721
11722         * AUTHORS
11723         * INSTALL
11724         * README.claws
11725                 updated
11726         * Makefile.am 
11727         * RELEASE_NOTES.claws
11728                 add release notes to cvs to simplify release
11729                 procedure
11730         * configure.ac
11731                 add ca and fi to ALL_LINGUAS
11732         * po/Makefile.in.in
11733                 workaround for missing Makevars
11734         * po/ca.po
11735         * po/fi.po
11736                 add new Catalan and Finnish translations
11737                 submitted by Miquel Oliete and Flammie Pirinen
11738         * po/de.po
11739         * po/es.po
11740         * po/fr.po
11741         * po/it.po
11742         * po/pl.po
11743         * po/ru.po
11744         * po/sk.po
11745         * po/sr.po
11746         * po/zh_CN.po
11747                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
11748                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
11749                 Urke MMI, and Hansom Young
11750         * src/main.c
11751                 Fix drafting when quitting. compose_draft() closes the
11752                 compose windows, which modifies the compose_list GSList.
11753                 We have to refresh this list after echo drafting to avoid a
11754                 segfault
11755         * src/partial_download.c
11756                 fix segfault on exit
11757
11758 2005-05-06 [paul]       1.9.6cvs57
11759
11760         * src/grouplistdialog.c
11761                 quick fix/workaround for unresizeable newsgroup
11762                 name column 
11763
11764 2005-05-06 [paul]       1.9.6cvs56
11765
11766         * src/inc.c
11767         * src/mainwindow.c
11768                 use gettext plural forms
11769         * src/imap_gtk.c
11770         * src/mh_gtk.c
11771         * src/toolbar.c
11772                 small improvement to english usage
11773
11774 2005-05-05 [thorsten]   1.9.6cvs55
11775
11776         * src/folder.c
11777                 fix possible crash
11778
11779 2005-05-05 [paul]       1.9.6cvs54
11780         
11781         sync with HEAD
11782
11783         * AUTHORS
11784         * src/compose.c
11785                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
11786                 patch by Tim Mann
11787
11788 2005-05-05 [paul]       1.9.6cvs53
11789
11790         * src/mainwindow.c
11791                 fix resizing of separate message and
11792                 folder views
11793
11794 2005-05-05 [paul]       1.9.6cvs52
11795
11796         * src/account.c
11797         * src/addrgather.c
11798         * src/browseldap.c
11799         * src/exphtmldlg.c
11800         * src/expldifdlg.c
11801         * src/importmutt.c
11802         * src/importpine.c
11803         * src/main.c
11804         * src/mainwindow.c
11805         * src/noticeview.c
11806         * src/prefs_filtering.c
11807         * src/prefs_filtering_action.c
11808         * src/prefs_matcher.c
11809         * src/prefs_spelling.c
11810         * src/prefs_toolbar.c
11811         * src/toolbar.c
11812         * src/wizard.c
11813         * src/gtk/description_window.c
11814         * src/gtk/gtkvscrollbutton.c
11815         * src/gtk/progressdialog.c
11816         * src/gtk/quicksearch.c
11817         * src/plugins/pgpmime/prefs_gpg.c
11818         * src/plugins/spamassassin/spamassassin_gtk.c
11819                 replace deprecated gtk_widget_set_usize
11820
11821 2005-05-04 [colin]      1.9.6cvs51
11822
11823         * src/common/utils.c
11824                 Fix crash when subst_for_filename is called
11825                 with a NULL parameter
11826
11827 2005-05-04 [colin]      1.9.6cvs50
11828
11829         * src/partial_download.c
11830         * src/pop.c
11831                 Escape login when writing uidl file
11832                 fixes bug #736
11833
11834 2005-05-03 [colin]      1.9.6cvs49
11835
11836         * src/procmime.c
11837                 Fix possible DOS in mime parser
11838                 (see bug #634)
11839
11840 2005-05-02 [colin]      1.9.6cvs48
11841
11842         * src/compose.c
11843                 Try to fix the copy/paste mess once again.
11844
11845
11846 2005-04-30 [colin]      1.9.6cvs47
11847
11848         * src/prefs_account.h
11849         * src/procmsg.c
11850         * src/send_message.c
11851         * src/common/smtp.c
11852         * src/common/smtp.h
11853                 Try to batch sending mails (per account) instead of
11854                 reconnecting to server every time.
11855
11856 2005-04-29 [colin]      1.9.6cvs46
11857
11858         * src/messageview.c
11859                 Fix window resizing that refused to size down
11860         * src/prefs_common.c
11861         * src/prefs_common.h
11862         * src/prefs_filtering.c
11863                 Save Filtering's window size
11864
11865 2005-04-21 [paul]       1.9.6cvs45
11866
11867         * ChangeLog-gtk2.claws
11868         * src/setup.c
11869                 correction to sync
11870
11871 2005-04-21 [paul]       1.9.6cvs44
11872
11873         sync with main:
11874
11875         * src/setup.c
11876         * src/statusbar.c
11877         * src/statusbar.h
11878                 use gtkut_widget_draw_now(). Improved performance
11879                 of the update of statusbar
11880         * src/textview.c
11881                 textview_smooth_scroll_do(): redraw it after scroll
11882                 is done (fixed incorrect display when a part of the
11883                 view is hidden).
11884         * src/gtk/gtkutils.c
11885         * src/gtk/gtkutils.h
11886                 gtkut_widget_draw_now(): use gdk_window_process_updates()
11887                 to force update of widgets.
11888                 Removed gtkut_widget_wait_for_draw() which had a big
11889                 overhead  because of waiting for all events processed 
11890
11891 2005-04-20 [paul]       1.9.6cvs43
11892
11893         * src/codeconv.c
11894                 complete 1.9.6cvs42's sync:
11895                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
11896
11897 2005-04-19 [paul]       1.9.6cvs42
11898
11899         sync with main:
11900
11901         * src/action.c
11902                 catch_output(): correctly select the insert text
11903                 (fix invalid iterator warnings).
11904         * src/codeconv.c
11905         * src/codeconv.h
11906         * src/mainwindow.c
11907         * src/messageview.c
11908         * src/prefs_common.c
11909                 support GBK encoding.
11910         * src/common/session.c
11911         * src/common/session.h
11912                 use separate buffer for large data to be sent,
11913                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
11914
11915 2005-04-18 [paul]       1.9.6cvs41
11916
11917         * src/jpilot.c
11918                 convert unsigned long into guint32
11919                 patch by Paul LeoNerd Evans 
11920
11921 2005-04-17 [colin]      1.9.6cvs40
11922
11923         * src/compose.c
11924                 Fix 'Request return receipt' from folder
11925                 properties (bug #708)
11926
11927 2005-04-17 [colin]      1.9.6cvs39
11928
11929         * src/mainwindow.c
11930                 Fix duplicate hotkeys in Mainwindow's menu
11931
11932 2005-04-17 [colin]      1.9.6cvs38
11933
11934         * src/folderview.c
11935                 Fix duplicate hotkeys in Folderview's contextual
11936                 menu
11937
11938 2005-04-15 [colin]      1.9.6cvs37
11939
11940         * src/summaryview.c
11941                 Fix 'Save as...' with non-ascii filenames
11942
11943 2005-04-15 [colin]      1.9.6cvs36
11944
11945         * src/plugins/pgpmime/pgpmime.c
11946                 Fix bus error on 64bit. Spotted by 
11947                 macallan1888@gmail.com
11948
11949 2005-04-15 [colin]      1.9.6cvs35
11950
11951         * src/prefs_account.c
11952                 Fix cvs34.
11953
11954 2005-04-12 [colin]      1.9.6cvs34
11955
11956         * src/prefs_account.c
11957                 Fix smtp auth type off-by-one. We forgot to
11958                 add PLAIN in the prefs-to-gui setter func and
11959                 as a result, the selected auth when opening
11960                 account prefs was not the correct one.
11961
11962 2005-04-12 [paul]       1.9.6cvs33
11963
11964         * src/inc.c
11965                 if the recv dialog is visible, Cancel only
11966                 cancels the current account
11967
11968
11969 2005-04-10 [colin]      1.9.6cvs32
11970
11971         * src/filtering.c
11972                 Copy score when copying FilteringActions
11973                 Fix bug #674
11974
11975 2005-04-10 [colin]      1.9.6cvs31
11976
11977         * src/inc.c
11978                 Make Message -> Receive -> Cancel cancel 
11979                 incorporation on all accounts. Fixes
11980                 bug #693
11981
11982 2005-04-10 [colin]      1.9.6cvs30
11983
11984         * src/prefs_account.c
11985                 Update Privacy checkbuttons status based
11986                 on the selected privacy system
11987         * src/compose.c
11988                 Always connect the "None" privacy system; the
11989                 static boolean was probably there to avoid
11990                 reconnecting twice in the same compose window,
11991                 but as the parent function is only called once
11992                 per compose, it's only a bug - as a static is
11993                 initialized once per application instance.
11994                 Also, don't uncheck Sign and Encrypt when
11995                 selecting None as privacy system; just ignore
11996                 them when sending/queuing.
11997                 Should fix bug #695
11998
11999 2005-04-08 [colin]      1.9.6cvs29
12000
12001         * src/account.c
12002         * src/prefs_account.c
12003         * src/prefs_account.h
12004                 Add account preference to queue message in a certain
12005                 folder.
12006
12007 2005-04-06 [colin]      1.9.6cvs28
12008
12009         * src/prefs_account.c
12010                 Update old inbox path syntax
12011
12012 2005-04-06 [paul]       1.9.6cvs27
12013
12014         sync with main:
12015
12016         * configure.ac
12017                 changed -traditional-cpp to -no-cpp-precomp for newer
12018                 Mac OS X support
12019         * src/foldersel.c
12020                 made column resize automatically
12021         * src/send_message.c
12022                 send_message_smtp(): consider EOF right after QUIT
12023                 successful (workaround for Gmail SMTP server)
12024         * src/common/socket.c
12025                 ssl_read(), ssl_peek(): check EOF which violates the
12026                 SSL protocol
12027         * src/gtk/colorlabel.c
12028                 removed warnings when displaying colorlabel menu
12029                 (don't use GtkAlignment)
12030
12031 2005-04-05 [paul]       1.9.6cvs26
12032
12033         * src/plugins/trayicon/trayicon.c
12034                 fix clipping of icon under KDE3 
12035
12036 2005-04-05 [paul]       1.9.6cvs25
12037
12038         * src/summaryview.c
12039                 hide display of threading
12040                 patch by Alfons
12041
12042 2005-04-04 [thorsten]   1.9.6cvs24
12043
12044         * src/mh.c
12045                 marks lost on filesystems with different stat() results on
12046                 summer-/wintertime
12047
12048 2005-04-03 [colin]      1.9.6cvs23
12049
12050         * src/summaryview.c
12051                 Don't handle up/down. Patch by Alfons
12052
12053 2005-04-02 [colin]      1.9.6cvs22
12054
12055         * src/summaryview.c
12056                 Make scrolling faster. Patch by Alfons.
12057
12058 2005-04-01 [colin]      1.9.6cvs21
12059
12060         * src/Makefile.am
12061         * src/stock_pixmap.c
12062         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12063         * src/pixmaps/dir_noselect.xpm ** ADDED **
12064                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12065
12066 2005-04-01 [colin]      1.9.6cvs20
12067
12068         * src/image_viewer.c
12069         * src/image_viewer.h
12070         * src/procmime.c
12071         * src/procmime.h
12072         * src/textview.c
12073         * src/textview.h
12074                 Implement inline image resizing and right-clicking
12075
12076 2005-04-01 [paul]       1.9.6cvs19
12077
12078         * AUTHORS
12079         * Makefile.am
12080         * configure.ac
12081                 check for gnome2
12082                 patch by Luca Cavalli <loopback<AT>slackit.org>
12083         * po/ru.po
12084                 updated by Pavlo Bohmat
12085
12086 2005-03-31 [colin]      1.9.6cvs18
12087
12088         * src/news.c
12089                 Fix parsing references
12090         * src/msgcache.c
12091                 don't put nulls in the references list
12092         * src/procheader.c
12093                 commit that forgotten file in 1.9.6cvs14
12094
12095 2005-03-31 [colin]      1.9.6cvs17
12096
12097         * src/compose.c
12098                 Fix joining of signature separator again. 
12099                 Maybe Hiro could put it in main too...
12100
12101 2005-03-31 [colin]      1.9.6cvs16
12102
12103         * src/Makefile.am
12104         * src/foldersel.c
12105         * src/stock_pixmap.c
12106         * src/stock_pixmap.h
12107         * src/pixmaps/dir-noselect.xpm
12108                 Update foldersel.c (sync from main, patch by Alfons)
12109
12110 2005-03-30 [colin]      1.9.6cvs15
12111
12112         * src/imap.c
12113                 Fix handling of imap folders containing [] in 
12114                 their name. Thanks to Nahuel Angelinetti for
12115                 the detailed bugreport.
12116
12117 2005-03-30 [colin]      1.9.6cvs14
12118
12119         * src/common/utils.h
12120         * src/common/utils.c
12121         * src/common/defs.h
12122         * src/matcher.c
12123         * src/msgcache.c
12124         * src/news.c
12125         * src/procmsg.c
12126         * src/procmsg.h
12127         * src/quote_fmt_parse.y
12128         * src/summaryview.c
12129                 Update references system. Patch by Alfons
12130
12131 2005-03-30 [colin]      1.9.6cvs13
12132
12133         * src/common/socket.c
12134                 Force the glibc to read resolv.conf again when 
12135                 it has changed. Should fix issues when changing
12136                 networks on a laptop and not restarting sylpheed. 
12137
12138 2005-03-30 [paul]       1.9.6cvs12
12139
12140         partial sync with main:
12141
12142         * src/action.c
12143                 create_io_dialog(): use user-defined text font
12144                 (thanks to Alfons), and modified its appearance.
12145         * src/addrgather.c
12146         * src/addrharvest.c
12147         * src/browseldap.c
12148                 replace old code
12149         * src/compose.c
12150                 don't join (presumably) itemized lines on line-wrapping
12151                 fixed wrapping of quote when auto-wrapping is enabled
12152                 compose_destroy(): destroy paned only if it's not
12153                 attached to window. Fixed memory leak of popup menu.
12154         * src/exphtmldlg.c
12155         * src/expldifdlg.c
12156                 replace old code
12157         * src/html.c
12158         * src/html.h
12159         * src/importmutt.c
12160         * src/importpine.c
12161                 replace old code
12162         * src/main.c
12163                 removed redundant code
12164         * src/mainwindow.c
12165                 changed 'Code set' (which is rather incorrect)
12166                 in the menu to 'Character encoding'
12167                 main_window_set_widgets(): request size first
12168                 to prevent window size becoming wrong
12169                 fixed remembering of the state of the visibility
12170                 of MessageView
12171         * src/messageview.c
12172                 changed 'Code set' (which is rather incorrect)
12173                 in the menu to 'Character encoding'
12174         * src/prefs_common.c
12175         * src/prefs_common.h
12176                 added an option whether to render HTML as text or not
12177                 added separators to outgoing encoding menu
12178         * src/procheader.c
12179                 procheader_scan_date_string(): support header
12180                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12181         * src/summaryview.c
12182         * src/summaryview.h
12183                 minor code cleanup
12184         * src/textview.c
12185                 textview_show_html(): force output of newline
12186                 added an option whether to render HTML as text or not
12187         * src/common/utils.c
12188                 strncpy2(): optimized based on Alfons' code
12189         * src/gtk/gtkutils.c
12190         * src/gtk/gtkutils.h
12191                 removed non-used code
12192         * src/plugins/pgpmime/passphrase.c
12193                 partially fixed grab input of passphrase dialog
12194                 Confine pointer to window
12195
12196 2005-03-30 [colin]      1.9.6cvs11
12197
12198         * src/msgcache.c
12199         * src/msgcache.h
12200                 Read/write 32bit ints from cache & marks
12201                 From main.
12202
12203 2005-03-29 [paul]       1.9.6cvs10
12204
12205         * AUTHORS
12206         * ChangeLog.claws
12207         * src/compose.c
12208         * src/gtk/gtkaspell.c
12209                 sync with HEAD (don't pass NULL pointers) 
12210
12211 2005-03-24 [paul]
12212
12213         * tools/Makefile.am
12214         * tools/README
12215         * tools/acroread2sylpheed.pl
12216                 sync with HEAD (add script to send pdfs as
12217                 attachments from Adobe Reader 7)
12218
12219 2005-03-21 [paul]       1.9.6cvs9
12220
12221         * configure.ac
12222         * po/POTFILES.in
12223         * src/Makefile.am
12224         * src/crash.c
12225         * src/image_viewer.c ** ADDED **
12226         * src/image_viewer.h ** ADDED **
12227         * src/main.c
12228         * src/prefs_common.c
12229         * src/prefs_common.h
12230         * src/prefs_image_viewer.c ** ADDED **
12231         * src/prefs_image_viewer.h ** ADDED **
12232         * src/textview.c
12233         * src/gtk/about.c
12234         * src/pixmaps/sylpheed_logo.xpm
12235         * src/plugins/Makefile.am
12236         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12237         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12238         * src/plugins/image_viewer/plugin.c ** REMOVED **
12239         * src/plugins/image_viewer/viewer.c ** REMOVED **
12240         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12241         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12242         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12243         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12244         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12245                 as gdk-pixbuf is now built-in
12246                 remove image_viewer plugin and put code back into
12247                 main codebase
12248                 implement inline image display (sync with main)
12249
12250                 replace logo with newer, nicer, larger version  
12251
12252 2005-03-21 [paul]       1.9.6cvs8
12253
12254         * src/gtk/about.c
12255                 cosmetic improvement
12256
12257 2005-03-21 [holger]     1.9.6cvs7
12258
12259         * src/plugins/spamassassin/spamassassin.c
12260                 Sync with HEAD
12261                 (unregister hook on failed plugin init)
12262
12263 2005-03-20 [colin]      1.9.6cvs6
12264
12265         * src/common/plugin.c
12266                 Check that plugin isn't already loaded
12267                 Patch by Alfons
12268
12269 2005-03-20 [thorsten]   1.9.6cvs5
12270
12271         * src/compose.c
12272                 use a more compatible syntax
12273
12274 2005-03-20 [thorsten]   1.9.6cvs4
12275
12276         * src/prefs_toolbar.c
12277                 fix crash when selecting toolbar item (uninitialized pointer)
12278
12279 2005-03-20 [thorsten]   1.9.6cvs3
12280
12281         * src/procmime.c
12282                 fix mimetype detection (referenced free()d string)
12283
12284 2005-03-20 [paul]       1.9.6cvs2
12285
12286         * src/compose.c
12287                 sync with HEAD (1.0.3cvs5)
12288                 neglect Reply-To header if empty
12289                 Patch by Alfons 
12290
12291 2005-03-19 [holger]     1.9.6cvs1
12292
12293         * src/summaryview.c
12294         * src/summaryview.h
12295                 Sync with HEAD
12296
12297 2005-03-18 [paul]       1.9.6
12298
12299         initial GTK2 release
12300
12301 2005-03-18 [paul]       1.0.3cvs3.1
12302
12303         * AUTHORS
12304         * ChangeLog.claws
12305         * configure.ac
12306         * src/gtk/about.c
12307         * src/pixmaps/sylpheed_logo.xpm
12308                 sync with HEAD
12309
12310 2005-03-18 [colin]      1.0.3cvs2.6
12311
12312         * src/summaryview.c
12313                 Remove call to summary_step in summary_copy_selected_to
12314                 Can't see its purpose, and this causes bug when copying
12315                 a message if the next one is unread: it reads it.
12316
12317 2005-03-18 [paul]       1.0.3cvs2.5
12318
12319         * src/foldersel.c
12320                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12321
12322 2005-03-18 [paul]       1.0.3cvs2.4
12323
12324         * src/addrharvest.c
12325         * src/codeconv.c
12326         * src/codeconv.h
12327         * src/compose.c
12328         * src/news.c
12329         * src/procheader.c
12330         * src/procmime.c
12331         * src/unmime.c
12332         * src/unmime.h
12333                 fix buffer overflow, CAN-2005-0667, see
12334                 http://secunia.com/advisories/14491/
12335                 Patch by Alfons
12336
12337 2005-03-17 [colin]      1.0.3cvs2.3
12338
12339         * src/prefs_fonts.c
12340         * src/summaryview.c
12341                 Fix font bugs (both lists now officialy share 
12342                 the same font)
12343                 
12344
12345 2005-03-17 [paul]       1.0.3cvs2.2
12346
12347         * src/gtk/pluginwindow.c
12348                 make plugin descriptions uneditable
12349
12350 2005-03-11 [paul]       1.0.3cvs2.1
12351
12352         * ChangeLog.claws
12353         * configure.ac
12354         * po/POTFILES.in
12355         * src/plugins/trayicon/trayicon.c
12356                 sync with HEAD
12357                 add src/wizard.c to POTFILES.in
12358
12359 2005-03-11 [paul]       1.0.3cvs1.1
12360
12361         * ChangeLog
12362         * ChangeLog.claws
12363         * configure.ac
12364         * po/de.po
12365         * po/es.po
12366         * po/fr.po
12367         * po/it.po
12368         * po/pt_BR.po
12369         * po/ru.po
12370         * po/sk.po
12371         * po/sr.po
12372         * po/zh_CN.po
12373                 sync with HEAD
12374
12375 2005-03-04 [colin]      1.0.1cvs22.2
12376
12377         * src/compose.c
12378                 Fix signatures with accentued chars in it
12379
12380 2005-03-04 [colin]      1.0.1cvs22.1
12381
12382         * src/common/smtp.c
12383         * src/common/smtp.h
12384                 Don't use SIZE param in MAIL FROM: if server 
12385                 doesn't support it. Patch by Eugen Freiter
12386                 <eugen_f@users.sf.net>
12387
12388 2005-02-27 [paul]       1.0.1cvs20.1
12389
12390         * ChangeLog.claws
12391         * configure.ac
12392         * src/messageview.c
12393                 sync with HEAD
12394
12395 2005-02-27 [colin]      1.0.1cvs19.4
12396
12397         * src/procheader.c
12398         * src/procheader.h
12399                 Fix prototypes. Patch by Alfons
12400
12401 2005-02-27 [colin]      1.0.1cvs19.3
12402
12403         * src/compose.c
12404                 Don't auto-join the signature separator.
12405
12406 2005-02-26 [colin]      1.0.1cvs19.2
12407
12408         * src/summaryview.c
12409                 Fix 'mark all read' with collapsed threads.
12410                 Patch by Alfons.
12411
12412 2005-02-25 [paul]       1.0.1cvs19.1
12413
12414         * ChangeLog.claws
12415         * configure.ac
12416         * src/prefs_account.c
12417         * src/prefs_folder_item.c
12418         * src/gtk/prefswindow.c
12419         * src/gtk/prefswindow.h
12420                 sync with HEAD
12421
12422 2005-02-25 [paul]       1.0.1cvs15.12
12423
12424         * src/alertpanel.c
12425         * src/codeconv.c
12426         * src/compose.c
12427         * src/textview.c
12428         * src/gtk/gtkutils.c
12429         * src/gtk/gtkutils.h
12430         * src/gtk/logwindow.c
12431         * src/gtk/progressdialog.c
12432                 sync with main (revision 127)
12433                 and fix logwindow clipping
12434
12435 2005-02-24 [colin]      1.0.1cvs15.11
12436
12437         * src/plugins/pgpmime/passphrase.c
12438                 Disable input grabbing; it doesn't work yet.
12439
12440 2005-02-24 [colin]      1.0.1cvs15.10
12441
12442         * src/messageview.c
12443                 Don't send out receipts if offline. Ask.
12444
12445 2005-02-23 [colin]      1.0.1cvs15.9
12446
12447         * src/summaryview.c     
12448                 Fix expanding
12449
12450 2005-02-23 [colin]      1.0.1cvs15.8
12451
12452         * src/summaryview.c
12453                 Really fix Bug 568 by removing useless
12454                 calls. summary_thread_init() now called
12455                 in summary_sort(). This should please
12456                 Alfons as it should be faster than 
12457                 previously.
12458
12459 2005-02-23 [colin]      1.0.1cvs15.7
12460
12461         * src/compose.c
12462                 Encode parts as QP or B64 if signing
12463
12464 2005-02-23 [colin]      1.0.1cvs15.6
12465
12466         * src/compose.c
12467                 Fix Mimeinfo leakage (including tmp files)
12468         * src/procmsg.c
12469                 Fix tmp file leakage (spotted by Ivan Rayner)
12470
12471 2005-02-22 [colin]      1.0.1cvs15.5
12472
12473         * src/expldifdlg.c
12474                 Fix keyboard input. Patch by Alfons.
12475
12476 2005-02-21 [colin]      1.0.1cvs15.4
12477
12478         * src/compose.c
12479                 Fix Sign/Encrypt when unselecting privacy
12480                 system
12481         * src/prefs_common.c
12482                 Change default message font to Monospace
12483         * src/summaryview.c
12484                 More freezing during potentially large operations
12485
12486 2005-02-21 [paul]       1.0.1cvs15.3
12487
12488         * src/main.c
12489                 fix --help output
12490
12491 2005-02-21 [paul]       1.0.1cvs15.2
12492
12493         * po/Makefile.in.in
12494         * src/compose.c
12495         * src/summaryview.c
12496         * src/textview.c
12497         * src/common/utils.c
12498         * src/common/utils.h
12499                 sync with main (revision 117)
12500
12501 2005-02-20 [colin]      1.0.1cvs15.1
12502
12503         * src/common/defs.h
12504                 Change cache file to .sylpheed_claws_cache, as
12505                 suggested by Alfons. Allows people to switch
12506                 between Sylpheed and Sylpheed-Claws. it is
12507                 a good idea to "Check for new messages" at next
12508                 startup.
12509
12510
12511 2005-02-18 [colin]      1.0.1cvs14.1
12512
12513         * src/quote_fmt_lex.l
12514         * src/quote_fmt_parse.y
12515                 Fix parser initialisation. Patch by Ivan.
12516
12517 2005-02-18 [colin]      1.0.1cvs11.6
12518
12519         * src/folderview.c
12520                 Fix scrolldown (bug 662)
12521
12522 2005-02-17 [colin]      1.0.1cvs11.5
12523
12524         * src/codeconv.c
12525                 conv_filename_to_utf8: return clean 7bit instead
12526                 of broken utf8 if needed
12527         * src/mimeview.c
12528                 Fix display of parts with unclean 8bit names
12529
12530 2005-02-17 [paul]       1.0.1cvs11.4
12531
12532         * src/compose.c
12533         * src/exportldif.c
12534         * src/matcher_parser_parse.y
12535         * src/procmime.c
12536         * src/sourcewindow.c
12537         * src/common/Makefile.am
12538         * src/common/intl.h             ** REMOVED **
12539         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12540                 sync with main (revision 109)
12541                 and clean up
12542
12543 2005-02-16 [colin]      1.0.1cvs11.3
12544
12545         * src/summaryview.c
12546                 Fix collapsed thread not highlighting when new
12547                 messages in it (Bug 568) Patch by Stephan Sachse.
12548                 Fix messed up selection when reaching bounds (Bug 632)
12549         * src/prefs_themes.c
12550                 Fix theme installing (Bug 684)
12551
12552 2005-02-16 [colin]      1.0.1cvs11.2
12553
12554         * src/messageview.c
12555                 Fix messageview_select_all
12556
12557 2005-02-16 [colin]      1.0.1cvs11.1
12558
12559         * src/mh.c
12560                 Sync with HEAD (MH scan required function)
12561
12562 2005-02-15 [colin]      1.0.1cvs8.1
12563
12564         * src/mimeview.c
12565         * src/common/utils.c
12566                 Sync with HEAD (filename chars substitution)
12567
12568 2005-02-15 [colin]      1.0.1cvs7.3
12569
12570         * src/gtk/pluginwindow.c
12571                 Fix button spacing
12572
12573 2005-02-15 [colin]      1.0.1cvs7.2
12574
12575         * src/mimeview.c
12576                 Fix mime icons not reset across message when
12577                 scrolled down
12578
12579 2005-02-15 [colin]      1.0.1cvs7.1
12580
12581         * src/compose.c
12582         * src/procmime.c
12583                 Sync with HEAD (optimisation of cvs6)
12584
12585 2005-02-14 [colin]      1.0.1cvs6.1
12586
12587         * src/compose.c
12588         * src/procmime.c
12589                 Sync with HEAD (encode "From " at line beginning)
12590
12591 2005-02-14 [colin]      1.0.1cvs5.3
12592
12593         * src/compose.c
12594                 Fix wrapping with accentued chars.
12595
12596 2005-02-13 [colin]      1.0.1cvs5.2
12597
12598         * src/textview.c
12599                 Fix email informative part parsing with
12600                 accentued chars in it. ispunct() returns
12601                 true for them in utf8...
12602
12603 2005-02-12 [colin]      1.0.1cvs5.1
12604
12605         * src/filtering.c
12606                 Sync with HEAD (remove wrong use of compose after send)
12607
12608 2005-02-12 [paul]       1.0.1cvs4.5
12609
12610         * src/textview.c
12611                 remove unnecessary code (thanks to Alfons)
12612
12613 2005-02-12 [paul]       1.0.1cvs4.4
12614
12615         * src/textview.c
12616                 add 'Copy' to contextual menu on emails
12617
12618 2005-02-11 [colin]      1.0.1cvs4.3
12619
12620         * src/compose.c
12621                 revert 1.0.0cvs28.2, it doesn't work that well.
12622
12623 2005-02-11 [paul]       1.0.1cvs4.2
12624
12625         * po/Makefile.in.in
12626                 fix 'make release'
12627
12628 2005-02-10 [paul]       1.0.1cvs4.1
12629
12630         * ChangeLog
12631         * ChangeLog.claws
12632         * ChangeLog.jp
12633         * configure.ac
12634         * src/compose.c
12635                 sync with HEAD (sync with main)
12636
12637 2005-02-10 [paul]       1.0.1cvs3.2
12638
12639         * AUTHORS
12640         * Makefile.am
12641         * autogen.sh
12642         * configure.ac
12643         * config/mkinstalldirs
12644         * intl/.cvsignore
12645         * intl/ChangeLog
12646         * intl/VERSION
12647         * intl/bindtextdom.c
12648         * intl/config.charset
12649         * intl/dcgettext.c
12650         * intl/dcigettext.c
12651         * intl/dcngettext.c
12652         * intl/dgettext.c
12653         * intl/dngettext.c
12654         * intl/eval-plural.h
12655         * intl/explodename.c
12656         * intl/finddomain.c
12657         * intl/gettext.c
12658         * intl/gettextP.h
12659         * intl/gmo.h
12660         * intl/hash-string.h
12661         * intl/intl-compat.c
12662         * intl/l10nflist.c
12663         * intl/libgnuintl.h.in
12664         * intl/loadinfo.h
12665         * intl/loadmsgcat.c
12666         * intl/localcharset.c
12667         * intl/localcharset.h
12668         * intl/locale.alias
12669         * intl/localealias.c
12670         * intl/localename.c
12671         * intl/log.c
12672         * intl/ngettext.c
12673         * intl/os2compat.c
12674         * intl/os2compat.h
12675         * intl/osdep.c
12676         * intl/plural-exp.c
12677         * intl/plural-exp.h
12678         * intl/plural.c
12679         * intl/plural.y
12680         * intl/ref-add.sin
12681         * intl/ref-del.sin
12682         * intl/relocatable.c
12683         * intl/relocatable.h
12684         * intl/textdomain.c
12685         * m4/Makefile.am
12686         * po/Makefile.in.in
12687         * src/Makefile.am
12688         * src/account.c
12689         * src/action.c
12690         * src/addr_compl.c
12691         * src/addressadd.c
12692         * src/addressbook.c
12693         * src/addrgather.c
12694         * src/addrindex.c
12695         * src/alertpanel.c
12696         * src/browseldap.c
12697         * src/codeconv.c
12698         * src/codeconv.h
12699         * src/compose.c
12700         * src/compose.h
12701         * src/crash.c
12702         * src/editaddress.c
12703         * src/editbook.c
12704         * src/editgroup.c
12705         * src/editjpilot.c
12706         * src/editldap.c
12707         * src/editldap_basedn.c
12708         * src/editvcard.c
12709         * src/exphtmldlg.c
12710         * src/expldifdlg.c
12711         * src/export.c
12712         * src/exporthtml.c
12713         * src/filtering.c
12714         * src/folder.c
12715         * src/folder_item_prefs.c
12716         * src/foldersel.c
12717         * src/folderview.c
12718         * src/grouplistdialog.c
12719         * src/headerview.c
12720         * src/imap.c
12721         * src/imap_gtk.c
12722         * src/import.c
12723         * src/importldif.c
12724         * src/importmutt.c
12725         * src/importpine.c
12726         * src/inc.c
12727         * src/ldif.c
12728         * src/main.c
12729         * src/mainwindow.c
12730         * src/matcher.c
12731         * src/mbox.c
12732         * src/message_search.c
12733         * src/messageview.c
12734         * src/mh.c
12735         * src/mh_gtk.c
12736         * src/mimeview.c
12737         * src/msgcache.c
12738         * src/news.c
12739         * src/news_gtk.c
12740         * src/noticeview.c
12741         * src/partial_download.c
12742         * src/pop.c
12743         * src/prefs_account.c
12744         * src/prefs_actions.c
12745         * src/prefs_common.c
12746         * src/prefs_customheader.c
12747         * src/prefs_display_header.c
12748         * src/prefs_ext_prog.c
12749         * src/prefs_filtering.c
12750         * src/prefs_filtering_action.c
12751         * src/prefs_folder_item.c
12752         * src/prefs_fonts.c
12753         * src/prefs_gtk.c
12754         * src/prefs_matcher.c
12755         * src/prefs_msg_colors.c
12756         * src/prefs_spelling.c
12757         * src/prefs_summary_column.c
12758         * src/prefs_template.c
12759         * src/prefs_themes.c
12760         * src/prefs_toolbar.c
12761         * src/prefs_wrapping.c
12762         * src/privacy.c
12763         * src/procheader.c
12764         * src/procmime.c
12765         * src/procmsg.c
12766         * src/quote_fmt.c
12767         * src/recv.c
12768         * src/send_message.c
12769         * src/setup.c
12770         * src/sourcewindow.c
12771         * src/ssl_manager.c
12772         * src/statusbar.c
12773         * src/summary_search.c
12774         * src/summaryview.c
12775         * src/textview.c
12776         * src/toolbar.c
12777         * src/wizard.c
12778         * src/common/nntp.c
12779         * src/common/plugin.c
12780         * src/common/smtp.c
12781         * src/common/ssl.c
12782         * src/common/ssl_certificate.c
12783         * src/common/string_match.c
12784         * src/common/sylpheed.c
12785         * src/common/template.c
12786         * src/common/utils.c
12787         * src/gtk/about.c
12788         * src/gtk/colorlabel.c
12789         * src/gtk/description_window.c
12790         * src/gtk/filesel.c
12791         * src/gtk/foldersort.c
12792         * src/gtk/gtkaspell.c
12793         * src/gtk/gtkutils.c
12794         * src/gtk/inputdialog.c
12795         * src/gtk/logwindow.c
12796         * src/gtk/menu.c
12797         * src/gtk/pluginwindow.c
12798         * src/gtk/prefswindow.c
12799         * src/gtk/progressdialog.c
12800         * src/gtk/quicksearch.c
12801         * src/gtk/sslcertwindow.c
12802         * src/plugins/clamav/clamav_plugin.c
12803         * src/plugins/clamav/clamav_plugin_gtk.c
12804         * src/plugins/demo/demo.c
12805         * src/plugins/dillo_viewer/dillo_prefs.c
12806         * src/plugins/dillo_viewer/dillo_viewer.c
12807         * src/plugins/image_viewer/plugin.c
12808         * src/plugins/image_viewer/viewer.c
12809         * src/plugins/image_viewer/viewerprefs.c
12810         * src/plugins/mathml_viewer/mathml_viewer.c
12811         * src/plugins/pgpmime/passphrase.c
12812         * src/plugins/pgpmime/plugin.c
12813         * src/plugins/pgpmime/prefs_gpg.c
12814         * src/plugins/pgpmime/select-keys.c
12815         * src/plugins/pgpmime/sgpgme.c
12816         * src/plugins/spamassassin/spamassassin.c
12817         * src/plugins/spamassassin/spamassassin_gtk.c
12818         * src/plugins/trayicon/trayicon.c
12819                 sync with main (revision 104)
12820
12821 2005-02-10 [colin]      1.0.1cvs3.1
12822
12823         * src/mainwindow.c
12824                 Sync with HEAD (fix occasional crasher)
12825
12826 2005-02-10 [colin]      1.0.1cvs2.1
12827
12828         * src/messageview.c
12829                 Synw with HEAD (don't automatically display html)
12830
12831 2005-02-09 [colin]      1.0.1cvs1.3
12832
12833         * src/textview.c
12834         * src/textview.h
12835                 Add contextual menu on emails
12836
12837 2005-02-09 [colin]      1.0.1cvs1.2
12838
12839         * src/codeconv.c
12840                 Fix converting from broken headers and 
12841                 put back the _ in missing places
12842                 (feature broke with cvs24.2 sync, main 
12843                  possibly affected?)
12844
12845 2005-02-09 [colin]      1.0.1cvs1.1
12846
12847         * src/messageview.c
12848         * src/mimeview.c
12849         * src/mimeview.h
12850                 Sync with HEAD (display non text/plain mails with plugin)
12851
12852 2005-02-08 [colin]      1.0.1.1
12853
12854         * ChangeLog.claws
12855         * po/pt_BR.po
12856                 Sync with HEAD
12857         * configure.ac
12858                 Make default configuration directory 
12859                 be .sylpheed-gtk2
12860
12861 2005-02-08 [colin]      1.0.0cvs29.1
12862
12863         * po/de.po
12864         * po/es.po
12865         * po/fr.po
12866         * po/it.po
12867         * po/sk.po
12868         * po/sr.po
12869                 Sync translations with HEAD
12870
12871 2005-02-06 [colin]      1.0.0cvs28.3
12872
12873         * src/compose.c
12874                 Make compose a bit faster - patch by Alfons.
12875
12876 2005-02-06 [colin]      1.0.0cvs28.2
12877
12878         * src/compose.c
12879                 Make pasting via middle-click more reliable
12880
12881 2005-02-05 [paul]       1.0.0cvs28.1
12882
12883         * ChangeLog
12884         * ChangeLog.claws
12885         * ChangeLog.jp
12886         * configure.ac
12887         * src/compose.c
12888                 sync with HEAD
12889                 (fix bug 682 'redirect is broken'
12890
12891 2005-02-05 [torte]      1.0.0cvs27.1
12892
12893         * ChangeLog.claws
12894         * configure.ac
12895         * src/partial_download.c
12896                 Sync with HEAD (fix buf overflow)
12897
12898 2005-02-03 [colin]      1.0.0cvs26.1
12899
12900         * src/common/plugin.c
12901                 Sync with HEAD (avoid plugin mismatches)
12902
12903 2005-02-03 [paul]       1.0.0cvs25.3
12904
12905         * src/folderview.c
12906         * src/headerview.c
12907         * src/summaryview.c
12908         * src/textview.c
12909         * src/gtk/colorlabel.c
12910                 third and final part of initial sync with main-gtk2
12911
12912 2005-02-03 [paul]       1.0.0cvs25.2
12913
12914         * src/jpilot.c
12915                 fix building with jpilot support
12916
12917 2005-02-02 [colin]      1.0.0cvs25.1
12918
12919         * src/messageview.c
12920                 Sync with HEAD (fix dangerous typo)
12921
12922 2005-02-01 [colin]      1.0.0cvs24.3
12923
12924         * src/common/xml.c
12925                 Write file as advertised (UTF-8)
12926
12927 2005-02-01 [paul]       1.0.0cvs24.2
12928
12929         * src/addrbook.c
12930         * src/addrindex.c
12931         * src/alertpanel.h
12932         * src/codeconv.c
12933         * src/codeconv.h
12934         * src/compose.c
12935         * src/export.c
12936         * src/folder_item_prefs.c
12937         * src/html.c
12938         * src/imap.c
12939         * src/import.c
12940         * src/jpilot.c
12941         * src/mainwindow.c
12942         * src/matcher_parser_lex.l
12943         * src/messageview.c
12944         * src/mh.c
12945         * src/prefs_account.c
12946         * src/prefs_actions.c
12947         * src/prefs_common.c
12948         * src/prefs_gtk.c
12949         * src/prefs_gtk.h
12950         * src/prefs_themes.c
12951         * src/procheader.c
12952         * src/procmime.c
12953         * src/sourcewindow.c
12954         * src/statusbar.c
12955         * src/summaryview.c
12956         * src/textview.c
12957         * src/toolbar.c
12958         * src/unmime.c
12959         * src/common/template.c
12960         * src/common/utils.c
12961         * src/common/xml.c
12962         * src/common/xml.h
12963         * src/gtk/gtkaspell.c
12964         * src/plugins/clamav/clamav_plugin.c
12965         * src/plugins/dillo_viewer/dillo_prefs.c
12966         * src/plugins/image_viewer/viewerprefs.c
12967         * src/plugins/pgpmime/passphrase.c
12968         * src/plugins/pgpmime/prefs_gpg.c
12969         * src/plugins/pgpmime/select-keys.c
12970         * src/plugins/spamassassin/spamassassin.c
12971                 second part of initial sync with main-gtk2
12972                 (more to follow)
12973
12974 2005-01-31 [colin]      1.0.0cvs24.1
12975
12976         * src/compose.c
12977                 Sync with HEAD
12978
12979 2005-01-29 [paul]       1.0.0cvs23.2
12980
12981         * src/account.c
12982         * src/action.c
12983         * src/addressadd.c
12984         * src/addressbook.c
12985         * src/alertpanel.c
12986         * src/compose.c
12987         * src/editaddress.c
12988         * src/editbook.c
12989         * src/editgroup.c
12990         * src/editjpilot.c
12991         * src/editldap.c
12992         * src/editldap_basedn.c
12993         * src/editvcard.c
12994         * src/export.c
12995         * src/foldersel.c
12996         * src/grouplistdialog.c
12997         * src/import.c
12998         * src/importldif.c
12999         * src/inc.c
13000         * src/main.c
13001         * src/mainwindow.c
13002         * src/message_search.c
13003         * src/messageview.c
13004         * src/mimeview.c
13005         * src/prefs_actions.c
13006         * src/prefs_common.c
13007         * src/prefs_common.h
13008         * src/prefs_customheader.c
13009         * src/prefs_display_header.c
13010         * src/prefs_filtering.c
13011         * src/prefs_filtering_action.c
13012         * src/prefs_gtk.c
13013         * src/prefs_matcher.c
13014         * src/prefs_summary_column.c
13015         * src/prefs_template.c
13016         * src/sourcewindow.c
13017         * src/summary_search.c
13018         * src/summaryview.c
13019         * src/textview.c
13020         * src/gtk/about.c
13021         * src/gtk/description_window.c
13022         * src/gtk/gtkshruler.c
13023         * src/gtk/gtkutils.c
13024         * src/gtk/gtkutils.h
13025         * src/gtk/inputdialog.c
13026         * src/gtk/logwindow.c
13027         * src/gtk/prefswindow.c
13028         * src/gtk/progressdialog.c
13029         * src/gtk/progressdialog.h
13030                 first part of initial sync with main-gtk2
13031                 (more to follow)
13032
13033 2005-01-28 [colin]      1.0.0cvs23.1
13034
13035         * src/folderview.c
13036                 Sync with HEAD
13037
13038 2005-01-27 [colin]      1.0.0cvs21.1
13039
13040         * src/folder.c
13041         * src/folderview.c
13042                 Sync with HEAD
13043
13044 2005-01-27 [colin]      1.0.0cvs19.1
13045
13046         * src/procmime.c
13047                 Sync with HEAD
13048
13049 2005-01-27 [colin]      1.0.0cvs18.1
13050
13051         * src/messageview.c
13052         * src/summaryview.c
13053         * src/mainwindow.c
13054         * src/compose.c
13055         * src/compose.h
13056         * src/procmsg.c
13057         * src/procmsg.h
13058         * src/toolbar.c
13059                 Sync with HEAD
13060
13061 2005-01-26 [paul]       1.0.0cvs15.2
13062
13063         * src/compose.c
13064                 compose_entries_set(): convert subject and body to
13065                 utf8 if necessary. patch by Felix Eckhofer
13066
13067 2005-01-26 [paul]       1.0.0cvs15.1
13068
13069         * configure.ac
13070         * src/common/template.c
13071                 sync with HEAD (fix memory leak)
13072
13073 2005-01-25 [paul]       1.0.0cvs14.1
13074
13075         * configure.ac
13076         * src/compose.c
13077                 sync with HEAD
13078
13079 2005-01-24 [colin]      1.0.0cvs13.1
13080
13081         * src/summaryview.c
13082                 Sync with HEAD
13083
13084 2005-01-24 [paul]       1.0.0cvs12.1
13085
13086         * configure.ac
13087         * src/messageview.c
13088         * src/mh.c
13089         * src/common/utils.c
13090                 sync with HEAD
13091
13092 2005-01-24 [colin]      1.0.0cvs11.1
13093
13094         * src/procheader.c
13095                 Sync with HEAD
13096
13097 2005-01-24 [colin]      1.0.0cvs10.1
13098
13099         * src/folderview.c
13100                 Sync with HEAD
13101
13102 2005-01-23 [colin]      1.0.0cvs9.1
13103
13104         * src/crash.c
13105                 Sync with HEAD
13106
13107 2005-01-22 [colin]      1.0.0cvs8.1
13108
13109         * src/summaryview.c
13110         * src/gtk/quicksearch.c
13111                 Sync with HEAD
13112
13113 2005-01-21 [colin]      1.0.0cvs7.1
13114
13115         * src/summaryview.c
13116                 Sync with HEAD
13117
13118 2005-01-21 [colin]      1.0.0cvs6.1
13119
13120         * src/summaryview.c
13121                 Sync with HEAD
13122
13123 2005-01-21 [colin]      1.0.0cvs5.1
13124
13125         * src/gtk/quicksearch.c
13126         * src/prefs_common.c
13127         * src/prefs_common.h
13128                 Sync with HEAD (recurse option)
13129
13130 2005-01-21 [colin]      1.0.0cvs4.1
13131
13132         * src/folder.h
13133         * src/folderview.c
13134         * src/folderview.h
13135         * src/summaryview.c
13136         * src/gtk/quicksearch.c
13137         * src/gtk/quicksearch.h
13138                 Sync with HEAD (recursive quicksearch)
13139
13140 2005-01-20 [colin]      1.0.0cvs3.4
13141
13142         * src/ssl_manager.c
13143                 Remove useless code
13144
13145 2005-01-20 [colin]      1.0.0cvs3.3
13146
13147         * src/ssl_manager.c
13148                 Fix leak, thanks to Alfons.
13149
13150 2005-01-20 [colin]      1.0.0cvs3.2
13151
13152         * src/ssl_manager.c
13153                 Port SSL certificate window to GTK2.
13154
13155 2005-01-20 [paul]       1.0.0cvs3.1
13156
13157         * ChangeLog.claws
13158         * configure.ac
13159         * src/addrindex.c
13160         * src/addrindex.h
13161                 sync with HEAD
13162
13163 2005-01-19 [colin]      1.0.0cvs2.2
13164
13165         * src/plugins/trayicon/trayicon.c
13166                 Fix freeze with gtk-2.6, the easy way
13167                 (signal blocking helpless there...)
13168                 Closes bug #668.
13169
13170 2005-01-19 [colin]      1.0.0cvs2.1
13171
13172         * src/mbox.c
13173         * src/mbox.h
13174         * src/mainwindow.c
13175         * src/summaryview.c
13176         * src/summaryview.h
13177                 Sync with HEAD
13178
13179 2005-01-19 [paul]       1.0.0cvs1.1
13180
13181         * configure.ac
13182         * po/de.po
13183         * po/es.po
13184         * po/fr.po
13185         * po/hr.po
13186         * po/it.po
13187         * po/ja.po
13188         * po/ko.po
13189         * po/pt_BR.po
13190         * po/ru.po
13191         * po/sk.po
13192         * po/sr.po
13193                 sync with HEAD (update translations)
13194
13195 2005-01-18 [colin]      1.0.0cvs0.1
13196
13197         * src/foldersel.c
13198                 Specify search column - patch by Alfons
13199
13200 2005-01-18 [colin]      0.9.13cvs36.3
13201
13202         * src/prefs_toolbar.c
13203                 Change Delete to Remove
13204         * src/prefs_fonts.c
13205                 GTK2 version and leak fixes
13206         * src/prefs_actions.c
13207                 Add stock buttons.
13208                 All patches by Alfons
13209
13210 2005-01-17 [colin]      0.9.13cvs36.2
13211
13212         * src/compose.c
13213                 Fix DnD inserting twice. While at it,
13214                 add DnD support for text/plain in the
13215                 body, and add support in the headers.
13216
13217 2005-01-16 [colin]      0.9.13cvs36.1
13218
13219         * ChangeLog
13220         * ChangeLog.jp
13221         * ChangeLog.claws
13222                 Sync with HEAD (nothing applicable)
13223
13224 2005-01-16 [colin]      0.9.13cvs33.2
13225
13226         * src/prefs_toolbar.c
13227                 GTK2ize prefs_toolbar, by Alfons.
13228
13229 2005-01-14 [colin]      0.9.13cvs33.1
13230
13231         * src/html.c
13232         * src/msgcache.c
13233                 Sync with HEAD
13234
13235 2005-01-14 [colin]      0.9.13cvs32.1
13236
13237         * src/html.c
13238         * src/html.h
13239         * src/msgcache.c
13240         * AUTHORS
13241         * tools/calypso_convert.pl
13242                 Sync with HEAD
13243
13244 2005-01-08 [colin]      0.9.13cvs29.2
13245
13246         * src/prefs_filtering_action.c
13247         * src/prefs_filtering.c
13248                 2 more gtk2 patches by Alfons
13249
13250 2005-01-07 [paul]       0.9.13cvs29.1
13251
13252         * ChangeLog
13253         * ChangeLog.claws
13254         * ChangeLog.jp
13255         * configure.ac
13256         * src/pop.c
13257         * src/pop.h
13258                 sync with HEAD
13259
13260 2005-01-07 [colin]      0.9.13cvs28.3
13261
13262         * src/gtk/progressdialog.c
13263         * src/gtk/progressdialog.h
13264         * src/inc.c
13265         * src/send_message.c
13266                 GTK2 for the incorporation dialog. The CList isn't dead
13267                 yet, for a more smooth migration. Patch by Alfons.
13268
13269 2005-01-06 [colin]      0.9.13cvs28.2
13270
13271         * src/prefs_display_header.c
13272                 GTK2 conversion by Alfons
13273         * src/prefs_actions.c
13274         * src/prefs_matcher.c
13275                 Fix 2 leaks - patch by Alfons
13276
13277 2005-01-06 [colin]      0.9.13cvs28.1
13278
13279         * src/prefs_matcher.c
13280                 Sync with HEAD
13281
13282 2005-01-06 [colin]      0.9.13cvs27.4
13283
13284         * src/prefs_matcher.c
13285                 Fix double-free. Patch by Alfons
13286
13287 2005-01-06 [colin]      0.9.13cvs27.3
13288
13289         * src/prefs_matcher.c
13290                 GTK2 widgets + memleak
13291                 Patch by Alfons
13292
13293 2005-01-05 [colin]      0.9.13cvs27.2
13294
13295         * src/account.c
13296         * src/addr_compl.c
13297         * src/foldersel.c
13298         * src/stock_pixmap.c
13299         * src/stock_pixmap.h
13300                 3 more GTK2 patches by Alfons.
13301
13302 2005-01-04 [colin]      0.9.13cvs27.1
13303
13304         * src/folderview.c
13305         * src/imap_gtk.c
13306         * src/news_gtk.c
13307                 Sync with HEAD
13308
13309 2005-01-04 [colin]      0.9.13cvs25.9
13310
13311         * src/compose.c
13312                 Fix Show Ruler menuitem
13313         * src/prefs_template.c
13314                 Convert to GTK2
13315         * src/common/utils.c
13316                 Make auto pointer stuff handles NULLs
13317                 Patches by Alfons.
13318
13319 2005-01-04 [colin]      0.9.13cvs25.8
13320
13321         * src/compose.c
13322                 Move the attachment list to gtk2
13323                 Patch by Alfons.
13324
13325 2005-01-04 [colin]      0.9.13cvs25.7
13326
13327         * src/textview.c
13328                 Make some keys work again
13329                 Patch by SungHyun Nam <namsh@kldp.org>
13330
13331 2005-01-04 [colin]      0.9.13cvs25.6
13332
13333         * src/gtk/gtkshruler.c
13334                 Move the ruler to GTK2
13335                 Patch by Alfons
13336
13337 2005-01-03 [colin]      0.9.13cvs25.5
13338
13339         * src/compose.c
13340                 Fix my broken patch apply 
13341
13342 2005-01-03 [colin]      0.9.13cvs25.4
13343
13344         * src/common/utils.c
13345         * src/common/utils.h
13346         * src/gtk/prefswindow.c
13347                 Move auto pointer stuff to utils.c
13348                 Patch by Alfons again :)
13349
13350 2005-01-03 [colin]      0.9.13cvs25.3
13351
13352         * src/compose.c
13353         * src/prefs_gtk.c
13354         * src/prefs_template.c
13355         * src/textview.c
13356                 Empty text widgets with empty strings, not NULL char
13357                 Patch by SungHyun Nam <namsh@kldp_org>
13358
13359 2005-01-03 [colin]      0.9.13cvs25.2
13360
13361         * src/main.c
13362         * AUTHORS
13363                 Sync with HEAD
13364
13365 2005-01-03 [colin]      0.9.13cvs25.1
13366
13367         * src/pop.c
13368         * src/pop.h
13369                 Sync with HEAD
13370
13371 2005-01-03 [colin]      0.9.13cvs24.3
13372
13373         * src/account.c
13374                 Two patches from Alfons and Alex S Moore:
13375                 fix images, fix return value.
13376
13377 2005-01-01 [colin]      0.9.13cvs24.2
13378
13379         * src/prefs_actions.c
13380                 Fix over-zealous assertion. Patch by Alfons
13381
13382 2005-01-01 [colin]      0.9.13cvs24.1
13383
13384         * src/procmime.c
13385                 Sync with HEAD (leak fix)
13386
13387 2004-12-31 [colin]      0.9.13cvs23.2
13388
13389         * src/prefs_common.c
13390                 GTK2 widgets + stock buttons - patch by Alfons
13391
13392 2004-12-31 [paul]       0.9.13cvs23.1
13393
13394         * configure.ac
13395                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13396         * src/gtk/pluginwindow.c
13397                 use GTK2 widgets and plug memory leaks,
13398                 patches by Alfons
13399
13400 2004-12-30 [colin]      0.9.13cvs22.4
13401
13402         * src/account.c
13403         * src/action.c
13404         * src/export.c
13405         * src/foldersel.c
13406         * src/import.c
13407         * src/message_search.c
13408         * src/prefs_actions.c
13409         * src/prefs_common.c
13410         * src/prefs_customheader.c
13411         * src/prefs_filtering.c
13412         * src/prefs_summary_column.c
13413         * src/summary_search.c
13414         * src/gtk/about.c
13415         * src/gtk/description_window.c
13416         * src/gtk/gtkutils.c
13417         * src/gtk/gtkutils.h
13418         * src/gtk/inputdialog.c
13419         * src/gtk/prefswindow.c
13420                 Use GTK2 stock buttons. Patches by Alfons.
13421
13422 2004-12-30 [colin]      0.9.13cvs22.3
13423
13424         * src/account.c
13425                 Sync with HEAD
13426         * src/prefs_actions.c
13427         * src/prefs_customheader.c
13428         * src/prefs_filtering.c
13429         * src/prefs_msg_colors.c
13430         * src/prefs_summary_column.c
13431         * src/gtk/prefswindow.c
13432                 Use GtkTreeView instead of deprecated 
13433                 widgets. Patches by Alfons.
13434
13435 2004-12-30 [paul]       0.9.13cvs22.2
13436
13437         * src/foldersel.c
13438                 use GTK 2 Tree View
13439                 patch by Alfons, with root folder sorting fix
13440                 by Stephan Sachse
13441
13442 2004-12-30 [paul]       0.9.13cvs22.1
13443
13444         * ChangeLog
13445         * ChangeLog.claws
13446         * ChangeLog.jp
13447         * NEWS
13448         * configure.ac
13449         * src/account.c
13450                 sync with HEAD
13451
13452 2004-12-22 [martin]     0.9.13cvs21.2
13453
13454         * src/action.c
13455                 free the command line after its use
13456
13457 2004-12-18 [paul]       0.9.13cvs21.1
13458
13459         * AUTHORS
13460         * ChangeLog
13461         * ChangeLog.claws
13462         * ChangeLog.jp
13463         * NEWS
13464         * configure.ac
13465         * src/action.c
13466         * src/compose.c
13467         * src/syldap.c
13468                 sync with HEAD
13469
13470 2004-12-17 [martin]     0.9.13cvs17.2
13471
13472         * src/action.c
13473                 convert actions input to locale
13474         * src/inc.c
13475                 convert notification command to locale
13476         * src/plugins/pgpmime/select-keys.c
13477                 convert attributes to utf8
13478
13479 2004-12-14 [colin]      0.9.13cvs17.1
13480
13481         * ChangeLog
13482         * ChangeLog.jp
13483         * ChangeLog.claws
13484         * src/action.c
13485         * src/common/utils.c
13486         * src/gtk/prefswindow.c
13487         * src/gtk/gtkutils.c
13488         * src/gtk/gtkutils.h
13489         * src/plugins/spamassassin/libspamc.c
13490                 Sync with HEAD
13491
13492 2004-12-13 [colin]      0.9.13cvs14.1
13493
13494         * src/quote_fmt_parse.y
13495                 Sync with HEAD
13496
13497 2004-12-10 [colin]      0.9.13cvs12.1
13498
13499         * src/prefs_themes.c
13500         * src/mainwindow.c
13501         * src/messageview.c
13502                 Sync with HEAD
13503
13504 2004-12-09 [colin]      0.9.13cvs10.1
13505
13506         * src/procmime.c
13507                 Sync with HEAD (fix B64 encoding from memory)
13508
13509 2004-12-08 [colin]      0.9.13cvs9.1
13510
13511         * src/gtk/colorlabel.c
13512                 Sync with HEAD
13513
13514 2004-12-08 [paul]       0.9.13cvs8.2
13515
13516         * src/gtk/pluginwindow.c
13517                 fix window resizing oddities
13518
13519 2004-12-08 [colin]      0.9.13cvs8.1
13520
13521         * src/quote_fmt_parse.y
13522                 Sync with HEAD
13523
13524 2004-12-08 [colin]      0.9.13cvs7.1
13525
13526         * src/matcher_parser_parse.y
13527         * src/msgcache.c
13528         * src/prefs_matcher.c
13529         * src/procheader.c
13530         * src/matcher.c
13531         * src/common/defs.h
13532         * po/sr.po
13533                 Sync with HEAD
13534
13535 2004-12-08 [colin]      0.9.13cvs6.1
13536
13537         * src/quote_fmt_parse.y
13538         * src/textview.c
13539                 Sync with HEAD
13540         * src/gtk/prefswindow.c
13541         * src/gtk/pluginwindow.c
13542                 Fix G_CALLBACKS protos (thanks to Alfons)
13543
13544 2004-12-07 [torte]      0.9.13cvs2.2
13545
13546         * src/procmime.c
13547                 [Bug 650] reply button causes crash
13548                 Thanks to David Relson and Christoph
13549
13550 2004-12-07 [colin]      0.9.13cvs2.1
13551
13552         * ChangeLog.claws
13553         * AUTHORS
13554         * po/sk.po
13555         * src/procmime.c
13556         * src/prefs_account.c
13557         * src/common/smtp.c
13558         * src/common/smtp.h
13559                 Sync with HEAD
13560
13561 2004-12-06 [colin]      0.9.12cvs187.1
13562
13563         * ChangeLog.claws
13564         * INSTALL
13565         * Makefile.am
13566         * README.claws
13567         * TODO.claws
13568         * configure.ac
13569         * po/bg.po
13570         * po/cs.po
13571         * po/el.po
13572         * po/en_GB.po
13573         * po/es.po
13574         * po/fr.po
13575         * po/hr.po
13576         * po/hu.po
13577         * po/it.po
13578         * po/ja.po
13579         * po/ko.po
13580         * po/nl.po
13581         * po/pl.po
13582         * po/pt_BR.po
13583         * po/ru.po
13584         * po/sk.po
13585         * po/sr.po
13586         * po/sv.po
13587         * po/zh_CN.po
13588         * po/zh_TW.Big5.po
13589         * src/compose.c
13590         * tools/Makefile.am
13591         * tools/README
13592         * tools/filter_conv.pl
13593         * tools/kdeservicemenu/README
13594         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13595         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13596                 Sync with HEAD
13597
13598 2004-12-04 [colin]      0.9.12cvs183.1
13599
13600         * src/compose.c
13601                 Sync with HEAD (compose window position saving)
13602
13603 2004-12-04 [paul]       0.9.12cvs182.3
13604
13605         * src/messageview.c
13606         * src/mimeview.c
13607         * src/prefs_customheader.c
13608         * src/gtk/quicksearch.c
13609                 replace some forgotten GTK_SIGNAL_FUNCs
13610
13611 2004-12-04 [paul]       0.9.12cvs182.2
13612
13613         * src/Makefile.am
13614                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13615                 committed in error      
13616
13617 2004-12-04 [paul]       0.9.12cvs182.1
13618
13619         * ChangeLog
13620         * ChangeLog.claws
13621         * ChangeLog.jp
13622         * INSTALL
13623         * NEWS
13624         * README
13625         * README.jp
13626         * configure.ac
13627         * doc/manual/ja/Makefile.am
13628         * doc/manual/ja/sylpheed-1.html
13629         * doc/manual/ja/sylpheed-10.html
13630         * doc/manual/ja/sylpheed-11.html
13631         * doc/manual/ja/sylpheed-12.html
13632         * doc/manual/ja/sylpheed-13.html
13633         * doc/manual/ja/sylpheed-14.html
13634         * doc/manual/ja/sylpheed-15.html
13635         * doc/manual/ja/sylpheed-16.html
13636         * doc/manual/ja/sylpheed-17.html
13637         * doc/manual/ja/sylpheed-18.html
13638         * doc/manual/ja/sylpheed-19.html
13639         * doc/manual/ja/sylpheed-2.html
13640         * doc/manual/ja/sylpheed-20.html
13641         * doc/manual/ja/sylpheed-3.html
13642         * doc/manual/ja/sylpheed-4.html
13643         * doc/manual/ja/sylpheed-5.html
13644         * doc/manual/ja/sylpheed-6.html
13645         * doc/manual/ja/sylpheed-7.html
13646         * doc/manual/ja/sylpheed-8.html
13647         * doc/manual/ja/sylpheed-9.html
13648         * doc/manual/ja/sylpheed.html
13649         * doc/manual/ja/sylpheed.sgml
13650         * po/de.po
13651         * src/Makefile.am
13652         * src/compose.c
13653         * src/procmime.c
13654         * src/pixmaps/regular.xpm **REMOVED**
13655         * src/plugins/pgpmime/pgpmime.c
13656         * src/plugins/pgpmime/plugin.c
13657         * src/plugins/pgpmime/prefs_gpg.c
13658                 sync with HEAD
13659
13660 2004-12-03 [paul]       0.9.12cvs180.1
13661
13662         * ChangeLog
13663         * ChangeLog.claws
13664         * ChangeLog.jp
13665         * configure.ac
13666         * src/Makefile.am
13667         * src/pop.c
13668         * src/common/utils.c
13669         * src/common/utils.h
13670         * src/pixmaps/continue.xpm
13671         * src/pixmaps/dir_close.xpm
13672         * src/pixmaps/dir_open.xpm
13673         * src/pixmaps/drafts_close.xpm
13674         * src/pixmaps/drafts_open.xpm
13675         * src/pixmaps/folder.xpm **REMOVED**
13676         * src/pixmaps/group.xpm
13677         * src/pixmaps/unread.xpm
13678                 sync with HEAD
13679
13680 2004-12-02 [colin]      0.9.12cvs179.1
13681
13682         * src/compose.c
13683                 Sync with HEAD (non-duplicated reedition)
13684
13685 2004-12-02 [colin]      0.9.12cvs178.1
13686
13687         * src/compose.c
13688                 Sync with HEAD (linewrap_quote fix)
13689
13690 2004-12-01 [colin]      0.9.12cvs177.3
13691
13692         * src/addrharvest.c
13693                 Replace sizeof with strlen
13694
13695 2004-12-01 [paul]       0.9.12cvs177.2
13696
13697         * src/addrharvest.c
13698                 fix 'harvest addresses'
13699
13700 2004-11-30 [colin]      0.9.12cvs177.1
13701
13702         * src/gtk/prefswindow.c
13703         * src/gtk/pluginwindow.c
13704                 Sync with HEAD
13705
13706 2004-11-29 [colin]      0.9.12cvs176.1
13707
13708         * src/folderview.c
13709                 sync with HEAD (Fix disappearing separators in folderview's popup)
13710
13711 2004-11-29 [colin]      0.9.12cvs175.1
13712
13713         * src/procmime.c
13714                 Sync with head (another format fix)
13715
13716 2004-11-29 [colin]      0.9.12cvs174.1
13717
13718         * src/pop.c
13719                 Sync with HEAD (format string fix)
13720
13721 2004-11-26 [colin]      0.9.12cvs173.1
13722
13723         * src/common/smtp.c
13724         * src/common/smtp.h
13725                 Sync with HEAD
13726
13727 2004-11-24 [colin]      0.9.12cvs172.1
13728
13729         * src/plugins/pgpmime/pgpmime.c
13730                 Sync with HEAD
13731
13732 2004-11-24 [colin]      0.9.12cvs171.1
13733
13734         * src/plugins/pgpmime/pgpmime.c
13735                 Sync with head (gpgmectx leaks)
13736
13737 2004-11-24 [colin]      0.9.12cvs169.1
13738
13739         * src/plugins/pgpmime/plugin.c
13740         * src/plugins/trayicon/Makefile.am
13741         * src/plugins/trayicon/newmarkedmail.xpm
13742         * src/plugins/trayicon/trayicon.c
13743         * src/plugins/trayicon/unreadmarkedmail.xpm
13744                 Sync with HEAD
13745
13746 2004-11-23 [colin]      0.9.12cvs168.1
13747
13748         * src/partial_download.c
13749         * src/partial_download.h
13750         * src/plugins/pgpmime/plugin.c
13751                 Sync with HEAD
13752
13753 2004-11-23 [colin]      0.9.12cvs166.1
13754
13755         * src/Makefile.am
13756         * src/codeconv.c
13757         * src/compose.c
13758         * src/folderview.c
13759         * src/main.c
13760         * src/partial_download.c
13761         * src/partial_download.h
13762         * src/prefs_account.c
13763         * src/prefs_account.h
13764         * src/privacy.c
13765         * src/privacy.h
13766         * src/procmime.c
13767         * src/common/Makefile.am
13768         * src/common/base64.h
13769         * src/common/partial_download.c
13770         * src/common/partial_download.h
13771         * src/gtk/prefswindow.c
13772         * src/gtk/prefswindow.h
13773         * src/plugins/pgpmime/pgpmime.c
13774         * src/plugins/pgpmime/prefs_gpg.c
13775         * src/plugins/pgpmime/prefs_gpg.h
13776         * src/plugins/pgpmime/sgpgme.c
13777         * src/plugins/pgpmime/sgpgme.h
13778                 Sync with HEAD
13779
13780 2004-11-23 [colin]      0.9.12cvs163.1
13781
13782         * src/main.c
13783                 Sync with HEAD (cursor optimization)
13784
13785 2004-11-23 [colin]      0.9.12cvs162.1
13786
13787         * src/prefs_common.c
13788         * src/prefs_themes.c
13789         * src/procmsg.c
13790                 Sync with HEAD
13791
13792 2004-11-23 [colin]      0.9.12cvs158.9
13793
13794         * src/compose.c
13795                 Fix double-free when forwarding
13796         * src/msgcache.c
13797                 Fix leak on error path
13798                 
13799
13800 2004-11-23 [colin]      0.9.12cvs158.8
13801
13802         * src/compose.c
13803                 Fix possible double-free
13804                 Spotted by Alfons
13805
13806 2004-11-23 [colin]      0.9.12cvs158.7
13807
13808         * src/compose.c
13809                 Fix some signal handlers' prototypes
13810                 Spotted by Alfons
13811
13812 2004-11-22 [colin]      0.9.12cvs158.6
13813
13814         * src/compose.c
13815                 Remove unneeded code and duplicated
13816                 wrapping - patch by Alfons
13817
13818 2004-11-22 [colin]      0.9.12cvs158.5
13819
13820         * src/prefs_themes.c
13821                 Fix oversized selector
13822
13823 2004-11-22 [colin]      0.9.12cvs158.4
13824
13825         * src/compose.c
13826                 fix dump_text()
13827                 patch by Alfons
13828
13829 2004-11-19 [colin]      0.9.12cvs158.3
13830
13831         * src/textview.c
13832                 Add a context menu on links (open, copy)
13833
13834 2004-11-18 [paul]       0.9.12cvs158.2
13835
13836         * src/addrgather.c
13837         * src/exphtmldlg.c
13838         * src/expldifdlg.c
13839         * src/mimeview.c
13840         * src/prefs_common.c
13841         * src/plugins/image_viewer/viewer.c
13842         * src/plugins/spamassassin/spamassassin_gtk.c
13843                 replace deprecated gtk_notebook_set_page
13844                 and gtk_notebook_current_page
13845
13846 2004-11-18 [paul]       0.9.12cvs158.1
13847
13848         * configure.ac
13849         * src/compose.c
13850         * src/mainwindow.c
13851         * src/messageview.c
13852         * src/prefs_common.c
13853         * src/common/utils.c
13854         * src/common/utils.h
13855                 sync with HEAD
13856
13857 2004-11-17 [colin]      0.9.12cvs156.1
13858
13859         * src/prefs_account.c
13860         * src/prefs_account.h
13861         * src/procmsg.c
13862                 Sync with HEAD (add pref to store encrypted mails encrypted)
13863
13864 2004-11-17 [paul]       0.9.12cvs155.1
13865
13866         * ChangeLog
13867         * ChangeLog.claws
13868         * ChangeLog.jp
13869         * NEWS
13870         * configure.ac
13871         * src/compose.c
13872         * src/jpilot.c
13873         * src/privacy.c
13874         * src/procmime.c
13875         * src/procmime.h
13876         * src/procmsg.c
13877         * src/toolbar.c
13878         * src/pixmaps/error.xpm
13879                 sync with HEAD
13880
13881 2004-11-17 [colin]      0.9.12cvs151.1
13882
13883         * src/plugins/pgpmime/pgpmime.c
13884                 Sync with HEAD (remove debug printf)
13885
13886 2004-11-17 [colin]      0.9.12cvs150.1
13887
13888         * src/plugins/pgpmime/pgpmime.c
13889                 Sync with HEAD (off-by-one fix)
13890
13891 2004-11-17 [colin]      0.9.12cvs149.1
13892
13893         * src/procmsg.c
13894                 Sync with HEAD (coding style fixes)
13895
13896 2004-11-16 [colin]      0.9.12cvs148.1
13897
13898         * src/procmsg.c
13899                 Sync with head (Fix the fix)
13900
13901 2004-11-16 [colin]      0.9.12cvs147.1
13902
13903         * src/procmsg.c
13904                 Sync with Main (leak fix)
13905
13906 2004-11-16 [colin]      0.9.12cvs146.14
13907
13908         * src/compose.c
13909                 Remove useless chunk of code
13910                 Patch by Alfons
13911
13912 2004-11-15 [colin]      0.9.12cvs146.13
13913
13914         * src/compose.c
13915                 Fix drafting after insertion
13916                 Patch by Alfons
13917
13918 2004-11-15 [colin]      0.9.12cvs146.12
13919
13920         * src/compose.c
13921         * src/prefs_filtering.c
13922         * src/prefs_filtering_action.c
13923         * src/prefs_toolbar.c
13924                 Fix some const-correctness
13925
13926 2004-11-15 [colin]      0.9.12cvs146.11
13927
13928         * src/summaryview.c
13929         * src/prefs_themes.c
13930         * src/messageview.c
13931                 Fix some leaks
13932
13933 2004-11-15 [colin]      0.9.12cvs146.10
13934
13935         * src/codeconv.c
13936                 More unreadable locale fixes
13937
13938 2004-11-14 [colin]      0.9.12cvs146.9
13939
13940         * src/textview.c
13941                 Fix uri_security_check
13942                 Patch by Alfons
13943
13944 2004-11-13 [paul]       0.9.12cvs146.8
13945
13946         * src/folder.c
13947         * src/procmime.c
13948                 fix 2 bugs introduced in last commit
13949
13950 2004-11-13 [paul]       0.9.12cvs146.7
13951
13952         * src/compose.c
13953         * src/exporthtml.c
13954         * src/exportldif.c
13955         * src/folder.c
13956         * src/imap.c
13957         * src/imap_gtk.c
13958         * src/main.c
13959         * src/mainwindow.c
13960         * src/messageview.c
13961         * src/mh_gtk.c
13962         * src/prefs_themes.c
13963         * src/procmime.c
13964         * src/setup.c
13965         * src/summaryview.c
13966                 replace deprecated g_basename
13967
13968 2004-11-13 [paul]       0.9.12cvs146.6
13969
13970         * src/compose.c
13971         * src/imap.c
13972         * src/matcher_parser.h
13973         * src/matcher_parser_parse.y
13974         * src/prefs_filtering.c
13975         * src/prefs_filtering_action.c
13976         * src/prefs_themes.c
13977         * src/prefs_toolbar.c
13978         * src/common/utils.c
13979                 various small fixes/cleanups
13980
13981 2004-11-12 [colin]      0.9.12cvs146.5
13982
13983         * src/textview.c
13984                 Validate event's origin on visibility notify
13985                 Patch by Alfons.
13986
13987 2004-11-12 [paul]       0.9.12cvs146.4
13988
13989         * src/exporthtml.c
13990         * src/exportldif.c
13991         * src/imap.c
13992         * src/mh.c
13993         * src/mimeview.c
13994         * src/prefs_spelling.c
13995         * src/prefs_themes.c
13996                 replace deprecated g_dirname    
13997
13998 2004-11-12 [colin]      0.9.12cvs146.3
13999
14000         * src/textview.c
14001                 Some coding style fixes
14002
14003 2004-11-12 [colin]      0.9.12cvs146.2
14004
14005         * src/codeconv.c
14006                 We want to replace _all_ extended chars in
14007                 conv_unreadable_*, because any string containing
14008                 extended chars not parsing as UTF8 is 
14009                 undisplayed on gtk2.
14010
14011 2004-11-12 [paul]       0.9.12cvs146.1
14012
14013         * ChangeLog
14014         * ChangeLog.claws
14015         * ChangeLog.jp
14016         * NEWS
14017         * configure.ac
14018         * src/account.c
14019         * src/folderview.c
14020         * src/folderview.h
14021         * src/imap.c
14022         * src/imap_gtk.c
14023         * src/inc.c
14024         * src/mainwindow.c
14025         * src/mh_gtk.c
14026         * src/news_gtk.c
14027         * src/pop.c
14028         * src/prefs_account.c
14029         * src/prefs_account.h
14030         * src/prefs_ext_prog.c
14031         * src/procmime.c
14032         * src/procmime.h
14033         * src/procmsg.c
14034         * src/procmsg.h
14035         * src/summary_search.c
14036         * src/summaryview.c
14037         * src/textview.c
14038         * src/common/defs.h
14039         * src/common/utils.c
14040         * src/common/utils.h
14041         * src/gtk/menu.c
14042         * src/gtk/menu.h
14043                 sync with HEAD
14044
14045 2004-11-11 [colin]      0.9.12cvs144.2
14046
14047         * src/textview.c
14048                 Fix URI range selection (patch by Alfons)
14049
14050 2004-11-09 [colin]      0.9.12cvs144.1
14051
14052         * ChangeLog.claws
14053         * src/compose.c
14054         * src/folder.c
14055         * src/folder_item_prefs.c
14056         * src/prefs_account.c
14057         * src/prefs_account.h
14058         * src/plugins/pgpmime/pgpmime.c
14059                 Sync with HEAD
14060
14061 2004-11-08 [colin]      0.9.12cvs143.1
14062
14063         * src/summaryview.c
14064                 Sync with HEAD (optimize quicksearch)
14065
14066 2004-11-08 [colin]      0.9.12cvs142.2
14067
14068         * src/compose.c
14069                 Don't wrap when Edit/Auto wrapping is disabled
14070
14071 2004-11-08 [colin]      0.9.12cvs142.1
14072
14073         * src/textview.c
14074                 Sync with HEAD
14075
14076 2004-11-08 [colin]      0.9.12cvs141.1
14077
14078         * src/textview.c
14079                 Sync with HEAD (fix some mail URIs)
14080
14081 2004-11-08 [colin]      0.9.12cvs140.3
14082
14083         * src/textview.c
14084                 o Use text cursor instead of arrow when
14085                   not on a link
14086                 o Fix handling of contiguous links (as in
14087                   "colin@colino.net" <colin@colino.net>)
14088                   This one unveils a bug in get_email_part()
14089
14090 2004-11-07 [colin]      0.9.12cvs140.2
14091
14092         * src/textview.c
14093                 Fix memleak. Patch by Alfons.
14094
14095 2004-11-06 [colin]      0.9.12cvs140.1
14096
14097         * src/compose.c
14098                 Sync with HEAD (don't ask passphrase
14099                 when drafting)
14100
14101 2004-11-06 [paul]       0.9.12cvs139.2
14102
14103         * AUTHORS
14104         * src/textview.c
14105         * src/textview.h
14106                 textview URI handling. hovering over a 
14107                 link displays it in the status bar,
14108                 and changes the mouse pointer to a hand 
14109                 cursor. a link is activated with a single 
14110                 click. (Modified from the) patch by Jean-Yves 
14111                 Lefort <jylefort@users.sourceforge.net>
14112                 
14113
14114 2004-11-05 [colin]      0.9.12cvs139.1
14115
14116         * src/compose.c
14117         * src/procmime.c
14118                 Sync with HEAD again ^^
14119
14120 2004-11-05 [colin]      0.9.12cvs139.1
14121
14122         * src/compose.c
14123         * src/procmime.c
14124                 Sync with HEAD
14125
14126 2004-11-03 [paul]       0.9.12cvs138.1
14127
14128         * ChangeLog.claws
14129         * configure.ac
14130         * po/POTFILES.in
14131         * src/prefs_ext_prog.c
14132         * src/procmime.c
14133         * tools/kdeservicemenu/README
14134         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14135         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14136                 sync with HEAD
14137
14138 2004-11-01 [christoph]  0.9.12cvs136.2
14139
14140         * src/procmime.c
14141                 convert MIME parameters to UTF-8
14142
14143 2004-10-29 [colin]      0.9.12cvs136.1
14144
14145         * src/common/utils.c
14146                 Sync with HEAD (don't use '=' in mime boundary)
14147
14148 2004-10-29 [paul]       0.9.12cvs135.1
14149
14150         * configure.ac
14151         * doc/src/rfc2231.txt
14152         * src/procmime.c
14153         * src/common/quoted-printable.c
14154         * src/common/utils.c
14155         * src/common/utils.h
14156                 sync with HEAD
14157
14158 2004-10-27 [paul]       0.9.12cvs134.1
14159
14160         * configure.ac
14161         * src/main.c
14162         * src/procmime.c
14163         * src/plugins/pgpmime/pgpmime.c
14164                 sync with HEAD
14165
14166 2004-10-26 [paul]       0.9.12cvs132.3
14167
14168         * src/account.c
14169         * src/addressbook.c
14170         * src/addrgather.c
14171         * src/addrharvest.c
14172         * src/codeconv.c
14173         * src/compose.c
14174         * src/customheader.c
14175         * src/editaddress.c
14176         * src/editgroup.c
14177         * src/enriched.c
14178         * src/expldifdlg.c
14179         * src/exporthtml.c
14180         * src/exportldif.c
14181         * src/folder.c
14182         * src/foldersel.c
14183         * src/folderview.c
14184         * src/grouplistdialog.c
14185         * src/html.c
14186         * src/imap.c
14187         * src/jpilot.c
14188         * src/ldapserver.c
14189         * src/ldif.c
14190         * src/mimeview.c
14191         * src/news.c
14192         * src/news_gtk.c
14193         * src/pop.c
14194         * src/prefs_display_header.c
14195         * src/prefs_gtk.c
14196         * src/prefs_msg_colors.c
14197         * src/prefs_toolbar.c
14198         * src/procheader.c
14199         * src/procmime.c
14200         * src/summaryview.c
14201         * src/textview.c
14202         * src/toolbar.c
14203         * src/vcard.c
14204         * src/common/mgutils.c
14205         * src/common/nntp.c
14206         * src/common/smtp.c
14207         * src/common/template.c
14208         * src/common/utils.c
14209         * src/common/xmlprops.c
14210         * src/plugins/pgpmime/pgpmime.c
14211         * src/plugins/pgpmime/select-keys.c
14212         * src/plugins/pgpmime/sgpgme.c
14213                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14214                 g_string_sprintfa(), gtk_notebook_current_page()
14215
14216 2004-10-26 [colin]      0.9.12cvs132.2
14217
14218         * src/prefs_folder_item.c
14219                 Fix default-account selection
14220
14221 2004-10-21 [colin]      0.9.12cvs133
14222
14223         * src/compose.c
14224                 Sync with HEAD (Remove extra separator in compose's Options)
14225         * src/textview.c
14226                 Set wrapping to char
14227
14228 2004-10-21 [paul]       0.9.12cvs131.2
14229
14230         * src/compose.c
14231         * src/sourcewindow.c
14232                 fix wrapping
14233                 fix window shrinking 
14234
14235 2004-10-21 [colin]      0.9.12cvs131.1
14236
14237         * ChangeLog.claws
14238         * src/compose.c
14239                 Sync with HEAD
14240
14241 2004-10-21 [paul]       0.9.12cvs130.2
14242
14243         * src/prefs_folder_item.c
14244                 sync with HEAD (Apply to subfolders)
14245
14246 2004-10-19 [colin]      0.9.12cvs130.1
14247
14248         * ChangeLog.claws
14249         * src/compose.c
14250         * src/common/utils.c
14251         * src/gtk/menu.c
14252                 Sync with HEAD
14253
14254 2004-10-19 [colin]      0.9.12cvs128.1
14255
14256         * src/addrbook.c
14257         * src/addrcache.c
14258         * src/addressbook.c
14259         * src/codeconv.c
14260         * src/compose.c
14261         * src/customheader.c
14262         * src/editaddress.c
14263         * src/editgroup.c
14264         * src/exporthtml.c
14265         * src/folder.c
14266         * src/folderview.c
14267         * src/imap.c
14268         * src/jpilot.c
14269         * src/main.c
14270         * src/matcher_parser_parse.y
14271         * src/mbox.c
14272         * src/pop.c
14273         * src/prefs_account.c
14274         * src/prefs_gtk.c
14275         * src/prefs_msg_colors.c
14276         * src/procheader.c
14277         * src/procmime.c
14278         * src/procmime.h
14279         * src/procmsg.c
14280         * src/summaryview.c
14281         * src/textview.c
14282         * src/common/base64.c
14283         * src/common/partial_download.c
14284         * src/common/socket.c
14285         * src/common/sylpheed.c
14286         * src/common/utils.c
14287         * src/common/utils.h
14288         * src/gtk/pluginwindow.c
14289         * src/gtk/quicksearch.c
14290         * src/plugins/clamav/clamav_plugin.c
14291         * src/plugins/clamav/clamav_plugin.h
14292         * src/plugins/clamav/clamav_plugin_gtk.c
14293         * src/plugins/pgpmime/passphrase.c
14294         * src/plugins/pgpmime/pgpmime.c
14295         * src/plugins/pgpmime/plugin.c
14296         * src/plugins/pgpmime/prefs_gpg.c
14297         * src/plugins/pgpmime/prefs_gpg.h
14298         * src/plugins/pgpmime/select-keys.c
14299         * src/plugins/pgpmime/sgpgme.c
14300         * src/plugins/spamassassin/libspamc.c
14301         * src/plugins/spamassassin/spamassassin.c
14302         * src/plugins/spamassassin/spamassassin.h
14303         * src/plugins/spamassassin/spamassassin_gtk.c
14304         * src/plugins/trayicon/trayicon.c
14305         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14306                 Sync with HEAD
14307
14308 2004-10-14 [colin]      0.9.12cvs126.2
14309
14310         * src/codeconv.c
14311         * src/textview.c
14312                 Fix conv_unreadable_locale
14313
14314 2004-10-13 [colin]      0.9.12cvs126.1
14315
14316         * src/compose.c
14317                 Sync with HEAD (don't convert charset for 
14318                 drafted messages, minor cleanup)
14319
14320 2004-10-13 [colin]      0.9.12cvs125.1
14321
14322         * po/POTFILES.in
14323                 Sync with HEAD (POTFILES fix)
14324
14325 2004-10-12 [colin]      0.9.12cvs124.3
14326
14327         * src/compose.c
14328                 Fix encoding bug from latest sync
14329
14330 2004-10-12 [paul]       0.9.12cvs124.2
14331
14332         * src/plugins/pgpmime/prefs_gpg.c
14333         * src/plugins/pgpmime/prefs_gpg.h
14334                 forgotten in last commit        
14335
14336 2004-10-12 [paul]       0.9.12cvs124.1
14337
14338         * ChangeLog.claws
14339         * configure.ac
14340         * m4/spamassassin.m4
14341         * src/Makefile.am
14342         * src/account.c
14343         * src/compose.c
14344         * src/compose.h
14345         * src/crash.c
14346         * src/main.c
14347         * src/mimeview.c
14348         * src/passphrase.c
14349         * src/passphrase.h
14350         * src/prefs_account.c
14351         * src/prefs_account.h
14352         * src/prefs_common.c
14353         * src/privacy.c
14354         * src/privacy.h
14355         * src/procmime.c
14356         * src/procmime.h
14357         * src/procmsg.c
14358         * src/rfc2015.c
14359         * src/rfc2015.h
14360         * src/select-keys.c
14361         * src/select-keys.h
14362         * src/textview.c
14363         * src/common/utils.c
14364         * src/common/utils.h
14365         * src/gtk/about.c
14366         * src/plugins/pgpmime/Makefile.am
14367         * src/plugins/pgpmime/passphrase.c
14368         * src/plugins/pgpmime/passphrase.h
14369         * src/plugins/pgpmime/pgpmime.c
14370         * src/plugins/pgpmime/plugin.c
14371         * src/plugins/pgpmime/select-keys.c
14372         * src/plugins/pgpmime/select-keys.h
14373         * src/plugins/pgpmime/sgpgme.c
14374         * src/plugins/pgpmime/sgpgme.h
14375                 sync with HEAD
14376
14377 2004-10-04 [colin]      0.9.12cvs122.1
14378
14379         * src/mainwindow.c
14380         * src/messageview.c
14381         * src/messageview.h
14382         * src/textview.c
14383                 Sync with HEAD
14384
14385 2004-10-04 [colin]      0.9.12cvs121.1
14386
14387         * src/summaryview.c
14388                 Sync with HEAD
14389
14390 2004-10-04 [paul]       0.9.12cvs120.1
14391
14392         * configure.ac
14393                 sync with HEAD [don't try to build 
14394                 pgpmime plugin when gpgme is disabled]
14395
14396 2004-10-03 [colin]      0.9.12cvs119.3
14397
14398         * src/gtk/gtksctree.c
14399                 Lots of side effects. Put back as before 117.2.
14400         * src/summaryview.c
14401                 Fix bug #602
14402
14403 2004-10-03 [colin]      0.9.12cvs119.2
14404
14405         * src/gtk/gtksctree.c
14406                 Revert 608 fix that doesn't work that good
14407
14408 2004-10-02 [colin]      0.9.12cvs119.1
14409
14410         * src/mainwindow.c
14411         * src/messageview.c
14412         * src/prefs_common.h
14413         * src/procmime.c
14414         * src/procmime.h
14415         * src/textview.c
14416                 Sync with HEAD
14417         * src/gtk/gtksctree.c
14418                 Close bug #608
14419
14420 2004-10-01 [colin]      0.9.12cvs118.1
14421
14422         * src/mimeview.c
14423                 Sync with HEAD (better Save All fix)
14424
14425 2004-10-01 [colin]      0.9.12cvs117.2
14426
14427         * src/gtk/gtksctree.c
14428                 Faster on selection
14429
14430 2004-10-01 [colin]      0.9.12cvs117.1
14431
14432         * src/mimeview.c
14433                 Sync with HEAD (Save All: only attachments)
14434
14435 2004-10-01 [paul]       0.9.12cvs116.1
14436
14437         * ChangeLog.claws
14438         * configure.ac
14439         * src/account.c
14440         * src/prefs_common.c
14441         * src/gtk/colorlabel.c
14442                 sync with HEAD
14443
14444 2004-09-30 [colin]      0.9.12cvs115.1
14445
14446         * src/stock_pixmap.c
14447         * src/stock_pixmap.h
14448         * src/folderview.c
14449         * src/Makefile.am
14450         * src/pixmaps/read.xpm
14451                 Sync with HEAD (new pixmap)
14452
14453 2004-09-29 [colin]      0.9.12cvs114.1
14454
14455         * src/compose.c
14456                 Sync with HEAD
14457                 Fix focus handling in headers
14458
14459 2004-09-29 [paul]       0.9.12cvs113.1
14460
14461         * src/quote_fmt_parse.y
14462                 sync with HEAD
14463  
14464
14465 2004-09-28 [colin]      0.9.12cvs112.1
14466
14467         * src/folderview.c
14468         * src/mainwindow.c
14469                 Sync with HEAD
14470
14471 2004-09-28 [colin]      0.9.12cvs110.1
14472
14473         * src/folderview.c
14474                 Sync with HEAD (Contextual Empty trash menu)
14475
14476 2004-09-28 [colin]      0.9.12cvs108.1
14477
14478         * src/addressbook.c
14479                 Sync with HEAD (addressbook edit on double-click)
14480
14481 2004-09-28 [colin]      0.9.12cvs106.1
14482
14483         * src/inc.c
14484                 Sync with HEAD (folder_item freeze on inc)
14485
14486 2004-09-27 [colin]      0.9.12cvs105.1
14487
14488         * src/folderview.c
14489                 Sync with HEAD (right-align new and unread column)
14490
14491 2004-09-27 [colin]      0.9.12cvs104.1
14492
14493         * src/main.c
14494                 Sync with HEAD (revert 0.9.12cvs101)
14495
14496 2004-09-24 [colin]      0.9.12cvs103.2
14497
14498         * src/wizard.c
14499                 Fix gtk warnings and use domain part of the email address 
14500                 when domain detection fails (no dot in domain name)
14501
14502 2004-09-23 [colin]      0.9.12cvs103.1
14503
14504         * src/plugins/spamassassin/libspamc.c
14505         * src/plugins/spamassassin/libspamc.h
14506         * src/plugins/spamassassin/utils.c
14507         * src/plugins/spamassassin/utils.h
14508                 Sync with HEAD (Update spamassassin to 3.0)
14509
14510 2004-09-21 [colin]      0.9.12cvs102.3
14511
14512         * src/action.c
14513                 Add horizontal scrollbar in action io dialog as needed
14514                 Patch by Alfons.
14515
14516 2004-09-20 [colin]      0.9.12cvs102.2
14517
14518         * src/plugins/image_viewer/viewer.c
14519                 Remove imlib stuff
14520                 use gtk_pixmap_set when clearing
14521                 (would be better to use gtkImages, but causes size-allocate 
14522                 signals storm)
14523
14524 2004-09-17 [paul]       0.9.12cvs102.1
14525
14526         * ChangeLog
14527         * ChangeLog.claws
14528         * ChangeLog.jp
14529         * configure.ac
14530         * src/inc.c
14531                 sync with HEAD
14532
14533
14534 2004-09-17 [colin]      0.9.12cvs101.1
14535
14536         * ChangeLog.claws
14537         * src/main.c
14538                 Sync with HEAD (fix segs at exit)
14539
14540 2004-09-14 [colin]      0.9.12cvs99.5
14541
14542         * src/common/socket.c
14543         * AUTHORS
14544                 Fix send error on 64bit platforms
14545                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14546
14547 2004-09-14 [colin]      0.9.12cvs99.4
14548
14549         * src/action.c
14550                 Fix action output with utf8 
14551                 Patch by Alfons.
14552
14553 2004-09-14 [colin]      0.9.12cvs99.3
14554
14555         * ChangeLog.claws
14556         * src/folder.c
14557                 Sync with HEAD
14558
14559 2004-09-09 [colin]      0.9.12cvs99.2
14560
14561         * src/action.c
14562                 Fix progress bar (displaying "Completed %v/%u")
14563                 Patch by Alfons.
14564
14565 2004-09-08 [colin]      0.9.12cvs99.1
14566
14567         * src/account.c
14568         * src/folder.c
14569         * src/procmsg.c
14570         * src/procmsg.h
14571         * src/plugins/pgpmime/pgpmime.c
14572                 Sync with HEAD
14573
14574 2004-09-08 [colin]      0.9.12cvs97.2
14575
14576         * src/summaryview.c
14577                 Don't select mails in collapsed threads 
14578                 when navigating with up/down
14579
14580 2004-09-07 [colin]      0.9.12cvs97.1
14581
14582         * src/inc.c
14583                 Sync with HEAD (meaningful error messages)
14584
14585 2004-09-06 [colin]      0.9.12cvs96.1
14586
14587         * src/toolbar.c
14588                 Sync with HEAD (fix Redirect graying out)
14589
14590 2004-09-06 [colin]      0.9.12cvs95.1
14591
14592         * src/summaryview.c
14593         * src/mimeview.c
14594                 Sync with HEAD (fix dropped URIs)
14595
14596 2004-09-06 [colin]      0.9.12cvs94.1
14597
14598         * src/addressbook.c
14599         * src/addressitem.h
14600         * src/addritem.c
14601         * src/addritem.h
14602                 Sync with HEAD (addressbook DnD)
14603
14604 2004-09-03 [colin]      0.9.12cvs93.1
14605
14606         * src/summaryview.c
14607                 Sync with HEAD (next/prev unread)
14608
14609 2004-09-03 [colin]      0.9.12cvs92.1
14610
14611         * src/prefs_common.c
14612         * src/prefs_common.h
14613         * src/summaryview.c
14614                 Sync with HEAD ('mark_as_read_delay' pref)
14615
14616 2004-09-02 [colin]      0.9.12cvs91.2
14617
14618         * src/common/xml.c
14619                 Fix leak
14620
14621 2004-09-02 [colin]      0.9.12cvs91.1
14622
14623         * src/gtk/menu.c
14624                 Sync with HEAD (menu accel don't work, but whatever)
14625
14626 2004-09-02 [colin]      0.9.12cvs90.1
14627
14628         * src/account.c
14629                 Sync with HEAD (fix bug 582)
14630
14631 2004-09-02 [colin]      0.9.12cvs89.1
14632
14633         * src/addrindex.c
14634                 Sync with HEAD (free deleted queries)
14635
14636 2004-09-02 [colin]      0.9.12cvs88.1
14637
14638         * src/ldapquery.c
14639                 Sync with HEAD (fix LDAP freezes)
14640
14641 2004-09-02 [colin]      0.9.12cvs87.1
14642
14643         * src/prefs_spelling.c
14644                 Sync with HEAD (add default dictionary)
14645
14646 2004-09-01 [colin]      0.9.12cvs86.1
14647
14648         * src/filtering.c
14649         * src/folderview.c
14650         * src/imap.c
14651         * src/prefs_matcher.c
14652         * src/stock_pixmap.c
14653         * src/summary_search.c
14654         * src/summaryview.c
14655         * src/wizard.c
14656         * src/wizard.h
14657                 Sync with HEAD (uninitialized vars fixes)
14658                 + gtk2 specific warning fixes
14659
14660 2004-08-31 [colin]      0.9.12cvs85.1
14661
14662         * src/folder.c
14663                 Sync with HEAD (Fix memory corruption due to 
14664                 uninitialized var)
14665
14666 2004-08-31 [colin]      0.9.12cvs84.4
14667
14668         * src/summary_search.c
14669                 Fix segfaults when searching in folders with broken headers
14670
14671 2004-08-31 [colin]      0.9.12cvs84.3
14672
14673         * src/compose.c
14674         * src/textview.c
14675                 Fix some more encoding/decoding issues
14676
14677 2004-08-30 [colin]      0.9.12cvs84.2
14678
14679         * src/mimeview.c
14680         * src/prefs_themes.c
14681         * src/gtk/filesel.c
14682         * src/gtk/filesel.h
14683                 Add a folder-mode selection (fixes mimeview's "Save all")
14684
14685 2004-08-29 [colin]      0.9.12cvs84.1
14686
14687         * src/mimeview.c
14688                 Sync with HEAD (don't escape saved filenames)
14689
14690 2004-08-27 [colin]      0.9.12cvs83.1
14691
14692         * ChangeLog
14693         * ChangeLog.claws
14694         * ChangeLog.jp
14695         * src/mh.c
14696         * src/procheader.c
14697         * src/procmsg.c
14698         * src/procmsg.h
14699         * src/common/utils.c
14700         * src/gtk/menu.h
14701         * po/
14702                 Sync with HEAD 0.9.12cvs83 (sync with main)
14703
14704 2004-08-26 [colin]      0.9.12cvs82.4
14705
14706         * src/codeconv.c
14707                 Fix strange stack corruption
14708                 Convert to utf8 after unmime, not before
14709
14710 2004-08-26 [colin]      0.9.12cvs82.3
14711
14712         * src/main.c
14713         * src/wizard.c
14714                 Fix account folders duplication
14715
14716 2004-08-25 [colin]      0.9.12cvs82.2
14717
14718         * src/wizard.c
14719                 Remove ports
14720                 Add SSL selection
14721                 Use login@server as account name
14722
14723 2004-08-25 [colin]      0.9.12cvs82.1
14724
14725         * src/plugins/pgpmime/pgpmime.c
14726                 Sync with HEAD (leak fix).
14727
14728 2004-08-25 [colin]      0.9.12cvs81.1
14729
14730         * src/plugins/pgpmime/pgpmime.c
14731         * src/plugins/pgpmime/sgpgme.c
14732         * src/plugins/pgpmime/sgpgme.h
14733                 Sync with HEAD (Handle combined messages).
14734
14735 2004-08-24 [colin]      0.9.12cvs80.3
14736
14737         * src/wizard.c
14738                 Fix full name, ports, and imap
14739
14740 2004-08-24 [colin]      0.9.12cvs80.2
14741
14742         * src/Makefile.am
14743         * src/main.c
14744         * src/setup.c
14745         * src/setup.h
14746         * src/stock_pixmap.c
14747         * src/stock_pixmap.h
14748         * src/wizard.c ** ADDED **
14749         * src/wizard.h ** ADDED ** 
14750         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
14751                 Add a setup wizard 
14752
14753 2004-08-24 [colin]      0.9.12cvs80.1
14754
14755         * src/folder.c
14756                 Sync with HEAD (set mimeflags on all messages)
14757
14758 2004-08-24 [colin]      0.9.12cvs79.3
14759
14760         * src/matcher_parser_lex.l
14761                 Fix 8bits strings not in utf8
14762
14763 2004-08-24 [colin]      0.9.12cvs79.2
14764
14765         * src/compose.c
14766                 Check conversion result before replacing buffer
14767
14768 2004-08-23 [colin]      0.9.12cvs79.1
14769
14770         * src/compose.c
14771                 Sync with HEAD (create message header in memory)
14772
14773 2004-08-23 [colin]      0.9.12cvs78.1
14774
14775         * src/rfc2015.c
14776         * src/rfc2015.h
14777                 Sync with HEAD (fix bug 197 again)
14778
14779 2004-08-23 [colin]      0.9.12cvs77.3
14780
14781         * src/compose.c
14782                 Fix again inline gpg signing (which outputs utf8
14783                 in gtk2). Not syncing this fix to HEAD as this 
14784                 code is meant to die.
14785
14786 2004-08-23 [colin]      0.9.12cvs77.2
14787
14788         * src/prefs_account.h
14789                 Remove useless include
14790
14791 2004-08-23 [colin]      0.9.12cvs77.1
14792
14793         * src/imap.c
14794         * po/es.po
14795         * po/fr.po
14796         * po/it.po
14797         * po/pl.po
14798         * po/pt_BR.po
14799         * po/sk.po
14800         * po/sr.po
14801                 Sync with HEAD (fix bug 577)
14802
14803 2004-08-22 [colin]      0.9.12cvs76.1
14804
14805         * src/plugins/trayicon/trayicon.c
14806                 Sync with HEAD (fix formatting bug)
14807
14808 2004-08-21 [colin]      0.9.12cvs74.2
14809
14810         * src/gtk/colorsel.c
14811                 Fix bug 564 (Folder color selection window exits on any
14812                 keypress)
14813
14814 2004-08-21 [colin]      0.9.12cvs74.1
14815
14816         * ChangeLog.claws
14817         * src/compose.c
14818         * src/summaryview.c
14819         * src/toolbar.c
14820                 Sync with HEAD (fix bug 576)
14821
14822 2004-08-21 [colin]      0.9.12cvs70.1
14823
14824         * src/compose.c
14825         * src/mainwindow.c
14826                 Sync with HEAD
14827                 
14828
14829 2004-08-21 [paul]       0.9.12cvs66.4
14830
14831         * src/mainwindow.c
14832         * src/messageview.c
14833         * src/gtk/menu.c
14834         * src/plugins/spamassassin/spamassassin_gtk.c
14835                 remove some deprecated gtk1 functions
14836
14837
14838 2004-08-21 [colin]      0.9.12cvs66.3
14839
14840         * src/compose.c
14841         * src/codeconv.c
14842                 Fix warnings
14843                 Remove encoding hacks
14844                 Fix bug 575 (Strange character messes up message)
14845                 Don't display conversion error when drafting
14846
14847 2004-08-21 [paul]       0.9.12cvs66.2
14848
14849         * src/prefs_account.c
14850                 fix GnuPG mode bugs
14851
14852
14853 2004-08-20 [colin]      0.9.12cvs66.1
14854
14855         * src/codeconv.c
14856                 Sync with HEAD 0.9.12cvs66
14857
14858 2004-08-20 [paul]
14859
14860         * src/plugins/pgpmime/plugin.c
14861                 modify PGP/MIME plugin's description
14862
14863 2004-08-17 [colin]      0.9.12cvs65.1
14864
14865         * src/common/ssl.c
14866         * src/plugins/pgpmime/plugin.c
14867                 Sync with HEAD
14868
14869 2004-08-14 [colin]      0.9.12cvs60.3
14870
14871         * src/plugins/trayicon/trayicon.c
14872                 Put back resize callback, on size-request signal
14873                 rather than size-allocate to avoid infinite 
14874                 callback loop
14875
14876 2004-08-13 [colin]      0.9.12cvs60.2
14877
14878         * src/common/defs.h
14879                 Cache versions have been fixed
14880
14881 2004-08-13 [colin]      0.9.12cvs60.1
14882
14883         * src/folderutils.c
14884                 Sync with HEAD
14885
14886 2004-08-12 [colin]      0.9.12cvs59.1
14887
14888         * src/plugins/trayicon/trayicon.c
14889                 Sync with HEAD
14890
14891 2004-08-12 [colin]      0.9.12cvs57.5
14892
14893         * sylpheed.desktop
14894         * configure.ac
14895         * src/Makefile.am
14896         * src/main.c
14897                 Add support for Freedesktop.org's startup notification
14898
14899 2004-08-11 [colin]      0.9.12cvs57.4
14900
14901         * src/textview.c
14902                 Fix off-by-one
14903
14904 2004-08-11 [colin]      0.9.12cvs57.3
14905
14906         * src/message_search.c
14907         * src/summary_search.c
14908                 Make searches case insensitive by default
14909         * src/textview.c
14910                 Fix case-insensitive search in message
14911
14912 2004-08-11 [colin]      0.9.12cvs57.2
14913
14914         * src/summary_search.c
14915                 Let case-sensitive be specified
14916
14917 2004-08-10 [colin]      0.9.12cvs55.4
14918
14919         * src/common/socket.c
14920                 Fix the possible race condition
14921
14922 2004-08-09 [paul]       0.9.12cvs55.3
14923
14924         * configure.ac
14925         * src/Makefile.am
14926         * src/common/Makefile.am
14927                 sync with HEAD
14928
14929
14930 2004-08-09 [paul]       0.9.12cvs55.2
14931
14932         * autogen.sh
14933         * po/poconv.sh
14934                 remove unneeded script
14935
14936         * configure.ac
14937                 add forgotten USE_LDAP_TLS (sync with HEAD)
14938
14939
14940 2004-08-09 [colin]      0.9.12cvs55.1
14941
14942         * src/main.c
14943         * src/common/ssl.c
14944         * src/common/sylpheed.c
14945         * src/common/sylpheed.h
14946                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
14947
14948 2004-08-09 [paul]       0.9.12cvs54.1
14949
14950         * ChangeLog
14951         * ChangeLog.claws
14952         * ChangeLog.jp
14953         * configure.ac
14954         * po/POTFILES.in
14955         * src/Makefile.am
14956         * src/folderutils.c
14957         * src/main.c
14958         * src/pgpmime.c
14959         * src/pgpmime.h
14960         * src/sgpgme.c
14961         * src/sgpgme.h
14962         * src/plugins/Makefile.am
14963         * src/plugins/pgpmime/.cvsignore
14964         * src/plugins/pgpmime/Makefile.am
14965         * src/plugins/pgpmime/pgpmime.c
14966         * src/plugins/pgpmime/pgpmime.h
14967         * src/plugins/pgpmime/plugin.c
14968         * src/plugins/pgpmime/sgpgme.c
14969         * src/plugins/pgpmime/sgpgme.h
14970                 sync with HEAD
14971
14972 2004-08-08 [paul]       0.9.12cvs51.1
14973
14974         * configure.ac
14975         * src/folder.c
14976                 sync with HEAD
14977
14978 2004-08-07 [colin]      0.9.12cvs50.1
14979
14980         * src/pop.c
14981         * src/common/partial_download.c
14982                 fix warnings (sync from HEAD)
14983
14984 2004-08-07 [colin]      0.9.12cvs48.1
14985
14986         * src/prefs_folder_item.c
14987                 sync with HEAD 0.9.12cvs48
14988
14989 2004-08-06 [colin]      0.9.12cvs47.1
14990
14991         * src/compose.c
14992                 Sync with HEAD
14993
14994 2004-08-06 [christoph]  0.9.12cvs46.2
14995
14996         * src/main.c
14997         * src/plugins/clamav/clamav_plugin_gtk.c
14998         * src/plugins/dillo_viewer/dillo_viewer.c
14999         * src/plugins/image_viewer/plugin.c
15000         * src/plugins/mathml_viewer/mathml_viewer.c
15001         * src/plugins/spamassassin/spamassassin_gtk.c
15002         * src/plugins/trayicon/trayicon.c
15003                 don't mix GTK1.2 plugin with GTK2 plugins
15004
15005 2004-08-06 [colin]      0.9.12cvs46.1
15006
15007         * ChangeLog
15008         * ChangeLog.claws
15009         * ChangeLog.jp
15010         * configure.ac
15011         * sylpheed-claws.pc.in
15012         * src/folder.c
15013         * src/imap.c
15014         * src/localfolder.c
15015         * src/messageview.c
15016         * src/mimeview.c
15017         * src/mimeview.h
15018         * src/msgcache.c
15019         * src/news.c
15020         * src/prefs_ext_prog.c
15021         * src/prefs_folder_item.c
15022         * src/prefs_fonts.c
15023         * src/prefs_msg_colors.c
15024         * src/prefs_spelling.c
15025         * src/prefs_themes.c
15026         * src/prefs_toolbar.c
15027         * src/prefs_wrapping.c
15028         * src/procmime.h
15029         * src/common/defs.h
15030         * src/common/nntp.c
15031         * src/common/session.c
15032         * src/common/session.h
15033         * src/common/socket.c
15034         * src/common/utils.h
15035         * src/common/xml.c
15036         * src/common/xml.h
15037         * src/gtk/prefswindow.c
15038         * src/gtk/prefswindow.h
15039         * src/plugins/clamav/clamav_plugin_gtk.c
15040         * src/plugins/dillo_viewer/dillo_prefs.c
15041         * src/plugins/image_viewer/viewerprefs.c
15042         * src/plugins/spamassassin/spamassassin_gtk.c
15043         * m4/openssl.m4 *** REMOVED ***
15044                 Sync with HEAD 0.9.12cvs46
15045
15046 2004-08-03 [paul]       0.9.12cvs40.2
15047
15048         * src/action.c
15049         * src/addressadd.c
15050         * src/addressbook.c
15051         * src/addrgather.c
15052         * src/browseldap.c
15053         * src/compose.c
15054         * src/crash.c
15055         * src/editaddress.c
15056         * src/editgroup.c
15057         * src/editldap_basedn.c
15058         * src/foldersel.c
15059         * src/importldif.c
15060         * src/mimeview.c
15061         * src/prefs_common.c
15062         * src/prefs_template.c
15063         * src/sourcewindow.c
15064         * src/summaryview.c
15065         * src/gtk/about.c
15066         * src/gtk/foldersort.c
15067         * src/gtk/logwindow.c
15068         * src/gtk/pluginwindow.c
15069         * src/gtk/prefswindow.c
15070                 change all gtk_scrolled_window_set_policy from 
15071                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15072
15073 2004-08-02 [paul]       0.9.12cvs40.1
15074
15075         * AUTHORS
15076                 update translation team section
15077         * po/pt_BR.po
15078                 updated by Frederico Goncalves Guimaraes
15079                 <fggdebian@yahoo.com.br>
15080
15081 2004-07-31 [colin]      0.9.12cvs39.9
15082
15083         * src/exphtmldlg.c
15084                 Fix compilation
15085
15086 2004-07-31 [colin]      0.9.12cvs39.8
15087
15088         * src/exphtmldlg.c
15089                 Fix an alertpanel type
15090
15091 2004-07-30 [colin]      0.9.12cvs39.7
15092
15093         * src/alertpanel.c
15094                 Fix alertpanel_error_log's icon
15095
15096 2004-07-30 [colin]      0.9.12cvs39.6
15097
15098         * src/pop.c
15099                 Two of them should still be warnings
15100
15101 2004-07-30 [colin]      0.9.12cvs39.5
15102
15103         * src/pop.c
15104                 More warning -> error
15105 2004-07-29 [colin]      0.9.12cvs39.4
15106
15107         * src/pop.c
15108                 Warning -> error
15109
15110 2004-07-29 [colin]      0.9.12cvs39.3
15111
15112         * src/prefs_matcher.c
15113                 Fix segfault
15114
15115 2004-07-29 [colin]      0.9.12cvs39.2
15116
15117         * src/alertpanel.c
15118                 More nice-looking alertpanels
15119
15120 2004-07-29 [colin]      0.9.12cvs39.1
15121
15122         * src/messageview.c
15123                 sync with head
15124                 (inform user when partial mail is deleted on server)
15125
15126 2004-07-29 [colin]      0.9.12cvs38.1
15127
15128         * src/messageview.c
15129                 sync with head
15130
15131 2004-07-28 [paul]       0.9.12cvs37.7
15132
15133         * src/mainwindow.c
15134                 complete the replacement of deprecated gtk_progress_*
15135
15136 2004-07-28 [paul]       0.9.12cvs37.6
15137
15138         * src/action.c
15139         * src/inc.c
15140         * src/mainwindow.c
15141         * src/send_message.c
15142         * src/gtk/progressdialog.c
15143         * src/gtk/progressdialog.h
15144                 replace deprecated gtk_progress_*
15145
15146 2004-07-28 [paul]       0.9.12cvs37.5
15147
15148         * src/gtk/filesel.c
15149                 remove gtk_window_set_wmclass()
15150 2004-07-28 [paul]       0.9.12cvs37.4
15151
15152         * src/addressbook.c
15153         * src/compose.c
15154         * src/foldersel.c
15155         * src/mainwindow.c
15156         * src/messageview.c
15157         * src/sourcewindow.c
15158         * src/gtk/logwindow.c
15159                 remove gtk_window_set_wmclass()
15160                 
15161         * src/prefs_filtering.c
15162         * src/prefs_filtering_action.c
15163         * src/prefs_fonts.c
15164         * src/prefs_gtk.c
15165         * src/prefs_matcher.c
15166         * src/ssl_manager.c
15167         * src/gtk/prefswindow.c
15168                 replace gtk_window_position()
15169
15170 2004-07-28 [colin]      0.9.12cvs37.3
15171
15172         * src/alertpanel.c
15173         * src/alertpanel.h
15174                 Add a way to specify panel type for specific
15175                 panels (alertpanel())
15176         * src/account.c
15177         * src/addressbook.c
15178         * src/compose.c
15179         * src/expldifdlg.c
15180         * src/main.c
15181         * src/messageview.c
15182         * src/summaryview.c
15183         * src/textview.c
15184         * src/gtk/sslcertwindow.c
15185                 Fix alertpanel()s so that their icon match
15186                 their real type
15187
15188 2004-07-28 [paul]       0.9.12cvs37.2
15189
15190         * src/addr_compl.c
15191         * src/addressbook.c
15192         * src/alertpanel.c
15193         * src/compose.c
15194         * src/export.c
15195         * src/foldersel.c
15196         * src/folderview.c
15197         * src/grouplistdialog.c
15198         * src/import.c
15199         * src/mainwindow.c
15200         * src/message_search.c
15201         * src/messageview.c
15202         * src/passphrase.c
15203         * src/prefs_actions.c
15204         * src/prefs_common.c
15205         * src/prefs_customheader.c
15206         * src/prefs_display_header.c
15207         * src/prefs_filtering.c
15208         * src/prefs_filtering_action.c
15209         * src/prefs_gtk.c
15210         * src/prefs_matcher.c
15211         * src/prefs_msg_colors.c
15212         * src/prefs_summary_column.c
15213         * src/prefs_template.c
15214         * src/sourcewindow.c
15215         * src/ssl_manager.c
15216         * src/summary_search.c
15217         * src/gtk/colorsel.c
15218         * src/gtk/description_window.c
15219         * src/gtk/gtkaspell.c
15220         * src/gtk/inputdialog.c
15221         * src/gtk/logwindow.c
15222         * src/gtk/prefswindow.c
15223         * src/gtk/progressdialog.c
15224                 replace deprecated gtk_window_set_policy
15225
15226 2004-07-27 [colin]      0.9.12cvs37.1
15227
15228         * src/msgcache.c
15229                 More fixes (synced for head again)
15230
15231 2004-07-27 [colin]      0.9.12cvs35.3
15232
15233         * src/msgcache.c
15234                 Fix wrong test
15235
15236 2004-07-27 [colin]      0.9.12cvs35.2
15237
15238         * src/mimeview.c
15239                 Fix width a bit (by Paul)
15240         * src/alertpanel.c
15241         * src/alertpanel.h
15242                 Specialize icons, make alertpanel_message()
15243                 private
15244         * src/message_search.c
15245         * src/sgpgme.c
15246         * src/summary_search.c
15247                 Suit alertpanel changes
15248
15249 2004-07-27 [colin]      0.9.12cvs35.1
15250
15251         * src/alertpanel.c
15252                 Add an icon
15253         * src/passphrase.c
15254                 Add debug output - maybe someone will
15255                 want to look at the problem with Grab
15256                 Input :)
15257         Bump version as we're synced with HEAD
15258
15259 2004-07-26 [colin]      0.9.12cvs33.26
15260
15261         * src/pop.c
15262                 Fix uidl-file parsing when not in new
15263                 format
15264
15265 2004-07-26 [colin]      0.9.12cvs33.25
15266
15267         * src/gtk/menu.c
15268                 Move popup menu up if necessary (fixes 
15269                 account selector)
15270         * src/mainwindow.c
15271                 Set account selector's button height to
15272                 minimum
15273
15274 2004-07-26 [colin]      0.9.12cvs33.24
15275
15276         * src/alertpanel.c
15277                 Maybe fix 551 (Truncated font in alert window)
15278
15279 2004-07-26 [colin]      0.9.12cvs33.23
15280
15281         * po/de.po
15282         * po/es.po
15283         * po/fr.po
15284         * po/it.po
15285         * po/ja.po
15286         * po/pl.po
15287         * po/ru.po
15288         * po/sk.po
15289         * po/sr.po
15290         * po/zh_CN.po
15291                 Sync po files with HEAD
15292
15293 2004-07-26 [paul]       0.9.12cvs33.22
15294
15295         * src/compose.c
15296                 fix Bug 556 'Organisation-header is sent even if empty'
15297
15298 2004-07-24 [colin]      0.9.12cvs33.21
15299
15300         * src/compose.c
15301         * src/gtk/gtkaspell.c
15302         * src/gtk/gtkaspell.h
15303                 Fix speller accelerators (require hack)
15304
15305 2004-07-24 [colin]      0.9.12cvs33.20
15306
15307         * src/gtk/gtkaspell.c
15308                 Fix over-eager code deletion breaking
15309                 Check while typing
15310
15311 2004-07-24 [colin]      0.9.12cvs33.19
15312
15313         * src/browseldap.c
15314         * src/ldapctrl.c
15315         * src/ldapctrl.h
15316         * src/ldapserver.h
15317                 Sync ldap with HEAD
15318         (Fixes 546 LDAP completely broken)
15319
15320 2004-07-24 [colin]      0.9.12cvs33.18
15321
15322         * src/prefs_msg_colors.c
15323                 Fix prototype mismatch
15324         (Fixes 547 void function cannot return value)
15325
15326 2004-07-24 [colin]      0.9.12cvs33.17
15327
15328         * src/mainwindow.c
15329                 Fix sort going back to previous sort key
15330                 when changing sort direction
15331
15332 2004-07-24 [colin]      0.9.12cvs33.16
15333
15334         * src/compose.c
15335                 Fix space insertion when re-wrapping at 
15336                 cursor point
15337
15338 2004-07-24 [colin]      0.9.12cvs33.15
15339
15340         * src/gtk/gtkaspell.c
15341                 Don't change cursor position in insert-text
15342                 callback
15343         (Fixes 539 Word wrapping on input transposes letters)
15344
15345 2004-07-24 [colin]      0.9.12cvs33.14
15346
15347         * src/gtk/gtkaspell.c
15348                 Reencode non-ascii chars to dictionary's
15349                 encoding
15350         (Fixes 544 Spell check broken non english locale)
15351
15352 2004-07-24 [colin]      0.9.12cvs33.13
15353
15354         * src/summaryview.c
15355                 Fix Shift+Down, add Home/End/PgUp/PgDown
15356
15357 2004-07-21 [colin]      0.9.12cvs33.12
15358
15359         * src/prefs_common.c
15360                 Fix a gtk warning (Patch by Andrej Kacian)
15361
15362 2004-07-21 [colin]      0.9.12cvs33.11
15363
15364         * src/gtk/filesel.c
15365                 More check
15366
15367 2004-07-21 [colin]      0.9.12cvs33.10
15368
15369         * src/compose.c
15370         * src/crash.c
15371         * src/export.c
15372         * src/import.c
15373         * src/messageview.c
15374         * src/mimeview.c
15375         * src/prefs_spelling.c
15376         * src/prefs_themes.c
15377         * src/summaryview.c
15378         * src/gtk/filesel.c
15379         * src/gtk/filesel.h
15380         * src/gtk/pluginwindow.c
15381                 Untwist open/save mode guessing logic, make
15382                 it explicit
15383
15384 2004-07-20 [colin]      0.9.12cvs33.9
15385
15386         * src/codeconv.c
15387                 conv_encode_header: src_charset is UTF-8 on
15388                 gtk2
15389         * src/compose.c
15390                 Remove double encoding of the headers
15391
15392 2004-07-20 [colin]      0.9.12cvs33.8
15393
15394         * src/codeconv.c
15395                 Fix typo
15396
15397 2004-07-20 [colin]      0.9.12cvs33.7
15398
15399         * src/mainwindow.c
15400                 Set the separated messageview to the saved
15401                 size of Claws' messageview (Patch by Alfons)
15402                 Fix a callback prototype (me)
15403
15404 2004-07-20 [colin]      0.9.12cvs33.6
15405
15406         * src/codeconv.h
15407                 Forgot one hunk in 0.9.12cvs33.4
15408
15409 2004-07-19 [colin]      0.9.12cvs33.5
15410
15411         * src/action.c
15412                 Action output fix
15413                 Patch by Alfons
15414
15415 2004-07-19 [colin]      0.9.12cvs33.4
15416
15417         * src/compose.c
15418                 Fix outgoing charset bug in headers
15419         * src/codeconv.c
15420                 Clean for glib2 - Patch by Alfons
15421
15422 2004-07-19 [colin]      0.9.12cvs33.3
15423
15424         * src/statusbar.c
15425                 Remove grip from the statusbar
15426                 Patch by Alfons
15427
15428 2004-07-19 [colin]      0.9.12cvs33.2
15429
15430         * src/messageview.c
15431         * src/textview.c
15432                 Fix messageview remembering the previous
15433                 scroll position when loading a new message
15434                 Patch by Alfons
15435
15436 2004-07-19 [colin]      0.9.12cvs33.1
15437
15438         * src/folder.h
15439         * src/folderview.c
15440         * src/summaryview.c
15441                 Sync with HEAD
15442
15443 2004-07-18 [colin]      0.9.12cvs32.7
15444
15445         * configure.ac
15446                 Remove useless check for XIM - noticed
15447                 by Alfons
15448
15449 2004-07-18 [colin]      0.9.12cvs32.6
15450
15451         * src/summaryview.c
15452                 Remove non-modified and shift-modified
15453                 accelerators in summaryview's popup
15454                 menu, as that doesn't get catched by
15455                 the accel-activate signal catcher...
15456
15457 2004-07-18 [colin]      0.9.12cvs32.5
15458
15459         * src/prefs_common.c
15460                 Define sensible default prefs for 
15461                 wrapping
15462
15463 2004-07-18 [colin]      0.9.12cvs32.4
15464
15465         * src/compose.c
15466         * src/prefs_common.c
15467         * src/prefs_common.h
15468         * src/prefs_wrapping.c
15469                 Remove Smart Wrapping pref, which does
15470                 nothing on gtk2 branch
15471
15472 2004-07-18 [colin]      0.9.12cvs32.3
15473
15474         * src/sourcewindow.c
15475                 Proper utf8
15476
15477 2004-07-18 [colin]      0.9.12cvs32.2
15478
15479         * src/compose.c
15480                 Save attachment status when drafting
15481
15482 2004-07-18 [colin]      0.9.12cvs32.1
15483
15484         * src/gtk/filesel.c
15485                 Fix erratic folder selection in open mode
15486
15487 2004-07-18 [colin]      0.9.12cvs31.11
15488
15489         * src/pop.c
15490                 Don't let partial messages get deleted
15491                 even with "dowload all"
15492                 (0.9.12cvs31.8 fix extension)
15493 2004-07-18 [colin]      0.9.12cvs31.10
15494
15495         * src/gtk/logwindow.c
15496                 Fix log scrolling
15497
15498 2004-07-18 [colin]      0.9.12cvs31.9
15499
15500         * src/common/utils.c
15501                 Fix non-utf8 strings coming from commands
15502                 and files
15503
15504 2004-07-18 [colin]      0.9.12cvs31.8
15505
15506         * src/pop.c
15507                 Fix partial download bug with Download all
15508                 messages option
15509
15510 2004-07-18 [colin]      0.9.12cvs31.7
15511
15512         * src/textview.c
15513                 Fix bug introduced in 0.9.12cvs31.2
15514                 (blocked in select mode after double click)
15515
15516 2004-07-18 [colin]      0.9.12cvs31.6
15517
15518         * src/compose.c
15519         * src/gtk/menu.c
15520                 More glib-warning fixes
15521
15522 2004-07-18 [colin]      0.9.12cvs31.5
15523
15524         * src/compose.c
15525                 Fix trashing the primary clipboard when moving 
15526                 around with tab
15527         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15528
15529 2004-07-18 [colin]      0.9.12cvs31.4
15530
15531         * src/codeconv.c
15532                 convert unencoded iso headers to utf8
15533         (Fix Bug 538 Unencoded local characters in subject make it 
15534          disappear)
15535
15536 2004-07-18 [colin]      0.9.12cvs31.3
15537
15538         * src/compose.c
15539                 Fix tab char handling in wrapping
15540         (Fix Bug 537 Line wrap problem - TAB character treated as 
15541          one character instead of 8)
15542
15543 2004-07-18 [colin]      0.9.12cvs31.2
15544
15545         * src/textview.c
15546                 return FALSE on GDK_MOTION_NOTIFY
15547         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15548          (unable to highlight))
15549
15550 2004-07-18 [colin]      0.9.12cvs31.1
15551
15552         * src/folderview.c
15553                 Sync with 0.9.12cvs31
15554
15555 2004-07-18 [colin]      0.9.12cvs30.4
15556
15557         * src/compose.c
15558                 Also block text_inserted when inserting a file
15559
15560 2004-07-18 [colin]      0.9.12cvs30.3
15561
15562         * src/compose.c
15563                 Fix smart wrapping (block text_inserted handler
15564                 while putting quotation to avoid wrap on input,
15565                 don't join lines if next is sig separator)
15566
15567 2004-07-17 [colin]      0.9.12cvs30.2
15568
15569         * src/folderview.c
15570         * src/mainwindow.c
15571         * src/mimeview.c
15572         * src/summaryview.c
15573         * src/gtk/quicksearch.c
15574         * src/gtk/quicksearch.h
15575                 Block key events handlers *and* accels while
15576                 quicksearch is focused
15577         (Fixes Bug 534 quick-search bar not accepting certain letters)
15578
15579 2004-07-17 [colin]      0.9.12cvs30.1
15580
15581         * src/folder.h
15582         * src/folderview.c
15583         * src/summaryview.c
15584                 Sync with 0.9.12cvs30
15585
15586 2004-07-17 [colin]      0.9.12cvs28.2
15587
15588         * src/mimeview.c
15589         * src/procmime.c
15590         * src/summaryview.c
15591         * src/gtk/menu.c
15592                 Squash some compile and glib warnings
15593
15594 2004-07-17 [paul]       0.9.12cvs28.1
15595
15596         * src/mimeview.c
15597                 sync with 0.9.12cvs28 HEAD
15598
15599 2004-07-16 [paul]       0.9.12cvs26.1
15600         
15601         * src/gtk/quicksearch.c
15602         * src/account.c
15603         * src/account.h
15604         * src/compose.c
15605         * src/customheader.c
15606         * src/folder_item_prefs.c
15607         * src/main.c
15608         * src/mainwindow.c
15609         * src/messageview.c
15610         * src/mimeview.c
15611         * src/news.c
15612         * src/pgpmime.c
15613         * src/pop.c
15614         * src/pop.h
15615         * src/prefs_account.c
15616         * src/prefs_account.h
15617         * src/prefs_common.c
15618         * src/prefs_common.h
15619         * src/prefs_display_header.c
15620         * src/prefs_gtk.c
15621         * src/prefs_gtk.h
15622         * src/procheader.c
15623         * src/procmime.c
15624                 sync with 0.9.12cvs26 HEAD      
15625
15626 2004-07-15 [colin]      0.9.12cvs18.14
15627
15628         * src/folder.c
15629                 Disable GPG signature check during
15630                 folder move and scan
15631         (Closes Bug 521 Signature checking slows down Folder-Move)
15632
15633 2004-07-14 [colin]      0.9.12cvs18.13
15634
15635         * src/common/partial_download.c
15636                 update includes
15637
15638 2004-07-14 [colin]      0.9.12cvs18.12
15639
15640         * src/common/partial_download.c
15641         * src/common/partial_download.h
15642                 Move doc at top, add correct copyright
15643
15644 2004-07-14 [colin]      0.9.12cvs18.11
15645
15646         * src/folder.c
15647         * src/messageview.c
15648         * src/pop.c
15649         * src/pop.h
15650         * src/procmsg.c
15651         * src/summaryview.c
15652         * src/common/Makefile.am
15653         * src/common/partial_download.c ** NEW FILES **
15654         * src/common/partial_download.h ** NEW FILES **
15655                 Move partial-download related stuff to its
15656                 own file
15657
15658 2004-07-14 [colin]      0.9.12cvs18.10
15659
15660         * src/send_message.c
15661                 Fix smtp auth when user is null or empty
15662
15663 2004-07-13 [colin]      0.9.12cvs18.9
15664
15665         * src/gtk/quicksearch.c
15666                 Use alphabetic order
15667
15668 2004-07-13 [colin]      0.9.12cvs18.8
15669
15670         * src/pop.c
15671                 Be paranoid on the checks
15672
15673 2004-07-13 [colin]      0.9.12cvs18.7
15674
15675         * src/gtk/quicksearch.c
15676                 Fix Engrish once again
15677
15678 2004-07-13 [colin]      0.9.12cvs18.6
15679
15680         * src/procmsg.c
15681         * src/summaryview.c
15682                 Mark messages for deletion when they are about to
15683                 be removed from trash
15684
15685 2004-07-13 [colin]      0.9.12cvs18.5
15686
15687         * src/matcher.c
15688         * src/matcher.h
15689         * src/matcher_parser_parse.y
15690         * src/prefs_matcher.c
15691         * src/gtk/quicksearch.c
15692                 Add 'partial' ('p') match string to find partially
15693                 downloaded messages
15694
15695 2004-07-13 [colin]      0.9.12cvs18.4
15696
15697         * src/pop.c
15698                 Fix misplaced block
15699
15700 2004-07-13 [colin]      0.9.12cvs18.3
15701
15702         * src/pop.c
15703         * src/pop.h
15704         * src/messageview.c
15705                 Refactor API (to avoid passing 5+ params and code
15706                 duplication)
15707         * src/folder.c
15708         * src/msgcache.c
15709         * src/procheader.c
15710         * src/common/defs.h
15711                 Add planned_download to cache
15712                 Don't mess uidl file when moving partially downloaded
15713                 mails (they change folder, we should change it in the
15714                 uidl list too or we'll remove an incorrect message)
15715                 (this also helps removing hacks when changing 
15716                 planned_download in messageview.c)
15717
15718 2004-07-12 [colin]      0.9.12cvs18.2
15719
15720         * src/gtk/quicksearch.c
15721                 Fix missing status update in quicksearch
15722
15723 2004-07-12 [paul]       0.9.12cvs18.1
15724
15725         * po/POTFILES.in
15726         * src/Makefile.am
15727         * src/account.c
15728         * src/codeconv.c
15729         * src/compose.c
15730         * src/inc.c
15731         * src/main.c
15732         * src/prefs_common.c
15733         * src/procmsg.h
15734         * src/toolbar.c
15735         * src/prefs_msg_colors.[ch]     ** NEW FILES **
15736         * src/prefs_wrapping.[ch]       ** NEW FILES **
15737         * src/common/intl.h
15738         * src/common/utils.[ch]
15739         * src/gtk/quicksearch.[ch]
15740                 sync with 0.9.12cvs18 HEAD
15741
15742 2004-07-12 [colin]      0.9.11cvs17.25
15743
15744         * src/folder.c
15745         * src/folder.h
15746                 Remove unused function added by me in 0.9.11cvs17.10
15747
15748 2004-07-11 [colin]      0.9.11cvs17.24
15749
15750         * src/inc.c
15751         * src/messageview.c
15752         * src/pop.c
15753         * src/pop.h
15754                 Use folderitem and msgnum instead of filename to
15755                 know which mail to delete
15756                 Move old partial mail deletion to pop.c
15757
15758 2004-07-10 [colin]      0.9.11cvs17.23
15759
15760         * src/inc.c
15761                 Add debug
15762         * src/pop.c
15763         * src/pop.h
15764                 Don't re-use same enums for unrelated stuff: it's 
15765                 completely misleading !
15766                 Document a bit
15767
15768 2004-07-09 [colin]      0.9.11cvs17.22
15769
15770         * src/inc.c
15771                 Remove folder-type check and do
15772                 more tests to be sure everything's
15773                 ok
15774         * src/messageview.c
15775                 Punctuation update, remove useless
15776                 code, fix two warnings
15777         * src/noticeview.c
15778                 Layout cleaning, reset 2nd button
15779                 when specifying one
15780
15781 2004-07-09 [colin]      0.9.11cvs17.21
15782
15783         * src/messageview.c
15784         * src/pop.c
15785         * src/pop.h
15786                 Allow user to change his mind
15787                 and postpone decision (by
15788                 unmarking the mail)
15789
15790 2004-07-09 [colin]      0.9.11cvs17.20
15791
15792         * src/messageview.c
15793                 Fix bug with delete state
15794         * src/pop.c
15795         * src/pop.h
15796                 Fix buffer leak (fread doesn't 
15797                 terminate buffers with \0)
15798                 Refactoring (remove magic 
15799                 numbers)
15800
15801 2004-07-09 [colin]      0.9.11cvs17.19
15802
15803         * src/pop.c
15804                 Don't log "Skipping message" if 
15805                 we're going to TOP it two lines
15806                 later
15807
15808 2004-07-09 [colin]      0.9.11cvs17.18
15809
15810         * src/messageview.c
15811                 Fix Engrish
15812
15813 2004-07-09 [colin]      0.9.11cvs17.17
15814
15815         * src/pop.c
15816                 strlen checking...
15817         * src/messageview.c
15818                 refactoring a bit
15819
15820 2004-07-08 [colin]      0.9.11cvs17.16
15821
15822         * src/noticeview.c
15823         * src/noticeview.h
15824                 Add an optional second button
15825         * src/messageview.c
15826         * src/pop.c
15827         * src/pop.h
15828                 Don't delete partially received mails after a certain
15829                 time; rather, let the user decide.
15830
15831 2004-07-08 [colin]      0.9.11cvs17.15
15832
15833         * src/common/smtp.h
15834                 Sync with HEAD
15835
15836 2004-07-08 [colin]      0.9.11cvs17.14
15837
15838         * src/messageview.c
15839         * src/common/smtp.c
15840                 Use to_human_readable() for sizes
15841
15842 2004-07-08 [colin]      0.9.11cvs17.13
15843
15844         * src/inc.c
15845         * src/messageview.c
15846         * src/pop.c
15847         * src/pop.h
15848         * src/procmsg.c
15849                 Fix partial-downloading issues:
15850                         catch unsupported TOP
15851                         don't delete partially downloaded mails before 5 days
15852                         don't update existing with non-MH folders; that'll
15853                         make dups, but it's better than trashing the folder
15854                         free new msginfo parts
15855                 Fix indentation ;-)
15856
15857 2004-07-08 [colin]      0.9.11cvs17.12
15858
15859         * src/common/smtp.c
15860         * src/common/smtp.h
15861                 Sync smtp size verification with HEAD
15862
15863 2004-07-08 [colin]      0.9.11cvs17.11
15864
15865         * src/summaryview.c
15866         * src/prefs_common.c
15867         * src/prefs_common.h
15868         * src/gtk/quicksearch.c
15869         * src/gtk/quicksearch.h
15870                 Sync sticky pref with HEAD
15871
15872 2004-07-08 [colin]      0.9.11cvs17.10
15873
15874         * src/folder.c [1.213.2.6]
15875         * src/folder.h [1.87.2.6]
15876         * src/inc.c [1.149.2.7]
15877         * src/messageview.c [1.94.2.8]
15878         * src/procheader.c [1.47.2.6]
15879         * src/procmsg.c [1.150.2.4]
15880         * src/procmsg.h [1.60.2.5]
15881         * src/pop.c [1.56.2.4]
15882         * src/pop.h [1.17.2.3]
15883                 Let too big messages get downloaded, but truncated
15884                 Add a button to download them completely
15885                 
15886 2004-07-06 [colin]      0.9.11cvs17.9
15887
15888         * src/gtk/quicksearch.c [1.1.2.3]
15889                 Add a Clear button
15890         * commitHelper
15891         * PATCHSETS
15892                 Add a script to help with cvs
15893
15894 2004-07-03 [colin]      0.9.11cvs17.8
15895
15896         * src/plugins/imageviewer/viewer.c
15897                 fix imageviewer (which was staying on the first
15898                 displayed image)
15899
15900 2004-07-03 [colin]      0.9.11cvs17.7
15901
15902         Removed FIXME_GTK2 warnings
15903         * src/gtk/gtkutils.c
15904                 useless #warnings
15905         * src/gtk/menu.c
15906                 useless #warnings (no need to mess with menu rc)
15907         * src/gtk/menu.h
15908                 unused functions
15909         
15910
15911 2004-07-03 [colin]      0.9.11cvs17.6
15912
15913         Removed FIXME_GTK2 warnings
15914         * src/codeconv.c
15915                 useless #warnings (rewrite needed)
15916         * src/compose.c
15917                 useless #warnings (rewrite needed)
15918                 useless #warnings (gtk2 is like that)
15919                 useless #warnings (previously fixed)
15920         * src/main.c
15921                 useless #warnings (previously fixed)
15922         * src/message_search.c
15923                 useless #warnings (gtk2 is like that)
15924                 Made apparent that search is case-sensitive
15925         * src/mimeview.c
15926                 useless #warnings (rewrite needed)
15927                 useless #warnings (gtk2 is like that)
15928                 reimplemented real warnings
15929         * src/prefs_common.c
15930                 Removed block cursor option (not it gtk2)
15931         * src/prefs_gtk.c
15932                 useless #warnings (rewrite needed)
15933         * src/procheader.c
15934                 useless #warnings (rewrite needed)
15935         * src/sourcewindow.c
15936                 useless #warnings (incorrect placing)
15937         * src/summary_search.c
15938                 useless #warnings (gtk2 is like that)
15939                 Made apparent that search is case-sensitive
15940         * src/action.c
15941                 useless #warnings (gtk2 is like that)
15942         * src/textview.c
15943                 useless #warnings (rewrite needed)
15944         * src/toolbar.c
15945                 useless #warnings (rewrite needed)
15946
15947 2004-07-03 [colin]      0.9.11cvs17.5
15948
15949         * src/textview.c
15950                 Fix mismerge which broke URI opening
15951                 
15952 2004-07-01 [colin]      0.9.11cvs17.4
15953
15954         * src/gtk/filesel.c
15955                 Fill filename when saving
15956                 
15957 2004-06-27 [colin]      0.9.11cvs17.3
15958
15959         * src/gtk/filesel.[ch]
15960                 Use the new GTK file selector
15961                 Update prototype to match the reality: multiple file
15962                 selection is open-only          
15963         * src/compose.c
15964                 Match the new prototypes        
15965         * configure.ac
15966                 Match the new requirements (gtk 2.4.0)
15967                         
15968 2004-06-26 [colin]      0.9.11cvs17.2
15969
15970         * src/plugins/trayicon/trayicon.c
15971                 Remove useless signal handler on resize, which causes
15972                 an infinite "loop"
15973         
15974 2004-06-26 [colin]      0.9.11cvs17.1
15975         
15976         * tools/Makefile.am
15977                 remove launch_firebird and add nautilus2sylpheed.sh
15978         * src/quicksearch.c
15979           src/summaryview.c
15980                 Fix show/hide "Extended symbols" button problem
15981                 Fix apparition at startup
15982                 Fix const warnings
15983         * src/plugins/image_viewer/Makefile.am
15984                 Fix configure 
15985         * common/ssl.c
15986                 Re-enable certificate check, as it doesn't seem to
15987                 cause Xlib errors anymore
15988
15989 2004-06-25 [paul]       0.9.11cvs17
15990
15991         * sync with 0.9.11cvs17 HEAD
15992         
15993         NOTE: QuickSearch is broken
15994
15995 2004-06-07 [colin]      0.9.10claws67.10
15996         * src/plugins/trayicon/trayicon.c
15997           src/plugins/trayicon/libeggtrayicon/Makefile.am
15998           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15999                 Fix gettextization in trayicon plugin
16000
16001 2004-06-07 [colin]      0.9.10claws67.9
16002         
16003         * src/summaryview.c
16004           src/gtk/gtksctree.[ch]
16005                 Let Shift+{Up,Down} work in summaryview
16006                 (well, Down "works" and Up works)
16007                 Let the list scroll when using these keys
16008
16009 2004-06-06 [colin]      0.9.10claws67.8
16010
16011         * src/plugins/trayicon/trayicon.c
16012                 Fix pixmap update
16013
16014 2004-06-06 [colin]      0.9.10claws67.7
16015
16016         * src/addressbook.c
16017                 Fix signal handling causing system-wide focus grab
16018
16019 2004-05-25 [paul]       0.9.10claws67.6
16020
16021         * Makefile.am
16022           src/Makefile.am
16023                 clean up
16024
16025 2004-05-25 [paul]       0.9.10claws67.5
16026
16027         * replace deprecated gtk_signal... functions
16028
16029 2004-05-23 [colin]      0.9.10claws67.4
16030
16031         * src/compose.c
16032                 Fix wrapping
16033
16034 2004-05-22 [colin]      0.9.10claws67.3
16035
16036         * src/compose.c
16037                 Re-fix [Edited] in compose.c::compose_reedit()
16038
16039 2004-05-22 [colin]      0.9.10claws67.2
16040
16041         * src/procmime.c
16042                 Fix parsing of multiparts mails
16043
16044 2004-05-22 [colin]      0.9.10claws67.1
16045
16046         * src/summaryview.c
16047                 Fix quicksearch
16048
16049 2004-05-22 [paul]       0.9.10claws67
16050
16051         * sync with 0.9.10claws67 HEAD
16052
16053 2004-05-14 [alfons]
16054
16055         * src/procmime.h
16056                 add forgotton prototype
16057
16058 2004-05-10 [paul]       0.9.10claws57
16059
16060         * sync with 0.9.10claws57 HEAD
16061
16062 2004-05-05 [paul]       0.9.9.claws1
16063
16064         * ChangeLog-gtk2        ** REMOVED **
16065           ChangeLog-gtk2.claws  ** ADDED **
16066                 rename and adopt the normal claws format
16067                 
16068         * configure.ac
16069                 require gtkmathview >= 0.5
16070
16071         * ac/*                          ** REMOVED **
16072           ac/                           ** REMOVED **
16073           intl/Makefile.in              ** REMOVED **
16074           m4/                           ** ADDED **
16075           m4/missing                    ** ADDED **
16076           m4/missing/gdk-pixbuf.m4      ** ADDED **
16077           m4/missing/gettext.m4         ** ADDED **
16078           m4/missing/gpgme.m4           ** ADDED **
16079           m4/missing/imlib.m4           ** ADDED **
16080           m4/.cvsignore                 ** ADDED **
16081           m4/Makefile.am                ** ADDED **
16082           m4/README                     ** ADDED **
16083           m4/aclocal-include.m4         ** ADDED **
16084           m4/aspell.m4                  ** ADDED **
16085           m4/check-type.m4              ** ADDED **
16086           m4/gnupg-check-typedef.m4     ** ADDED **
16087           m4/openssl.m4                 ** ADDED **
16088           m4/spamassassin.m4            ** ADDED **
16089           po/ChangeLog                  ** REMOVED **
16090           po/Makefile.in.in             ** REMOVED **
16091           po/Rules-quot                 ** REMOVED **
16092           po/boldquot.sed               ** REMOVED **
16093           po/en@boldquot.header         ** REMOVED **
16094           po/en@quot.header             ** REMOVED **
16095           po/insert-header.sin          ** REMOVED **
16096           po/quot.sed                   ** REMOVED **
16097           po/remove-potcdate.sed        ** REMOVED **
16098           po/remove-potcdate.sin        ** REMOVED **
16099           po/stamp-po                   ** REMOVED **
16100           Makefile.am
16101           autogen.sh
16102           configure.ac
16103                 enable building with automake 1.8.x
16104                 add 'autopoint --force' to autogen.sh and remove all
16105                 auto-generated files, remove ac/ directory and use
16106                 m4/ directory instead
16107                 
16108         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16109                 fix gettextization
16110
16111 2004-02-28 Colin Leroy <colin@colino.net>
16112         * src/prefs_matcher.c
16113           src/prefs_filtering.c
16114           src/prefs_filtering_action.c
16115                 Fix non-editable GtkEntries
16116
16117 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16118         * src/prefs_themes.c
16119                 utf8 conversion for theme info
16120
16121 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16122         * sync 0.9.9claws
16123
16124 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16125         * src/grouplistdialog.c
16126                 allow multiple selections without ctrl key
16127
16128 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16129         * src/main.c
16130                 enable customizable accelerators
16131
16132 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16133         * src/prefs_common.c
16134                 re-enable different font settings for gtk1/2
16135         * src/prefs_folder_item.c
16136                 fix folder prefs displayed wrong
16137         * src/textview.c
16138                 set 'sunken' shadow type
16139
16140 2004-02-07 Colin Leroy <colin@colino.net>
16141         * src/compose.c
16142                 Fix message being always [Edited]
16143                 Encode headers correctly (utf8 buf)
16144
16145 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16146         * src/socket.c
16147                 remove double g_source_attach()
16148                 (Thanks to Colin Leroy)
16149
16150 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16151         * src/gtk/gtksctree.c
16152                 Fix SSL certificate list not shown
16153         * src/mimeview.c
16154                 Fix clicks in mime tree
16155
16156 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16157         * src/common/socket.c
16158                 Fix SSL receive
16159         * src/compose.c
16160                 Fix clipboard menu hotkeys
16161
16162 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16163         * src/gtk/gtkaspell.[ch]
16164           src/compose.c
16165                 reimplement spellchecker
16166
16167 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16168         * src/gtk/filesel.c
16169                 crash when inserting file in compose window
16170                 (TODO: keep old selection on clicks)
16171         * src/main.c
16172                 use gtkrc-2.0 instead of gtkrc
16173
16174 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16175         * src/messageview.c
16176                 remove orphaned mimeview unref()
16177
16178 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16179         * src/grouplistdialog.c
16180                 expand nodes containing subscribed groups
16181
16182 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16183         * src/textview.c
16184                 textview: hide cursor, restore old click behaviour
16185
16186 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16187         * src/textview.c
16188                 variable names messed up
16189
16190 2004-01-17 Colin Leroy <colin@colino.net>
16191         * src/addr_compl.c
16192                 Fix completion address too thin
16193         * src/compose.c
16194                 Fix tab-to-subject behaviour
16195         * src/summaryview.c
16196                 Implement key up & down in summaryview
16197
16198 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16199
16200         * sync 098claws
16201
16202 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16203         * configure.ac
16204           Makefile.am
16205           doc/.cvsignore
16206           doc/Makefile.am
16207                 faq, man, manual moved to doc/
16208         * ac/aspell.m4
16209           ac/check-type.m4
16210           ac/gnupg-check-typedef.m4
16211           ac/openssl.m4
16212           ac/spamassassin.m4
16213           ac/missing/gdk-pixbuf.m4
16214           ac/missing/gpgme.m4
16215           ac/missing/imlib.m4
16216                 fix automake warnings
16217
16218 2003-12-06 Colin Leroy <colin@colino.net>
16219         * src/summaryview.c
16220                 Fix quicksearch
16221
16222 2003-12-05 Colin Leroy <colin@colino.net>
16223         * src/summaryview.c
16224                 Fix going to next unread folder
16225
16226 2003-12-05 Colin Leroy <colin@colino.net>
16227         * src/crash.c
16228                 Fix gtk2 compilation
16229         * src/session.c
16230                 Remove iotag source handler at disconnection
16231         * src/socket.[ch] 
16232                 Remove source handler when closing socket 
16233                 (fixes another seg)
16234
16235 2003-12-04 Colin Leroy <colin@colino.net>
16236         * src/compose.c
16237           src/prefs_account.c
16238           src/prefs_common.c
16239                 Fix some dropdown menus
16240
16241 2003-12-04 Colin Leroy <colin@colino.net>
16242         * src/compose.c
16243                 Fix event handlers on header fields
16244         * src/common/socket.c
16245           src/common/session.c
16246                 Fix segfault with callback (SSL)
16247                 Fix end of session 
16248
16249 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16250
16251         * Fix compile bug in src/compose.c
16252         * removed src/gtk/gtkstext.[ch]
16253
16254 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16255
16256         * Convert character set and escape "text" attributes in toolbar setting
16257         files.
16258         * Fixed bug in button-press-event handling.
16259
16260 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16261
16262         * Fixed bug in key-press-event handling.
16263
16264 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16265
16266         * Enabled to compile tray-icon plugin (Ad-hoc).
16267         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16268
16269 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16270
16271         * Enabled to compile on sylpheed-claws.
16272         (tray-icon plugin still cannot compile yet.)
16273
16274 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16275
16276         * Updated to 0.9.5.
16277
16278 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16279
16280         * Updated to 0.9.4.
16281         * Ported monitoring SSL mechanism to GSource of GLib2
16282         (I don't confirm it)
16283         * Added _gtk2 suffix to key name of font preference to avoid
16284         ovverwriting preference of Gtk+-1.2 version.
16285
16286 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16287
16288         * Updated to 0.9.2.
16289
16290 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16291
16292         * Updated to 0.9.1.
16293         * Translate po files into UTF-8 when execute autogen.sh.
16294
16295 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16296
16297         * Updated to 0.9.0.
16298
16299 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16300
16301         * Plugged GError related memory leaks.
16302
16303 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16304
16305         * Changed default size of fonts.
16306         * Enabled to set titile font size of warning dialog.
16307
16308 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16309
16310         * Embed a sylpheed icon into executable binary on Windows.
16311
16312 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16313
16314         * I forgot to traslate character set of element string in src/xml.c.
16315
16316 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16317
16318         * Fixed detecting bind_textdomain_codeset in configure.in.
16319         * The bug in which "Example" of "Date fromat" preference isn't displayed
16320         correctly has been fixed.
16321
16322 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16323
16324         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16325           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16326           glib-gettextize
16327           Removed intl directory.
16328           Translated po files into UTF-8.
16329           (Thanks! Ryuji Abe)
16330
16331 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16332
16333         * The bug which doesn't unscape string in xml.c has been fixed.
16334
16335 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16336
16337         * The bug which is failed to translate encoding of file name thorough
16338         file dialog has been fixed.
16339
16340 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16341
16342         * Modified to translate file names which is used in inporting/expoting
16343         mbox feature and "Save as" feature into locale encoding.
16344         * Translate file names into locale encoding when "Attache file" and
16345         "Insert file".
16346         * Force set G_BROKEN_FILENAMES environment variable.
16347         * Other minor fixes.
16348
16349 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16350
16351         * Modified to treat MH folder's name as locale encoding.
16352
16353 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16354
16355         * The bug which clash on switching candidates of auto completion of
16356         addresses, cannot use auto completion in Japanesse is fixed
16357         (Thanks! Tokunaga-san)¡¥
16358
16359 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16360
16361         * The bug which cannot switch key accelerator preference has been fixed
16362         (Thanks! smbd-san)¡¥
16363
16364 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16365
16366         * version 0.8.11-gtk2-20030314
16367
16368 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16369
16370         * The bug in which character set conversion of filtering messages has
16371         been fixed.(Thanks! COCOA-san).
16372
16373 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16374
16375         * Revived "Leave space on head" preference in "Message" category.
16376         * A bug which clash when put the cursor to end of buffer and execute
16377         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16378
16379 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16380
16381         * version 0.8.11-gtk2-20030312
16382
16383 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16384
16385         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16386         * Modified to use Pango's API directly for font preference.
16387         * Integrated GtkTextView of textview to one widget.
16388         * Set fonts of header title in textview by "header_title" tag.
16389         * Removed some deprecated codes.
16390
16391 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16392
16393         * Updated to 0.8.11.
16394         * Merged cygwin patch(Thanks! Sakai-san).
16395
16396 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16397
16398         * version 0.8.10-gtk2-20030309