2006-08-03 [colin] 2.4.0cvs24
[claws.git] / ChangeLog
1 2006-08-03 [colin]      2.4.0cvs24
2
3         * AUTHORS
4         * sylpheed-claws.desktop
5         * src/gtk/authors.h
6                 Bring the desktop file to XDG compliance
7                 Patch by Charles A. Edwards
8
9 2006-08-03 [colin]      2.4.0cvs23
10
11         * src/textview.c
12                 Fix links offset when they are preceded
13                 by accentued chars (g_utf8_strlen!)
14         * src/mainwindow.c
15                 Fix wrong status when starting offline
16
17
18 2006-08-03 [wwp]        2.4.0cvs22
19
20         * src/prefs_common.h
21                 ask what to do w/ filtering rules that belong to an account when
22                 applying filtering rules manually from the main window (skip,
23                 apply regardless of the account, use current account). This dialog
24                 can be skipped and the last reply used.
25                 (forgot that file)
26
27 2006-08-03 [wwp]        2.4.0cvs21
28
29         * src/filtering.c
30         * src/filtering.h
31         * src/prefs_common.c
32         * src/summaryview.c
33         * src/alertpanel.c
34         * src/alertpanel.h
35         * src/messageview.c
36                 ask what to do w/ filtering rules that belong to an account when
37                 applying filtering rules manually from the main window (skip,
38                 apply regardless of the account, use current account). This dialog
39                 can be skipped and the last reply used.
40
41
42 2006-08-03 [colin]      2.4.0cvs20
43
44         * src/textview.c
45                 Optimize previous patch
46
47 2006-08-03 [cleroy]     2.4.0cvs19
48
49         * src/textview.c
50                 Fix quotes getting toggled back when the
51                 mail has an even number of text parts
52
53 2006-08-02 [colin]      2.4.0cvs18
54
55         * src/messageview.c
56                 Add Hide quotes menu
57
58 2006-08-02 [colin]      2.4.0cvs17
59
60         * src/mainwindow.c
61         * src/prefs_common.c
62         * src/textview.c
63         * src/textview.h
64         * src/gtk/about.c
65                 Allow per-level quote hiding,
66                 Allow toggling quotes by double-clicking them
67                 Rename RemoteURI to ClickableText to reflect
68                 the fact it's used for a variety of things
69
70 2006-08-02 [wwp]        2.4.0cvs16
71
72         * src/mainwindow.c
73                 fix "View/Hide quotes" menu item status initialization.
74
75 2006-08-02 [wwp]        2.4.0cvs15
76
77         * src/matcher_parser_parse.y
78                 remove a debug trace.
79
80 2006-08-02 [paul]       2.4.0cvs14
81
82         * src/plugins/pgpcore/passphrase.c
83                 don't set initial dialog size
84                 make it resizable
85
86 2006-08-02 [paul]       2.4.0cvs13
87
88         * src/noticeview.c
89                 remove the rogue '/' character
90
91 2006-08-02 [paul]       2.4.0cvs12
92
93         * src/noticeview.c
94                 allow buttons to resize as necessary
95
96 2006-08-01 [wwp]        2.4.0cvs11
97
98         * src/mbox.c
99                 fix strict ISO C90 compliance.
100
101 2006-08-01 [wwp]        2.4.0cvs10
102
103         * tools/update-po
104                 updated update-po tool to work w/ context-dependent translations.
105                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
106
107 2006-08-01 [wwp]        2.4.0cvs9
108
109         * src/matcher.c
110         * src/prefs_filtering.c
111         * src/prefs_matcher.c
112                 allow context-dependent translations for "All",
113                 patch by Fabien Vantard <fzzzzz@gmail.com>.
114
115 2006-07-31 [colin]      2.4.0cvs8
116
117         * AUTHORS
118         * src/gtk/authors.h
119                 Add Rafal to authors
120
121 2006-07-31 [colin]      2.4.0cvs7
122
123         * src/compose.c
124         * src/mainwindow.c
125         * src/messageview.h
126         * src/prefs_common.c
127         * src/prefs_common.h
128         * src/textview.c
129                 Add 'View/Hide quotes'. Patch based on a patch
130                 by Rafal Weglarz
131
132 2006-07-31 [colin]      2.4.0cvs6
133
134         * src/action.c
135                 Fix problem with "> stuff >" actions
136
137 2006-07-31 [paul]       2.4.0cvs5
138
139         * po/nb.po
140                 updated by Geir Helland
141
142 2006-07-31 [wwp]        2.4.0cvs4
143
144         * src/mainwindow.c
145         * src/summaryview.c
146         * src/summaryview.h
147                 add "View/Go to/Parent message" and "View/Go to/Last read message",
148                 thanks to Colin.
149
150 2006-07-31 [wwp]        2.4.0cvs3
151
152         * src/Makefile.am
153         * src/addr_compl.c
154         * src/addr_compl.h
155         * src/addressbook.c
156         * src/addressbook.h
157         * src/addressbook_foldersel.c
158         * src/addressbook_foldersel.h
159         * src/addrindex.c
160         * src/addrindex.h
161         * src/matcher.c
162         * src/matcher.h
163         * src/matcher_parser_lex.l
164         * src/matcher_parser_parse.y
165         * src/prefs_common.c
166         * src/prefs_common.h
167         * src/prefs_filtering.c
168         * src/prefs_matcher.c
169         * src/prefs_matcher.h
170         * src/summaryview.c
171                 introduce filtering against the address book. It's now possible to add
172                 matched conditions to determine if any email address in a message matches
173                 or doesn't match any or all books or folders in the address book.
174
175 2006-07-31 [wwp]        2.4.0cvs2
176
177         * src/account.c
178         * src/filtering.c
179         * src/filtering.h
180         * src/folder.c
181         * src/folderview.c
182         * src/inc.c
183         * src/mainwindow.c
184         * src/matcher.c
185         * src/matcher_parser_lex.l
186         * src/matcher_parser_parse.y
187         * src/mbox.c
188         * src/prefs_filtering.c
189         * src/prefs_filtering.h
190         * src/procmsg.c
191         * src/procmsg.h
192         * src/summaryview.c
193                 introduce per-account filtering rules. Each filtering rule can now be assigned
194                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
195                 when applying filtering rules manually, as all rules will apply - even the ones
196                 assigned to an account. This issue will be addressed soon.
197  
198
199
200 2006-07-31 [wwp]        2.4.0cvs1
201
202         * src/quote_fmt.c
203                 make more strings translatable.
204
205 2006-07-31 [paul]       2.4.0
206
207         2.4.0 released
208
209 2006-07-31 [paul]       2.3.1cvs91
210
211         * po/ca.po
212                 updated by Miquel Oliete
213
214 2006-07-31 [paul]       2.3.1cvs90
215
216         * po/de.po
217         * po/el.po
218         * po/fr.po
219         * po/it.po
220         * po/pl.po
221         * po/pt_BR.po
222         * po/sr.po
223         * po/zh_CN.po
224                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
225                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
226                 Aleksandar Urosevic, and Ralgh Young
227
228 2006-07-31 [paul]       2.3.1cvs89
229
230         * src/account.c
231         * src/main.c
232         * src/mainwindow.c
233         * src/mainwindow.h
234                 Fix a race condition when, after an SC crash, rescanning
235                 folders took more than 0.5 seconds
236                 Thanks to Colin
237
238 2006-07-31 [paul]       2.3.1cvs88
239
240         * src/folderview.c
241                 don't translate separator strings
242
243 2006-07-30 [mones]      2.3.1cvs87
244
245         * doc/man/sylpheed-claws.1
246                 Fixed non-ASCII chars in Hoa's name
247         * po/es.po
248                 Updated for release
249
250 2006-07-27 [colin]      2.3.1cvs86
251
252         * src/textview.c
253                 Don't include the leading \n in links
254                 Patch by Fabien
255
256 2006-07-25 [colin]      2.3.1cvs85
257
258         * src/mainwindow.c
259         * src/common/socket.h
260         * src/etpan/imap-thread.c
261                 Refresh resolvers before connecting
262                 to IMAP servers, and after switching
263                 to online. Thanks to Paul.
264
265 2006-07-18 [colin]
266
267         * 2.4.0-rc4 released
268
269 2006-07-17 [colin]      2.3.1cvs84
270
271         * src/inc.c
272                 Show connection attempt in statusbar before
273                 connecting (previously first message was
274                 "Retrieving messages from ..." after the
275                 connection succeeded.
276
277 2006-07-16 [wwp]        2.3.1cvs83
278
279         * sylpheed-claws.ico
280                 Added .ico file (windows multi-size icon file, generated).
281
282 2006-07-12 [wwp]        2.3.1cvs82
283
284         * src/messageview.c
285                 remove Message/Re-edit menu entry from messageview window,
286                 as sent/draft/queued messages are opened in compose window when
287                 re-edited and it's not possible to re-edit other msgs.
288
289 2006-07-12 [paul]       2.3.1cvs81
290
291         * AUTHORS
292         * src/mainwindow.c
293         * src/gtk/authors.h
294                 check online state before resetting
295                 mailcheck timer. Useful if some program
296                 verifies connection state and updates
297                 Claws.
298                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
299
300 2006-07-12 [paul]       2.3.1cvs80
301
302         * sylpheed-claws-128x128.png
303         * sylpheed-claws-64x64.png
304         * sylpheed-claws.png
305         * src/Makefile.am
306         * src/main.c
307         * src/prefs_toolbar.c
308         * src/stock_pixmap.c
309         * src/stock_pixmap.h
310         * src/wizard.c
311         * src/gtk/about.c
312         * src/gtk/gtkutils.c
313         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
314         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
315         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
316         * src/pixmaps/sylpheed.xpm              ** REMOVED **
317         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
318         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
319                 updated and renamed logo/icon files and related
320                 logo by Jesper Schultz
321
322 2006-07-11 [paul]       2.3.1cvs79
323
324         * src/main.c
325                 fix the labels a smidgin
326
327 2006-07-09 [colin]      2.3.1cvs78
328
329         * src/textview.c
330                 Show errors in textviewer's command
331                 Patch by H. Merijn Brand
332
333 2006-07-09 [colin]      2.3.1cvs77
334
335         * src/compose.c
336                 Save FMID in drafts too
337
338 2006-07-08 [colin]      2.3.1cvs76
339
340         * src/compose.c
341                 Svae RMID in drafted mails too
342                 Save quote_fmt vars for whole mails,
343                 don't reset at each quote_fmt_init:
344                 allows to use the same |i{var} in
345                 various template fields
346         * src/prefs_template.c
347         * src/quote_fmt.h
348         * src/quote_fmt_parse.y
349                 Same
350
351 2006-07-08 [colin]      2.3.1cvs75
352
353         * src/textview.c
354                 Fix highlighting of attached parts URIs
355
356 2006-07-08 [colin]      2.3.1cvs74
357
358         * src/main.c
359                 Prevent bug #981 (sc 2.3.1 segfaults with 
360                 gtk+ 2.10) from being reported again:
361                 if Sylpheed-Claws has been compiled against
362                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
363                 of if Sylpheed-Claws has been compiled against
364                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
365                 error out.
366
367 2006-07-07 [colin]      2.3.1cvs73
368
369         * src/prefs_actions.c
370                 Fix label
371
372 2006-07-07 [colin]      2.3.1cvs72
373
374         * src/prefs_actions.c
375                 Fix compile on gtk < 2.8. argh :)
376
377 2006-07-07 [paul]       2.3.1cvs71
378
379         * src/common/defs.h
380                 update DONATE_URI
381
382 2006-07-07 [colin]      2.3.1cvs70
383
384         * po/POTFILES.in
385         * src/quote_fmt.c
386         * src/quote_fmt_lex.l
387         * src/quote_fmt_parse.y
388                 Add |i{var}, a way to insert user-entered
389                 text in a template
390
391 2006-07-07 [colin]
392
393         * 2.4.0-rc3 released
394
395 2006-07-07 [colin]      2.3.1cvs69
396
397         * src/folder.c
398                 Don't consider inboxes of UNKNOWN folder 
399                 classes to be useable as default inboxes
400
401 2006-07-07 [paul]       2.3.1cvs68
402
403         * src/textview.c
404                 add missing #include <errno.h>
405                 Thanks to René J. Blokland
406
407 2006-07-07 [paul]       2.3.1cvs67
408
409         * src/action.c
410                 Return now Closes dialog
411         * src/mimeview.c
412         * src/mimeview.h
413         * src/textview.c
414                 add contextual menu to mime parts listed
415                 in the textview
416                 Thanks to Colin
417         * src/common/utils.c
418                 reversal: ' is a valid character in URLs
419
420 2006-07-06 [colin]      2.3.1cvs66
421
422         * src/remotefolder.h
423                 Forgotten in previous commit
424
425 2006-07-06 [colin]      2.3.1cvs65
426
427         * src/folder.c
428                 Set summary update flag whenever
429                 totals changed
430         * src/imap.c
431         * src/prefs_account.c
432         * src/common/utils.h
433         * src/etpan/imap-thread.c
434                 Fix warnings, thanks to Fabien and
435                 Ricardo
436
437 2006-07-06 [wwp]        2.3.1cvs64
438
439         * src/gtk/gtkutils.c
440                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
441
442 2006-07-06 [wwp]        2.3.1cvs63
443
444         * src/account.c
445         * src/addressbook.c
446         * src/addressitem.h
447         * src/folderview.c
448         * src/mainwindow.c
449         * src/manual.c
450         * src/manual.h
451         * src/message_search.c
452         * src/prefs_actions.c
453         * src/prefs_filtering.c
454         * src/prefs_filtering.h
455         * src/prefs_template.c
456         * src/summary_search.c
457         * src/summaryview.c
458         * src/gtk/gtkutils.c
459         * src/gtk/gtkutils.h
460         * src/gtk/pluginwindow.c
461                 add help buttons to some dialogs. Clicking such buttons opens a
462                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
463
464 2006-07-06 [paul]       2.3.1cvs62
465
466         * src/textview.c
467                 fix attachments contextual menu
468                 Thanks to Colin
469
470 2006-07-05 [colin]      2.3.1cvs61
471
472         * src/textview.c
473         * src/compose.c
474                 Handle sftp:// links
475
476 2006-07-05 [paul]       2.3.1cvs60
477
478         * src/gtk/filesel.c
479                 grab save button by default
480                 Thanks to Colin
481
482 2006-07-05 [wwp]        2.3.1cvs59
483
484         * manual/xml2pdf
485                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
486
487 2006-07-04 [colin]      2.3.1cvs58
488
489         * src/mimeview.c
490         * src/textview.c
491                 Use left click to select, middle click to open
492                 on mimeparts links
493         * src/common/utils.c
494                 Fix segfault
495
496 2006-07-04 [colin]      2.3.1cvs57
497
498         * src/mainwindow.c
499         * src/news.c
500                 Warning fixes, thanks to Fabien
501
502 2006-07-04 [colin]      2.3.1cvs56
503
504         * src/mimeview.c
505         * src/mimeview.h
506         * src/textview.c
507                 Allow parts to be selected via their text label
508                 in textview
509
510 2006-07-04 [colin]      2.3.1cvs55
511
512         * src/folderview.c
513                 Feedback when closing (for big folders)
514         * src/prefs_actions.c
515         * src/prefs_filtering.c
516         * src/prefs_matcher.c
517         * src/prefs_template.c
518                 Fix default button when closing without
519                 having saved
520
521 2006-07-04 [colin]      2.3.1cvs54
522
523         * src/news.c
524                 Delete local file on deletion
525
526 2006-07-03 [colin]      2.3.1cvs53
527
528         * src/folderview.c
529         * src/main.c
530                 Don't freeze when rescanning after crash
531
532 2006-07-03 [wwp]        2.3.1cvs52
533
534         * src/compose.c
535         * src/privacy.c
536         * src/privacy.h
537         * src/plugins/pgpinline/pgpinline.c
538         * src/plugins/pgpmime/pgpmime.c
539                 don't report an error when the user cancels the passphrase dialog.
540
541 2006-07-02 [colin]      2.3.1cvs51
542
543         * src/folderview.c
544                 Open message when crossing folders with Space,
545                 goto next unread and friends
546
547 2006-07-01 [colin]      2.3.1cvs50
548
549         * src/prefs_account.c
550                 Typographic rules varying from language
551                 to language (in french "Protocole :"),
552                 we have to do that :)
553
554 2006-07-01 [ticho]      2.3.1cvs49
555
556         * src/prefs_account.c
557                 Only use one temporary gchar* variable in
558                 prefs_account_protocol_set_optmenu().
559
560 2006-07-01 [ticho]      2.3.1cvs48
561
562         * src/prefs_account.c
563         * src/prefs_account.h
564                 Use GtkLabel for existing account protocol name.
565                 Created an array for protocol names and populate the
566                 combobox from it in a for() cycle.
567
568 2006-06-30 [colin]      2.3.1cvs47
569
570         * src/compose.c
571                 Block undo when changing signature (by changing
572                 account)
573
574 2006-06-30 [paul]       2.3.1cvs46
575
576         * src/send_message.c
577                 when editing From in the Compose window, use that address
578                 in the Return-Path: header
579                 Thanks to Colin
580
581 2006-06-30 [colin]      2.3.1cvs45
582
583         * src/compose.c
584                 Fix signature replacement:
585                 - when no newline before separator
586                 - when reediting
587
588 2006-06-29 [colin]      2.3.1cvs44
589
590         * src/folderview.c
591         * src/folderview.h
592         * src/mainwindow.c
593         * src/summaryview.c
594                 Let 'View/Go to/Next marked' work like
595                 Next new & Next unread: across folders
596                 Change the select_on_entry pref to do
597                 what we want when changing folder
598         * src/common/utils.c
599                 Fix single-quoted links 
600
601 2006-06-29 [colin]      2.3.1cvs43
602
603         * src/gtk/gtkaspell.c
604                 "Sylpheed" and "Sylpheed-Claws" do exist !
605
606 2006-06-29 [colin]      2.3.1cvs42
607
608         * src/imap.c
609                 Forgot to remove debug
610
611 2006-06-29 [colin]      2.3.1cvs41
612
613         * src/imap.c
614         * src/imap.h
615         * src/mainwindow.c
616                 Disconnect from IMAP servers when going
617                 offline. Fixes bug #978 (going to offline-mode 
618                 won't close connections)
619
620 2006-06-29 [colin]      2.3.1cvs40
621
622         * src/main.c
623                 Fix transient setting on failing plugins
624                 Patch by Fabien
625         * src/plugins/pgpcore/sgpgme.c
626                 Only warn for OpenPGP. Most people don't
627                 have CMS available.
628
629 2006-06-29 [colin]      2.3.1cvs39
630
631         * src/compose.c
632                 Fix Spelling menu (discrepancy between context menu
633                 and top menu when folder's dictionary isn't the 
634                 default one)
635         * src/plugins/pgpcore/sgpgme.c
636                 More error reporting about why gpgme can fail
637
638 2006-06-29 [wwp]        2.3.1cvs38
639
640         * src/mainwindow.c
641                 honor the display-header-pane setting even when the message view
642                 is a separate window.
643
644 2006-06-29 [wwp]        2.3.1cvs37
645
646         * src/prefs_actions.c
647                 forgot to commit that one (use of GTK_STOCK_INFO).
648
649 2006-06-29 [colin]      2.3.1cvs36
650
651         * src/imap.c
652                 Better handling of login errors (ask the password
653                 again once), alert in case of error. Fix three
654                 signedness warnings.
655
656 2006-06-28 [wwp]        2.3.1cvs35
657
658         * src/prefs_template.c
659         * src/prefs_matcher.c
660         * src/prefs_filtering_action.c
661         * src/prefs_quote.c
662                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
663                 patch by Fabien Vantard, slightly modified.
664
665 2006-06-28 [paul]
666
667         2.4.0-rc2 released
668
669 2006-06-28 [colin]      2.3.1cvs34
670
671         * src/prefs_account.c
672                 Fix bug #977 (Can't add or edit imap accounts)
673
674 2006-06-28 [colin]      2.3.1cvs33
675
676         * src/mimeview.c
677                 Fix previous
678
679 2006-06-28 [colin]      2.3.1cvs32
680
681         * src/mimeview.c
682                 Save named inlined attachments with "Save all"
683         * src/main.c
684         * src/mbox.c
685         * src/common/plugin.c
686         * src/common/plugin.h
687         * src/common/sylpheed.c
688         * src/common/utils.c
689         * src/plugins/pgpcore/sylpheed.def
690         * src/plugins/pgpinline/sylpheed.def
691         * src/plugins/pgpmime/sylpheed.def
692                 Win32 compatibility patch, by
693                 Werner Koch
694
695 2006-06-28 [wwp]        2.3.1cvs31
696
697         * src/imap.c
698         * src/prefs_folder_item.c
699                 less compilation warnings (thanks to Fabien Vantard), less typos.
700
701 2006-06-28 [paul]       2.3.1cvs30
702
703         * src/gtk/gtkutils.c
704                 gtk_combo_box_set_focus_on_click() is only
705                 available since gtk 2.6.0
706
707 2006-06-28 [paul]       2.3.1cvs29
708
709         * src/prefs_ext_prog.c
710                 fix engrish and add a tooltip for the
711                 'command for 'Display as text' option
712
713 2006-06-28 [paul]
714
715         2.4.0-rc1 released
716
717 2006-06-28 [paul]       2.3.1cvs28
718
719         * ChangeLog
720         * tools/Makefile.am
721                 include textviewer.pl in releases
722
723 2006-06-28 [paul]       2.3.1cvs27
724
725         * src/prefs_ext_prog.c
726                 hide Print command option if libgnomeprint
727                 support is present
728
729 2006-06-27 [colin]      2.3.1cvs26
730
731         * src/compose.c
732                 Fix Esc handling in insert/attach dialog
733                 Don't show this dialog if dragging something
734                 else than text/uri-list
735                 Thanks to Fabien Vantard
736         * tools/textviewer.pl
737                 Filter script to display stuff as text
738                 by H. Merijn Brand
739
740 2006-06-27 [wwp]        2.3.1cvs25
741
742         * src/messageview.c
743                 use the exact product name (message view title), patch
744                 by Fabien Vantard.
745
746 2006-06-27 [ticho]      2.3.1cvs24
747
748         * src/prefs_account.c
749         * src/prefs_common.c
750         * src/prefs_common.h
751         * src/prefs_ext_prog.c
752         * src/textview.c
753                 Add a preference (Preferences/External programs)
754                 to allow "Display as text" to be done via a script
755                 (patch by H.Merijn Brand).
756                 Use GtkComboBox for protocol selection in account
757                 preferences.
758                 Only include current choice for existing accounts, and
759                 insensitivize the combobox.
760
761 2006-06-27 [paul]       2.3.1cvs23
762
763         * src/mbox.c
764                 fix crasher introduced in cvs21.
765                 Thanks to Colin
766
767 2006-06-26 [colin]      2.3.1cvs22
768
769         * src/mbox.c
770                 Fix double-frees when leaving folders
771                 after exporting to mbox
772
773 2006-06-26 [colin]      2.3.1cvs21
774
775         * src/mbox.c
776                 More feedback (and optimisation)
777                 on import/export
778         * src/common/utils.c
779                 Fix case when looking for mail addresses
780         * src/gtk/gtkutils.c
781                 Extra check for (X-)Face
782
783 2006-06-25 [ticho]      2.3.1cvs20
784
785         * src/compose.c
786         * src/exphtmldlg.c
787         * src/gtk/gtkutils.c
788         * src/gtk/gtkutils.h
789                 Added second argument to gtkut_sc_combobox_create() to
790                 control focus-on-click for the widget.
791                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
792
793 2006-06-25 [ticho]      2.3.1cvs19
794
795         * src/compose.c
796         * src/gtk/Makefile.am
797         * src/gtk/combobox.c
798         * src/gtk/combobox.h
799         * src/gtk/gtkutils.c
800         * src/gtk/gtkutils.h
801                 Use GtkComboBox instead of deprecated GtkOptionMenu
802                 for account selector in compose window and for encoding
803                 selector in attachment properties.
804                 Also factorise working with the new GtkComboBox somewhat.
805
806 2006-06-24 [paul]       2.3.1cvs18
807
808         * src/prefs_common.c
809                 use the correct default value
810
811 2006-06-24 [paul]       2.3.1cvs17
812
813         * src/compose.c
814         * src/prefs_common.c
815         * src/prefs_common.h
816         * src/prefs_compose_writing.c
817                 enable setting of default action when
818                 dnd'ing files in the compose window.
819                 (Collaborative effort with wwp)
820
821 2006-06-23 [wwp]        2.3.1cvs16
822
823         * src/compose.c
824                 i18n fix (thanks to Fabien Vantard)
825
826 2006-06-22 [colin]      2.3.1cvs15
827
828         * src/prefs_customheader.c
829                 Don't use filters in custom headers' file 
830                 selector. Remember, extensions mean nothing :)
831
832 2006-06-22 [paul]       2.3.1cvs14
833
834         * configure.ac
835                 allow setting of man directory location
836
837 2006-06-22 [colin]      2.3.1cvs13
838
839         * src/mainwindow.c
840                 Add 'View/Go to/Next unread folder'.
841                 I missed that :)
842
843 2006-06-22 [colin]      2.3.1cvs12
844
845         * src/common/utils.c
846                 Add some subject prefixes
847                 Patch by Bjorn T Johansen <btj@havleik.no>
848
849 2006-06-22 [colin]      2.3.1cvs11
850
851         * manual/advanced.xml
852                 Forgotten hidden pref
853
854 2006-06-21 [paul]       2.3.1cvs10
855
856         * src/prefs_account.c
857                 complete the removal of 'Add date header' option
858
859 2006-06-21 [paul]       2.3.1cvs9
860
861         * src/account.c
862         * src/compose.c
863         * src/prefs_account.c
864         * src/prefs_account.h
865                 remove option to add date header - always
866                 add date header
867         * src/etpan/imap-thread.c
868                 fix warnings (Thanks to Colin)
869
870 2006-06-21 [wwp]        2.3.1cvs8
871
872         * src/folder.c
873                 set the attachment flag when inline text part are (file)named. This is more convenient
874                 when receiving (for instance) inline source files or patches sent using thunderbird.
875
876 2006-06-21 [paul]       2.3.1cvs7
877
878         * src/inc.c
879                 fix off-by-one count of current msg in
880                 statusbar filtering progressbar
881
882 2006-06-21 [paul]       2.3.1cvs6
883
884         * src/folder.c
885                 Show attachment icon even if the part is 'inline'
886                 if the following conditions are met:
887                 - content-type != 'text/plain'
888                 - content-type != '*/pgp-signature'
889                 - either 'name' or 'filename' parameter is not NULL
890                 
891                 Thanks to Colin
892
893 2006-06-21 [paul]       2.3.1cvs5
894
895         * src/messageview.c
896         * src/prefs_common.c
897         * src/prefs_common.h
898         * src/prefs_other.c
899                 add an option to 'Never send Return
900                 Receipts'
901                 Thanks to Colin
902
903 2006-06-20 [mones]      2.3.1cvs4
904
905         * po/es.po
906                 updated
907         * src/compose.c
908                 typo fixed (space after comma)
909         * tools/make.themes.project
910                 remove exec mode from tarball files
911
912 2006-06-20 [colin]      2.3.1cvs3
913
914         * src/news.c
915         * src/procheader.c
916         * src/unmime.c
917                 Better fix for \n's in headers (don't 
918                 break Received: and others)
919
920 2006-06-20 [paul]       2.3.1cvs2
921
922         * src/alertpanel.c
923         * src/textview.c
924                 improve legibility of phishing attempt
925                 dialog
926
927 2006-06-20 [paul]       2.3.1cvs1
928
929         * NEWS
930         * README
931         * configure.ac
932                 Update version number following
933                 stable release
934
935 2006-06-20 [colin]      2.3.0cvs26
936
937         * src/compose.c
938                 When dragging a file to the text of the compose
939                 window, ask whether we want to insert or attach
940                 (I know lots of people who do that to attach)
941
942 2006-06-20 [colin]      2.3.0cvs25
943
944         * src/etpan/imap-thread.c
945                 Fix threshold (the append command is often > 32 bytes)
946
947 2006-06-19 [colin]      2.3.0cvs24
948
949         * src/imap.c
950         * src/etpan/imap-thread.c
951                 Workaround Rockliffe IMAP server bug: replace
952                 "x UID SEARCH (ANSWERED UID 1:*)" with
953                 "x UID SEARCH ANSWERED"
954                 (Rockliffe doesn't handle the parenthesis)
955
956 2006-06-19 [colin]      2.3.0cvs23
957
958         * src/compose.c
959         * src/imap.c
960         * src/etpan/imap-thread.c
961                 Probably fix bug #972 (Freezes when adding 
962                 an attachment to the message)
963         * src/common/defs.h
964                 Modernize Firefox cmd
965
966
967 2006-06-18 [colin]      2.3.0cvs22
968
969         * src/prefs_customheader.c
970                 Only allow correct filenames for various
971                 custom headers
972
973 2006-06-18 [colin]      2.3.0cvs21
974
975         * src/prefs_customheader.c
976                 Add a 'From File...' button in custom headers prefs, which
977                 try to do the right thing: 
978                 for normal headers, use file as plaintext,
979                 for X-Face, calls compface,
980                 for Face, encode to b64.
981
982 2006-06-17 [colin]      2.3.0cvs20
983
984         * src/mh.c
985                 Warning fix
986
987 2006-06-16 [colin]      2.3.0cvs19
988
989         * src/summaryview.c
990                 Recursive quicksearch: show message list
991                 in current folder, *then* search children
992                 in the background.
993
994 2006-06-16 [colin]      2.3.0cvs18
995
996         * src/main.c
997                 Instead of ignoring SIGPIPE, save caches
998                 when getting one. Will fix the fact that
999                 hot caches are out-of-date when logging 
1000                 out of Xorg.
1001         * src/compose.c
1002         * src/prefs_compose_writing.c
1003                 Only save text (not attachments) when 
1004                 auto-saving to drafts
1005         * src/unmime.c
1006                 Always replace \n, \r and \t with spaces
1007                 in headers
1008         * manual/dist/html/Makefile.am
1009         * manual/dist/pdf/Makefile.am
1010         * manual/dist/ps/Makefile.am
1011         * manual/dist/txt/Makefile.am
1012         * manual/fr/dist/html/Makefile.am
1013         * manual/fr/dist/pdf/Makefile.am
1014         * manual/fr/dist/ps/Makefile.am
1015         * manual/fr/dist/txt/Makefile.am
1016         * manual/pl/dist/html/Makefile.am
1017         * manual/pl/dist/pdf/Makefile.am
1018         * manual/pl/dist/ps/Makefile.am
1019         * manual/pl/dist/txt/Makefile.am
1020                 Fix make clean removing pregenerated manuals
1021
1022
1023 2006-06-16 [colin]      2.3.0cvs17
1024
1025         * src/plugins/pgpcore/sgpgme.c
1026         * src/plugins/pgpmime/pgpmime.c
1027         * src/plugins/pgpinline/pgpinline.c
1028                 Better error reporting in setup_signers.
1029                 Don't fallback to default key if specified
1030                 key isn't found.
1031                 Don't allow signing if more than one secret
1032                 key matches the one specified in prefs.
1033
1034 2006-06-15 [colin]      2.3.0cvs16
1035
1036         * src/folderview.c
1037                 Add "Send queue" in the folder's contextual
1038                 menu
1039         * src/compose.c
1040         * src/messageview.c
1041         * src/privacy.c
1042         * src/privacy.h
1043         * src/procmime.c
1044         * src/procmsg.c
1045         * src/plugins/pgpcore/passphrase.c
1046         * src/plugins/pgpcore/sgpgme.c
1047         * src/plugins/pgpinline/pgpinline.c
1048         * src/plugins/pgpmime/pgpmime.c
1049                 Better error reporting
1050         * src/mbox.c
1051                 Probably fix bug #971 (2.2.3 cannot read mail 
1052                 from local mbox)
1053
1054
1055 2006-06-15 [mones]      2.3.0cvs15
1056
1057         * tools/make.themes.project
1058                 creates the themes project from the web page
1059
1060 2006-06-15 [colin]      2.3.0cvs14
1061
1062         * src/folder.c
1063                 Better fix (avoid losing the folder if scan_tree 
1064                 fails)
1065
1066 2006-06-15 [cleroy]     2.3.0cvs13
1067
1068         * src/folder.c
1069                 Probably fix Bug #969 (crash on rebuilding 
1070                 imap folder)
1071
1072 2006-06-14 [colin]      2.3.0cvs12
1073
1074         * manual/dtd/manual.xsl
1075         * manual/sylpheed-claws-manual.xml
1076         * manual/fr/sylpheed-claws-manual.xml
1077         * manual/pl/sylpheed-claws-manual.xml
1078                 Insert pagebreaks between sections
1079
1080 2006-06-14 [paul]       2.3.0cvs11
1081
1082         * configure.ac
1083                 better fix than 2.3.0cvs10
1084
1085 2006-06-14 [paul]       2.3.0cvs10
1086
1087         * configure.ac
1088                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1089                 (backwards compatible)
1090
1091 2006-06-13 [colin]      2.3.0cvs9
1092
1093         * src/messageview.c
1094                 Fix sending of return receipt with the new queue folders
1095
1096 2006-06-13 [wwp]        2.3.0cvs8
1097
1098         * src/quote_fmt_lex.l
1099                 fix wrong tokens returned in quote_fmt lexer, query not().
1100
1101 2006-06-13 [wwp]        2.3.0cvs7
1102
1103         * src/folder.c
1104         * src/prefs_folder_item.c
1105                 allow changing folder type even when folder is not a top-level one,
1106                 thanks to Colin.
1107
1108 2006-06-12 [colin]      2.3.0cvs6
1109
1110         * src/folderview.c
1111                 Fix double-ask of "Do you want to mark all
1112                 as read"
1113
1114 2006-06-12 [colin]      2.3.0cvs5
1115
1116         * src/compose.c
1117         * src/compose.h
1118         * src/folder.c
1119         * src/folder.h
1120         * src/imap.c
1121         * src/inc.c
1122         * src/main.c
1123         * src/messageview.c
1124         * src/mh.c
1125         * src/prefs_folder_item.c
1126         * src/procheader.c
1127         * src/procmime.c
1128         * src/procmsg.c
1129         * src/procmsg.h
1130         * src/send_message.c
1131         * src/summaryview.c
1132         * src/toolbar.c
1133                 Apply bug #964's patch (Queue and drafts aren't normal)
1134                 The Drafts and Queue folder now contain RFC-822 files,
1135                 allowing to move and copy mails from and to these 
1136                 folders. Moving from Drafts to Queue will prepare the
1137                 mail for sending (PGP signature, encryption, etc).
1138                 This patch also rework sending errors handling to try
1139                 to be more helpful.
1140                 Also, allow redefining folder types via the GUI 
1141                 (Folder type in its Properties)
1142
1143 2006-06-12 [colin]      2.3.0cvs4
1144
1145         * src/summaryview.c
1146         * src/prefs_common.c
1147         * src/prefs_common.h
1148         * src/gedit-print.c
1149                 Allow to define a specific print font - patch
1150                 by Bernhard Walle <bernhard.walle@gmx.de>
1151         * src/prefs_fonts.c
1152         * manual/advanced.xml
1153         * manual/fr/advanced.xml
1154                 Add a hidden pref to allow deletion without
1155                 confirmation
1156
1157 2006-06-12 [wwp]        2.3.0cvs3
1158
1159         * .cvsignore
1160                 more files to ignore.
1161
1162 2006-06-12 [wwp]        2.3.0cvs2
1163
1164         * src/quote_fmt.c
1165         * src/quote_fmt_lex.l
1166         * src/quote_fmt_parse.y
1167                 extend the quote_fmt parser (templates and quotes):
1168                 - allow limited sub-expressions in |p{} and |f{} expressions,
1169                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1170                 - implemented/fixed missing implementation of query_references and show_references,
1171                 - completed, fixed contents and format of the symbols help dialog,
1172                 - fix some compilation warnings.
1173
1174 2006-06-12 [wwp]        2.3.0cvs1
1175
1176         * manual/advanced.xml
1177         * manual/fr/advanced.xml
1178                 updates in the "templates" section of the manual (eng/fr):
1179                  - be more precise (both versions)
1180                  - completed to match the english reference (fr version)
1181                  - touchups (both versions)
1182
1183 2006-06-12 [paul]       2.3.0
1184
1185         2.3.0 released
1186
1187 2006-06-12 [paul]       2.2.3cvs14
1188
1189         * po/ca.po
1190         * po/cs.po
1191         * po/de.po
1192         * po/el.po
1193         * po/fr.po
1194         * po/it.po
1195         * po/pt_BR.po
1196         * po/sr.po
1197         * po/zh_CN.po
1198                 updated by Miquel Oliete, Tim, Stephan Sachse,
1199                 Stavros Giannouris, Fabien Vantard, Andrea
1200                 Spadaccini, Frederico Goncalves Guimaraes,
1201                 Aleksandar Urosevic, and Ralgh Young
1202
1203 2006-06-12 [colin]      2.2.3cvs13
1204
1205         * src/mbox.c
1206                 Add missing header
1207
1208 2006-06-11 [colin]      2.2.3cvs12
1209
1210         * src/msgcache.c
1211                 Verify that g_malloc() succeeded
1212
1213 2006-06-11 [colin]      2.2.3cvs11
1214
1215         * src/wizard.c
1216                 Add Face header to welcome mail
1217
1218 2006-06-10 [colin]      2.2.3cvs10
1219
1220         * src/textview.c
1221                 Revert previous (Forgot it changes the
1222                 margin on the whole mail)
1223
1224 2006-06-10 [colin]      2.2.3cvs9
1225
1226         * src/textview.c
1227                 Don't overlap long headers under (X-)Face
1228
1229 2006-06-10 [mones]      2.2.3cvs8
1230
1231         * manual/xml2pdf
1232                 allow generation of manual on systems lacking saxon binary
1233                 but with java and the saxon library installed
1234
1235         * po/es.po
1236                 updated for release
1237
1238 2006-06-09 [colin]      2.2.3cvs7
1239
1240         * src/summaryview.c
1241                 Fix leak when using Display Sender using Addressbook
1242
1243 2006-06-09 [colin]      2.2.3cvs6
1244
1245         * src/compose.c
1246         * src/folder.c
1247         * src/folderview.c
1248         * src/mimeview.c
1249         * src/summaryview.c
1250                 More leaks fixes
1251
1252 2006-06-09 [paul]       2.2.3cvs5
1253
1254         * AUTHORS
1255         * src/gtk/authors.h
1256         * tools/claws.i18n.status.pl
1257                 updated with new info
1258
1259 2006-06-09 [paul]       2.2.3cvs4
1260
1261         * README
1262                 updated
1263         * manual/ack.xml
1264                 add wwp to authors list
1265         * src/gtk/authors.h
1266                 update mine and Colin's addresses
1267
1268 2006-06-08 [colin]      2.2.3cvs3
1269
1270         * src/etpan/imap-thread.c
1271                 Fix leak on SSL cert check
1272
1273 2006-06-08 [colin]      2.2.3cvs2
1274
1275         * src/common/utils.c
1276                 Fix leak
1277
1278 2006-06-08 [paul]       2.2.3cvs1
1279
1280         * configure.ac
1281                 Update version number following
1282                 stable release
1283
1284 2006-06-07 [colin]      2.2.2cvs3
1285
1286         * src/msgcache.c
1287                 Fix catching cache read errors (guint instead of gint)
1288                 Prevent malloc'ing more than 8MB (means cache corruption)
1289
1290 2006-06-07 [paul]       2.2.2cvs2
1291
1292         * src/exporthtml.c
1293         * src/exportldif.c
1294         * src/mh.c
1295         * src/mutt.c
1296         * src/pine.c
1297         * src/common/utils.c
1298                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1299                 obey $HOME'
1300                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1301                 Thanks to Colin
1302
1303 2006-06-06 [paul]       2.2.2cvs1
1304
1305         * configure.ac
1306                 Update version number following
1307                 stable release
1308
1309 2006-06-06 [paul]       2.2.1cvs6
1310
1311         * src/matcher.c
1312                 fix  implicit declaration of
1313                 sylpheed_do_idle()
1314                 Patch by Fabien Vantard
1315
1316 2006-06-06 [paul]       2.2.1cvs5
1317
1318         * src/matcher.c
1319                 fix age_greater and age_lower so that they
1320                 mean what say and not '...or equal to'
1321                 Thanks to Colin
1322
1323 2006-06-06 [paul]       2.2.1cvs4
1324
1325         * src/textview.c
1326         * src/common/utils.c
1327                 fix URI check
1328                 Thanks to Colin
1329
1330 2006-06-05 [wwp]        2.2.1cvs3
1331
1332         * manual/fr/account.xml
1333                 minor language fixes (thanks to Fabien Vantard).
1334
1335 2006-06-05 [colin]      2.2.1cvs2
1336
1337         * src/prefs_folder_item.c
1338         * src/folderview.c
1339                 Allow recursive setting of properties 
1340                 for whole mailboxes
1341         * src/matcher.c
1342                 Don't freeze on 'test' filtering rule
1343
1344 2006-06-05 [colin]      2.2.1cvs1
1345
1346         * configure.ac
1347                 Update version number following
1348                 stable release
1349
1350 2006-06-04 [wwp]        2.2.0cvs82
1351
1352         * manual/glossary.xml
1353         * manual/account.xml
1354         * manual/fr/glossary.xml
1355         * manual/fr/account.xml
1356                 added glossary section and references/links related to the Face custom header.
1357
1358 2006-06-04 [colin]      2.2.0cvs81
1359
1360         * src/summaryview.c
1361                 Skip to next message on move with no
1362                 immediate execution
1363
1364 2006-06-04 [wwp]        2.2.0cvs80
1365
1366         * manual/xml2pdf
1367                 added sanity checks, exit when needed.
1368
1369 2006-06-03 [paul]       2.2.0cvs79
1370
1371         * src/prefs_receive.c
1372                 page name is now 'Receiving'
1373         * src/prefs_send.c
1374                 page name is now 'Sending'
1375
1376 2006-06-03 [colin]      2.2.0cvs78
1377
1378         * src/plugins/spamassassin/spamassassin_gtk.c
1379                 Autoswitch to Localhost if transport was previously
1380                 disabled. Else people had to check [] Enable, then
1381                 *reselect* transport.
1382
1383 2006-06-03 [colin]      2.2.0cvs77
1384
1385         * src/plugins/pgpinline/pgpinline.c
1386         * src/plugins/pgpmime/pgpmime.c
1387                 Check that gpg_data_release_and_get_mem 
1388                 didn't fail (now, why this happens...)
1389
1390 2006-06-03 [colin]      2.2.0cvs76
1391
1392         * src/mbox.c
1393                 Fix bug #962 (Manual and/or UI should 
1394                 warn about incompatible locking 
1395                 causing dataloss)
1396
1397 2006-06-02 [cleroy]     2.2.0cvs75
1398
1399         * src/filtering.c
1400         * src/folder.c
1401         * src/procmsg.c
1402         * src/summaryview.c
1403                 Fix a few leaks
1404
1405 2006-06-02 [colin]      2.2.0cvs74
1406
1407         * src/main.c
1408                 On exit, free caches after writing them
1409                 Shuts up some valgrind false positives
1410         * src/procmsg.c
1411         * src/send_message.c
1412                 Fix races when reusing existing SMTP connections
1413                 Fix inexistant session timeout
1414         * src/toolbar.c
1415                 Display alertpanel after all queues have
1416                 been processed, not after each
1417
1418 2006-06-02 [wwp]        2.2.0cvs73
1419
1420         * manual/fr/glossary.xml
1421         * manual/fr/ack.xml
1422         * manual/ack.xml
1423                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1424
1425 2006-06-02 [wwp]        2.2.0cvs72
1426
1427         * manual/xml2pdf
1428         * manual/dist/pdf/Makefile.am
1429         * manual/dtd/manual.xsl
1430         * manual/fr/dist/pdf/Makefile.am
1431         * manual/pl/dist/pdf/Makefile.am
1432                 we changed the procedure to generate the .pdf version of the manual.
1433                 The procedure is more modern and the .pdf we get now has a valid index.
1434                 Here are the new pre-requisites:
1435
1436                 - JRE 1.x (1.4 here): there must be one from your distro
1437                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1438                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1439                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1440
1441                 See my posts for further info about the installation of this toolchain:
1442
1443                 Date: Fri, 19 May 2006 19:40:06 +0200
1444                 From: wwp <subscript@free.fr>
1445                 To: sylpheed-claws-devel@lists.sourceforge.net
1446                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1447
1448                 and
1449
1450                 Date: Wed, 24 May 2006 12:58:49 +0200
1451                 From: wwp <subscript@free.fr>
1452                 To: sylpheed-claws-devel@lists.sourceforge.net
1453                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1454
1455 2006-06-01 [colin]      2.2.0cvs71
1456
1457         * src/compose.c
1458                 Better guards against IMAP races
1459         * src/main.c
1460         * src/prefs_common.c
1461         * src/prefs_common.h
1462         * src/common/ssl_certificate.c
1463         * src/etpan/imap-thread.c
1464         * src/etpan/imap-thread.h
1465         * src/gtk/sslcertwindow.c
1466                 New hidden option ssl_skip_cert_check to 
1467                 avoid dups of bug #959 (libetpan linked
1468                 against gnutls and gnutls buggy on 64bit)
1469                 Present expired warning only once per
1470                 session/server.
1471         * manual/advanced.xml
1472         * manual/fr/advanced.xml
1473                 Document new option
1474
1475 2006-06-01 [wwp]        2.2.0cvs70
1476
1477         * src/messageview.c
1478                 fix for bug #961 (return receipt dialog 
1479                 complains incorrectly about return-path 
1480                 email adress being different), thanks 
1481                 to Colin.
1482
1483 2006-05-31 [cleroy]     2.2.0cvs69
1484
1485         * src/common/ssl.c
1486                 Guard against NULLs, although this
1487                 should never be an issue
1488
1489 2006-05-31 [colin]      2.2.0cvs68
1490
1491         * src/filtering.c
1492                 Use g_slist_prepend
1493         * src/imap.c
1494                 Don't remove caches when destroying folder, it
1495                 could (should) be done at exit
1496         * src/inc.c
1497                 free processing cache after incorporation
1498         * src/etpan/imap-thread.c
1499                 Maybe fix bug #959 (Crash on moving to emails 
1500                 to a imap account per ssl with a expired 
1501                 certificate.)
1502
1503 2006-05-30 [colin]      2.2.0cvs67
1504
1505         * src/summaryview.c
1506                 Put back event flush when displaying message
1507                 It avoids reading a bunch of messages just
1508                 by hitting shift-n for too long ;)
1509
1510 2006-05-29 [colin]      2.2.0cvs66
1511
1512         * src/summaryview.c
1513                 Remove useless g_warnings
1514
1515 2006-05-29 [colin]      2.2.0cvs65
1516
1517         * src/imap.c
1518                 Fix g_slist_append()s for performance
1519
1520 2006-05-29 [colin]      2.2.0cvs64
1521
1522         * src/compose.c
1523         * src/common/utils.c
1524                 Fix extraneous tab at start of addresses
1525         * src/mainwindow.c
1526                 Fix warnings (thanks to Fabien)
1527                 Fix crash at exit when composing messages 
1528                 exist
1529         * src/pop.c
1530                 Fix progress bar when deleting expired mails
1531                 Thanks to Hiro
1532         * src/summaryview.c
1533         * src/gtk/gtksctree.c
1534                 Fix re-sorting slowness
1535
1536 2006-05-29 [paul]       2.2.0cvs63
1537
1538         * src/mh.c
1539                 fetch full message when moving mails
1540                 from another mailbox, (fixed data loss
1541                 when filtering from IMAP to MH, introduced
1542                 in 2.2.0cvs57).
1543                 Thanks to Colin
1544
1545 2006-05-29 [mones]      2.2.0cvs62
1546
1547         * src/gtk/gtksctree.c
1548                 Unselect faster (patch by Colin)        
1549
1550 2006-05-26 [colin]      2.2.0cvs61
1551
1552         * src/summaryview.c
1553                 Unplug MSGINFO_UPDATE callback on delete too.
1554
1555 2006-05-26 [colin]      2.2.0cvs60
1556
1557         * src/foldersel.c
1558                 Fix bold in folder selection window with glib2.10
1559                 thanks Hiro
1560
1561 2006-05-26 [colin]      2.2.0cvs59
1562
1563         * src/procheader.c
1564                 Convert date only if necessary (and don't
1565                 try to convert from utf8 to utf8, too)
1566         * src/summaryview.c
1567                 Only set column's text if the column's 
1568                 displayed
1569
1570 2006-05-26 [colin]      2.2.0cvs58
1571
1572         * src/summaryview.c
1573         * src/gtk/gtkutils.c
1574                 Fix useless warning
1575
1576 2006-05-26 [colin]      2.2.0cvs57
1577
1578         * src/mainwindow.c
1579                 Make summaryview selectable as long as 
1580                 no message has focus
1581         * src/mh.c
1582                 Faster deletion (by implementing mh_remove_msgs)
1583                 Faster copy (avoid using mh_fetch_msg just to get
1584                 the filename)
1585                 Faster move (using move_file instead of copy_file
1586                 if MSG_IS_MOVE)
1587                 No progressbar if total number of mails to cp/mv 
1588                 is less than 100
1589         * src/summaryview.c
1590                 Fix removal from subject_table when mail gets moved
1591                 Faster deletion (g_slist_prepend instead of append)
1592         * src/gtk/gtksctree.c
1593                 Remove useless code
1594
1595 2006-05-25 [colin]      2.2.0cvs56
1596
1597         * src/common/ssl_certificate.c
1598                 Fix leak in expired cert check
1599
1600 2006-05-25 [colin]      2.2.0cvs55
1601
1602         * src/mh.c
1603                 Disable flags syncing on .mh_sequences - it
1604                 is buggy and marks mails read under unknown
1605                 conditions.
1606
1607 2006-05-25 [paul]
1608
1609         * 2.3.0-rc4 released
1610
1611 2006-05-24 [colin]      2.2.0cvs54
1612
1613         attention cvs users: if you manage to crash
1614         Sylpheed-Claws while moving, copying or deleting
1615         mails, we *are* interested in stack traces and
1616         valgrind logs. It looks stable, but one never
1617         knows...
1618
1619         * src/folder.c
1620                 Add progressbar for cache updates
1621         * src/folderutils.c
1622                 Optimize Mark all read in the current
1623                 folder
1624         * src/mh.c
1625                 Add progressbar for copy/move
1626         * src/procmsg.c
1627                 Optimize O(n^2) in copy/move
1628         * src/summaryview.c
1629         * src/gtk/gtksctree.c
1630                 Optimize O(n^2) algos
1631         * src/common/timing.h
1632                 Display ms instead of us
1633
1634 2006-05-24 [wwp]        2.2.0cvs53
1635
1636         * manual/fr/advanced.xml
1637                 updates to the French manual.
1638
1639 2006-05-24 [wwp]        2.2.0cvs52
1640
1641         * src/common/utils.c
1642                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1643
1644 2006-05-24 [wwp]        2.2.0cvs51
1645
1646         * src/folderutils.c
1647                 fixed "mark all read" in MH folders (thanks to Colin).
1648
1649 2006-05-24 [paul]       2.2.0cvs50
1650
1651         * doc/man/sylpheed-claws.1
1652                 updated the man page
1653
1654 2006-05-23 [colin]      2.2.0cvs49
1655
1656         * src/folderview.c
1657         * src/imap.c
1658         * src/inc.c
1659         * src/mbox.c
1660         * src/messageview.c
1661         * src/news.c
1662         * src/send_message.c
1663         * src/summaryview.c
1664         * src/gtk/sslcertwindow.c
1665                 alertpanel fixes, by Fabien
1666
1667 2006-05-23 [colin]      2.2.0cvs48
1668
1669         * src/folder.c
1670         * src/folderview.c
1671         * src/msgcache.c
1672         * src/summaryview.c
1673         * src/gtk/gtksctree.c
1674         * src/gtk/gtksctree.h
1675                 More timings
1676                 Fix slow loading problem, which was caused by the
1677                 use of some gtk_ctree funcs and their use of
1678                 g_list_position while gtk_ctree_(un)link'ing.
1679                 Reap more functions from gtkctree.c to be sure we
1680                 use our (fast) version instead of theirs.
1681         * src/mh.c
1682                 Fix copy of unread mails
1683
1684
1685 2006-05-22 [wwp]        2.2.0cvs47
1686
1687         * manual/fr/advanced.xml
1688                 updated.
1689
1690 2006-05-22 [colin]      2.2.0cvs46
1691
1692         * src/filtering.c
1693                 Fix possible infinite loop. 'copy' is not a 
1694                 final action, so when encountering a 'copy',
1695                 we have to check if a previous one was set
1696                 and do it. In the same way, if we encounter
1697                 a 'move' we have to perform a possibly 
1698                 pending 'copy'. This will slow down filtering
1699                 on IMAP if move+copy or multiple copy actions
1700                 are to be done, but handling it via the batch
1701                 would be really too convoluted.
1702
1703 2006-05-22 [wwp]        2.2.0cvs45
1704
1705         * manual/fr/advanced.xml
1706         * manual/fr/faq.xml
1707         * manual/fr/glossary.xml
1708         * manual/fr/handling.xml
1709         * manual/fr/intro.xml
1710         * manual/fr/plugins.xml
1711         * manual/fr/sylpheed-claws-manual.xml
1712                 sync w/ the english manual: updates URIs, documented mailing-list
1713                 support, better explanation about the enabled/disabled feature
1714                 in filtering/processing rules by Paul.
1715
1716 2006-05-21 [colin]      2.2.0cvs44
1717
1718         * src/summaryview.c
1719                 Don't expand after building threads, but during
1720
1721 2006-05-21 [colin]      2.2.0cvs43
1722
1723         * src/procmsg.c
1724         * src/summaryview.c
1725                 More timing possibilities... For next time I have 
1726                 to find out how the hell some 3GHz computer takes
1727                 one minute to open a 30k folder...
1728
1729 2006-05-21 [colin]      2.2.0cvs42
1730
1731         * manual/pl/advanced.xml
1732         * manual/pl/faq.xml
1733         * manual/pl/glossary.xml
1734         * manual/pl/handling.xml
1735         * manual/pl/intro.xml
1736         * manual/pl/plugins.xml
1737         * manual/pl/sylpheed-claws-manual.xml
1738                 Polish manual updated by Pawel
1739
1740 2006-05-20 [colin]
1741
1742         * 2.3.0-rc3 released
1743
1744 2006-05-20 [colin]      2.2.0cvs41
1745
1746         * src/imap.c
1747                 Fix -rc2 problems:
1748                 - remove cache of moved messages from original folder
1749                 - apply new flags to messages even if they aren't appliable
1750                   via IMAP.
1751
1752 2006-05-20 [colin]
1753
1754         * 2.3.0-rc2 released
1755
1756 2006-05-19 [colin]      2.2.0cvs40
1757
1758         * src/imap.c
1759                 Don't issue SELECT in imap_change_flags
1760                 before having checked that we indeed have
1761                 some flags to change. MSG_POSTFILTERED for
1762                 example can't be used on IMAP.
1763                 Fixes bug #955 (copying messages between 
1764                 imap folders is extremely slow), which was
1765                 a regression.
1766
1767 2006-05-19 [colin]      2.2.0cvs39
1768
1769         * src/folder.c
1770         * src/folder.h
1771         * src/folderview.c
1772                 Try to fix bug #830 (Some unread messages 
1773                 get marked read in IMAP inbox):
1774                 - Prevent scanning a folder if it's being 
1775                   opened via the GUI
1776                 - Postpone opening via the GUI of a folder
1777                   currently scanned.
1778
1779
1780 2006-05-19 [wwp]        2.2.0cvs38
1781
1782         * manual/advanced.xml
1783                 fix English+typo (thanks to Paul).
1784
1785 2006-05-19 [wwp]        2.2.0cvs37
1786
1787         * manual/advanced.xml
1788         * manual/fr/advanced.xml
1789         * src/gtk/logwindow.c
1790         * src/prefs_common.c
1791         * src/prefs_common.h
1792                 added hidden prefs to allow customization of colors used in
1793                 protocol log window (useful for dark gtk+ themes).
1794
1795 2006-05-19 [wwp]        2.2.0cvs36
1796
1797         * ChangeLog
1798                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1799
1800 2006-05-19 [paul]       2.2.0cvs35
1801
1802         * src/textview.c
1803                 make Reply-To fully clickable
1804         * src/gtk/logwindow.c
1805                 more colouring (SMTP ESMTP)
1806         Both patches by Pawel Pekala
1807
1808 2006-05-19 [cleroy]     2.2.0cvs34
1809
1810         * src/mh.c
1811                 Don't update flags from current folder
1812                 Probably fixes bug #935 (Read Messages 
1813                 Revert to Being Marked as Unread)
1814
1815 2006-05-18 [colin]      2.2.0cvs33
1816
1817         * src/imap.c
1818                 Warning fix
1819         * src/compose.c
1820         * src/mainwindow.c
1821         * src/summaryview.c
1822         * src/toolbar.c
1823                 Allow replying to multiple emails
1824                 in multiple windows
1825         * src/mimeview.c
1826         * src/etpan/imap-thread.c
1827                 Leak fixes
1828
1829 2006-05-18 [paul]       2.2.0cvs32
1830
1831         * src/summaryview.c
1832                 keep Mailing-List menu refreshed
1833                 Thanks to Colin
1834
1835 2006-05-18 [paul]       2.2.0cvs31
1836
1837         * manual/advanced.xml
1838         * manual/faq.xml
1839         * manual/glossary.xml
1840         * manual/handling.xml
1841         * manual/intro.xml
1842         * manual/plugins.xml
1843         * manual/sylpheed-claws-manual.xml
1844                 update URLs
1845                 add info about mailing-list support
1846                 edit filtering info
1847         * src/wizard.c
1848         * src/common/defs.h
1849         * src/gtk/about.c
1850         * src/plugins/dillo_viewer/README
1851                 update URLs
1852
1853 2006-05-17 [wwp]        2.2.0cvs30
1854
1855         * manual/handling.xml
1856         * manual/fr/handling.xml
1857                 documented the ability to enabled/disable filtering/processing rules.
1858
1859 2006-05-17 [colin]      2.2.0cvs29
1860
1861         * src/main.c
1862                 Don't initialize g_thread subsystem if it's 
1863                 already done (thanks to Hiro)
1864         * src/mimeview.c
1865                 Fix saving of parts when there name can't be
1866                 converted from UTF-8.
1867
1868 2006-05-17 [paul]       2.2.0cvs28
1869
1870         * po/Makefile.in.in
1871                 fix config.status warning with autoconf 2.60
1872
1873 2006-05-17 [paul]       2.2.0cvs27
1874
1875         * po/POTFILES.in
1876                 add src/mbox.c
1877
1878 2006-05-17 [wwp]        2.2.0cvs26
1879
1880         * src/mainwindow.c
1881                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1882
1883 2006-05-17 [wwp]        2.2.0cvs25
1884
1885         * src/plugins/demo/demo.c
1886                 updated product name in plugin demo (many plugins need to be
1887                 sync'ed w/ that change).
1888
1889 2006-05-17 [colin]      2.2.0cvs24
1890
1891         * src/mh.c
1892                 Fix leak
1893
1894 2006-05-16 [colin]      2.2.0cvs23
1895
1896         * src/mainwindow.c
1897                 Stupid me hit again. Fix cvs22.
1898
1899 2006-05-16 [colin]      2.2.0cvs22
1900
1901         * src/mainwindow.c
1902                 Fix bug #922 (sylpheed-claws crashed after 
1903                 pushing on Inbox folder)
1904
1905 2006-05-16 [colin]      2.2.0cvs21
1906
1907         * src/compose.c
1908                 Make From header be copy/paste/select-able
1909
1910 2006-05-16 [wwp]        2.2.0cvs20
1911
1912         * src/export.c
1913         * src/matcher.c
1914         * src/summaryview.c
1915         * src/etpan/imap-thread.c
1916                 fix some compiler warnings (thanks to Colin).
1917
1918 2006-05-16 [wwp]        2.2.0cvs19
1919
1920         * src/action.c
1921         * src/gedit-print.c
1922         * src/inc.c
1923         * src/mainwindow.c
1924         * src/mh.c
1925         * src/statusbar.c
1926         * src/send_message.c
1927         * src/summaryview.c
1928                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1929
1930 2006-05-15 [colin]      2.2.0cvs18
1931
1932         * src/procmsg.c
1933                 Fix automatic rule creation with List-Post
1934
1935 2006-05-15 [paul]       2.2.0cvs17
1936
1937         * tools/filter_conv_new.pl
1938                 updated for rule enabling/disabling
1939                 claws version >= 2.3.x required
1940
1941 2006-05-15 [cleroy]     2.2.0cvs16
1942
1943         * src/main.c
1944                 Revert test
1945
1946 2006-05-15 [cleroy]     2.2.0cvs15
1947
1948         * src/main.c
1949                 test
1950
1951 2006-05-15 [wwp]        2.2.0cvs14
1952
1953         * manual/pl/.cvsignore
1954                 ignore generated files.
1955
1956 2006-05-14 [wwp]        2.3.0-rc1
1957
1958         * 2.3.0-rc1 released
1959
1960 2006-05-13 [wwp]        2.2.0cvs13
1961
1962         * src/filtering.c
1963         * src/filtering.h
1964         * src/matcher.c
1965         * src/matcher_parser_lex.l
1966         * src/matcher_parser_parse.y
1967         * src/prefs_filtering.c
1968                 new feature: provide the ability to disable filtering and processing
1969                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1970                 adaptations.
1971
1972 2006-05-13 [colin]      2.2.0cvs12
1973
1974         * src/compose.c
1975                 Remove useless if (a) b; else b;
1976                 Thanks to wwp
1977
1978 2006-05-13 [wwp]        2.2.0cvs11
1979
1980         * src/export.c
1981         * src/import.c
1982         * src/mainwindow.c
1983         * src/mbox.c
1984         * src/summaryview.c
1985         * src/summaryview.h
1986                 no more silent failures (or at least less ones) when importing
1987                 or exporting from/to mbox. Also start importing/exporting if
1988                 the necessary info is set.
1989
1990 2006-05-13 [wwp]        2.2.0cvs10
1991
1992         * RELEASE_NOTES
1993                 restored up-to-date release notes.
1994
1995 2006-05-13 [paul]       2.2.0cvs9
1996
1997         * po/nl.po
1998         * po/ru.po
1999                 updated by Tim Dijkstra and Pavlo Bohmat
2000
2001 2006-05-12 [colin]      2.2.0cvs8
2002
2003         * src/gtk/quicksearch.c
2004                 Add "k" as shortcut for "colorlabel". Patch
2005                 by ath42@users.sf.net.
2006
2007 2006-05-12 [paul]       2.2.0cvs7
2008
2009         * src/prefs_common.h
2010         * src/prefs_summaries.c
2011         * src/summaryview.c
2012                 when entering a folder also allow
2013                 going directly to first Marked message
2014
2015 2006-05-12 [paul]       2.2.0cvs6
2016
2017         * src/summaryview.c
2018                 always obey 'confirm before marking all
2019                 mails read' option
2020
2021 2006-05-12 [paul]       2.2.0cvs5
2022
2023         * src/textview.c
2024                 make Sender fully clickable
2025
2026 2006-05-12 [colin]      2.2.0cvs4
2027
2028         * src/compose.c
2029         * src/compose.h
2030                 Let From be editable
2031         * src/main.c
2032         * src/mh.c
2033                 Full support of .mh_sequences' Unseen seq
2034
2035 2006-05-12 [colin]      2.2.0cvs3
2036
2037         * src/folder.c
2038         * src/mainwindow.c
2039         * src/mainwindow.h
2040         * src/messageview.c
2041         * src/prefs_spelling.c
2042         * src/procheader.c
2043         * src/procmsg.c
2044         * src/procmsg.h
2045         * src/summaryview.c
2046         * src/toolbar.c
2047         * src/toolbar.h
2048                 Add contextual menu on Compose toolbar
2049                 button. Fixes bug #944 (Automatic
2050                 addresses not applied when changing account
2051                 from compose window)
2052                 add Mailing List support
2053                 based on the old 0.6.5claws25 patch by
2054                 Melvin Hadasht, with finishing touches
2055                 by Colin
2056                 Fix "ignore thread" when mails are threaded by
2057                 subject (and weren't ignored although appearing
2058                 in the thread).
2059                 GUI rework.
2060                 Both patches by Pawel.
2061
2062 2006-05-08 [paul]       2.2.0cvs2
2063
2064         * src/mainwindow.c
2065         * src/mainwindow.h
2066         * src/messageview.c
2067         * src/procheader.c
2068         * src/procmsg.c
2069         * src/procmsg.h
2070         * src/summaryview.c
2071                 add Mailing List support
2072                 based on the old 0.6.5claws25 patch by 
2073                 Melvin Hadasht, with finishing touches
2074                 by Colin
2075
2076 2006-05-08 [colin]      2.2.0cvs1
2077
2078         * src/mainwindow.c
2079         * src/toolbar.c
2080         * src/toolbar.h
2081                 Add contextual menu on Compose toolbar 
2082                 button. Fixes bug #944 (Automatic 
2083                 addresses not applied when changing account 
2084                 from compose window)
2085
2086 2006-05-08 [paul]       2.2.0
2087
2088         2.2.0 released
2089
2090 2006-05-08 [paul]       2.1.1cvs51
2091
2092         * po/cs.po
2093         * po/de.po
2094         * po/en_GB.po
2095         * po/fi.po
2096         * po/fr.po
2097         * po/pt_BR.po
2098         * po/sr.po
2099         * po/zh_CN.po
2100                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2101                 Fabien Vantard, Frederico Goncalves Guimaraes,
2102                 Aleksandar Urosevic, and Ralgh Young
2103
2104 2006-05-12 [colin]      2.1.1cvs50
2105
2106         * po/cs.po
2107         * po/de.po
2108         * po/en_GB.po
2109         * po/es.po
2110         * po/fi.po
2111         * po/fr.po
2112         * po/pt_BR.po
2113         * po/sr.po
2114         * po/zh_CN.po
2115                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2116                 Fabien Vantard, Frederico Goncalves Guimaraes,
2117                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2118
2119 2006-05-05 [colin]      2.1.1cvs49
2120
2121         * manual/Makefile.am
2122         * manual/pl/Makefile.am
2123         * manual/pl/account.xml
2124         * manual/pl/ack.xml
2125         * manual/pl/addrbook.xml
2126         * manual/pl/advanced.xml
2127         * manual/pl/faq.xml
2128         * manual/pl/glossary.xml
2129         * manual/pl/gpl.xml
2130         * manual/pl/handling.xml
2131         * manual/pl/intro.xml
2132         * manual/pl/keyboard.xml
2133         * manual/pl/plugins.xml
2134         * manual/pl/starting.xml
2135         * manual/pl/sylpheed-claws-manual.xml
2136         * manual/pl/dist/.cvsignore
2137         * manual/pl/dist/Makefile.am
2138         * manual/pl/dist/html/.cvsignore
2139         * manual/pl/dist/html/Makefile.am
2140         * manual/pl/dist/pdf/.cvsignore
2141         * manual/pl/dist/pdf/Makefile.am
2142         * manual/pl/dist/ps/.cvsignore
2143         * manual/pl/dist/ps/Makefile.am
2144         * manual/pl/dist/txt/.cvsignore
2145         * manual/pl/dist/txt/Makefile.am
2146                 Add the polish translation of the manual,
2147                 Authored by Pawel Pekala.
2148
2149 2006-05-05 [cleroy]     2.1.1cvs48
2150
2151         * src/main.c
2152                 Re-read matcherrc after loading plugins 
2153                 if some of them add folders.
2154
2155 2006-05-03 [colin]      2.1.1cvs47
2156
2157         * src/imap.c
2158                 I'm idiot
2159
2160 2006-05-03 [colin]      2.1.1cvs46
2161
2162         * src/imap.c
2163                 Be sure to have a session when
2164                 getting separator
2165
2166 2006-05-03 [colin]      2.1.1cvs45
2167
2168         * src/imap.c
2169         * src/imap.h
2170         * src/imap_gtk.c
2171                 Fix preventing renaming with namespace 
2172                 separator.
2173
2174 2006-05-01 [colin]      2.1.1cvs44
2175
2176         * src/action.c
2177                 Don't reload messageview when result of
2178                 action is piped.
2179
2180 2006-04-29 [colin]      2.1.1cvs43
2181
2182         * src/prefs_receive.c
2183         * src/plugins/spamassassin/spamassassin_gtk.c
2184         * src/plugins/clamav/clamav_plugin_gtk.c
2185                 GUI fixes by Pawel
2186
2187 2006-04-29 [colin]      2.1.1cvs42
2188
2189         * src/prefs_compose_writing.c
2190         * src/prefs_quote.c
2191                 Cleanups. Patch by Pawel
2192
2193 2006-04-28 [paul]       2.1.1cvs41
2194
2195         * src/matcher.c
2196                 fix returned quick search results when search
2197                 term contains an underscore.
2198                 Thanks to Colin
2199
2200 2006-04-28 [paul]       2.1.1cvs40
2201
2202         * src/prefs_message.c
2203         * src/prefs_receive.c
2204                 GUI cleanups
2205                 Patches by Pawel Pekala
2206
2207 2006-04-27 [colin]      2.1.1cvs39
2208
2209         * src/wizard.c
2210                 Differentiate subject Welcome from
2211                 window's title Welcome
2212
2213 2006-04-27 [paul]
2214
2215         2.2.0-rc1 released
2216
2217 2006-04-27 [paul]       2.1.1cvs38
2218
2219         * manual/advanced.xml
2220         * manual/fr/advanced.xml
2221                 add info about compose_no_markup hidden pref
2222
2223 2006-04-27 [paul]       2.1.1cvs37
2224
2225         * src/prefs_account.c
2226                 improve privacy labels
2227         * src/prefs_msg_colors.c
2228                 change some strings for translators' convenience
2229         * src/gtk/gtkutils.c
2230                 don't underline the link button text
2231
2232 2006-04-25 [colin]      2.1.1cvs36
2233
2234         * src/folder.c
2235                 Complete 2.1.1cvs33 (once more ;)
2236
2237 2006-04-25 [colin]      2.1.1cvs35
2238
2239         * src/editldap.c
2240                 Fix tooltip
2241
2242 2006-04-25 [cleroy]     2.1.1cvs34
2243
2244         * src/compose.c
2245         * src/gtk/gtkaspell.c
2246                 Fix crash on redirect (related to the return 
2247                 of the aspell menu in compose's toolbar)
2248         * src/prefs_msg_colors.c
2249                 Fix sensitivity widgets
2250         * src/image_viewer.c
2251         * src/gtk/pluginwindow.c
2252         * src/gtk/prefswindow.c
2253                 Change released signals to clicked (Fabien)
2254         * po/POTFILES.in
2255         * src/common/socket.c
2256         * src/plugins/spamassassin/spamassassin.c
2257                 Translate strings (Fabien)
2258
2259 2006-04-25 [paul]       2.1.1cvs33
2260
2261         * src/folder.c
2262         * src/folder.h
2263         * src/folderview.c
2264                 complete the fix of bug #912
2265                 Thanks to Colin
2266
2267 2006-04-25 [colin]      2.1.1cvs32
2268
2269         * src/news.c
2270                 Better progress bar
2271         * src/mimeview.c
2272         * src/summaryview.c
2273         * src/summaryview.h
2274                 Fix focus chain
2275                 Patches by Pawel Pekala
2276
2277 2006-04-24 [colin]      2.1.1cvs31
2278
2279         * src/compose.c
2280                 Fix compilation warnings (Fabien)
2281
2282 2006-04-24 [colin]      2.1.1cvs30
2283
2284         * src/addrindex.c
2285         * src/editldap.c
2286         * src/editldap_basedn.c
2287         * src/editldap_basedn.h
2288         * src/ldapctrl.c
2289         * src/ldapctrl.h
2290         * src/ldapquery.c
2291         * src/ldaputil.c
2292         * src/ldaputil.h
2293                 Fix bug #901 (LDAPS support)
2294
2295 2006-04-24 [colin]      2.1.1cvs29
2296
2297         * src/compose.c
2298                 Fix logic on error with send dialog on
2299         * src/imap.c
2300                 Fix compilation without libetpan, thanks
2301                 to Fabien
2302         * src/summaryview.c
2303                 Fix 'context-menu' key
2304
2305 2006-04-23 [colin]      2.1.1cvs28
2306
2307         * src/folder.c
2308                 Never free current's cache to free up 
2309                 memory. Fixes bug #912 (new count 
2310                 randomly set to message count)
2311
2312 2006-04-23 [colin]      2.1.1cvs27
2313
2314         * src/gtk/quicksearch.c
2315                 And remove printf...
2316
2317 2006-04-23 [colin]      2.1.1cvs26
2318
2319         * src/gtk/quicksearch.c
2320                 Fix replacing in quicksearch, and fix inserting
2321                 in the middle of the string. (introduced at 2.1.0cvs22)
2322
2323 2006-04-23 [colin]      2.1.1cvs25
2324
2325         * src/imap.c
2326                 Make sure uidnext is initialized in get_num_list
2327                 (not for stable, related to 2.1.1cvs8 and friends)
2328
2329 2006-04-23 [colin]      2.1.1cvs24
2330
2331         * src/imap.c
2332                 Output something when login is successful
2333                 too
2334
2335 2006-04-23 [colin]      2.1.1cvs23
2336
2337         * src/etpan/imap-thread.c
2338                 Better logging (line-per-line, hide data in fetch)
2339                 Fix a const warning
2340         * src/gtk/logwindow.c
2341         * src/gtk/logwindow.h
2342                 Better logging (color for input/output)
2343
2344 2006-04-21 [colin]      2.1.1cvs22
2345
2346         * src/gtk/quicksearch.c
2347                 On gtk+-2.8, use stock buttons in quicksearch
2348                 Based on a patch by Fabien and a design by Paul
2349
2350 2006-04-21 [colin]      2.1.1cvs21
2351
2352         * src/folderview.c
2353         * src/mainwindow.c
2354                 Fix occasional flicker in folderview
2355         * src/common/utils.c
2356                 Fix bug #943 (Incorrectly parsed email address 
2357                 list in short headers on message view and in 
2358                 printouts)
2359
2360 2006-04-20 [colin]      2.1.1cvs20
2361
2362         * src/imap.c
2363         * src/imap.h
2364         * src/prefs_account.c
2365                 Add ANONYMOUS auth for IMAP
2366
2367 2006-04-20 [paul]       2.1.1cvs19
2368
2369         * src/main.c
2370                 proper fix for 2.1.1cvs18
2371                 Thanks to Colin
2372
2373 2006-04-20 [paul]       2.1.1cvs18
2374
2375         * src/main.c
2376                 fix build warnings
2377
2378 2006-04-20 [paul]       2.1.1cvs17
2379
2380         * src/gtk/quicksearch.c
2381                 fix standard, non-extended Quick search,
2382                 was broken in 2.1.1cvs15.
2383                 Thanks to Colin.
2384
2385 2006-04-20 [colin]      2.1.1cvs16
2386
2387         * src/prefs_matcher.c
2388                 Fix values when reselecting a ~test
2389                 rule
2390
2391 2006-04-19 [colin]      2.1.1cvs15
2392
2393         * src/compose.c
2394         * src/compose.h
2395         * src/gtk/gtkaspell.c
2396         * src/gtk/gtkaspell.h
2397                 Put back Options menu in Spelling/
2398         * src/gtk/quicksearch.c
2399                 Don't search, and show error, if the
2400                 advanced search has a syntax error
2401
2402 2006-04-18 [colin]      2.1.1cvs14
2403
2404         * src/textview.c
2405                 Fix gdk warnings on set_cursor when textview
2406                 isn't visible
2407
2408 2006-04-18 [colin]      2.1.1cvs13
2409
2410         * src/gtk/gtksctree.c
2411                 Remove seemingly useless refresh that causes
2412                 flicker - watch this commit in case of 
2413                 problems before planned backport to stable
2414
2415 2006-04-18 [colin]      2.1.1cvs12
2416
2417         * src/imap.c
2418                 Factorize get/set_xml code
2419         * src/compose.c
2420         * src/prefs_account.c
2421         * src/prefs_account.h
2422         * src/procmsg.c
2423                 Add Encrypt to self option
2424
2425 2006-04-17 [colin]      2.1.1cvs11
2426
2427         * configure.ac
2428                 Fix search on encrpyt function on dragonfly
2429                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2430
2431 2006-04-17 [colin]      2.1.1cvs10
2432
2433         * src/prefs_account.c
2434                 Be safe by default: remove mails from POP3
2435                 after 7 days, not immediately
2436
2437 2006-04-17 [colin]      2.1.1cvs9
2438
2439         * src/etpan/imap-thread.c
2440                 Fix build on DragonFly - patch by 
2441                 Jonathan Buschmann <jonthn@agmact.com>
2442
2443 2006-04-17 [colin]      2.1.1cvs8
2444
2445         * src/imap.c
2446                 Save uidnext between sessions
2447
2448 2006-04-17 [colin]      2.1.1cvs7
2449
2450         * src/imap.c
2451                 scan is required when uid validity changes
2452
2453 2006-04-17 [colin]      2.1.1cvs6
2454
2455         * src/folderview.c
2456                 Don't scan if not necessary, apart in current
2457                 folder and INBOX to fetch flags.
2458         * src/imap.c
2459                 Scan is necessary if unread count changes
2460
2461 2006-04-17 [colin]      2.1.1cvs5
2462
2463         * src/imap.c
2464                 ...But always fetch ANSWERED and DELETED flags for
2465                 INBOX, as filtering can happen on these flags.
2466
2467 2006-04-17 [colin]      2.1.1cvs4
2468
2469         * src/imap.c
2470                 Don't fetch REPLIED and DELETED flags when synchronising
2471                 flags with a closed folder. We only need UNSEEN and FLAGGED
2472                 to update the folderview.
2473
2474 2006-04-17 [colin]      2.1.1cvs3
2475
2476         * src/imap.c
2477                 Faster flag search when there are new mails 
2478                 in a folder. We can do a full search if the 
2479                 folder contains less messages than the new
2480                 list.
2481
2482 2006-04-17 [colin]      2.1.1cvs2
2483
2484         * po/cs.po
2485         * po/de.po
2486         * po/fr.po
2487         * po/nl.po
2488         * po/pt_BR.po
2489                 Update translations from stable branch
2490
2491 2006-04-17 [colin]      2.1.1cvs1
2492
2493         * configure.ac
2494                 Bump version to follow stable release
2495
2496 2006-04-16 [mones]      2.1.0cvs50
2497
2498         * po/es.po
2499                 Updated for release
2500
2501 2006-04-16 [colin]      2.1.0cvs49
2502
2503         * src/textview.c
2504                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2505                 with gtk < 2.8. Thanks to Fabien Vantard.
2506
2507 2006-04-15 [colin]      2.1.0cvs48
2508
2509         * src/etpan/imap-thread.c
2510                 Fix bug #919 (libetpan: SEGV when connecting 
2511                 using command)
2512
2513 2006-04-14 [colin]      2.1.0cvs47
2514
2515         * src/main.c
2516                 Fix race on --select (should be done better)
2517
2518 2006-04-14 [wwp]        2.1.0cvs46
2519
2520         * src/send_message.c
2521                 enforce a check for domain in account prefs (a sending
2522                 error could be faced if domain was checked but no value set),
2523                 thanks to Colin.
2524
2525 2006-04-14 [colin]      2.1.0cvs45
2526
2527         * src/codeconv.c
2528                 when converting from unknown to unknown, if the
2529                 string is UTF8, don't convert it to the locale
2530                 (which breaks it)
2531
2532 2006-04-14 [colin]      2.1.0cvs44
2533
2534         * src/compose.c
2535                 Don't try to use ASCII for converting headers
2536                 (as done in body)
2537
2538 2006-04-14 [paul]       2.1.0cvs43
2539
2540         * src/crash.c
2541                 add locale/charset info to crash report
2542         * src/gtk/about.c
2543                 add wwp to doc team
2544                 replace 'e-mail' with preferred 'email'
2545         * src/gtk/authors.h
2546                 ensure contributors list is in alphabetical
2547                 order
2548
2549 2006-04-13 [colin]      2.1.0cvs42
2550
2551         * src/textview.c
2552                 Prevent gdk warnings
2553
2554 2006-04-13 [colin]      2.1.0cvs41
2555
2556         * src/common/ssl_certificate.c
2557         * src/common/ssl_certificate.h
2558         * src/gtk/sslcertwindow.c
2559                 Warn on expired certs, and display the expiration date
2560
2561 2006-04-13 [colin]      2.1.0cvs40
2562
2563         * src/plugins/spamassassin/spamassassin_gtk.c
2564                 Fix missing set_text on unix socket
2565
2566 2006-04-13 [wwp]        2.1.0cvs39
2567
2568         * manual/fr/advanced.xml
2569         * manual/fr/glossary.xml
2570                 applied new spam/ham/email lexicon (pourriel, courriel)
2571
2572 2006-04-13 [paul]       2.1.0cvs38
2573
2574         * src/plugins/pgpmime/plugin.c
2575                 remove the mention of S/MIME from the
2576                 description. This is now handled by the
2577                 S/MIME plugin.
2578
2579 2006-04-13 [paul]       2.1.0cvs37
2580
2581         * src/prefs_msg_colors.c
2582                 rework dialog
2583         * src/prefs_folder_item.c
2584         * src/prefs_spelling.c
2585                 add a tooltip to the colour selector buttons
2586
2587 2006-04-13 [wwp]        2.1.0cvs36
2588
2589         * manual/advanced.xml
2590         * manual/glossary.xml
2591         * manual/handling.xml
2592         * manual/keyboard.xml
2593         * manual/plugins.xml
2594         * manual/starting.xml
2595         * manual/fr/account.xml
2596         * manual/fr/ack.xml
2597         * manual/fr/addrbook.xml
2598         * manual/fr/advanced.xml
2599         * manual/fr/faq.xml
2600         * manual/fr/glossary.xml
2601         * manual/fr/gpl.xml
2602         * manual/fr/handling.xml
2603         * manual/fr/intro.xml
2604         * manual/fr/keyboard.xml
2605         * manual/fr/plugins.xml
2606         * manual/fr/starting.xml
2607         * manual/fr/sylpheed-claws-manual.xml
2608                 fixes to the manuals:
2609                  - summaryview -> Message List (same in French)
2610                  - translate key names
2611                  - fix French punctuation, use non-breakable spaces when
2612                    necessary, don't use &thinsp; which is not portable
2613                  - tell what maildir and mbox formats we support
2614
2615 2006-04-12 [wwp]        2.1.0cvs35
2616
2617         * src/prefs_toolbar.c
2618                 unified a replace button more,
2619                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2620
2621 2006-04-12 [wwp]        2.1.0cvs34
2622
2623         * src/prefs_common.c
2624         * src/prefs_msg_colors.c
2625                 make default color labels translatable,
2626                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2627                 thanks to Tim <timbrain@post.cz> for reporting.
2628
2629 2006-04-12 [wwp]        2.1.0cvs33
2630
2631         * manual/glossary.xml
2632         * manual/intro.xml
2633         * manual/plugins.xml
2634         * manual/starting.xml
2635         * manual/sylpheed-claws-manual.xml
2636         * manual/fr/.cvsignore
2637         * manual/fr/account.xml
2638         * manual/fr/ack.xml
2639         * manual/fr/addrbook.xml
2640         * manual/fr/advanced.xml
2641         * manual/fr/faq.xml
2642         * manual/fr/glossary.xml
2643         * manual/fr/handling.xml
2644         * manual/fr/intro.xml
2645         * manual/fr/keyboard.xml
2646         * manual/fr/plugins.xml
2647         * manual/fr/starting.xml
2648         * manual/fr/sylpheed-claws-manual.xml
2649                 various fixes: typos, missing .fr translations, punctuation,
2650                 capitalization, links, accents and some bad French more.
2651
2652 2006-04-12 [wwp]        2.1.0cvs32
2653
2654         * src/prefs_gtk.c
2655                 fix for bug #935: always store prefs files in UTF-8 (thanks
2656                 to Colin).
2657
2658 2006-04-11 [colin]      2.1.0cvs31
2659
2660         * src/compose.c
2661                 Fix inserting files not in utf8 when locale is utf8
2662
2663 2006-04-11 [colin]      2.1.0cvs30
2664
2665         * src/inc.c
2666                 Don't show error dialog when cancelling connection
2667                 Patch by Pawel
2668
2669 2006-04-11 [cleroy]     2.1.0cvs29
2670
2671         * src/compose.c
2672                 Implement multiple quote levels
2673         * src/prefs_common.c
2674                 Change a little bit the quote bgcolor for 2nd level
2675
2676 2006-04-11 [colin]      2.1.0cvs28
2677
2678         * src/gtk/about.c
2679                 Add locale and charset in the label
2680
2681 2006-04-10 [colin]      2.1.0cvs27
2682
2683         * src/compose.c
2684         * src/prefs_common.c
2685         * src/prefs_common.h
2686         * src/prefs_msg_colors.c
2687         * src/textview.c
2688                 Allow optional background color in quotes
2689                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2690                 GTK+-2.8.x feature
2691
2692 2006-04-10 [colin]      2.1.0cvs26
2693
2694         * src/main.c
2695         * src/mainwindow.c
2696         * src/mainwindow.h
2697                 Implement --select
2698
2699 2006-04-10 [colin]      2.1.0cvs25
2700
2701         * manual/plugins.xml
2702         * manual/fr/plugins.xml
2703                 Document libcurl's proxy variables
2704
2705 2006-04-09 [colin]      2.1.0cvs24
2706
2707         * src/prefs_common.c
2708                 gettext() returns statically allocated stuff. We have
2709                 to strdup it in order to be able to free it.
2710
2711 2006-04-09 [colin]      2.1.0cvs23
2712
2713         * AUTHORS
2714         * src/gtk/authors.h
2715                 Add Alexei
2716
2717 2006-04-09 [colin]      2.1.0cvs22
2718
2719         * src/mainwindow.c
2720         * src/gtk/quicksearch.c
2721                 Fix bug #859 (problems with cyrilic input in 
2722                 search panel) - Patch by Alexey Illarionov 
2723                 <littlesavage@rambler.ru>
2724
2725 2006-04-09 [colin]      2.1.0cvs21
2726
2727         * src/prefs_customheader.c
2728                 I prefer removing then freeing rather than the contrary
2729                 (even if it doesn't change anything ;-)
2730         * src/prefs_account.c
2731                 Fix bug #933 (Crash re-entering the custom headers list 
2732                 dialog in accounts prefs)
2733                 The problem happened when cancelling the Account 
2734                 Preferences' dialogs - in which case we didn't do 
2735                 anything to the PrefsAccount * struct. In case of applying,
2736                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2737                 working with in this dialog. The problem is that 
2738                 prefs_customheader.c, working on this tmp_ac_prefs, always
2739                 changes the ->customhdr_list pointer, even when cancelled. 
2740                 So in case of cancelling the prefs_account dialog, we still
2741                 have to update ->customhdr_list in the real account.
2742
2743 2006-04-08 [colin]      2.1.0cvs20
2744
2745         * manual/fr/glossary.xml
2746         * manual/fr/keyboard.xml
2747                 Forgot some headers :)
2748
2749 2006-04-08 [colin]      2.1.0cvs19
2750
2751         * manual/Makefile.am
2752         * manual/fr/Makefile.am
2753         * manual/fr/account.xml
2754         * manual/fr/ack.xml
2755         * manual/fr/addrbook.xml
2756         * manual/fr/advanced.xml
2757         * manual/fr/faq.xml
2758         * manual/fr/glossary.xml
2759         * manual/fr/gpl.xml
2760         * manual/fr/handling.xml
2761         * manual/fr/intro.xml
2762         * manual/fr/keyboard.xml
2763         * manual/fr/plugins.xml
2764         * manual/fr/starting.xml
2765         * manual/fr/sylpheed-claws-manual.xml
2766         * manual/fr/dist/.cvsignore
2767         * manual/fr/dist/Makefile.am
2768         * manual/fr/dist/html/.cvsignore
2769         * manual/fr/dist/html/Makefile.am
2770         * manual/fr/dist/pdf/.cvsignore
2771         * manual/fr/dist/pdf/Makefile.am
2772         * manual/fr/dist/ps/.cvsignore
2773         * manual/fr/dist/ps/Makefile.am
2774         * manual/fr/dist/txt/.cvsignore
2775         * manual/fr/dist/txt/Makefile.am
2776                 Add the french translation of the manual. Thanks to
2777                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2778                 account.xml, ack.xml, addrbook.xml and advanced.xml
2779
2780 2006-04-08 [colin]      2.1.0cvs18
2781
2782         * manual/plugins.xml
2783         * manual/starting.xml
2784                 More fixes
2785
2786 2006-04-07 [colin]      2.1.0cvs17
2787
2788         * manual/faq.xml
2789         * manual/intro.xml
2790         * manual/keyboard.xml
2791                 Little fixes
2792
2793 2006-04-07 [colin]      2.1.0cvs16
2794
2795         * README
2796         * src/compose.c
2797         * src/prefs_common.c
2798         * src/prefs_common.h
2799                 Add hidden compose_no_markup pref
2800
2801 2006-04-07 [wwp]        2.1.0cvs15
2802
2803         * src/summary_search.c
2804         * .cvsignore
2805                 Bugfix: stop button was sticky when searching in an empty folder.
2806                 Applied curly brackets code style to the whole file (summary_search.c).
2807                 More files to ignore.
2808
2809 2006-04-07 [wwp]        2.1.0cvs14
2810
2811         * src/message_search.c
2812         * src/summary_search.c
2813                 changed default button when search bumps at file/folder
2814                 beginning or end, for convenience (thanks to Colin).
2815
2816 2006-04-07 [paul]       2.1.0cvs13
2817
2818         * src/plugins/dillo_viewer/dillo_prefs.c
2819                 avoid future potential for namespace collision
2820                 Patch by Colin
2821
2822 2006-04-06 [wwp]        2.1.0cvs12
2823
2824         * src/summary_search.c
2825                 Unify extended/advanced searches names (and thus factorize labels),
2826                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2827
2828 2006-04-06 [wwp]        2.1.0cvs11
2829
2830         * src/folderview.c
2831         * src/prefs_themes.c
2832         * src/summaryview.c
2833                 Fixed some compilation warnings.
2834
2835 2006-04-06 [colin]      2.1.0cvs10
2836
2837         * manual/advanced.xml
2838                 Document the wizard template and how to deploy
2839                 Sylpheed-Claws effectively
2840
2841 2006-04-06 [colin]      2.1.0cvs9
2842
2843         * src/folderview.c
2844                 gettext patch to tell translators about _("#"),
2845                 by Maxim Britov
2846
2847 2006-04-06 [colin]      2.1.0cvs8
2848
2849         * src/textview.c
2850                 Fix invalid GtkTextBIter after clicking "Display as text"
2851
2852 2006-04-06 [mones]      2.1.0cvs7
2853
2854         * src/addr_compl.c
2855         * src/addrindex.c
2856         * src/addritem.c
2857         * src/codeconv.c
2858         * src/compose.c
2859         * src/filtering.c
2860         * src/folder.c
2861         * src/folder_item_prefs.c
2862         * src/folderview.c
2863         * src/localfolder.c
2864         * src/matcher.c
2865         * src/mimeview.c
2866         * src/prefs_msg_colors.c
2867         * src/prefs_spelling.c
2868         * src/prefs_themes.c
2869         * src/procmime.c
2870         * src/procmsg.c
2871         * src/stock_pixmap.c
2872         * src/summaryview.c
2873         * src/textview.c
2874         * src/toolbar.c
2875         * src/common/mgutils.c
2876         * src/common/prefs.c
2877         * src/common/ssl_certificate.c
2878         * src/gtk/colorlabel.c
2879         * src/gtk/quicksearch.c
2880         * src/plugins/pgpmime/pgpmime.c
2881         * src/plugins/spamassassin/spamassassin.c
2882                 Removed redundant NULL checks for g_free() calls.
2883                 Patch by Pawel Pekala.
2884
2885 2006-04-06 [mones]      2.1.0cvs6
2886
2887         * src/prefs_actions.c
2888         * src/prefs_filtering.c
2889         * src/prefs_filtering_action.c
2890         * src/prefs_matcher.c
2891         * src/prefs_template.c
2892         * src/gtk/gtkutils.c
2893         * src/gtk/gtkutils.h
2894                 Have a nice replace button. Patch by Pawel Pekala
2895
2896 2006-04-06 [colin]      2.1.0cvs5
2897
2898         * src/addressbook.c
2899                 Fix crash with empty columns
2900
2901 2006-04-05 [colin]      2.1.0cvs4
2902
2903         * src/wizard.c
2904         * src/prefs_gtk.c
2905                 Allow wizard customization with pre-filled values
2906
2907 2006-04-05 [colin]      2.1.0cvs3
2908
2909         * src/textview.c
2910         * src/mimeview.c
2911         * src/mimeview.h
2912                 Nicer messages in mimeview
2913
2914 2006-04-05 [colin]      2.1.0cvs2
2915
2916         * src/addressbook.c
2917         * src/prefs_summaries.c
2918                 i18n fix
2919
2920 2006-04-05 [colin]      2.1.0cvs1
2921
2922         * src/plugins/pgpcore/plugin.c
2923         * src/plugins/pgpcore/select-keys.c
2924         * src/plugins/pgpcore/select-keys.h
2925         * src/plugins/pgpcore/sgpgme.c
2926         * src/plugins/pgpcore/sgpgme.h
2927         * src/plugins/pgpinline/pgpinline.c
2928         * src/plugins/pgpinline/plugin.c
2929         * src/plugins/pgpmime/pgpmime.c
2930         * src/plugins/pgpmime/plugin.c
2931                 Factorize and generalize a bit 
2932                 Drop S/MIME signature verification from PGP/MIME
2933                 (adding it as another, more complete plugin)
2934
2935 2006-04-05 [paul]       2.1.0
2936
2937         2.1.0 released
2938
2939 2006-04-05 [paul]       2.0.0cvs186
2940
2941         * manual/advanced.xml
2942                 add info on colour labels
2943
2944 2006-04-05 [paul]       2.0.0cvs185
2945
2946         * po/bg.po
2947         * po/cs.po
2948         * po/de.po
2949         * po/el.po
2950         * po/en_GB.po
2951         * po/fi.po
2952         * po/fr.po
2953         * po/it.po
2954         * po/nl.po
2955         * po/pl.po
2956         * po/pt_BR.po
2957         * po/sr.po
2958         * po/zh_CN.po
2959                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2960                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2961                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2962                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2963         * src/gtk/authors.h
2964         * tools/claws.i18n.status.pl
2965                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2966                 and new Czech translator, Tim <timbrain@post.cz>
2967
2968 2006-04-05 [mones]      2.0.0cvs184
2969
2970         * po/es.po
2971                 Updated translation
2972
2973 2006-04-05 [colin]      2.0.0cvs183
2974
2975         * src/gtk/quicksearch.c
2976                 Fix bug #929 (unnecessary reload in quick search bar)
2977
2978 2006-04-05 [colin]      2.0.0cvs182
2979
2980         * src/compose.c
2981                 Fix crash on Reply with no From:
2982                 Show signature and conversion error on queuing 
2983                 (but not sending)
2984         * src/mainwindow.c
2985         * src/summaryview.c
2986         * src/summaryview.h
2987                 Factorize threading code and make sure msginfo 
2988                 is not null when it comes from a GtkCTreeRow's 
2989                 data
2990         * src/gtk/gtkaspell.c
2991                 Check for necessary things
2992         * src/gtk/gtksctree.c
2993         * src/gtk/gtksctree.h
2994                 Reset anchor if necessary when removing node
2995
2996 2006-03-29 [colin]      2.0.0cvs181
2997
2998         * src/folderview.c
2999                 Warn for disabled IMAP accounts (due to lack of
3000                 libetpan). Breaks string-freeze - sorry - but it
3001                 is kind of important ;)
3002
3003 2006-03-28 [colin]      2.0.0cvs180
3004
3005         * src/gtk/gtkutils.c
3006         * src/gtk/gtkutils.h
3007                 Add a gtkut_get_link_btn() function that
3008                 creates a button which acts like an URI
3009         * src/prefs_themes.c
3010         * src/gtk/about.c
3011                 Use this function (factorizes codes)
3012         * src/common/defs.h
3013         * src/gtk/pluginwindow.c
3014                 Add a "Get more..." in the plugins window
3015
3016 2006-03-28 [colin]      2.0.0cvs179
3017
3018         * src/common/smtp.c
3019         * src/common/passcrypt.c
3020         * src/undo.c
3021                 Warning fixes. Patch by Pawel Pekala
3022
3023 2006-03-27 [colin]      2.0.0cvs178
3024
3025         * src/undo.c
3026                 Fix undoing by blocks with spaces
3027
3028 2006-03-27 [colin]      2.0.0cvs177
3029
3030         * src/textview.c
3031                 Set margin to 3px for headers
3032
3033 2006-03-27 [paul]
3034
3035         2.1.0-rc2 released
3036
3037 2006-03-27 [wwp]        2.0.0cvs176
3038
3039         * src/summaryview.c
3040                 don't reset quicksearch when updating the message list.
3041                 Thanks to Colin.
3042
3043 2006-03-26 [wwp]        2.0.0cvs175
3044
3045         * src/compose.c
3046                 use a unified border width ('other' tab in the compose window,
3047                 patch by Pawel Pekala).
3048
3049
3050 2006-03-26 [wwp]        2.0.0cvs174
3051
3052         * src/common/quoted-printable.c
3053         * src/addressbook.c
3054                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3055
3056 2006-03-26 [colin]      2.0.0cvs173
3057
3058         * src/quote_fmt_parse.y
3059                 Fix non-UTF8 date formats messing up the whole quote a 
3060                 little bit
3061
3062 2006-03-26 [colin]      2.0.0cvs172
3063
3064         * src/procheader.c
3065                 Make sure the date is UTF8 valid, or try to make it
3066                 so. IncrediMail is really IncrediStupid.
3067         * src/compose.c
3068                 Fix possible conversions. 
3069                 
3070
3071 2006-03-26 [colin]      2.0.0cvs171
3072
3073         * src/matcher.c
3074                 Fix corner cases in body search. This is still a
3075                 hack... It seems impossible to make it good and 
3076                 reasonably fast at the same time.
3077
3078 2006-03-26 [colin]      2.0.0cvs170
3079
3080         * src/summaryview.c
3081                 I think I killed the twilight zone bug!
3082                 summary_select_node() flushes GTK events in order
3083                 to be able to center the view. But this also 
3084                 flushes keypresses like Ctrl-Alt-U, so this can
3085                 call summary_show from summary_select_node (itself
3086                 called from summary_show, etc.). And the summaryview
3087                 has to be unlocked in this function. So just locking
3088                 while processing GTK events, and bailing if locked, 
3089                 should fix it.
3090                 Fixes bug #927 (SIGSEGV during Update Summary)
3091
3092 2006-03-25 [colin]      2.0.0cvs169
3093
3094         * src/matcher.c
3095                 Fix search in QP-encoded bodies
3096                 Fix utf-8 searches in bodies encoded in the
3097                 locale's encoding
3098         * src/common/quoted-printable.c
3099         * src/common/quoted-printable.h
3100                 Add a decode function that doesn't overwrite
3101                 the original pointer
3102                 
3103
3104 2006-03-24 [colin]      2.0.0cvs168
3105
3106         * src/action.c
3107         * src/summaryview.c
3108         * src/summaryview.h
3109                 Update message cache after action
3110                 Patch by H. Merijn Brand
3111         * src/prefs_msg_colors.c
3112                 Factorize label 
3113                 Patch by Fabien Vantard
3114         * src/plugins/spamassassin/spamassassin_gtk.c
3115                 Remove useless translation
3116                 Patch by Fabien Vantard
3117
3118 2006-03-23 [colin]      2.0.0cvs167
3119
3120         * src/common/ssl.c
3121                 Let 30 seconds to SSL_connect
3122
3123 2006-03-23 [wwp]        2.0.0cvs166
3124
3125         * src/summaryview.c
3126         * src/gtk/description_window.c
3127                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3128                 and headers are translated; adjust description windows' width to fit their
3129                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3130
3131 2006-03-23 [paul]       2.0.0cvs165
3132
3133         * src/common/utils.c
3134                 fix highlighting of URIs containing "()"
3135                 (2.0.0cvs164's reversal fixed)
3136                 Thanks to Colin.
3137
3138 2006-03-23 [paul]       2.0.0cvs164
3139
3140         * src/common/utils.c
3141                 revert patch, (postponing a fix), at 2.0.0cvs120
3142                 as it breaks more URIs than it fixes.
3143                 Allow '-' to be a terminating character in a URI
3144
3145 2006-03-22 [colin]      2.0.0cvs163
3146
3147         * configure.ac
3148                 Require libetpan 0.45
3149                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3150
3151 2006-03-22 [paul]       2.0.0cvs162
3152
3153         * src/editgroup.c
3154                 replace '<-' and '->' buttons with GTK_STOCK graphical
3155                 buttons
3156         * src/summary_search.c
3157                 don't offer '...' for translation
3158                 add a tooltip to advanced search '...' button
3159         * src/gtk/quicksearch.c
3160                 don't offer '...' for translation
3161
3162 2006-03-21 [colin]      2.0.0cvs161
3163
3164         * src/compose.c
3165                 Fix middle-click pasting (insert at click
3166                 position instead of cursor position, don't
3167                 remove existing selection and allow pasting
3168                 our own selection)
3169         * src/addressbook.c
3170                 "LDAP Server" -> "LDAP servers"
3171
3172 2006-03-21 [wwp]        2.0.0cvs160
3173
3174         * src/etpan/imap-thread.c
3175                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3176
3177 2006-03-20 [colin]      2.0.0cvs159
3178
3179         * src/summaryview.c
3180                 Don't reload summaryview after an execute with no
3181                 move action
3182
3183 2006-03-19 [colin]      2.0.0cvs158
3184
3185         * src/addressbook.c
3186                 and put groups at the top, always
3187
3188 2006-03-19 [colin]      2.0.0cvs157
3189
3190         * src/addressbook.c
3191                 Order groups before names, as previously
3192
3193 2006-03-19 [colin]      2.0.0cvs156
3194
3195         * src/addressbook.c
3196                 - Sort case-unsensitive
3197                 - Put the sort arrow at opening too
3198
3199 2006-03-19 [wwp]        2.0.0cvs155
3200
3201         * src/addressbook.c
3202                 allow sorting by name/email/remarks, ensure that right-pane's contents
3203                 matches the left-pane selection (cleared when appropriate).
3204                 Patch by Pawel Pekala <c0rn@o2.pl>.
3205
3206 2006-03-18 [colin]      2.0.0cvs154
3207
3208         * src/textview.c
3209                 Fix text cursor ;)
3210
3211 2006-03-18 [colin]      2.0.0cvs153
3212
3213         * src/gtk/filesel.c
3214                 Make sure we hide the preview if we didn't get
3215                 a filename
3216
3217 2006-03-18 [colin]      2.0.0cvs152
3218
3219         * src/summaryview.c
3220                 Set cursor to watch for execution (fixes lack
3221                 of watch-cursor when dnd'ing hundreds of mails)
3222         * src/gtk/filesel.c
3223                 Check that mime type is 'image/*' before updating
3224                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3225
3226 2006-03-18 [colin]      2.0.0cvs151
3227
3228         * src/mainwindow.c
3229         * src/textview.c
3230         * src/textview.h
3231                 Put a watch cursor in textview too when the mainwindow's
3232                 cursor in a watch
3233
3234 2006-03-18 [colin]      2.0.0cvs150
3235
3236         * src/folder.c
3237                 Change wrong asserts to simple tests
3238
3239 2006-03-17 [colin]      2.0.0cvs149
3240
3241         * src/mainwindow.c
3242         * src/mainwindow.h
3243         * src/prefs_msg_colors.c
3244         * src/summaryview.c
3245         * src/summaryview.h
3246         * src/gtk/colorlabel.c
3247         * src/gtk/colorlabel.h
3248                 Add a color label menu in the main menubar
3249                 Add (fixed) accels Ctrl-{0-7} to change the color
3250                 They have to be fixed because the menu's dynamic,
3251                 the items are complex widgets, hence we can't use
3252                 a GtkItemFactory.
3253
3254
3255 2006-03-17 [wwp]        2.0.0cvs148
3256
3257         * src/compose.c
3258                 rollback few lines from my previous commit (those lines come from
3259                 a pending patch, accidentally commited, even if neutral as they are
3260                 commented out).
3261
3262 2006-03-17 [wwp]        2.0.0cvs147
3263
3264         * src/compose.c
3265                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3266                 applied code style/indentation to the modified function.
3267
3268 2006-03-17 [wwp]        2.0.0cvs146
3269
3270         * src/procmsg.c
3271         * src/compose.c
3272                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3273
3274 2006-03-17 [paul]
3275
3276         2.1.0-rc1 released
3277
3278 2006-03-17 [paul]       2.0.0cvs145
3279
3280         * src/main.c
3281                 addressbook_read_file() was called twice
3282         * src/textview.c
3283                 X-Mailer highlighting
3284
3285 2006-03-16 [colin]      2.0.0cvs144
3286
3287         * src/sourcewindow.c
3288         * src/sourcewindow.h
3289                 And the last one, in source window.
3290
3291 2006-03-16 [colin]      2.0.0cvs143
3292
3293         * src/compose.c
3294         * src/compose.h
3295                 Fix the same stuff in compose
3296
3297 2006-03-16 [colin]      2.0.0cvs142
3298
3299         * src/messageview.c
3300                 Complete the previous messageview crash fix
3301
3302 2006-03-16 [colin]      2.0.0cvs141
3303
3304         * src/procmsg.h
3305         * src/procmsg.c
3306         * src/folder.c
3307                 Fix POSTPROCESSING hook
3308                 Patch by H. Merijn Brand
3309
3310         * src/procmime.c
3311         * src/procmime.h
3312                 Parse Content-Location
3313
3314         * src/toolbar.c
3315         * src/messageview.c
3316         * src/messageview.h
3317                 Don't crash when a top-level MessageView has
3318                 been closed on us. Same problematic than
3319                 yesterday's quicksearch issue.
3320
3321 2006-03-15 [colin]      2.0.0cvs140
3322
3323         * src/gtk/quicksearch.c
3324                 Fix a bitchy race we didn't think about when we
3325                 added quicksearch cancellation:
3326                 If the search is not on cached fields, for example
3327                 body_part matchcase "stuff"
3328                 the matcher code has to get the whole message. If
3329                 we're on IMAP, that can be slow, and in order to
3330                 be non-blocking, the IMAP code idle loop processes
3331                 gtk events too. So it is possible to cancel a
3332                 quicksearch while the matcher is getting the mail's
3333                 body. After matcher got its body, it will start to
3334                 iterate over the matcher list that the Quicksearch's
3335                 clear_search_cb() just freed via prepare_matcher().
3336                 SIGSEGV ensues.
3337                 The fix consists of guarding the matcherlist_match()
3338                 call with a boolean 'matching'. If we reset the
3339                 quicksearch while matching is TRUE, we don't free
3340                 the matcherlist anymore like we did, but we set
3341                 another new flag, deferred_free, to TRUE. Then,
3342                 in quicksearch_match(), just after returning from
3343                 matcherlist_match() and unsetting the matching flag,
3344                 we check the deferred_free flag and do the
3345                 prepare_matcher() (which does the matcherlist_free)
3346                 for real, so we free the matcherlist once it's not
3347                 used anymore.
3348                 As all of this runs via the glib main loop, we
3349                 luckily don't need a mutex.
3350         * src/summaryview.c
3351                 Also, show progress while searching.
3352
3353
3354 2006-03-14 [colin]      2.0.0cvs139
3355
3356         * src/alertpanel.c
3357                 Make alertpanel_is_open non-static
3358
3359 2006-03-14 [colin]      2.0.0cvs138
3360
3361         * src/prefs_spelling.c
3362                 Cleanups - Fabien Vantard
3363
3364 2006-03-14 [wwp]        2.0.0cvs137
3365
3366         * src/main.c
3367                 code style normalization (curly braces, indentation).
3368
3369 2006-03-14 [wwp]        2.0.0cvs137
3370
3371         * src/main.c
3372                 code style (braces, indentation)
3373
3374 2006-03-12 [paul]       2.0.0cvs136
3375
3376         * src/prefs_common.c
3377                 trans_hdr defaults to FALSE to be RFC-savvy
3378         * src/prefs_summaries.c
3379                 add a tooltip to the trans_hdr option
3380                 
3381
3382 2006-03-12 [paul]       2.0.0cvs135
3383
3384         * src/prefs_matcher.c
3385                 give a little more width to the combos
3386         * src/prefs_display_header.c
3387         * src/textview.c
3388                 translate headers if prefs_common.trans_hdr
3389                 is TRUE
3390
3391         Patches by Pawel Pekala
3392
3393 2006-03-12 [paul]       2.0.0cvs134
3394
3395         * src/plugins/clamav/clamav_plugin.c
3396         * src/plugins/dillo_viewer/dillo_viewer.c
3397         * src/plugins/pgpcore/plugin.c
3398         * src/plugins/pgpinline/plugin.c
3399         * src/plugins/pgpmime/plugin.c
3400         * src/plugins/spamassassin/spamassassin.c
3401                 update/add to descriptions
3402         * src/plugins/spamassassin/spamassassin_gtk.c
3403                 fixes to the english, remove superfluous
3404                 tooltips, clean up a little
3405
3406 2006-03-12 [paul]       2.0.0cvs133
3407
3408         * src/compose.c
3409                 fix Bug 924, 'Account combo box shows up wrong 
3410                 if & is in account name'
3411
3412 2006-03-11 [colin]      2.0.0cvs132
3413
3414         * src/summaryview.c
3415                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3416                 messed up shift-selection because is slows down
3417                 moving around summaryview. thanks -users
3418
3419 2006-03-10 [colin]      2.0.0cvs131
3420
3421         * src/plugins/spamassassin/spamassassin_gtk.c
3422                 Put back Paul's engrish fixes
3423
3424 2006-03-10 [colin]      2.0.0cvs130
3425
3426         * src/plugins/spamassassin/spamassassin.c
3427         * src/plugins/spamassassin/spamassassin.h
3428         * src/plugins/spamassassin/spamassassin_gtk.c
3429                 Cleanup SA prefs page (more)
3430                 Patch by Fabien Vantard
3431
3432 2006-03-10 [paul]       2.0.0cvs129
3433
3434         * src/prefs_msg_colors.c
3435         * src/prefs_spelling.c
3436                 widget sensitivity
3437
3438 2006-03-09 [mones]      2.0.0cvs128
3439
3440         * po/es.po
3441                 Update for next RC
3442
3443 2006-03-09 [wwp]        2.0.0cvs127
3444
3445         * configure.ac
3446                 revert accidental commit (requirement for libetpan 0.43), this time
3447                 not in HEAD.
3448
3449 2006-03-09 [wwp]        2.0.0cvs125
3450
3451         * configure.ac
3452                 revert accidental commit (requirement for libetpan 0.43)
3453
3454 2006-03-09 [paul]       2.0.0cvs126
3455
3456         * src/prefs_receive.c
3457                 remove useless frame
3458                 replace 'incorporation' with 'receiving'
3459         * src/plugins/clamav/clamav_plugin_gtk.c
3460         * src/plugins/spamassassin/spamassassin_gtk.c
3461                 improve widget sensitivity
3462                 fix a bit his engrish
3463
3464 2006-03-09 [wwp]        2.0.0cvs125
3465
3466         * src/addressadd.c
3467         * src/foldersel.c
3468         * src/prefs_common.c
3469         * src/prefs_common.h
3470                 remember some more windows' sizes (add to addressbook and
3471                 select folder).
3472
3473 2006-03-09 [paul]       2.0.0cvs124
3474
3475         * src/plugins/pgpcore/prefs_gpg.c
3476                 normalise construction of dialogue
3477
3478 2006-03-09 [paul]       2.0.0cvs123
3479
3480         * src/plugins/trayicon/Makefile.am
3481                 add missing slash
3482
3483 2006-03-08 [colin]      2.0.0cvs122
3484
3485         * src/plugins/trayicon/Makefile.am
3486                 Fix build in separate dir 
3487                 Patch by Bamanzi <bamanzi@gmail.com>
3488
3489 2006-03-08 [colin]      2.0.0cvs121
3490
3491         * src/procmsg.c
3492                 Batch move and copies from summaryview with delayed execution
3493                 too
3494
3495 2006-03-07 [paul]       2.0.0cvs120
3496
3497         * src/common/utils.c
3498                 fix highlighting of URIs containing "()"
3499                 Patch by Pawel Pekala
3500
3501 2006-03-07 [paul]       2.0.0cvs119
3502
3503         * src/folder.c
3504         * src/folder.h
3505         * src/folderview.c
3506                 immediately do alphabetical resort when
3507                 changing a folder's name
3508                 Patch by Pawel Pekala
3509
3510 2006-03-07 [paul]       2.0.0cvs118
3511
3512         * src/news.c
3513         * src/news_gtk.c
3514                 when unsubscribing a newsgroup, remove the
3515                 folder and msgs in .sylpheed-claws/newscache
3516                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3517
3518 2006-03-07 [paul]       2.0.0cvs117
3519
3520         * src/textview.c
3521                 fix wrong Fake URL Warning
3522                 Thanks to Hiro
3523
3524 2006-03-07 [colin]      2.0.0cvs116
3525
3526         * src/imap.c
3527                 Return immediately when password dialog was
3528                 cancelled
3529         * src/gtk/inputdialog.c
3530                 Allow empty strings for passwords
3531
3532
3533 2006-03-06 [colin]      2.0.0cvs115
3534
3535         * src/imap.c
3536                 Prevent double-timeouts when connection fails
3537
3538 2006-03-06 [colin]
3539
3540         2.0.1-rc1 released
3541
3542 2006-03-06 [colin]      2.0.0cvs114
3543
3544         * src/imap.c
3545                 Refresh session during potentially long
3546                 operations
3547
3548 2006-03-06 [wwp]        2.0.0cvs113
3549
3550         * src/prefs_msg_colors.h
3551                 forgot that one (custom color labels).
3552
3553 2006-03-06 [wwp]        2.0.0cvs112
3554
3555         * src/prefs_common.c
3556         * src/prefs_common.h
3557         * src/prefs_msg_colors.c
3558         * src/summaryview.c
3559         * src/summaryview.h
3560         * src/gtk/colorlabel.c
3561         * src/gtk/colorlabel.h
3562                 colors in messages list are now customizable. Color values and names can
3563                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3564                 Thanks to Paul and Colin for their help with this longstanding patch!
3565
3566 2006-03-06 [wwp]        2.0.0cvs111
3567
3568         * src/textview.c
3569                 don't crash if (x)face is bad.
3570
3571 2006-03-05 [paul]       2.0.0cvs110
3572
3573         * AUTHORS
3574         * configure.ac
3575         * src/Makefile.am
3576         * src/common/Makefile.am
3577         * src/common/utils.h
3578         * src/etpan/imap-thread.c
3579         * src/gtk/authors.h
3580         * src/plugins/clamav/Makefile.am
3581         * src/plugins/demo/Makefile.am
3582         * src/plugins/dillo_viewer/Makefile.am
3583         * src/plugins/pgpcore/Makefile.am
3584         * src/plugins/pgpcore/passphrase.c
3585         * src/plugins/pgpinline/Makefile.am
3586         * src/plugins/pgpmime/Makefile.am
3587         * src/plugins/spamassassin/Makefile.am
3588         * src/plugins/trayicon/Makefile.am
3589                 fix builiding on cygwin
3590                 Patch by Ralgh Young <bamanzi@gmail.com>
3591
3592 2006-03-04 [wwp]        2.0.0cvs109
3593
3594         * manual/keyboard.xml
3595                 fix mixed up/down keys.
3596
3597 2006-03-04 [wwp]        2.0.0cvs108
3598
3599         * README
3600         * INSTALL
3601                 updated links to SpamAssassin.
3602
3603 2006-03-04 [wwp]        2.0.0cvs107
3604
3605         * manual/plugins.xml
3606         * src/plugins/spamassassin/README
3607                 updated SpamAssassin plugin docs to reflect new functional additions
3608                 (also fix/update/documents few technical stuff more, see the README).
3609
3610 2006-03-04 [wwp]        2.0.0cvs106
3611
3612         * src/prefs_message.c
3613                 normalized capitalization of message-prefs paths.
3614
3615 2006-03-04 [wwp]        2.0.0cvs105
3616
3617         * manual/advanced.xml
3618                 typo.
3619
3620 2006-03-03 [colin]      2.0.0cvs104
3621
3622         * src/plugins/clamav/clamav_plugin_gtk.c
3623                 Rework prefs page, patch by Fabien 
3624
3625 2006-03-03 [colin]      2.0.0cvs103
3626
3627         * src/plugins/clamav/clamav_plugin.c
3628                 Set error on all errors
3629
3630 2006-03-03 [colin]      2.0.0cvs102
3631
3632         * src/common/plugin.c
3633                 Initialize error to avoid crashing when a plugin fails
3634                 without setting error
3635
3636 2006-03-02 [wwp]        2.0.0cvs101
3637
3638         * configure.ac
3639                 fixed linker flags for libetpan support on Cygwin
3640                 (thanks to H.Merijn Brand).
3641
3642 2006-03-02 [wwp]        2.0.0cvs100
3643
3644         * src/addressbook.c
3645                 fix some AB error messages: one for punctuation and
3646                 one wrongly duplicate (thanks, maxbritov).
3647
3648 2006-03-02 [wwp]        2.0.0cvs99
3649
3650         * src/plugins/spamassassin/spamassassin.c
3651                 make sync calls to sa-learn/spamc to prevent
3652                 system (whatever local or client/server) overload.
3653
3654 2006-03-02 [colin]      2.0.0cvs98
3655
3656         * src/summaryview.c
3657                 Put the spam icon in the status column instead of the
3658                 mark one
3659
3660 2006-03-01 [colin]      2.0.0cvs97
3661
3662         * src/plugins/spamassassin/spamassassin.c
3663                 Fix segfault (g_file_set_contents fails for some 
3664                 reason and err==0x2f. Can't find out why with
3665                 valgrind, using working function :-)
3666
3667 2006-03-01 [colin]      2.0.0cvs96
3668
3669         * src/inc.c
3670                 Offline overriding: let 'No' be cached only 3 seconds
3671
3672 2006-03-01 [colin]      2.0.0cvs95
3673
3674         * src/addr_compl.c
3675         * src/addrbook.c
3676         * src/addressbook.c
3677         * src/addrindex.c
3678         * src/folder_item_prefs.c
3679         * src/headerview.c
3680         * src/imap.c
3681         * src/inc.c
3682         * src/ldif.c
3683         * src/mainwindow.c
3684         * src/mh.c
3685         * src/msgcache.c
3686         * src/prefs_common.h
3687         * src/prefs_msg_colors.c
3688         * src/procheader.c
3689         * src/procheader.h
3690         * src/procmime.c
3691         * src/procmsg.c
3692         * src/procmsg.h
3693         * src/send_message.h
3694         * src/simple-gettext.c
3695         * src/summaryview.c
3696         * src/summaryview.h
3697         * src/syldap.c
3698         * src/textview.c
3699         * src/undo.c
3700         * src/common/ssl_certificate.c
3701         * src/common/utils.c
3702         * src/gtk/colorsel.c
3703         * src/gtk/gtksctree.c
3704         * src/gtk/gtkshruler.c
3705         * src/plugins/trayicon/trayicon.c
3706                 #if 0 goes to /dev/null
3707
3708 2006-03-01 [colin]      2.0.0cvs94
3709
3710         * src/compose.c
3711         * src/imap.c
3712         * src/inc.c
3713         * src/inc.h
3714         * src/messageview.c
3715         * src/news.c
3716         * src/plugins/spamassassin/spamassassin.c
3717                 Allow to add information in the "working offline"
3718                 window
3719
3720 2006-03-01 [wwp]        2.0.0cvs93
3721
3722         * src/plugins/spamassassin/spamassassin.c
3723                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3724                 'cause it seems that calling `spamc ... < inputfile` with
3725                 g_spawn_(a)sync simply.. erm doesn't work :-).
3726
3727 2006-03-01 [wwp]        2.0.0cvs92
3728
3729         * src/toolbar.c
3730         * src/toolbar.h
3731                 simplify the adding of spam/ham button to the messageview toolbar
3732                 (it gets more clear now that the same button will be "Mark as spam"
3733                 or "Mark as ham" according to the current message status,
3734                 thanks to Colin).
3735
3736 2006-03-01 [wwp]        2.0.0cvs91
3737
3738         * src/messageview.c
3739         * src/procmsg.c
3740         * src/procmsg.h
3741         * src/summaryview.c
3742         * src/plugins/spamassassin/spamassassin.c
3743         * src/plugins/spamassassin/spamassassin.h
3744                 make learner callbacks return a status (0 for ok),
3745                 handle it in main code to avoid setting flags when learning failed,
3746                 don't learn on TCP if offline in spamassassin,
3747                 thanks to Colin.
3748
3749                 
3750
3751 2006-03-01 [wwp]        2.0.0cvs90
3752
3753         * src/compose.c
3754                 some work around the compose window's account menu,
3755                 patch by Fabien Vantard.
3756
3757 2006-03-01 [wwp]        2.0.0cvs89
3758
3759         * src/plugins/spamassassin/spamassassin.c
3760                 fixed bad logics, was using spamc in local mode and sa-learn
3761                 in remote mode (thanks, Colin).
3762
3763 2006-03-01 [wwp]        2.0.0cvs88
3764
3765         * src/plugins/spamassassin/spamassassin.c
3766         * src/plugins/spamassassin/spamassassin.h
3767         * src/plugins/spamassassin/spamassassin_gtk.c
3768                 made processing of emails w/ sa-plugin an option (default is TRUE),
3769                 fixed Engrish some tooltips, capitalization of some debug messages
3770                 and warnings. The spamassassin plugin now provides two separate
3771                 services: process emails upon incorporation and spamd training.
3772                 Both services (un)register independently but use some common
3773                 plugin settings (transport settings, spam storage location).
3774
3775 2006-02-28 [wwp]        2.0.0cvs87
3776
3777         * src/plugins/spamassassin/spamassassin.c
3778                 fix async flag to spamc cmdline execution (batch exec should
3779                 be asynchronous).
3780
3781 2006-02-27 [wwp]        2.0.0cvs86
3782
3783         * src/plugins/spamassassin/spamassassin.c
3784         * src/plugins/spamassassin/spamassassin.h
3785         * src/plugins/spamassassin/spamassassin_gtk.c
3786                 - added the ability to learn a remote spamassassin server (spamd),
3787                 using spamc.
3788                 - added the spamassassin option 'username', that applies to all
3789                 spamassassin operations (filtering, learning, local or remote).
3790                 The default username is the current unix user (if left blank
3791                 from gtk prefs or config file).
3792                 - commented out some unused code (notebook widget), removed unused
3793                 layout (hbox1).
3794                 - make more widgets sensitive to the transport type.
3795
3796 2006-02-27 [colin]      2.0.0cvs85
3797
3798         * src/plugins/spamassassin/spamassassin.c
3799                 Fix sa-learn call when offline
3800
3801 2006-02-27 [colin]      2.0.0cvs84
3802
3803         * configure.ac
3804         * src/Makefile.am
3805         * src/mainwindow.c
3806         * src/mainwindow.h
3807         * src/messageview.c
3808         * src/messageview.h
3809         * src/prefs_toolbar.c
3810         * src/procmsg.c
3811         * src/stock_pixmap.c
3812         * src/stock_pixmap.h
3813         * src/summaryview.c
3814         * src/toolbar.c
3815         * src/toolbar.h
3816         * src/pixmaps/ham_btn.xpm
3817         * src/pixmaps/spam.xpm
3818         * src/pixmaps/spam_btn.xpm
3819         * src/plugins/spamassassin/spamassassin.c
3820                 Add button in toolbar for spam learning
3821                 Fix a few bugs from the last related commit
3822                 Revert 1.9.6cvs23 which messed up shift-selection
3823
3824 2006-02-24 [colin]      2.0.0cvs83
3825
3826         * src/procmsg.c
3827         * src/summaryview.c
3828         * src/summaryview.h
3829         * src/plugins/spamassassin/spamassassin.c
3830         * src/plugins/spamassassin/spamassassin.h
3831         * src/plugins/spamassassin/spamassassin_gtk.c
3832                 Unregister learner when spamassassin is either
3833                 disabled or over tcp
3834
3835 2006-02-24 [colin]      2.0.0cvs82
3836
3837         * src/Makefile.am
3838         * src/mainwindow.c
3839         * src/mainwindow.h
3840         * src/procmsg.c
3841         * src/procmsg.h
3842         * src/stock_pixmap.c
3843         * src/stock_pixmap.h
3844         * src/summaryview.c
3845         * src/summaryview.h
3846         * src/gtk/icon_legend.c
3847         * src/pixmaps/spam.xpm  ** NEW FILE **
3848         * src/plugins/spamassassin/spamassassin.c
3849         * src/plugins/spamassassin/spamassassin_gtk.c
3850                 Add spam learning interface (Mark/Mark as 
3851                 (spam|ham) menus)
3852
3853 2006-02-24 [wwp]        2.0.0cvs81
3854
3855         * src/compose.c
3856         * src/compose.h
3857         * src/filtering.c
3858                 hide compose window when sending message in batch mode
3859                 (filtering: forward and redirect). Also fixed a wrong
3860                 value returned when sending failed, neutral anyway.
3861                 (Colin, me) 
3862
3863 2006-02-24 [wwp]        2.0.0cvs80
3864
3865         * src/mainwindow.c
3866                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3867
3868 2006-02-24 [paul]       2.0.0cvs79
3869
3870         * src/news.c
3871         * src/news.h
3872         * src/news_gtk.c
3873                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3874                 Thanks to Colin
3875
3876 2006-02-23 [colin]      2.0.0cvs78
3877
3878         * src/alertpanel.c
3879                 Change OK to Close in alertpanel with View log
3880                 button; add accel to View log. Patch by Fabien
3881                 Vantard
3882
3883 2006-02-23 [wwp]        2.0.0cvs77
3884
3885         * src/compose.c
3886                 silly me, there were much more tests to perform, since toolbars can
3887                 really have down to 1 element only.
3888
3889 2006-02-23 [wwp]        2.0.0cvs76
3890
3891         * commitHelper
3892                 fixed indentation from my previous commit. Fallback to VISUAL if
3893                 EDITOR is not set (and to vi, at last resort).
3894
3895 2006-02-23 [wwp]        2.0.0cvs75
3896
3897         * commitHelper
3898                 improved error detection (Colin, me).
3899
3900 2006-02-23 [wwp]        2.0.0cvs74
3901
3902         * src/prefs_toolbar.c
3903                 simplify and fix prefs/toolbars layouting. Combos' contents can
3904                 now be really displayed.
3905
3906 2006-02-23 [wwp]        2.0.0cvs73
3907         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3908         be really displayed.
3909
3910 2006-02-22 [wwp]        2.0.0cvs72
3911
3912         * src/compose.c
3913                 fix a typo in my previous commit (sorry!).
3914
3915 2006-02-22 [wwp]        2.0.0cvs71
3916
3917         * src/prefs_toolbar.c
3918                 fix a crash when adding separators to toolbars,
3919                 also fix some separator item information.
3920
3921 2006-02-22 [wwp]        2.0.0cvs70
3922
3923         * src/compose.c
3924                 fix a crash when redirecting (for instance) when compose window's
3925                 toolbar contents has been customized (when some buttons have been
3926                 removed in fact).
3927
3928 2006-02-21 [wwp]        2.0.0cvs69
3929
3930         * src/summaryview.c
3931         * src/gtk/pluginwindow.c
3932         * src/plugins/pgpcore/prefs_gpg.c
3933                 fix some compilation warnings (feat. remains of removed code).
3934
3935 2006-02-21 [wwp]        2.0.0cvs68
3936
3937         * src/gtk/gtkutils.c
3938                 fix two compilation issues, thanks to Stephan Sachse.
3939
3940 2006-02-20 [colin]      2.0.0cvs67
3941
3942         * src/mainwindow.c
3943                 Don't reselect displayed mail on refocus
3944                 This fixes actions misbehaving 
3945
3946 2006-02-20 [wwp]        2.0.0cvs66
3947
3948         * src/summaryview.c
3949         * src/gtk/gtksctree.c
3950         * src/gtk/gtkshruler.c
3951                 changed more runtime typecast checks.
3952
3953 2006-02-20 [wwp]        2.0.0cvs65
3954
3955         * src/summary_search.c
3956                 find all - summaryview refresh issue fixed, thanks to Colin.
3957
3958 2006-02-20 [wwp]        2.0.0cvs64
3959
3960         * src/gtk/gtkutils.c
3961                 better runtime typecast checks.
3962
3963 2006-02-20 [wwp]        2.0.0cvs63
3964
3965         * src/summary_search.c
3966                 enhancements to the summary search:
3967                         - add the ability to stop the running search
3968                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3969                         - don't search if no criteria (From/To/Subject/Body) is set
3970                         - ensure that a busy mouse pointer is always shown when searching,
3971                           show it even a bit earlier
3972
3973 2006-02-19 [colin]      2.0.0cvs62
3974
3975         * src/compose.c
3976         * src/imap.c
3977         * src/etpan/imap-thread.c
3978         * src/etpan/imap-thread.h
3979                 (Future) IMAP speed improvement on sending
3980                 Will require a libetpan update
3981         * src/summaryview.c
3982         * src/gtk/quicksearch.c
3983                 Make quicksearch clearable while running.
3984
3985 2006-02-17 [colin]      2.0.0cvs61
3986
3987         * src/imap.c
3988         * src/etpan/imap-thread.c
3989         * src/etpan/imap-thread.h
3990                 Check for IMAP certificates
3991                 ** Requires libetpan-0.42-cvs4 
3992                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3993
3994 2006-02-17 [colin]      2.0.0cvs60
3995
3996         * src/messageview.c
3997         * src/prefs_common.c
3998         * src/prefs_common.h
3999         * src/prefs_message.c
4000                 Add pref to display HTML-only mails with plugin, 
4001                 if possible (defaulting to FALSE of course).
4002
4003 2006-02-16 [colin]      2.0.0cvs59
4004
4005         * src/main.c
4006         * src/common/plugin.c
4007         * src/common/plugin.h
4008         * src/gtk/pluginwindow.c
4009                 Keep track of requested (but unloaded) plugins
4010                 in some error cases.
4011
4012 2006-02-16 [wwp]        2.0.0cvs58
4013
4014         * src/gtk/gtkaspell.c
4015         * src/gtk/gtkaspell.h
4016         * src/prefs_spelling.c
4017         * src/compose.c
4018         * src/prefs_common.c
4019         * src/prefs_common.h
4020                 implemented new optional spellchecker behaviour: re-check message when
4021                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4022
4023 2006-02-16 [wwp]        2.0.0cvs57
4024
4025         * src/quote_fmt_parse.y
4026                 pclose popen'ed pipe.
4027
4028 2006-02-15 [colin]      2.0.0cvs56
4029
4030         * src/mimeview.c
4031         * src/mimeview.h
4032                 Let MimeViewers know which MimeView they
4033                 depend of.
4034         * src/summaryview.c
4035                 Swap From/To columns in Sent/Queue/Drafts
4036                 folders
4037         * src/etpan/imap-thread.c
4038                 Use mailstream_low_tls_open() for STARTTLS
4039                 instead of mailstream_low_ssl_open()
4040                 ** REQUIRES libetpan 0.42cvs3 **
4041
4042 2006-02-15 [wwp]        2.0.0cvs55
4043
4044         * src/compose.c
4045         * src/compose.h
4046         * src/message_search.c
4047         * src/message_search.h
4048         * src/textview.c
4049         * src/gtk/gtkutils.c
4050         * src/gtk/gtkutils.h
4051                 added the ability to Find text in the compose window (and a bit
4052                 of code factorization).
4053
4054 2006-02-15 [wwp]        2.0.0cvs54
4055
4056         * src/prefs_gtk.c
4057                 yet another one file was missing (fix for some widgets' sensitivity).
4058                 Thanks Colin!
4059
4060 2006-02-15 [wwp]        2.0.0cvs53
4061
4062         * src/prefs_gtk.h
4063                 oops forgot that file (fix for some widgets' sensitivity).
4064
4065 2006-02-15 [wwp]        2.0.0cvs52
4066
4067         * src/summary_search.c
4068                 implemented advanced summary search options (added the ability
4069                 to use matcher conditions in an advanced search mode).
4070
4071 2006-02-15 [wwp]        2.0.0cvs51
4072
4073         * src/plugins/pgpcore/prefs_gpg.c
4074         * src/prefs_account.c
4075                 fix some widget sensitivity, mostly around some labels in
4076                 account prefs.
4077
4078 2006-02-15 [paul]       2.0.0cvs50
4079
4080         * manual/advanced.xml
4081                 improve Templates info
4082                 written by wwp
4083
4084 2006-02-14 [colin]      2.0.0cvs49
4085
4086         * src/pixmaps/address_book.xpm
4087         * src/pixmaps/preferences.xpm
4088         * src/pixmaps/properties.xpm
4089                 Fix pixmap size - patch by Fabien Vantard
4090
4091 2006-02-13 [colin]      2.0.0cvs48
4092
4093         * src/procmime.c
4094                 Add missing fclose()s on error
4095         * src/textview.c
4096                 Remove unused code
4097         * src/common/utils.c
4098                 Fix temp files not being deleted on windows
4099         Patches by Thomas Gilgin
4100
4101 2006-02-13 [colin]      2.0.0cvs47
4102
4103         * src/mainwindow.c
4104                 Fix exit crash
4105
4106 2006-02-13 [wwp]        2.0.0cvs46
4107
4108         * src/plugins/pgpcore/prefs_gpg.c
4109                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4110
4111 2006-02-12 [colin]      2.0.0cvs45
4112
4113         * src/folderview.c
4114         * src/main.c
4115         * src/mainwindow.c
4116                 Fix "stuff" when quitting
4117
4118 2006-02-12 [wwp]        2.0.0cvs44
4119
4120         * src/prefs_themes.c
4121                 fix typos in debug messages.
4122
4123 2006-02-11 [colin]      2.0.0cvs43
4124
4125         * src/summaryview.c
4126                 don't allow drag/drop from ourself
4127
4128 2006-02-10 [wwp]        2.0.0cvs42
4129
4130         * src/exporthtml.c
4131         * src/html.c
4132         * src/html.h
4133         * src/procmime.c
4134         * src/textview.c
4135                 renamed html_ prefixed functions and data structures to avoid
4136                 namespace clashes w/ other software (gtkhtml2 for instance).
4137                 Closes bug #907.
4138
4139
4140 2006-02-09 [colin]      2.0.0cvs41
4141
4142         * src/summaryview.c
4143                 Fix shitty logic messed up. Thanks Ticho for the hint!
4144
4145 2006-02-09 [wwp]        2.0.0cvs40
4146
4147         * src/gtk/about.c
4148         * src/compose.c
4149         * src/prefs_account.c
4150         * src/prefs_gtk.h
4151         * src/editaddress.c
4152                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4153                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4154                 Browse buttons in accounts prefs.
4155
4156 2006-02-09 [colin]      2.0.0cvs39
4157
4158         * src/matcher.c
4159                 Check for pointer before using its members
4160         * src/gtk/gtksourceprintjob.c
4161                 Fix a wrong warning
4162
4163 2006-02-09 [wwp]        2.0.0cvs38
4164
4165         * src/gtk/filesel.c
4166                 fix few compiler warnings (type mismatch).
4167
4168 2006-02-09 [paul]       2.0.0cvs37
4169
4170         * po/fr.po
4171                 updated by Fabien Vantard
4172
4173 2006-02-08 [colin]      2.0.0cvs36
4174
4175         * src/prefs_common.c
4176         * src/common/defs.h
4177         * src/common/plugin.c
4178                 allow windows and linux configurations to coexist
4179                 patch by Thomas Gilgin
4180
4181 2006-02-08 [colin]      2.0.0cvs35
4182
4183         * src/filtering.c
4184         * src/matcher.c
4185         * src/matcher.h
4186         * src/matcher_parser_parse.y
4187         * src/prefs_filtering_action.c
4188         * src/prefs_matcher.c
4189                 Add the "Ignore thread" filtering
4190                 action
4191
4192 2006-02-08 [colin]      2.0.0cvs34
4193
4194         * src/compose.c
4195         * src/procmime.c
4196         * src/procmime.h
4197                 Fix bug #905 (damaged attachment)
4198                 text files with raw \0's aren't really text files
4199         FOR_STABLE
4200
4201 2006-02-08 [colin]      2.0.0cvs33
4202
4203         * src/summaryview.c
4204                 Fix crasher introduced yesterday
4205
4206 2006-02-08 [wwp]        2.0.0cvs32
4207
4208         * src/compose.c
4209         * src/compose.h
4210                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4211
4212 2006-02-08 [wwp]        2.0.0cvs31
4213
4214         * src/prefs_template.c
4215                 templates enhancement: allow address completion for Cc and Bcc fields
4216                 (it was currently possible for the To field only)
4217
4218 2006-02-08 [colin]      2.0.0cvs30
4219
4220         * src/compose.c
4221                 Don't unblock if not blocked
4222         FOR_STABLE
4223
4224 2006-02-07 [colin]      2.0.0cvs29
4225
4226         * src/action.c
4227                 Forgot to refresh summaryview
4228
4229 2006-02-07 [colin]      2.0.0cvs28
4230
4231         * src/action.c
4232                 Freeze/thaw message list and folder list while
4233                 processing %as{} actions 
4234         * src/compose.c
4235                 Fix auto-wrap disabling after a middle-click
4236                 paste - FOR_STABLE
4237
4238 2006-02-07 [paul]       2.0.0cvs27
4239
4240         * src/folder.c
4241                 fix freeing of uninitialised pointers
4242                 Thanks to Colin
4243
4244 2006-02-06 [colin]      2.0.0cvs26
4245
4246         * src/folder.c
4247                 Use g_slist_prepend in potentially big list
4248
4249 2006-02-06 [colin]      2.0.0cvs25
4250
4251         * src/folder.c
4252                 Completely skip processing if it doesn't 
4253                 exist (faster!)
4254
4255 2006-02-06 [colin]      2.0.0cvs24
4256
4257         * src/folder.c
4258         * src/summaryview.c
4259                 Batch filtering in summaryview (from Tools menu)
4260                 and pre/post//-processing too
4261
4262 2006-02-06 [colin]      2.0.0cvs23
4263
4264         * src/procmsg.h
4265         * src/filtering.c
4266                 Use a special field for batch filtering instead
4267                 of stepping on deferred execution's toes
4268
4269 2006-02-06 [colin]      2.0.0cvs22
4270
4271         * src/action.c
4272         * src/filtering.c
4273         * src/filtering.h
4274         * src/folder.c
4275         * src/summaryview.c
4276                 Fix filtering via menus and actions
4277
4278 2006-02-06 [colin]      2.0.0cvs21
4279
4280         * src/imap.c
4281                 Put the added file directly to cache if possible (will work
4282                 with next libetpan)
4283         * src/filtering.c
4284         * src/filtering.h
4285         * src/inc.c
4286         * src/folder.c
4287         * src/mbox.c
4288         * src/procmsg.h
4289                 Move and copy filtered messages by batches instead of one
4290                 by one - faster on IMAP
4291         * src/procmsg.c
4292                 Add a function that'll possibly be useful later
4293
4294 2006-02-06 [colin]      2.0.0cvs20
4295
4296         * src/addressbook.c
4297                 Use internal mime-type instead of text/plain for d'n'd
4298         * src/compose.c
4299                 Allow attaching files from mimeview's icon list via d'n'd
4300         * src/folderview.c
4301         * src/folderview.h
4302                 Use internal mime-type instead of text/plain for d'n'd
4303                 Don't try to selected opened folder if none is
4304                 Factorize d'n'd from other apps code
4305         * src/headerview.c
4306         * src/textview.c
4307         * src/gtk/gtkutils.c
4308         * src/gtk/gtkutils.h
4309                 Factorize Face/X-Face stuff
4310         * src/mimeview.c
4311                 Fix d'n'd to other apps
4312         * src/prefs_message.c
4313                 Let the XFace pref be usable without libcompface as it also
4314                 applies to Face
4315         * src/summaryview.c
4316                 Fix d'n'd to other apps
4317                 Factorize d'n'd from other apps code
4318
4319 2006-02-06 [wwp]        2.0.0cvs19
4320
4321         * po/it.po
4322                 Italian translation fixes by Andrea Spadaccini (no more confusion
4323                 between filtering and processing, and few changes in the About
4324                 dialog).
4325
4326
4327 2006-02-06 [mones]      2.0.0cvs18
4328
4329         * src/gtk/icon_legend.c
4330                 Improved descriptions allowing better translations
4331
4332 2006-02-05 [colin]      2.0.0cvs17
4333
4334         * src/imap.c
4335                 Add the f*cking missing expunge that caused imap_fetch_env
4336                 to fail after an add_msgs ! :-///
4337         * src/etpan/imap-thread.c
4338                 Add a bit of debug
4339         FOR_STABLE
4340
4341 2006-02-05 [colin]      2.0.0cvs16
4342
4343         * src/common/utils.c
4344                 Don't check for return-path (or we can't put
4345                 back non-sent mails)
4346
4347 2006-02-05 [colin]      2.0.0cvs15
4348
4349         * src/textview.c
4350                 Don't try to display Face header in textview
4351                 when teh headerview's active
4352
4353 2006-02-05 [colin]      2.0.0cvs14
4354
4355         * tools/tbird2syl.py
4356         * tools/Makefile.am
4357                 Add script to import Thunderbird mails
4358
4359 2006-02-05 [colin]      2.0.0cvs13
4360
4361         * src/headerview.c
4362         * src/procheader.c
4363         * src/procmsg.c
4364         * src/procmsg.h
4365         * src/textview.c
4366                 Show Face headers - patch partially by Klaus Flittner
4367
4368 2006-02-05 [colin]      2.0.0cvs12
4369
4370         * src/folderview.c
4371         * src/summaryview.c
4372         * src/common/utils.c
4373         * src/common/utils.h
4374                 Let dnd work from mime icons to summaryview
4375                 and to folderview too
4376                 Add a crude test to avoid trying to add files
4377                 drag'n'dropped when they're not mails
4378
4379 2006-02-04 [colin]      2.0.0cvs11
4380
4381         * src/summaryview.c
4382         * src/mimeview.c
4383                 Fix utf8 conversion
4384
4385 2006-02-04 [colin]      2.0.0cvs10
4386
4387         * src/compose.c
4388         * src/folderview.c
4389         * src/mimeview.c
4390         * src/summaryview.c
4391         * src/summaryview.h
4392                 Added various drag and drop capas:
4393                 From                    To
4394                 summaryview             other apps
4395                 mimeview icons          other apps
4396                 other apps              summaryview
4397                 other apps              folderview
4398
4399                 This shouldn't have broken the existing:
4400                 From                    To
4401                 summaryview             folderview
4402                 folderview              folderview
4403                 summaryview             compose's attachments
4404
4405         Tests welcomed.
4406
4407 2006-02-02 [paul]       2.0.0cvs9
4408
4409         * src/mainwindow.c
4410                 move global option 'Set displayed columns...' out
4411                 of folder option grouping.
4412                 fix sensitivity of 'harvest addresses'
4413         FOR_STABLE
4414
4415 2006-02-01 [colin]      2.0.0cvs8
4416
4417         * src/mimeview.c
4418                 Revert the alertpanel patch, it sucks (intrusive
4419                 and gets in the way of "open")
4420
4421 2006-02-01 [colin]      2.0.0cvs7
4422
4423         * src/compose.c
4424         * src/prefs_account.c
4425         * src/prefs_common.c
4426         * src/common/defs.h
4427         * src/common/utils.c
4428         * src/common/utils.h
4429                 Add ability to edit the signature file
4430                 from the account preferences, and use
4431                 a default for the text editor.
4432                 Patch by Fabien Vantard
4433
4434 2006-02-01 [colin]      2.0.0cvs6
4435
4436         * src/mimeview.c
4437                 Try to get mime type by extension if it is
4438                 application/octet-stream
4439                 Display a window with possible choices when
4440                 encountering unknown mime types
4441         * src/gtk/filesel.c
4442         * src/gtk/filesel.h
4443                 Add preview
4444                 Allow multiple selection in filtered filesel
4445                 (patch by Fabien Vantard)
4446         * src/gtk/pluginwindow.c
4447                 Use it (patch by Fabien Vantard)
4448
4449 2006-02-01 [paul]       2.0.0cvs5
4450
4451         * src/jpilot.c
4452                 fix crash on creating jpilot address book
4453                 Thanks to Colin - FOR_STABLE
4454         * src/prefs_summaries.c
4455         * src/prefs_wrapping.c
4456         * src/gtk/icon_legend.c
4457         * src/gtk/quicksearch.c
4458                 string fixes and additions
4459
4460 2006-02-01 [paul]       2.0.0cvs4
4461
4462         * src/compose.c
4463         * src/mainwindow.c
4464         * src/messageview.c
4465         * src/prefs_send.c
4466                 add Arabic encoding option
4467                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4468
4469 2006-01-31 [colin]      2.0.0cvs3
4470
4471         * src/plugins/pgpcore/passphrase.c
4472                 Convert passphrase to locale encoding
4473         * src/compose.c
4474                 Fix drafting on IMAP. Crappy bug sneaked in
4475                 the release :-/
4476         FOR_STABLE
4477
4478 2006-01-30 [paul]       2.0.0cvs2
4479
4480         * src/gtk/icon_legend.c
4481                 show the new entries
4482
4483 2006-01-30 [colin]      2.0.0cvs1
4484
4485         * src/manual.c
4486                 Check for the file to be present before 
4487                 enabling the menu - FOR_STABLE
4488         * src/gtk/icon_legend.c
4489                 Add folders icons (not all of them, there
4490                 are too much, but the most intriguing ones)
4491
4492 2006-01-30 [paul]       2.0.0
4493
4494         version 2.0.0 released
4495
4496 2006-01-30 [paul]       1.9.100cvs200
4497
4498         * manual/faq.xml
4499         * manual/gpl.xml
4500         * manual/intro.xml
4501         * manual/starting.xml
4502         * manual/sylpheed-claws-manual.xml
4503                 fixes, additions
4504
4505 2006-01-29 [mones]      1.9.100cvs199
4506
4507         * manual/account.xml
4508         * manual/advanced.xml
4509         * manual/glossary.xml
4510                 Some typos fixed, added LDIF term to glossary
4511         * po/es.po
4512                 Fixed leading plus symbol
4513
4514 2006-01-29 [paul]       1.9.100cvs198
4515
4516         * po/fi.po
4517         * po/sk.po
4518                 updated by Tommi Pirinen and Andrej Kacian
4519
4520 2006-01-29 [paul]       1.9.100cvs197
4521
4522         * src/gtk/authors.h
4523                 remove duplicates
4524
4525 2006-01-29 [paul]       1.9.100cvs196
4526
4527         * AUTHORS
4528         * po/nl.po
4529         * src/gtk/authors.h
4530         * tools/claws.i18n.status.pl
4531                 nl translation updated by Tim Dijkstra
4532
4533 2006-01-29 [paul]       1.9.100cvs195
4534
4535         * po/sr.po
4536         * po/sv.po
4537                 updated by Aleksandar Urosevic and Anders Troback
4538
4539 2006-01-28 [colin]      1.9.100cvs194
4540
4541         * src/gtk/gtksourceprintjob.c
4542                 Don't fiddle with PangoLayout when we
4543                 have an image
4544
4545 2006-01-28 [paul]       1.9.100cvs193
4546
4547         * AUTHORS
4548         * po/el.po
4549         * po/zh_CN.po
4550         * src/gtk/authors.h
4551         * tools/claws.i18n.status.pl
4552                 updated translations submitted by Stavros Giannouris
4553                 and Ralgh Young
4554
4555 2006-01-27 [colin]      1.9.100cvs192
4556
4557         * src/summaryview.c
4558         * src/gtk/gtksourceprintjob.c
4559                 Add image printing 
4560                 (libgnomeprint only, of course)
4561
4562 2006-01-27 [paul]       1.9.100cvs191
4563
4564         * po/fr.po
4565         * po/it.po
4566                 updated by Fabien Vantard and Andrea Spadaccini
4567
4568 2006-01-26 [colin]      1.9.100cvs190
4569
4570         * manual/Makefile.am
4571         * configure.ac
4572                 Make building the manual optional 
4573                 (--disable-manual)
4574
4575 2006-01-26 [paul]       1.9.100cvs189
4576
4577         * manual/glossary.xml
4578         * manual/plugins.xml
4579                 edited
4580         * po/en_GB.po
4581                 updated
4582
4583 2006-01-26 [paul]       1.9.100cvs188
4584
4585         * src/prefs_display_header.c
4586         * src/prefs_folder_column.c
4587         * src/prefs_msg_colors.c
4588         * src/prefs_summaries.c
4589         * src/prefs_summary_column.c
4590                 HIGify
4591
4592 2006-01-25 [colin]      1.9.100cvs187
4593
4594         * src/imap.c
4595                 Don't allow moving/copying mails between
4596                 queue/drafts and non-queue/drafts folders
4597                 Fixes bug #897 (message header is resetted 
4598                 if one is copied to Drafts)
4599
4600 2006-01-25 [colin]      1.9.100cvs186
4601
4602         * src/folder.c
4603         * src/mainwindow.c
4604                 Fix subscribed folders not found
4605         * src/compose.c
4606                 Don't try to encode as original mail's charset
4607                 if it's ascii 
4608
4609 2006-01-25 [paul]       1.9.100cvs185
4610
4611         * AUTHORS
4612         * po/Makevars
4613                 updated
4614         * po/de.po
4615         * po/pl.po
4616         * po/pt_BR.po
4617         * po/sr.po
4618                 updates submitted by Stephan Sachse, Emilian Nowak
4619                 and Quar, Frederico Goncalves Guimaraes, and
4620                 Aleksandar Urosevic
4621                 Fix Bug 896, 'PT_BR locale broken'.
4622         * src/gtk/authors.h
4623                 updated
4624
4625 2006-01-24 [mones]      1.9.100cvs184
4626
4627         * manual/glossary.xml
4628                 All current terms finished. Reviewers welcome ;-)
4629         * manual/keyboard.xml
4630                 Fixed column width for pdf output.
4631         * po/es.po
4632                 Updated
4633
4634 2006-01-24 [paul]       1.9.100cvs183
4635
4636         * manual/glossary.xml
4637                 fix id name
4638         * manual/dist/html/Makefile.am
4639         * manual/dist/pdf/Makefile.am
4640         * manual/dist/ps/Makefile.am
4641         * manual/dist/txt/Makefile.am
4642                 fix make deps
4643                 Thanks to Colin
4644
4645 2006-01-24 [mones]      1.9.100cvs182
4646
4647         * manual/glossary.xml
4648                 Nearly finished, some terms missing.
4649
4650 2006-01-23 [paul]       1.9.100cvs181
4651
4652         * manual/dist/html/Makefile.am
4653         * manual/dist/pdf/Makefile.am
4654         * manual/dist/ps/Makefile.am
4655         * manual/dist/txt/Makefile.am
4656         * src/mainwindow.c
4657                 re-enable manual
4658                 Thanks to Colin
4659
4660 2006-01-22 [colin]      1.9.100cvs180
4661
4662         * src/compose.c
4663         * src/gtk/gtkaspell.c
4664                 Don't deselect stuff before right-clicking, with aspell.
4665                 (This prevented right-click Copy, for example).
4666                 Thanks to Clo!
4667
4668 2006-01-22 [paul]       1.9.100cvs179
4669
4670         * src/summary_search.c
4671                 don't fix the widget size as it causes problems
4672                 under localisation.
4673                 Thanks to Emilian Nowak
4674
4675 2006-01-21 [paul]       1.9.100cvs178
4676
4677         * src/prefs_themes.c
4678                 fix broken underlining of label text
4679                 with some translations
4680
4681 2006-01-21 [colin]      1.9.100cvs177
4682
4683         * po/fr.po
4684                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4685
4686 2006-01-20 [colin]      1.9.100cvs176
4687
4688         * configure.ac
4689         * Makefile.am
4690         * manual/Makefile
4691         * manual/dist/html/.cvsignore
4692         * manual/dist/html/Makefile.am
4693         * manual/dist/pdf/.cvsignore
4694         * manual/dist/pdf/Makefile.am
4695         * manual/dist/ps/.cvsignore
4696         * manual/dist/ps/Makefile.am
4697         * manual/dist/txt/.cvsignore
4698         * manual/dist/txt/Makefile.am
4699                 Autotool-ize manual
4700
4701 2006-01-20 [paul]       1.9.100cvs175
4702
4703         * manual/handling.xml
4704                 make Filtering and Searching entries easier to find
4705         * manual/keyboard.xml
4706                 add the remaining default keybinds
4707         * src/prefs_summaries.c
4708                 update the default keybinds
4709
4710 2006-01-20 [paul]       1.9.100cvs174
4711
4712         * src/addressbook.c
4713         * src/addrgather.c
4714         * src/addrharvest.c
4715         * src/editaddress.c
4716         * src/editgroup.c
4717         * src/exphtmldlg.c
4718         * src/expldifdlg.c
4719         * src/exporthtml.c
4720         * src/exportldif.c
4721         * src/ldif.c
4722                 replace 'e-mail' with 'email'
4723         * src/summary_search.c
4724                 add mnemonic to "Find all" button
4725
4726 2006-01-20 [wwp]        1.9.100cvs173
4727
4728         * src/export.c
4729         * src/import.c
4730                 touched mbox import/export buttons for HIG-compliance
4731
4732 2006-01-19 [paul]       1.9.100cvs172
4733
4734         * manual/account.xml
4735         * manual/addrbook.xml
4736         * manual/advanced.xml
4737         * manual/faq.xml
4738         * manual/handling.xml
4739         * manual/intro.xml
4740         * manual/plugins.xml
4741         * manual/starting.xml
4742                 more editing
4743
4744 2006-01-19 [paul]       1.9.100cvs171
4745
4746         * src/toolbar.c
4747                 allow use of trash button while receiving
4748                 Thanks to Colin
4749
4750 2006-01-19 [wwp]        1.9.100cvs170
4751
4752         * src/gtk/quicksearch.c
4753         * src/compose.c
4754                 force text color to black when yellow background is set
4755
4756 2006-01-19 [colin]      1.9.100cvs169
4757
4758         * src/plugins/trayicon/trayicon.c
4759                 Gray out Get Mail when already getting mail
4760
4761 2006-01-18 [paul]       1.9.100cvs168
4762
4763         * src/compose.c
4764                 give widget yellow background was To is
4765                 set via folder prefs
4766         * src/gtk/quicksearch.c
4767                 give widget yellow background when quick
4768                 search is active.
4769                 Thanks to Colin
4770
4771 2006-01-18 [paul]       1.9.100cvs167
4772
4773         * doc/man/sylpheed-claws.1
4774                 add --subscribe option
4775
4776 2006-01-18 [paul]       1.9.100cvs166
4777
4778         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4779         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4780                 use %U instead of %F (%F is broken for user installed
4781                 files in kde 3.5)
4782
4783 2006-01-18 [colin]      1.9.100cvs165
4784
4785         * src/summaryview.c
4786                 Default to Yes in "No more * messages" dialogs
4787
4788 2006-01-17 [colin]      1.9.100cvs164
4789
4790         * src/compose.c
4791                 Possibly fix an invalid iterator causing
4792                 crash
4793
4794 2006-01-17 [colin]      1.9.100cvs163
4795
4796         * src/mimeview.c
4797                 Fix crash when the image disappears under the
4798                 image viewer
4799
4800 2006-01-16 [colin]      1.9.100cvs162
4801
4802         * src/compose.c
4803                 Fix reenabling autowrap
4804
4805 2006-01-16 [colin]      1.9.100cvs161
4806
4807         * src/compose.c
4808                 reset quote_len before getting quote_str
4809
4810 2006-01-16 [colin]      1.9.100cvs160
4811
4812         * src/account.c
4813         * src/account.h
4814         * src/folder.c
4815         * src/imap_gtk.c
4816         * src/mh_gtk.c
4817                 Fix bug #883 (default inbox does not track folder move)
4818
4819 2006-01-16 [colin]      1.9.100cvs159
4820
4821         * src/compose.c
4822         * src/plugins/pgpcore/passphrase.c
4823                 More buttons fixes
4824
4825 2006-01-16 [paul]       1.9.100cvs158
4826
4827         * src/prefs_actions.c
4828         * src/prefs_filtering_action.c
4829         * src/prefs_matcher.c
4830         * src/quote_fmt.c
4831         * src/gtk/description_window.c
4832         * src/gtk/description_window.h
4833         * src/gtk/quicksearch.c
4834                 description window cleanups
4835
4836 2006-01-15 [colin]      1.9.100cvs157
4837
4838         * src/addressbook.c
4839         * src/prefs_filtering.c
4840                 Same here
4841
4842 2006-01-15 [colin]      1.9.100cvs156
4843
4844         * src/folderview.c
4845         * src/mainwindow.c
4846                 Same for "Empty trash"
4847
4848 2006-01-15 [colin]      1.9.100cvs155
4849
4850         * src/inc.c
4851                 Override offline dialog had Yes by default
4852
4853 2006-01-15 [colin]      1.9.100cvs154
4854
4855         * src/summaryview.c
4856                 Delete selected messages? previously had Yes the default
4857
4858 2006-01-15 [colin]      1.9.100cvs153
4859
4860         * src/folder.c
4861         * src/folder.h
4862         * src/main.c
4863                 Check if a mailbox is loaded after all
4864                 plugins are loaded.
4865
4866 2006-01-15 [colin]      1.9.100cvs152
4867
4868         * src/folder.c
4869                 Don't start wizard when there are unloaded folders (will help
4870                 people with only mbox or maildir mailboxes)
4871
4872 2006-01-14 [colin]      1.9.100cvs151
4873
4874         * src/addressbook.c
4875         * src/expldifdlg.c
4876         * src/importldif.c
4877         * src/importmutt.c
4878         * src/importpine.c
4879         * src/mh_gtk.c
4880                 More HIG compliance and fixes
4881
4882 2006-01-14 [colin]      1.9.100cvs150
4883
4884         * src/prefs_filtering_action.c
4885         * src/foldersel.c
4886                 Two forgotten button order changes
4887
4888 2006-01-14 [colin]      1.9.100cvs149
4889
4890         * src/account.c
4891         * src/addressbook.c
4892         * src/compose.c
4893         * src/folderview.c
4894         * src/imap_gtk.c
4895         * src/mainwindow.c
4896         * src/mh_gtk.c
4897         * src/news_gtk.c
4898         * src/prefs_actions.c
4899         * src/prefs_customheader.c
4900         * src/prefs_filtering.c
4901         * src/prefs_matcher.c
4902         * src/prefs_template.c
4903         * src/ssl_manager.c
4904         * src/summaryview.c
4905         * src/textview.c
4906         * src/toolbar.c
4907                 All deletion confirmations are now "Cancel, Delete" 
4908                 instead of "No, Yes"
4909                 Clarified most of the other "No, Yes" to 
4910                 "Cancel, Descriptive_action"
4911                 Rechanged the "Entry not saved" alerts to have 
4912                 "Close, Continue editing"
4913
4914
4915 2006-01-14 [paul]
4916
4917         * 2.0.0-rc4 released
4918
4919 2006-01-14 [paul]       1.9.100cvs148
4920
4921         * src/account.c
4922         * src/addressadd.c
4923         * src/addressbook.c
4924         * src/compose.c
4925         * src/editaddress.c
4926         * src/editbook.c
4927         * src/editgroup.c
4928         * src/editjpilot.c
4929         * src/editldap.c
4930         * src/editvcard.c
4931         * src/exphtmldlg.c
4932         * src/expldifdlg.c
4933         * src/folderview.c
4934         * src/grouplistdialog.c
4935         * src/imap_gtk.c
4936         * src/importmutt.c
4937         * src/importpine.c
4938         * src/inc.c
4939         * src/main.c
4940         * src/mainwindow.c
4941         * src/message_search.c
4942         * src/messageview.c
4943         * src/mh_gtk.c
4944         * src/mimeview.c
4945         * src/news_gtk.c
4946         * src/prefs_actions.c
4947         * src/prefs_customheader.c
4948         * src/prefs_filtering.c
4949         * src/prefs_matcher.c
4950         * src/prefs_template.c
4951         * src/prefs_themes.c
4952         * src/ssl_manager.c
4953         * src/summary_search.c
4954         * src/summaryview.c
4955         * src/textview.c
4956         * src/toolbar.c
4957         * src/gtk/foldersort.c
4958         * src/gtk/gtkaspell.c
4959         * src/gtk/inputdialog.c
4960         * src/gtk/prefswindow.c
4961         * src/plugins/pgpcore/select-keys.c
4962         * src/plugins/trayicon/trayicon.c
4963                 HIG compliant button order
4964
4965 2006-01-14 [mones]      1.9.100cvs147
4966
4967         * po/es.po
4968                 Updated translation
4969
4970 2006-01-13 [paul]       1.9.100cvs146
4971
4972         * AUTHORS
4973         * ChangeLog
4974         * src/gtk/authors.h
4975                 add Joshua M. Kwan to contributors list
4976
4977 2006-01-13 [colin]      1.9.100cvs145
4978
4979         * src/gtk/quicksearch.c
4980                 Don't refocus quick search after executing (Esc or Enter)
4981                 Allows to '/'search something then move up/down in 
4982                 summaryview, and to Esc a search and be back in the 
4983                 summaryview
4984
4985 2006-01-13 [paul]       1.9.100cvs144
4986
4987         * src/plugins/pgpinline/pgpinline.c
4988                 support Content-Type 'application/pgp'
4989                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4990
4991 2006-01-13 [paul]       1.9.100cvs143
4992
4993         * manual/account.xml
4994                 make mention of partial retrieval
4995                 thanks to Colin
4996
4997 2006-01-13 [paul]       1.9.100cvs142
4998
4999         * src/account.c
5000         * src/account.h
5001         * src/action.c
5002         * src/action.h
5003         * src/adbookbase.h
5004         * src/addr_compl.c
5005         * src/addr_compl.h
5006         * src/addrbook.c
5007         * src/addrcache.c
5008         * src/addrcache.h
5009         * src/addrcindex.c
5010         * src/addrcindex.h
5011         * src/addrclip.c
5012         * src/addrclip.h
5013         * src/addrdefs.h
5014         * src/addressadd.c
5015         * src/addressadd.h
5016         * src/addressbook.c
5017         * src/addressbook.h
5018         * src/addrgather.c
5019         * src/addrgather.h
5020         * src/addrharvest.c
5021         * src/addrharvest.h
5022         * src/addrindex.c
5023         * src/addrindex.h
5024         * src/addritem.c
5025         * src/addritem.h
5026         * src/addrquery.c
5027         * src/addrquery.h
5028         * src/addrselect.c
5029         * src/addrselect.h
5030         * src/alertpanel.c
5031         * src/alertpanel.h
5032         * src/browseldap.c
5033         * src/browseldap.h
5034         * src/codeconv.c
5035         * src/codeconv.h
5036         * src/compose.c
5037         * src/compose.h
5038         * src/customheader.c
5039         * src/customheader.h
5040         * src/displayheader.c
5041         * src/displayheader.h
5042         * src/editaddress.c
5043         * src/editaddress.h
5044         * src/editbook.c
5045         * src/editbook.h
5046         * src/editgroup.c
5047         * src/editgroup.h
5048         * src/editjpilot.c
5049         * src/editjpilot.h
5050         * src/editldap.c
5051         * src/editldap.h
5052         * src/editldap_basedn.c
5053         * src/editldap_basedn.h
5054         * src/editvcard.c
5055         * src/editvcard.h
5056         * src/exphtmldlg.c
5057         * src/exphtmldlg.h
5058         * src/expldifdlg.c
5059         * src/expldifdlg.h
5060         * src/export.h
5061         * src/exporthtml.c
5062         * src/exporthtml.h
5063         * src/exportldif.c
5064         * src/exportldif.h
5065         * src/filtering.c
5066         * src/filtering.h
5067         * src/folder.c
5068         * src/folder.h
5069         * src/folder_item_prefs.c
5070         * src/folder_item_prefs.h
5071         * src/foldersel.c
5072         * src/foldersel.h
5073         * src/folderutils.c
5074         * src/folderutils.h
5075         * src/folderview.c
5076         * src/folderview.h
5077         * src/grouplistdialog.c
5078         * src/grouplistdialog.h
5079         * src/headerview.c
5080         * src/html.c
5081         * src/html.h
5082         * src/image_viewer.c
5083         * src/image_viewer.h
5084         * src/imap.c
5085         * src/imap.h
5086         * src/imap_gtk.c
5087         * src/imap_gtk.h
5088         * src/import.h
5089         * src/importldif.c
5090         * src/importldif.h
5091         * src/importmutt.c
5092         * src/importmutt.h
5093         * src/importpine.c
5094         * src/importpine.h
5095         * src/inc.c
5096         * src/inc.h
5097         * src/jpilot.c
5098         * src/jpilot.h
5099         * src/ldapctrl.c
5100         * src/ldapctrl.h
5101         * src/ldaplocate.c
5102         * src/ldaplocate.h
5103         * src/ldapquery.c
5104         * src/ldapquery.h
5105         * src/ldapserver.c
5106         * src/ldapserver.h
5107         * src/ldaputil.c
5108         * src/ldaputil.h
5109         * src/ldif.c
5110         * src/ldif.h
5111         * src/main.c
5112         * src/main.h
5113         * src/mainwindow.c
5114         * src/mainwindow.h
5115         * src/manual.c
5116         * src/manual.h
5117         * src/mbox.c
5118         * src/mbox.h
5119         * src/message_search.c
5120         * src/message_search.h
5121         * src/messageview.c
5122         * src/messageview.h
5123         * src/mh.c
5124         * src/mh.h
5125         * src/mh_gtk.c
5126         * src/mh_gtk.h
5127         * src/mimeview.c
5128         * src/mimeview.h
5129         * src/msgcache.c
5130         * src/msgcache.h
5131         * src/mutt.c
5132         * src/mutt.h
5133         * src/news.c
5134         * src/news.h
5135         * src/news_gtk.c
5136         * src/news_gtk.h
5137         * src/partial_download.c
5138         * src/partial_download.h
5139         * src/pine.c
5140         * src/pine.h
5141         * src/pop.c
5142         * src/pop.h
5143         * src/prefs_account.c
5144         * src/prefs_account.h
5145         * src/prefs_actions.c
5146         * src/prefs_actions.h
5147         * src/prefs_common.c
5148         * src/prefs_common.h
5149         * src/prefs_compose_writing.c
5150         * src/prefs_compose_writing.h
5151         * src/prefs_customheader.c
5152         * src/prefs_customheader.h
5153         * src/prefs_display_header.c
5154         * src/prefs_display_header.h
5155         * src/prefs_filtering.c
5156         * src/prefs_filtering.h
5157         * src/prefs_filtering_action.c
5158         * src/prefs_filtering_action.h
5159         * src/prefs_folder_column.c
5160         * src/prefs_folder_column.h
5161         * src/prefs_folder_item.c
5162         * src/prefs_folder_item.h
5163         * src/prefs_fonts.c
5164         * src/prefs_fonts.h
5165         * src/prefs_gtk.c
5166         * src/prefs_gtk.h
5167         * src/prefs_image_viewer.c
5168         * src/prefs_image_viewer.h
5169         * src/prefs_matcher.c
5170         * src/prefs_matcher.h
5171         * src/prefs_message.c
5172         * src/prefs_msg_colors.c
5173         * src/prefs_msg_colors.h
5174         * src/prefs_other.c
5175         * src/prefs_quote.c
5176         * src/prefs_receive.c
5177         * src/prefs_send.c
5178         * src/prefs_spelling.c
5179         * src/prefs_spelling.h
5180         * src/prefs_summaries.c
5181         * src/prefs_summaries.h
5182         * src/prefs_summary_column.c
5183         * src/prefs_summary_column.h
5184         * src/prefs_template.c
5185         * src/prefs_template.h
5186         * src/prefs_themes.c
5187         * src/prefs_themes.h
5188         * src/prefs_toolbar.c
5189         * src/prefs_toolbar.h
5190         * src/prefs_wrapping.c
5191         * src/prefs_wrapping.h
5192         * src/privacy.c
5193         * src/privacy.h
5194         * src/procheader.c
5195         * src/procheader.h
5196         * src/procmime.c
5197         * src/procmime.h
5198         * src/procmsg.c
5199         * src/procmsg.h
5200         * src/quote_fmt.c
5201         * src/quote_fmt_parse.y
5202         * src/recv.c
5203         * src/recv.h
5204         * src/remotefolder.c
5205         * src/remotefolder.h
5206         * src/send_message.c
5207         * src/send_message.h
5208         * src/setup.c
5209         * src/setup.h
5210         * src/sourcewindow.c
5211         * src/sourcewindow.h
5212         * src/ssl_manager.c
5213         * src/ssl_manager.h
5214         * src/statusbar.c
5215         * src/statusbar.h
5216         * src/stock_pixmap.c
5217         * src/stock_pixmap.h
5218         * src/summary_search.c
5219         * src/summary_search.h
5220         * src/summaryview.c
5221         * src/summaryview.h
5222         * src/syldap.c
5223         * src/syldap.h
5224         * src/textview.c
5225         * src/textview.h
5226         * src/toolbar.c
5227         * src/toolbar.h
5228         * src/undo.c
5229         * src/undo.h
5230         * src/unmime.c
5231         * src/unmime.h
5232         * src/vcard.c
5233         * src/vcard.h
5234         * src/wizard.c
5235         * src/wizard.h
5236         * src/common/base64.c
5237         * src/common/base64.h
5238         * src/common/defs.h
5239         * src/common/hooks.c
5240         * src/common/hooks.h
5241         * src/common/log.c
5242         * src/common/log.h
5243         * src/common/mgutils.c
5244         * src/common/mgutils.h
5245         * src/common/nntp.c
5246         * src/common/nntp.h
5247         * src/common/passcrypt.c
5248         * src/common/passcrypt.h.in
5249         * src/common/plugin.c
5250         * src/common/plugin.h
5251         * src/common/prefs.c
5252         * src/common/prefs.h
5253         * src/common/progressindicator.c
5254         * src/common/progressindicator.h
5255         * src/common/quoted-printable.c
5256         * src/common/quoted-printable.h
5257         * src/common/session.c
5258         * src/common/session.h
5259         * src/common/smtp.c
5260         * src/common/smtp.h
5261         * src/common/socket.c
5262         * src/common/socket.h
5263         * src/common/ssl.c
5264         * src/common/ssl.h
5265         * src/common/ssl_certificate.c
5266         * src/common/ssl_certificate.h
5267         * src/common/stringtable.c
5268         * src/common/stringtable.h
5269         * src/common/sylpheed.c
5270         * src/common/sylpheed.h
5271         * src/common/template.c
5272         * src/common/template.h
5273         * src/common/timing.h
5274         * src/common/utils.c
5275         * src/common/utils.h
5276         * src/common/version.h.in
5277         * src/common/xml.c
5278         * src/common/xml.h
5279         * src/common/xmlprops.c
5280         * src/common/xmlprops.h
5281         * src/gtk/colorlabel.c
5282         * src/gtk/colorsel.c
5283         * src/gtk/colorsel.h
5284         * src/gtk/description_window.c
5285         * src/gtk/description_window.h
5286         * src/gtk/filesel.c
5287         * src/gtk/filesel.h
5288         * src/gtk/foldersort.c
5289         * src/gtk/foldersort.h
5290         * src/gtk/gtkutils.c
5291         * src/gtk/gtkutils.h
5292         * src/gtk/inputdialog.c
5293         * src/gtk/inputdialog.h
5294         * src/gtk/logwindow.c
5295         * src/gtk/logwindow.h
5296         * src/gtk/manage_window.c
5297         * src/gtk/manage_window.h
5298         * src/gtk/menu.c
5299         * src/gtk/menu.h
5300         * src/gtk/pluginwindow.c
5301         * src/gtk/pluginwindow.h
5302         * src/gtk/prefswindow.c
5303         * src/gtk/prefswindow.h
5304         * src/gtk/progressdialog.c
5305         * src/gtk/progressdialog.h
5306         * src/gtk/sslcertwindow.c
5307         * src/gtk/sslcertwindow.h
5308         * src/plugins/clamav/clamav_plugin.c
5309         * src/plugins/clamav/clamav_plugin.h
5310         * src/plugins/clamav/clamav_plugin_gtk.c
5311         * src/plugins/demo/demo.c
5312         * src/plugins/dillo_viewer/dillo_prefs.c
5313         * src/plugins/dillo_viewer/dillo_prefs.h
5314         * src/plugins/dillo_viewer/dillo_viewer.c
5315         * src/plugins/pgpcore/passphrase.c
5316         * src/plugins/pgpcore/passphrase.h
5317         * src/plugins/pgpcore/plugin.c
5318         * src/plugins/pgpcore/select-keys.c
5319         * src/plugins/pgpcore/select-keys.h
5320         * src/plugins/pgpcore/sgpgme.c
5321         * src/plugins/pgpcore/sgpgme.h
5322         * src/plugins/pgpinline/pgpinline.c
5323         * src/plugins/pgpinline/pgpinline.h
5324         * src/plugins/pgpinline/plugin.c
5325         * src/plugins/pgpmime/pgpmime.c
5326         * src/plugins/pgpmime/pgpmime.h
5327         * src/plugins/pgpmime/plugin.c
5328         * src/plugins/spamassassin/spamassassin.c
5329         * src/plugins/spamassassin/spamassassin.h
5330         * src/plugins/spamassassin/spamassassin_gtk.c
5331         * src/plugins/trayicon/trayicon.c
5332                 update copyright header
5333
5334 2006-01-13 [paul]       1.9.100cvs141
5335
5336         * src/account.c
5337         * src/export.c
5338         * src/import.c
5339         * src/mainwindow.c
5340         * src/prefs_account.c
5341         * src/prefs_display_header.c
5342         * src/prefs_receive.c
5343         * src/prefs_send.c
5344         * src/prefs_summaries.c
5345         * src/prefs_themes.c
5346         * src/prefs_toolbar.c
5347         * src/gtk/about.c
5348                 various cleanups
5349
5350 2006-01-12 [colin]      1.9.100cvs140
5351
5352         * src/folder.c
5353         * src/folder.h
5354         * src/main.c
5355                 Add --subscribe option
5356                 Let sylpheed-claws email@domain.com equivalent to --compose
5357                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5358
5359 2006-01-12 [paul]       1.9.100cvs139
5360
5361         * src/mainwindow.c
5362                 append 'Change folder order' label with '...'
5363         * src/prefs_actions.c
5364                 allow reordering of actions list by dnd
5365         * src/gtk/foldersort.c
5366                 make the dialog nicer
5367
5368 2006-01-11 [colin]      1.9.100cvs138
5369
5370         * src/compose.c
5371                 Allow templates without text
5372
5373 2006-01-11 [paul]       1.9.100cvs137
5374
5375         * tools/README
5376         * tools/filter_conv_new.pl
5377                 add info to README
5378                 also check .sylpheed for filter.xml
5379                 be a bit informative to the user
5380
5381 2006-01-11 [colin]      1.9.100cvs136
5382
5383         * src/textview.c
5384                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5385
5386 2006-01-10 [paul]       1.9.100cvs135
5387
5388         * tools/Makefile.am
5389         * tools/filter_conv_new.pl
5390                 add script to convert new style Sylpheed
5391                 filter rules (Sylpheed >= 0.9.99) to
5392                 Claws filtering rules
5393
5394 2006-01-10 [colin]      1.9.100cvs134
5395
5396         * src/compose.c
5397                 Fix broken line joins in certain conditions
5398                 (between two quoted lines: <enter><enter><up>
5399                  <type a wrapped sentence><go in the first line>
5400                  <insert more text><watch as line joining failed>)
5401
5402 2006-01-10 [paul]       1.9.100cvs133
5403
5404         * src/compose.c
5405                 don't report success in error dialog
5406                 thanks to Colin
5407         * src/common/utils.c
5408                 include some trailing punctuations as URI
5409                 thanks to Hiro
5410
5411 2006-01-10 [paul]       1.9.100cvs132
5412
5413         * src/mimeview.c
5414                 fix incompatible pointer type
5415                 warning
5416
5417 2006-01-10 [paul]       1.9.100cvs131
5418
5419         * src/compose.c
5420                 change Subject in window title
5421                 instantaneously
5422
5423 2006-01-09 [colin]      1.9.100cvs130
5424
5425         * src/addressbook.c
5426         * src/headerview.c
5427         * src/mainwindow.c
5428         * src/messageview.c
5429         * src/mimeview.c
5430         * src/noticeview.c
5431         * src/summaryview.c
5432                 Fix possible crashes on exit and in addressbook
5433
5434 2006-01-09 [paul]       1.9.100cvs129
5435
5436         * src/prefs_msg_colors.c
5437                 some cleanups that I forgot last time
5438
5439 2006-01-09 [paul]       1.9.100cvs128
5440
5441         * README
5442         * src/folderview.c
5443         * src/prefs_msg_colors.c
5444                 add previously hidden option, color_new, to
5445                 the gui
5446                 move the page to Display/
5447                 rework the gui
5448
5449 2006-01-09 [wwp]        1.9.100cvs127
5450
5451         * src/prefs_themes.c
5452                 made the prefs/display/themes layouts spacing less condensed
5453                 (and so they match other prefs/pages' look).
5454
5455 2006-01-09 [paul]       1.9.100cvs126
5456
5457         * src/compose.c
5458         * src/prefs_common.c
5459         * src/prefs_common.h
5460         * src/prefs_wrapping.c
5461                 remove 'wrap at send' option
5462
5463 2006-01-06 [colin]      1.9.100cvs125
5464
5465         * src/compose.c
5466                 Just make completely sure we don't insert "manual line breaks" 
5467                 when wrapping... 
5468
5469 2006-01-04 [paul]
5470
5471         * 2.0.0-rc3 released
5472
5473 2006-01-04 [paul]       1.9.100cvs124
5474
5475         * src/folderview.c
5476                 fix bug 882, 'quick scroll in folder list
5477                 displays wrong folder contents'
5478
5479 2006-01-04 [paul]       1.9.100cvs123
5480
5481         * src/plugins/pgpmime/pgpmime.c
5482                 better debug information when signing
5483                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5484
5485 2006-01-03 [colin]      1.9.100cvs122
5486
5487         * configure.ac
5488                 We need to recheck for gpgme 1.0.0 after checking
5489                 for 1.1.1, because if 1.1.1 isn't available, 
5490                 GPGME_LIBS and friends are blanked out by the 
5491                 second check.
5492
5493 2006-01-03 [colin]      1.9.100cvs121
5494
5495         * src/common/prefs.c
5496                 Windows unlink-before rename fix
5497         * src/plugins/pgpcore/sgpgme.c
5498                 Add support for PKA info if available
5499                 Both patches by Werner Koch
5500
5501 2006-01-03 [paul]       1.9.100cvs120
5502
5503         * src/messageview.c
5504                 fix bug 884, 'Send receipt' button visible in queue
5505                 Thanks to Colin
5506
5507 2006-01-02 [colin]      1.9.100cvs119
5508
5509         * src/compose.c
5510         * src/imap.c
5511                 Fix autosave on IMAP and more generally try to
5512                 return the correct ID on a newly added IMAP message
5513
5514 2006-01-02 [paul]       1.9.100cvs118
5515
5516         * manual/keyboard.xml
5517                 edited
5518
5519 2006-01-01 [paul]       1.9.100cvs117
5520
5521         * src/gtk/authors.h
5522                 alphabetical order
5523
5524 2005-12-30 [colin]      1.9.100cvs116
5525
5526         * manual/advanced.xml
5527                 Explain Pre/Post-processing differences.
5528
5529 2005-12-30 [colin]      1.9.100cvs115
5530
5531         * src/mh.c
5532                 Implement copy_msgs for a little optimization
5533         * src/imap.c
5534                 Finish yesterday's fix
5535
5536 2005-12-29 [colin]      1.9.100cvs114
5537
5538         * src/imap.c
5539                 Fix occasional failure in fetching a mail over
5540                 IMAP
5541
5542 2005-12-29 [colin]      1.9.100cvs113
5543
5544         * src/compose.c
5545                 Don't remove a draft when sending it, if it is 
5546                 locked.
5547
5548 2005-12-28 [colin]      1.9.100cvs112
5549
5550         * src/summaryview.c
5551                 Fix leak for real
5552
5553 2005-12-28 [wwp]        1.9.100cvs111
5554
5555         * doc/faq/.cvsignore
5556         * doc/faq/de/.cvsignore
5557         * doc/faq/en/.cvsignore
5558         * doc/faq/es/.cvsignore
5559         * doc/faq/fr/.cvsignore
5560         * doc/faq/it/.cvsignore
5561         * doc/manual/.cvsignore
5562         * doc/manual/de/.cvsignore
5563         * doc/manual/en/.cvsignore
5564         * doc/manual/es/.cvsignore
5565         * doc/manual/fr/.cvsignore
5566         * doc/manual/ja/.cvsignore
5567         * src/plugins/mathml_viewer/.cvsignore
5568                 rollback revival of those files (my bad, sorry for the noise).
5569
5570 2005-12-28 [wwp]        1.9.100cvs110
5571
5572         * src/compose.c
5573                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5574
5575 2005-12-28 [wwp]        1.9.100cvs109
5576
5577         * doc/faq/.cvsignore
5578         * doc/faq/de/.cvsignore
5579         * doc/faq/en/.cvsignore
5580         * doc/faq/es/.cvsignore
5581         * doc/faq/fr/.cvsignore
5582         * doc/faq/it/.cvsignore
5583         * doc/manual/.cvsignore
5584         * doc/manual/de/.cvsignore
5585         * doc/manual/en/.cvsignore
5586         * doc/manual/es/.cvsignore
5587         * doc/manual/fr/.cvsignore
5588         * doc/manual/ja/.cvsignore
5589         * src/plugins/mathml_viewer/.cvsignore
5590         * po/.cvsignore
5591                 more files to ignore.
5592
5593 2005-12-24 [colin]      1.9.100cvs108
5594
5595         * AUTHORS
5596         * src/gtk/authors.h
5597                 Update for Werner
5598
5599 2005-12-24 [colin]      1.9.100cvs107
5600
5601         * src/procmsg.c
5602                 Allow NULL src_msginfo in 
5603                 procmsg_msginfo_new_from_mimeinfo
5604
5605 2005-12-23 [paul]       1.9.100cvs106
5606
5607         * src/plugins/pgpinline/mypgpcore.def
5608                 add this forgotten file
5609
5610 2005-12-23 [colin]      1.9.100cvs105
5611
5612         * src/mainwindow.c
5613                 Fix missing break
5614
5615 2005-12-23 [colin]      1.9.100cvs104
5616
5617         * autogen.sh
5618         * src/folder.c
5619         * src/mh.c
5620         * src/common/plugin.c
5621         * src/common/socket.c
5622         * src/common/socket.h
5623         * src/common/utils.c
5624         * src/common/utils.h
5625         * src/gtk/pluginwindow.c
5626         * src/plugins/pgpcore/plugin.def
5627         * src/plugins/pgpcore/sylpheed.def
5628         * src/plugins/pgpinline/Makefile.am
5629         * src/plugins/pgpinline/plugin.def
5630         * src/plugins/pgpinline/sylpheed.def
5631         * src/plugins/pgpmime/plugin.def
5632         * src/plugins/pgpmime/sylpheed.def
5633                 Various w32 fixes by Werner Koch
5634
5635 2005-12-22 [paul]       1.9.100cvs103
5636
5637         * src/wizard.c
5638                 don't offer IMAP as 'server type' if
5639                 libetpan isn't built in
5640
5641 2005-12-22 [paul]       1.9.100cvs102
5642
5643         * AUTHORS
5644         * src/mainwindow.c
5645         * src/mainwindow.h
5646         * src/toolbar.c
5647         * src/gtk/authors.h
5648                 support GTK_TOOLBAR_BOTH_HORIZ (text
5649                 next to icon) Patch by Marien Zwart
5650                 marienz@users.sf.net
5651                 Also reword the text
5652
5653 2005-12-21 [colin]      1.9.100cvs101
5654
5655         * configure.ac
5656                 Fix DATADIRNAME
5657         * COPYING
5658                 Fix missing section and explicit the exception better
5659         * src/compose.c
5660                 Prevent mail from being lost without notice when an
5661                 SMTP error happens on trying to send an unmodified
5662                 drafted mail.
5663         * src/send_message.c
5664         * src/common/smtp.c
5665                 Fix password remembering when wrong, and add return
5666                 value checks where they should have been
5667         * src/plugins/pgpcore/sylpheed.def
5668         * src/plugins/pgpinline/sylpheed.def
5669         * src/plugins/pgpmime/sylpheed.def
5670                 Add a few symbols needed
5671
5672 2005-12-21 [paul]       1.9.100cvs100
5673
5674         * m4/codeset.m4
5675         * m4/glibc21.m4
5676         * m4/intdiv0.m4
5677         * m4/inttypes-pri.m4
5678         * m4/inttypes.m4
5679         * m4/inttypes_h.m4
5680         * m4/isc-posix.m4
5681         * m4/lcmessage.m4
5682         * m4/stdint_h.m4
5683         * m4/uintmax_t.m4
5684                 gettextization
5685                 thanks to Colin
5686
5687 2005-12-21 [paul]       1.9.100cvs99
5688
5689         * po/sv.po
5690                 fixed by Colin
5691
5692 2005-12-20 [paul]       1.9.100cvs98
5693
5694         * po/sv.po
5695                 updated by Anders Trobäck
5696
5697 2005-12-20 [colin]      1.9.100cvs97
5698
5699         * ABOUT-NLS
5700         * Makefile.am
5701         * autogen.sh
5702         * configure.ac
5703         * config/config.rpath
5704         * config/mkinstalldirs
5705         * m4/Makefile.am
5706         * m4/glibc2.m4
5707         * m4/gnupg.m4
5708         * m4/gpgme.m4
5709         * m4/intmax.m4
5710         * m4/longdouble.m4
5711         * m4/longlong.m4
5712         * m4/printf-posix.m4
5713         * m4/signed.m4
5714         * m4/size_max.m4
5715         * m4/ulonglong.m4
5716         * m4/wchar_t.m4
5717         * m4/wint_t.m4
5718         * m4/xsize.m4
5719         * po/Makefile.in.in
5720         * po/Makevars
5721         * po/bg.po
5722         * po/ca.po
5723         * po/cs.po
5724         * po/de.po
5725         * po/el.po
5726         * po/en_GB.po
5727         * po/es.po
5728         * po/fi.po
5729         * po/fr.po
5730         * po/hr.po
5731         * po/hu.po
5732         * po/it.po
5733         * po/ja.po
5734         * po/ko.po
5735         * po/nb.po
5736         * po/nl.po
5737         * po/pl.po
5738         * po/pt_BR.po
5739         * po/ru.po
5740         * po/sk.po
5741         * po/sr.po
5742         * po/stamp-po
5743         * po/sv.po
5744         * po/zh_CN.po
5745         * po/zh_TW.po
5746         * src/Makefile.am
5747         * src/codeconv.c
5748         * src/compose.c
5749         * src/exporthtml.c
5750         * src/exportldif.c
5751         * src/folder.c
5752         * src/main.c
5753         * src/manual.c
5754         * src/mh.c
5755         * src/mimeview.c
5756         * src/send_message.c
5757         * src/common/Makefile.am
5758         * src/common/fnmatch.c
5759         * src/common/fnmatch.h
5760         * src/common/fnmatch_loop.c
5761         * src/common/nntp.c
5762         * src/common/plugin.c
5763         * src/common/smtp.c
5764         * src/common/socket.c
5765         * src/common/string_match.c
5766         * src/common/sylpheed.c
5767         * src/common/utils.c
5768         * src/common/utils.h
5769         * src/common/w32_dirent.c
5770         * src/common/w32_reg.c
5771         * src/common/w32_signal.c
5772         * src/common/w32_stat.c
5773         * src/common/w32_stdio.c
5774         * src/common/w32_stdlib.c
5775         * src/common/w32_string.c
5776         * src/common/w32_time.c
5777         * src/common/w32_unistd.c
5778         * src/common/w32_wait.c
5779         * src/common/w32lib.h
5780         * src/etpan/Makefile.am
5781         * src/gtk/Makefile.am
5782         * src/plugins/clamav/Makefile.am
5783         * src/plugins/demo/Makefile.am
5784         * src/plugins/dillo_viewer/Makefile.am
5785         * src/plugins/pgpcore/Makefile.am
5786         * src/plugins/pgpcore/passphrase.c
5787         * src/plugins/pgpcore/plugin.def
5788         * src/plugins/pgpcore/sgpgme.c
5789         * src/plugins/pgpcore/sylpheed.def
5790         * src/plugins/pgpcore/version.rc
5791         * src/plugins/pgpinline/Makefile.am
5792         * src/plugins/pgpinline/plugin.def
5793         * src/plugins/pgpinline/sylpheed.def
5794         * src/plugins/pgpinline/version.rc
5795         * src/plugins/pgpmime/Makefile.am
5796         * src/plugins/pgpmime/mypgpcore.def
5797         * src/plugins/pgpmime/plugin.def
5798         * src/plugins/pgpmime/sylpheed.def
5799         * src/plugins/pgpmime/version.rc
5800         * src/plugins/spamassassin/Makefile.am
5801                 Very little ;-) patch from Werner Koch, providing
5802                 infrastructure for cross-compiling to Win32
5803
5804 2005-12-20 [paul]       1.9.100cvs96
5805
5806         * src/account.c
5807         * src/account.h
5808         * src/mainwindow.c
5809         * src/mainwindow.h
5810         * src/toolbar.c
5811         * src/toolbar.h
5812                 add a combo to the Get All button, allowing
5813                 quick retrieval from any account
5814                 Patch by Fabien Vantard, slightly modified
5815                 by Colin
5816         * src/gtk/about.c
5817                 i18n fix. Patch by Fabien Vantard
5818
5819 2005-12-19 [colin]      1.9.100cvs95
5820
5821         * src/compose.c
5822         * src/compose.h
5823                 Don't automatically join lines when they've 
5824                 been separated by the user and not automatically
5825
5826 2005-12-19 [paul]       1.9.100cvs94
5827
5828         * src/gtk/pluginwindow.c
5829                 i18n fix.
5830                 Patch by Fabien Vantard
5831
5832 2005-12-15 [paul]       1.9.100cvs93
5833
5834         * src/common/plugin.c
5835         * src/common/plugin.h
5836         * src/gtk/pluginwindow.c
5837         * src/plugins/clamav/clamav_plugin.c
5838         * src/plugins/demo/demo.c
5839         * src/plugins/dillo_viewer/dillo_viewer.c
5840         * src/plugins/pgpcore/plugin.c
5841         * src/plugins/pgpinline/plugin.c
5842         * src/plugins/pgpmime/plugin.c
5843         * src/plugins/spamassassin/spamassassin.c
5844         * src/plugins/trayicon/trayicon.c
5845                 add plugin_version()
5846
5847 2005-12-15 [colin]      1.9.100cvs92
5848
5849         * src/compose.c
5850                 Further fix bug #875
5851
5852 2005-12-15 [paul]       1.9.100cvs91
5853
5854         * src/gtk/filesel.c
5855                 fix attach_load_dir getting set to
5856                 PLUGINDIR on plugin load
5857
5858 2005-12-14 [mones]      1.9.100cvs90
5859
5860         * manual/ack.xml
5861         * manual/keyboard.xml
5862                 Initial draft and some shortcuts added
5863                 
5864         * po/es.po
5865                 Updated translation
5866
5867 2005-12-14 [colin]      1.9.100cvs89
5868
5869         * src/compose.c
5870         * src/imap.c
5871         * src/summaryview.c
5872         * src/gtk/gtkaspell.c
5873                 More leaks fixed
5874         * src/prefs_folder_item.c
5875                 Fix recursive prefs apply
5876
5877
5878 2005-12-14 [colin]      1.9.100cvs88
5879
5880         * src/compose.c
5881                 Fix bug #875 (Freeze On Inline Forward of 
5882                 Large Message)
5883
5884 2005-12-13 [colin]      1.9.100cvs87
5885
5886         * src/compose.c
5887                 Uniq-ify and sort the mimetypes list
5888                 Patch by Fabien Vantard
5889
5890 2005-12-13 [colin]      1.9.100cvs86
5891
5892         * src/imap.c
5893         * src/etpan/imap-thread.c
5894                 Fix leaks (patch by Hoa)
5895         * src/news.c
5896         * src/common/plugin.c
5897                 Fix leaks
5898
5899 2005-12-12 [colin]
5900
5901         * 2.0.0-rc2 released
5902
5903 2005-12-12 [colin]      1.9.100cvs85
5904
5905         * src/matcher.c
5906                 Fix a leak
5907
5908 2005-12-12 [wwp]        1.9.100cvs84
5909
5910         * src/gtk/icon_legend.c
5911                 fix misbehaviour and crash when closing the legend window
5912         using the Esc key (patch by Fabien Vantard).
5913
5914 2005-12-12 [paul]       1.9.100cvs83
5915
5916         * src/browseldap.c
5917         * src/foldersel.c
5918         * src/prefs_actions.c
5919         * src/prefs_filtering.c
5920         * src/prefs_matcher.c
5921         * src/prefs_spelling.glade      ** REMOVED **
5922         * src/prefs_template.c
5923         * src/gtk/foldersort.glade      ** REMOVED **
5924         * src/gtk/pluginwindow.c
5925         * src/gtk/pluginwindow.glade    ** REMOVED **
5926         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5927                 cleanups
5928
5929 2005-12-11 [paul]       1.9.100cvs82
5930
5931         * src/gtk/filesel.c
5932                 fix attach_load_dir crasher (double free)
5933
5934 2005-12-09 [paul]       1.9.100cvs81
5935
5936         * po/POTFILES.in
5937         * src/mainwindow.c
5938         * src/gtk/Makefile.am
5939         * src/gtk/icon_legend.c
5940         * src/gtk/icon_legend.h
5941                 add icon legend
5942         * src/manual.c
5943                 cleanup
5944
5945 2005-12-09 [paul]       1.9.100cvs80
5946
5947         * src/plugins/pgpcore/passphrase.c
5948                 wrap the label in the dialog
5949
5950 2005-12-09 [colin]      1.9.100cvs79
5951
5952         * src/plugins/pgpcore/sgpgme.c
5953                 Display (untrusted) on not trusted signatures
5954                 Patch by Michal Èihaø <michal@cihar.com>
5955                 Closes bug #867 (Report also key trust)
5956
5957 2005-12-09 [colin]      1.9.100cvs78
5958
5959         * src/common/plugin.c
5960                 Update licence check, following Eben Moglen's advice
5961
5962 2005-12-08 [colin]      1.9.100cvs77
5963
5964         * src/folder.c
5965                 Fix the occasionnal item->cache != NULL 
5966                 assertion failure. 
5967
5968 2005-12-08 [colin]      1.9.100cvs76
5969
5970         * src/mimeview.c
5971         * src/plugins/pgpcore/sgpgme.c
5972                 Print key id when unable to check it
5973                 Closes bug #866 (Show key id when missing)
5974
5975 2005-12-08 [paul]       1.9.100cvs75
5976
5977         * src/prefs_common.c
5978         * src/prefs_common.h
5979         * src/gtk/filesel.c
5980                 remember load attachment dir
5981
5982 2005-12-07 [colin]      1.9.100cvs74
5983
5984         * src/prefs_toolbar.c
5985                 Gtk fixes, patch by Fabien Vantard
5986
5987 2005-12-07 [colin]      1.9.100cvs73
5988
5989         * src/action.c
5990         * src/compose.c
5991         * src/compose.h
5992                 Fix bug #839 (Quoted text isn't colored after 
5993                 executing an action)
5994         * src/common/plugin.c
5995                 Require plugins to declare their licence in plugin_licence()
5996                 Refuse to load non-GPL plugins as they'd be illegal (as 
5997                 derived works of Sylpheed-Claws, they must be GPL).
5998         * src/plugins/clamav/clamav_plugin.c
5999         * src/plugins/demo/demo.c
6000         * src/plugins/dillo_viewer/dillo_viewer.c
6001         * src/plugins/pgpcore/plugin.c
6002         * src/plugins/pgpinline/plugin.c
6003         * src/plugins/pgpmime/plugin.c
6004         * src/plugins/spamassassin/spamassassin.c
6005         * src/plugins/trayicon/trayicon.c
6006                 Add plugin_licence()
6007
6008 2005-12-07 [paul]       1.9.100cvs72
6009
6010         * configure.ac
6011         * src/mainwindow.c
6012         * src/manual.c
6013         * src/manual.h
6014         * src/common/defs.h
6015                 clean up after local FAQ removal and
6016                 temporary manual removal
6017
6018 2005-12-06 [colin]      1.9.100cvs71
6019
6020         * configure.ac
6021         * doc/Makefile.am
6022         * doc/faq/.cvsignore
6023         * doc/faq/Makefile.am
6024         * doc/faq/de/.cvsignore
6025         * doc/faq/de/Makefile.am
6026         * doc/faq/de/sylpheed-faq-1.html
6027         * doc/faq/de/sylpheed-faq-2.html
6028         * doc/faq/de/sylpheed-faq-3.html
6029         * doc/faq/de/sylpheed-faq.html
6030         * doc/faq/en/.cvsignore
6031         * doc/faq/en/Makefile.am
6032         * doc/faq/en/sylpheed-faq-1.html
6033         * doc/faq/en/sylpheed-faq-2.html
6034         * doc/faq/en/sylpheed-faq-3.html
6035         * doc/faq/en/sylpheed-faq-4.html
6036         * doc/faq/en/sylpheed-faq.html
6037         * doc/faq/es/.cvsignore
6038         * doc/faq/es/Makefile.am
6039         * doc/faq/es/sylpheed-faq-1.html
6040         * doc/faq/es/sylpheed-faq-2.html
6041         * doc/faq/es/sylpheed-faq-3.html
6042         * doc/faq/es/sylpheed-faq-4.html
6043         * doc/faq/es/sylpheed-faq.html
6044         * doc/faq/fr/.cvsignore
6045         * doc/faq/fr/Makefile.am
6046         * doc/faq/fr/sylpheed-faq-1.html
6047         * doc/faq/fr/sylpheed-faq-2.html
6048         * doc/faq/fr/sylpheed-faq-3.html
6049         * doc/faq/fr/sylpheed-faq.html
6050         * doc/faq/it/.cvsignore
6051         * doc/faq/it/Makefile.am
6052         * doc/faq/it/sylpheed-faq-1.html
6053         * doc/faq/it/sylpheed-faq-2.html
6054         * doc/faq/it/sylpheed-faq-3.html
6055         * doc/faq/it/sylpheed-faq.html
6056         * doc/manual/.cvsignore
6057         * doc/manual/Makefile.am
6058         * doc/manual/de/.cvsignore
6059         * doc/manual/de/Makefile.am
6060         * doc/manual/de/sylpheed-1.html
6061         * doc/manual/de/sylpheed-10.html
6062         * doc/manual/de/sylpheed-11.html
6063         * doc/manual/de/sylpheed-12.html
6064         * doc/manual/de/sylpheed-13.html
6065         * doc/manual/de/sylpheed-14.html
6066         * doc/manual/de/sylpheed-15.html
6067         * doc/manual/de/sylpheed-16.html
6068         * doc/manual/de/sylpheed-17.html
6069         * doc/manual/de/sylpheed-18.html
6070         * doc/manual/de/sylpheed-19.html
6071         * doc/manual/de/sylpheed-2.html
6072         * doc/manual/de/sylpheed-20.html
6073         * doc/manual/de/sylpheed-3.html
6074         * doc/manual/de/sylpheed-4.html
6075         * doc/manual/de/sylpheed-5.html
6076         * doc/manual/de/sylpheed-6.html
6077         * doc/manual/de/sylpheed-7.html
6078         * doc/manual/de/sylpheed-8.html
6079         * doc/manual/de/sylpheed-9.html
6080         * doc/manual/de/sylpheed.html
6081         * doc/manual/en/.cvsignore
6082         * doc/manual/en/Makefile.am
6083         * doc/manual/en/sylpheed-1.html
6084         * doc/manual/en/sylpheed-10.html
6085         * doc/manual/en/sylpheed-11.html
6086         * doc/manual/en/sylpheed-12.html
6087         * doc/manual/en/sylpheed-13.html
6088         * doc/manual/en/sylpheed-14.html
6089         * doc/manual/en/sylpheed-15.html
6090         * doc/manual/en/sylpheed-16.html
6091         * doc/manual/en/sylpheed-17.html
6092         * doc/manual/en/sylpheed-18.html
6093         * doc/manual/en/sylpheed-19.html
6094         * doc/manual/en/sylpheed-2.html
6095         * doc/manual/en/sylpheed-20.html
6096         * doc/manual/en/sylpheed-21.html
6097         * doc/manual/en/sylpheed-22.html
6098         * doc/manual/en/sylpheed-3.html
6099         * doc/manual/en/sylpheed-4.html
6100         * doc/manual/en/sylpheed-5.html
6101         * doc/manual/en/sylpheed-6.html
6102         * doc/manual/en/sylpheed-7.html
6103         * doc/manual/en/sylpheed-8.html
6104         * doc/manual/en/sylpheed-9.html
6105         * doc/manual/en/sylpheed.html
6106         * doc/manual/es/.cvsignore
6107         * doc/manual/es/Makefile.am
6108         * doc/manual/es/sylpheed-1.html
6109         * doc/manual/es/sylpheed-10.html
6110         * doc/manual/es/sylpheed-11.html
6111         * doc/manual/es/sylpheed-12.html
6112         * doc/manual/es/sylpheed-13.html
6113         * doc/manual/es/sylpheed-14.html
6114         * doc/manual/es/sylpheed-15.html
6115         * doc/manual/es/sylpheed-16.html
6116         * doc/manual/es/sylpheed-17.html
6117         * doc/manual/es/sylpheed-18.html
6118         * doc/manual/es/sylpheed-19.html
6119         * doc/manual/es/sylpheed-2.html
6120         * doc/manual/es/sylpheed-20.html
6121         * doc/manual/es/sylpheed-3.html
6122         * doc/manual/es/sylpheed-4.html
6123         * doc/manual/es/sylpheed-5.html
6124         * doc/manual/es/sylpheed-6.html
6125         * doc/manual/es/sylpheed-7.html
6126         * doc/manual/es/sylpheed-8.html
6127         * doc/manual/es/sylpheed-9.html
6128         * doc/manual/es/sylpheed.html
6129         * doc/manual/fr/.cvsignore
6130         * doc/manual/fr/Makefile.am
6131         * doc/manual/fr/sylpheed-1.html
6132         * doc/manual/fr/sylpheed-10.html
6133         * doc/manual/fr/sylpheed-11.html
6134         * doc/manual/fr/sylpheed-12.html
6135         * doc/manual/fr/sylpheed-13.html
6136         * doc/manual/fr/sylpheed-14.html
6137         * doc/manual/fr/sylpheed-15.html
6138         * doc/manual/fr/sylpheed-16.html
6139         * doc/manual/fr/sylpheed-17.html
6140         * doc/manual/fr/sylpheed-18.html
6141         * doc/manual/fr/sylpheed-19.html
6142         * doc/manual/fr/sylpheed-2.html
6143         * doc/manual/fr/sylpheed-20.html
6144         * doc/manual/fr/sylpheed-3.html
6145         * doc/manual/fr/sylpheed-4.html
6146         * doc/manual/fr/sylpheed-5.html
6147         * doc/manual/fr/sylpheed-6.html
6148         * doc/manual/fr/sylpheed-7.html
6149         * doc/manual/fr/sylpheed-8.html
6150         * doc/manual/fr/sylpheed-9.html
6151         * doc/manual/fr/sylpheed.html
6152         * doc/manual/ja/.cvsignore
6153         * doc/manual/ja/Makefile.am
6154         * doc/manual/ja/sylpheed-1.html
6155         * doc/manual/ja/sylpheed-10.html
6156         * doc/manual/ja/sylpheed-11.html
6157         * doc/manual/ja/sylpheed-12.html
6158         * doc/manual/ja/sylpheed-13.html
6159         * doc/manual/ja/sylpheed-14.html
6160         * doc/manual/ja/sylpheed-15.html
6161         * doc/manual/ja/sylpheed-16.html
6162         * doc/manual/ja/sylpheed-17.html
6163         * doc/manual/ja/sylpheed-18.html
6164         * doc/manual/ja/sylpheed-19.html
6165         * doc/manual/ja/sylpheed-2.html
6166         * doc/manual/ja/sylpheed-20.html
6167         * doc/manual/ja/sylpheed-3.html
6168         * doc/manual/ja/sylpheed-4.html
6169         * doc/manual/ja/sylpheed-5.html
6170         * doc/manual/ja/sylpheed-6.html
6171         * doc/manual/ja/sylpheed-7.html
6172         * doc/manual/ja/sylpheed-8.html
6173         * doc/manual/ja/sylpheed-9.html
6174         * doc/manual/ja/sylpheed.html
6175         * doc/manual/ja/sylpheed.sgml
6176         * src/mainwindow.c
6177                 Remove outdated manual and faq. Noisy, eh?
6178
6179 2005-12-06 [colin]      1.9.100cvs70
6180
6181         * src/compose.c
6182         * src/quote_fmt_parse.y
6183         * src/undo.c
6184         * src/undo.h
6185                 Allow %X to position cursor at 0 
6186                 (no %X = before signature)
6187                 Fix paste as quotation putting the cursor at 0
6188                 Fix undo offsets when pasting
6189                 Insert the quote_fmt at once instead of line 
6190                 by line
6191                 Fix [Edited] when starting to reply/forward
6192
6193 2005-12-06 [paul]       1.9.100cvs69
6194
6195         * src/plugins/clamav/clamav_plugin_gtk.c
6196                 add another tooltip
6197         * src/plugins/spamassassin/spamassassin_gtk.c
6198                 rework spamassassin_create_widget_func()
6199
6200 2005-12-05 [colin]      1.9.100cvs68
6201
6202         * po/POTFILES.in
6203                 Fix make release ;-)
6204
6205 2005-12-05 [colin]      1.9.100cvs67
6206
6207         * src/compose.c
6208         * src/compose.h
6209                 Fix cursor positioning (not obeying %X)
6210
6211 2005-12-05 [paul]       1.9.100cvs66
6212
6213         * src/plugins/dillo_viewer/dillo_prefs.c
6214                 fix compilation warning
6215
6216 2005-12-05 [paul]       1.9.100cvs65
6217
6218         * src/prefs_spelling.c
6219         * src/plugins/trayicon/trayicon.c
6220                 cleanups - remove unused stuff
6221
6222 2005-12-05 [paul]       1.9.100cvs64
6223
6224         * README
6225         * manual/plugins.xml
6226                 remove info about removed mathml_viewer plugin
6227
6228 2005-12-05 [paul]       1.9.100cvs63
6229
6230         * configure.ac
6231         * src/plugins/Makefile.am
6232         * src/plugins/mathml_viewer/.cvsignore
6233         * src/plugins/mathml_viewer/Makefile.am
6234         * src/plugins/mathml_viewer/mathml_viewer.c
6235                 remove unmaintained mathml_viewer plugin
6236
6237 2005-12-05 [paul]       1.9.100cvs62
6238
6239         * src/summaryview.c
6240                 obey prefs_common.always_show_msg when
6241                 moving a msg
6242                 Thanks to Colin
6243
6244 2005-12-05 [paul]       1.9.100cvs61
6245
6246         * src/compose.c
6247         * src/prefs_account.c
6248         * src/prefs_filtering.c
6249         * src/prefs_quote.c
6250         * src/prefs_spelling.c
6251         * src/prefs_toolbar.c
6252         * src/summaryview.c
6253         * src/gtk/gtkutils.c
6254         * src/gtk/quicksearch.c
6255         * src/plugins/dillo_viewer/dillo_prefs.c
6256                 dialog cleanups
6257
6258 2005-12-04 [paul]       1.9.100cvs60
6259
6260         * src/inc.c
6261         * src/prefs_account.c
6262         * src/prefs_account.h
6263                 allow a Local account to specify a
6264                 default inbox
6265                 (closes bug 843 'Inbox cannot be changed for local
6266                  mailboxes')
6267
6268 2005-12-04 [colin]      1.9.100cvs59
6269
6270         * src/plugins/trayicon/trayicon.c
6271                 Remove Get, rename Get All to Get Mail in order to
6272                 be consistent with the default main toolbar
6273
6274 2005-12-03 [colin]      1.9.100cvs58
6275
6276         * manual/gpl.xml
6277         * manual/sylpheed-claws-manual.xml
6278                 Add GPL appendix
6279
6280 2005-12-03 [paul]       1.9.100cvs57
6281
6282         * AUTHORS
6283         * po/sv.po
6284         * src/gtk/authors.h
6285                 new (partially complete) Swedish translation
6286                 by Anders Troback <sylpheed@troback.com>
6287
6288 2005-12-02 [paul]       1.9.100cvs56
6289
6290         * configure.ac
6291                 libetpan 0.41 required
6292
6293 2005-12-02 [paul]       1.9.100cvs55
6294
6295         * src/plugins/clamav/clamav_plugin.c
6296         * src/plugins/clamav/clamav_plugin.h
6297         * src/plugins/clamav/clamav_plugin_gtk.c
6298         * src/plugins/spamassassin/spamassassin.c
6299         * src/plugins/spamassassin/spamassassin.h
6300         * src/plugins/spamassassin/spamassassin_gtk.c
6301                 unregister prefs pages on unloading, thus
6302                 preventing a crash
6303                 (thanks to Colin for the hint)
6304
6305 2005-12-02 [wwp]        1.9.100cvs54
6306
6307         * src/quote_fmt.h
6308         * src/quote_fmt_parse.y
6309                 fix misuse of gboolean*, use gboolean instead
6310                 (thanks to Paul, Colin, for pointing out that scaring one)
6311
6312 2005-12-02 [paul]       1.9.100cvs53
6313
6314         * src/plugins/clamav/clamav_plugin.c
6315                 int no --> unsigned int no
6316         * src/plugins/clamav/clamav_plugin_gtk.c
6317                 rework config page
6318
6319 2005-12-02 [wwp]        1.9.100cvs52
6320
6321         * src/compose.c
6322         * src/prefs_template.c
6323         * src/quote_fmt.h
6324         * src/quote_fmt_parse.y
6325                 prevent from executing |f and |p templates commands when
6326                 adding or replacing templates in prefs (avoids annoying and
6327                 potentially dangerous behaviours)
6328
6329 2005-12-02 [paul]       1.9.100cvs51
6330
6331         * src/prefs_common.c
6332                 allow translation of some default values
6333                 Patch by Fabien Vantard
6334
6335 2005-12-02 [paul]       1.9.100cvs50
6336
6337         * src/codeconv.c
6338         * src/codeconv.h
6339         * src/prefs_common.c
6340         * src/prefs_common.h
6341         * src/prefs_message.c
6342         * src/textview.c
6343                 remove obsolete 'convert_mb_alnum' option
6344                 and related stuff
6345         * src/gtk/about.c
6346                 remove unused 'about_textview_visibility_notify'
6347
6348 2005-12-02 [paul]       1.9.100cvs49
6349
6350         * src/prefs_account.c
6351         * src/prefs_compose_writing.c
6352         * src/prefs_fonts.c
6353         * src/prefs_gtk.h
6354         * src/prefs_image_viewer.c
6355         * src/prefs_message.c
6356         * src/prefs_other.c
6357         * src/prefs_receive.c
6358         * src/prefs_send.c
6359         * src/prefs_spelling.c
6360         * src/prefs_summaries.c
6361         * src/prefs_wrapping.c
6362         * src/plugins/dillo_viewer/dillo_prefs.c
6363         * src/plugins/pgpcore/prefs_gpg.c
6364                 several cleanups to the prefs dialogs
6365                 (slightly modified) patch by Fabien Vantard
6366
6367 2005-12-02 [paul]       1.9.100cvs48
6368
6369         * src/main.c
6370                 --exit means exit
6371         * src/send_message.c
6372                 fix crash on send when connection fails
6373
6374         Thanks to Colin
6375
6376 2005-12-01 [colin]      1.9.100cvs47
6377
6378         * src/html.c
6379                 Translate &hellip; to "..."
6380
6381 2005-11-30 [colin]      1.9.100cvs46
6382
6383         * src/matcher.c
6384         * src/matcher.h
6385                 Optimize back yesterday's fix.
6386
6387 2005-11-30 [paul]       1.9.100cvs45
6388
6389         * manual/faq.xml
6390                 standardised
6391         * manual/intro.xml
6392                 written by Colin, edited by me
6393
6394 2005-11-29 [colin]      1.9.100cvs44
6395
6396         * src/matcher.c
6397                 Skip headers unconditionnaly in match_body if the
6398                 rule is not message or ~message
6399
6400 2005-11-29 [colin]      1.9.100cvs43
6401
6402         * src/matcher.c
6403                 Fix body_part and such, not skipping headers 
6404                 if the matchcriteria wasn't the first in the rule
6405
6406 2005-11-29 [colin]      1.9.100cvs42
6407
6408         * src/compose.c
6409                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6410                 option missing from message view window)
6411                 Fix double text D'n'D with gtk-2.8
6412         * src/matcher.c
6413                 Fix ~message, ~headers_part, ~body_part rules
6414         * src/messageview.c
6415                 Add Windows-1252 (Closes bug #863)
6416                 Fix accels
6417         * src/gtk/gtkaspell.c
6418                 Properly destroy accels in all menus
6419
6420 2005-11-29 [mones]      1.9.100cvs41
6421
6422         * po/es.po
6423                 Updated.
6424
6425 2005-11-27 [colin]      1.9.100cvs40
6426
6427         * src/mh_gtk.c
6428                 "/Remove mailbox" -> "/Remove mailbox..."
6429
6430 2005-11-27 [paul]       1.9.100cvs39
6431
6432         * AUTHORS
6433         * po/de.po
6434         * src/gtk/authors.h
6435                 updated by new maintainer, Stephan Sachse
6436
6437 2005-11-27 [paul]       1.9.100cvs38
6438
6439         * manual/faq.xml
6440                 written by Colin, edited by me
6441
6442 2005-11-27 [paul]       1.9.100cvs37
6443
6444         * src/prefs_common.c
6445         * src/prefs_common.h
6446         * src/prefs_receive.c
6447         * src/prefs_summaries.c
6448                 move 'go to inbox after receiving new mail'
6449                 option from display/sumamaries to mail
6450                 handling/receive, and rework prefs_summaries
6451                 dialog a little
6452
6453 2005-11-25 [martin]     1.9.100cvs36
6454
6455         * po/de.po
6456             fixed windows-1252 translation;
6457             translated some new and fuzzy strings
6458
6459 2005-11-25 [paul]       1.9.100cvs35
6460
6461         * src/plugins/clamav/clamav_plugin.c
6462                 complete the update done in cvs34
6463
6464 2005-11-25 [paul]       1.9.100cvs34
6465
6466         * src/plugins/clamav/clamav_plugin.c
6467                 reflect upstream changes
6468
6469 2005-11-25 [paul]       1.9.100cvs33
6470
6471         * manual/ack.xml
6472         * manual/plugins.xml
6473         * manual/sylpheed-claws-manual.xml
6474                 written/updated by Colin, edited by me
6475         * tools/acroread2sylpheed.pl
6476                 update binary name
6477
6478 2005-11-24 [colin]      1.9.100cvs32
6479
6480         * src/compose.c
6481                 Fix bug #856 (reediting messages forgets Request
6482                 Return Receipt)
6483
6484 2005-11-24 [paul]       1.9.100cvs31
6485
6486         * manual/addrbook.xml
6487         * manual/starting.xml
6488                 written by Colin, proofread, edited, adapted by me
6489         * manual/advanced.xml
6490                 add some Actions examples
6491         * src/importldif.c
6492                 use a Save button instead of a Close button
6493         * src/wizard.c
6494                 indicate mandatory fields
6495                 fix page display
6496                 Thanks to Colin
6497
6498 2005-11-23 [colin]      1.9.100cvs30
6499
6500         * src/addressbook.c
6501                 Rename menu item, fix possible crash after
6502                 deletion of books
6503         * src/addrindex.c
6504                 Allow searching for '*' in ldap
6505         * src/browseldap.c
6506                 Fix "Browse Entry" (did anyone use it?)
6507         * src/wizard.c
6508                 Add guards for mandatory information
6509
6510 2005-11-23 [paul]       1.9.100cvs29
6511
6512         * manual/advanced.xml
6513                 corrections to the English
6514
6515 2005-11-23 [colin]      1.9.100cvs28
6516
6517         * src/mimeview.c
6518                 Fix possible crash at exit. After the call to
6519                 gtk_container_remove(), the Viewer's widget has no
6520                 more parent so gtk+ automatically frees it and its
6521                 sons. If destroy_viewer() then try to access it,
6522                 problems ensue.
6523
6524 2005-11-22 [colin]      1.9.100cvs27
6525
6526         * src/compose.c
6527         * src/gtk/gtkaspell.c
6528                 Fix right-clicking on a misspelled word
6529                 Fix More... in suggestions menu
6530
6531 2005-11-22 [wwp]        1.9.100cvs26
6532
6533         * src/prefs_template.c
6534                 templates works: re-sort templates list when adding or replacing,
6535                 prevent from adding or replacing when the template name is empty
6536
6537 2005-11-21 [colin]      1.9.100cvs25
6538
6539         * src/addressbook.c
6540                 Fix some addressbook suckage (dnd, select all)
6541         * src/compose.c
6542         * src/gtk/gtkaspell.c
6543         * src/gtk/gtkaspell.h
6544                 Make the spellchecker menu work with the 
6545                 GtkTextView one instead of overriding it
6546
6547 2005-11-20 [paul]       1.9.100cvs24
6548
6549         * manual/handling.xml
6550                 proofread and corrected
6551
6552 2005-11-20 [paul]       1.9.100cvs23
6553
6554         * manual/Makefile
6555                 generate html as one file
6556         * manual/advanced.xml
6557                 fix output generation
6558                 reformat hidden options list
6559         * manual/manual.xml     ** REMOVED **
6560         * manual/sylpheed-claws-manual.xml      ** ADDED **
6561                 renamed
6562
6563 2005-11-18 [colin]      1.9.100cvs22
6564
6565         * src/prefs_account.c
6566                 Fix layout in news and mbox accounts
6567         * manual/account.xml
6568         * manual/advanced.xml
6569                 New contents for Paul to check :)
6570
6571 2005-11-18 [wwp]        1.9.100cvs21
6572
6573         * src/gtk/quicksearch.c
6574                 don't update extended quicksearch buttons twice
6575
6576 2005-11-18 [paul]       1.9.100cvs20
6577
6578         * src/textview.c
6579                 complete 1.9.100cvs19
6580
6581 2005-11-18 [paul]       1.9.100cvs19
6582
6583         * src/compose.c
6584                 cosmetic improvements
6585         * src/textview.c
6586                 also list text/* attachments
6587
6588 2005-11-18 [colin]      1.9.100cvs18
6589
6590         * src/summaryview.c
6591                 Use column 0 instead of -1 in 
6592                 gtk_ctree_node_moveto, in a naive
6593                 hope it'll fix the gtk-related crashes
6594
6595 2005-11-18 [colin]      1.9.100cvs17
6596
6597         * src/gtk/inputdialog.c
6598                 Fix icon staying the first one
6599
6600 2005-11-17 [wwp]        1.9.100cvs16
6601                 fix possible problem showing some quicksearch buttons, and a bad
6602                 call to g_return_if_fail in a function that returns a value (both
6603                 fixes by Fabien Vantard)
6604
6605 2005-11-15 [wwp]        1.9.100cvs15
6606
6607         * src/gtk/quicksearch.c
6608                 added a tooltip to that obscure ... quicksearch button
6609
6610 2005-11-15 [wwp]        1.9.100cvs14
6611
6612         * src/gtk/quicksearch.c
6613                 add a quicksearch helper to filtering expression users: the ... button
6614                 raises the condition expr window. condition expressions set up w/ this
6615                 window are used by the quicksearch if the user closes it pressing OK.
6616
6617 2005-11-14 [paul]       1.9.100cvs13
6618
6619         * src/plugins/clamav/clamav_plugin.c
6620         * src/plugins/spamassassin/spamassassin.c
6621                 change plugin type following recent merging
6622
6623 2005-11-14 [wwp]        1.9.100cvs12
6624
6625         * src/folder.c
6626                 prevent from crashing when copying/moving message(s) from and
6627                 to the same folder
6628
6629 2005-11-14 [paul]       1.9.100cvs11
6630
6631         * src/plugins/clamav/Makefile.am
6632         * src/plugins/clamav/clamav_plugin.c
6633         * src/plugins/clamav/clamav_plugin.h
6634         * src/plugins/clamav/clamav_plugin_gtk.c
6635                 also merge clamav and clamav_gtk plugins
6636
6637 2005-11-13 [colin]      1.9.100cvs10
6638
6639         * configure.ac
6640         * src/plugins/spamassassin/Makefile.am
6641         * src/plugins/spamassassin/spamassassin.c
6642         * src/plugins/spamassassin/spamassassin.h
6643         * src/plugins/spamassassin/spamassassin_gtk.c
6644                 Merge spamassassin and spamassassin_gtk plugins,
6645                 and build it by default.
6646
6647 2005-11-12 [colin]      1.9.100cvs9
6648
6649         * src/etpan/imap-thread.c
6650                 Fix gcc warning
6651
6652 2005-11-12 [colin]      1.9.100cvs8
6653
6654         * src/procmime.c
6655                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6656
6657 2005-11-10 [colin]      1.9.100cvs7
6658
6659         * src/main.c
6660                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6661                 minimised state)
6662
6663 2005-11-10 [wwp]        1.9.100cvs6
6664
6665         * src/gtk/description_window.c
6666                 fix a crash when closing description windows using the WM's [X] button
6667
6668 2005-11-09 [colin]      1.9.100cvs5
6669
6670         * src/common/ssl.c
6671                 Update libetpan call to follow upstream
6672                 (yes, this requires libetpan-0.40cvs3)
6673
6674 2005-11-08 [colin]      1.9.100cvs4
6675
6676         * src/compose.c
6677         * src/textview.c
6678         * src/common/utils.c
6679         * src/common/utils.h
6680                 Enhance the email parser
6681
6682 2005-11-08 [colin]      1.9.100cvs3
6683
6684         * src/procmime.c
6685                 Fix what looks like an off-by-one (fixes 
6686                 attachments from the Bat)
6687
6688 2005-11-08 [wwp]        1.9.100cvs2
6689
6690         * src/main.c
6691                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6692
6693 2005-11-08 [wwp]        1.9.100cvs1
6694
6695         * src/main.c
6696                 allow exiting Sylpheed-Claws from command-line
6697
6698 2005-11-08 [paul]       1.9.100
6699
6700         1.9.100 released
6701
6702 2005-11-07 [colin]      1.9.99cvs17
6703
6704         * src/addritem.c
6705         * src/ldif.c
6706                 Fix import of base-64 encoded items
6707
6708 2005-11-07 [colin]      1.9.99cvs16
6709
6710         * src/send_message.c
6711                 Fix bug #314 (Queue does not empty under certain 
6712                 circumstances)
6713
6714 2005-11-07 [paul]       1.9.99cvs15
6715
6716         * src/mutt.c
6717         * src/pine.c
6718                 fix buffer overflows
6719                 Thanks to Colin
6720
6721 2005-11-07 [paul]       1.9.99cvs14
6722
6723         * doc/man/Makefile.am
6724         * doc/man/sylpheed-claws.1      ** ADDED **
6725         * doc/man/sylpheed.1            ** DELETED **
6726                 rename and update the man file
6727
6728 2005-11-06 [colin]      1.9.99cvs13
6729
6730         * src/ldif.c
6731                 Fix ldif_get_line() that returned empty strings
6732                 (Didn't understand why). Also fix a possible
6733                 buffer overflow.
6734
6735 2005-11-06 [wwp]        1.9.99cvs12
6736
6737         * src/textview.c
6738         * src/gtk/about.c
6739         * src/gtk/gtkutils.c
6740         * src/gtk/gtkutils.h
6741                 fix a compilation warning,
6742                 make links sensitive in the about dialog
6743
6744 2005-11-04 [wwp]        1.9.99cvs11
6745
6746         * src/gtk/about.c
6747                 don't wrap or translate URIs, and a bit text format cleanup
6748
6749 2005-11-04 [wwp]        1.9.99cvs10
6750
6751         * src/gtk/about.c
6752                 better textview tagging implementation (no more use of marks for
6753                 postponed tagging)
6754
6755 2005-11-02 [colin]      1.9.99cvs9
6756
6757         * src/common/ssl.c
6758                 Forgot an ifdef
6759
6760 2005-11-02 [colin]      1.9.99cvs8
6761
6762         * configure.ac
6763                 Require libetpan-0.40 due to upstream fix
6764         * src/common/ssl.c
6765                 Tell libetpan not to call SSL_Library_Init,
6766                 as we do it ourselves.
6767
6768 2005-11-02 [colin]      1.9.99cvs7
6769
6770         * po/POTFILES.in
6771                 Add missing files (thanks to Fabien Vantard)
6772
6773 2005-11-02 [colin]      1.9.99cvs6
6774
6775         * src/summaryview.c
6776                 Fix totals when read messages are hidden or quicksearch
6777                 is on
6778         * src/ssl_manager.c
6779         * src/ssl_manager.h
6780         * src/common/ssl_certificate.c
6781         * src/common/ssl_certificate.h
6782         * src/gtk/sslcertwindow.c
6783         * src/gtk/sslcertwindow.h
6784                 Fix copyright on my stuff
6785
6786 2005-11-02 [wwp]        1.9.99cvs5
6787
6788         * src/prefs_themes.c
6789                 fix directory name checking (theme installation/removal),
6790                 made related error a bit more verbose
6791
6792 2005-11-02 [colin]      1.9.99cvs4
6793
6794         * src/summaryview.c
6795                 Fix typo (probably fixes bug #841 (Sort by the From 
6796                 field doesn't work)
6797
6798 2005-11-02 [paul]       1.9.99cvs3
6799
6800         * po/ko.po
6801         * po/nb.po
6802                 updated by SungHyun Nam, Geir Helland
6803         * src/wizard.c
6804                 fix typo in welcome message. spotted by
6805                 Andrea Spadaccini
6806
6807 2005-11-01 [colin]      1.9.99cvs2
6808
6809         * src/compose.c
6810                 Fix replying to ml wen confirming subscription
6811         * src/messageview.c
6812         * src/mimeview.c
6813         * src/mimeview.h
6814         * src/privacy.h
6815         * src/summaryview.c
6816                 Make key check non blocking
6817
6818 2005-10-31 [paul]       1.9.99cvs1
6819
6820         * tools/claws.i18n.status.pl
6821                 updated for ChangeLog
6822
6823 2005-10-31 [paul]       1.9.99
6824
6825         1.9.99 released
6826
6827 2005-10-31 [paul]       1.9.15cvs131
6828
6829         * .cvsignore
6830         * ChangeLog
6831         * ChangeLog.claws       ** REMOVED **
6832         * ChangeLog-gtk2.claws  ** REMOVED **
6833         * ChangeLog.gtk1        ** ADDED **
6834         * INSTALL
6835         * Makefile.am
6836         * NEWS
6837         * README
6838         * README.claws          ** REMOVED **
6839         * README.jp             ** REMOVED **
6840         * RELEASE_NOTES         ** ADDED **
6841         * RELEASE_NOTES.claws   ** REMOVED **
6842         * commitHelper
6843         * configure.ac
6844         * sylpheed.spec.in      ** REMOVED **
6845                 tidy up and update the default docs:
6846                 ChangeLog.claws is renamed ChangeLog.gtk1
6847                 ChangeLog-gtk2.claws is renamed ChangeLog
6848                 README.claws is renamed README
6849                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6850
6851 2005-10-31 [paul]       1.9.15cvs130
6852
6853         * po/it.po
6854                 fix errors
6855
6856 2005-10-31 [paul]       1.9.15cvs129
6857
6858         * po/ca.po
6859         * po/de.po
6860         * po/en_GB.po
6861         * po/fr.po
6862         * po/it.po
6863         * po/pt_BR.po
6864         * po/sk.po
6865         * po/sr.po
6866         * po/zh_CN.po
6867                 updated by Miquel Oliete, Stephan Sachse and
6868                 Thomas Gilgin, me, Fabien Vantard, Andrea
6869                 Spadaccini, Frederico Goncalves Guimaraes,
6870                 Andrej Kacian, Aleksandar Urosevic, and
6871                 Ralgh Young.
6872
6873 2005-10-31 [mones]      1.9.15cvs128
6874
6875         * manual/faq.xml
6876                 More questions.
6877         
6878         * po/es.po
6879                 Updated for release.
6880
6881 2005-10-30 [colin]      1.9.15cvs127
6882
6883         * src/compose.c
6884                 Place cursor before rewrapping (fixes cursor
6885                 pos if quotation gets rewrapped)
6886
6887 2005-10-29 [paul]       1.9.15cvs126
6888
6889         * src/crash.c
6890         * src/foldersel.c
6891         * src/main.c
6892         * src/messageview.c
6893         * src/toolbar.c
6894         * src/gtk/authors.h
6895                 corrections to text items
6896
6897 2005-10-28 [colin]      1.9.15cvs125
6898
6899         * src/messageview.c
6900                 Make "hit 'C' to check sig" work from extern 
6901                 messageviews
6902
6903 2005-10-27 [colin]      1.9.15cvs124
6904
6905         * src/summaryview.c
6906                 Add a hack to avoid segfaulting when hammering 
6907                 on gtk's events
6908
6909 2005-10-27 [wwp]        1.9.15cvs123
6910
6911         * src/prefs_themes.c
6912                 sort list of themes names in themes prefs
6913
6914 2005-10-27 [paul]       1.9.15cvs122
6915
6916         * src/folder.c
6917         * src/prefs_account.c
6918                 fix building on Solaris
6919                 Patch by Alex Moore
6920
6921 2005-10-27 [wwp]        1.9.15cvs121
6922
6923         * src/summaryview.c
6924         * src/gtk/gtksctree.c
6925                 speed up unselecting messages in summary view (thanks to Colin)
6926
6927 2005-10-27 [paul]       1.9.15cvs120
6928
6929         * src/mainwindow.c
6930                 fix a compilation warning
6931         * src/summaryview.c
6932                 fix updating of 'n items selected' count
6933                 when deselecting
6934
6935 2005-10-27 [martin]     1.9.15cvs119
6936
6937         * src/action.c
6938                 ignore actions with a leading '/' in the action menu name
6939                 fixes a crash on menu creation
6940         * src/prefs_actions.c
6941                 do not allow a leading '/' in the action menu name
6942
6943 2005-10-27 [paul]       1.9.15cvs118
6944
6945         * src/main.c
6946                 fix compilation warning
6947
6948 2005-10-27 [paul]       1.9.15cvs117
6949
6950         * src/procmime.c
6951                 add #if HAVE_LOCALE_H
6952
6953 2005-10-27 [paul]       1.9.15cvs116
6954
6955         * src/plugins/clamav/clamav_plugin.c
6956         * src/plugins/dillo_viewer/dillo_viewer.c
6957         * src/plugins/mathml_viewer/mathml_viewer.c
6958         * src/plugins/pgpcore/plugin.c
6959         * src/plugins/pgpinline/plugin.c
6960         * src/plugins/pgpmime/plugin.c
6961         * src/plugins/spamassassin/spamassassin.c
6962         * src/plugins/trayicon/trayicon.c
6963                 plugin_init() : make error messages more
6964                 informative
6965
6966 2005-10-26 [wwp]        1.9.15cvs115
6967
6968         * src/prefs_matcher.c
6969                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6970
6971 2005-10-26 [wwp]        1.9.15cvs114
6972
6973         * src/procmime.c
6974         * src/gtk/gtksctree.c
6975         * src/plugins/spamassassin/libspamc.c
6976         * src/plugins/spamassassin/spamassassin.c
6977                 fix some compilation warnings more
6978
6979 2005-10-26 [mones]      1.9.15cvs113
6980
6981         * po/es.po
6982                 Updated translation
6983
6984 2005-10-26 [paul]       1.9.15cvs112
6985
6986         * src/prefs_message.c
6987                 give all display_xface stuff the
6988                 #if HAVE_LIBCOMPFACE treatment, thus
6989                 preventing a crash
6990                 (Thanks to Wolfgang Enderlein)
6991
6992 2005-10-26 [colin]      1.9.15cvs111
6993
6994         * src/gedit-print.c
6995                 Fix date format
6996         * src/imap_gtk.c
6997         * src/news_gtk.c
6998                 Remove context menu items that should not be there
6999         * src/jpilot.c
7000                 Fix encoding
7001         * src/main.c
7002         * src/mainwindow.c
7003                 Don't show the mainwindow too soon
7004
7005 2005-10-26 [wwp]        1.9.15cvs110
7006
7007         * src/folder.c
7008         * src/manual.c
7009         * src/summaryview.c
7010                 fix uninitialized pointers in the folder updating hook
7011                 (thanks to Colin)
7012
7013 2005-10-25 [mones]      1.9.15cvs109
7014
7015         * manual/faq.xml
7016                 General information subsection completed. 
7017                 Removed archaic references.
7018                 
7019         * manual/Makefile
7020         * manual/dtd/manual.dsl
7021                 Added customization stylesheet for getting paragraphs
7022                 fully justified in PDF output (as suggested by Colin).
7023
7024 2005-10-25 [colin]      1.9.15cvs108
7025
7026         * src/compose.c
7027                 Fix a second leak
7028
7029 2005-10-25 [colin]      1.9.15cvs107
7030
7031         * src/addrbook.c
7032         * src/addrindex.c
7033                 Fix leak (xml_get_element() allocates memory)
7034         * src/compose.c
7035                 Fix leak + dead code (shame!)
7036         * src/procmime.c
7037                 Fix leak
7038
7039 2005-10-25 [colin]      1.9.15cvs106
7040
7041         * src/mimeview.c
7042                 Fix encoding issue in Save all and in 
7043                 overwrite-confirmation alertpanel
7044
7045 2005-10-25 [colin]      1.9.15cvs105
7046
7047         * src/common/socket.c
7048                 Fix a leak - Thanks to Christopher Aillon
7049                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7050
7051 2005-10-25 [paul]       1.9.15cvs104
7052
7053         * src/wizard.c
7054                 Always guess servers from the right-hand
7055                 email part and guess username from the
7056                 left-hand part. (Thanks to Colin)
7057                 add an X-Face to the welcome message
7058
7059 2005-10-25 [paul]       1.9.15cvs103
7060
7061         * manual/handling.xml
7062                 written by Colin, edited by me
7063
7064 2005-10-25 [wwp]        1.9.15cvs102
7065
7066         * src/folderview.c
7067         * src/grouplistdialog.c
7068         * src/imap.c
7069         * src/noticeview.c
7070                 fix some compilation warnings
7071
7072 2005-10-24 [paul]
7073
7074         1.9.99-rc3 released
7075
7076 2005-10-24 [paul]       1.9.15cvs101
7077
7078         * src/gtk/about.c
7079                 fix window sizing
7080
7081 2005-10-24 [paul]       1.9.15cvs100
7082
7083         * src/pixmaps/offline.xpm
7084         * src/pixmaps/online.xpm
7085                 replace with last default versions
7086
7087 2005-10-24 [colin]      1.9.15cvs99
7088
7089         * src/imap.c
7090                 Fix bug when moving a folder
7091         * src/imap_gtk.c
7092         * src/mh_gtk.c
7093                 "Delete folder" pops up a window, so it 
7094                 should be suffixed with "..."
7095         * src/plugins/pgpcore/sgpgme.c
7096                 Include locale.h
7097
7098 2005-10-24 [mones]      1.9.15cvs98
7099
7100         * manual/Makefile
7101         * manual/account.xml
7102         * manual/ack.xml
7103         * manual/addrbook.xml
7104         * manual/advanced.xml
7105         * manual/faq.xml
7106         * manual/glossary.xml
7107         * manual/gpl.xml
7108         * manual/handling.xml
7109         * manual/intro.xml
7110         * manual/keyboard.xml
7111         * manual/manual.xml
7112         * manual/plugins.xml
7113         * manual/starting.xml
7114         * manual/dtd/sdocbook.dtd
7115                 Initial manual structure and some content.
7116
7117 2005-10-23 [wwp]        1.9.15cvs97
7118
7119         * src/gtk/about.c
7120                 fix a typo
7121
7122 2005-10-23 [wwp]        1.9.15cvs96
7123
7124         * src/gtk/about.c
7125         * src/gtk/authors.h
7126                 rework of the about window (main work by Paul), also featuring a few
7127                 fixes for typos and duplicate names
7128
7129 2005-10-23 [wwp]        1.9.15cvs95
7130
7131         * src/.cvsignore
7132                 Ignore the right binary name (sylpheed-claws now)
7133
7134 2005-10-23 [paul]       1.9.15cvs94
7135
7136         * src/compose.c
7137                 when using Folder Pref 'Default To for
7138                 replies' make the entry in the Compose
7139                 window bold
7140                 Patch by Fabien Vantard
7141
7142 2005-10-22 [colin]      1.9.15cvs93
7143
7144         * src/codeconv.c
7145                 Fix leak
7146
7147 2005-10-22 [colin]      1.9.15cvs92
7148
7149         * src/codeconv.c
7150                 try to convert using locale (apart utf8) if necessary
7151
7152 2005-10-22 [colin]      1.9.15cvs91
7153
7154         * src/pixmaps/new.xpm
7155         * src/pixmaps/unread.xpm
7156                 Make the unread envelope blue again and
7157                 saturate the new one a bit more.
7158
7159 2005-10-22 [colin]      1.9.15cvs90
7160
7161         * src/compose.c
7162                 When replying to a mail sent by one of our accounts,
7163                 use the original list of recipients. Let 'Reply All'
7164                 and 'Reply to sender' work like previously.
7165
7166 2005-10-21 [colin]      1.9.15cvs89
7167
7168         * src/prefs_filtering.c
7169                 Clear fields after add and replace
7170         * src/textview.c
7171                 Display xface differently (better)
7172         * src/plugins/pgpinline/pgpinline.c
7173                 Fix crappy encodings/recodings
7174
7175 2005-10-21 [paul]       1.9.15cvs88
7176
7177         * src/compose.c
7178         * src/prefs_folder_item.c
7179         * src/toolbar.c
7180                 fix news folder Folder Properties
7181                 (thanks to Colin)
7182         * src/folderview.c
7183                 update folderview after Themes change
7184                 keep selected folder selected
7185                 (thanks to Colin)
7186
7187 2005-10-21 [paul]       1.9.15cvs87
7188
7189         * tools/Makefile.am
7190         * tools/OOo2sylpheed.pl
7191         * tools/README
7192         * tools/README.sylprint
7193         * tools/asus_mailled.sh         ** REMOVED **
7194         * tools/filter_conv.pl
7195         * tools/freshmeat_search.pl
7196         * tools/google_search.pl
7197         * tools/gpg-sign-syl            ** REMOVED **
7198         * tools/kmail2sylpheed.pl
7199         * tools/kmail2sylpheed_v2.pl
7200         * tools/multiwebsearch.pl
7201         * tools/nautilus2sylpheed.sh
7202         * tools/newscache_clean.pl
7203         * tools/outlook2sylpheed.pl
7204         * tools/sylpheed-switcher       ** REMOVED **
7205         * tools/sylprint.pl
7206         * tools/sylprint.rc
7207         * tools/tb2sylpheed
7208         * tools/vcard2xml.py
7209         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7210                 update default config dir
7211                 update binary name (thanks to Fabien Vantard)
7212                 remove obsolete scripts
7213
7214 2005-10-21 [colin]      1.9.15cvs86
7215
7216         * src/inc.c
7217                 Fix possible leak and units. Based on a patch by
7218                 Fabien Vantard.
7219
7220 2005-10-20 [colin]      1.9.15cvs85
7221
7222         * src/textview.c
7223                 Clear xface when clearing textview
7224
7225 2005-10-20 [colin]      1.9.15cvs84
7226
7227         * configure.ac
7228         * src/folderview.c
7229         * src/headerview.c
7230         * src/main.c
7231         * src/prefs_common.c
7232         * src/prefs_common.h
7233         * src/prefs_message.c
7234         * src/textview.c
7235         * src/textview.h
7236         * src/common/defs.h
7237         * src/common/utils.c
7238         * src/common/utils.h
7239         * src/gtk/gtkutils.c
7240         * src/gtk/gtkutils.h
7241                 Migrate config to .sylpheed-claws (Automatically)
7242                 Add a way to get the Xface in the TextView
7243
7244 2005-10-20 [colin]      1.9.15cvs83
7245
7246         * src/gtk/Makefile.am
7247         * src/gtk/about.c
7248         * src/gtk/authors.h
7249                 Make the about dialog *grooovy*
7250
7251 2005-10-20 [colin]      1.9.15cvs82
7252
7253         * src/mimeview.c
7254                 Use "Open with" on double click if no command
7255                 was found
7256
7257 2005-10-20 [colin]      1.9.15cvs81
7258
7259         * src/imap.c
7260         * src/etpan/imap-thread.c
7261                 Fix possible crash.
7262
7263 2005-10-20 [paul]       1.9.15cvs80
7264
7265         * src/folder.c
7266                 don't show clipkey icon if the only
7267                 attachment is the signature
7268                 Patch by Colin
7269
7270 2005-10-20 [paul]       1.9.15cvs79
7271
7272         * AUTHORS
7273         * src/plugins/pgpmime/pgpmime.c
7274                 name the PGP/MIME signature 'signature.asc'
7275                 Patch by Andrew Nelson <freeandy@gmail.com>
7276
7277 2005-10-19 [colin]      1.9.15cvs78
7278
7279         * src/plugins/pgpmime/pgpmime.c
7280                 Oops, no need to double-check though
7281
7282 2005-10-19 [colin]      1.9.15cvs77
7283
7284         * src/plugins/pgpinline/pgpinline.c
7285         * src/plugins/pgpmime/pgpmime.c
7286                 Check that my_tmpfile() doesn't 
7287                 return NULL
7288
7289 2005-10-19 [colin]      1.9.15cvs76
7290
7291         * src/common/utils.c
7292                 Use shorter mime boundaries to avoid having
7293                 MTAs rewrapping our headers, breaking the
7294                 PGP signature in the process 
7295         * src/compose.c
7296         * src/plugins/pgpmime/pgpmime.c
7297                 Check for boundary uniqueness to be sure
7298                 it won't happen, instead of hoping for the
7299                 best
7300
7301 2005-10-19 [colin]      1.9.15cvs75
7302
7303         * sylpheed-claws.desktop
7304         * src/Makefile.am
7305         * src/main.c
7306                 Ship a sylpheed-claws binary instead
7307                 of a sylpheed one. Change the socket
7308                 name, too
7309         * src/folderview.c
7310                 Update folder only if it changed
7311         * src/wizard.c
7312                 Fix i18n in welcome mail, patch by
7313                 Fabien Vantard
7314
7315 2005-10-19 [paul]
7316
7317         1.9.99-rc2 released
7318
7319 2005-10-19 [paul]       1.9.15cvs74
7320
7321         * src/folder.c
7322         * src/folderview.c
7323                 fix summaryview update
7324                 Patch by Colin
7325
7326 2005-10-18 [colin]      1.9.15cvs73
7327
7328         * src/plugins/pgpcore/passphrase.c
7329                 Don't XGrabServer, and try a bit more to 
7330                 sync everything before grabbing mouse/keyboard
7331
7332 2005-10-18 [colin]      1.9.15cvs72
7333
7334         * src/Makefile.am
7335         * src/addressadd.c
7336         * src/addressbook.c
7337         * src/folderview.c
7338         * src/grouplistdialog.c
7339         * src/mimeview.c
7340         * src/stock_pixmap.c
7341         * src/stock_pixmap.h
7342         * src/summaryview.c
7343         * src/gtk/gtksctree.c
7344         * src/gtk/gtksctree.h
7345         * src/pixmaps/empty.xpm
7346                 Implement a wrapper call for gtk_ctree_set_node_info
7347                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7348                 pixmap instead of a NULL one. This works around some
7349                 memory problems deep inside gtk, revealed by valgrind,
7350                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7351                 as locked crashes sylpheed.), as well as, probably, 
7352                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7353
7354 2005-10-17 [colin]      1.9.15cvs71
7355
7356         * src/mimeview.c
7357                 Provide visual feedback when checking
7358                 signature
7359
7360 2005-10-17 [colin]      1.9.15cvs70
7361
7362         * src/main.c
7363                 Keep the folder list frozen while checking caches...
7364
7365 2005-10-17 [colin]      1.9.15cvs69
7366
7367         * src/addr_compl.c
7368                 Fi bug #833 (Autocompleting from addressbook 
7369                 fails with extended chars)
7370         * src/imap.c
7371                 Fix 'adding messages' staying in statusbar
7372                 after an error
7373
7374 2005-10-17 [wwp]        1.9.15cvs68
7375
7376         * src/ssl_manager.c
7377                 Fix buttons' layout resizing when window size changes
7378
7379 2005-10-17 [wwp]        1.9.15cvs67
7380
7381         * src/account.c
7382         * src/prefs_account.c
7383         * src/prefs_common.c
7384         * src/prefs_common.h
7385         * src/prefs_folder_item.c
7386         * src/prefs_gtk.c
7387         * src/gtk/logwindow.c
7388         * src/gtk/pluginwindow.c
7389         * src/gtk/prefswindow.c
7390         * src/gtk/prefswindow.h
7391                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7392
7393 2005-10-17 [paul]       1.9.15cvs66
7394
7395         * configure.ac
7396                 fix missing libetpan message
7397         * po/en_GB.po
7398                 updated
7399         * src/crash.c
7400         * src/manual.c
7401         * src/prefs_themes.c
7402         * src/common/defs.h
7403                 add some new URI defines, change some
7404                 others
7405         * src/wizard.c
7406                 make welcome message translatable
7407                 small improvements to english
7408                 other tweaks
7409         * src/gtk/menu.c
7410                 fix warnings
7411
7412 2005-10-17 [paul]       1.9.15cvs65
7413
7414         * src/summaryview.c
7415                 fix column titles
7416
7417 2005-10-16 [mones]      1.9.15cvs64
7418
7419         * po/es.po
7420                 Updated translation
7421
7422 2005-10-16 [colin]
7423
7424         1.9.99-rc1 released
7425
7426 2005-10-16 [colin]      1.9.15cvs63
7427
7428         * src/wizard.c
7429                 Fix whitespace
7430
7431 2005-10-16 [colin]      1.9.15cvs62
7432
7433         * src/toolbar.c
7434                 s/Get All/Get Mail/
7435         * src/wizard.c
7436                 Real welcome mail text, thanks Paul
7437
7438 2005-10-16 [colin]      1.9.15cvs61
7439
7440         * src/editldap.c
7441         * src/exporthtml.c
7442         * src/main.c
7443         * src/mainwindow.c
7444         * src/prefs_themes.c
7445         * src/prefs_toolbar.c
7446         * src/plugins/demo/demo.c
7447         * src/plugins/trayicon/trayicon.c
7448                 s/Sylpheed/Sylpheed-Claws/
7449
7450 2005-10-16 [colin]      1.9.15cvs60
7451
7452         * src/wizard.c
7453                 Add a welcome email in the first empty mailbox
7454         * src/prefs_common.c
7455                 Change one more default
7456
7457 2005-10-16 [colin]      1.9.15cvs59
7458
7459         * src/wizard.c
7460                 Remove printf
7461
7462 2005-10-16 [colin]      1.9.15cvs58
7463
7464         * src/toolbar.c
7465         * src/prefs_common.c
7466                 Change some defaults
7467
7468 2005-10-16 [colin]      1.9.15cvs57
7469
7470         * src/toolbar.c
7471         * src/prefs_common.c
7472                 Change some defaults
7473
7474 2005-10-16 [colin]      1.9.15cvs56
7475
7476         * src/wizard.c
7477                 By default, initialize fonts to have
7478                 the same size as normal GtkWidgets
7479
7480 2005-10-16 [colin]      1.9.15cvs55
7481
7482         * src/mimeview.c
7483                 Fix message a bit more
7484
7485 2005-10-16 [colin]      1.9.15cvs54
7486
7487         * src/addressbook.c
7488                 Second attempt at flicker fixing
7489
7490 2005-10-16 [colin]      1.9.15cvs53
7491
7492         * src/addressbook.c
7493                 Fix flicker
7494
7495 2005-10-16 [wwp]        1.9.15cvs52
7496
7497         * src/addressbook.c
7498         * src/editaddress.c
7499         * src/prefs_common.c
7500         * src/prefs_common.h
7501                 Remember window sizes (address book)
7502
7503 2005-10-16 [wwp]        1.9.15cvs51
7504
7505         * src/plugins/clamav/clamav_plugin_gtk.c
7506         * src/plugins/spamassassin/spamassassin_gtk.c
7507                 Fix compilation warnings (missing #include).
7508
7509 2005-10-16 [colin]      1.9.15cvs50
7510
7511         * src/mimeview.c
7512         * src/summaryview.c
7513         * src/textview.c
7514                 Make 'c' check signature, and forward
7515                 c, l, y, t from summaryview to mimeview
7516
7517 2005-10-16 [colin]      1.9.15cvs49
7518
7519         * src/addressbook.c
7520                 Put border around buttons
7521         * src/mainwindow.c
7522         * src/summaryview.c
7523                 Rework menus (Patch based on a patch
7524                 by Paul)
7525
7526 2005-10-15 [wwp]        1.9.15cvs48
7527
7528         * src/editjpilot.c
7529         * src/editldap.c
7530         * src/editvcard.c
7531         * src/exphtmldlg.c
7532         * src/expldifdlg.c
7533         * src/export.c
7534         * src/import.c
7535         * src/importldif.c
7536         * src/importmutt.c
7537         * src/importpine.c
7538         * src/prefs_account.c
7539         * src/prefs_spelling.c
7540         * src/gtk/gtkutils.c
7541         * src/gtk/gtkutils.h
7542         * src/plugins/clamav/clamav_plugin_gtk.c
7543         * src/plugins/spamassassin/spamassassin_gtk.c
7544                 use nicer browse-for-file/dir buttons than the "..." ones,
7545                 code factorizing more.
7546
7547 2005-10-14 [colin]      1.9.15cvs47
7548
7549         * src/mainwindow.c
7550                 set relief on the account switcher so that people see it
7551                 grey out Create processing rules when no message is selected
7552         * src/prefs_filtering.c
7553                 ask before closing if the rule has not been modified, even if
7554                 it's not valid
7555         * src/prefs_matcher.c
7556                 fix sensitivity when entering the dialog
7557         * src/gtk/inputdialog.c
7558                 display a better icon on password ask
7559         * src/plugins/pgpcore/passphrase.c
7560                 make the dialog look better
7561
7562 2005-10-14 [paul]       1.9.15cvs46
7563
7564         * src/folderview.c
7565                 indicate presense of marked msgs in
7566                 unexpanded subfolders
7567
7568 2005-10-14 [paul]       1.9.15cvs45
7569
7570         * src/prefs_actions.c
7571         * src/prefs_common.c
7572         * src/prefs_common.h
7573         * src/prefs_filtering_action.c
7574         * src/prefs_matcher.c
7575         * src/prefs_template.c
7576                 remember window sizes
7577                 fix Info button size
7578
7579         Patches by wwp
7580
7581 2005-10-13 [colin]      1.9.15cvs44
7582
7583         * src/mimeview.c
7584         * src/noticeview.c
7585         * src/noticeview.h
7586                 Add a tooltip on the icon (optional) 
7587                 Get rid of the signature buttons and only
7588                 use the icon+tooltip
7589
7590 2005-10-13 [colin]      1.9.15cvs43
7591
7592         * src/noticeview.c
7593         * src/noticeview.h
7594                 Add hand cursor for hovering over icon
7595
7596 2005-10-13 [colin]      1.9.15cvs42
7597
7598         * src/summaryview.c
7599                 Fix crash when quicksearch's hidden 
7600                 at startup
7601
7602 2005-10-13 [colin]      1.9.15cvs41
7603
7604         * src/compose.c
7605                 Set subject when forwarding multiple mails
7606                 Check that other recipient than the default Cc or Bcc
7607                 have been set before sending.
7608
7609 2005-10-13 [colin]      1.9.15cvs40
7610
7611         * src/imap.c
7612                 Batch per-folder
7613                 Introduce locking, but don't use it yet
7614
7615 2005-10-13 [colin]      1.9.15cvs39
7616
7617         * src/gtk/quicksearch.c
7618                 Reset quicksearch when hiding it
7619                 Make sticky a real pref
7620
7621 2005-10-13 [colin]      1.9.15cvs38
7622
7623         * src/summaryview.c
7624                 Faster prefs apply
7625
7626 2005-10-13 [colin]      1.9.15cvs37
7627
7628         * src/mimeview.c
7629         * src/noticeview.c
7630         * src/noticeview.h
7631         * src/plugins/pgpcore/sgpgme.c
7632                 Make privacy icon clickable
7633                 Move Trust field in Full info
7634                 When trust is less than full, don't display
7635                 a warning icon
7636
7637 2005-10-13 [colin]      1.9.15cvs36
7638
7639         * src/folder.c
7640                 Batch on flags sync
7641         * src/folderview.c
7642                 Revert speed hack which is dangerous in fact
7643                 Apply prefs faster
7644
7645 2005-10-13 [colin]      1.9.15cvs35
7646
7647         * src/folder_item_prefs.c
7648                 Fix pref corruption on folder move. Patch
7649                 by wwp
7650
7651 2005-10-13 [paul]       1.9.15cvs34
7652
7653         * src/export.c
7654         * src/import.c
7655                 fix typos in g_warnings
7656         * src/prefs_account.c
7657                 add a file selector for Signature file
7658
7659         Patches by wwp
7660
7661 2005-10-12 [colin]      1.9.15cvs33
7662
7663         * src/mimeview.c
7664                 Provide a quick way to go back from a
7665                 signature's full info to the email part
7666
7667 2005-10-12 [colin]      1.9.15cvs32
7668
7669         * src/compose.c
7670                 Remove old hack of encoding signed mails with base64.
7671                 QP works equally well.
7672
7673 2005-10-12 [colin]      1.9.15cvs31
7674
7675         * src/crash.c
7676                 Replace deprecated GtkText with GtkTextView
7677         * src/imap.c
7678                 Fix a logic bug about counts in imap_select
7679                 (previously un-triggered)
7680         * src/mainwindow.c
7681         * src/summaryview.c
7682         * src/news.c
7683                 Allow local deletion of news posts
7684         * src/mimeview.c
7685                 Show GPG noticeview on the message/rfc822 part
7686                 in addition to the text/plain one
7687         * src/prefs_image_viewer.c
7688           src/plugins/pgpcore/prefs_gpg.c
7689                 Polish (set the label as part of the checkbox)
7690         * src/wizard.c
7691                 Don't sit there doing nothing after destroying
7692                 the window - return err
7693
7694 2005-10-11 [colin]      1.9.15cvs30
7695
7696         * src/folderview.c
7697                 Apply processing rules before showing folders.
7698                 Early folder show (before flags sync) will only
7699                 be done when there are no processing rules (nor
7700                 pre- or post- ones)
7701         * src/imap.c
7702                 Fix stuff related to mail subdir, creation and 
7703                 deletion of folders 
7704         * src/imap_gtk.c
7705                 Don't allow creation of folders in NoInferior
7706                 folders, as it won't work
7707
7708 2005-10-10 [colin]      1.9.15cvs29
7709
7710         * src/compose.c
7711                 Reselect "None" Privacy system when selecting an
7712                 account with no privacy system defined
7713
7714 2005-10-10 [colin]      1.9.15cvs28
7715
7716         * src/mainwindow.c
7717                 Add Windows-1252 encoding
7718         * src/prefs_common.c
7719                 Rework some defaults:
7720                 - autosave to draft by default
7721                 - don't show header pane (it's already in the textview)
7722                 - Select first new or unread mail on entry
7723                 - Assume 'Yes' to change folder when there's no more
7724                   unread message
7725         * src/prefs_matcher.c
7726                 Fix a gtk assertion failure
7727         * src/gtk/colorlabel.c
7728                 Workaround bad repainting on selection
7729         * src/main.c
7730                 Freeze/thaw (a bit faster on ssh -X)
7731         * src/msgcache.c
7732                 Get rid of StrdupConverter that just adds an
7733                 extra strdup/free 
7734         * src/etpan/imap_thread.c
7735                 memset buf to 0
7736
7737 2005-10-10 [colin]      1.9.15cvs27
7738
7739         * src/export.c
7740         * src/import.c
7741                 Fix compile on gtk 2.4. Patch by wwp
7742
7743 2005-10-09 [colin]      1.9.15cvs26
7744
7745         * src/mainwindow.c
7746         * src/messageview.c
7747         * src/summaryview.c
7748                 Clarify forward menus. Patch by wwp
7749
7750 2005-10-09 [colin]      1.9.15cvs25
7751
7752         * src/compose.c
7753         * src/compose.h
7754                 Fix bug #829 (Non-working "Encrypt message by 
7755                 default when replying to an encrypted message")
7756
7757 2005-10-08 [colin]      1.9.15cvs24
7758
7759         * src/wizard.c
7760                 Fix bug #827 ("Welcome" setup wizard after a 
7761                 permission error gives up & forgets itself.)
7762
7763 2005-10-08 [colin]      1.9.15cvs23
7764
7765         * src/procmime.c
7766                 Fix bug #828 (Ignoring headers with spaces around = sign)
7767
7768 2005-10-08 [colin]      1.9.15cvs22
7769
7770         * src/export.c
7771                 Warning fix by wwp
7772
7773 2005-10-08 [colin]      1.9.15cvs21
7774
7775         * src/folder.c
7776         * src/folder.h
7777                 Add a processing_pending indicator, set on 
7778                 folder_item_open and cleared after 
7779                 folder_item_process_open
7780         * src/folderview.c
7781         * src/summaryview.c
7782                 wrap procmsg_msginfo_*_flags, and in the
7783                 wrapper check that there's no folder processing 
7784                 pending. If there is, defer the flags change until 
7785                 processing is done to avoid stepping over each
7786                 other's toes.
7787                 Freeze during processing, but not during scanning.
7788
7789 2005-10-07 [colin]      1.9.15cvs20
7790
7791         * src/plugins/pgpcore/passphrase.c
7792                 Fix bug #826 (X-Server hangs when 
7793                 right-clicking a PGP encrypted message)
7794
7795 2005-10-07 [paul]       1.9.15cvs19
7796
7797         * src/compose.c
7798                 fix compose_entries[]
7799                 patch by Fabien Vantard
7800
7801 2005-10-06 [colin]      1.9.15cvs18
7802
7803         * src/pixmaps/address.xpm
7804         * src/pixmaps/address_book.xpm
7805         * src/pixmaps/book.xpm
7806         * src/pixmaps/check_spelling.xpm
7807         * src/pixmaps/checkbox_off.xpm
7808         * src/pixmaps/checkbox_on.xpm
7809         * src/pixmaps/close.xpm
7810         * src/pixmaps/complete.xpm
7811         * src/pixmaps/continue.xpm
7812         * src/pixmaps/deleted.xpm
7813         * src/pixmaps/down_arrow.xpm
7814         * src/pixmaps/exec.xpm
7815         * src/pixmaps/forwarded.xpm
7816         * src/pixmaps/group.xpm
7817         * src/pixmaps/ignorethread.xpm
7818         * src/pixmaps/interface.xpm
7819         * src/pixmaps/jpilot.xpm
7820         * src/pixmaps/ldap.xpm
7821         * src/pixmaps/linewrap.xpm
7822         * src/pixmaps/linewrapcurrent.xpm
7823         * src/pixmaps/mail.xpm
7824         * src/pixmaps/mail_attach.xpm
7825         * src/pixmaps/mail_compose.xpm
7826         * src/pixmaps/mail_forward.xpm
7827         * src/pixmaps/mail_receive.xpm
7828         * src/pixmaps/mail_receive_all.xpm
7829         * src/pixmaps/mail_reply.xpm
7830         * src/pixmaps/mail_reply_to_all.xpm
7831         * src/pixmaps/mail_reply_to_author.xpm
7832         * src/pixmaps/mail_send.xpm
7833         * src/pixmaps/mail_send_queue.xpm
7834         * src/pixmaps/mime_application.xpm
7835         * src/pixmaps/mime_audio.xpm
7836         * src/pixmaps/mime_image.xpm
7837         * src/pixmaps/mime_message.xpm
7838         * src/pixmaps/mime_text_enriched.xpm
7839         * src/pixmaps/mime_text_html.xpm
7840         * src/pixmaps/mime_text_plain.xpm
7841         * src/pixmaps/mime_unknown.xpm
7842         * src/pixmaps/new.xpm
7843         * src/pixmaps/news_compose.xpm
7844         * src/pixmaps/offline.xpm
7845         * src/pixmaps/online.xpm
7846         * src/pixmaps/paste.xpm
7847         * src/pixmaps/preferences.xpm
7848         * src/pixmaps/privacy_emblem_encrypted.xpm
7849         * src/pixmaps/privacy_expired.xpm
7850         * src/pixmaps/privacy_failed.xpm
7851         * src/pixmaps/privacy_passed.xpm
7852         * src/pixmaps/privacy_signed.xpm
7853         * src/pixmaps/privacy_unknown.xpm
7854         * src/pixmaps/privacy_warn.xpm
7855         * src/pixmaps/properties.xpm
7856         * src/pixmaps/replied.xpm
7857         * src/pixmaps/search.xpm
7858         * src/pixmaps/unread.xpm
7859         * src/pixmaps/up_arrow.xpm
7860         * src/pixmaps/vcard.xpm
7861                 Modernize internal theme, with icons from the 
7862                 Gnomaws theme. Keep some of the old ones where
7863                 they were better.
7864
7865 2005-10-06 [colin]      1.9.15cvs17
7866
7867         * src/summaryview.c
7868                 Little optimisations + bugfix
7869         * src/toolbar.c
7870                 Remove default useless items - useless being defined
7871                 by the default relevant prefs
7872         * src/wizard.c
7873                 include config.h to make gettext work
7874         * src/prefs_themes.c
7875                 Fix selection of current theme in prefs
7876
7877 2005-10-06 [colin]      1.9.15cvs16
7878
7879         * src/prefs_common.c
7880         * src/prefs_common.h
7881         * src/prefs_summaries.c
7882         * src/folderview.c
7883                 Add a warning dialog on Mark all read 
7884                 (with pref to get rid of it)
7885
7886 2005-10-06 [paul]       1.9.15cvs15
7887
7888         * po/nb.po
7889         * po/pt_BR.po
7890                 updated by Geir Helland and Frederico
7891                 Goncalves Guimaraes
7892
7893 2005-10-05 [colin]      1.9.15cvs14
7894
7895         * src/folder.c
7896         * src/folder.h
7897         * src/folderview.c
7898         * src/folderview.h
7899         * src/imap_gtk.c
7900         * src/mh_gtk.c
7901         * src/mainwindow.c
7902         * src/setup.c
7903                 add a way to rescan without rebuilding
7904                 make moving a bit faster (less folders changes)
7905                 don't lock the tree on Get 
7906         * src/imap.c
7907                 Don't re-delete deleted messages before expunging
7908         * src/summaryview.c
7909                 Set batch mode when deleting mails
7910
7911 2005-10-05 [paul]       1.9.15cvs13
7912
7913         * src/mainwindow.c
7914         * src/mainwindow.h
7915                 fix disabled Execute menu item
7916         * src/toolbar.c
7917                 match the change in 1.9.15cvs10: use Compose
7918                 instead of News by default
7919
7920 2005-10-04 [colin]      1.9.15cvs12
7921
7922         * src/compose.c
7923                 When replying to an ML post with Reply-To set
7924                 to the poster's email, honor it (as before),
7925                 but also honor our user's request to reply to
7926                 the mailing list: set the ML address in the To
7927                 field and the Reply-To address in the Cc: 
7928                 field.
7929
7930 2005-10-04 [colin]      1.9.15cvs11
7931
7932         * src/plugins/trayicon/trayicon.c
7933                 Finish cosmetic change - thanks to wwp
7934
7935 2005-10-04 [colin]      1.9.15cvs10
7936
7937         * src/toolbar.c
7938                 Use Compose instead of Email by default.
7939                 Spotted by wwp.
7940
7941 2005-10-04 [colin]      1.9.15cvs9
7942
7943         * src/folder.c
7944         * src/folder.h
7945         * src/folderview.c
7946         * src/imap.c
7947         * src/etpan/imap-thread.c
7948         * src/etpan/imap-thread.h
7949                 Try to make IMAP faster, by simplifying SEARCH
7950                 commands, avoiding sending two STATUS in a row,
7951                 and deferring flags sync and processing just
7952                 after displaying the folder. 
7953                 This will update the SummaryView in certain
7954                 cases (new mails not already fetched, flags
7955                 changed from another client) but in a non-
7956                 blocking manner.
7957
7958 2005-10-04 [colin]      1.9.15cvs8
7959
7960         * src/plugins/trayicon/trayicon.c
7961                 Relabel "Offline" to "Work offline"
7962
7963 2005-10-04 [colin]      1.9.15cvs7
7964
7965         * src/export.c
7966         * src/import.c
7967         * src/mbox.c
7968                 Fix mbox import/export buglets
7969                 Patch by wwp
7970         * src/plugins/trayicon/trayicon.c
7971                 Add offline swithc
7972                 Patch by wwp
7973
7974 2005-10-04 [colin]      1.9.15cvs6
7975
7976         * src/folder.c
7977         * src/folderview.c
7978         * src/summaryview.c
7979                 Better fix (don't break mark all read) for cvs2
7980
7981 2005-10-03 [colin]      1.9.15cvs5
7982
7983         * src/folder.c
7984                 Use a sane sort by default
7985
7986 2005-10-03 [colin]      1.9.15cvs4
7987
7988         * src/inc.c
7989                 Add a 'Only once' button for overriding offline mode
7990         * src/prefs_account.c
7991         * src/wizard.c
7992                 Add Local mbox to the wizard
7993                 Add IMAP subdir to the wizard (or the wizard is useless
7994                 for such accounts, or even worse than useless)
7995                 Move IMAP subdir from Advanced to Receive tab, as it's
7996                 not that uncommon
7997
7998 2005-10-03 [colin]      1.9.15cvs3
7999
8000         * src/send_message.c
8001                 Forgot this one in cvs1
8002
8003 2005-10-03 [colin]      1.9.15cvs2
8004
8005         * src/folder.c
8006                 Faster close when leaving a folder with lots
8007                 of new mails. Idea by David Relson.
8008
8009 2005-10-03 [colin]      1.9.15cvs1
8010
8011         * src/compose.c
8012         * src/imap.c
8013         * src/inc.c
8014         * src/main.c
8015         * src/messageview.c
8016         * src/news.c
8017         * src/summaryview.c
8018         * src/gtk/sslcertwindow.c
8019         * src/plugins/trayicon/trayicon.c
8020                 Add accels to every AlertPanel. Patch by Fabien 
8021                 Vantard
8022
8023 2005-10-03 [paul]       1.9.15
8024
8025         1.9.15 released
8026
8027 2005-10-03 [paul]       1.9.14cvs68
8028
8029         * po/ca.po
8030         * po/de.po
8031         * po/es.po
8032         * po/fi.po
8033         * po/fr.po
8034         * po/sk.po
8035         * po/sr.po
8036         * po/zh_CN.po
8037                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8038                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8039                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8040
8041 2005-10-03 [paul]       1.9.14cvs67
8042
8043         * src/send_message.c
8044                 prevent hang on Cancel
8045                 patch by Colin
8046
8047 2005-10-03 [paul]       1.9.14cvs66
8048
8049         * src/main.c
8050                 fix crash in IMAP caused by discrepancy
8051                 between check_at_startup and offline mode
8052                 Patch by Colin
8053
8054 2005-10-01 [paul]       1.9.14cvs65
8055
8056         * src/inc.c
8057                 fix engrish
8058
8059 2005-10-01 [paul]       1.9.14cvs64
8060         * src/export.c
8061         * src/import.c
8062                 synchronise import_mbox() and export_mbox()
8063         * src/mbox.c
8064                 proc_mbox(): add alert if file cannot be opened
8065                 export_list_to_mbox(): test if dest file exists,
8066                 prompt user to overwrite if it does. add alert
8067                 if file cannot be created
8068                                                                 
8069         Patch by wwp
8070                                                                                                                 
8071
8072 2005-09-30 [paul]       1.9.14cvs63
8073
8074         * src/addressbook.c
8075                 Fix sensitivity of a menu
8076         * src/codeconv.c
8077                 Respect hidden pref for mails with no encoding
8078         * src/common/xml.c
8079                 Fix memory corruption
8080         * src/plugins/pgpcore/sgpgme.c
8081                 Fix segfault on incomplete sigs, and display
8082                 of S/Mime UIDs
8083
8084         Patches by Colin
8085
8086 2005-09-30 [colin]      1.9.14cvs62
8087
8088         * src/partial_download.c
8089                 Little logic fix in almost-dead code
8090         * src/pop.c
8091                 Fix partial download when there's no new mail
8092
8093 2005-09-29 [paul]       1.9.14cvs61
8094
8095         * src/plugins/pgpinline/pgpinline.c
8096                 fix bug 819, 'crash accessing sign message'
8097                 Patch by Colin
8098
8099 2005-09-28 [martin]     1.9.14cvs60
8100
8101         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8102                 fix bug #790 (Crash when restarting window manager (fluxbox))
8103
8104 2005-09-28 [paul]       1.9.14cvs59
8105
8106         * src/gtk/gtkaspell.c
8107                 fix off-by-one typo
8108
8109 2005-09-27 [colin]      1.9.14cvs58
8110
8111         * src/plugins/pgpcore/sgpgme.c
8112                 Report error when there's one, instead of
8113                 "Signature unchecked" 
8114
8115 2005-09-27 [colin]      1.9.14cvs57
8116
8117         * src/prefs_quote.c
8118                 Fix bug #816 (Weird quotation with spaces)
8119
8120 2005-09-27 [colin]      1.9.14cvs56
8121
8122         * src/codeconv.c
8123         * src/compose.c
8124         * src/compose.h
8125                 Put subject in compose's title
8126                 Fix Automatic encoding so that it's really automatic:
8127                 first try default locale's charset, then charset of the replied mail, 
8128                 then utf-8
8129                 Fix encoding of headers (must be in strict mode too)
8130
8131 2005-09-26 [colin]      1.9.14cvs55
8132
8133         * src/gtk/gtkaspell.c
8134                 Fix previous patch - don't color the space,
8135                 just uncolor it :)
8136
8137 2005-09-26 [colin]      1.9.14cvs54
8138
8139         * src/gtk/gtkaspell.c
8140                 Unmark space if possible
8141
8142 2005-09-26 [colin]      1.9.14cvs53
8143
8144         * src/imap.c
8145                 log_error instead of alertpanel according to the pref
8146         * src/etpan/imap-thread.c
8147                 Print connect status, copy only necessary size to 
8148                 logger
8149         * src/plugins/pgpmime/pgpmime.c
8150                 Handle S/Mime signatures (verification only). Patch based
8151                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8152
8153 2005-09-26 [paul]       1.9.14cvs52
8154
8155         * src/common/passcrypt.c
8156                 this 'workaround' not necessary on NetBSD.
8157                 Thanks to Daniel Gustafson
8158
8159 2005-09-26 [paul]
8160
8161         1.9.15-rc4 released
8162
8163 2005-09-26 [paul]       1.9.14cvs51
8164
8165         * src/summaryview.c
8166                 Skip currently selected message when
8167                 looking for next new or unread message
8168                 in current folder. Patch by Colin
8169         * src/common/passcrypt.c
8170                 eliminate warnings on *BSD. Patch by
8171                 Daniel Gustafson
8172
8173 2005-09-26 [colin]      1.9.14cvs50
8174
8175         * src/procmsg.c
8176                 Call postfiltering hook anyway
8177
8178 2005-09-22 [colin]      1.9.14cvs49
8179
8180         * src/codeconv.c
8181         * src/codeconv.h
8182                 Add a strict mode that doesn't replace with _
8183         * src/compose.c
8184         * src/compose.h
8185                 Use strict conversion while sending
8186                 Fix race when drafting while sending (happens
8187                 on IMAP)
8188                 Fix d'n'd of messages from summaryview
8189         * src/prefs_common.c
8190         * src/prefs_common.h
8191                 add hidden utf8_instead_of_locale_for_broken_mail 
8192                 pref for people that preferred the default charset 
8193                 to be utf8 for broken mails
8194         * src/quote_fmt_parse.y
8195                 fix bug #815 (No quote insert if "From:" fied 
8196                 contained Russian letters)
8197         * src/summaryview.c
8198                 Fix d'n'd of messages to compose
8199
8200 2005-09-22 [paul]       1.9.14cvs48
8201
8202         * src/compose.c
8203                 fix bug where attachments Name entry
8204                 would display Path instead
8205
8206 2005-09-21 [paul]       1.9.14cvs47
8207
8208         * README
8209         * README.jp
8210         * configure.ac
8211         * config/config.rpath
8212         * doc/manual/en/sylpheed-20.html
8213         * doc/manual/es/sylpheed-20.html
8214         * po/bg.po
8215         * po/ca.po
8216         * po/de.po
8217         * po/es.po
8218         * po/fr.po
8219         * po/it.po
8220         * po/pt_BR.po
8221         * po/sk.po
8222         * po/zh_TW.po
8223         * src/account.c
8224         * src/account.h
8225         * src/action.c
8226         * src/action.h
8227         * src/adbookbase.h
8228         * src/addr_compl.c
8229         * src/addr_compl.h
8230         * src/addrbook.c
8231         * src/addrbook.h
8232         * src/addrcache.c
8233         * src/addrcache.h
8234         * src/addrcindex.c
8235         * src/addrcindex.h
8236         * src/addrclip.c
8237         * src/addrclip.h
8238         * src/addrdefs.h
8239         * src/addressadd.c
8240         * src/addressadd.h
8241         * src/addressbook.c
8242         * src/addressbook.h
8243         * src/addressitem.h
8244         * src/addrgather.c
8245         * src/addrgather.h
8246         * src/addrharvest.c
8247         * src/addrharvest.h
8248         * src/addrindex.c
8249         * src/addrindex.h
8250         * src/addritem.c
8251         * src/addritem.h
8252         * src/addrquery.c
8253         * src/addrquery.h
8254         * src/addrselect.c
8255         * src/addrselect.h
8256         * src/alertpanel.c
8257         * src/alertpanel.h
8258         * src/browseldap.c
8259         * src/browseldap.h
8260         * src/codeconv.c
8261         * src/codeconv.h
8262         * src/compose.c
8263         * src/compose.h
8264         * src/crash.c
8265         * src/crash.h
8266         * src/customheader.c
8267         * src/customheader.h
8268         * src/displayheader.c
8269         * src/displayheader.h
8270         * src/editaddress.c
8271         * src/editaddress.h
8272         * src/editbook.c
8273         * src/editbook.h
8274         * src/editgroup.c
8275         * src/editgroup.h
8276         * src/editjpilot.c
8277         * src/editjpilot.h
8278         * src/editldap.c
8279         * src/editldap.h
8280         * src/editldap_basedn.c
8281         * src/editldap_basedn.h
8282         * src/editvcard.c
8283         * src/editvcard.h
8284         * src/enriched.c
8285         * src/enriched.h
8286         * src/exphtmldlg.c
8287         * src/exphtmldlg.h
8288         * src/expldifdlg.c
8289         * src/expldifdlg.h
8290         * src/export.c
8291         * src/export.h
8292         * src/exporthtml.c
8293         * src/exporthtml.h
8294         * src/exportldif.c
8295         * src/exportldif.h
8296         * src/filtering.c
8297         * src/filtering.h
8298         * src/folder.c
8299         * src/folder.h
8300         * src/folder_item_prefs.c
8301         * src/folder_item_prefs.h
8302         * src/foldersel.c
8303         * src/foldersel.h
8304         * src/folderutils.c
8305         * src/folderutils.h
8306         * src/folderview.c
8307         * src/folderview.h
8308         * src/grouplistdialog.c
8309         * src/grouplistdialog.h
8310         * src/headerview.c
8311         * src/headerview.h
8312         * src/html.c
8313         * src/html.h
8314         * src/image_viewer.c
8315         * src/image_viewer.h
8316         * src/imap.c
8317         * src/imap.h
8318         * src/imap_gtk.c
8319         * src/imap_gtk.h
8320         * src/import.c
8321         * src/import.h
8322         * src/importldif.c
8323         * src/importldif.h
8324         * src/importmutt.c
8325         * src/importmutt.h
8326         * src/importpine.c
8327         * src/importpine.h
8328         * src/inc.c
8329         * src/inc.h
8330         * src/jpilot.c
8331         * src/jpilot.h
8332         * src/ldapctrl.c
8333         * src/ldapctrl.h
8334         * src/ldaplocate.c
8335         * src/ldaplocate.h
8336         * src/ldapquery.c
8337         * src/ldapquery.h
8338         * src/ldapserver.c
8339         * src/ldapserver.h
8340         * src/ldaputil.c
8341         * src/ldaputil.h
8342         * src/ldif.c
8343         * src/ldif.h
8344         * src/localfolder.c
8345         * src/localfolder.h
8346         * src/main.c
8347         * src/main.h
8348         * src/mainwindow.c
8349         * src/mainwindow.h
8350         * src/manual.c
8351         * src/manual.h
8352         * src/matcher.c
8353         * src/matcher.h
8354         * src/matcher_parser.h
8355         * src/matcher_parser_lex.l
8356         * src/matcher_parser_parse.y
8357         * src/mbox.c
8358         * src/mbox.h
8359         * src/message_search.c
8360         * src/message_search.h
8361         * src/messageview.c
8362         * src/messageview.h
8363         * src/mh.c
8364         * src/mh.h
8365         * src/mh_gtk.c
8366         * src/mh_gtk.h
8367         * src/mimeview.c
8368         * src/mimeview.h
8369         * src/msgcache.c
8370         * src/msgcache.h
8371         * src/mutt.c
8372         * src/mutt.h
8373         * src/news.c
8374         * src/news.h
8375         * src/news_gtk.c
8376         * src/news_gtk.h
8377         * src/noticeview.c
8378         * src/noticeview.h
8379         * src/partial_download.c
8380         * src/partial_download.h
8381         * src/pine.c
8382         * src/pine.h
8383         * src/pop.c
8384         * src/pop.h
8385         * src/prefs_account.c
8386         * src/prefs_account.h
8387         * src/prefs_actions.c
8388         * src/prefs_actions.h
8389         * src/prefs_common.c
8390         * src/prefs_common.h
8391         * src/prefs_compose_writing.c
8392         * src/prefs_compose_writing.h
8393         * src/prefs_customheader.c
8394         * src/prefs_customheader.h
8395         * src/prefs_display_header.c
8396         * src/prefs_display_header.h
8397         * src/prefs_ext_prog.c
8398         * src/prefs_ext_prog.h
8399         * src/prefs_filtering.c
8400         * src/prefs_filtering.h
8401         * src/prefs_filtering_action.c
8402         * src/prefs_filtering_action.h
8403         * src/prefs_folder_column.c
8404         * src/prefs_folder_column.h
8405         * src/prefs_folder_item.c
8406         * src/prefs_folder_item.h
8407         * src/prefs_fonts.c
8408         * src/prefs_fonts.h
8409         * src/prefs_gtk.c
8410         * src/prefs_gtk.h
8411         * src/prefs_image_viewer.c
8412         * src/prefs_image_viewer.h
8413         * src/prefs_matcher.c
8414         * src/prefs_matcher.h
8415         * src/prefs_message.c
8416         * src/prefs_message.h
8417         * src/prefs_msg_colors.c
8418         * src/prefs_msg_colors.h
8419         * src/prefs_other.c
8420         * src/prefs_other.h
8421         * src/prefs_quote.c
8422         * src/prefs_quote.h
8423         * src/prefs_receive.c
8424         * src/prefs_receive.h
8425         * src/prefs_send.c
8426         * src/prefs_send.h
8427         * src/prefs_spelling.c
8428         * src/prefs_spelling.h
8429         * src/prefs_summaries.c
8430         * src/prefs_summaries.h
8431         * src/prefs_summary_column.c
8432         * src/prefs_summary_column.h
8433         * src/prefs_template.c
8434         * src/prefs_template.h
8435         * src/prefs_themes.c
8436         * src/prefs_themes.h
8437         * src/prefs_toolbar.c
8438         * src/prefs_toolbar.h
8439         * src/prefs_wrapping.c
8440         * src/prefs_wrapping.h
8441         * src/privacy.c
8442         * src/privacy.h
8443         * src/procheader.c
8444         * src/procheader.h
8445         * src/procmime.c
8446         * src/procmime.h
8447         * src/procmsg.c
8448         * src/procmsg.h
8449         * src/quote_fmt.c
8450         * src/quote_fmt_parse.y
8451         * src/recv.c
8452         * src/recv.h
8453         * src/remotefolder.c
8454         * src/remotefolder.h
8455         * src/send_message.c
8456         * src/send_message.h
8457         * src/setup.c
8458         * src/setup.h
8459         * src/simple-gettext.c
8460         * src/sourcewindow.c
8461         * src/sourcewindow.h
8462         * src/ssl_manager.c
8463         * src/ssl_manager.h
8464         * src/statusbar.c
8465         * src/statusbar.h
8466         * src/stock_pixmap.c
8467         * src/stock_pixmap.h
8468         * src/summary_search.c
8469         * src/summary_search.h
8470         * src/summaryview.c
8471         * src/summaryview.h
8472         * src/syldap.c
8473         * src/syldap.h
8474         * src/textview.c
8475         * src/textview.h
8476         * src/toolbar.c
8477         * src/toolbar.h
8478         * src/undo.c
8479         * src/undo.h
8480         * src/unmime.c
8481         * src/unmime.h
8482         * src/vcard.c
8483         * src/vcard.h
8484         * src/wizard.c
8485         * src/wizard.h
8486         * src/common/base64.c
8487         * src/common/base64.h
8488         * src/common/defs.h
8489         * src/common/hooks.c
8490         * src/common/hooks.h
8491         * src/common/log.c
8492         * src/common/log.h
8493         * src/common/md5.c
8494         * src/common/md5.h
8495         * src/common/mgutils.c
8496         * src/common/mgutils.h
8497         * src/common/nntp.c
8498         * src/common/nntp.h
8499         * src/common/passcrypt.c
8500         * src/common/passcrypt.h.in
8501         * src/common/plugin.c
8502         * src/common/plugin.h
8503         * src/common/prefs.c
8504         * src/common/prefs.h
8505         * src/common/progressindicator.c
8506         * src/common/progressindicator.h
8507         * src/common/quoted-printable.c
8508         * src/common/quoted-printable.h
8509         * src/common/session.c
8510         * src/common/session.h
8511         * src/common/smtp.c
8512         * src/common/smtp.h
8513         * src/common/socket.c
8514         * src/common/socket.h
8515         * src/common/ssl.c
8516         * src/common/ssl.h
8517         * src/common/ssl_certificate.c
8518         * src/common/ssl_certificate.h
8519         * src/common/string_match.c
8520         * src/common/string_match.h
8521         * src/common/stringtable.c
8522         * src/common/sylpheed.c
8523         * src/common/sylpheed.h
8524         * src/common/template.c
8525         * src/common/template.h
8526         * src/common/timing.h
8527         * src/common/utils.c
8528         * src/common/utils.h
8529         * src/common/uuencode.c
8530         * src/common/uuencode.h
8531         * src/common/version.h.in
8532         * src/common/xml.c
8533         * src/common/xml.h
8534         * src/common/xmlprops.c
8535         * src/common/xmlprops.h
8536         * src/gtk/about.c
8537         * src/gtk/about.h
8538         * src/gtk/colorlabel.c
8539         * src/gtk/colorlabel.h
8540         * src/gtk/colorsel.c
8541         * src/gtk/colorsel.h
8542         * src/gtk/description_window.c
8543         * src/gtk/description_window.h
8544         * src/gtk/filesel.c
8545         * src/gtk/filesel.h
8546         * src/gtk/foldersort.c
8547         * src/gtk/foldersort.h
8548         * src/gtk/gtkutils.c
8549         * src/gtk/gtkutils.h
8550         * src/gtk/inputdialog.c
8551         * src/gtk/inputdialog.h
8552         * src/gtk/logwindow.c
8553         * src/gtk/logwindow.h
8554         * src/gtk/manage_window.c
8555         * src/gtk/manage_window.h
8556         * src/gtk/menu.c
8557         * src/gtk/menu.h
8558         * src/gtk/pluginwindow.c
8559         * src/gtk/pluginwindow.h
8560         * src/gtk/prefswindow.c
8561         * src/gtk/prefswindow.h
8562         * src/gtk/progressdialog.c
8563         * src/gtk/progressdialog.h
8564         * src/gtk/quicksearch.c
8565         * src/gtk/quicksearch.h
8566         * src/gtk/sslcertwindow.c
8567         * src/gtk/sslcertwindow.h
8568         * src/plugins/clamav/clamav_plugin.c
8569         * src/plugins/clamav/clamav_plugin.h
8570         * src/plugins/clamav/clamav_plugin_gtk.c
8571         * src/plugins/demo/demo.c
8572         * src/plugins/dillo_viewer/dillo_prefs.c
8573         * src/plugins/dillo_viewer/dillo_prefs.h
8574         * src/plugins/dillo_viewer/dillo_viewer.c
8575         * src/plugins/mathml_viewer/mathml_viewer.c
8576         * src/plugins/pgpcore/passphrase.c
8577         * src/plugins/pgpcore/passphrase.h
8578         * src/plugins/pgpcore/plugin.c
8579         * src/plugins/pgpcore/prefs_gpg.c
8580         * src/plugins/pgpcore/prefs_gpg.h
8581         * src/plugins/pgpcore/select-keys.c
8582         * src/plugins/pgpcore/select-keys.h
8583         * src/plugins/pgpcore/sgpgme.c
8584         * src/plugins/pgpcore/sgpgme.h
8585         * src/plugins/pgpinline/pgpinline.c
8586         * src/plugins/pgpinline/pgpinline.h
8587         * src/plugins/pgpinline/plugin.c
8588         * src/plugins/pgpmime/pgpmime.c
8589         * src/plugins/pgpmime/pgpmime.h
8590         * src/plugins/pgpmime/plugin.c
8591         * src/plugins/spamassassin/spamassassin.c
8592         * src/plugins/spamassassin/spamassassin.h
8593         * src/plugins/spamassassin/spamassassin_gtk.c
8594         * src/plugins/trayicon/trayicon.c
8595         * tools/OOo2sylpheed.pl
8596         * tools/acroread2sylpheed.pl
8597         * tools/asus_mailled.sh
8598         * tools/filter_conv.pl
8599         * tools/freshmeat_search.pl
8600         * tools/google_search.pl
8601         * tools/kmail2sylpheed.pl
8602         * tools/kmail2sylpheed_v2.pl
8603         * tools/maildir2sylpheed.pl
8604         * tools/multiwebsearch.pl
8605         * tools/newscache_clean.pl
8606         * tools/outlook2sylpheed.pl
8607         * tools/sylpheed-switcher
8608         * tools/update-po
8609         * tools/vcard2xml.py
8610         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8611                 update FSF address
8612
8613 2005-09-21 [colin]      1.9.14cvs46
8614
8615         * src/gedit-print.c
8616         * src/procmsg.c
8617         * src/procmsg.h
8618         * src/textview.c
8619         * src/summaryview.c
8620                 Remove some printing hacks (deselection/reselection),
8621                 which by the way fix printing the currently 
8622                 displayed mime part (still only text)
8623                 Plus a little optimisation of summary_show
8624
8625
8626 2005-09-20 [colin]      1.9.14cvs45
8627
8628         * src/mainwindow.c
8629         * src/messageview.c
8630                 GUI fixups: add accels, set message
8631                 view title to displayed mail's subject
8632         * src/prefs_spelling.c
8633         * src/gtk/gtkaspell.c
8634                 GUI fixups: allow underlining misspelled
8635                 words instead of coloring them (a11y!)
8636
8637 2005-09-19 [colin]
8638
8639         1.9.15rc3 released
8640
8641 2005-09-19 [colin]      1.9.14cvs44
8642
8643         * src/compose.c
8644                 Fix draft message
8645         * src/gtk/gtkaspell.c
8646                 Fix wrong test ;-)
8647
8648 2005-09-19 [colin]      1.9.14cvs43
8649
8650         * src/addressbook.c
8651                 Fix sensitivity of Delete button
8652         * src/compose.c
8653                 Warn if the requested Privacy system
8654                 is not available
8655         * src/exphtmldlg.c
8656         * src/expldifdlg.c
8657         * src/importldif.c
8658         * src/importmutt.c
8659         * src/importpine.c
8660                 Fix crappy UI
8661         * src/
8662         * src/ssl.h
8663         * src/prefs_account.h
8664         * src/prefs_account.c
8665                 Save SSL prefs even in builds that have
8666                 SSL support disable
8667         * src/imap.c
8668         * src/inc.c
8669         * src/news.c
8670         * src/send_message.c
8671                 Warn if connection should be secure, but
8672                 SSL support isn't compiled in
8673         * src/gtkaspell.c
8674                 Fix word separation on UTF-8 systems
8675                 Fixes bug #812 (Strange inline spellchecking)
8676         * src/compose.c
8677                 Warn if the requested Privacy system
8678                 is not available
8679                 Factorize offline warning
8680         * src/imap.c
8681         * src/imap_gtk.c
8682         * src/imap_gtk.h
8683         * src/inc.h
8684         * src/news_gtk.c
8685         * src/news_gtk.h
8686         * src/messageview.c
8687                 Factorize offline warning
8688
8689 2005-09-19 [paul]
8690
8691         1.9.15-rc2 released
8692
8693 2005-09-18 [colin]      1.9.14cvs42
8694
8695         * src/codeconv.c
8696         * src/codeconv.h
8697         * src/procmime.c
8698                 Add a way to get locale's charset ignoring utf-8,
8699                 and use that as default encoding for broken mails
8700
8701 2005-09-18 [colin]      1.9.14cvs41
8702
8703         * src/gtk/logwindow.c
8704                 Translate string. Patch by Fabien Vantard
8705
8706 2005-09-18 [colin]      1.9.14cvs40
8707
8708         * configure.ac
8709                 Fix bug #803 (IMAP/SSL support breaks with 
8710                 GnuTLS libetpan 0.38)
8711
8712 2005-09-18 [colin]      1.9.14cvs39
8713
8714         * src/codeconv.c
8715         * src/compose.c
8716         * src/procmime.c
8717                 More charsets fixes. Fixes bug #806 (non
8718                 ascii characters in subject line)
8719
8720 2005-09-17 [paul]       1.9.14cvs38
8721
8722         * src/folderview.c
8723         * src/mainwindow.c
8724                 fix gcc-2.95 issues
8725                 Patch by Pawel Pekala
8726
8727 2005-09-17 [colin]      1.9.14cvs37
8728
8729         * src/addrindex.c
8730                 bugfix for NO-USE LDAP compilation, patch 
8731                 by Fabien Vantard
8732
8733 2005-09-17 [colin]      1.9.14cvs36
8734
8735         * src/prefs_actions.c
8736         * src/prefs_customheader.c
8737         * src/prefs_display_header.c
8738         * src/prefs_filtering_action.c
8739         * src/prefs_matcher.c
8740         * src/prefs_toolbar.c
8741                 Fix strange casts (less elegant but
8742                 works better)
8743
8744 2005-09-16 [colin]      1.9.14cvs35
8745
8746         * src/jpilot.c
8747                 Missed that one
8748
8749 2005-09-16 [colin]      1.9.14cvs34
8750
8751         * configure.ac
8752         * src/Makefile.am
8753         * src/addr_compl.c
8754         * src/addrindex.c
8755         * src/browseldap.c
8756         * src/editldap.c
8757         * src/ldaplocate.c
8758         * src/ldapquery.c
8759         * src/ldapquery.h
8760         * src/ldapserver.c
8761         * src/ldapserver.h
8762         * src/main.c
8763         * src/matcher_parser_parse.y
8764         * src/prefs_themes.c
8765         * src/etpan/Makefile.am
8766         * src/gtk/description_window.c
8767         * src/plugins/clamav/Makefile.am
8768         * src/plugins/clamav/clamav_plugin.c
8769         * src/plugins/dillo_viewer/Makefile.am
8770         * src/plugins/pgpcore/Makefile.am
8771         * src/plugins/pgpinline/Makefile.am
8772         * src/plugins/pgpmime/Makefile.am
8773         * src/plugins/trayicon/Makefile.am
8774                 Fix 100% cpu usage in address completion list
8775                 Fix little bugs (return with no values etc)
8776                 Fix all warnings (with common CFLAGS)
8777
8778 2005-09-15 [colin]      1.9.14cvs33
8779
8780         * src/addressbook.c
8781                 Fix bug where sometimes a group's email list is empty,
8782                 force its refresh (probably fixes "Re: how to create a 
8783                 distribution list")
8784         * src/ldapquery.c
8785                 Don't return to the callback in the main thread from the
8786                 fetch thread (or face segs!)
8787
8788 2005-09-15 [paul]       1.9.14cvs32
8789
8790         * src/prefs_matcher.c
8791                 forgotten in last commit
8792
8793 2005-09-15 [paul]       1.9.14cvs31
8794
8795         * src/prefs_actions.c
8796         * src/prefs_filtering_action.c
8797         * src/prefs_quote.c
8798         * src/quote_fmt.c
8799         * src/summaryview.c
8800         * src/gtk/description_window.c
8801         * src/gtk/description_window.h
8802         * src/gtk/quicksearch.c
8803                 allow interaction with the called
8804                 description window
8805                 Patch by Anders Hammar
8806
8807 2005-09-14 [paul]       1.9.14cvs30
8808
8809         * src/compose.c
8810                 fix a little annoyance when pasting with 3rd button 
8811                 with wrap_pastes=0 and wrap_input=1
8812                 Patch by Colin
8813
8814 2005-09-14 [paul]       1.9.14cvs29
8815
8816         * src/prefs_account.c
8817                 disable 'Filter messages on receiving' for
8818                 SMTP-only accounts
8819                 Patch  by Anders Hammar
8820
8821 2005-09-14 [paul]       1.9.14cvs28
8822
8823         * po/sk.po
8824                 fix crash
8825                 updated by Andrej Kacian
8826
8827 2005-09-14 [paul]
8828
8829         1.9.15-rc1 released
8830
8831 2005-09-14 [paul]       1.9.14cvs27
8832
8833         * po/es.po
8834                 updated by Ricardo Mones Lastra
8835         * src/compose.c
8836         * src/compose.h
8837                 associate no_wrap_tags to Compose windows
8838                 instead of using a static one
8839                 Patch by Colin
8840         * src/mbox.c
8841                 fix proc_mbox()
8842                 Patch by wwp
8843         * src/textview.c
8844                 remove unneeded printf()
8845
8846 2005-09-14 [paul]       1.9.14cvs26
8847
8848         * src/addrcache.c
8849         * src/codeconv.h
8850         * src/folder.h
8851         * src/mainwindow.h
8852         * src/mh.c
8853         * src/mimeview.h
8854         * src/partial_download.c
8855         * src/pop.c
8856         * src/prefs_account.c
8857         * src/prefs_account.h
8858         * src/prefs_actions.c
8859         * src/prefs_customheader.c
8860         * src/prefs_display_header.c
8861         * src/prefs_filtering_action.c
8862         * src/prefs_matcher.c
8863         * src/prefs_toolbar.c
8864         * src/privacy.h
8865         * src/procmime.c
8866         * src/procmime.h
8867         * src/procmsg.h
8868         * src/textview.c
8869         * src/undo.h
8870         * src/common/plugin.c
8871         * src/common/session.h
8872         * src/common/socket.c
8873         * src/common/socket.h
8874         * src/common/template.c
8875         * src/gtk/gtkaspell.c
8876         * src/gtk/quicksearch.h
8877         * src/plugins/pgpcore/passphrase.c
8878         * src/plugins/pgpcore/prefs_gpg.h
8879         * src/plugins/pgpcore/select-keys.c
8880         * src/plugins/pgpcore/select-keys.h
8881         * src/plugins/pgpcore/sgpgme.c
8882         * src/plugins/pgpinline/pgpinline.c
8883         * src/plugins/pgpmime/pgpmime.c
8884         * src/plugins/trayicon/trayicon.c
8885                 fix compilation warnings
8886                 Patch by Daniel Gustafson
8887
8888 2005-09-14 [paul]       1.9.14cvs25
8889
8890         * src/addressbook.c
8891                 add missing column header, and other small
8892                 bug fixes
8893                 Patch by Anders Hammar
8894
8895 2005-09-13 [colin]      1.9.14cvs24
8896
8897         * src/gtk/gtkaspell.c
8898                 Fix non-utf8 in menu
8899                 Fix little leaks
8900                 Nullify struct members after free()s
8901
8902 2005-09-13 [colin]      1.9.14cvs23
8903
8904         * src/compose.c
8905                 Test utf8 compliance before inserting to 
8906                 buffer, and try to convert if necessary
8907         * src/procmime.c
8908                 If no charset is present, use the locale 
8909                 one instead of us-ascii
8910         * src/procmsg.c
8911                 Add Sender, List-Post and To in the checked 
8912                 headers for automatic rules creation 
8913                 (thanks to wwp)
8914         * src/prefs_themes.c
8915         * src/gtk/gtkaspell.c
8916                 Remove deprecated functions. 
8917                 patch by Daniel Gustafson
8918
8919 2005-09-12 [colin]      1.9.14cvs22
8920
8921         * src/compose.c
8922                 Fix bug #448 (Scrolling/Redraw issue with 
8923                 address-fields in Header)
8924         * src/mainwindow.c
8925         * src/summaryview.c
8926         * src/summaryview.h
8927                 Fix loss of MSG_MARKED on move/copy
8928                 Fix bug #804 (Quicksearch togglebutton doesn't 
8929                 get depressed after '/' key is pressed)
8930
8931 2005-09-12 [paul]       1.9.14cvs21
8932
8933         * AUTHORS
8934         * src/gtk/logwindow.c
8935                 add 'Clear Log' to popup menu
8936                 Patch by Anders Hammar <anders.hammar@telia.com>
8937
8938 2005-09-12 [paul]       1.9.14cvs20
8939
8940         * src/compose.c
8941                 set correct sensitivity on attachments
8942                 popup menu
8943         * src/folder.c
8944                 fix typo
8945         * src/prefs_spelling.c
8946                 fix crash when no LANG env is set
8947         * src/common/xml.c
8948                 fix crash in wizard
8949                 don't use memeory after free
8950
8951         All patches by Daniel Gustafson
8952
8953 2005-09-12 [paul]       1.9.14cvs19
8954
8955         * src/prefs_themes.c
8956                 make theme info selectable
8957         * src/gtk/description_window.c
8958                 make window non-modal
8959         * tools/README
8960                 add details of asus_mailed.sh
8961         * tools/claws.i18n.status.pl
8962                 update for new zh_TW translator
8963                 widen the output
8964                 create alternate coloured lines
8965                 improve readability
8966
8967 2005-09-10 [colin]      1.9.14cvs18
8968
8969         * src/plugins/pgpcore/select-keys.c
8970                 Better order for the buttons
8971
8972 2005-09-10 [colin]      1.9.14cvs17
8973
8974         * src/compose.c
8975         * src/plugins/pgpcore/select-keys.c
8976         * src/plugins/pgpcore/select-keys.h
8977         * src/plugins/pgpcore/sgpgme.c
8978                 Add a "Don't encrypt" button to the key
8979                 selection dialog. Fixes bug #177 (There should be a 
8980                 'Don't encrypt button in the Select Keys dialog)
8981
8982 2005-09-10 [colin]      1.9.14cvs16
8983
8984         * src/compose.c
8985                 Fix bug #572 (%X option does not work with templates)
8986
8987 2005-09-10 [colin]      1.9.14cvs15
8988
8989         * src/toolbar.c 
8990                 Remove g_print
8991
8992 2005-09-10 [colin]      1.9.14cvs14
8993
8994         * src/imap.c
8995                 Fix a possible crash
8996
8997 2005-09-09 [colin]      1.9.14cvs13
8998
8999         * src/imap.c
9000         * src/etpan/imap-thread.c
9001         * src/etpan/imap-thread.h
9002                 Fix moving from queue or drafts to normal folders
9003                 Fix bug #794 (No way to delete without expunging)
9004                 Take flags unset by other mailers into account
9005                 Take deleted flag set by other mailers into account
9006                 Fix unsetting REPLIED flag
9007                 Fix crash when capabilities can't be retrieved
9008         * src/mainwindow.c
9009         * src/mainwindow.h
9010                 Add M_DELAYED_FLAGS condition, and let the user use
9011                 Execute in order to be able to expunge deleted mails,
9012                 even if he's not in delayed execute mode
9013         * src/prefs_spelling.c
9014                 Use 'en' dictionary by default if LANG is POSIX or C
9015         * src/gtk/prefswindow.c
9016                 Fix bug #767 (Preferences windows expanding) by making
9017                 the window a bit larger when the resolution is greater
9018                 than 640x480, and by putting the prefs in a
9019                 GtkScrolledWindow.
9020
9021 2005-09-09 [paul]       1.9.14cvs12
9022
9023         * AUTHORS
9024         * configure.ac
9025         * po/zh_TW.Big5.po      ** REMOVED **
9026         * po/zh_TW.po           ** ADDED **
9027                 updated by Wei-Lun Chao
9028
9029 2005-09-09 [paul]       1.9.14cvs11
9030
9031         * src/mainwindow.c
9032                 fix asserts
9033         * src/common/xml.c
9034                 delay memory allocation until file is
9035                 opened successfully
9036                 Patch by Daniel Gustafson
9037
9038 2005-09-09 [colin]      1.9.14cvs10
9039
9040         * src/imap.c
9041                 Add guards
9042
9043 2005-09-08 [colin]      1.9.14cvs9
9044
9045         * src/compose.c
9046                 Alert when we can't save draft
9047                 Fix various wrap/color issues
9048                 Add mid-click pasting respecting wrap_paste option
9049         * src/folder.c
9050         * src/folder.h
9051         * src/folder_item_prefs.c
9052         * src/folder_item_prefs.h
9053         * src/imap.c
9054         * src/imap_gtk.c
9055         * src/imap_gtk.h
9056         * src/main.c
9057         * src/mainwindow.c
9058         * src/mainwindow.h
9059         * src/news.c
9060         * src/news_gtk.c
9061         * src/news_gtk.h
9062         * src/prefs_folder_item.c
9063                 Fix the impossibility to synchronise folders for
9064                 offline use (IMAP and NNTP are concerned)
9065
9066 2005-09-08 [colin]      1.9.14cvs8
9067
9068         * configure.ac
9069                 Build LDAP and JPilot by default if available
9070         * src/textview.c
9071                 Fix use after free
9072
9073 2005-09-08 [paul]       1.9.14cvs7
9074
9075         * doc/manual/en/sylpheed-1.html
9076         * doc/manual/en/sylpheed-18.html
9077         * doc/manual/en/sylpheed-19.html
9078         * doc/manual/en/sylpheed-4.html
9079         * doc/manual/en/sylpheed-6.html
9080         * doc/manual/en/sylpheed.html
9081                 a few minor updates, plus include some
9082                 details about plugins and their requirements
9083         * src/mainwindow.c
9084                 minor changes to English in /View/Sort
9085
9086 2005-09-07 [colin]      1.9.14cvs6
9087
9088         * doc/manual/en/sylpheed-1.html
9089         * doc/manual/en/sylpheed-10.html
9090         * doc/manual/en/sylpheed-11.html
9091         * doc/manual/en/sylpheed-12.html
9092         * doc/manual/en/sylpheed-13.html
9093         * doc/manual/en/sylpheed-14.html
9094         * doc/manual/en/sylpheed-15.html
9095         * doc/manual/en/sylpheed-16.html
9096         * doc/manual/en/sylpheed-17.html
9097         * doc/manual/en/sylpheed-18.html
9098         * doc/manual/en/sylpheed-19.html
9099         * doc/manual/en/sylpheed-2.html
9100         * doc/manual/en/sylpheed-20.html
9101         * doc/manual/en/sylpheed-21.html
9102         * doc/manual/en/sylpheed-22.html
9103         * doc/manual/en/sylpheed-3.html
9104         * doc/manual/en/sylpheed-4.html
9105         * doc/manual/en/sylpheed-5.html
9106         * doc/manual/en/sylpheed-6.html
9107         * doc/manual/en/sylpheed-7.html
9108         * doc/manual/en/sylpheed-8.html
9109         * doc/manual/en/sylpheed-9.html
9110         * doc/manual/en/sylpheed.html
9111                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9112
9113 2005-09-07 [colin]      1.9.14cvs5
9114
9115         * src/mainwindow.c
9116                 Make labels more to-the-point
9117
9118 2005-09-07 [colin]      1.9.14cvs4
9119
9120         * doc/manual/en/sylpheed-1.html
9121         * doc/manual/en/sylpheed-12.html
9122         * doc/manual/en/sylpheed-13.html
9123         * doc/manual/en/sylpheed-14.html
9124         * doc/manual/en/sylpheed-15.html
9125         * doc/manual/en/sylpheed-16.html
9126         * doc/manual/en/sylpheed-17.html
9127         * doc/manual/en/sylpheed-18.html
9128         * doc/manual/en/sylpheed-19.html
9129         * doc/manual/en/sylpheed-2.html
9130         * doc/manual/en/sylpheed-20.html
9131         * doc/manual/en/sylpheed-21.html
9132         * doc/manual/en/sylpheed-22.html
9133         * doc/manual/en/sylpheed-4.html
9134         * doc/manual/en/sylpheed-5.html
9135         * doc/manual/en/sylpheed-6.html
9136         * doc/manual/en/sylpheed-7.html
9137         * doc/manual/en/sylpheed-8.html
9138         * doc/manual/en/sylpheed-9.html
9139         * doc/manual/en/sylpheed.html
9140                 Update manual
9141
9142 2005-09-07 [colin]      1.9.14cvs3
9143
9144         * doc/faq/en/sylpheed-faq-1.html
9145         * doc/faq/en/sylpheed-faq-2.html
9146         * doc/faq/en/sylpheed-faq-3.html
9147         * doc/faq/en/sylpheed-faq.html
9148                 Update FAQ
9149
9150 2005-09-07 [colin]      1.9.14cvs2
9151
9152         * src/folderview.c
9153         * src/procmsg.c
9154         * src/summaryview.c
9155         * src/toolbar.c
9156                 Fix special subfolders:
9157                 - Inherit parent's icon
9158                 - sent contents of queues subfolders
9159                 - empty subfolders of trashes
9160         * src/mainwindow.c
9161                 Remove outdated manual and faq entries
9162         * src/common/utils.c
9163                 Add quotes around %s coming from mailcap
9164
9165 2005-09-07 [colin]      1.9.14cvs1
9166
9167         * src/compose.c
9168                 After saving draft, set modified to FALSE
9169         * src/mimeview.c
9170         * src/common/utils.c
9171         * src/common/utils.h
9172                 Try to open mime parts using what is 
9173                 indicated in ~/.mailcap or /etc/mailcap,
9174                 if possible.
9175
9176 2005-09-05 [paul]       1.9.14
9177
9178         1.9.14 released
9179
9180         * po/sk.po
9181                 updated by Andrej Kacian
9182
9183 2005-09-05 [paul]       1.9.13cvs83
9184
9185         * po/de.po
9186         * po/es.po
9187         * po/fi.po
9188         * po/fr.po
9189         * po/nb.po
9190         * po/pt_BR.po
9191         * po/sr.po
9192                 updated translations by Thomas Gilgin, Ricardo Mones
9193                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9194                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9195
9196 2005-09-04 [paul]       1.9.13cvs82
9197
9198         * src/compose.c
9199                 only warn about exceeded line length limit
9200                 on send
9201
9202 2005-09-04 [paul]       1.9.13cvs81
9203
9204         * src/compose.c
9205                 fix crash in 'line length exceeded' dialogue
9206
9207 2005-09-02 [paul]       1.9.13cvs80
9208
9209         * src/imap.c
9210                 fix bug 795, 'Connection lost IMAP'
9211                 and add statusbar prints
9212                 Patch by Colin
9213
9214 2005-09-02 [paul]       1.9.13cvs79
9215
9216         * src/compose.c
9217                 compose_wrap_paragraph() becomes
9218                 compose_beautify_paragraph()
9219                 Patch by Colin
9220
9221 2005-09-02 [colin]      1.9.13cvs78
9222
9223         * src/folderview.c
9224                 Micro-fix
9225
9226 2005-09-01 [colin]      1.9.13cvs77
9227
9228         * src/imap.c
9229                 Maybe fix bug #795 (Connection lost IMAP)
9230                 Don't try to send logout when we're disconnected.
9231         * src/summaryview.c
9232                 Include locked and marked emails in HRM
9233                 view. Fixes bug #800 (Locked messages no longer 
9234                 show up when hide read messages is used)
9235
9236 2005-09-01 [paul]       1.9.13cvs76
9237
9238         * src/prefs_common.c
9239                 fix bad cutting
9240
9241 2005-08-31 [colin]      1.9.13cvs75
9242
9243         * src/folderview.c
9244         * src/folderview.h
9245         * src/prefs_summaries.c
9246         * src/summaryview.c
9247                 Fix "go to next new", fix preference
9248                 (Open unread/next swapped)
9249
9250 2005-08-31 [paul]       1.9.13cvs74
9251
9252         * src/compose.c
9253         * src/folderview.c
9254         * src/headerview.c
9255         * src/headerview.h
9256         * src/mainwindow.c
9257         * src/prefs_common.c
9258         * src/prefs_common.h
9259         * src/prefs_fonts.c
9260         * src/summaryview.c
9261         * src/textview.c
9262         * src/common/defs.h
9263                 remove obsolete BOLD_FONT setting
9264                 fix font update in headerview and textview
9265                 headers after prefs change
9266                 Patch By Colin
9267
9268 2005-08-31 [paul]
9269
9270         1.9.14-rc4 released
9271
9272 2005-08-30 [colin]      1.9.13cvs73
9273
9274         * src/summaryview.c
9275                 When Hide read messages is selected and we
9276                 refresh the summaryview, don't remove the 
9277                 currently displayed message. Fixes bug #797
9278                 (Summary view reloads when new mail is 
9279                 downloaded in 1.9.14 rc)
9280
9281 2005-08-30 [colin]      1.9.13cvs72
9282
9283         * src/folderview.c
9284                 Fix flickering
9285         * src/mainwindow.c
9286                 Remove useless callback
9287         * src/mimeview.c
9288         * src/gtk/filesel.c
9289         * src/gtk/filesel.h
9290                 Add a filesel_select_file_save_folder() - used by Save All
9291
9292 2005-08-29 [paul]       1.9.13cvs71
9293
9294         * AUTHORS
9295         * src/matcher_parser_parse.y
9296         * src/etpan/imap-thread.c
9297                 fix building on FreeBSD
9298                 Patch by Daniel Gustafson <daniel@hobbit.se>
9299
9300 2005-08-29 [paul]       1.9.13cvs70
9301
9302         * src/plugins/pgpinline/pgpinline.c
9303                 only initialise sig result if it's been handled
9304                 Patch by Colin
9305
9306 2005-08-29 [paul]       1.9.13cvs69
9307         
9308         Patches by Colin:
9309
9310         * src/imap.c
9311         * src/common.utils.c
9312         * src/common/utils.h
9313                 optimisation
9314         * src/stock_pixmap.h
9315                 fix wrong icon reference
9316         * src/pixmaps/trash_btn.xpm
9317                 replace with nicer image
9318
9319 2005-08-28 [colin]      1.9.13cvs68
9320
9321         * src/Makefile.am
9322         * src/stock_pixmap.c
9323         * src/stock_pixmap.h
9324         * src/toolbar.c
9325         * src/pixmaps/trash_btn.xpm
9326                 Add a specific trash xpm for the button
9327
9328 2005-08-28 [colin]      1.9.13cvs67
9329
9330         * src/imap.c
9331                 Fix leak
9332
9333 2005-08-27 [colin]      1.9.13cvs66
9334
9335         * src/imap.c
9336         * src/procmime.c
9337                 Correctly fix "Problem with replies", fixes
9338                 pgpmime encryption too. 
9339
9340 2005-08-27 [colin]      1.9.13cvs65
9341
9342         * src/folder.c
9343         * src/procmsg.c
9344         * src/procmsg.h
9345         * src/summaryview.c
9346                 Fix bug #517 (messages removed from summaryview 
9347                 when moving fails)
9348
9349 2005-08-27 [colin]      1.9.13cvs64
9350
9351         * tools/Makefile.am
9352         * tools/asus_mailled.sh
9353                 Add a script to blink ASUS laptops' mail LED where there
9354                 is unread mail.
9355
9356 2005-08-27 [colin]      1.9.13cvs63
9357
9358         * src/imap.c
9359         * src/etpan/imap-thread.c
9360         * src/etpan/imap-thread.h
9361                 Implement automatic choosing of login method
9362                 Fixes bug #791
9363         * src/gtk/.cvsignore
9364                 Add sylpheed-marshal.[ch]
9365
9366 2005-08-27 [colin]      1.9.13cvs62
9367
9368         * src/common/utils.c
9369                 Fix confusing perror
9370
9371 2005-08-27 [colin]      1.9.13cvs61
9372
9373         * src/toolbar.c
9374         * src/toolbar.h
9375                 Remove A_DELETE, replace it with 
9376                 A_TRASH and A_DELETE_REAL. Automatically
9377                 rewrite config files to replace A_DELETE
9378                 with A_TRASH (no functionality change).
9379                 Fixes half of #794
9380
9381 2005-08-26 [colin]      1.9.13cvs60
9382
9383         * src/procmime.c
9384                 Previous "Problem with replies" fix brought other
9385                 problems, fixing them
9386
9387 2005-08-26 [colin]      1.9.13cvs59
9388
9389         * src/procmime.c
9390                 Fix "Problem with replies". This happened only
9391                 on IMAP...
9392         * src/procmsg.c
9393                 Factorize code a bit
9394         * src/compose.c
9395                 Speed improvement on very long messages (wrapping)
9396                 Fix signature color on Reedit and Redirect
9397                 On Reedit, don't attach pgp-signatures parts, but
9398                 set signing to On.
9399
9400 2005-08-24 [paul]       1.9.13cvs58
9401
9402         * src/compose.c
9403                 don't claim success when clicking
9404                 Cancel on the passphrase box.
9405                 Patch by Colin
9406
9407 2005-08-24 [paul]       1.9.13cvs57
9408
9409         * src/main.c
9410                 fix misplaced sylpheed.log
9411         * src/common/defs.h
9412                 define UIDL_DIR
9413
9414 2005-08-24 [paul]       1.9.13cvs56
9415
9416         * src/imap.c
9417         * src/etpan/imap-thread.c
9418         * src/etpan/imap-thread.h
9419                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9420                 Patch by Colin
9421         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9422         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9423                 remove autogenerated files
9424         * tools/kdeservicemenu/README
9425         * tools/kdeservicemenu/install.sh
9426         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9427         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9428                 use Claws icon, use 'Sylpheed-Claws' in menu,
9429                 use kdialog, and other cleanups
9430
9431 2005-08-23 [paul]       1.9.13cvs55
9432
9433         * src/compose.c
9434                 fix paste/wrap crash
9435                 Patch by Colin
9436
9437 2005-08-23 [paul]       1.9.13cvs54
9438
9439         * src/main.c
9440                 fix crash recovery
9441                 Patch by Colin
9442
9443 2005-08-23 [paul]       1.9.13cvs53
9444
9445         * src/addressbook.c
9446         * src/editaddress.c
9447                 view all data of LDAP contacts
9448                 Patch by Colin
9449
9450 2005-08-23 [paul]       1.9.13cvs52
9451
9452         * src/addressbook.c
9453                 fix issues with the Search field
9454                 Patch by Colin
9455
9456 2005-08-22 [paul]       1.9.13cvs51
9457
9458         * src/folderview.c
9459                 put name of folder in processing dialog
9460                 title
9461         * src/prefs_folder_item.c
9462                 improve english usage
9463
9464 2005-08-22 [paul]       1.9.13cvs50
9465
9466         * src/filtering.c
9467         * src/filtering.h
9468         * src/matcher.c
9469         * src/matcher_parser_lex.l
9470         * src/matcher_parser_parse.y
9471         * src/prefs_filtering.c
9472                 add Filtering/Processing rule names feature.
9473                 (the incompatible old matcherrc is saved as
9474                 matcherrc.pre_names).
9475                 Patch by Colin
9476
9477 2005-08-22 [paul]       1.9.13cvs49
9478
9479         * src/procmsg.c
9480                 fix colour labelling
9481                 Patch by Colin
9482
9483 2005-08-22 [paul]       1.9.13cvs48
9484
9485         * src/textview.c
9486                 fix open_image_cb()
9487
9488 2005-08-22 [paul]       1.9.13cvs47
9489
9490         * src/imap.c
9491                 fix bug 789, 'SC crashes with imap (CVS ver)'
9492                 Patch by Colin
9493
9494 2005-08-22 [paul]       1.9.13cvs46
9495
9496         * src/mimeview.c
9497         * src/prefs_common.c
9498         * src/common/defs.h
9499                 define reused defaults in defs.h
9500         * src/textview.c
9501                 add 'Open image' to image popup menu
9502
9503 2005-08-21 [colin]      1.9.13cvs45
9504
9505         * src/summaryview.c
9506                 Fix bug #788 (Bogus "From" address displayed)
9507
9508 2005-08-20 [colin]      1.9.13cvs44
9509
9510         * src/folder.c
9511                 Fix buf #787 (multilevel delete causes SIGSEGV)
9512
9513 2005-08-19 [colin]      1.9.13cvs43
9514
9515         * src/inc.c
9516         * src/prefs_common.c
9517         * src/prefs_common.h
9518                 Add an hidden pref to allow modifying the
9519                 update stepping in incorporation.
9520                 Patch by wwp.
9521
9522 2005-08-19 [colin]      1.9.13cvs42
9523
9524         * src/compose.c
9525         * src/procmime.c
9526                 Workaround for broken MUAs: encode 
9527                 Content-type: name: as ASCII and 
9528                 Content-Disposition: filename: as
9529                 per rfc2231
9530         * src/prefs_account.c
9531                 Fix invisible-ness of SMTP SSL prefs
9532                 in NNTP accounts
9533
9534 2005-08-19 [paul]       1.9.13cvs41
9535
9536         * src/compose.c
9537         * src/prefs_common.c
9538         * src/prefs_common.h
9539         * src/prefs_wrapping.c
9540                 paste with or without wrapping.
9541                 patch by Colin
9542
9543 2005-08-19 [paul]       1.9.13cvs40
9544
9545         * src/prefs_common.c
9546         * src/prefs_common.h
9547         * src/summaryview.c
9548                 reintroduce enable_swap_from as a
9549                 hidden pref. patch by Colin
9550         * src/quote_fmt_parse.y
9551         * src/plugins/clamav/clamav_plugin.c
9552         * src/plugins/dillo_viewer/dillo_viewer.c
9553         * src/plugins/mathml_viewer/mathml_viewer.c
9554         * src/plugins/pgpcore/sgpgme.c
9555         * src/plugins/pgpinline/pgpinline.c
9556         * src/plugins/pgpmime/pgpmime.c
9557                 tidy up. patch by Colin
9558
9559 2005-08-19 [paul]       1.9.13cvs39
9560
9561         * configure.ac
9562                 complete cvs38's sync
9563         * src/editaddress.c
9564         * src/gedit-print.c
9565         * src/mutt.c
9566         * src/etpan/etpan-log.c
9567         * src/etpan/imap-thread.c
9568         * src/gtk/gtksourceprintjob.c
9569                 fix compilation warnings
9570                 (patch by Colin)
9571
9572 2005-08-19 [paul]       1.9.13cvs38
9573
9574         sync with main:
9575
9576         * src/account.c
9577         * src/action.c
9578         * src/addrbook.c
9579         * src/addrcache.c
9580         * src/addrharvest.c
9581         * src/addrindex.c
9582         * src/codeconv.c
9583         * src/compose.c
9584         * src/crash.c
9585         * src/exporthtml.c
9586         * src/exportldif.c
9587         * src/folder.c
9588         * src/image_viewer.c
9589         * src/inc.c
9590         * src/inc.h
9591         * src/jpilot.c
9592         * src/ldif.c
9593         * src/main.c
9594         * src/matcher.c
9595         * src/mbox.c
9596         * src/messageview.c
9597         * src/mh.c
9598         * src/mimeview.c
9599         * src/msgcache.c
9600         * src/mutt.c
9601         * src/news.c
9602         * src/partial_download.c
9603         * src/pine.c
9604         * src/pop.c
9605         * src/prefs_actions.c
9606         * src/prefs_common.c
9607         * src/prefs_customheader.c
9608         * src/prefs_display_header.c
9609         * src/prefs_gtk.c
9610         * src/prefs_themes.c
9611         * src/procheader.c
9612         * src/procmime.c
9613         * src/procmsg.c
9614         * src/recv.c
9615         * src/send_message.c
9616         * src/simple-gettext.c
9617         * src/sourcewindow.c
9618         * src/textview.c
9619         * src/vcard.c
9620         * src/common/defs.h
9621         * src/common/log.c
9622         * src/common/plugin.c
9623         * src/common/prefs.c
9624         * src/common/session.c
9625         * src/common/session.h
9626         * src/common/socket.c
9627         * src/common/socket.h
9628         * src/common/ssl_certificate.c
9629         * src/common/template.c
9630         * src/common/utils.c
9631         * src/common/utils.h
9632         * src/common/xml.c
9633         * src/gtk/about.c
9634         added wrappers for C library function that
9635                 take pathname arguments.
9636                 enabled compilation with MinGW.
9637                 use GDir instead of directly using opendir().
9638                 added rename_force().
9639
9640 2005-08-19 [paul]       1.9.13cvs37
9641         
9642         patches by Colin:
9643         * src/compose.c
9644                 fix privacy settings on re-editing
9645                 a sent message
9646         * src/jpilot.c
9647                 fix encoding bug
9648         * src/folder.c
9649         * src/procmsg.c
9650         * src/procmsg.h
9651         * src/summaryview.c
9652                 flag changing optimisation
9653
9654 2005-08-18 [martin]     1.9.13cvs36
9655
9656         * commitHelper
9657             added my login
9658         * src/addrcache.c
9659         * src/addrharvest.c
9660         * src/addrindex.c
9661         * src/compose.c
9662         * src/grouplistdialog.c
9663         * src/main.c
9664         * src/mainwindow.c
9665         * src/msgcache.c
9666         * src/mutt.c
9667         * src/pine.c
9668         * src/prefs_account.c
9669         * src/prefs_themes.c
9670         * src/stock_pixmap.c
9671         * src/summaryview.c
9672         * src/gtk/about.c
9673         * src/gtk/logwindow.c
9674             removed deprecated glib and gdk stuff
9675         * src/plugins/pgpcore/select-keys.c
9676             convert attributes from locale to utf8
9677
9678 2005-08-17 [paul]       1.9.13cvs35
9679
9680         * src/account.c
9681         * src/addressbook.c
9682                 use new GTK_STOCK_ icons if available
9683         * src/summaryview.c
9684         * src/gtk/gtksctree.c
9685         * src/gtk/gtksctree.h
9686                 faster range select. patch by Colin
9687
9688 2005-08-17 [paul]       1.9.13cvs34
9689
9690         patches by colin:
9691         * src/addressbook.c
9692         * src/addressitem.h
9693                 Add an edit button for contacts, fix selections
9694                 of gtksctree items
9695         * src/editaddress.c
9696                 Change labels, let Save be always possible in the
9697                 email and user atributes tabs
9698         * src/folderview.c
9699                 fix sort issues
9700         * src/summaryview.c
9701                 select next item instead of the displayed one
9702                 after deletion
9703
9704         * src/gtk/progressdialog.c
9705                 use prefs_common.enable_rules_hint
9706
9707 2005-08-13 [hoa]        1.9.13cvs33
9708
9709         * src/etpan/imap-thread.c
9710                 fixed build on Solaris.
9711
9712 2005-08-10 [colin]      1.9.13cvs32
9713
9714         * src/procmsg.c
9715                 Fix cvs31 (missing fclose before reading
9716                 the file)
9717
9718 2005-08-10 [colin]      1.9.13cvs31
9719
9720         * src/procmsg.c
9721                 Fix procmsg_msginfo_new_from_mimeinfo() when
9722                 the MimeInfo isn't stored in memory. This fixes
9723                 replying to an attached message.
9724
9725 2005-08-10 [colin]      1.9.13cvs30
9726
9727         * src/mainwindow.c
9728                 Fix slowness in account changing
9729
9730 2005-08-10 [colin]      1.9.13cvs29
9731
9732         * src/folder.c
9733         * src/folderutils.c
9734         * src/folderview.c
9735         * src/imap_gtk.c
9736         * src/mainwindow.c
9737         * src/mh_gtk.c
9738         * src/procmsg.c
9739         * src/summaryview.c
9740                 Optimize folder_has_parent_of_type
9741                 Prevent moving special sub-folders from contextual menus
9742                 Rework message a bit ("Empty all messages" -> "Delete all
9743                 messages")
9744                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9745                 and "Deleted Items" folders)
9746
9747 2005-08-08 [colin]      1.9.13cvs28
9748
9749         * src/summaryview.c
9750         * src/prefs_summaries.c
9751                 Make "Select first unread|new" more flexible
9752                 (just prioritize new or unread)
9753
9754 2005-08-08 [colin]      1.9.13cvs27
9755
9756         * src/summaryview.c
9757                 If "select first new" is selected and there only
9758                 are unread messages, fallback to "select first
9759                 unread".
9760
9761 2005-08-08 [colin]      1.9.13cvs26
9762
9763         * src/folder.c
9764                 Fix shameful bugs (and bug #779)
9765
9766 2005-08-08 [colin]      1.9.13cvs25
9767
9768         * src/folder.c
9769         * src/folder.h
9770                 Cache parents' type to make folder_has_parent_of_type
9771                 faster
9772         * src/folderview.c
9773                 Forbid DnD of special sub-folders
9774         * src/procmsg.c
9775         * src/procmsg.h
9776                 Add MAIL_POSTFILTERING_HOOK
9777         * src/summaryview.c
9778                 Revert over-zealous deletion of the use_addr_book 
9779                 code
9780
9781 2005-08-07 [colin]      1.9.13cvs24
9782
9783         * src/folder.c
9784                 Fix big mistake (passing MsgInfo instead 
9785                 of FolderItem)
9786
9787 2005-08-07 [colin]      1.9.13cvs23
9788
9789         * src/compose.c
9790         * src/folder.c
9791         * src/folder.h
9792         * src/foldersel.c
9793         * src/folderutils.c
9794         * src/folderview.c
9795         * src/imap.c
9796         * src/mainwindow.c
9797         * src/messageview.c
9798         * src/mh.c
9799         * src/msgcache.c
9800         * src/procmime.c
9801         * src/summaryview.c
9802                 Make subfolders of Drafts, Queue, Outbox, Trash
9803                 work like their parents. 
9804                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9805
9806 2005-08-07 [colin]      1.9.13cvs22
9807
9808         * src/addressbook.c
9809                 Fix bug #771 (Dragged contacts not saved)
9810
9811 2005-08-07 [paul]       1.9.13cvs21
9812
9813         * src/summaryview.c
9814                 fix bug 32 'Search Doesn't display results
9815                 if "Hide Read Messages" is chosen'
9816                 be more literal in interpreting 'Hide read
9817                 messages'
9818
9819 2005-08-07 [colin]      1.9.13cvs20
9820
9821         * src/folderview.c
9822                 Add debug
9823         * src/summaryview.c
9824                 Faster 'unthread_for_execution'
9825
9826 2005-08-06 [paul]       1.9.13cvs19
9827
9828         * src/mainwindow.c
9829                 add mnemonics to Set displayed columns
9830                 fix bug where msgview_visible option was
9831                 overwritten as TRUE on startup
9832
9833 2005-08-06 [paul]       1.9.13cvs18
9834
9835         * src/mainwindow.c
9836                 refer to 'displayed columns in folder/message
9837                 list' not 'displayed items in summary/message view'
9838         * src/prefs_display_header.c
9839                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9840                 be consistent with similar dialogues
9841         * src/prefs_folder_column.c
9842         * src/prefs_summary_column.c
9843                 'columns' not 'items', and folder and message lists,
9844                 instead of folder and summary views;
9845                 Use 'Hidden columns' as list heading not 'Available
9846                 items';
9847                 move the 'Remove' button to the right hand side;
9848                 top-align the buttons;
9849                 remove unneeded vbox
9850         * src/prefs_summaries.c
9851                 put the 2 column prefs buttons in a frame to reduce
9852                 overall width; refer to columns not items &c.
9853
9854 2005-08-05 [colin]      1.9.13cvs17
9855
9856         * src/prefs_common.c
9857         * src/prefs_common.h
9858         * src/mainwindow.c
9859         * src/compose.c
9860         * src/messageview.c
9861                 Add an hidden toolbar_detachable pref, so
9862                 that I can get rid of these painful handles
9863                 in the toolbars. Defaults to TRUE to avoid
9864                 changing the GUI on unsuspecting people...
9865
9866 2005-08-05 [colin]      1.9.13cvs16
9867
9868         * src/Makefile.am
9869         * src/prefs_folder_column.c
9870         * src/prefs_folder_column.h
9871                 Add prefs for folder columns
9872         * src/folderview.c
9873         * src/folderview.h
9874         * src/mainwindow.c
9875         * src/mainwindow.h
9876         * src/prefs_common.c
9877         * src/prefs_common.h
9878         * src/prefs_summaries.c
9879                 Use them
9880         * src/prefs_summary_column.c
9881         * src/summaryview.c
9882         * src/summaryview.h
9883                 Add a To column
9884         * src/textview.c
9885         * src/common/utils.c
9886         * src/common/utils.h
9887                 Move uri colourisation functions
9888                 to utils
9889         * src/compose.c
9890                 Colourise URIs
9891         * src/imap.c
9892                 Fix bug with LIST where we'd try
9893                 to get Folder//////[...]/// 
9894
9895 2005-08-05 [paul]       1.9.13cvs15
9896
9897         * src/prefs_summaries.c
9898                 improve the English usage
9899         * src/summaryview.c
9900                 set font on column change
9901                 thanks to Colin
9902
9903 2005-08-05 [paul]       1.9.13cvs14
9904
9905         * src/prefs_common.c
9906         * src/prefs_common.h
9907         * src/prefs_summaries.c
9908         * src/summaryview.c
9909                 replace 'open_unread_on_enter' option with
9910                 'select_on_entry' option. opening/not opening
9911                 is now exclusively controlled by 'always_show_msg'
9912
9913 2005-08-04 [colin]      1.9.13cvs13
9914
9915         * src/compose.c
9916                 Remove dead code
9917                 Add colourisation of quotes and signatures
9918         * src/folderview.c
9919                 Fix possible crashes
9920         * src/messageview.c
9921                 Change an assert that is no problem
9922         * src/news.c
9923         * src/news_gtk.c
9924         * src/news_gtk.h
9925                 Fix offline mode
9926         * src/gtk/quicksearch.c
9927                 Fix a possible crash
9928
9929 2005-08-03 [colin]      1.9.13cvs12
9930
9931         * src/prefs_account.c
9932                 Fix bug #777 (Sylpheed crash in account configuration)
9933
9934 2005-08-03 [colin]      1.9.13cvs11
9935
9936         * src/addressbook.c
9937         * src/editaddress.c
9938         * src/editgroup.c
9939                 Fixing addressbook, round 2
9940         * src/textview.c
9941                 Fix emphasis color on rechecking 'Colorize messages'
9942
9943 2005-08-03 [paul]       1.9.13cvs10
9944
9945         sync with main
9946
9947         * src/addr_compl.c
9948         * src/compose.c
9949         * src/main.c
9950         * src/pop.c
9951         * src/prefs_account.c
9952         * src/procmime.c
9953         * src/procmsg.c
9954         * src/quote_fmt_parse.y
9955         * src/textview.c
9956         * src/common/quoted-printable.c
9957         * src/common/utils.c
9958         * src/common/utils.h
9959         * src/common/xml.c
9960                 replaced incorrect locale-independent
9961                 ctype functions with GLib's. Corrected
9962                 signedness mismatch.
9963         * src/headerview.c
9964                 headerview_create(): added spacing for vbox.
9965         * src/gtk/about.c
9966                 set focus to the OK button.
9967
9968 2005-08-03 [colin]      1.9.13cvs9
9969
9970         * src/folderview.c
9971                 Fix possible crash
9972
9973 2005-08-02 [colin]      1.9.13cvs8
9974
9975         * src/mainwindow.c
9976                 Fix cast
9977         * src/addressbook.c
9978         * src/addressitem.h
9979                 Fix a cast and more generally, try to make the
9980                 GUI more intuitive and consistent (round 1)
9981
9982 2005-08-02 [paul]       1.9.13cvs7
9983
9984         * src/folder.h
9985                 missing in 1.9.13cvs6
9986
9987 2005-08-02 [colin]      1.9.13cvs6
9988
9989         * src/folder.c
9990                 Fix one more leak
9991
9992 2005-08-02 [colin]      1.9.13cvs5
9993
9994         * src/folder.c
9995         * src/folderview.c
9996         * src/imap.c
9997         * src/main.c
9998         * src/mbox.c
9999         * src/procmsg.c
10000         * src/summaryview.c
10001                 Fix a number of folder_item_get_msg_list()-related
10002                 leaks (missing procmsg_msginfo_free()s)
10003
10004 2005-08-01 [colin]      1.9.13cvs4
10005
10006         * src/folderview.c
10007         * src/folderview.h
10008         * src/mainwindow.c
10009         * src/prefs_fonts.c
10010         * src/prefs_summaries.c
10011         * src/prefs_themes.c
10012         * src/summaryview.c
10013         * src/summaryview.h
10014         * src/textview.c
10015         * src/textview.h
10016                 Fix instant-apply of summary and folderview-related prefs
10017                 Fix erroneous g_free and alertpanels in prefs_theme
10018                 Add instant-apply for fonts
10019                 Defer applying of prefs a little bit so it's done only
10020                 once even if requested by multiples prefs pages
10021
10022 2005-08-01 [paul]       1.9.13cvs3
10023
10024         * src/main.c
10025                 fix bug 776 'S.C. crashes on close'
10026                 thanks to Colin
10027         * src/etpan/etpan-thread-manager-types.h
10028                 add missing include
10029                 thanks to Hoa
10030
10031 2005-07-25 [paul]       1.9.13cvs2
10032
10033         * src/summaryview.c
10034                 fix typos. spotted by Fabien Vantard
10035
10036 2005-07-24 [paul]       1.9.13cvs1
10037
10038         * doc/man/sylpheed.1
10039                 update man page, incorporating fix of
10040                 bug 769 'Typo in manpage'
10041         * src/etpan/imap-thread.c
10042                 fix NetBSD openssl dependencies. patch by
10043                 George Michaelson <ggm@apnic.net>
10044         * po/pt_BR.po
10045                 updated by Frederico Goncalves Guimaraes
10046
10047 2005-07-22 [paul]       1.9.13
10048
10049         1.9.13 release
10050
10051 2005-07-22 [paul]       1.9.12cvs91
10052
10053         * AUTHORS
10054         * INSTALL
10055         * README.claws
10056         * RELEASE_NOTES.claws
10057                 updated for release
10058         * configure.ac
10059         * po/nb.po
10060         * tools/claws.i18n.status.pl
10061                 add Norwegian translation. submiited by
10062                 Geir Helland <pjallabais@users.sourceforge.net>
10063         * po/ca.po
10064         * po/de.po
10065         * po/es.po
10066         * po/fi.po
10067         * po/fr.po
10068         * po/it.po
10069         * po/sk.po
10070         * po/sr.po
10071         * po/zh_CN.po
10072                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10073                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10074                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10075                 Yang Guilong
10076         * src/plugins/clamav/clamav_plugin_gtk.c
10077         * src/plugins/spamassassin/spamassassin_gtk.c
10078                 replace outdated description strings
10079
10080 2005-07-21 [colin]      1.9.12cvs90
10081
10082         * src/folder.c
10083                 Set folder to batch mode when scanning it. Makes deletion
10084                 of unread mails on IMAP much faster (due to the UNREAD 
10085                 flag unsetting)
10086
10087 2005-07-21 [darko]      1.9.12cvs89
10088
10089         * configure.ac
10090                 link against libresolv if necessary (patch by Paul)
10091         * src/msgcache.c
10092                 use glib's portable macros to determine endianness
10093
10094 2005-07-21 [paul]       1.9.12cvs88
10095
10096         * src/crash.c
10097         * src/gtk/about.c
10098                 update compiled-in features list
10099
10100 2005-07-20 [colin]      1.9.12cvs87
10101
10102         * src/folder.c
10103         * src/textview.c
10104                 Gcc 2.9x compilation fixes, thanks to Darko
10105         * src/plugins/clamav/clamav_plugin.c
10106                 Little optimisation: load virus database only once
10107         * src/plugins/spamassassin/spamassassin.c
10108                 Big optimisation: filtering one mail took at least 1 second,
10109                 now it takes at least 50ms. Doesn't speed up spamassassin 
10110                 itself, but should already be much more tolerable.
10111
10112 2005-07-20 [colin]      1.9.12cvs86
10113
10114         * src/summaryview.c
10115                 Fix performance issue
10116
10117 2005-07-19 [colin]      1.9.12cvs85
10118
10119         * src/plugins/pgpinline/plugin.c
10120                 Fix warning
10121
10122 2005-07-19 [colin]      1.9.12cvs84
10123
10124         * configure.ac
10125         * src/plugins/Makefile.am
10126         * src/plugins/pgpinline/.cvsignore
10127         * src/plugins/pgpinline/Makefile.am
10128         * src/plugins/pgpinline/pgpinline.c
10129         * src/plugins/pgpinline/pgpinline.deps
10130         * src/plugins/pgpinline/pgpinline.h
10131         * src/plugins/pgpinline/plugin.c
10132                 Put pgpinline in the main tree
10133
10134 2005-07-19 [paul]       1.9.12cvs83
10135
10136         * src/prefs_actions.c
10137                 prevent '//' in menu names, which cause a crash
10138                 thanks to Colin
10139
10140 2005-07-19 [paul]       1.9.12cvs82
10141
10142         * configure.ac
10143                 be generally more informative in configure output.
10144                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10145                 '[ --disable-openssl ...', as --enable-openssl is default
10146                 PGP/MIME: don't check for GPGME again, check for
10147                 pgpcore instead. Therefore prevent the possibility of
10148                 attempting to build pgpmime if pgpcore dependencies are
10149                 not met
10150                 ClamAV: use pkgconfig to check for lib
10151                 libgnomeprint: revert logic on inner test to match
10152                 everything else
10153         * src/plugins/pgpcore/sgpgme.c
10154                 add missing include
10155
10156 2005-07-19 [colin]      1.9.12cvs81
10157
10158         * src/summaryview.c
10159                 Fix slow thread rebuilding in particular
10160                 cases
10161
10162 2005-07-19 [paul]       1.9.12cvs80
10163
10164         * sylpheed-claws.desktop
10165                 fix typo, spotted by Stephan Sachse
10166         * src/account.c
10167                 replace GTK_STOCK_ADD with
10168                 GTK_STOCK_NEW button
10169
10170 2005-07-18 [colin]      1.9.12cvs79
10171
10172         * src/etpan/imap-thread.c
10173                 Fix return value (Thanks Hoa)
10174
10175 2005-07-18 [colin]      1.9.12cvs78
10176
10177         * src/imap.c
10178                 Allow empty passwords
10179                 Create drafts/queue/outbox if necessary
10180         * src/summaryview.c
10181                 Remove old code
10182         * src/etpan/imap-thread.c
10183                 Fix STARTTLS (Thanks to Hoa)
10184
10185 2005-07-18 [paul]       1.9.12cvs77
10186
10187         * ChangeLog-gtk2.jp
10188         * ChangeLog.jp
10189                 removed
10190         * Makefile.am
10191                 updated to reflect additions and removals
10192         * TODO
10193                 updated to be claws-specific
10194         * TODO-gtk2
10195         * TODO-gtk2.jp
10196         * TODO.jp
10197         * sylpheed-128x128.png
10198         * sylpheed-64x64.png
10199                 removed
10200         * sylpheed-claws-128x128.png
10201         * sylpheed-claws-64x64.png
10202         * sylpheed-claws.desktop
10203         * sylpheed-claws.png
10204                 added
10205         * sylpheed.desktop
10206         * sylpheed.png
10207                 removed
10208
10209 2005-07-17 [paul]       1.9.12cvs76
10210
10211         * src/account.c
10212         * src/addressbook.c
10213         * src/alertpanel.c
10214         * src/alertpanel.h
10215         * src/compose.c
10216         * src/exphtmldlg.c
10217         * src/expldifdlg.c
10218         * src/folderview.c
10219         * src/imap_gtk.c
10220         * src/inc.c
10221         * src/message_search.c
10222         * src/messageview.c
10223         * src/mh_gtk.c
10224         * src/news_gtk.c
10225         * src/prefs_actions.c
10226         * src/prefs_filtering.c
10227         * src/prefs_matcher.c
10228         * src/prefs_template.c
10229         * src/prefs_themes.c
10230         * src/ssl_manager.c
10231         * src/summary_search.c
10232         * src/textview.c
10233         * src/toolbar.c
10234         * src/gtk/sslcertwindow.c
10235         * src/plugins/pgpcore/sgpgme.c
10236                 rework alertpanels
10237
10238 2005-07-17 [colin]      1.9.12cvs75
10239
10240         * src/privacy.c
10241                 add a PrivacySystem accessor that checks that
10242                 the system cached in a MimeInfo's privacydata
10243                 is still registered. Use this accessor instead
10244                 of directly using data->system. Fixes crashes
10245                 after unloading pgp plugins.
10246
10247 2005-07-17 [colin]      1.9.12cvs74
10248
10249         * src/alertpanel.c
10250                 Change geometry hints to a simple default size.
10251                 Fixes the certs dialogs.
10252
10253 2005-07-17 [colin]      1.9.12cvs73
10254
10255         * src/gtk/sslcertwindow.c
10256                 Use a gtkExpander
10257
10258 2005-07-17 [colin]      1.9.12cvs72
10259
10260         * src/plugins/pgpcore/Makefile.am
10261         * src/plugins/pgpmime/Makefile.am
10262                 Add gpgme libs
10263
10264 2005-07-17 [paul]       1.9.12cvs71
10265
10266         * configure.ac
10267                 add --disable-gnomeprint option
10268                 modified version of patch by Marius Mauch
10269
10270 2005-07-17 [paul]       1.9.12cvs70
10271
10272         * src/common/defs.h
10273                 update urls
10274         * src/account.c
10275         * src/action.c
10276         * src/addressbook.c
10277         * src/compose.c
10278         * src/foldersel.c
10279         * src/folderview.c
10280         * src/html.c
10281         * src/imap_gtk.c
10282         * src/main.c
10283         * src/mainwindow.c
10284         * src/messageview.c
10285         * src/mh_gtk.c
10286         * src/mimeview.c
10287         * src/news_gtk.c
10288         * src/prefs_account.c
10289         * src/prefs_send.c
10290         * src/prefs_summaries.c
10291         * src/procmsg.c
10292         * src/summaryview.c
10293         * src/common/utils.c
10294         * src/common/xml.c
10295         * src/plugins/pgpcore/passphrase.c
10296         * src/plugins/pgpcore/select-keys.c
10297                 replace inappropriately used backticks
10298                 with single quotes
10299
10300 2005-07-16 [colin]      1.9.12cvs69
10301
10302         * src/image_viewer.c
10303                 Add extra paranoid checks
10304
10305 2005-07-16 [colin]      1.9.12cvs68
10306
10307         * src/plugins/pgpcore/prefs_gpg.c
10308                 Don't auto-check sigs by default, as it
10309                 can be really slow.
10310
10311 2005-07-16 [colin]      1.9.12cvs67
10312
10313         * src/plugins/pgpcore/sgpgme.c
10314                 Make messages a bit better.
10315
10316 2005-07-16 [colin]      1.9.12cvs66
10317
10318         * src/imap.c
10319                 Remove pseudo-log
10320         * src/etpan/imap-thread.c
10321                 Add real log
10322
10323 2005-07-16 [colin]      1.9.12cvs65
10324
10325         * src/main.c
10326         * src/prefs_other.c
10327                 And now, fix build with libetpan :-/
10328
10329 2005-07-15 [colin]      1.9.12cvs64
10330
10331         * src/prefs_other.c
10332                 Continue fixing build without libetpan.
10333
10334 2005-07-15 [colin]      1.9.12cvs63
10335
10336         * src/main.c
10337                 Fix build with --disable-libetpan
10338
10339 2005-07-15 [colin]      1.9.12cvs62
10340
10341         * configure.ac
10342                 Bump libetpan's version
10343
10344 2005-07-15 [colin]      1.9.12cvs61
10345
10346         * src/etpan/imap-thread.c
10347                 Actually stop logging :)
10348
10349 2005-07-15 [colin]      1.9.12cvs60
10350
10351         * src/addressbook.c
10352                 Fix dnd of multiple addresses.
10353
10354 2005-07-15 [hoa]        1.9.12cvs59
10355
10356         * src/etpan/imap-thread.c
10357             disable login of IMAP password in libetpan log file.
10358
10359 2005-07-15 [paul]       1.9.12cvs58
10360
10361         * src/account.c
10362                 don't automatically sort
10363                 do allow drag n drop
10364
10365 2005-07-15 [paul]       1.9.12cvs57
10366
10367         * src/account.c
10368         * src/ssl_manager.c
10369                 alphabetical listing
10370
10371 2005-07-15 [paul]       1.9.12cvs56
10372
10373         * src/gtk/pluginwindow.c
10374                 sort plugin list alphabetically
10375
10376 2005-07-15 [paul]       1.9.12cvs55
10377
10378         * src/prefs_spelling.c
10379         * src/prefs_wrapping.c
10380                 unify English usage
10381
10382 2005-07-15 [colin]      1.9.12cvs54
10383
10384         * src/wizard.c
10385                 Typo fix
10386
10387 2005-07-15 [paul]       1.9.12cvs53
10388
10389         * src/prefs_message.c
10390                 make 'show cursor' a hidden option
10391
10392 2005-07-14 [colin]      1.9.12cvs52
10393
10394         * src/plugins/spamassassin/Makefile.am
10395         * src/plugins/clamav/Makefile.am
10396                 Fix double EXTRA_DISTs
10397
10398 2005-07-14 [colin]      1.9.12cvs51
10399
10400         * src/plugins/clamav/Makefile.am
10401         * src/plugins/clamav/clamav_plugin_gtk.deps
10402         * src/plugins/spamassassin/Makefile.am
10403         * src/plugins/spamassassin/spamassassin_gtk.deps
10404                 Make $plugin_gtk depend on $plugin
10405
10406 2005-07-14 [hoa]        1.9.12cvs50
10407
10408         * src/etpan/imap-thread.c
10409                 enable debug log of libetpan when running with --debug
10410
10411 2005-07-14 [colin]      1.9.12cvs49
10412
10413         * configure.ac
10414         * src/common/Makefile.am
10415         * src/common/plugin.c
10416         * src/common/plugin.h
10417                 Add a little plugin dependancy system.
10418                 Plugins can ship a $plugin_name.deps file
10419                 (near them in PLUGINDIR) so that their
10420                 dependancies are loaded if possible.
10421         * src/plugins/Makefile.am
10422         * src/plugins/pgpcore/Makefile.am
10423         * src/plugins/pgpcore/passphrase.c
10424         * src/plugins/pgpcore/passphrase.h
10425         * src/plugins/pgpcore/plugin.c
10426         * src/plugins/pgpcore/prefs_gpg.c
10427         * src/plugins/pgpcore/prefs_gpg.h
10428         * src/plugins/pgpcore/select-keys.c
10429         * src/plugins/pgpcore/select-keys.h
10430         * src/plugins/pgpcore/sgpgme.c
10431         * src/plugins/pgpcore/sgpgme.h
10432                 Introduce pgpcore, used by pgpmime and
10433                 pgpinline
10434         * src/plugins/pgpmime/Makefile.am
10435         * src/plugins/pgpmime/passphrase.c
10436         * src/plugins/pgpmime/passphrase.h
10437         * src/plugins/pgpmime/pgpmime.c
10438         * src/plugins/pgpmime/pgpmime.deps
10439         * src/plugins/pgpmime/plugin.c
10440         * src/plugins/pgpmime/prefs_gpg.c
10441         * src/plugins/pgpmime/prefs_gpg.h
10442         * src/plugins/pgpmime/select-keys.c
10443         * src/plugins/pgpmime/select-keys.h
10444         * src/plugins/pgpmime/sgpgme.c
10445         * src/plugins/pgpmime/sgpgme.h
10446                 Remove the core from pgpmime and add the
10447                 dependancy to pgpcore.
10448
10449 2005-07-14 [paul]       1.9.12cvs48
10450
10451         * src/stock_pixmap.c
10452                 forgot this in last commit
10453
10454 2005-07-14 [paul]       1.9.12cvs47
10455
10456         * src/account.c
10457         * src/addressbook.c
10458                 add accelerators for the buttons (sync with main)
10459         * src/compose.c
10460         * src/compose.h
10461                 add accelerators for the buttons.
10462                 fix editing with external editor.
10463                 replace gdk_input_*() with GIOChannel;
10464                 (sync with main)
10465         * src/foldersel.c
10466                 display folder names with new/unread
10467                 representation (sync with main)
10468         * src/main.c
10469                 specify default window icon (sync with main)
10470         * src/prefs_common.c
10471                 use_addr_book default to FALSE
10472         * src/summaryview.c
10473         * src/textview.c
10474                 add accelerators for the buttons (sync with main)
10475         * src/gtk/menu.c
10476                 fix typos
10477         * src/pixmaps/sylpheed_icon.xpm
10478                 updated
10479
10480 2005-07-13 [paul]       1.9.12cvs46
10481
10482         * src/plugins/pgpmime/pgpmime.c
10483         * src/plugins/pgpmime/sgpgme.c
10484                 (temporarily) use deprecated gpgme_data_rewind()
10485                 while largefile support is not present
10486                 (as suggested by Colin)
10487
10488 2005-07-13 [paul]       1.9.12cvs45
10489
10490         * configure.ac
10491                 remove large file support (for now):
10492                 it breaks too many things
10493
10494 2005-07-13 [paul]       1.9.12cvs44
10495
10496         * configure.ac
10497                 add large file support
10498         * src/html.c
10499                 fix bug #763 where href attribute was not
10500                 the very first attribute of a link
10501                 patch by Thomas Gilgin
10502
10503 2005-07-13 [colin]      1.9.12cvs43
10504
10505         * src/gtk/pluginwindow.c
10506                 Little portability fix
10507
10508 2005-07-13 [colin]      1.9.12cvs42
10509
10510         * src/plugins/pgpmime/sgpgme.c
10511                 Fix crasher.
10512
10513 2005-07-13 [colin]      1.9.12cvs41
10514
10515         * src/plugins/pgpmime/pgpmime.c
10516         * src/plugins/pgpmime/sgpgme.c
10517                 Use gpgme_data_release_and_get_mem instead
10518                 of gpgme_data_read.
10519
10520 2005-07-13 [colin]      1.9.12cvs40
10521
10522         * configure.ac
10523         * src/plugins/pgpmime/passphrase.c
10524         * src/plugins/pgpmime/passphrase.h
10525         * src/plugins/pgpmime/pgpmime.c
10526         * src/plugins/pgpmime/plugin.c
10527         * src/plugins/pgpmime/select-keys.c
10528         * src/plugins/pgpmime/select-keys.h
10529         * src/plugins/pgpmime/sgpgme.c
10530         * src/plugins/pgpmime/sgpgme.h
10531                 Port pgpmime to gpgme-1.0.
10532
10533 2005-07-12 [paul]       1.9.12cvs39
10534
10535         * AUTHORS
10536         * src/toolbar.c
10537         * src/toolbar.h
10538                 add a 'Go to Prev' button to the toolbar.
10539                 correct tooltip text of go to buttons.
10540                 based on patch by Yang Guilong <bamanzi@gmail.com>
10541
10542 2005-07-12 [colin]      1.9.12cvs38
10543
10544         * src/statusbar.c
10545                 Fix progress bar showing stuff at startup.
10546
10547 2005-07-12 [paul]       1.9.12cvs37
10548
10549         * src/editjpilot.c
10550                 fix building with jpilot support
10551
10552 2005-07-11 [colin]      1.9.12cvs36
10553
10554         * src/inc.c
10555                 Add visual indication that filtering is running
10556         * src/textview.c
10557                 Make {}[] uri delimiters
10558         * src/summaryview.c
10559                 Remove useless (and slow) calls
10560
10561 2005-07-11 [paul]       1.9.12cvs35
10562
10563         * src/plugins/clamav/clamav_plugin_gtk.c
10564         * src/plugins/dillo_viewer/dillo_prefs.c
10565         * src/plugins/pgpmime/prefs_gpg.c
10566         * src/plugins/spamassassin/spamassassin_gtk.c
10567                 gather plugins prefs together under their
10568                 own 'Plugins' heading
10569
10570 2005-07-11 [paul]       1.9.12cvs34
10571
10572         sync with main
10573
10574         * src/account.c
10575                 account_delete(): modified alert dialog
10576         * src/editjpilot.c
10577         * src/editvcard.c
10578                 fixed a crash when cancelling file selection
10579                 dialog by Escape key. Made non-ascii filename
10580                 selectable.
10581         * src/prefs_template.c
10582                 prefs_template_window_create(): make scrolled
10583                 window policy AUTOMATIC
10584
10585 2005-07-10 [hoa]        1.9.12cvs33
10586
10587         * src/etpan/imap-thread.c
10588                 workaround for old Courier IMAP servers.
10589
10590 2005-07-10 [colin]      1.9.12cvs32
10591
10592         * src/folder.c
10593         * src/statusbar.c
10594         * src/statusbar.h
10595                 Add visual progress indicator on filtering/processing
10596                 Factorize the progress bar code
10597         * src/imap.c
10598         * src/imap.h
10599         * src/etpan/imap-thread.c
10600                 Add a reference counter to avoid destroying the Folder
10601                 while it's in use by another callback.
10602
10603 2005-07-09 [hoa]        1.9.12cvs31
10604
10605         * src/imap.c
10606         * src/etpan/imap-thread.c
10607                 fixed deadlock when removing IMAP account.
10608
10609 2005-07-08 [colin]      1.9.12cvs30
10610
10611         * src/textview.c
10612         * src/unmime.c
10613                 Fix again problems decoding broken headers
10614         * src/gtk/inputdialog.c
10615                 Fix local variable shadowing a global one
10616
10617 2005-07-08 [colin]      1.9.12cvs29
10618
10619         * src/msgcache.c
10620                 Make the cache/mark files platform-agnostic by writing
10621                 them in little-endian format. Reading them is also done
10622                 in little-endian format, of course; however, in order
10623                 to avoid trashing mark data on big-endian machines, the
10624                 files are, at first, read from the native format if the
10625                 little-endian one doesn't exist. This is easy to deter-
10626                 mine by trying to open a file with a swapped data_ver
10627                 and seeing if it's the wanted version.
10628                 Little-endian using users should see absolutely no
10629                 difference, Big-endian users may get a very little
10630                 performance drop due to byte-swapping.
10631                 Tested on i386 and ppc32. 
10632                 Fixes bug #159 (The index file, in the mailboxes, is 
10633                 hardware depending).
10634
10635                 To have the cache/mark files updated to the new little-
10636                 endian format, "Check for new messages" or even
10637                 "Rebuild folder tree" aren't enough. Files will be
10638                 updated as soon as a folder has been opened/closed.
10639                 To update everything, just select all folders by
10640                 selecting them one by one.
10641
10642 2005-07-07 [colin]      1.9.12cvs28
10643
10644         * src/imap.c
10645                 Remember the folder separator per IMAPFolder
10646                 instead of globally.
10647                 Revive the Session on noop; fixes bug #761
10648                 (mark a bunch of unread messages as read takes 
10649                 forever)
10650
10651 2005-07-07 [darko]      1.9.12cvs27
10652
10653         * src/common/template.c
10654                 Sort templates alphabetically
10655
10656 2005-07-06 [colin]      1.9.12cvs26
10657
10658         * src/imap.c
10659                 Try to use the correct separator in
10660                 most cases. Possibly fixes bug #759
10661                 (only creates the INBOX folder when 
10662                 setting up new IMAP account) and 
10663                 bug #760 (Can't retrieve messages)
10664
10665 2005-07-06 [colin]      1.9.12cvs25
10666
10667         * src/imap.c
10668                 Use real_path in status command. This will
10669                 help later, when namespaces will be used.
10670
10671 2005-07-06 [colin]      1.9.12cvs24
10672
10673         * configure.ac
10674         * src/account.c
10675         * src/folder.c
10676         * src/imap.c
10677         * src/etpan/etpan-log.c
10678         * src/etpan/etpan-thread-manager.c
10679         * src/etpan/imap-thread.c
10680                 Add a --disable-libetpan parameter. With this,
10681                 users that don't want IMAP4 support can avoid
10682                 the new dependancy (and have no IMAP support).
10683                 Users that have IMAP4 accounts and use this
10684                 parameter won't lose their configuration, their
10685                 IMAP accounts will just be invisible and not
10686                 used.
10687         * src/textview.c
10688                 Make the "Copy ..." contextual menu items 
10689                 copy to both the X clipboard and the gtk 
10690                 clipboard - as most other apps do.
10691         * src/gtk/about.c
10692                 Add a notice about OpenSSL usage, in order to
10693                 comply with OpenSSL's license (point 6):
10694                 http://www.openssl.org/source/license.html
10695
10696 2005-07-06 [colin]      1.9.12cvs23
10697
10698         * src/alertpanel.c
10699                 Fix a minimum size for alertpanels
10700         * src/compose.c
10701                 Show 'No space left on device' type errors
10702                 when queuing/sending
10703         * src/imap_gtk.c
10704         * src/mh_gtk.c
10705                 Rework folder's deletion message (remove 
10706                 extra \n)
10707
10708 2005-07-05 [colin]      1.9.12cvs22
10709
10710         * src/imap.c
10711                 Add an alertpanel on auth error
10712                 Add pseudo-log
10713                 Remove pthread-related stuff
10714
10715 2005-07-05 [colin]      1.9.12cvs21
10716
10717         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10718                 Fix crash on plugin reloading (with a hack)
10719
10720 2005-07-05 [colin]      1.9.12cvs20
10721
10722         * src/prefs_account.c
10723         * src/prefs_account.h
10724                 Fix typo
10725         * src/gtk/filesel.c
10726         * src/gtk/filesel.h
10727                 Add a way to filter the view
10728         * src/gtk/pluginwindow.c
10729                 Filter loadable stuff
10730         * src/plugins/pgpmime/prefs_gpg.c
10731                 Fix missing unregistration
10732         * .cvsignore
10733         * src/etpan/.cvsignore
10734         * src/plugins/spamassassin/.cvsignore
10735                 Add more stuff to cvs ignored files
10736
10737 2005-07-04 [colin]      1.9.12cvs19
10738
10739         * src/imap.c
10740                 Fix scan_required returning FALSE when it
10741                 shouldn't. Maybe fix #760 (Can't retrieve
10742                 messages)
10743
10744 2005-07-04 [colin]      1.9.12cvs18
10745
10746         * src/summaryview.c
10747                 Fix always_show_msg pref
10748
10749 2005-07-04 [paul]       1.9.12cvs17
10750
10751         sync with main (forgotten in last commit)
10752         
10753         * src/common/utils.c
10754         * src/common/utils.h
10755                 check_line_length(): new.
10756                 is_dir_exist()
10757                 is_file_entry_exist()
10758                 dirent_is_regular_file()
10759                 dirent_is_directory(): use g_file_test() instead of stat().
10760
10761 2005-07-04 [paul]       1.9.12cvs16
10762
10763         sync with main:
10764
10765         * src/compose.c
10766                 compose_write_to_file(): check for line
10767                 length limit and display warning if exceeds
10768         * src/jpilot.c
10769                 use get_home_dir() instead of g_get_home_dir()
10770         * src/procheader.c
10771                 removed warning about invalid date
10772         * src/vcard.c
10773                 use get_home_dir() instead of g_get_home_dir()
10774
10775 2005-07-04 [paul]       1.9.12cvs15
10776
10777         * src/stock_pixmap.c
10778                 fix new pixmap naming errors
10779                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10780
10781 2005-07-04 [colin]      1.9.12cvs14
10782
10783         * src/imap.c
10784                 Fix debugging string with a warning
10785
10786 2005-07-04 [colin]      1.9.12cvs13
10787
10788         * configure.ac
10789                 Add a check for libetpan's version (>= 0.37)
10790
10791 2005-07-04 [hoa]        1.9.12cvs12
10792
10793         * commitHelper
10794         * src/imap.c
10795         * src/etpan/imap-thread.c
10796         * src/etpan/imap-thread.h
10797                 fixed IMAP implementation of check of mails.
10798
10799 2005-07-03 [hoa]        1.9.12cvs11
10800
10801         * src/etpan/Makefile.am
10802         * src/etpan/etpan-errors.h
10803         * src/etpan/etpan-log.[ch]
10804         * src/etpan/etpan-thread-manager-types.h
10805         * src/etpan/etpan-thread-manager.[ch]
10806         * src/etpan/imap-thread.[ch]
10807         * src/Makefile.am
10808         * src/imap.c
10809         * src/main.c
10810         * src/prefs_other.c
10811         * configure.ac
10812             merged imap branch.
10813             dependency on libetpan 0.37 is now added.
10814
10815 2005-07-01 [colin]      1.9.12cvs10
10816
10817         * src/Makefile.am
10818         * src/folder.c
10819         * src/folder.h
10820         * src/folderview.c
10821         * src/stock_pixmap.c
10822         * src/stock_pixmap.h
10823         * src/plugins/trayicon/trayicon.c
10824                 Add marked symbol on folders containing
10825                 marked messages
10826         * src/procmsg.c
10827         * src/procmsg.h
10828         * src/toolbar.c
10829         * src/prefs_common.c
10830         * src/prefs_common.h
10831         * src/prefs_send.c
10832                 Add an optional confirmation dialog on queue
10833                 sending. Patch by wwp.
10834         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10835         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10836         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10837         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10838         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10839         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10840         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10841         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10842         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10843         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10844         * src/pixmaps/trash_mark.xpm            ** ADDED **
10845                 New pixmaps
10846
10847 2005-07-01 [colin]      1.9.12cvs9
10848
10849         * src/summaryview.c
10850                 Fix a little threading bug
10851         * src/addrgather.c
10852         * src/mainwindow.c
10853                 A little bit of HIG normality never hurts
10854
10855 2005-07-01 [colin]      1.9.12cvs8
10856
10857         * src/compose.c
10858         * src/msgcache.c
10859         * src/pop.c
10860         * src/procmime.c
10861         * src/recv.c
10862         * src/common/log.c
10863         * src/common/template.c
10864         * src/common/utils.c
10865         * src/common/utils.h
10866                 Reverted the fwrite_atomic stuff. In fact
10867                 it is already atomic.
10868
10869 2005-06-30 [colin]      1.9.12cvs7
10870
10871         * src/common/utils.c
10872         * src/common/utils.h
10873                 Add an fwrite_atomic() function to make
10874                 sure we write everything: fwrite can make
10875                 short writes.
10876         * src/compose.c
10877         * src/msgcache.c
10878         * src/pop.c
10879         * src/procmime.c
10880         * src/recv.c
10881         * src/common/log.c
10882         * src/common/template.c
10883                 Use that (and fix swapping of size and nmemb).
10884                 Thanks to Rich Coe for the heads up.
10885
10886 2005-06-30 [colin]      1.9.12cvs6
10887
10888         * src/addressbook.c
10889                 Optimize addressbook opening 
10890
10891 2005-06-30 [colin]      1.9.12cvs5
10892
10893         * src/summaryview.c
10894                 Remove calls to summary_step after move/copy
10895
10896 2005-06-28 [paul]       1.9.12cvs4
10897
10898         * src/alertpanel.c
10899                 wrap and make the error msg selectable
10900
10901 2005-06-28 [paul]       1.9.12cvs3
10902
10903         * src/ssl_manager.c
10904                 replace the OK button with a Close button
10905         * src/gtk/foldersort.c
10906                 use GTK_STOCK_ icons/buttons
10907
10908 2005-06-28 [colin]      1.9.12cvs2
10909
10910         * src/gedit-print.c             ** ADDED **
10911         * src/gedit-print.h             ** ADDED **
10912         * src/gtk/gtksourceprintjob.c   ** ADDED **
10913         * src/gtk/gtksourceprintjob.h   ** ADDED **
10914                 I can't believe no one had enough time to tell
10915                 me I forgot the `cvs add`
10916
10917 2005-06-27 [colin]      1.9.12cvs1
10918
10919         * src/Makefile.am
10920         * src/gtk/Makefile.am
10921         * src/messageview.c
10922         * src/procmsg.c
10923         * src/summaryview.c
10924         * configure.ac
10925                 Add optional libgnomeprint-based printing
10926         * src/mainwindow.c
10927         * src/gtk/quicksearch.c
10928                 Add an Edit/Quick search menu item to show
10929                 and focus the quicksearch
10930
10931 2005-06-27 [paul]       1.9.12
10932
10933         1.9.12 release
10934
10935         * po/ca.po
10936         * po/de.po
10937         * po/es.po
10938         * po/fr.po
10939         * po/it.po
10940         * po/ko.po
10941         * po/pt_BR.po
10942         * po/sk.po
10943         * po/zh_CN.po
10944                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10945                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10946                 SungHyun Nam, Frederico Goncalves Guimaraes,
10947                 Andrej Kacian, and Yang Guilong
10948 2005-06-26 [colin]      1.9.11cvs106
10949
10950         * src/imap_gtk.c
10951                 Forgot one file for previous fix
10952
10953 2005-06-26 [colin]      1.9.11cvs105
10954
10955         * src/folder.c
10956         * src/imap.c
10957                 Fix problems with folder operations in no_select
10958                 imap folders. it applies only to mails, and 
10959                 creation/deletion/move/renaming of folders 
10960                 should be possible
10961
10962 2005-06-26 [paul]       1.9.11cvs104
10963
10964         * src/prefs_filtering.c
10965                 replace one more GTK_STOCK_REMOVE
10966                 with GTK_STOCK_DELETE
10967
10968 2005-06-25 [colin]      1.9.11cvs103
10969
10970         * src/imap.c
10971                 Optimize get_seq_set_from_seq_list
10972                 (Patch by Ricardo) 
10973
10974 2005-06-25 [colin]      1.9.11cvs102
10975
10976         * src/mh.c
10977                 If the directory exists, but not in the
10978                 correct encoding, rename it. This should
10979                 handle old-versions-induced bugs.
10980
10981 2005-06-25 [colin]      1.9.11cvs101
10982
10983         * src/mh.c
10984                 Fix path access with extended dir names
10985                 Fixes bug #589 (SC segfaults with wrong locale
10986                 settings)
10987
10988 2005-06-25 [colin]      1.9.11cvs100
10989
10990         * src/prefs_account.c
10991         * src/prefs_account.h
10992         * src/compose.c
10993                 Add an option to encrypt replies to
10994                 encrypted messages
10995
10996 2005-06-25 [colin]      1.9.11cvs99
10997
10998         * src/compose.c
10999         * src/quote_fmt_parse.y
11000                 ... And make it work with pgpinline.
11001
11002 2005-06-25 [colin]      1.9.11cvs98
11003
11004         * src/compose.c
11005         * src/procmime.c
11006         * src/procmime.h
11007         * src/quote_fmt_parse.y
11008                 o Make reedition of encrypted messages possible
11009                   (as long as it is encrypted to self too, no
11010                    magic there)
11011                 o Make replying with quote (and without selecting
11012                   text) possible for encrypted messages.
11013                 Closes bug #550 (Not possible to "reply with quote"
11014                 to gnupg encrypted messages)
11015
11016 2005-06-24 [paul]       1.9.11cvs97
11017
11018         * src/imap.c
11019                 add missing include
11020
11021 2005-06-24 [paul]       1.9.11cvs96
11022
11023         * src/editldap.c
11024                 made bind password entry invisible
11025                 (sync with main)
11026         * src/send_message.c
11027                 send_message_local(): check exit status
11028                 to detect errors (sync with main)
11029         * src/textview.c
11030                 use main's less ambiguous popup menu
11031                 wording
11032
11033 2005-06-24 [paul]       1.9.11cvs95
11034
11035         * src/prefs_actions.c
11036         * src/prefs_customheader.c
11037         * src/prefs_display_header.c
11038         * src/prefs_filtering_action.c
11039         * src/prefs_matcher.c
11040         * src/prefs_template.c
11041         * src/prefs_toolbar.c
11042                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11043         * src/gtk/description_window.c
11044                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11045
11046 2005-06-23 [colin]      1.9.11cvs94
11047
11048         * src/summaryview.c
11049                 Fix rough edges (be sure to call status_show whenever
11050                 necessary).
11051
11052 2005-06-23 [colin]      1.9.11cvs93
11053
11054         * src/summaryview.c
11055                 Optimize Select All
11056                 Before, in a 5K mails folder: 11s
11057                 After, in the same folder: 58000µs
11058                 The joys of locking... gtk_clist_select_all() fires a 
11059                 tree-select-row event for each selected row, which in 
11060                 summaryview, callbacks summary_selected which in turn,
11061                 calls summary_status_show, which walks the selected
11062                 rows. Hence, calling gtk_clist_select_all was 
11063                 exponential. Locking the summaryview makes 
11064                 summary_selected return early.
11065
11066 2005-06-23 [colin]      1.9.11cvs92
11067
11068         * src/imap.c
11069                 Move mutex at the important place to avoid
11070                 deadlocks
11071         * src/summaryview.c
11072                 Fix Del key deleting directly instead of
11073                 moving to trash
11074
11075 2005-06-22 [colin]      1.9.11cvs91
11076
11077         * src/plugins/spamassassin/libspamc.c
11078                 As we do spagetti code with assignations in multiple
11079                 places (see _message_read_raw where out = msg = raw),
11080                 let's be sure we don't free the same pointer twice.
11081                 Should fix bug #683 (Crash in libpam at 
11082                 message_cleanup).
11083
11084 2005-06-22 [colin]      1.9.11cvs90
11085
11086         * src/compose.c
11087         * src/messageview.c
11088         * src/toolbar.c
11089                 Make toolbar's delete use the move to trash stuff;
11090                 Add gtk_widget_realize to be sure pixmaps can get
11091                 created (that may fix an old worksforme bug which
11092                 I can't find back...)
11093
11094 2005-06-22 [colin]      1.9.11cvs89
11095
11096         * src/summaryview.c
11097         * src/summaryview.h
11098         * src/mainwindow.c
11099                 Rename "Message/Delete" to "Message/Move to trash"
11100                 Add "Message/Delete..." that directly destroys the
11101                 selected messages after asking for a confirmation.
11102
11103 2005-06-22 [colin]      1.9.11cvs88
11104
11105         * src/imap.c
11106                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11107                 o Fix a deadlock (thanks Darko)
11108
11109 2005-06-22 [colin]      1.9.11cvs87
11110
11111         * src/gtk/foldersort.c
11112                 Add missing include for the i18n;
11113                 patch by Fabien Vantard
11114
11115 2005-06-21 [colin]      1.9.11cvs86
11116
11117         * src/folder.c
11118         * src/folderview.c
11119                 Respect the no_select flag
11120         * src/imap.c
11121                 Fix recursive deletion
11122         * src/imap_gtk.c
11123         * src/mh_gtk.c
11124                 Make the folder deletion's warning
11125                 more explicit
11126
11127 2005-06-21 [colin]      1.9.11cvs85
11128
11129         * src/textview.c
11130                 Prevent email addresses from spanning accross
11131                 lines - fixes bug # 646 (newline-chars in 
11132                 email addresses)
11133
11134 2005-06-20 [colin]      1.9.11cvs84
11135
11136         * src/folder.c
11137                 Be sure not to remove source if copy failed
11138
11139 2005-06-20 [colin]      1.9.11cvs83
11140
11141         * src/folderview.c
11142         * src/imap_gtk.c
11143                 remove summaryview's lock
11144         * src/imap.c
11145                 introduce threads to avoid problems when foreground tasks
11146                 interfere with background tasks
11147         * src/mh.c
11148                 prevent moving to drafts/queue
11149         * src/mimeview.c
11150                 fix leak
11151
11152 2005-06-19 [colin]      1.9.11cvs82
11153
11154         * src/imap_gtk.c
11155                 Remember that the user doesn't want to override
11156                 offline mode, for 3 seconds. It avoid presenting
11157                 him with N popups in a really short time.
11158
11159 2005-06-17 [colin]      1.9.11cvs81
11160
11161         * src/imap.c
11162                 Fix IMAP breaking on folders containing '('
11163                 (Probably won't be enough)
11164
11165 2005-06-17 [colin]      1.9.11cvs80
11166
11167         Forgotten files on 1.9.11cvs79
11168         * src/summaryview.c
11169                 Fix stepping when not immediately executing
11170         * src/imap.c
11171                 Really prevent UID FETCH 0
11172         * src/codeconv.c
11173                 Fix outgoing charset never set to utf-8
11174         * src/mh.c
11175                 Fix leak
11176
11177 2005-06-16 [colin]      1.9.11cvs79
11178
11179         * src/compose.c
11180                 Fix bug #707 (Dash splits rows)
11181                 Only wrap if we're on a line break position and
11182                 the previous one was a "white" (space) char.
11183                 Pango stuff is weird.
11184
11185 2005-06-16 [colin]      1.9.11cvs78
11186
11187         * src/imap_gtk.c
11188                 Lock summaryview while downloading messages
11189                 on user demand
11190         * src/procheader.c
11191         * src/unmime.c
11192         * src/common/utils.c
11193         * src/common/utils.h
11194                 Replace \r and \n with spaces in From and
11195                 Subject headers
11196
11197 2005-06-16 [paul]       1.9.11cvs77
11198
11199         * src/procmime.c
11200                 liberalise the mime parser
11201         * src/gtk/about.c
11202                 add text wrapping
11203
11204 2005-06-16 [paul]       1.9.11cvs76
11205
11206         * src/gtk/about.c
11207                 reworked
11208
11209 2005-06-15 [colin]      1.9.11cvs75
11210
11211         * src/compose.c
11212                 Finish header encoding fix
11213         * src/summaryview.c
11214                 Fix segfault
11215         * src/headerview.c
11216                 Fix compilation (Thanks Stephan
11217                 Sachse)
11218
11219 2005-06-15 [colin]      1.9.11cvs74
11220
11221         * Makefile.am
11222                 Install gnome2 stuff rather than gnome1, 
11223                 if both are present
11224         * src/codeconv.c
11225         * src/codeconv.h
11226         * src/compose.c
11227                 Fix headers encoding
11228         * src/folder.c
11229                 Visual progress when fetching all messages
11230         * src/folderview.c
11231         * src/summaryview.c
11232         * src/summaryview.h
11233                 Prevent changing current message while
11234                 incorporating
11235
11236 2005-06-15 [paul]       1.9.11cvs73
11237
11238         * src/gtk/gtkaspell.c
11239         * src/gtk/gtkaspell.h
11240                 fix build warnings
11241
11242 2005-06-15 [paul]       1.9.11cvs72
11243
11244         * src/prefs_filtering.c
11245                 allow reordering of filter rules by
11246                 drag n drop
11247
11248 2005-06-15 [paul]       1.9.11cvs71
11249
11250         * COPYING
11251                 updated
11252         * src/codeconv.c
11253                 replace deprecated function
11254         * src/inc.c
11255         * src/send_message.c
11256         * src/gtk/progressdialog.c
11257         * src/gtk/progressdialog.h
11258                 salvage and reuse parts of reverted sync
11259
11260 2005-06-15 [paul]       1.9.11cvs70
11261
11262         * src/inc.c
11263         * src/send_message.c
11264         * src/gtk/progressdialog.c
11265         * src/gtk/progressdialog.h
11266                 revert yesterday's sync with main
11267                 it contains deprecated functions
11268
11269 2005-06-15 [colin]      1.9.11cvs69
11270
11271         * src/headerview.c
11272                 Fix bug #670 (multi user to: will corrupt message 
11273                 headers display)
11274
11275 2005-06-15 [colin]      1.9.11cvs68
11276
11277         * src/compose.c
11278                 Fix bug #421 (Fix undo on wrapping)
11279
11280 2005-06-15 [colin]      1.9.11cvs67
11281
11282         * src/folder.c
11283                 Provide visual feedback while processing
11284                 folder's rules.
11285         * src/imap.c
11286                 Provide visual feedback while getting
11287                 short headers (for uncached messages)
11288
11289
11290 2005-06-14 [paul]       1.9.11cvs66
11291
11292         * src/account.c
11293                 change a couple stock icons
11294         * src/inc.c
11295         * src/send_message.c
11296         * src/gtk/progressdialog.c
11297         * src/gtk/progressdialog.h
11298                 sync main's GtkTreeView implementation
11299
11300 2005-06-14 [colin]      1.9.11cvs65
11301
11302         * src/imap.c
11303                 Various little fixes, mainly on error paths
11304
11305 2005-06-13 [colin]      1.9.11cvs64
11306
11307         * matcher.c
11308         * procmsg.c
11309         * procmsg.h
11310                 Add a way to fetch only headers. This speeds
11311                 up filtering on headers for IMAP. Fixes:
11312                 bug #481 extraneous imap commands slow down 
11313                         imap filtering
11314                 bug #522 Sylpheed downloads all messages 
11315                         when opening mailbox (IMAP)
11316                 bug #677 IMAP fetch is soooooooooooooo slow
11317         * src/folder.c
11318         * src/folder.h
11319                 Add a folder set_batch method so that
11320                 implementations can speed up flags changes
11321         * src/folderutils.c
11322         * src/summaryview.c
11323                 Use that in mark as (un)read and mark all read
11324                 Refix bug #679
11325         * src/imap.c
11326                 Implement set_batch - brings back deferred
11327                 flags in a less buggy manner. Fixes:
11328                 bug #729 IMAP immediate expunge of deleted messages
11329                 bug #191 remove list of messages with one command
11330                 Fix login with strange chars
11331                 Implement fetch_msg_full
11332                 Fix copy (wrong counts)
11333
11334 2005-06-12 [colin]      1.9.11cvs63
11335
11336         * src/folder.c
11337                 lock incorporation during long operations.
11338                 Avoids fucking up the IMAP socket.
11339
11340 2005-06-12 [colin]      1.9.11cvs62
11341
11342         * src/imap.c
11343                 Fix harmful typo
11344                 Factorize remove_all_msg
11345                 Thread-ize expunge
11346         * src/summaryview.c
11347                 Don't update partial-download status if unnecessary
11348         * src/folder.c
11349                 Use remove_msgs everywhere possible
11350
11351 2005-06-12 [colin]      1.9.11cvs61
11352
11353         * src/folder.c
11354         * src/folder.h
11355                 Add a remove_msgs function to remove a 
11356                 list of messages
11357         * src/imap.c
11358                 Implement that.
11359
11360 2005-06-12 [colin]      1.9.11cvs60
11361
11362         * src/imap.c
11363                 Remove flags-processing deferring... Too hard
11364                 to get it to work in all cases.
11365
11366 2005-06-11 [colin]      1.9.11cvs59
11367
11368         * src/imap.c
11369                 printf -> debug_print
11370
11371 2005-06-11 [colin]      1.9.11cvs58
11372
11373         * src/imap.c
11374                 o Fix build without USE_PTHREAD
11375                 o Factorize imap_open
11376                 o Alertpanel in case of impossible connection
11377                 o Alertpanel in case of impossible login
11378                 o Fix deferred flags processing to force a 
11379                   flush before adding some more flags to process,
11380                   but in another folder.
11381
11382 2005-06-10 [colin]      1.9.11cvs57
11383
11384         * src/imap.c
11385                 o Fix a format string error
11386                 o init ssl socket outside of the thread 
11387                   (it possibly invokes gtk calls)
11388         * src/procmime.c
11389                 o Put back the buffer to its necessary size
11390                 o Fix changing a file pointer without keeping
11391                   track of it (thanks Valgrind)
11392         * src/common/smtp.c
11393                 o Fix automatic STARTTLS if login should be done
11394                   and the server only allows it after starting TLS
11395         * src/gtk/gtkinputdialog.c
11396                 o Eat GDK_Return so that the combo popup doesn't 
11397                   appear when we press Enter to validate the combo
11398                   input dialog (as seen in the Open with... dialog)
11399
11400 2005-06-10 [colin]      1.9.11cvs56
11401
11402         * src/imap.c
11403                 o A bit less debug
11404                 o Fix a crash on deletion
11405                 o Threadize imap_select (it's called outside of 
11406                   threads)
11407                 o Defer treatment of DELETED flags
11408
11409
11410 2005-06-09 [colin]      1.9.11cvs55
11411
11412         * src/imap.c
11413                 Make sure we check imap_gtk_should_override(), which
11414                 potentially calls gtk stuff, before creating thread.
11415                 That way it should't be called via imap_get_session()
11416                 inside a thread.
11417
11418 2005-06-09 [colin]      1.9.11cvs54
11419
11420         * src/imap.c
11421                 o add a bit of status output
11422                 o remove some dead code
11423                 o threadize get_list_of_uids
11424                 o threadize imap_get_flags
11425                 o defer flag changing by 500ms so that they
11426                   can be batched
11427
11428
11429 2005-06-08 [colin]      1.9.11cvs53
11430
11431         * src/imap.c
11432                 Thread-ize imap_cmd_fetch
11433
11434 2005-06-08 [colin]      1.9.11cvs52
11435
11436         * src/main.c
11437                 Mmh, that broke POP3...
11438
11439 2005-06-08 [colin]      1.9.11cvs51
11440
11441         * src/main.c
11442                 Stabilize IMAP patch (thanks to Hoa)
11443
11444 2005-06-08 [colin]      1.9.11cvs50
11445
11446         * src/imap.c
11447                 Test patch to speed up imap. 
11448
11449 2005-06-08 [colin]      1.9.11cvs49
11450
11451         * src/imap_gtk.c
11452                 Warning fix
11453         * src/procmime.c
11454                 Apply patch from gentoo to use /usr/share/mime/globs if 
11455                 available, after un-breaking it
11456         * src/common/log.c
11457         * src/common/log.h
11458                 Use g_timeout for invoking hooks that possibly use gtk
11459                 calls. This should leave gtk calls in the main thread.
11460
11461 2005-06-08 [paul]       1.9.11cvs48
11462
11463         * src/codeconv.c
11464                 conv_get_outgoing_charset_str(): don't
11465                 use prefs_common setting
11466         * src/compose.c
11467         * src/compose.h
11468                 add /Options/Character encoding/... to
11469                 temporarily change the outgoing encoding
11470
11471         (belated sync with main)
11472
11473 2005-06-08 [paul]       1.9.11cvs47
11474
11475         * src/compose.c
11476                 correction to/completion of last
11477                 sync with main
11478
11479 2005-06-08 [paul]       1.9.11cvs46
11480
11481         sync with main:
11482         
11483         * src/codeconv.c
11484         * src/codeconv.h
11485                 always enabled Japanese auto-detection
11486                 if the first letters of locale string
11487                 is "ja"
11488         * src/compose.c
11489                 don't use "destroy" signal to destroy
11490                 Compose object (fix rare crashes on discard?)
11491         * src/mainwindow.c
11492         * src/messageview.c
11493         * src/prefs_send.c
11494                 added Hebrew encodings
11495         * src/sourcewindow.c
11496                 don't use "destroy" signal to destroy
11497                 objects
11498
11499 2005-06-07 [colin]      1.9.11cvs45
11500
11501         * src/summaryview.c
11502                 Add missing unlocks/locks
11503
11504 2005-06-07 [paul]       1.9.11cvs44
11505
11506         * src/summaryview.c
11507                 restore bug #749 fix
11508
11509 2005-06-06 [colin]      1.9.11cvs43
11510
11511         * src/summaryview.c
11512                 Fix selection bug when prefs_common.open_unread 
11513                 is FALSE
11514
11515 2005-06-06 [colin]      1.9.11cvs42
11516
11517         * src/common/md5.c
11518                 Fix a warning
11519         * src/summaryview.c
11520         * src/folderview.c
11521                 Factorize long operations beginning and end
11522                 (locking, freezing/thawing, cursor, ...)
11523                 Check selection->data member in selection-
11524                 related loops; this avoids dying an awful
11525                 death if the selection changes on us while
11526                 we're marking a whole IMAP folder unread, 
11527                 for example.
11528
11529 2005-06-06 [paul]       1.9.11cvs41
11530
11531         * src/textview.c
11532                 don't g_free() a static gchar buffer
11533
11534 2005-06-05 [colin]      1.9.11cvs40
11535
11536         * src/mainwindow.c
11537         * src/messageview.c
11538         * src/summaryview.c
11539                 Fix bug #749 (Show all headers should be
11540                 sticky as the GUI suggests)
11541
11542 2005-06-03 [paul]       1.9.11cvs39
11543
11544         * src/compose.c
11545                 don't allow editing of mail while sending.
11546                 patch by Colin
11547
11548 2005-06-03 [paul]       1.9.11cvs38
11549
11550         * src/folderview.c
11551                 add a freeze/thaw to speed up 'mark all read'
11552
11553 2005-06-03 [paul]       1.9.11cvs37
11554
11555         * src/prefs_message.c
11556                 reflect changes immediately
11557
11558 2005-06-02 [colin]      1.9.11cvs36
11559
11560         * po/POTFILES.in
11561                 Patch by Fabien Vantard.
11562
11563 2005-06-02 [colin]      1.9.11cvs35
11564
11565         * src/imap.c
11566                 Use a non-blocking imap_getline() if possible.
11567                 This should completely prevent the interface
11568                 from freezin on imap operations, although it
11569                 may do strange stuff in case of folder switching
11570                 while a big imap operation is taking place...
11571
11572                 In addition, fix a leak in the case thread
11573                 creation fails on connection.
11574
11575 2005-06-02 [colin]      1.9.11cvs34
11576
11577         * src/crash.c
11578         * src/prefs_common.h
11579                 Fix build (prefs_common_init() doesn't exist
11580                 anymore)
11581
11582 2005-06-02 [colin]      1.9.11cvs33
11583
11584         * src/prefs_account.c
11585                 Fix bug #245 (filtering rules broken when
11586                 renaming a remote account (imap4 or nntp)
11587
11588 2005-06-02 [colin]      1.9.11cvs32
11589
11590         * src/imap.c
11591                 Try to fix IMAP shortcomings: 
11592                 o Multithread imap_open()
11593                 o allow offline-mode overriding instead of
11594                   just returning NULL
11595         * src/imap_gtk.c
11596         * src/imap_gtk.h
11597                 Add a function to ask whether we want to
11598                 override offline-mode for 10 minutes (one-shot
11599                 asking was painful)
11600         * src/procheader.c
11601                 Fix segfault when imap parser isn't happy about
11602                 a missing {
11603
11604 2005-06-01 [colin]      1.9.11cvs31
11605
11606         * src/addrharvest.c
11607         * src/compose.c
11608         * src/mbox.c
11609         * src/mbox.h
11610         * src/mh.c
11611         * src/msgcache.c
11612         * src/send_message.c
11613         * src/setup.c
11614         * src/undo.c
11615         * src/common/hooks.c
11616         * src/common/prefs.c
11617         * src/common/template.c
11618         * src/common/utils.c
11619         * src/gtk/gtkutils.c
11620         * src/gtk/inputdialog.c
11621         * src/gtk/menu.c
11622         * src/gtk/pluginwindow.c
11623         * src/gtk/prefswindow.c
11624         * src/plugins/pgpmime/passphrase.c
11625         * src/plugins/pgpmime/prefs_gpg.c
11626                 More -Wall fixes
11627
11628         * src/common/Makefile.am
11629         * src/common/timing.h
11630                 Add basic timing code
11631
11632         * src/summaryview.c
11633                 Fix a bug with unread messages when 
11634                 re-sorting folders, and by the way
11635                 fix a big performance hit when 
11636                 re-sorting (10k mails: before 5s,
11637                 after .5s)
11638
11639         * src/prefs_compose_writing.c
11640         * src/prefs_compose_writing.h
11641         * src/prefs_message.c
11642         * src/prefs_message.h
11643         * src/prefs_other.c
11644         * src/prefs_other.h
11645         * src/prefs_quote.c
11646         * src/prefs_quote.h
11647         * src/prefs_receive.c
11648         * src/prefs_receive.h
11649         * src/prefs_send.c
11650         * src/prefs_send.h
11651         * src/prefs_summaries.c
11652         * src/prefs_summaries.h
11653                 Fix copyright banner
11654
11655 2005-06-01 [paul]       1.9.11cvs30
11656
11657         * po/fi.po
11658                 updated by Flammie Pirinen
11659         * src/procmime.c
11660                 fix 'Bad BASE64 content' output
11661
11662 2005-05-31 [colin]      1.9.11cvs29
11663
11664         * src/procmime.c
11665                 Oops, where did my hunk go.
11666
11667 2005-05-31 [colin]      1.9.11cvs28
11668
11669         * src/Makefile.am
11670         * src/account.c
11671         * src/action.c
11672         * src/addr_compl.c
11673         * src/addressbook.c
11674         * src/codeconv.c
11675         * src/compose.c
11676         * src/export.c
11677         * src/folder.c
11678         * src/folderview.c
11679         * src/image_viewer.c
11680         * src/main.c
11681         * src/mainwindow.c
11682         * src/messageview.c
11683         * src/mimeview.c
11684         * src/msgcache.c
11685         * src/prefs_account.c
11686         * src/prefs_actions.c
11687         * src/prefs_common.c
11688         * src/prefs_compose_writing.c
11689         * src/prefs_customheader.c
11690         * src/prefs_ext_prog.c
11691         * src/prefs_filtering.c
11692         * src/prefs_filtering_action.c
11693         * src/prefs_fonts.c
11694         * src/prefs_image_viewer.c
11695         * src/prefs_message.c
11696         * src/prefs_message.h
11697         * src/prefs_msg_colors.c
11698         * src/prefs_other.c
11699         * src/prefs_other.h
11700         * src/prefs_quote.c
11701         * src/prefs_receive.c
11702         * src/prefs_receive.h
11703         * src/prefs_send.c
11704         * src/prefs_send.h
11705         * src/prefs_spelling.c
11706         * src/prefs_summaries.c
11707         * src/prefs_summary_column.c
11708         * src/prefs_template.c
11709         * src/prefs_themes.c
11710         * src/prefs_toolbar.c
11711         * src/prefs_wrapping.c
11712         * src/procmime.c
11713         * src/procmsg.c
11714         * src/send_message.h
11715         * src/ssl_manager.c
11716         * src/summary_search.c
11717         * src/summaryview.c
11718         * src/textview.c
11719         * src/wizard.c
11720         * src/common/smtp.c
11721         * src/common/smtp.h
11722         * src/gtk/gtkutils.h
11723                 o Move the rest of Common prefs to new style
11724                 o Lots of -Wall warning fixes
11725                 o fix FIXME in cache memusage calculation
11726                 o Let return receipts be sent from any account
11727                 o Little cache optimisation (read)
11728                 o Fix bug #746 (don't treat commas as separators
11729                   when inside a quoted string)
11730
11731 2005-05-31 [paul]       1.9.11cvs27
11732
11733         * src/prefs_common.c
11734                 fix 'off-by-one' typo
11735
11736 2005-05-31 [paul]       1.9.11cvs26
11737
11738         * src/account.c
11739         * src/addr_compl.c
11740         * src/compose.c
11741         * src/foldersel.c
11742         * src/prefs_actions.c
11743         * src/prefs_common.c
11744         * src/prefs_common.h
11745         * src/prefs_customheader.c
11746         * src/prefs_display_header.c
11747         * src/prefs_filtering.c
11748         * src/prefs_filtering_action.c
11749         * src/prefs_matcher.c
11750         * src/prefs_summaries.c
11751         * src/prefs_summary_column.c
11752         * src/prefs_template.c
11753         * src/prefs_toolbar.c
11754         * src/ssl_manager.c
11755         * src/gtk/pluginwindow.c
11756         * src/gtk/prefswindow.c
11757         * src/gtk/progressdialog.c
11758                 add hidden prefs 'enable_rules_hint'
11759                 for gtk_tree_view_set_rules_hint()
11760                 (sync with main)
11761                 
11762
11763 2005-05-31 [colin]      1.9.11cvs25
11764
11765         * src/Makefile.am
11766         * src/main.c
11767         * src/prefs_common.c
11768         * src/prefs_summaries.c ** ADDED **
11769         * src/prefs_summaries.h ** ADDED **
11770                 Common/Display -> Display/Summaries
11771
11772 2005-05-31 [colin]      1.9.11cvs24
11773
11774         * src/Makefile.am
11775         * src/main.c
11776         * src/prefs_quote.c ** ADDED **
11777         * src/prefs_quote.h ** ADDED **
11778                 Move Common/Quote to Compose/Quoting
11779         * src/prefs_common.c
11780         * src/prefs_common.h
11781                 Remove old quote stuff, add
11782                 convenience functions for GtkTextView prefs
11783         * src/gtk/prefswindow.c
11784                 Set default height higher
11785
11786 2005-05-30 [colin]      1.9.11cvs23
11787
11788         * src/Makefile.am
11789         * src/main.c
11790         * src/prefs_common.c
11791         * src/prefs_compose_writing.c ** ADDED **
11792         * src/prefs_compose_writing.h ** ADDED **
11793                 Move Common/Compose prefs to Compose/Writing
11794
11795 2005-05-30 [colin]      1.9.11cvs22
11796
11797         * src/common/utils.c
11798                 Fix bug #651 (Confused Attract by Subject)
11799                 Patch by M. Benkmann <haferfrost@web.de>
11800         * AUTHORS
11801
11802 2005-05-30 [colin]      1.9.11cvs21
11803
11804         * src/compose.c
11805                 Fix concatenation of different headers of
11806                 the same type (bug #645)
11807         * src/prefs_folder_item.c
11808                 Fix bug #699 (setting color to black doesn't
11809                 work immediately)
11810         * src/procmime.c
11811                 Print out decoding error only once per
11812                 block
11813
11814 2005-05-30 [paul]       1.9.11cvs20
11815
11816         * src/common/template.c
11817                 fix Bcc
11818
11819 2005-05-30 [paul]       1.9.11cvs19
11820
11821         * doc/src/rfc2368.txt   **NEW FILE**
11822         * src/compose.c
11823                 compose_entries_set(): don't interpret Bcc
11824                 header field (conform to RFC 2368)
11825                 (sync with main)
11826
11827 2005-05-29 [colin]      1.9.11cvs18
11828
11829         * src/prefs_common.c
11830                 Let the default reply format respect
11831                 netiquette by cutting the signature.
11832
11833 2005-05-29 [colin]      1.9.11cvs17
11834
11835         * src/summaryview.c
11836                 Don't let always_show_msg override
11837                 open_unread_on_enter when opening a new
11838                 directory.
11839
11840 2005-05-27 [paul]       1.9.11cvs16
11841
11842         sync with main:
11843
11844         * src/main.c
11845                 app_will_exit(): cleanup tmp directory when exit
11846         * src/message_search.c
11847                 improved the interface and made code cleanup.
11848                 removed Clear button
11849         * src/send_message.c
11850                 send_message_local(): use GSpawn, and detect errors
11851         * src/summary_search.c
11852                 improved the interface and made code cleanup
11853         * src/textview.c
11854                 textview_write_link(): also skip non-ascii space
11855                  at the head of link strings (phishing check
11856                  didn't work at the case)
11857         * src/common/utils.c
11858                 get_command_output(): use g_spawn_command_line_sync()
11859                 instead of popen()
11860
11861 2005-05-26 [colin]      1.9.11cvs15
11862
11863         * src/folder.c
11864                 remove printf
11865
11866 2005-05-26 [colin]      1.9.11cvs14
11867
11868         * src/common/nntp.c
11869                 Fix nntp mode reader (bug #611)
11870                 Patch by Florian Mickler <florian@mickler.org>
11871
11872 2005-05-26 [colin]      1.9.11cvs13
11873
11874         * src/plugins/pgpmime/passphrase.c
11875                 Fix mouse grabbing (bug #557)
11876
11877 2005-05-26 [colin]      1.9.11cvs12
11878
11879         * src/prefs_themes.c
11880                 Fix g_warning (bug #541)
11881
11882 2005-05-26 [colin]      1.9.11cvs11
11883
11884         * src/prefs_actions.c
11885         * src/prefs_template.c
11886                 Fix bug #506 (no warning if action/template
11887                 is not saved)
11888         * src/common/template.c
11889                 Fix a possible crash
11890
11891 2005-05-26 [colin]      1.9.11cvs10
11892
11893         * src/folder.c
11894         * src/folderview.c
11895         * src/procmsg.c
11896         * src/summaryview.c
11897                 Forbid locked messages to be moved or
11898                 deleted. Locked messages in trashes 
11899                 still get deleted, for performance
11900                 reason (mh.c::mh_remove_all_msgs)
11901
11902 2005-05-25 [colin]      1.9.11cvs9
11903
11904         * src/procmime.c
11905                 Use correct encoding when sending mails
11906                 with attachments that have accentued 
11907                 chars in their name
11908
11909 2005-05-24 [colin]      1.9.11cvs8
11910
11911         * src/summaryview.c
11912                 Fix bug #688 f) read/unread marker not
11913                 changed on first click
11914                 Also, optimize summary_status_show()
11915                 calls
11916         * src/folder.c
11917         * src/inc.c
11918         * src/procmime.c
11919                 Fix bug #688 b) and c) wrt message
11920                 attachments and signature
11921         * src/stock_pixmap.c
11922         * src/stock_pixmap.h
11923         * src/stock_pixmap.c
11924         * src/stock_pixmap.h
11925         * src/Makefile.am
11926         * src/pixmaps/clip_gpg_signed.xpm
11927                 Add clip/signed icon
11928
11929 2005-05-24 [colin]      1.9.11cvs7
11930
11931         * src/folder_item_prefs.c
11932                 whitespace fix
11933
11934 2005-05-24 [colin]      1.9.11cvs6
11935
11936         * src/folderview.c
11937         * src/prefs_common.c
11938         * src/prefs_common.h
11939                 Add a confirmation to folder drag and drop
11940                 fixes bug #156
11941         * src/alertpanel.c
11942         * src/alertpanel.h
11943                 fix _with_disable parameters so that
11944                 the buttons labels are specifiable too
11945         * src/plugins/pgpmime/sgpgme.c
11946                 reflect said change
11947                 
11948
11949 2005-05-24 [colin]      1.9.11cvs5
11950
11951         * src/folderview.c
11952                 Uncollapse/collapse folders on double-click
11953                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11954                 closes bug #108
11955
11956 2005-05-23 [colin]      1.9.11cvs4
11957
11958         * src/common/socket.c
11959                 Check another special SSL_peek() error.
11960                 Should help wrt bug #728
11961
11962 2005-05-23 [colin]      1.9.11cvs3
11963
11964         * src/plugins/pgpmime/pgpmime.c
11965                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11966                 breaking menu accelerators and stuff. Users will have to
11967                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11968                 account's privacy preferences if needed.
11969
11970 2005-05-22 [paul]
11971
11972         * tools/kdeservicemenu/install.sh
11973                 use kdesu to prompt for root password if doing
11974                 global install/uninstall
11975
11976 2005-05-20 [colin]      1.9.11cvs2
11977
11978         * src/procmsg.c
11979                 Fix another compilation error with gcc-2.9x
11980                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11981         * src/send_message.c
11982                 Don't send QUIT if we aren't connected
11983
11984 2005-05-19 [colin]      1.9.11cvs1
11985
11986         * src/procmsg.c
11987                 Fix compilation with gcc 2.9x
11988
11989 2005-05-19 [paul]       1.9.11
11990
11991         1.9.11 released
11992
11993 2005-05-19 [paul]       1.9.9cvs14
11994
11995         * src/gtk/inputdialog.c
11996                 prevent gettext warning
11997
11998 2005-05-19 [paul]       1.9.9cvs13
11999
12000         * src/mainwindow.c
12001         * src/prefs_common.c
12002         * src/prefs_common.h
12003         * src/textview.c
12004         * src/textview.h
12005                 add an option to toggle cursor in message
12006                 view (sync with main)
12007
12008 2005-05-18 [colin]      1.9.9cvs12
12009
12010         * src/compose.c
12011                 Dereference freed pointer
12012         * src/gtk/gtkaspell.c
12013                 Fix duplication of dictionaries (is it an aspell issue?)
12014
12015 2005-05-18 [colin]      1.9.9cvs11
12016
12017         * src/gtk/inputdialog.c
12018         * src/gtk/gtkaspell.c
12019                 HIGuify dialogs
12020         * src/alertpanel.c
12021                 Remove a double call
12022
12023 2005-05-17 [colin]      1.9.9cvs10
12024
12025         * src/gtk/gtkaspell.c
12026                 Fix dialogs, Ctrl-Enter accel
12027
12028 2005-05-17 [colin]      1.9.9cvs9
12029
12030         * src/gtk/gtkaspell.c
12031                 Fix some accelerators, escape in replace-window
12032
12033 2005-05-16 [colin]      1.9.9cvs8
12034
12035         * src/gtk/gtkaspell.c
12036                 Revert last commit, it was a mistake.
12037
12038 2005-05-16 [colin]      1.9.9cvs7
12039
12040         * src/gtk/gtkaspell.c
12041                 Remove buggy code while we're at it. It's a 
12042                 dead code path anyway.
12043
12044 2005-05-16 [colin]      1.9.9cvs6
12045
12046         * src/gtk/gtkaspell.c
12047                 Missed some gtk_menu_popup where deactivate
12048                 signal should be handled. Should fix bug
12049                 #629 a bit more.
12050
12051 2005-05-16 [colin]      1.9.9cvs5
12052
12053         * src/gtk/gtkaspell.c
12054                 Remove debug printf()s
12055
12056 2005-05-16 [colin]      1.9.9cvs4
12057
12058         * src/gtk/gtkaspell.c
12059                 Fix a bit aspell problems
12060                 (see bug #629)
12061
12062 2005-05-13 [colin]      1.9.9cvs3
12063
12064         * src/folderview.c
12065                 Fix the + appearing even when no subfolders
12066                 have unread messages. Thanks to wwp for the
12067                 bug report.
12068
12069 2005-05-11 [paul]       1.9.9cvs2
12070
12071         * src/folderview.c
12072                 correction to 1.9.9cvs1, only colour folders that
12073                 have new msgs (not unread msgs)
12074
12075 2005-05-10 [colin]      1.9.9cvs1
12076
12077         * src/folderview.c
12078         * src/summaryview.c
12079                 Try to fix bolding bugs again.
12080
12081 2005-05-09 [paul]
12082
12083         * tools/claws.i18n.status.pl
12084                 add Ricardo Mones Lastra's script that has been providing
12085                 the i18n status page for many months
12086
12087 2005-05-09 [paul]       1.9.9
12088
12089         1.9.9 release
12090
12091 2005-05-09 [paul]       1.9.6cvs58
12092
12093         * AUTHORS
12094         * INSTALL
12095         * README.claws
12096                 updated
12097         * Makefile.am 
12098         * RELEASE_NOTES.claws
12099                 add release notes to cvs to simplify release
12100                 procedure
12101         * configure.ac
12102                 add ca and fi to ALL_LINGUAS
12103         * po/Makefile.in.in
12104                 workaround for missing Makevars
12105         * po/ca.po
12106         * po/fi.po
12107                 add new Catalan and Finnish translations
12108                 submitted by Miquel Oliete and Flammie Pirinen
12109         * po/de.po
12110         * po/es.po
12111         * po/fr.po
12112         * po/it.po
12113         * po/pl.po
12114         * po/ru.po
12115         * po/sk.po
12116         * po/sr.po
12117         * po/zh_CN.po
12118                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12119                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12120                 Urke MMI, and Hansom Young
12121         * src/main.c
12122                 Fix drafting when quitting. compose_draft() closes the
12123                 compose windows, which modifies the compose_list GSList.
12124                 We have to refresh this list after echo drafting to avoid a
12125                 segfault
12126         * src/partial_download.c
12127                 fix segfault on exit
12128
12129 2005-05-06 [paul]       1.9.6cvs57
12130
12131         * src/grouplistdialog.c
12132                 quick fix/workaround for unresizeable newsgroup
12133                 name column 
12134
12135 2005-05-06 [paul]       1.9.6cvs56
12136
12137         * src/inc.c
12138         * src/mainwindow.c
12139                 use gettext plural forms
12140         * src/imap_gtk.c
12141         * src/mh_gtk.c
12142         * src/toolbar.c
12143                 small improvement to english usage
12144
12145 2005-05-05 [thorsten]   1.9.6cvs55
12146
12147         * src/folder.c
12148                 fix possible crash
12149
12150 2005-05-05 [paul]       1.9.6cvs54
12151         
12152         sync with HEAD
12153
12154         * AUTHORS
12155         * src/compose.c
12156                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12157                 patch by Tim Mann
12158
12159 2005-05-05 [paul]       1.9.6cvs53
12160
12161         * src/mainwindow.c
12162                 fix resizing of separate message and
12163                 folder views
12164
12165 2005-05-05 [paul]       1.9.6cvs52
12166
12167         * src/account.c
12168         * src/addrgather.c
12169         * src/browseldap.c
12170         * src/exphtmldlg.c
12171         * src/expldifdlg.c
12172         * src/importmutt.c
12173         * src/importpine.c
12174         * src/main.c
12175         * src/mainwindow.c
12176         * src/noticeview.c
12177         * src/prefs_filtering.c
12178         * src/prefs_filtering_action.c
12179         * src/prefs_matcher.c
12180         * src/prefs_spelling.c
12181         * src/prefs_toolbar.c
12182         * src/toolbar.c
12183         * src/wizard.c
12184         * src/gtk/description_window.c
12185         * src/gtk/gtkvscrollbutton.c
12186         * src/gtk/progressdialog.c
12187         * src/gtk/quicksearch.c
12188         * src/plugins/pgpmime/prefs_gpg.c
12189         * src/plugins/spamassassin/spamassassin_gtk.c
12190                 replace deprecated gtk_widget_set_usize
12191
12192 2005-05-04 [colin]      1.9.6cvs51
12193
12194         * src/common/utils.c
12195                 Fix crash when subst_for_filename is called
12196                 with a NULL parameter
12197
12198 2005-05-04 [colin]      1.9.6cvs50
12199
12200         * src/partial_download.c
12201         * src/pop.c
12202                 Escape login when writing uidl file
12203                 fixes bug #736
12204
12205 2005-05-03 [colin]      1.9.6cvs49
12206
12207         * src/procmime.c
12208                 Fix possible DOS in mime parser
12209                 (see bug #634)
12210
12211 2005-05-02 [colin]      1.9.6cvs48
12212
12213         * src/compose.c
12214                 Try to fix the copy/paste mess once again.
12215
12216
12217 2005-04-30 [colin]      1.9.6cvs47
12218
12219         * src/prefs_account.h
12220         * src/procmsg.c
12221         * src/send_message.c
12222         * src/common/smtp.c
12223         * src/common/smtp.h
12224                 Try to batch sending mails (per account) instead of
12225                 reconnecting to server every time.
12226
12227 2005-04-29 [colin]      1.9.6cvs46
12228
12229         * src/messageview.c
12230                 Fix window resizing that refused to size down
12231         * src/prefs_common.c
12232         * src/prefs_common.h
12233         * src/prefs_filtering.c
12234                 Save Filtering's window size
12235
12236 2005-04-21 [paul]       1.9.6cvs45
12237
12238         * ChangeLog-gtk2.claws
12239         * src/setup.c
12240                 correction to sync
12241
12242 2005-04-21 [paul]       1.9.6cvs44
12243
12244         sync with main:
12245
12246         * src/setup.c
12247         * src/statusbar.c
12248         * src/statusbar.h
12249                 use gtkut_widget_draw_now(). Improved performance
12250                 of the update of statusbar
12251         * src/textview.c
12252                 textview_smooth_scroll_do(): redraw it after scroll
12253                 is done (fixed incorrect display when a part of the
12254                 view is hidden).
12255         * src/gtk/gtkutils.c
12256         * src/gtk/gtkutils.h
12257                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12258                 to force update of widgets.
12259                 Removed gtkut_widget_wait_for_draw() which had a big
12260                 overhead  because of waiting for all events processed 
12261
12262 2005-04-20 [paul]       1.9.6cvs43
12263
12264         * src/codeconv.c
12265                 complete 1.9.6cvs42's sync:
12266                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12267
12268 2005-04-19 [paul]       1.9.6cvs42
12269
12270         sync with main:
12271
12272         * src/action.c
12273                 catch_output(): correctly select the insert text
12274                 (fix invalid iterator warnings).
12275         * src/codeconv.c
12276         * src/codeconv.h
12277         * src/mainwindow.c
12278         * src/messageview.c
12279         * src/prefs_common.c
12280                 support GBK encoding.
12281         * src/common/session.c
12282         * src/common/session.h
12283                 use separate buffer for large data to be sent,
12284                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12285
12286 2005-04-18 [paul]       1.9.6cvs41
12287
12288         * src/jpilot.c
12289                 convert unsigned long into guint32
12290                 patch by Paul LeoNerd Evans 
12291
12292 2005-04-17 [colin]      1.9.6cvs40
12293
12294         * src/compose.c
12295                 Fix 'Request return receipt' from folder
12296                 properties (bug #708)
12297
12298 2005-04-17 [colin]      1.9.6cvs39
12299
12300         * src/mainwindow.c
12301                 Fix duplicate hotkeys in Mainwindow's menu
12302
12303 2005-04-17 [colin]      1.9.6cvs38
12304
12305         * src/folderview.c
12306                 Fix duplicate hotkeys in Folderview's contextual
12307                 menu
12308
12309 2005-04-15 [colin]      1.9.6cvs37
12310
12311         * src/summaryview.c
12312                 Fix 'Save as...' with non-ascii filenames
12313
12314 2005-04-15 [colin]      1.9.6cvs36
12315
12316         * src/plugins/pgpmime/pgpmime.c
12317                 Fix bus error on 64bit. Spotted by 
12318                 macallan1888@gmail.com
12319
12320 2005-04-15 [colin]      1.9.6cvs35
12321
12322         * src/prefs_account.c
12323                 Fix cvs34.
12324
12325 2005-04-12 [colin]      1.9.6cvs34
12326
12327         * src/prefs_account.c
12328                 Fix smtp auth type off-by-one. We forgot to
12329                 add PLAIN in the prefs-to-gui setter func and
12330                 as a result, the selected auth when opening
12331                 account prefs was not the correct one.
12332
12333 2005-04-12 [paul]       1.9.6cvs33
12334
12335         * src/inc.c
12336                 if the recv dialog is visible, Cancel only
12337                 cancels the current account
12338
12339
12340 2005-04-10 [colin]      1.9.6cvs32
12341
12342         * src/filtering.c
12343                 Copy score when copying FilteringActions
12344                 Fix bug #674
12345
12346 2005-04-10 [colin]      1.9.6cvs31
12347
12348         * src/inc.c
12349                 Make Message -> Receive -> Cancel cancel 
12350                 incorporation on all accounts. Fixes
12351                 bug #693
12352
12353 2005-04-10 [colin]      1.9.6cvs30
12354
12355         * src/prefs_account.c
12356                 Update Privacy checkbuttons status based
12357                 on the selected privacy system
12358         * src/compose.c
12359                 Always connect the "None" privacy system; the
12360                 static boolean was probably there to avoid
12361                 reconnecting twice in the same compose window,
12362                 but as the parent function is only called once
12363                 per compose, it's only a bug - as a static is
12364                 initialized once per application instance.
12365                 Also, don't uncheck Sign and Encrypt when
12366                 selecting None as privacy system; just ignore
12367                 them when sending/queuing.
12368                 Should fix bug #695
12369
12370 2005-04-08 [colin]      1.9.6cvs29
12371
12372         * src/account.c
12373         * src/prefs_account.c
12374         * src/prefs_account.h
12375                 Add account preference to queue message in a certain
12376                 folder.
12377
12378 2005-04-06 [colin]      1.9.6cvs28
12379
12380         * src/prefs_account.c
12381                 Update old inbox path syntax
12382
12383 2005-04-06 [paul]       1.9.6cvs27
12384
12385         sync with main:
12386
12387         * configure.ac
12388                 changed -traditional-cpp to -no-cpp-precomp for newer
12389                 Mac OS X support
12390         * src/foldersel.c
12391                 made column resize automatically
12392         * src/send_message.c
12393                 send_message_smtp(): consider EOF right after QUIT
12394                 successful (workaround for Gmail SMTP server)
12395         * src/common/socket.c
12396                 ssl_read(), ssl_peek(): check EOF which violates the
12397                 SSL protocol
12398         * src/gtk/colorlabel.c
12399                 removed warnings when displaying colorlabel menu
12400                 (don't use GtkAlignment)
12401
12402 2005-04-05 [paul]       1.9.6cvs26
12403
12404         * src/plugins/trayicon/trayicon.c
12405                 fix clipping of icon under KDE3 
12406
12407 2005-04-05 [paul]       1.9.6cvs25
12408
12409         * src/summaryview.c
12410                 hide display of threading
12411                 patch by Alfons
12412
12413 2005-04-04 [thorsten]   1.9.6cvs24
12414
12415         * src/mh.c
12416                 marks lost on filesystems with different stat() results on
12417                 summer-/wintertime
12418
12419 2005-04-03 [colin]      1.9.6cvs23
12420
12421         * src/summaryview.c
12422                 Don't handle up/down. Patch by Alfons
12423
12424 2005-04-02 [colin]      1.9.6cvs22
12425
12426         * src/summaryview.c
12427                 Make scrolling faster. Patch by Alfons.
12428
12429 2005-04-01 [colin]      1.9.6cvs21
12430
12431         * src/Makefile.am
12432         * src/stock_pixmap.c
12433         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12434         * src/pixmaps/dir_noselect.xpm ** ADDED **
12435                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12436
12437 2005-04-01 [colin]      1.9.6cvs20
12438
12439         * src/image_viewer.c
12440         * src/image_viewer.h
12441         * src/procmime.c
12442         * src/procmime.h
12443         * src/textview.c
12444         * src/textview.h
12445                 Implement inline image resizing and right-clicking
12446
12447 2005-04-01 [paul]       1.9.6cvs19
12448
12449         * AUTHORS
12450         * Makefile.am
12451         * configure.ac
12452                 check for gnome2
12453                 patch by Luca Cavalli <loopback<AT>slackit.org>
12454         * po/ru.po
12455                 updated by Pavlo Bohmat
12456
12457 2005-03-31 [colin]      1.9.6cvs18
12458
12459         * src/news.c
12460                 Fix parsing references
12461         * src/msgcache.c
12462                 don't put nulls in the references list
12463         * src/procheader.c
12464                 commit that forgotten file in 1.9.6cvs14
12465
12466 2005-03-31 [colin]      1.9.6cvs17
12467
12468         * src/compose.c
12469                 Fix joining of signature separator again. 
12470                 Maybe Hiro could put it in main too...
12471
12472 2005-03-31 [colin]      1.9.6cvs16
12473
12474         * src/Makefile.am
12475         * src/foldersel.c
12476         * src/stock_pixmap.c
12477         * src/stock_pixmap.h
12478         * src/pixmaps/dir-noselect.xpm
12479                 Update foldersel.c (sync from main, patch by Alfons)
12480
12481 2005-03-30 [colin]      1.9.6cvs15
12482
12483         * src/imap.c
12484                 Fix handling of imap folders containing [] in 
12485                 their name. Thanks to Nahuel Angelinetti for
12486                 the detailed bugreport.
12487
12488 2005-03-30 [colin]      1.9.6cvs14
12489
12490         * src/common/utils.h
12491         * src/common/utils.c
12492         * src/common/defs.h
12493         * src/matcher.c
12494         * src/msgcache.c
12495         * src/news.c
12496         * src/procmsg.c
12497         * src/procmsg.h
12498         * src/quote_fmt_parse.y
12499         * src/summaryview.c
12500                 Update references system. Patch by Alfons
12501
12502 2005-03-30 [colin]      1.9.6cvs13
12503
12504         * src/common/socket.c
12505                 Force the glibc to read resolv.conf again when 
12506                 it has changed. Should fix issues when changing
12507                 networks on a laptop and not restarting sylpheed. 
12508
12509 2005-03-30 [paul]       1.9.6cvs12
12510
12511         partial sync with main:
12512
12513         * src/action.c
12514                 create_io_dialog(): use user-defined text font
12515                 (thanks to Alfons), and modified its appearance.
12516         * src/addrgather.c
12517         * src/addrharvest.c
12518         * src/browseldap.c
12519                 replace old code
12520         * src/compose.c
12521                 don't join (presumably) itemized lines on line-wrapping
12522                 fixed wrapping of quote when auto-wrapping is enabled
12523                 compose_destroy(): destroy paned only if it's not
12524                 attached to window. Fixed memory leak of popup menu.
12525         * src/exphtmldlg.c
12526         * src/expldifdlg.c
12527                 replace old code
12528         * src/html.c
12529         * src/html.h
12530         * src/importmutt.c
12531         * src/importpine.c
12532                 replace old code
12533         * src/main.c
12534                 removed redundant code
12535         * src/mainwindow.c
12536                 changed 'Code set' (which is rather incorrect)
12537                 in the menu to 'Character encoding'
12538                 main_window_set_widgets(): request size first
12539                 to prevent window size becoming wrong
12540                 fixed remembering of the state of the visibility
12541                 of MessageView
12542         * src/messageview.c
12543                 changed 'Code set' (which is rather incorrect)
12544                 in the menu to 'Character encoding'
12545         * src/prefs_common.c
12546         * src/prefs_common.h
12547                 added an option whether to render HTML as text or not
12548                 added separators to outgoing encoding menu
12549         * src/procheader.c
12550                 procheader_scan_date_string(): support header
12551                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12552         * src/summaryview.c
12553         * src/summaryview.h
12554                 minor code cleanup
12555         * src/textview.c
12556                 textview_show_html(): force output of newline
12557                 added an option whether to render HTML as text or not
12558         * src/common/utils.c
12559                 strncpy2(): optimized based on Alfons' code
12560         * src/gtk/gtkutils.c
12561         * src/gtk/gtkutils.h
12562                 removed non-used code
12563         * src/plugins/pgpmime/passphrase.c
12564                 partially fixed grab input of passphrase dialog
12565                 Confine pointer to window
12566
12567 2005-03-30 [colin]      1.9.6cvs11
12568
12569         * src/msgcache.c
12570         * src/msgcache.h
12571                 Read/write 32bit ints from cache & marks
12572                 From main.
12573
12574 2005-03-29 [paul]       1.9.6cvs10
12575
12576         * AUTHORS
12577         * ChangeLog.claws
12578         * src/compose.c
12579         * src/gtk/gtkaspell.c
12580                 sync with HEAD (don't pass NULL pointers) 
12581
12582 2005-03-24 [paul]
12583
12584         * tools/Makefile.am
12585         * tools/README
12586         * tools/acroread2sylpheed.pl
12587                 sync with HEAD (add script to send pdfs as
12588                 attachments from Adobe Reader 7)
12589
12590 2005-03-21 [paul]       1.9.6cvs9
12591
12592         * configure.ac
12593         * po/POTFILES.in
12594         * src/Makefile.am
12595         * src/crash.c
12596         * src/image_viewer.c ** ADDED **
12597         * src/image_viewer.h ** ADDED **
12598         * src/main.c
12599         * src/prefs_common.c
12600         * src/prefs_common.h
12601         * src/prefs_image_viewer.c ** ADDED **
12602         * src/prefs_image_viewer.h ** ADDED **
12603         * src/textview.c
12604         * src/gtk/about.c
12605         * src/pixmaps/sylpheed_logo.xpm
12606         * src/plugins/Makefile.am
12607         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12608         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12609         * src/plugins/image_viewer/plugin.c ** REMOVED **
12610         * src/plugins/image_viewer/viewer.c ** REMOVED **
12611         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12612         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12613         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12614         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12615         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12616                 as gdk-pixbuf is now built-in
12617                 remove image_viewer plugin and put code back into
12618                 main codebase
12619                 implement inline image display (sync with main)
12620
12621                 replace logo with newer, nicer, larger version  
12622
12623 2005-03-21 [paul]       1.9.6cvs8
12624
12625         * src/gtk/about.c
12626                 cosmetic improvement
12627
12628 2005-03-21 [holger]     1.9.6cvs7
12629
12630         * src/plugins/spamassassin/spamassassin.c
12631                 Sync with HEAD
12632                 (unregister hook on failed plugin init)
12633
12634 2005-03-20 [colin]      1.9.6cvs6
12635
12636         * src/common/plugin.c
12637                 Check that plugin isn't already loaded
12638                 Patch by Alfons
12639
12640 2005-03-20 [thorsten]   1.9.6cvs5
12641
12642         * src/compose.c
12643                 use a more compatible syntax
12644
12645 2005-03-20 [thorsten]   1.9.6cvs4
12646
12647         * src/prefs_toolbar.c
12648                 fix crash when selecting toolbar item (uninitialized pointer)
12649
12650 2005-03-20 [thorsten]   1.9.6cvs3
12651
12652         * src/procmime.c
12653                 fix mimetype detection (referenced free()d string)
12654
12655 2005-03-20 [paul]       1.9.6cvs2
12656
12657         * src/compose.c
12658                 sync with HEAD (1.0.3cvs5)
12659                 neglect Reply-To header if empty
12660                 Patch by Alfons 
12661
12662 2005-03-19 [holger]     1.9.6cvs1
12663
12664         * src/summaryview.c
12665         * src/summaryview.h
12666                 Sync with HEAD
12667
12668 2005-03-18 [paul]       1.9.6
12669
12670         initial GTK2 release
12671
12672 2005-03-18 [paul]       1.0.3cvs3.1
12673
12674         * AUTHORS
12675         * ChangeLog.claws
12676         * configure.ac
12677         * src/gtk/about.c
12678         * src/pixmaps/sylpheed_logo.xpm
12679                 sync with HEAD
12680
12681 2005-03-18 [colin]      1.0.3cvs2.6
12682
12683         * src/summaryview.c
12684                 Remove call to summary_step in summary_copy_selected_to
12685                 Can't see its purpose, and this causes bug when copying
12686                 a message if the next one is unread: it reads it.
12687
12688 2005-03-18 [paul]       1.0.3cvs2.5
12689
12690         * src/foldersel.c
12691                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12692
12693 2005-03-18 [paul]       1.0.3cvs2.4
12694
12695         * src/addrharvest.c
12696         * src/codeconv.c
12697         * src/codeconv.h
12698         * src/compose.c
12699         * src/news.c
12700         * src/procheader.c
12701         * src/procmime.c
12702         * src/unmime.c
12703         * src/unmime.h
12704                 fix buffer overflow, CAN-2005-0667, see
12705                 http://secunia.com/advisories/14491/
12706                 Patch by Alfons
12707
12708 2005-03-17 [colin]      1.0.3cvs2.3
12709
12710         * src/prefs_fonts.c
12711         * src/summaryview.c
12712                 Fix font bugs (both lists now officialy share 
12713                 the same font)
12714                 
12715
12716 2005-03-17 [paul]       1.0.3cvs2.2
12717
12718         * src/gtk/pluginwindow.c
12719                 make plugin descriptions uneditable
12720
12721 2005-03-11 [paul]       1.0.3cvs2.1
12722
12723         * ChangeLog.claws
12724         * configure.ac
12725         * po/POTFILES.in
12726         * src/plugins/trayicon/trayicon.c
12727                 sync with HEAD
12728                 add src/wizard.c to POTFILES.in
12729
12730 2005-03-11 [paul]       1.0.3cvs1.1
12731
12732         * ChangeLog
12733         * ChangeLog.claws
12734         * configure.ac
12735         * po/de.po
12736         * po/es.po
12737         * po/fr.po
12738         * po/it.po
12739         * po/pt_BR.po
12740         * po/ru.po
12741         * po/sk.po
12742         * po/sr.po
12743         * po/zh_CN.po
12744                 sync with HEAD
12745
12746 2005-03-04 [colin]      1.0.1cvs22.2
12747
12748         * src/compose.c
12749                 Fix signatures with accentued chars in it
12750
12751 2005-03-04 [colin]      1.0.1cvs22.1
12752
12753         * src/common/smtp.c
12754         * src/common/smtp.h
12755                 Don't use SIZE param in MAIL FROM: if server 
12756                 doesn't support it. Patch by Eugen Freiter
12757                 <eugen_f@users.sf.net>
12758
12759 2005-02-27 [paul]       1.0.1cvs20.1
12760
12761         * ChangeLog.claws
12762         * configure.ac
12763         * src/messageview.c
12764                 sync with HEAD
12765
12766 2005-02-27 [colin]      1.0.1cvs19.4
12767
12768         * src/procheader.c
12769         * src/procheader.h
12770                 Fix prototypes. Patch by Alfons
12771
12772 2005-02-27 [colin]      1.0.1cvs19.3
12773
12774         * src/compose.c
12775                 Don't auto-join the signature separator.
12776
12777 2005-02-26 [colin]      1.0.1cvs19.2
12778
12779         * src/summaryview.c
12780                 Fix 'mark all read' with collapsed threads.
12781                 Patch by Alfons.
12782
12783 2005-02-25 [paul]       1.0.1cvs19.1
12784
12785         * ChangeLog.claws
12786         * configure.ac
12787         * src/prefs_account.c
12788         * src/prefs_folder_item.c
12789         * src/gtk/prefswindow.c
12790         * src/gtk/prefswindow.h
12791                 sync with HEAD
12792
12793 2005-02-25 [paul]       1.0.1cvs15.12
12794
12795         * src/alertpanel.c
12796         * src/codeconv.c
12797         * src/compose.c
12798         * src/textview.c
12799         * src/gtk/gtkutils.c
12800         * src/gtk/gtkutils.h
12801         * src/gtk/logwindow.c
12802         * src/gtk/progressdialog.c
12803                 sync with main (revision 127)
12804                 and fix logwindow clipping
12805
12806 2005-02-24 [colin]      1.0.1cvs15.11
12807
12808         * src/plugins/pgpmime/passphrase.c
12809                 Disable input grabbing; it doesn't work yet.
12810
12811 2005-02-24 [colin]      1.0.1cvs15.10
12812
12813         * src/messageview.c
12814                 Don't send out receipts if offline. Ask.
12815
12816 2005-02-23 [colin]      1.0.1cvs15.9
12817
12818         * src/summaryview.c     
12819                 Fix expanding
12820
12821 2005-02-23 [colin]      1.0.1cvs15.8
12822
12823         * src/summaryview.c
12824                 Really fix Bug 568 by removing useless
12825                 calls. summary_thread_init() now called
12826                 in summary_sort(). This should please
12827                 Alfons as it should be faster than 
12828                 previously.
12829
12830 2005-02-23 [colin]      1.0.1cvs15.7
12831
12832         * src/compose.c
12833                 Encode parts as QP or B64 if signing
12834
12835 2005-02-23 [colin]      1.0.1cvs15.6
12836
12837         * src/compose.c
12838                 Fix Mimeinfo leakage (including tmp files)
12839         * src/procmsg.c
12840                 Fix tmp file leakage (spotted by Ivan Rayner)
12841
12842 2005-02-22 [colin]      1.0.1cvs15.5
12843
12844         * src/expldifdlg.c
12845                 Fix keyboard input. Patch by Alfons.
12846
12847 2005-02-21 [colin]      1.0.1cvs15.4
12848
12849         * src/compose.c
12850                 Fix Sign/Encrypt when unselecting privacy
12851                 system
12852         * src/prefs_common.c
12853                 Change default message font to Monospace
12854         * src/summaryview.c
12855                 More freezing during potentially large operations
12856
12857 2005-02-21 [paul]       1.0.1cvs15.3
12858
12859         * src/main.c
12860                 fix --help output
12861
12862 2005-02-21 [paul]       1.0.1cvs15.2
12863
12864         * po/Makefile.in.in
12865         * src/compose.c
12866         * src/summaryview.c
12867         * src/textview.c
12868         * src/common/utils.c
12869         * src/common/utils.h
12870                 sync with main (revision 117)
12871
12872 2005-02-20 [colin]      1.0.1cvs15.1
12873
12874         * src/common/defs.h
12875                 Change cache file to .sylpheed_claws_cache, as
12876                 suggested by Alfons. Allows people to switch
12877                 between Sylpheed and Sylpheed-Claws. it is
12878                 a good idea to "Check for new messages" at next
12879                 startup.
12880
12881
12882 2005-02-18 [colin]      1.0.1cvs14.1
12883
12884         * src/quote_fmt_lex.l
12885         * src/quote_fmt_parse.y
12886                 Fix parser initialisation. Patch by Ivan.
12887
12888 2005-02-18 [colin]      1.0.1cvs11.6
12889
12890         * src/folderview.c
12891                 Fix scrolldown (bug 662)
12892
12893 2005-02-17 [colin]      1.0.1cvs11.5
12894
12895         * src/codeconv.c
12896                 conv_filename_to_utf8: return clean 7bit instead
12897                 of broken utf8 if needed
12898         * src/mimeview.c
12899                 Fix display of parts with unclean 8bit names
12900
12901 2005-02-17 [paul]       1.0.1cvs11.4
12902
12903         * src/compose.c
12904         * src/exportldif.c
12905         * src/matcher_parser_parse.y
12906         * src/procmime.c
12907         * src/sourcewindow.c
12908         * src/common/Makefile.am
12909         * src/common/intl.h             ** REMOVED **
12910         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12911                 sync with main (revision 109)
12912                 and clean up
12913
12914 2005-02-16 [colin]      1.0.1cvs11.3
12915
12916         * src/summaryview.c
12917                 Fix collapsed thread not highlighting when new
12918                 messages in it (Bug 568) Patch by Stephan Sachse.
12919                 Fix messed up selection when reaching bounds (Bug 632)
12920         * src/prefs_themes.c
12921                 Fix theme installing (Bug 684)
12922
12923 2005-02-16 [colin]      1.0.1cvs11.2
12924
12925         * src/messageview.c
12926                 Fix messageview_select_all
12927
12928 2005-02-16 [colin]      1.0.1cvs11.1
12929
12930         * src/mh.c
12931                 Sync with HEAD (MH scan required function)
12932
12933 2005-02-15 [colin]      1.0.1cvs8.1
12934
12935         * src/mimeview.c
12936         * src/common/utils.c
12937                 Sync with HEAD (filename chars substitution)
12938
12939 2005-02-15 [colin]      1.0.1cvs7.3
12940
12941         * src/gtk/pluginwindow.c
12942                 Fix button spacing
12943
12944 2005-02-15 [colin]      1.0.1cvs7.2
12945
12946         * src/mimeview.c
12947                 Fix mime icons not reset across message when
12948                 scrolled down
12949
12950 2005-02-15 [colin]      1.0.1cvs7.1
12951
12952         * src/compose.c
12953         * src/procmime.c
12954                 Sync with HEAD (optimisation of cvs6)
12955
12956 2005-02-14 [colin]      1.0.1cvs6.1
12957
12958         * src/compose.c
12959         * src/procmime.c
12960                 Sync with HEAD (encode "From " at line beginning)
12961
12962 2005-02-14 [colin]      1.0.1cvs5.3
12963
12964         * src/compose.c
12965                 Fix wrapping with accentued chars.
12966
12967 2005-02-13 [colin]      1.0.1cvs5.2
12968
12969         * src/textview.c
12970                 Fix email informative part parsing with
12971                 accentued chars in it. ispunct() returns
12972                 true for them in utf8...
12973
12974 2005-02-12 [colin]      1.0.1cvs5.1
12975
12976         * src/filtering.c
12977                 Sync with HEAD (remove wrong use of compose after send)
12978
12979 2005-02-12 [paul]       1.0.1cvs4.5
12980
12981         * src/textview.c
12982                 remove unnecessary code (thanks to Alfons)
12983
12984 2005-02-12 [paul]       1.0.1cvs4.4
12985
12986         * src/textview.c
12987                 add 'Copy' to contextual menu on emails
12988
12989 2005-02-11 [colin]      1.0.1cvs4.3
12990
12991         * src/compose.c
12992                 revert 1.0.0cvs28.2, it doesn't work that well.
12993
12994 2005-02-11 [paul]       1.0.1cvs4.2
12995
12996         * po/Makefile.in.in
12997                 fix 'make release'
12998
12999 2005-02-10 [paul]       1.0.1cvs4.1
13000
13001         * ChangeLog
13002         * ChangeLog.claws
13003         * ChangeLog.jp
13004         * configure.ac
13005         * src/compose.c
13006                 sync with HEAD (sync with main)
13007
13008 2005-02-10 [paul]       1.0.1cvs3.2
13009
13010         * AUTHORS
13011         * Makefile.am
13012         * autogen.sh
13013         * configure.ac
13014         * config/mkinstalldirs
13015         * intl/.cvsignore
13016         * intl/ChangeLog
13017         * intl/VERSION
13018         * intl/bindtextdom.c
13019         * intl/config.charset
13020         * intl/dcgettext.c
13021         * intl/dcigettext.c
13022         * intl/dcngettext.c
13023         * intl/dgettext.c
13024         * intl/dngettext.c
13025         * intl/eval-plural.h
13026         * intl/explodename.c
13027         * intl/finddomain.c
13028         * intl/gettext.c
13029         * intl/gettextP.h
13030         * intl/gmo.h
13031         * intl/hash-string.h
13032         * intl/intl-compat.c
13033         * intl/l10nflist.c
13034         * intl/libgnuintl.h.in
13035         * intl/loadinfo.h
13036         * intl/loadmsgcat.c
13037         * intl/localcharset.c
13038         * intl/localcharset.h
13039         * intl/locale.alias
13040         * intl/localealias.c
13041         * intl/localename.c
13042         * intl/log.c
13043         * intl/ngettext.c
13044         * intl/os2compat.c
13045         * intl/os2compat.h
13046         * intl/osdep.c
13047         * intl/plural-exp.c
13048         * intl/plural-exp.h
13049         * intl/plural.c
13050         * intl/plural.y
13051         * intl/ref-add.sin
13052         * intl/ref-del.sin
13053         * intl/relocatable.c
13054         * intl/relocatable.h
13055         * intl/textdomain.c
13056         * m4/Makefile.am
13057         * po/Makefile.in.in
13058         * src/Makefile.am
13059         * src/account.c
13060         * src/action.c
13061         * src/addr_compl.c
13062         * src/addressadd.c
13063         * src/addressbook.c
13064         * src/addrgather.c
13065         * src/addrindex.c
13066         * src/alertpanel.c
13067         * src/browseldap.c
13068         * src/codeconv.c
13069         * src/codeconv.h
13070         * src/compose.c
13071         * src/compose.h
13072         * src/crash.c
13073         * src/editaddress.c
13074         * src/editbook.c
13075         * src/editgroup.c
13076         * src/editjpilot.c
13077         * src/editldap.c
13078         * src/editldap_basedn.c
13079         * src/editvcard.c
13080         * src/exphtmldlg.c
13081         * src/expldifdlg.c
13082         * src/export.c
13083         * src/exporthtml.c
13084         * src/filtering.c
13085         * src/folder.c
13086         * src/folder_item_prefs.c
13087         * src/foldersel.c
13088         * src/folderview.c
13089         * src/grouplistdialog.c
13090         * src/headerview.c
13091         * src/imap.c
13092         * src/imap_gtk.c
13093         * src/import.c
13094         * src/importldif.c
13095         * src/importmutt.c
13096         * src/importpine.c
13097         * src/inc.c
13098         * src/ldif.c
13099         * src/main.c
13100         * src/mainwindow.c
13101         * src/matcher.c
13102         * src/mbox.c
13103         * src/message_search.c
13104         * src/messageview.c
13105         * src/mh.c
13106         * src/mh_gtk.c
13107         * src/mimeview.c
13108         * src/msgcache.c
13109         * src/news.c
13110         * src/news_gtk.c
13111         * src/noticeview.c
13112         * src/partial_download.c
13113         * src/pop.c
13114         * src/prefs_account.c
13115         * src/prefs_actions.c
13116         * src/prefs_common.c
13117         * src/prefs_customheader.c
13118         * src/prefs_display_header.c
13119         * src/prefs_ext_prog.c
13120         * src/prefs_filtering.c
13121         * src/prefs_filtering_action.c
13122         * src/prefs_folder_item.c
13123         * src/prefs_fonts.c
13124         * src/prefs_gtk.c
13125         * src/prefs_matcher.c
13126         * src/prefs_msg_colors.c
13127         * src/prefs_spelling.c
13128         * src/prefs_summary_column.c
13129         * src/prefs_template.c
13130         * src/prefs_themes.c
13131         * src/prefs_toolbar.c
13132         * src/prefs_wrapping.c
13133         * src/privacy.c
13134         * src/procheader.c
13135         * src/procmime.c
13136         * src/procmsg.c
13137         * src/quote_fmt.c
13138         * src/recv.c
13139         * src/send_message.c
13140         * src/setup.c
13141         * src/sourcewindow.c
13142         * src/ssl_manager.c
13143         * src/statusbar.c
13144         * src/summary_search.c
13145         * src/summaryview.c
13146         * src/textview.c
13147         * src/toolbar.c
13148         * src/wizard.c
13149         * src/common/nntp.c
13150         * src/common/plugin.c
13151         * src/common/smtp.c
13152         * src/common/ssl.c
13153         * src/common/ssl_certificate.c
13154         * src/common/string_match.c
13155         * src/common/sylpheed.c
13156         * src/common/template.c
13157         * src/common/utils.c
13158         * src/gtk/about.c
13159         * src/gtk/colorlabel.c
13160         * src/gtk/description_window.c
13161         * src/gtk/filesel.c
13162         * src/gtk/foldersort.c
13163         * src/gtk/gtkaspell.c
13164         * src/gtk/gtkutils.c
13165         * src/gtk/inputdialog.c
13166         * src/gtk/logwindow.c
13167         * src/gtk/menu.c
13168         * src/gtk/pluginwindow.c
13169         * src/gtk/prefswindow.c
13170         * src/gtk/progressdialog.c
13171         * src/gtk/quicksearch.c
13172         * src/gtk/sslcertwindow.c
13173         * src/plugins/clamav/clamav_plugin.c
13174         * src/plugins/clamav/clamav_plugin_gtk.c
13175         * src/plugins/demo/demo.c
13176         * src/plugins/dillo_viewer/dillo_prefs.c
13177         * src/plugins/dillo_viewer/dillo_viewer.c
13178         * src/plugins/image_viewer/plugin.c
13179         * src/plugins/image_viewer/viewer.c
13180         * src/plugins/image_viewer/viewerprefs.c
13181         * src/plugins/mathml_viewer/mathml_viewer.c
13182         * src/plugins/pgpmime/passphrase.c
13183         * src/plugins/pgpmime/plugin.c
13184         * src/plugins/pgpmime/prefs_gpg.c
13185         * src/plugins/pgpmime/select-keys.c
13186         * src/plugins/pgpmime/sgpgme.c
13187         * src/plugins/spamassassin/spamassassin.c
13188         * src/plugins/spamassassin/spamassassin_gtk.c
13189         * src/plugins/trayicon/trayicon.c
13190                 sync with main (revision 104)
13191
13192 2005-02-10 [colin]      1.0.1cvs3.1
13193
13194         * src/mainwindow.c
13195                 Sync with HEAD (fix occasional crasher)
13196
13197 2005-02-10 [colin]      1.0.1cvs2.1
13198
13199         * src/messageview.c
13200                 Synw with HEAD (don't automatically display html)
13201
13202 2005-02-09 [colin]      1.0.1cvs1.3
13203
13204         * src/textview.c
13205         * src/textview.h
13206                 Add contextual menu on emails
13207
13208 2005-02-09 [colin]      1.0.1cvs1.2
13209
13210         * src/codeconv.c
13211                 Fix converting from broken headers and 
13212                 put back the _ in missing places
13213                 (feature broke with cvs24.2 sync, main 
13214                  possibly affected?)
13215
13216 2005-02-09 [colin]      1.0.1cvs1.1
13217
13218         * src/messageview.c
13219         * src/mimeview.c
13220         * src/mimeview.h
13221                 Sync with HEAD (display non text/plain mails with plugin)
13222
13223 2005-02-08 [colin]      1.0.1.1
13224
13225         * ChangeLog.claws
13226         * po/pt_BR.po
13227                 Sync with HEAD
13228         * configure.ac
13229                 Make default configuration directory 
13230                 be .sylpheed-gtk2
13231
13232 2005-02-08 [colin]      1.0.0cvs29.1
13233
13234         * po/de.po
13235         * po/es.po
13236         * po/fr.po
13237         * po/it.po
13238         * po/sk.po
13239         * po/sr.po
13240                 Sync translations with HEAD
13241
13242 2005-02-06 [colin]      1.0.0cvs28.3
13243
13244         * src/compose.c
13245                 Make compose a bit faster - patch by Alfons.
13246
13247 2005-02-06 [colin]      1.0.0cvs28.2
13248
13249         * src/compose.c
13250                 Make pasting via middle-click more reliable
13251
13252 2005-02-05 [paul]       1.0.0cvs28.1
13253
13254         * ChangeLog
13255         * ChangeLog.claws
13256         * ChangeLog.jp
13257         * configure.ac
13258         * src/compose.c
13259                 sync with HEAD
13260                 (fix bug 682 'redirect is broken'
13261
13262 2005-02-05 [torte]      1.0.0cvs27.1
13263
13264         * ChangeLog.claws
13265         * configure.ac
13266         * src/partial_download.c
13267                 Sync with HEAD (fix buf overflow)
13268
13269 2005-02-03 [colin]      1.0.0cvs26.1
13270
13271         * src/common/plugin.c
13272                 Sync with HEAD (avoid plugin mismatches)
13273
13274 2005-02-03 [paul]       1.0.0cvs25.3
13275
13276         * src/folderview.c
13277         * src/headerview.c
13278         * src/summaryview.c
13279         * src/textview.c
13280         * src/gtk/colorlabel.c
13281                 third and final part of initial sync with main-gtk2
13282
13283 2005-02-03 [paul]       1.0.0cvs25.2
13284
13285         * src/jpilot.c
13286                 fix building with jpilot support
13287
13288 2005-02-02 [colin]      1.0.0cvs25.1
13289
13290         * src/messageview.c
13291                 Sync with HEAD (fix dangerous typo)
13292
13293 2005-02-01 [colin]      1.0.0cvs24.3
13294
13295         * src/common/xml.c
13296                 Write file as advertised (UTF-8)
13297
13298 2005-02-01 [paul]       1.0.0cvs24.2
13299
13300         * src/addrbook.c
13301         * src/addrindex.c
13302         * src/alertpanel.h
13303         * src/codeconv.c
13304         * src/codeconv.h
13305         * src/compose.c
13306         * src/export.c
13307         * src/folder_item_prefs.c
13308         * src/html.c
13309         * src/imap.c
13310         * src/import.c
13311         * src/jpilot.c
13312         * src/mainwindow.c
13313         * src/matcher_parser_lex.l
13314         * src/messageview.c
13315         * src/mh.c
13316         * src/prefs_account.c
13317         * src/prefs_actions.c
13318         * src/prefs_common.c
13319         * src/prefs_gtk.c
13320         * src/prefs_gtk.h
13321         * src/prefs_themes.c
13322         * src/procheader.c
13323         * src/procmime.c
13324         * src/sourcewindow.c
13325         * src/statusbar.c
13326         * src/summaryview.c
13327         * src/textview.c
13328         * src/toolbar.c
13329         * src/unmime.c
13330         * src/common/template.c
13331         * src/common/utils.c
13332         * src/common/xml.c
13333         * src/common/xml.h
13334         * src/gtk/gtkaspell.c
13335         * src/plugins/clamav/clamav_plugin.c
13336         * src/plugins/dillo_viewer/dillo_prefs.c
13337         * src/plugins/image_viewer/viewerprefs.c
13338         * src/plugins/pgpmime/passphrase.c
13339         * src/plugins/pgpmime/prefs_gpg.c
13340         * src/plugins/pgpmime/select-keys.c
13341         * src/plugins/spamassassin/spamassassin.c
13342                 second part of initial sync with main-gtk2
13343                 (more to follow)
13344
13345 2005-01-31 [colin]      1.0.0cvs24.1
13346
13347         * src/compose.c
13348                 Sync with HEAD
13349
13350 2005-01-29 [paul]       1.0.0cvs23.2
13351
13352         * src/account.c
13353         * src/action.c
13354         * src/addressadd.c
13355         * src/addressbook.c
13356         * src/alertpanel.c
13357         * src/compose.c
13358         * src/editaddress.c
13359         * src/editbook.c
13360         * src/editgroup.c
13361         * src/editjpilot.c
13362         * src/editldap.c
13363         * src/editldap_basedn.c
13364         * src/editvcard.c
13365         * src/export.c
13366         * src/foldersel.c
13367         * src/grouplistdialog.c
13368         * src/import.c
13369         * src/importldif.c
13370         * src/inc.c
13371         * src/main.c
13372         * src/mainwindow.c
13373         * src/message_search.c
13374         * src/messageview.c
13375         * src/mimeview.c
13376         * src/prefs_actions.c
13377         * src/prefs_common.c
13378         * src/prefs_common.h
13379         * src/prefs_customheader.c
13380         * src/prefs_display_header.c
13381         * src/prefs_filtering.c
13382         * src/prefs_filtering_action.c
13383         * src/prefs_gtk.c
13384         * src/prefs_matcher.c
13385         * src/prefs_summary_column.c
13386         * src/prefs_template.c
13387         * src/sourcewindow.c
13388         * src/summary_search.c
13389         * src/summaryview.c
13390         * src/textview.c
13391         * src/gtk/about.c
13392         * src/gtk/description_window.c
13393         * src/gtk/gtkshruler.c
13394         * src/gtk/gtkutils.c
13395         * src/gtk/gtkutils.h
13396         * src/gtk/inputdialog.c
13397         * src/gtk/logwindow.c
13398         * src/gtk/prefswindow.c
13399         * src/gtk/progressdialog.c
13400         * src/gtk/progressdialog.h
13401                 first part of initial sync with main-gtk2
13402                 (more to follow)
13403
13404 2005-01-28 [colin]      1.0.0cvs23.1
13405
13406         * src/folderview.c
13407                 Sync with HEAD
13408
13409 2005-01-27 [colin]      1.0.0cvs21.1
13410
13411         * src/folder.c
13412         * src/folderview.c
13413                 Sync with HEAD
13414
13415 2005-01-27 [colin]      1.0.0cvs19.1
13416
13417         * src/procmime.c
13418                 Sync with HEAD
13419
13420 2005-01-27 [colin]      1.0.0cvs18.1
13421
13422         * src/messageview.c
13423         * src/summaryview.c
13424         * src/mainwindow.c
13425         * src/compose.c
13426         * src/compose.h
13427         * src/procmsg.c
13428         * src/procmsg.h
13429         * src/toolbar.c
13430                 Sync with HEAD
13431
13432 2005-01-26 [paul]       1.0.0cvs15.2
13433
13434         * src/compose.c
13435                 compose_entries_set(): convert subject and body to
13436                 utf8 if necessary. patch by Felix Eckhofer
13437
13438 2005-01-26 [paul]       1.0.0cvs15.1
13439
13440         * configure.ac
13441         * src/common/template.c
13442                 sync with HEAD (fix memory leak)
13443
13444 2005-01-25 [paul]       1.0.0cvs14.1
13445
13446         * configure.ac
13447         * src/compose.c
13448                 sync with HEAD
13449
13450 2005-01-24 [colin]      1.0.0cvs13.1
13451
13452         * src/summaryview.c
13453                 Sync with HEAD
13454
13455 2005-01-24 [paul]       1.0.0cvs12.1
13456
13457         * configure.ac
13458         * src/messageview.c
13459         * src/mh.c
13460         * src/common/utils.c
13461                 sync with HEAD
13462
13463 2005-01-24 [colin]      1.0.0cvs11.1
13464
13465         * src/procheader.c
13466                 Sync with HEAD
13467
13468 2005-01-24 [colin]      1.0.0cvs10.1
13469
13470         * src/folderview.c
13471                 Sync with HEAD
13472
13473 2005-01-23 [colin]      1.0.0cvs9.1
13474
13475         * src/crash.c
13476                 Sync with HEAD
13477
13478 2005-01-22 [colin]      1.0.0cvs8.1
13479
13480         * src/summaryview.c
13481         * src/gtk/quicksearch.c
13482                 Sync with HEAD
13483
13484 2005-01-21 [colin]      1.0.0cvs7.1
13485
13486         * src/summaryview.c
13487                 Sync with HEAD
13488
13489 2005-01-21 [colin]      1.0.0cvs6.1
13490
13491         * src/summaryview.c
13492                 Sync with HEAD
13493
13494 2005-01-21 [colin]      1.0.0cvs5.1
13495
13496         * src/gtk/quicksearch.c
13497         * src/prefs_common.c
13498         * src/prefs_common.h
13499                 Sync with HEAD (recurse option)
13500
13501 2005-01-21 [colin]      1.0.0cvs4.1
13502
13503         * src/folder.h
13504         * src/folderview.c
13505         * src/folderview.h
13506         * src/summaryview.c
13507         * src/gtk/quicksearch.c
13508         * src/gtk/quicksearch.h
13509                 Sync with HEAD (recursive quicksearch)
13510
13511 2005-01-20 [colin]      1.0.0cvs3.4
13512
13513         * src/ssl_manager.c
13514                 Remove useless code
13515
13516 2005-01-20 [colin]      1.0.0cvs3.3
13517
13518         * src/ssl_manager.c
13519                 Fix leak, thanks to Alfons.
13520
13521 2005-01-20 [colin]      1.0.0cvs3.2
13522
13523         * src/ssl_manager.c
13524                 Port SSL certificate window to GTK2.
13525
13526 2005-01-20 [paul]       1.0.0cvs3.1
13527
13528         * ChangeLog.claws
13529         * configure.ac
13530         * src/addrindex.c
13531         * src/addrindex.h
13532                 sync with HEAD
13533
13534 2005-01-19 [colin]      1.0.0cvs2.2
13535
13536         * src/plugins/trayicon/trayicon.c
13537                 Fix freeze with gtk-2.6, the easy way
13538                 (signal blocking helpless there...)
13539                 Closes bug #668.
13540
13541 2005-01-19 [colin]      1.0.0cvs2.1
13542
13543         * src/mbox.c
13544         * src/mbox.h
13545         * src/mainwindow.c
13546         * src/summaryview.c
13547         * src/summaryview.h
13548                 Sync with HEAD
13549
13550 2005-01-19 [paul]       1.0.0cvs1.1
13551
13552         * configure.ac
13553         * po/de.po
13554         * po/es.po
13555         * po/fr.po
13556         * po/hr.po
13557         * po/it.po
13558         * po/ja.po
13559         * po/ko.po
13560         * po/pt_BR.po
13561         * po/ru.po
13562         * po/sk.po
13563         * po/sr.po
13564                 sync with HEAD (update translations)
13565
13566 2005-01-18 [colin]      1.0.0cvs0.1
13567
13568         * src/foldersel.c
13569                 Specify search column - patch by Alfons
13570
13571 2005-01-18 [colin]      0.9.13cvs36.3
13572
13573         * src/prefs_toolbar.c
13574                 Change Delete to Remove
13575         * src/prefs_fonts.c
13576                 GTK2 version and leak fixes
13577         * src/prefs_actions.c
13578                 Add stock buttons.
13579                 All patches by Alfons
13580
13581 2005-01-17 [colin]      0.9.13cvs36.2
13582
13583         * src/compose.c
13584                 Fix DnD inserting twice. While at it,
13585                 add DnD support for text/plain in the
13586                 body, and add support in the headers.
13587
13588 2005-01-16 [colin]      0.9.13cvs36.1
13589
13590         * ChangeLog
13591         * ChangeLog.jp
13592         * ChangeLog.claws
13593                 Sync with HEAD (nothing applicable)
13594
13595 2005-01-16 [colin]      0.9.13cvs33.2
13596
13597         * src/prefs_toolbar.c
13598                 GTK2ize prefs_toolbar, by Alfons.
13599
13600 2005-01-14 [colin]      0.9.13cvs33.1
13601
13602         * src/html.c
13603         * src/msgcache.c
13604                 Sync with HEAD
13605
13606 2005-01-14 [colin]      0.9.13cvs32.1
13607
13608         * src/html.c
13609         * src/html.h
13610         * src/msgcache.c
13611         * AUTHORS
13612         * tools/calypso_convert.pl
13613                 Sync with HEAD
13614
13615 2005-01-08 [colin]      0.9.13cvs29.2
13616
13617         * src/prefs_filtering_action.c
13618         * src/prefs_filtering.c
13619                 2 more gtk2 patches by Alfons
13620
13621 2005-01-07 [paul]       0.9.13cvs29.1
13622
13623         * ChangeLog
13624         * ChangeLog.claws
13625         * ChangeLog.jp
13626         * configure.ac
13627         * src/pop.c
13628         * src/pop.h
13629                 sync with HEAD
13630
13631 2005-01-07 [colin]      0.9.13cvs28.3
13632
13633         * src/gtk/progressdialog.c
13634         * src/gtk/progressdialog.h
13635         * src/inc.c
13636         * src/send_message.c
13637                 GTK2 for the incorporation dialog. The CList isn't dead
13638                 yet, for a more smooth migration. Patch by Alfons.
13639
13640 2005-01-06 [colin]      0.9.13cvs28.2
13641
13642         * src/prefs_display_header.c
13643                 GTK2 conversion by Alfons
13644         * src/prefs_actions.c
13645         * src/prefs_matcher.c
13646                 Fix 2 leaks - patch by Alfons
13647
13648 2005-01-06 [colin]      0.9.13cvs28.1
13649
13650         * src/prefs_matcher.c
13651                 Sync with HEAD
13652
13653 2005-01-06 [colin]      0.9.13cvs27.4
13654
13655         * src/prefs_matcher.c
13656                 Fix double-free. Patch by Alfons
13657
13658 2005-01-06 [colin]      0.9.13cvs27.3
13659
13660         * src/prefs_matcher.c
13661                 GTK2 widgets + memleak
13662                 Patch by Alfons
13663
13664 2005-01-05 [colin]      0.9.13cvs27.2
13665
13666         * src/account.c
13667         * src/addr_compl.c
13668         * src/foldersel.c
13669         * src/stock_pixmap.c
13670         * src/stock_pixmap.h
13671                 3 more GTK2 patches by Alfons.
13672
13673 2005-01-04 [colin]      0.9.13cvs27.1
13674
13675         * src/folderview.c
13676         * src/imap_gtk.c
13677         * src/news_gtk.c
13678                 Sync with HEAD
13679
13680 2005-01-04 [colin]      0.9.13cvs25.9
13681
13682         * src/compose.c
13683                 Fix Show Ruler menuitem
13684         * src/prefs_template.c
13685                 Convert to GTK2
13686         * src/common/utils.c
13687                 Make auto pointer stuff handles NULLs
13688                 Patches by Alfons.
13689
13690 2005-01-04 [colin]      0.9.13cvs25.8
13691
13692         * src/compose.c
13693                 Move the attachment list to gtk2
13694                 Patch by Alfons.
13695
13696 2005-01-04 [colin]      0.9.13cvs25.7
13697
13698         * src/textview.c
13699                 Make some keys work again
13700                 Patch by SungHyun Nam <namsh@kldp.org>
13701
13702 2005-01-04 [colin]      0.9.13cvs25.6
13703
13704         * src/gtk/gtkshruler.c
13705                 Move the ruler to GTK2
13706                 Patch by Alfons
13707
13708 2005-01-03 [colin]      0.9.13cvs25.5
13709
13710         * src/compose.c
13711                 Fix my broken patch apply 
13712
13713 2005-01-03 [colin]      0.9.13cvs25.4
13714
13715         * src/common/utils.c
13716         * src/common/utils.h
13717         * src/gtk/prefswindow.c
13718                 Move auto pointer stuff to utils.c
13719                 Patch by Alfons again :)
13720
13721 2005-01-03 [colin]      0.9.13cvs25.3
13722
13723         * src/compose.c
13724         * src/prefs_gtk.c
13725         * src/prefs_template.c
13726         * src/textview.c
13727                 Empty text widgets with empty strings, not NULL char
13728                 Patch by SungHyun Nam <namsh@kldp_org>
13729
13730 2005-01-03 [colin]      0.9.13cvs25.2
13731
13732         * src/main.c
13733         * AUTHORS
13734                 Sync with HEAD
13735
13736 2005-01-03 [colin]      0.9.13cvs25.1
13737
13738         * src/pop.c
13739         * src/pop.h
13740                 Sync with HEAD
13741
13742 2005-01-03 [colin]      0.9.13cvs24.3
13743
13744         * src/account.c
13745                 Two patches from Alfons and Alex S Moore:
13746                 fix images, fix return value.
13747
13748 2005-01-01 [colin]      0.9.13cvs24.2
13749
13750         * src/prefs_actions.c
13751                 Fix over-zealous assertion. Patch by Alfons
13752
13753 2005-01-01 [colin]      0.9.13cvs24.1
13754
13755         * src/procmime.c
13756                 Sync with HEAD (leak fix)
13757
13758 2004-12-31 [colin]      0.9.13cvs23.2
13759
13760         * src/prefs_common.c
13761                 GTK2 widgets + stock buttons - patch by Alfons
13762
13763 2004-12-31 [paul]       0.9.13cvs23.1
13764
13765         * configure.ac
13766                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13767         * src/gtk/pluginwindow.c
13768                 use GTK2 widgets and plug memory leaks,
13769                 patches by Alfons
13770
13771 2004-12-30 [colin]      0.9.13cvs22.4
13772
13773         * src/account.c
13774         * src/action.c
13775         * src/export.c
13776         * src/foldersel.c
13777         * src/import.c
13778         * src/message_search.c
13779         * src/prefs_actions.c
13780         * src/prefs_common.c
13781         * src/prefs_customheader.c
13782         * src/prefs_filtering.c
13783         * src/prefs_summary_column.c
13784         * src/summary_search.c
13785         * src/gtk/about.c
13786         * src/gtk/description_window.c
13787         * src/gtk/gtkutils.c
13788         * src/gtk/gtkutils.h
13789         * src/gtk/inputdialog.c
13790         * src/gtk/prefswindow.c
13791                 Use GTK2 stock buttons. Patches by Alfons.
13792
13793 2004-12-30 [colin]      0.9.13cvs22.3
13794
13795         * src/account.c
13796                 Sync with HEAD
13797         * src/prefs_actions.c
13798         * src/prefs_customheader.c
13799         * src/prefs_filtering.c
13800         * src/prefs_msg_colors.c
13801         * src/prefs_summary_column.c
13802         * src/gtk/prefswindow.c
13803                 Use GtkTreeView instead of deprecated 
13804                 widgets. Patches by Alfons.
13805
13806 2004-12-30 [paul]       0.9.13cvs22.2
13807
13808         * src/foldersel.c
13809                 use GTK 2 Tree View
13810                 patch by Alfons, with root folder sorting fix
13811                 by Stephan Sachse
13812
13813 2004-12-30 [paul]       0.9.13cvs22.1
13814
13815         * ChangeLog
13816         * ChangeLog.claws
13817         * ChangeLog.jp
13818         * NEWS
13819         * configure.ac
13820         * src/account.c
13821                 sync with HEAD
13822
13823 2004-12-22 [martin]     0.9.13cvs21.2
13824
13825         * src/action.c
13826                 free the command line after its use
13827
13828 2004-12-18 [paul]       0.9.13cvs21.1
13829
13830         * AUTHORS
13831         * ChangeLog
13832         * ChangeLog.claws
13833         * ChangeLog.jp
13834         * NEWS
13835         * configure.ac
13836         * src/action.c
13837         * src/compose.c
13838         * src/syldap.c
13839                 sync with HEAD
13840
13841 2004-12-17 [martin]     0.9.13cvs17.2
13842
13843         * src/action.c
13844                 convert actions input to locale
13845         * src/inc.c
13846                 convert notification command to locale
13847         * src/plugins/pgpmime/select-keys.c
13848                 convert attributes to utf8
13849
13850 2004-12-14 [colin]      0.9.13cvs17.1
13851
13852         * ChangeLog
13853         * ChangeLog.jp
13854         * ChangeLog.claws
13855         * src/action.c
13856         * src/common/utils.c
13857         * src/gtk/prefswindow.c
13858         * src/gtk/gtkutils.c
13859         * src/gtk/gtkutils.h
13860         * src/plugins/spamassassin/libspamc.c
13861                 Sync with HEAD
13862
13863 2004-12-13 [colin]      0.9.13cvs14.1
13864
13865         * src/quote_fmt_parse.y
13866                 Sync with HEAD
13867
13868 2004-12-10 [colin]      0.9.13cvs12.1
13869
13870         * src/prefs_themes.c
13871         * src/mainwindow.c
13872         * src/messageview.c
13873                 Sync with HEAD
13874
13875 2004-12-09 [colin]      0.9.13cvs10.1
13876
13877         * src/procmime.c
13878                 Sync with HEAD (fix B64 encoding from memory)
13879
13880 2004-12-08 [colin]      0.9.13cvs9.1
13881
13882         * src/gtk/colorlabel.c
13883                 Sync with HEAD
13884
13885 2004-12-08 [paul]       0.9.13cvs8.2
13886
13887         * src/gtk/pluginwindow.c
13888                 fix window resizing oddities
13889
13890 2004-12-08 [colin]      0.9.13cvs8.1
13891
13892         * src/quote_fmt_parse.y
13893                 Sync with HEAD
13894
13895 2004-12-08 [colin]      0.9.13cvs7.1
13896
13897         * src/matcher_parser_parse.y
13898         * src/msgcache.c
13899         * src/prefs_matcher.c
13900         * src/procheader.c
13901         * src/matcher.c
13902         * src/common/defs.h
13903         * po/sr.po
13904                 Sync with HEAD
13905
13906 2004-12-08 [colin]      0.9.13cvs6.1
13907
13908         * src/quote_fmt_parse.y
13909         * src/textview.c
13910                 Sync with HEAD
13911         * src/gtk/prefswindow.c
13912         * src/gtk/pluginwindow.c
13913                 Fix G_CALLBACKS protos (thanks to Alfons)
13914
13915 2004-12-07 [torte]      0.9.13cvs2.2
13916
13917         * src/procmime.c
13918                 [Bug 650] reply button causes crash
13919                 Thanks to David Relson and Christoph
13920
13921 2004-12-07 [colin]      0.9.13cvs2.1
13922
13923         * ChangeLog.claws
13924         * AUTHORS
13925         * po/sk.po
13926         * src/procmime.c
13927         * src/prefs_account.c
13928         * src/common/smtp.c
13929         * src/common/smtp.h
13930                 Sync with HEAD
13931
13932 2004-12-06 [colin]      0.9.12cvs187.1
13933
13934         * ChangeLog.claws
13935         * INSTALL
13936         * Makefile.am
13937         * README.claws
13938         * TODO.claws
13939         * configure.ac
13940         * po/bg.po
13941         * po/cs.po
13942         * po/el.po
13943         * po/en_GB.po
13944         * po/es.po
13945         * po/fr.po
13946         * po/hr.po
13947         * po/hu.po
13948         * po/it.po
13949         * po/ja.po
13950         * po/ko.po
13951         * po/nl.po
13952         * po/pl.po
13953         * po/pt_BR.po
13954         * po/ru.po
13955         * po/sk.po
13956         * po/sr.po
13957         * po/sv.po
13958         * po/zh_CN.po
13959         * po/zh_TW.Big5.po
13960         * src/compose.c
13961         * tools/Makefile.am
13962         * tools/README
13963         * tools/filter_conv.pl
13964         * tools/kdeservicemenu/README
13965         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13966         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13967                 Sync with HEAD
13968
13969 2004-12-04 [colin]      0.9.12cvs183.1
13970
13971         * src/compose.c
13972                 Sync with HEAD (compose window position saving)
13973
13974 2004-12-04 [paul]       0.9.12cvs182.3
13975
13976         * src/messageview.c
13977         * src/mimeview.c
13978         * src/prefs_customheader.c
13979         * src/gtk/quicksearch.c
13980                 replace some forgotten GTK_SIGNAL_FUNCs
13981
13982 2004-12-04 [paul]       0.9.12cvs182.2
13983
13984         * src/Makefile.am
13985                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13986                 committed in error      
13987
13988 2004-12-04 [paul]       0.9.12cvs182.1
13989
13990         * ChangeLog
13991         * ChangeLog.claws
13992         * ChangeLog.jp
13993         * INSTALL
13994         * NEWS
13995         * README
13996         * README.jp
13997         * configure.ac
13998         * doc/manual/ja/Makefile.am
13999         * doc/manual/ja/sylpheed-1.html
14000         * doc/manual/ja/sylpheed-10.html
14001         * doc/manual/ja/sylpheed-11.html
14002         * doc/manual/ja/sylpheed-12.html
14003         * doc/manual/ja/sylpheed-13.html
14004         * doc/manual/ja/sylpheed-14.html
14005         * doc/manual/ja/sylpheed-15.html
14006         * doc/manual/ja/sylpheed-16.html
14007         * doc/manual/ja/sylpheed-17.html
14008         * doc/manual/ja/sylpheed-18.html
14009         * doc/manual/ja/sylpheed-19.html
14010         * doc/manual/ja/sylpheed-2.html
14011         * doc/manual/ja/sylpheed-20.html
14012         * doc/manual/ja/sylpheed-3.html
14013         * doc/manual/ja/sylpheed-4.html
14014         * doc/manual/ja/sylpheed-5.html
14015         * doc/manual/ja/sylpheed-6.html
14016         * doc/manual/ja/sylpheed-7.html
14017         * doc/manual/ja/sylpheed-8.html
14018         * doc/manual/ja/sylpheed-9.html
14019         * doc/manual/ja/sylpheed.html
14020         * doc/manual/ja/sylpheed.sgml
14021         * po/de.po
14022         * src/Makefile.am
14023         * src/compose.c
14024         * src/procmime.c
14025         * src/pixmaps/regular.xpm **REMOVED**
14026         * src/plugins/pgpmime/pgpmime.c
14027         * src/plugins/pgpmime/plugin.c
14028         * src/plugins/pgpmime/prefs_gpg.c
14029                 sync with HEAD
14030
14031 2004-12-03 [paul]       0.9.12cvs180.1
14032
14033         * ChangeLog
14034         * ChangeLog.claws
14035         * ChangeLog.jp
14036         * configure.ac
14037         * src/Makefile.am
14038         * src/pop.c
14039         * src/common/utils.c
14040         * src/common/utils.h
14041         * src/pixmaps/continue.xpm
14042         * src/pixmaps/dir_close.xpm
14043         * src/pixmaps/dir_open.xpm
14044         * src/pixmaps/drafts_close.xpm
14045         * src/pixmaps/drafts_open.xpm
14046         * src/pixmaps/folder.xpm **REMOVED**
14047         * src/pixmaps/group.xpm
14048         * src/pixmaps/unread.xpm
14049                 sync with HEAD
14050
14051 2004-12-02 [colin]      0.9.12cvs179.1
14052
14053         * src/compose.c
14054                 Sync with HEAD (non-duplicated reedition)
14055
14056 2004-12-02 [colin]      0.9.12cvs178.1
14057
14058         * src/compose.c
14059                 Sync with HEAD (linewrap_quote fix)
14060
14061 2004-12-01 [colin]      0.9.12cvs177.3
14062
14063         * src/addrharvest.c
14064                 Replace sizeof with strlen
14065
14066 2004-12-01 [paul]       0.9.12cvs177.2
14067
14068         * src/addrharvest.c
14069                 fix 'harvest addresses'
14070
14071 2004-11-30 [colin]      0.9.12cvs177.1
14072
14073         * src/gtk/prefswindow.c
14074         * src/gtk/pluginwindow.c
14075                 Sync with HEAD
14076
14077 2004-11-29 [colin]      0.9.12cvs176.1
14078
14079         * src/folderview.c
14080                 sync with HEAD (Fix disappearing separators in folderview's popup)
14081
14082 2004-11-29 [colin]      0.9.12cvs175.1
14083
14084         * src/procmime.c
14085                 Sync with head (another format fix)
14086
14087 2004-11-29 [colin]      0.9.12cvs174.1
14088
14089         * src/pop.c
14090                 Sync with HEAD (format string fix)
14091
14092 2004-11-26 [colin]      0.9.12cvs173.1
14093
14094         * src/common/smtp.c
14095         * src/common/smtp.h
14096                 Sync with HEAD
14097
14098 2004-11-24 [colin]      0.9.12cvs172.1
14099
14100         * src/plugins/pgpmime/pgpmime.c
14101                 Sync with HEAD
14102
14103 2004-11-24 [colin]      0.9.12cvs171.1
14104
14105         * src/plugins/pgpmime/pgpmime.c
14106                 Sync with head (gpgmectx leaks)
14107
14108 2004-11-24 [colin]      0.9.12cvs169.1
14109
14110         * src/plugins/pgpmime/plugin.c
14111         * src/plugins/trayicon/Makefile.am
14112         * src/plugins/trayicon/newmarkedmail.xpm
14113         * src/plugins/trayicon/trayicon.c
14114         * src/plugins/trayicon/unreadmarkedmail.xpm
14115                 Sync with HEAD
14116
14117 2004-11-23 [colin]      0.9.12cvs168.1
14118
14119         * src/partial_download.c
14120         * src/partial_download.h
14121         * src/plugins/pgpmime/plugin.c
14122                 Sync with HEAD
14123
14124 2004-11-23 [colin]      0.9.12cvs166.1
14125
14126         * src/Makefile.am
14127         * src/codeconv.c
14128         * src/compose.c
14129         * src/folderview.c
14130         * src/main.c
14131         * src/partial_download.c
14132         * src/partial_download.h
14133         * src/prefs_account.c
14134         * src/prefs_account.h
14135         * src/privacy.c
14136         * src/privacy.h
14137         * src/procmime.c
14138         * src/common/Makefile.am
14139         * src/common/base64.h
14140         * src/common/partial_download.c
14141         * src/common/partial_download.h
14142         * src/gtk/prefswindow.c
14143         * src/gtk/prefswindow.h
14144         * src/plugins/pgpmime/pgpmime.c
14145         * src/plugins/pgpmime/prefs_gpg.c
14146         * src/plugins/pgpmime/prefs_gpg.h
14147         * src/plugins/pgpmime/sgpgme.c
14148         * src/plugins/pgpmime/sgpgme.h
14149                 Sync with HEAD
14150
14151 2004-11-23 [colin]      0.9.12cvs163.1
14152
14153         * src/main.c
14154                 Sync with HEAD (cursor optimization)
14155
14156 2004-11-23 [colin]      0.9.12cvs162.1
14157
14158         * src/prefs_common.c
14159         * src/prefs_themes.c
14160         * src/procmsg.c
14161                 Sync with HEAD
14162
14163 2004-11-23 [colin]      0.9.12cvs158.9
14164
14165         * src/compose.c
14166                 Fix double-free when forwarding
14167         * src/msgcache.c
14168                 Fix leak on error path
14169                 
14170
14171 2004-11-23 [colin]      0.9.12cvs158.8
14172
14173         * src/compose.c
14174                 Fix possible double-free
14175                 Spotted by Alfons
14176
14177 2004-11-23 [colin]      0.9.12cvs158.7
14178
14179         * src/compose.c
14180                 Fix some signal handlers' prototypes
14181                 Spotted by Alfons
14182
14183 2004-11-22 [colin]      0.9.12cvs158.6
14184
14185         * src/compose.c
14186                 Remove unneeded code and duplicated
14187                 wrapping - patch by Alfons
14188
14189 2004-11-22 [colin]      0.9.12cvs158.5
14190
14191         * src/prefs_themes.c
14192                 Fix oversized selector
14193
14194 2004-11-22 [colin]      0.9.12cvs158.4
14195
14196         * src/compose.c
14197                 fix dump_text()
14198                 patch by Alfons
14199
14200 2004-11-19 [colin]      0.9.12cvs158.3
14201
14202         * src/textview.c
14203                 Add a context menu on links (open, copy)
14204
14205 2004-11-18 [paul]       0.9.12cvs158.2
14206
14207         * src/addrgather.c
14208         * src/exphtmldlg.c
14209         * src/expldifdlg.c
14210         * src/mimeview.c
14211         * src/prefs_common.c
14212         * src/plugins/image_viewer/viewer.c
14213         * src/plugins/spamassassin/spamassassin_gtk.c
14214                 replace deprecated gtk_notebook_set_page
14215                 and gtk_notebook_current_page
14216
14217 2004-11-18 [paul]       0.9.12cvs158.1
14218
14219         * configure.ac
14220         * src/compose.c
14221         * src/mainwindow.c
14222         * src/messageview.c
14223         * src/prefs_common.c
14224         * src/common/utils.c
14225         * src/common/utils.h
14226                 sync with HEAD
14227
14228 2004-11-17 [colin]      0.9.12cvs156.1
14229
14230         * src/prefs_account.c
14231         * src/prefs_account.h
14232         * src/procmsg.c
14233                 Sync with HEAD (add pref to store encrypted mails encrypted)
14234
14235 2004-11-17 [paul]       0.9.12cvs155.1
14236
14237         * ChangeLog
14238         * ChangeLog.claws
14239         * ChangeLog.jp
14240         * NEWS
14241         * configure.ac
14242         * src/compose.c
14243         * src/jpilot.c
14244         * src/privacy.c
14245         * src/procmime.c
14246         * src/procmime.h
14247         * src/procmsg.c
14248         * src/toolbar.c
14249         * src/pixmaps/error.xpm
14250                 sync with HEAD
14251
14252 2004-11-17 [colin]      0.9.12cvs151.1
14253
14254         * src/plugins/pgpmime/pgpmime.c
14255                 Sync with HEAD (remove debug printf)
14256
14257 2004-11-17 [colin]      0.9.12cvs150.1
14258
14259         * src/plugins/pgpmime/pgpmime.c
14260                 Sync with HEAD (off-by-one fix)
14261
14262 2004-11-17 [colin]      0.9.12cvs149.1
14263
14264         * src/procmsg.c
14265                 Sync with HEAD (coding style fixes)
14266
14267 2004-11-16 [colin]      0.9.12cvs148.1
14268
14269         * src/procmsg.c
14270                 Sync with head (Fix the fix)
14271
14272 2004-11-16 [colin]      0.9.12cvs147.1
14273
14274         * src/procmsg.c
14275                 Sync with Main (leak fix)
14276
14277 2004-11-16 [colin]      0.9.12cvs146.14
14278
14279         * src/compose.c
14280                 Remove useless chunk of code
14281                 Patch by Alfons
14282
14283 2004-11-15 [colin]      0.9.12cvs146.13
14284
14285         * src/compose.c
14286                 Fix drafting after insertion
14287                 Patch by Alfons
14288
14289 2004-11-15 [colin]      0.9.12cvs146.12
14290
14291         * src/compose.c
14292         * src/prefs_filtering.c
14293         * src/prefs_filtering_action.c
14294         * src/prefs_toolbar.c
14295                 Fix some const-correctness
14296
14297 2004-11-15 [colin]      0.9.12cvs146.11
14298
14299         * src/summaryview.c
14300         * src/prefs_themes.c
14301         * src/messageview.c
14302                 Fix some leaks
14303
14304 2004-11-15 [colin]      0.9.12cvs146.10
14305
14306         * src/codeconv.c
14307                 More unreadable locale fixes
14308
14309 2004-11-14 [colin]      0.9.12cvs146.9
14310
14311         * src/textview.c
14312                 Fix uri_security_check
14313                 Patch by Alfons
14314
14315 2004-11-13 [paul]       0.9.12cvs146.8
14316
14317         * src/folder.c
14318         * src/procmime.c
14319                 fix 2 bugs introduced in last commit
14320
14321 2004-11-13 [paul]       0.9.12cvs146.7
14322
14323         * src/compose.c
14324         * src/exporthtml.c
14325         * src/exportldif.c
14326         * src/folder.c
14327         * src/imap.c
14328         * src/imap_gtk.c
14329         * src/main.c
14330         * src/mainwindow.c
14331         * src/messageview.c
14332         * src/mh_gtk.c
14333         * src/prefs_themes.c
14334         * src/procmime.c
14335         * src/setup.c
14336         * src/summaryview.c
14337                 replace deprecated g_basename
14338
14339 2004-11-13 [paul]       0.9.12cvs146.6
14340
14341         * src/compose.c
14342         * src/imap.c
14343         * src/matcher_parser.h
14344         * src/matcher_parser_parse.y
14345         * src/prefs_filtering.c
14346         * src/prefs_filtering_action.c
14347         * src/prefs_themes.c
14348         * src/prefs_toolbar.c
14349         * src/common/utils.c
14350                 various small fixes/cleanups
14351
14352 2004-11-12 [colin]      0.9.12cvs146.5
14353
14354         * src/textview.c
14355                 Validate event's origin on visibility notify
14356                 Patch by Alfons.
14357
14358 2004-11-12 [paul]       0.9.12cvs146.4
14359
14360         * src/exporthtml.c
14361         * src/exportldif.c
14362         * src/imap.c
14363         * src/mh.c
14364         * src/mimeview.c
14365         * src/prefs_spelling.c
14366         * src/prefs_themes.c
14367                 replace deprecated g_dirname    
14368
14369 2004-11-12 [colin]      0.9.12cvs146.3
14370
14371         * src/textview.c
14372                 Some coding style fixes
14373
14374 2004-11-12 [colin]      0.9.12cvs146.2
14375
14376         * src/codeconv.c
14377                 We want to replace _all_ extended chars in
14378                 conv_unreadable_*, because any string containing
14379                 extended chars not parsing as UTF8 is 
14380                 undisplayed on gtk2.
14381
14382 2004-11-12 [paul]       0.9.12cvs146.1
14383
14384         * ChangeLog
14385         * ChangeLog.claws
14386         * ChangeLog.jp
14387         * NEWS
14388         * configure.ac
14389         * src/account.c
14390         * src/folderview.c
14391         * src/folderview.h
14392         * src/imap.c
14393         * src/imap_gtk.c
14394         * src/inc.c
14395         * src/mainwindow.c
14396         * src/mh_gtk.c
14397         * src/news_gtk.c
14398         * src/pop.c
14399         * src/prefs_account.c
14400         * src/prefs_account.h
14401         * src/prefs_ext_prog.c
14402         * src/procmime.c
14403         * src/procmime.h
14404         * src/procmsg.c
14405         * src/procmsg.h
14406         * src/summary_search.c
14407         * src/summaryview.c
14408         * src/textview.c
14409         * src/common/defs.h
14410         * src/common/utils.c
14411         * src/common/utils.h
14412         * src/gtk/menu.c
14413         * src/gtk/menu.h
14414                 sync with HEAD
14415
14416 2004-11-11 [colin]      0.9.12cvs144.2
14417
14418         * src/textview.c
14419                 Fix URI range selection (patch by Alfons)
14420
14421 2004-11-09 [colin]      0.9.12cvs144.1
14422
14423         * ChangeLog.claws
14424         * src/compose.c
14425         * src/folder.c
14426         * src/folder_item_prefs.c
14427         * src/prefs_account.c
14428         * src/prefs_account.h
14429         * src/plugins/pgpmime/pgpmime.c
14430                 Sync with HEAD
14431
14432 2004-11-08 [colin]      0.9.12cvs143.1
14433
14434         * src/summaryview.c
14435                 Sync with HEAD (optimize quicksearch)
14436
14437 2004-11-08 [colin]      0.9.12cvs142.2
14438
14439         * src/compose.c
14440                 Don't wrap when Edit/Auto wrapping is disabled
14441
14442 2004-11-08 [colin]      0.9.12cvs142.1
14443
14444         * src/textview.c
14445                 Sync with HEAD
14446
14447 2004-11-08 [colin]      0.9.12cvs141.1
14448
14449         * src/textview.c
14450                 Sync with HEAD (fix some mail URIs)
14451
14452 2004-11-08 [colin]      0.9.12cvs140.3
14453
14454         * src/textview.c
14455                 o Use text cursor instead of arrow when
14456                   not on a link
14457                 o Fix handling of contiguous links (as in
14458                   "colin@colino.net" <colin@colino.net>)
14459                   This one unveils a bug in get_email_part()
14460
14461 2004-11-07 [colin]      0.9.12cvs140.2
14462
14463         * src/textview.c
14464                 Fix memleak. Patch by Alfons.
14465
14466 2004-11-06 [colin]      0.9.12cvs140.1
14467
14468         * src/compose.c
14469                 Sync with HEAD (don't ask passphrase
14470                 when drafting)
14471
14472 2004-11-06 [paul]       0.9.12cvs139.2
14473
14474         * AUTHORS
14475         * src/textview.c
14476         * src/textview.h
14477                 textview URI handling. hovering over a 
14478                 link displays it in the status bar,
14479                 and changes the mouse pointer to a hand 
14480                 cursor. a link is activated with a single 
14481                 click. (Modified from the) patch by Jean-Yves 
14482                 Lefort <jylefort@users.sourceforge.net>
14483                 
14484
14485 2004-11-05 [colin]      0.9.12cvs139.1
14486
14487         * src/compose.c
14488         * src/procmime.c
14489                 Sync with HEAD again ^^
14490
14491 2004-11-05 [colin]      0.9.12cvs139.1
14492
14493         * src/compose.c
14494         * src/procmime.c
14495                 Sync with HEAD
14496
14497 2004-11-03 [paul]       0.9.12cvs138.1
14498
14499         * ChangeLog.claws
14500         * configure.ac
14501         * po/POTFILES.in
14502         * src/prefs_ext_prog.c
14503         * src/procmime.c
14504         * tools/kdeservicemenu/README
14505         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14506         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14507                 sync with HEAD
14508
14509 2004-11-01 [christoph]  0.9.12cvs136.2
14510
14511         * src/procmime.c
14512                 convert MIME parameters to UTF-8
14513
14514 2004-10-29 [colin]      0.9.12cvs136.1
14515
14516         * src/common/utils.c
14517                 Sync with HEAD (don't use '=' in mime boundary)
14518
14519 2004-10-29 [paul]       0.9.12cvs135.1
14520
14521         * configure.ac
14522         * doc/src/rfc2231.txt
14523         * src/procmime.c
14524         * src/common/quoted-printable.c
14525         * src/common/utils.c
14526         * src/common/utils.h
14527                 sync with HEAD
14528
14529 2004-10-27 [paul]       0.9.12cvs134.1
14530
14531         * configure.ac
14532         * src/main.c
14533         * src/procmime.c
14534         * src/plugins/pgpmime/pgpmime.c
14535                 sync with HEAD
14536
14537 2004-10-26 [paul]       0.9.12cvs132.3
14538
14539         * src/account.c
14540         * src/addressbook.c
14541         * src/addrgather.c
14542         * src/addrharvest.c
14543         * src/codeconv.c
14544         * src/compose.c
14545         * src/customheader.c
14546         * src/editaddress.c
14547         * src/editgroup.c
14548         * src/enriched.c
14549         * src/expldifdlg.c
14550         * src/exporthtml.c
14551         * src/exportldif.c
14552         * src/folder.c
14553         * src/foldersel.c
14554         * src/folderview.c
14555         * src/grouplistdialog.c
14556         * src/html.c
14557         * src/imap.c
14558         * src/jpilot.c
14559         * src/ldapserver.c
14560         * src/ldif.c
14561         * src/mimeview.c
14562         * src/news.c
14563         * src/news_gtk.c
14564         * src/pop.c
14565         * src/prefs_display_header.c
14566         * src/prefs_gtk.c
14567         * src/prefs_msg_colors.c
14568         * src/prefs_toolbar.c
14569         * src/procheader.c
14570         * src/procmime.c
14571         * src/summaryview.c
14572         * src/textview.c
14573         * src/toolbar.c
14574         * src/vcard.c
14575         * src/common/mgutils.c
14576         * src/common/nntp.c
14577         * src/common/smtp.c
14578         * src/common/template.c
14579         * src/common/utils.c
14580         * src/common/xmlprops.c
14581         * src/plugins/pgpmime/pgpmime.c
14582         * src/plugins/pgpmime/select-keys.c
14583         * src/plugins/pgpmime/sgpgme.c
14584                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14585                 g_string_sprintfa(), gtk_notebook_current_page()
14586
14587 2004-10-26 [colin]      0.9.12cvs132.2
14588
14589         * src/prefs_folder_item.c
14590                 Fix default-account selection
14591
14592 2004-10-21 [colin]      0.9.12cvs133
14593
14594         * src/compose.c
14595                 Sync with HEAD (Remove extra separator in compose's Options)
14596         * src/textview.c
14597                 Set wrapping to char
14598
14599 2004-10-21 [paul]       0.9.12cvs131.2
14600
14601         * src/compose.c
14602         * src/sourcewindow.c
14603                 fix wrapping
14604                 fix window shrinking 
14605
14606 2004-10-21 [colin]      0.9.12cvs131.1
14607
14608         * ChangeLog.claws
14609         * src/compose.c
14610                 Sync with HEAD
14611
14612 2004-10-21 [paul]       0.9.12cvs130.2
14613
14614         * src/prefs_folder_item.c
14615                 sync with HEAD (Apply to subfolders)
14616
14617 2004-10-19 [colin]      0.9.12cvs130.1
14618
14619         * ChangeLog.claws
14620         * src/compose.c
14621         * src/common/utils.c
14622         * src/gtk/menu.c
14623                 Sync with HEAD
14624
14625 2004-10-19 [colin]      0.9.12cvs128.1
14626
14627         * src/addrbook.c
14628         * src/addrcache.c
14629         * src/addressbook.c
14630         * src/codeconv.c
14631         * src/compose.c
14632         * src/customheader.c
14633         * src/editaddress.c
14634         * src/editgroup.c
14635         * src/exporthtml.c
14636         * src/folder.c
14637         * src/folderview.c
14638         * src/imap.c
14639         * src/jpilot.c
14640         * src/main.c
14641         * src/matcher_parser_parse.y
14642         * src/mbox.c
14643         * src/pop.c
14644         * src/prefs_account.c
14645         * src/prefs_gtk.c
14646         * src/prefs_msg_colors.c
14647         * src/procheader.c
14648         * src/procmime.c
14649         * src/procmime.h
14650         * src/procmsg.c
14651         * src/summaryview.c
14652         * src/textview.c
14653         * src/common/base64.c
14654         * src/common/partial_download.c
14655         * src/common/socket.c
14656         * src/common/sylpheed.c
14657         * src/common/utils.c
14658         * src/common/utils.h
14659         * src/gtk/pluginwindow.c
14660         * src/gtk/quicksearch.c
14661         * src/plugins/clamav/clamav_plugin.c
14662         * src/plugins/clamav/clamav_plugin.h
14663         * src/plugins/clamav/clamav_plugin_gtk.c
14664         * src/plugins/pgpmime/passphrase.c
14665         * src/plugins/pgpmime/pgpmime.c
14666         * src/plugins/pgpmime/plugin.c
14667         * src/plugins/pgpmime/prefs_gpg.c
14668         * src/plugins/pgpmime/prefs_gpg.h
14669         * src/plugins/pgpmime/select-keys.c
14670         * src/plugins/pgpmime/sgpgme.c
14671         * src/plugins/spamassassin/libspamc.c
14672         * src/plugins/spamassassin/spamassassin.c
14673         * src/plugins/spamassassin/spamassassin.h
14674         * src/plugins/spamassassin/spamassassin_gtk.c
14675         * src/plugins/trayicon/trayicon.c
14676         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14677                 Sync with HEAD
14678
14679 2004-10-14 [colin]      0.9.12cvs126.2
14680
14681         * src/codeconv.c
14682         * src/textview.c
14683                 Fix conv_unreadable_locale
14684
14685 2004-10-13 [colin]      0.9.12cvs126.1
14686
14687         * src/compose.c
14688                 Sync with HEAD (don't convert charset for 
14689                 drafted messages, minor cleanup)
14690
14691 2004-10-13 [colin]      0.9.12cvs125.1
14692
14693         * po/POTFILES.in
14694                 Sync with HEAD (POTFILES fix)
14695
14696 2004-10-12 [colin]      0.9.12cvs124.3
14697
14698         * src/compose.c
14699                 Fix encoding bug from latest sync
14700
14701 2004-10-12 [paul]       0.9.12cvs124.2
14702
14703         * src/plugins/pgpmime/prefs_gpg.c
14704         * src/plugins/pgpmime/prefs_gpg.h
14705                 forgotten in last commit        
14706
14707 2004-10-12 [paul]       0.9.12cvs124.1
14708
14709         * ChangeLog.claws
14710         * configure.ac
14711         * m4/spamassassin.m4
14712         * src/Makefile.am
14713         * src/account.c
14714         * src/compose.c
14715         * src/compose.h
14716         * src/crash.c
14717         * src/main.c
14718         * src/mimeview.c
14719         * src/passphrase.c
14720         * src/passphrase.h
14721         * src/prefs_account.c
14722         * src/prefs_account.h
14723         * src/prefs_common.c
14724         * src/privacy.c
14725         * src/privacy.h
14726         * src/procmime.c
14727         * src/procmime.h
14728         * src/procmsg.c
14729         * src/rfc2015.c
14730         * src/rfc2015.h
14731         * src/select-keys.c
14732         * src/select-keys.h
14733         * src/textview.c
14734         * src/common/utils.c
14735         * src/common/utils.h
14736         * src/gtk/about.c
14737         * src/plugins/pgpmime/Makefile.am
14738         * src/plugins/pgpmime/passphrase.c
14739         * src/plugins/pgpmime/passphrase.h
14740         * src/plugins/pgpmime/pgpmime.c
14741         * src/plugins/pgpmime/plugin.c
14742         * src/plugins/pgpmime/select-keys.c
14743         * src/plugins/pgpmime/select-keys.h
14744         * src/plugins/pgpmime/sgpgme.c
14745         * src/plugins/pgpmime/sgpgme.h
14746                 sync with HEAD
14747
14748 2004-10-04 [colin]      0.9.12cvs122.1
14749
14750         * src/mainwindow.c
14751         * src/messageview.c
14752         * src/messageview.h
14753         * src/textview.c
14754                 Sync with HEAD
14755
14756 2004-10-04 [colin]      0.9.12cvs121.1
14757
14758         * src/summaryview.c
14759                 Sync with HEAD
14760
14761 2004-10-04 [paul]       0.9.12cvs120.1
14762
14763         * configure.ac
14764                 sync with HEAD [don't try to build 
14765                 pgpmime plugin when gpgme is disabled]
14766
14767 2004-10-03 [colin]      0.9.12cvs119.3
14768
14769         * src/gtk/gtksctree.c
14770                 Lots of side effects. Put back as before 117.2.
14771         * src/summaryview.c
14772                 Fix bug #602
14773
14774 2004-10-03 [colin]      0.9.12cvs119.2
14775
14776         * src/gtk/gtksctree.c
14777                 Revert 608 fix that doesn't work that good
14778
14779 2004-10-02 [colin]      0.9.12cvs119.1
14780
14781         * src/mainwindow.c
14782         * src/messageview.c
14783         * src/prefs_common.h
14784         * src/procmime.c
14785         * src/procmime.h
14786         * src/textview.c
14787                 Sync with HEAD
14788         * src/gtk/gtksctree.c
14789                 Close bug #608
14790
14791 2004-10-01 [colin]      0.9.12cvs118.1
14792
14793         * src/mimeview.c
14794                 Sync with HEAD (better Save All fix)
14795
14796 2004-10-01 [colin]      0.9.12cvs117.2
14797
14798         * src/gtk/gtksctree.c
14799                 Faster on selection
14800
14801 2004-10-01 [colin]      0.9.12cvs117.1
14802
14803         * src/mimeview.c
14804                 Sync with HEAD (Save All: only attachments)
14805
14806 2004-10-01 [paul]       0.9.12cvs116.1
14807
14808         * ChangeLog.claws
14809         * configure.ac
14810         * src/account.c
14811         * src/prefs_common.c
14812         * src/gtk/colorlabel.c
14813                 sync with HEAD
14814
14815 2004-09-30 [colin]      0.9.12cvs115.1
14816
14817         * src/stock_pixmap.c
14818         * src/stock_pixmap.h
14819         * src/folderview.c
14820         * src/Makefile.am
14821         * src/pixmaps/read.xpm
14822                 Sync with HEAD (new pixmap)
14823
14824 2004-09-29 [colin]      0.9.12cvs114.1
14825
14826         * src/compose.c
14827                 Sync with HEAD
14828                 Fix focus handling in headers
14829
14830 2004-09-29 [paul]       0.9.12cvs113.1
14831
14832         * src/quote_fmt_parse.y
14833                 sync with HEAD
14834  
14835
14836 2004-09-28 [colin]      0.9.12cvs112.1
14837
14838         * src/folderview.c
14839         * src/mainwindow.c
14840                 Sync with HEAD
14841
14842 2004-09-28 [colin]      0.9.12cvs110.1
14843
14844         * src/folderview.c
14845                 Sync with HEAD (Contextual Empty trash menu)
14846
14847 2004-09-28 [colin]      0.9.12cvs108.1
14848
14849         * src/addressbook.c
14850                 Sync with HEAD (addressbook edit on double-click)
14851
14852 2004-09-28 [colin]      0.9.12cvs106.1
14853
14854         * src/inc.c
14855                 Sync with HEAD (folder_item freeze on inc)
14856
14857 2004-09-27 [colin]      0.9.12cvs105.1
14858
14859         * src/folderview.c
14860                 Sync with HEAD (right-align new and unread column)
14861
14862 2004-09-27 [colin]      0.9.12cvs104.1
14863
14864         * src/main.c
14865                 Sync with HEAD (revert 0.9.12cvs101)
14866
14867 2004-09-24 [colin]      0.9.12cvs103.2
14868
14869         * src/wizard.c
14870                 Fix gtk warnings and use domain part of the email address 
14871                 when domain detection fails (no dot in domain name)
14872
14873 2004-09-23 [colin]      0.9.12cvs103.1
14874
14875         * src/plugins/spamassassin/libspamc.c
14876         * src/plugins/spamassassin/libspamc.h
14877         * src/plugins/spamassassin/utils.c
14878         * src/plugins/spamassassin/utils.h
14879                 Sync with HEAD (Update spamassassin to 3.0)
14880
14881 2004-09-21 [colin]      0.9.12cvs102.3
14882
14883         * src/action.c
14884                 Add horizontal scrollbar in action io dialog as needed
14885                 Patch by Alfons.
14886
14887 2004-09-20 [colin]      0.9.12cvs102.2
14888
14889         * src/plugins/image_viewer/viewer.c
14890                 Remove imlib stuff
14891                 use gtk_pixmap_set when clearing
14892                 (would be better to use gtkImages, but causes size-allocate 
14893                 signals storm)
14894
14895 2004-09-17 [paul]       0.9.12cvs102.1
14896
14897         * ChangeLog
14898         * ChangeLog.claws
14899         * ChangeLog.jp
14900         * configure.ac
14901         * src/inc.c
14902                 sync with HEAD
14903
14904
14905 2004-09-17 [colin]      0.9.12cvs101.1
14906
14907         * ChangeLog.claws
14908         * src/main.c
14909                 Sync with HEAD (fix segs at exit)
14910
14911 2004-09-14 [colin]      0.9.12cvs99.5
14912
14913         * src/common/socket.c
14914         * AUTHORS
14915                 Fix send error on 64bit platforms
14916                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14917
14918 2004-09-14 [colin]      0.9.12cvs99.4
14919
14920         * src/action.c
14921                 Fix action output with utf8 
14922                 Patch by Alfons.
14923
14924 2004-09-14 [colin]      0.9.12cvs99.3
14925
14926         * ChangeLog.claws
14927         * src/folder.c
14928                 Sync with HEAD
14929
14930 2004-09-09 [colin]      0.9.12cvs99.2
14931
14932         * src/action.c
14933                 Fix progress bar (displaying "Completed %v/%u")
14934                 Patch by Alfons.
14935
14936 2004-09-08 [colin]      0.9.12cvs99.1
14937
14938         * src/account.c
14939         * src/folder.c
14940         * src/procmsg.c
14941         * src/procmsg.h
14942         * src/plugins/pgpmime/pgpmime.c
14943                 Sync with HEAD
14944
14945 2004-09-08 [colin]      0.9.12cvs97.2
14946
14947         * src/summaryview.c
14948                 Don't select mails in collapsed threads 
14949                 when navigating with up/down
14950
14951 2004-09-07 [colin]      0.9.12cvs97.1
14952
14953         * src/inc.c
14954                 Sync with HEAD (meaningful error messages)
14955
14956 2004-09-06 [colin]      0.9.12cvs96.1
14957
14958         * src/toolbar.c
14959                 Sync with HEAD (fix Redirect graying out)
14960
14961 2004-09-06 [colin]      0.9.12cvs95.1
14962
14963         * src/summaryview.c
14964         * src/mimeview.c
14965                 Sync with HEAD (fix dropped URIs)
14966
14967 2004-09-06 [colin]      0.9.12cvs94.1
14968
14969         * src/addressbook.c
14970         * src/addressitem.h
14971         * src/addritem.c
14972         * src/addritem.h
14973                 Sync with HEAD (addressbook DnD)
14974
14975 2004-09-03 [colin]      0.9.12cvs93.1
14976
14977         * src/summaryview.c
14978                 Sync with HEAD (next/prev unread)
14979
14980 2004-09-03 [colin]      0.9.12cvs92.1
14981
14982         * src/prefs_common.c
14983         * src/prefs_common.h
14984         * src/summaryview.c
14985                 Sync with HEAD ('mark_as_read_delay' pref)
14986
14987 2004-09-02 [colin]      0.9.12cvs91.2
14988
14989         * src/common/xml.c
14990                 Fix leak
14991
14992 2004-09-02 [colin]      0.9.12cvs91.1
14993
14994         * src/gtk/menu.c
14995                 Sync with HEAD (menu accel don't work, but whatever)
14996
14997 2004-09-02 [colin]      0.9.12cvs90.1
14998
14999         * src/account.c
15000                 Sync with HEAD (fix bug 582)
15001
15002 2004-09-02 [colin]      0.9.12cvs89.1
15003
15004         * src/addrindex.c
15005                 Sync with HEAD (free deleted queries)
15006
15007 2004-09-02 [colin]      0.9.12cvs88.1
15008
15009         * src/ldapquery.c
15010                 Sync with HEAD (fix LDAP freezes)
15011
15012 2004-09-02 [colin]      0.9.12cvs87.1
15013
15014         * src/prefs_spelling.c
15015                 Sync with HEAD (add default dictionary)
15016
15017 2004-09-01 [colin]      0.9.12cvs86.1
15018
15019         * src/filtering.c
15020         * src/folderview.c
15021         * src/imap.c
15022         * src/prefs_matcher.c
15023         * src/stock_pixmap.c
15024         * src/summary_search.c
15025         * src/summaryview.c
15026         * src/wizard.c
15027         * src/wizard.h
15028                 Sync with HEAD (uninitialized vars fixes)
15029                 + gtk2 specific warning fixes
15030
15031 2004-08-31 [colin]      0.9.12cvs85.1
15032
15033         * src/folder.c
15034                 Sync with HEAD (Fix memory corruption due to 
15035                 uninitialized var)
15036
15037 2004-08-31 [colin]      0.9.12cvs84.4
15038
15039         * src/summary_search.c
15040                 Fix segfaults when searching in folders with broken headers
15041
15042 2004-08-31 [colin]      0.9.12cvs84.3
15043
15044         * src/compose.c
15045         * src/textview.c
15046                 Fix some more encoding/decoding issues
15047
15048 2004-08-30 [colin]      0.9.12cvs84.2
15049
15050         * src/mimeview.c
15051         * src/prefs_themes.c
15052         * src/gtk/filesel.c
15053         * src/gtk/filesel.h
15054                 Add a folder-mode selection (fixes mimeview's "Save all")
15055
15056 2004-08-29 [colin]      0.9.12cvs84.1
15057
15058         * src/mimeview.c
15059                 Sync with HEAD (don't escape saved filenames)
15060
15061 2004-08-27 [colin]      0.9.12cvs83.1
15062
15063         * ChangeLog
15064         * ChangeLog.claws
15065         * ChangeLog.jp
15066         * src/mh.c
15067         * src/procheader.c
15068         * src/procmsg.c
15069         * src/procmsg.h
15070         * src/common/utils.c
15071         * src/gtk/menu.h
15072         * po/
15073                 Sync with HEAD 0.9.12cvs83 (sync with main)
15074
15075 2004-08-26 [colin]      0.9.12cvs82.4
15076
15077         * src/codeconv.c
15078                 Fix strange stack corruption
15079                 Convert to utf8 after unmime, not before
15080
15081 2004-08-26 [colin]      0.9.12cvs82.3
15082
15083         * src/main.c
15084         * src/wizard.c
15085                 Fix account folders duplication
15086
15087 2004-08-25 [colin]      0.9.12cvs82.2
15088
15089         * src/wizard.c
15090                 Remove ports
15091                 Add SSL selection
15092                 Use login@server as account name
15093
15094 2004-08-25 [colin]      0.9.12cvs82.1
15095
15096         * src/plugins/pgpmime/pgpmime.c
15097                 Sync with HEAD (leak fix).
15098
15099 2004-08-25 [colin]      0.9.12cvs81.1
15100
15101         * src/plugins/pgpmime/pgpmime.c
15102         * src/plugins/pgpmime/sgpgme.c
15103         * src/plugins/pgpmime/sgpgme.h
15104                 Sync with HEAD (Handle combined messages).
15105
15106 2004-08-24 [colin]      0.9.12cvs80.3
15107
15108         * src/wizard.c
15109                 Fix full name, ports, and imap
15110
15111 2004-08-24 [colin]      0.9.12cvs80.2
15112
15113         * src/Makefile.am
15114         * src/main.c
15115         * src/setup.c
15116         * src/setup.h
15117         * src/stock_pixmap.c
15118         * src/stock_pixmap.h
15119         * src/wizard.c ** ADDED **
15120         * src/wizard.h ** ADDED ** 
15121         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15122                 Add a setup wizard 
15123
15124 2004-08-24 [colin]      0.9.12cvs80.1
15125
15126         * src/folder.c
15127                 Sync with HEAD (set mimeflags on all messages)
15128
15129 2004-08-24 [colin]      0.9.12cvs79.3
15130
15131         * src/matcher_parser_lex.l
15132                 Fix 8bits strings not in utf8
15133
15134 2004-08-24 [colin]      0.9.12cvs79.2
15135
15136         * src/compose.c
15137                 Check conversion result before replacing buffer
15138
15139 2004-08-23 [colin]      0.9.12cvs79.1
15140
15141         * src/compose.c
15142                 Sync with HEAD (create message header in memory)
15143
15144 2004-08-23 [colin]      0.9.12cvs78.1
15145
15146         * src/rfc2015.c
15147         * src/rfc2015.h
15148                 Sync with HEAD (fix bug 197 again)
15149
15150 2004-08-23 [colin]      0.9.12cvs77.3
15151
15152         * src/compose.c
15153                 Fix again inline gpg signing (which outputs utf8
15154                 in gtk2). Not syncing this fix to HEAD as this 
15155                 code is meant to die.
15156
15157 2004-08-23 [colin]      0.9.12cvs77.2
15158
15159         * src/prefs_account.h
15160                 Remove useless include
15161
15162 2004-08-23 [colin]      0.9.12cvs77.1
15163
15164         * src/imap.c
15165         * po/es.po
15166         * po/fr.po
15167         * po/it.po
15168         * po/pl.po
15169         * po/pt_BR.po
15170         * po/sk.po
15171         * po/sr.po
15172                 Sync with HEAD (fix bug 577)
15173
15174 2004-08-22 [colin]      0.9.12cvs76.1
15175
15176         * src/plugins/trayicon/trayicon.c
15177                 Sync with HEAD (fix formatting bug)
15178
15179 2004-08-21 [colin]      0.9.12cvs74.2
15180
15181         * src/gtk/colorsel.c
15182                 Fix bug 564 (Folder color selection window exits on any
15183                 keypress)
15184
15185 2004-08-21 [colin]      0.9.12cvs74.1
15186
15187         * ChangeLog.claws
15188         * src/compose.c
15189         * src/summaryview.c
15190         * src/toolbar.c
15191                 Sync with HEAD (fix bug 576)
15192
15193 2004-08-21 [colin]      0.9.12cvs70.1
15194
15195         * src/compose.c
15196         * src/mainwindow.c
15197                 Sync with HEAD
15198                 
15199
15200 2004-08-21 [paul]       0.9.12cvs66.4
15201
15202         * src/mainwindow.c
15203         * src/messageview.c
15204         * src/gtk/menu.c
15205         * src/plugins/spamassassin/spamassassin_gtk.c
15206                 remove some deprecated gtk1 functions
15207
15208
15209 2004-08-21 [colin]      0.9.12cvs66.3
15210
15211         * src/compose.c
15212         * src/codeconv.c
15213                 Fix warnings
15214                 Remove encoding hacks
15215                 Fix bug 575 (Strange character messes up message)
15216                 Don't display conversion error when drafting
15217
15218 2004-08-21 [paul]       0.9.12cvs66.2
15219
15220         * src/prefs_account.c
15221                 fix GnuPG mode bugs
15222
15223
15224 2004-08-20 [colin]      0.9.12cvs66.1
15225
15226         * src/codeconv.c
15227                 Sync with HEAD 0.9.12cvs66
15228
15229 2004-08-20 [paul]
15230
15231         * src/plugins/pgpmime/plugin.c
15232                 modify PGP/MIME plugin's description
15233
15234 2004-08-17 [colin]      0.9.12cvs65.1
15235
15236         * src/common/ssl.c
15237         * src/plugins/pgpmime/plugin.c
15238                 Sync with HEAD
15239
15240 2004-08-14 [colin]      0.9.12cvs60.3
15241
15242         * src/plugins/trayicon/trayicon.c
15243                 Put back resize callback, on size-request signal
15244                 rather than size-allocate to avoid infinite 
15245                 callback loop
15246
15247 2004-08-13 [colin]      0.9.12cvs60.2
15248
15249         * src/common/defs.h
15250                 Cache versions have been fixed
15251
15252 2004-08-13 [colin]      0.9.12cvs60.1
15253
15254         * src/folderutils.c
15255                 Sync with HEAD
15256
15257 2004-08-12 [colin]      0.9.12cvs59.1
15258
15259         * src/plugins/trayicon/trayicon.c
15260                 Sync with HEAD
15261
15262 2004-08-12 [colin]      0.9.12cvs57.5
15263
15264         * sylpheed.desktop
15265         * configure.ac
15266         * src/Makefile.am
15267         * src/main.c
15268                 Add support for Freedesktop.org's startup notification
15269
15270 2004-08-11 [colin]      0.9.12cvs57.4
15271
15272         * src/textview.c
15273                 Fix off-by-one
15274
15275 2004-08-11 [colin]      0.9.12cvs57.3
15276
15277         * src/message_search.c
15278         * src/summary_search.c
15279                 Make searches case insensitive by default
15280         * src/textview.c
15281                 Fix case-insensitive search in message
15282
15283 2004-08-11 [colin]      0.9.12cvs57.2
15284
15285         * src/summary_search.c
15286                 Let case-sensitive be specified
15287
15288 2004-08-10 [colin]      0.9.12cvs55.4
15289
15290         * src/common/socket.c
15291                 Fix the possible race condition
15292
15293 2004-08-09 [paul]       0.9.12cvs55.3
15294
15295         * configure.ac
15296         * src/Makefile.am
15297         * src/common/Makefile.am
15298                 sync with HEAD
15299
15300
15301 2004-08-09 [paul]       0.9.12cvs55.2
15302
15303         * autogen.sh
15304         * po/poconv.sh
15305                 remove unneeded script
15306
15307         * configure.ac
15308                 add forgotten USE_LDAP_TLS (sync with HEAD)
15309
15310
15311 2004-08-09 [colin]      0.9.12cvs55.1
15312
15313         * src/main.c
15314         * src/common/ssl.c
15315         * src/common/sylpheed.c
15316         * src/common/sylpheed.h
15317                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15318
15319 2004-08-09 [paul]       0.9.12cvs54.1
15320
15321         * ChangeLog
15322         * ChangeLog.claws
15323         * ChangeLog.jp
15324         * configure.ac
15325         * po/POTFILES.in
15326         * src/Makefile.am
15327         * src/folderutils.c
15328         * src/main.c
15329         * src/pgpmime.c
15330         * src/pgpmime.h
15331         * src/sgpgme.c
15332         * src/sgpgme.h
15333         * src/plugins/Makefile.am
15334         * src/plugins/pgpmime/.cvsignore
15335         * src/plugins/pgpmime/Makefile.am
15336         * src/plugins/pgpmime/pgpmime.c
15337         * src/plugins/pgpmime/pgpmime.h
15338         * src/plugins/pgpmime/plugin.c
15339         * src/plugins/pgpmime/sgpgme.c
15340         * src/plugins/pgpmime/sgpgme.h
15341                 sync with HEAD
15342
15343 2004-08-08 [paul]       0.9.12cvs51.1
15344
15345         * configure.ac
15346         * src/folder.c
15347                 sync with HEAD
15348
15349 2004-08-07 [colin]      0.9.12cvs50.1
15350
15351         * src/pop.c
15352         * src/common/partial_download.c
15353                 fix warnings (sync from HEAD)
15354
15355 2004-08-07 [colin]      0.9.12cvs48.1
15356
15357         * src/prefs_folder_item.c
15358                 sync with HEAD 0.9.12cvs48
15359
15360 2004-08-06 [colin]      0.9.12cvs47.1
15361
15362         * src/compose.c
15363                 Sync with HEAD
15364
15365 2004-08-06 [christoph]  0.9.12cvs46.2
15366
15367         * src/main.c
15368         * src/plugins/clamav/clamav_plugin_gtk.c
15369         * src/plugins/dillo_viewer/dillo_viewer.c
15370         * src/plugins/image_viewer/plugin.c
15371         * src/plugins/mathml_viewer/mathml_viewer.c
15372         * src/plugins/spamassassin/spamassassin_gtk.c
15373         * src/plugins/trayicon/trayicon.c
15374                 don't mix GTK1.2 plugin with GTK2 plugins
15375
15376 2004-08-06 [colin]      0.9.12cvs46.1
15377
15378         * ChangeLog
15379         * ChangeLog.claws
15380         * ChangeLog.jp
15381         * configure.ac
15382         * sylpheed-claws.pc.in
15383         * src/folder.c
15384         * src/imap.c
15385         * src/localfolder.c
15386         * src/messageview.c
15387         * src/mimeview.c
15388         * src/mimeview.h
15389         * src/msgcache.c
15390         * src/news.c
15391         * src/prefs_ext_prog.c
15392         * src/prefs_folder_item.c
15393         * src/prefs_fonts.c
15394         * src/prefs_msg_colors.c
15395         * src/prefs_spelling.c
15396         * src/prefs_themes.c
15397         * src/prefs_toolbar.c
15398         * src/prefs_wrapping.c
15399         * src/procmime.h
15400         * src/common/defs.h
15401         * src/common/nntp.c
15402         * src/common/session.c
15403         * src/common/session.h
15404         * src/common/socket.c
15405         * src/common/utils.h
15406         * src/common/xml.c
15407         * src/common/xml.h
15408         * src/gtk/prefswindow.c
15409         * src/gtk/prefswindow.h
15410         * src/plugins/clamav/clamav_plugin_gtk.c
15411         * src/plugins/dillo_viewer/dillo_prefs.c
15412         * src/plugins/image_viewer/viewerprefs.c
15413         * src/plugins/spamassassin/spamassassin_gtk.c
15414         * m4/openssl.m4 *** REMOVED ***
15415                 Sync with HEAD 0.9.12cvs46
15416
15417 2004-08-03 [paul]       0.9.12cvs40.2
15418
15419         * src/action.c
15420         * src/addressadd.c
15421         * src/addressbook.c
15422         * src/addrgather.c
15423         * src/browseldap.c
15424         * src/compose.c
15425         * src/crash.c
15426         * src/editaddress.c
15427         * src/editgroup.c
15428         * src/editldap_basedn.c
15429         * src/foldersel.c
15430         * src/importldif.c
15431         * src/mimeview.c
15432         * src/prefs_common.c
15433         * src/prefs_template.c
15434         * src/sourcewindow.c
15435         * src/summaryview.c
15436         * src/gtk/about.c
15437         * src/gtk/foldersort.c
15438         * src/gtk/logwindow.c
15439         * src/gtk/pluginwindow.c
15440         * src/gtk/prefswindow.c
15441                 change all gtk_scrolled_window_set_policy from 
15442                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15443
15444 2004-08-02 [paul]       0.9.12cvs40.1
15445
15446         * AUTHORS
15447                 update translation team section
15448         * po/pt_BR.po
15449                 updated by Frederico Goncalves Guimaraes
15450                 <fggdebian@yahoo.com.br>
15451
15452 2004-07-31 [colin]      0.9.12cvs39.9
15453
15454         * src/exphtmldlg.c
15455                 Fix compilation
15456
15457 2004-07-31 [colin]      0.9.12cvs39.8
15458
15459         * src/exphtmldlg.c
15460                 Fix an alertpanel type
15461
15462 2004-07-30 [colin]      0.9.12cvs39.7
15463
15464         * src/alertpanel.c
15465                 Fix alertpanel_error_log's icon
15466
15467 2004-07-30 [colin]      0.9.12cvs39.6
15468
15469         * src/pop.c
15470                 Two of them should still be warnings
15471
15472 2004-07-30 [colin]      0.9.12cvs39.5
15473
15474         * src/pop.c
15475                 More warning -> error
15476 2004-07-29 [colin]      0.9.12cvs39.4
15477
15478         * src/pop.c
15479                 Warning -> error
15480
15481 2004-07-29 [colin]      0.9.12cvs39.3
15482
15483         * src/prefs_matcher.c
15484                 Fix segfault
15485
15486 2004-07-29 [colin]      0.9.12cvs39.2
15487
15488         * src/alertpanel.c
15489                 More nice-looking alertpanels
15490
15491 2004-07-29 [colin]      0.9.12cvs39.1
15492
15493         * src/messageview.c
15494                 sync with head
15495                 (inform user when partial mail is deleted on server)
15496
15497 2004-07-29 [colin]      0.9.12cvs38.1
15498
15499         * src/messageview.c
15500                 sync with head
15501
15502 2004-07-28 [paul]       0.9.12cvs37.7
15503
15504         * src/mainwindow.c
15505                 complete the replacement of deprecated gtk_progress_*
15506
15507 2004-07-28 [paul]       0.9.12cvs37.6
15508
15509         * src/action.c
15510         * src/inc.c
15511         * src/mainwindow.c
15512         * src/send_message.c
15513         * src/gtk/progressdialog.c
15514         * src/gtk/progressdialog.h
15515                 replace deprecated gtk_progress_*
15516
15517 2004-07-28 [paul]       0.9.12cvs37.5
15518
15519         * src/gtk/filesel.c
15520                 remove gtk_window_set_wmclass()
15521 2004-07-28 [paul]       0.9.12cvs37.4
15522
15523         * src/addressbook.c
15524         * src/compose.c
15525         * src/foldersel.c
15526         * src/mainwindow.c
15527         * src/messageview.c
15528         * src/sourcewindow.c
15529         * src/gtk/logwindow.c
15530                 remove gtk_window_set_wmclass()
15531                 
15532         * src/prefs_filtering.c
15533         * src/prefs_filtering_action.c
15534         * src/prefs_fonts.c
15535         * src/prefs_gtk.c
15536         * src/prefs_matcher.c
15537         * src/ssl_manager.c
15538         * src/gtk/prefswindow.c
15539                 replace gtk_window_position()
15540
15541 2004-07-28 [colin]      0.9.12cvs37.3
15542
15543         * src/alertpanel.c
15544         * src/alertpanel.h
15545                 Add a way to specify panel type for specific
15546                 panels (alertpanel())
15547         * src/account.c
15548         * src/addressbook.c
15549         * src/compose.c
15550         * src/expldifdlg.c
15551         * src/main.c
15552         * src/messageview.c
15553         * src/summaryview.c
15554         * src/textview.c
15555         * src/gtk/sslcertwindow.c
15556                 Fix alertpanel()s so that their icon match
15557                 their real type
15558
15559 2004-07-28 [paul]       0.9.12cvs37.2
15560
15561         * src/addr_compl.c
15562         * src/addressbook.c
15563         * src/alertpanel.c
15564         * src/compose.c
15565         * src/export.c
15566         * src/foldersel.c
15567         * src/folderview.c
15568         * src/grouplistdialog.c
15569         * src/import.c
15570         * src/mainwindow.c
15571         * src/message_search.c
15572         * src/messageview.c
15573         * src/passphrase.c
15574         * src/prefs_actions.c
15575         * src/prefs_common.c
15576         * src/prefs_customheader.c
15577         * src/prefs_display_header.c
15578         * src/prefs_filtering.c
15579         * src/prefs_filtering_action.c
15580         * src/prefs_gtk.c
15581         * src/prefs_matcher.c
15582         * src/prefs_msg_colors.c
15583         * src/prefs_summary_column.c
15584         * src/prefs_template.c
15585         * src/sourcewindow.c
15586         * src/ssl_manager.c
15587         * src/summary_search.c
15588         * src/gtk/colorsel.c
15589         * src/gtk/description_window.c
15590         * src/gtk/gtkaspell.c
15591         * src/gtk/inputdialog.c
15592         * src/gtk/logwindow.c
15593         * src/gtk/prefswindow.c
15594         * src/gtk/progressdialog.c
15595                 replace deprecated gtk_window_set_policy
15596
15597 2004-07-27 [colin]      0.9.12cvs37.1
15598
15599         * src/msgcache.c
15600                 More fixes (synced for head again)
15601
15602 2004-07-27 [colin]      0.9.12cvs35.3
15603
15604         * src/msgcache.c
15605                 Fix wrong test
15606
15607 2004-07-27 [colin]      0.9.12cvs35.2
15608
15609         * src/mimeview.c
15610                 Fix width a bit (by Paul)
15611         * src/alertpanel.c
15612         * src/alertpanel.h
15613                 Specialize icons, make alertpanel_message()
15614                 private
15615         * src/message_search.c
15616         * src/sgpgme.c
15617         * src/summary_search.c
15618                 Suit alertpanel changes
15619
15620 2004-07-27 [colin]      0.9.12cvs35.1
15621
15622         * src/alertpanel.c
15623                 Add an icon
15624         * src/passphrase.c
15625                 Add debug output - maybe someone will
15626                 want to look at the problem with Grab
15627                 Input :)
15628         Bump version as we're synced with HEAD
15629
15630 2004-07-26 [colin]      0.9.12cvs33.26
15631
15632         * src/pop.c
15633                 Fix uidl-file parsing when not in new
15634                 format
15635
15636 2004-07-26 [colin]      0.9.12cvs33.25
15637
15638         * src/gtk/menu.c
15639                 Move popup menu up if necessary (fixes 
15640                 account selector)
15641         * src/mainwindow.c
15642                 Set account selector's button height to
15643                 minimum
15644
15645 2004-07-26 [colin]      0.9.12cvs33.24
15646
15647         * src/alertpanel.c
15648                 Maybe fix 551 (Truncated font in alert window)
15649
15650 2004-07-26 [colin]      0.9.12cvs33.23
15651
15652         * po/de.po
15653         * po/es.po
15654         * po/fr.po
15655         * po/it.po
15656         * po/ja.po
15657         * po/pl.po
15658         * po/ru.po
15659         * po/sk.po
15660         * po/sr.po
15661         * po/zh_CN.po
15662                 Sync po files with HEAD
15663
15664 2004-07-26 [paul]       0.9.12cvs33.22
15665
15666         * src/compose.c
15667                 fix Bug 556 'Organisation-header is sent even if empty'
15668
15669 2004-07-24 [colin]      0.9.12cvs33.21
15670
15671         * src/compose.c
15672         * src/gtk/gtkaspell.c
15673         * src/gtk/gtkaspell.h
15674                 Fix speller accelerators (require hack)
15675
15676 2004-07-24 [colin]      0.9.12cvs33.20
15677
15678         * src/gtk/gtkaspell.c
15679                 Fix over-eager code deletion breaking
15680                 Check while typing
15681
15682 2004-07-24 [colin]      0.9.12cvs33.19
15683
15684         * src/browseldap.c
15685         * src/ldapctrl.c
15686         * src/ldapctrl.h
15687         * src/ldapserver.h
15688                 Sync ldap with HEAD
15689         (Fixes 546 LDAP completely broken)
15690
15691 2004-07-24 [colin]      0.9.12cvs33.18
15692
15693         * src/prefs_msg_colors.c
15694                 Fix prototype mismatch
15695         (Fixes 547 void function cannot return value)
15696
15697 2004-07-24 [colin]      0.9.12cvs33.17
15698
15699         * src/mainwindow.c
15700                 Fix sort going back to previous sort key
15701                 when changing sort direction
15702
15703 2004-07-24 [colin]      0.9.12cvs33.16
15704
15705         * src/compose.c
15706                 Fix space insertion when re-wrapping at 
15707                 cursor point
15708
15709 2004-07-24 [colin]      0.9.12cvs33.15
15710
15711         * src/gtk/gtkaspell.c
15712                 Don't change cursor position in insert-text
15713                 callback
15714         (Fixes 539 Word wrapping on input transposes letters)
15715
15716 2004-07-24 [colin]      0.9.12cvs33.14
15717
15718         * src/gtk/gtkaspell.c
15719                 Reencode non-ascii chars to dictionary's
15720                 encoding
15721         (Fixes 544 Spell check broken non english locale)
15722
15723 2004-07-24 [colin]      0.9.12cvs33.13
15724
15725         * src/summaryview.c
15726                 Fix Shift+Down, add Home/End/PgUp/PgDown
15727
15728 2004-07-21 [colin]      0.9.12cvs33.12
15729
15730         * src/prefs_common.c
15731                 Fix a gtk warning (Patch by Andrej Kacian)
15732
15733 2004-07-21 [colin]      0.9.12cvs33.11
15734
15735         * src/gtk/filesel.c
15736                 More check
15737
15738 2004-07-21 [colin]      0.9.12cvs33.10
15739
15740         * src/compose.c
15741         * src/crash.c
15742         * src/export.c
15743         * src/import.c
15744         * src/messageview.c
15745         * src/mimeview.c
15746         * src/prefs_spelling.c
15747         * src/prefs_themes.c
15748         * src/summaryview.c
15749         * src/gtk/filesel.c
15750         * src/gtk/filesel.h
15751         * src/gtk/pluginwindow.c
15752                 Untwist open/save mode guessing logic, make
15753                 it explicit
15754
15755 2004-07-20 [colin]      0.9.12cvs33.9
15756
15757         * src/codeconv.c
15758                 conv_encode_header: src_charset is UTF-8 on
15759                 gtk2
15760         * src/compose.c
15761                 Remove double encoding of the headers
15762
15763 2004-07-20 [colin]      0.9.12cvs33.8
15764
15765         * src/codeconv.c
15766                 Fix typo
15767
15768 2004-07-20 [colin]      0.9.12cvs33.7
15769
15770         * src/mainwindow.c
15771                 Set the separated messageview to the saved
15772                 size of Claws' messageview (Patch by Alfons)
15773                 Fix a callback prototype (me)
15774
15775 2004-07-20 [colin]      0.9.12cvs33.6
15776
15777         * src/codeconv.h
15778                 Forgot one hunk in 0.9.12cvs33.4
15779
15780 2004-07-19 [colin]      0.9.12cvs33.5
15781
15782         * src/action.c
15783                 Action output fix
15784                 Patch by Alfons
15785
15786 2004-07-19 [colin]      0.9.12cvs33.4
15787
15788         * src/compose.c
15789                 Fix outgoing charset bug in headers
15790         * src/codeconv.c
15791                 Clean for glib2 - Patch by Alfons
15792
15793 2004-07-19 [colin]      0.9.12cvs33.3
15794
15795         * src/statusbar.c
15796                 Remove grip from the statusbar
15797                 Patch by Alfons
15798
15799 2004-07-19 [colin]      0.9.12cvs33.2
15800
15801         * src/messageview.c
15802         * src/textview.c
15803                 Fix messageview remembering the previous
15804                 scroll position when loading a new message
15805                 Patch by Alfons
15806
15807 2004-07-19 [colin]      0.9.12cvs33.1
15808
15809         * src/folder.h
15810         * src/folderview.c
15811         * src/summaryview.c
15812                 Sync with HEAD
15813
15814 2004-07-18 [colin]      0.9.12cvs32.7
15815
15816         * configure.ac
15817                 Remove useless check for XIM - noticed
15818                 by Alfons
15819
15820 2004-07-18 [colin]      0.9.12cvs32.6
15821
15822         * src/summaryview.c
15823                 Remove non-modified and shift-modified
15824                 accelerators in summaryview's popup
15825                 menu, as that doesn't get catched by
15826                 the accel-activate signal catcher...
15827
15828 2004-07-18 [colin]      0.9.12cvs32.5
15829
15830         * src/prefs_common.c
15831                 Define sensible default prefs for 
15832                 wrapping
15833
15834 2004-07-18 [colin]      0.9.12cvs32.4
15835
15836         * src/compose.c
15837         * src/prefs_common.c
15838         * src/prefs_common.h
15839         * src/prefs_wrapping.c
15840                 Remove Smart Wrapping pref, which does
15841                 nothing on gtk2 branch
15842
15843 2004-07-18 [colin]      0.9.12cvs32.3
15844
15845         * src/sourcewindow.c
15846                 Proper utf8
15847
15848 2004-07-18 [colin]      0.9.12cvs32.2
15849
15850         * src/compose.c
15851                 Save attachment status when drafting
15852
15853 2004-07-18 [colin]      0.9.12cvs32.1
15854
15855         * src/gtk/filesel.c
15856                 Fix erratic folder selection in open mode
15857
15858 2004-07-18 [colin]      0.9.12cvs31.11
15859
15860         * src/pop.c
15861                 Don't let partial messages get deleted
15862                 even with "dowload all"
15863                 (0.9.12cvs31.8 fix extension)
15864 2004-07-18 [colin]      0.9.12cvs31.10
15865
15866         * src/gtk/logwindow.c
15867                 Fix log scrolling
15868
15869 2004-07-18 [colin]      0.9.12cvs31.9
15870
15871         * src/common/utils.c
15872                 Fix non-utf8 strings coming from commands
15873                 and files
15874
15875 2004-07-18 [colin]      0.9.12cvs31.8
15876
15877         * src/pop.c
15878                 Fix partial download bug with Download all
15879                 messages option
15880
15881 2004-07-18 [colin]      0.9.12cvs31.7
15882
15883         * src/textview.c
15884                 Fix bug introduced in 0.9.12cvs31.2
15885                 (blocked in select mode after double click)
15886
15887 2004-07-18 [colin]      0.9.12cvs31.6
15888
15889         * src/compose.c
15890         * src/gtk/menu.c
15891                 More glib-warning fixes
15892
15893 2004-07-18 [colin]      0.9.12cvs31.5
15894
15895         * src/compose.c
15896                 Fix trashing the primary clipboard when moving 
15897                 around with tab
15898         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15899
15900 2004-07-18 [colin]      0.9.12cvs31.4
15901
15902         * src/codeconv.c
15903                 convert unencoded iso headers to utf8
15904         (Fix Bug 538 Unencoded local characters in subject make it 
15905          disappear)
15906
15907 2004-07-18 [colin]      0.9.12cvs31.3
15908
15909         * src/compose.c
15910                 Fix tab char handling in wrapping
15911         (Fix Bug 537 Line wrap problem - TAB character treated as 
15912          one character instead of 8)
15913
15914 2004-07-18 [colin]      0.9.12cvs31.2
15915
15916         * src/textview.c
15917                 return FALSE on GDK_MOTION_NOTIFY
15918         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15919          (unable to highlight))
15920
15921 2004-07-18 [colin]      0.9.12cvs31.1
15922
15923         * src/folderview.c
15924                 Sync with 0.9.12cvs31
15925
15926 2004-07-18 [colin]      0.9.12cvs30.4
15927
15928         * src/compose.c
15929                 Also block text_inserted when inserting a file
15930
15931 2004-07-18 [colin]      0.9.12cvs30.3
15932
15933         * src/compose.c
15934                 Fix smart wrapping (block text_inserted handler
15935                 while putting quotation to avoid wrap on input,
15936                 don't join lines if next is sig separator)
15937
15938 2004-07-17 [colin]      0.9.12cvs30.2
15939
15940         * src/folderview.c
15941         * src/mainwindow.c
15942         * src/mimeview.c
15943         * src/summaryview.c
15944         * src/gtk/quicksearch.c
15945         * src/gtk/quicksearch.h
15946                 Block key events handlers *and* accels while
15947                 quicksearch is focused
15948         (Fixes Bug 534 quick-search bar not accepting certain letters)
15949
15950 2004-07-17 [colin]      0.9.12cvs30.1
15951
15952         * src/folder.h
15953         * src/folderview.c
15954         * src/summaryview.c
15955                 Sync with 0.9.12cvs30
15956
15957 2004-07-17 [colin]      0.9.12cvs28.2
15958
15959         * src/mimeview.c
15960         * src/procmime.c
15961         * src/summaryview.c
15962         * src/gtk/menu.c
15963                 Squash some compile and glib warnings
15964
15965 2004-07-17 [paul]       0.9.12cvs28.1
15966
15967         * src/mimeview.c
15968                 sync with 0.9.12cvs28 HEAD
15969
15970 2004-07-16 [paul]       0.9.12cvs26.1
15971         
15972         * src/gtk/quicksearch.c
15973         * src/account.c
15974         * src/account.h
15975         * src/compose.c
15976         * src/customheader.c
15977         * src/folder_item_prefs.c
15978         * src/main.c
15979         * src/mainwindow.c
15980         * src/messageview.c
15981         * src/mimeview.c
15982         * src/news.c
15983         * src/pgpmime.c
15984         * src/pop.c
15985         * src/pop.h
15986         * src/prefs_account.c
15987         * src/prefs_account.h
15988         * src/prefs_common.c
15989         * src/prefs_common.h
15990         * src/prefs_display_header.c
15991         * src/prefs_gtk.c
15992         * src/prefs_gtk.h
15993         * src/procheader.c
15994         * src/procmime.c
15995                 sync with 0.9.12cvs26 HEAD      
15996
15997 2004-07-15 [colin]      0.9.12cvs18.14
15998
15999         * src/folder.c
16000                 Disable GPG signature check during
16001                 folder move and scan
16002         (Closes Bug 521 Signature checking slows down Folder-Move)
16003
16004 2004-07-14 [colin]      0.9.12cvs18.13
16005
16006         * src/common/partial_download.c
16007                 update includes
16008
16009 2004-07-14 [colin]      0.9.12cvs18.12
16010
16011         * src/common/partial_download.c
16012         * src/common/partial_download.h
16013                 Move doc at top, add correct copyright
16014
16015 2004-07-14 [colin]      0.9.12cvs18.11
16016
16017         * src/folder.c
16018         * src/messageview.c
16019         * src/pop.c
16020         * src/pop.h
16021         * src/procmsg.c
16022         * src/summaryview.c
16023         * src/common/Makefile.am
16024         * src/common/partial_download.c ** NEW FILES **
16025         * src/common/partial_download.h ** NEW FILES **
16026                 Move partial-download related stuff to its
16027                 own file
16028
16029 2004-07-14 [colin]      0.9.12cvs18.10
16030
16031         * src/send_message.c
16032                 Fix smtp auth when user is null or empty
16033
16034 2004-07-13 [colin]      0.9.12cvs18.9
16035
16036         * src/gtk/quicksearch.c
16037                 Use alphabetic order
16038
16039 2004-07-13 [colin]      0.9.12cvs18.8
16040
16041         * src/pop.c
16042                 Be paranoid on the checks
16043
16044 2004-07-13 [colin]      0.9.12cvs18.7
16045
16046         * src/gtk/quicksearch.c
16047                 Fix Engrish once again
16048
16049 2004-07-13 [colin]      0.9.12cvs18.6
16050
16051         * src/procmsg.c
16052         * src/summaryview.c
16053                 Mark messages for deletion when they are about to
16054                 be removed from trash
16055
16056 2004-07-13 [colin]      0.9.12cvs18.5
16057
16058         * src/matcher.c
16059         * src/matcher.h
16060         * src/matcher_parser_parse.y
16061         * src/prefs_matcher.c
16062         * src/gtk/quicksearch.c
16063                 Add 'partial' ('p') match string to find partially
16064                 downloaded messages
16065
16066 2004-07-13 [colin]      0.9.12cvs18.4
16067
16068         * src/pop.c
16069                 Fix misplaced block
16070
16071 2004-07-13 [colin]      0.9.12cvs18.3
16072
16073         * src/pop.c
16074         * src/pop.h
16075         * src/messageview.c
16076                 Refactor API (to avoid passing 5+ params and code
16077                 duplication)
16078         * src/folder.c
16079         * src/msgcache.c
16080         * src/procheader.c
16081         * src/common/defs.h
16082                 Add planned_download to cache
16083                 Don't mess uidl file when moving partially downloaded
16084                 mails (they change folder, we should change it in the
16085                 uidl list too or we'll remove an incorrect message)
16086                 (this also helps removing hacks when changing 
16087                 planned_download in messageview.c)
16088
16089 2004-07-12 [colin]      0.9.12cvs18.2
16090
16091         * src/gtk/quicksearch.c
16092                 Fix missing status update in quicksearch
16093
16094 2004-07-12 [paul]       0.9.12cvs18.1
16095
16096         * po/POTFILES.in
16097         * src/Makefile.am
16098         * src/account.c
16099         * src/codeconv.c
16100         * src/compose.c
16101         * src/inc.c
16102         * src/main.c
16103         * src/prefs_common.c
16104         * src/procmsg.h
16105         * src/toolbar.c
16106         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16107         * src/prefs_wrapping.[ch]       ** NEW FILES **
16108         * src/common/intl.h
16109         * src/common/utils.[ch]
16110         * src/gtk/quicksearch.[ch]
16111                 sync with 0.9.12cvs18 HEAD
16112
16113 2004-07-12 [colin]      0.9.11cvs17.25
16114
16115         * src/folder.c
16116         * src/folder.h
16117                 Remove unused function added by me in 0.9.11cvs17.10
16118
16119 2004-07-11 [colin]      0.9.11cvs17.24
16120
16121         * src/inc.c
16122         * src/messageview.c
16123         * src/pop.c
16124         * src/pop.h
16125                 Use folderitem and msgnum instead of filename to
16126                 know which mail to delete
16127                 Move old partial mail deletion to pop.c
16128
16129 2004-07-10 [colin]      0.9.11cvs17.23
16130
16131         * src/inc.c
16132                 Add debug
16133         * src/pop.c
16134         * src/pop.h
16135                 Don't re-use same enums for unrelated stuff: it's 
16136                 completely misleading !
16137                 Document a bit
16138
16139 2004-07-09 [colin]      0.9.11cvs17.22
16140
16141         * src/inc.c
16142                 Remove folder-type check and do
16143                 more tests to be sure everything's
16144                 ok
16145         * src/messageview.c
16146                 Punctuation update, remove useless
16147                 code, fix two warnings
16148         * src/noticeview.c
16149                 Layout cleaning, reset 2nd button
16150                 when specifying one
16151
16152 2004-07-09 [colin]      0.9.11cvs17.21
16153
16154         * src/messageview.c
16155         * src/pop.c
16156         * src/pop.h
16157                 Allow user to change his mind
16158                 and postpone decision (by
16159                 unmarking the mail)
16160
16161 2004-07-09 [colin]      0.9.11cvs17.20
16162
16163         * src/messageview.c
16164                 Fix bug with delete state
16165         * src/pop.c
16166         * src/pop.h
16167                 Fix buffer leak (fread doesn't 
16168                 terminate buffers with \0)
16169                 Refactoring (remove magic 
16170                 numbers)
16171
16172 2004-07-09 [colin]      0.9.11cvs17.19
16173
16174         * src/pop.c
16175                 Don't log "Skipping message" if 
16176                 we're going to TOP it two lines
16177                 later
16178
16179 2004-07-09 [colin]      0.9.11cvs17.18
16180
16181         * src/messageview.c
16182                 Fix Engrish
16183
16184 2004-07-09 [colin]      0.9.11cvs17.17
16185
16186         * src/pop.c
16187                 strlen checking...
16188         * src/messageview.c
16189                 refactoring a bit
16190
16191 2004-07-08 [colin]      0.9.11cvs17.16
16192
16193         * src/noticeview.c
16194         * src/noticeview.h
16195                 Add an optional second button
16196         * src/messageview.c
16197         * src/pop.c
16198         * src/pop.h
16199                 Don't delete partially received mails after a certain
16200                 time; rather, let the user decide.
16201
16202 2004-07-08 [colin]      0.9.11cvs17.15
16203
16204         * src/common/smtp.h
16205                 Sync with HEAD
16206
16207 2004-07-08 [colin]      0.9.11cvs17.14
16208
16209         * src/messageview.c
16210         * src/common/smtp.c
16211                 Use to_human_readable() for sizes
16212
16213 2004-07-08 [colin]      0.9.11cvs17.13
16214
16215         * src/inc.c
16216         * src/messageview.c
16217         * src/pop.c
16218         * src/pop.h
16219         * src/procmsg.c
16220                 Fix partial-downloading issues:
16221                         catch unsupported TOP
16222                         don't delete partially downloaded mails before 5 days
16223                         don't update existing with non-MH folders; that'll
16224                         make dups, but it's better than trashing the folder
16225                         free new msginfo parts
16226                 Fix indentation ;-)
16227
16228 2004-07-08 [colin]      0.9.11cvs17.12
16229
16230         * src/common/smtp.c
16231         * src/common/smtp.h
16232                 Sync smtp size verification with HEAD
16233
16234 2004-07-08 [colin]      0.9.11cvs17.11
16235
16236         * src/summaryview.c
16237         * src/prefs_common.c
16238         * src/prefs_common.h
16239         * src/gtk/quicksearch.c
16240         * src/gtk/quicksearch.h
16241                 Sync sticky pref with HEAD
16242
16243 2004-07-08 [colin]      0.9.11cvs17.10
16244
16245         * src/folder.c [1.213.2.6]
16246         * src/folder.h [1.87.2.6]
16247         * src/inc.c [1.149.2.7]
16248         * src/messageview.c [1.94.2.8]
16249         * src/procheader.c [1.47.2.6]
16250         * src/procmsg.c [1.150.2.4]
16251         * src/procmsg.h [1.60.2.5]
16252         * src/pop.c [1.56.2.4]
16253         * src/pop.h [1.17.2.3]
16254                 Let too big messages get downloaded, but truncated
16255                 Add a button to download them completely
16256                 
16257 2004-07-06 [colin]      0.9.11cvs17.9
16258
16259         * src/gtk/quicksearch.c [1.1.2.3]
16260                 Add a Clear button
16261         * commitHelper
16262         * PATCHSETS
16263                 Add a script to help with cvs
16264
16265 2004-07-03 [colin]      0.9.11cvs17.8
16266
16267         * src/plugins/imageviewer/viewer.c
16268                 fix imageviewer (which was staying on the first
16269                 displayed image)
16270
16271 2004-07-03 [colin]      0.9.11cvs17.7
16272
16273         Removed FIXME_GTK2 warnings
16274         * src/gtk/gtkutils.c
16275                 useless #warnings
16276         * src/gtk/menu.c
16277                 useless #warnings (no need to mess with menu rc)
16278         * src/gtk/menu.h
16279                 unused functions
16280         
16281
16282 2004-07-03 [colin]      0.9.11cvs17.6
16283
16284         Removed FIXME_GTK2 warnings
16285         * src/codeconv.c
16286                 useless #warnings (rewrite needed)
16287         * src/compose.c
16288                 useless #warnings (rewrite needed)
16289                 useless #warnings (gtk2 is like that)
16290                 useless #warnings (previously fixed)
16291         * src/main.c
16292                 useless #warnings (previously fixed)
16293         * src/message_search.c
16294                 useless #warnings (gtk2 is like that)
16295                 Made apparent that search is case-sensitive
16296         * src/mimeview.c
16297                 useless #warnings (rewrite needed)
16298                 useless #warnings (gtk2 is like that)
16299                 reimplemented real warnings
16300         * src/prefs_common.c
16301                 Removed block cursor option (not it gtk2)
16302         * src/prefs_gtk.c
16303                 useless #warnings (rewrite needed)
16304         * src/procheader.c
16305                 useless #warnings (rewrite needed)
16306         * src/sourcewindow.c
16307                 useless #warnings (incorrect placing)
16308         * src/summary_search.c
16309                 useless #warnings (gtk2 is like that)
16310                 Made apparent that search is case-sensitive
16311         * src/action.c
16312                 useless #warnings (gtk2 is like that)
16313         * src/textview.c
16314                 useless #warnings (rewrite needed)
16315         * src/toolbar.c
16316                 useless #warnings (rewrite needed)
16317
16318 2004-07-03 [colin]      0.9.11cvs17.5
16319
16320         * src/textview.c
16321                 Fix mismerge which broke URI opening
16322                 
16323 2004-07-01 [colin]      0.9.11cvs17.4
16324
16325         * src/gtk/filesel.c
16326                 Fill filename when saving
16327                 
16328 2004-06-27 [colin]      0.9.11cvs17.3
16329
16330         * src/gtk/filesel.[ch]
16331                 Use the new GTK file selector
16332                 Update prototype to match the reality: multiple file
16333                 selection is open-only          
16334         * src/compose.c
16335                 Match the new prototypes        
16336         * configure.ac
16337                 Match the new requirements (gtk 2.4.0)
16338                         
16339 2004-06-26 [colin]      0.9.11cvs17.2
16340
16341         * src/plugins/trayicon/trayicon.c
16342                 Remove useless signal handler on resize, which causes
16343                 an infinite "loop"
16344         
16345 2004-06-26 [colin]      0.9.11cvs17.1
16346         
16347         * tools/Makefile.am
16348                 remove launch_firebird and add nautilus2sylpheed.sh
16349         * src/quicksearch.c
16350           src/summaryview.c
16351                 Fix show/hide "Extended symbols" button problem
16352                 Fix apparition at startup
16353                 Fix const warnings
16354         * src/plugins/image_viewer/Makefile.am
16355                 Fix configure 
16356         * common/ssl.c
16357                 Re-enable certificate check, as it doesn't seem to
16358                 cause Xlib errors anymore
16359
16360 2004-06-25 [paul]       0.9.11cvs17
16361
16362         * sync with 0.9.11cvs17 HEAD
16363         
16364         NOTE: QuickSearch is broken
16365
16366 2004-06-07 [colin]      0.9.10claws67.10
16367         * src/plugins/trayicon/trayicon.c
16368           src/plugins/trayicon/libeggtrayicon/Makefile.am
16369           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16370                 Fix gettextization in trayicon plugin
16371
16372 2004-06-07 [colin]      0.9.10claws67.9
16373         
16374         * src/summaryview.c
16375           src/gtk/gtksctree.[ch]
16376                 Let Shift+{Up,Down} work in summaryview
16377                 (well, Down "works" and Up works)
16378                 Let the list scroll when using these keys
16379
16380 2004-06-06 [colin]      0.9.10claws67.8
16381
16382         * src/plugins/trayicon/trayicon.c
16383                 Fix pixmap update
16384
16385 2004-06-06 [colin]      0.9.10claws67.7
16386
16387         * src/addressbook.c
16388                 Fix signal handling causing system-wide focus grab
16389
16390 2004-05-25 [paul]       0.9.10claws67.6
16391
16392         * Makefile.am
16393           src/Makefile.am
16394                 clean up
16395
16396 2004-05-25 [paul]       0.9.10claws67.5
16397
16398         * replace deprecated gtk_signal... functions
16399
16400 2004-05-23 [colin]      0.9.10claws67.4
16401
16402         * src/compose.c
16403                 Fix wrapping
16404
16405 2004-05-22 [colin]      0.9.10claws67.3
16406
16407         * src/compose.c
16408                 Re-fix [Edited] in compose.c::compose_reedit()
16409
16410 2004-05-22 [colin]      0.9.10claws67.2
16411
16412         * src/procmime.c
16413                 Fix parsing of multiparts mails
16414
16415 2004-05-22 [colin]      0.9.10claws67.1
16416
16417         * src/summaryview.c
16418                 Fix quicksearch
16419
16420 2004-05-22 [paul]       0.9.10claws67
16421
16422         * sync with 0.9.10claws67 HEAD
16423
16424 2004-05-14 [alfons]
16425
16426         * src/procmime.h
16427                 add forgotton prototype
16428
16429 2004-05-10 [paul]       0.9.10claws57
16430
16431         * sync with 0.9.10claws57 HEAD
16432
16433 2004-05-05 [paul]       0.9.9.claws1
16434
16435         * ChangeLog-gtk2        ** REMOVED **
16436           ChangeLog-gtk2.claws  ** ADDED **
16437                 rename and adopt the normal claws format
16438                 
16439         * configure.ac
16440                 require gtkmathview >= 0.5
16441
16442         * ac/*                          ** REMOVED **
16443           ac/                           ** REMOVED **
16444           intl/Makefile.in              ** REMOVED **
16445           m4/                           ** ADDED **
16446           m4/missing                    ** ADDED **
16447           m4/missing/gdk-pixbuf.m4      ** ADDED **
16448           m4/missing/gettext.m4         ** ADDED **
16449           m4/missing/gpgme.m4           ** ADDED **
16450           m4/missing/imlib.m4           ** ADDED **
16451           m4/.cvsignore                 ** ADDED **
16452           m4/Makefile.am                ** ADDED **
16453           m4/README                     ** ADDED **
16454           m4/aclocal-include.m4         ** ADDED **
16455           m4/aspell.m4                  ** ADDED **
16456           m4/check-type.m4              ** ADDED **
16457           m4/gnupg-check-typedef.m4     ** ADDED **
16458           m4/openssl.m4                 ** ADDED **
16459           m4/spamassassin.m4            ** ADDED **
16460           po/ChangeLog                  ** REMOVED **
16461           po/Makefile.in.in             ** REMOVED **
16462           po/Rules-quot                 ** REMOVED **
16463           po/boldquot.sed               ** REMOVED **
16464           po/en@boldquot.header         ** REMOVED **
16465           po/en@quot.header             ** REMOVED **
16466           po/insert-header.sin          ** REMOVED **
16467           po/quot.sed                   ** REMOVED **
16468           po/remove-potcdate.sed        ** REMOVED **
16469           po/remove-potcdate.sin        ** REMOVED **
16470           po/stamp-po                   ** REMOVED **
16471           Makefile.am
16472           autogen.sh
16473           configure.ac
16474                 enable building with automake 1.8.x
16475                 add 'autopoint --force' to autogen.sh and remove all
16476                 auto-generated files, remove ac/ directory and use
16477                 m4/ directory instead
16478                 
16479         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16480                 fix gettextization
16481
16482 2004-02-28 Colin Leroy <colin@colino.net>
16483         * src/prefs_matcher.c
16484           src/prefs_filtering.c
16485           src/prefs_filtering_action.c
16486                 Fix non-editable GtkEntries
16487
16488 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16489         * src/prefs_themes.c
16490                 utf8 conversion for theme info
16491
16492 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16493         * sync 0.9.9claws
16494
16495 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16496         * src/grouplistdialog.c
16497                 allow multiple selections without ctrl key
16498
16499 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16500         * src/main.c
16501                 enable customizable accelerators
16502
16503 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16504         * src/prefs_common.c
16505                 re-enable different font settings for gtk1/2
16506         * src/prefs_folder_item.c
16507                 fix folder prefs displayed wrong
16508         * src/textview.c
16509                 set 'sunken' shadow type
16510
16511 2004-02-07 Colin Leroy <colin@colino.net>
16512         * src/compose.c
16513                 Fix message being always [Edited]
16514                 Encode headers correctly (utf8 buf)
16515
16516 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16517         * src/socket.c
16518                 remove double g_source_attach()
16519                 (Thanks to Colin Leroy)
16520
16521 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16522         * src/gtk/gtksctree.c
16523                 Fix SSL certificate list not shown
16524         * src/mimeview.c
16525                 Fix clicks in mime tree
16526
16527 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16528         * src/common/socket.c
16529                 Fix SSL receive
16530         * src/compose.c
16531                 Fix clipboard menu hotkeys
16532
16533 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16534         * src/gtk/gtkaspell.[ch]
16535           src/compose.c
16536                 reimplement spellchecker
16537
16538 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16539         * src/gtk/filesel.c
16540                 crash when inserting file in compose window
16541                 (TODO: keep old selection on clicks)
16542         * src/main.c
16543                 use gtkrc-2.0 instead of gtkrc
16544
16545 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16546         * src/messageview.c
16547                 remove orphaned mimeview unref()
16548
16549 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16550         * src/grouplistdialog.c
16551                 expand nodes containing subscribed groups
16552
16553 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16554         * src/textview.c
16555                 textview: hide cursor, restore old click behaviour
16556
16557 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16558         * src/textview.c
16559                 variable names messed up
16560
16561 2004-01-17 Colin Leroy <colin@colino.net>
16562         * src/addr_compl.c
16563                 Fix completion address too thin
16564         * src/compose.c
16565                 Fix tab-to-subject behaviour
16566         * src/summaryview.c
16567                 Implement key up & down in summaryview
16568
16569 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16570
16571         * sync 098claws
16572
16573 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16574         * configure.ac
16575           Makefile.am
16576           doc/.cvsignore
16577           doc/Makefile.am
16578                 faq, man, manual moved to doc/
16579         * ac/aspell.m4
16580           ac/check-type.m4
16581           ac/gnupg-check-typedef.m4
16582           ac/openssl.m4
16583           ac/spamassassin.m4
16584           ac/missing/gdk-pixbuf.m4
16585           ac/missing/gpgme.m4
16586           ac/missing/imlib.m4
16587                 fix automake warnings
16588
16589 2003-12-06 Colin Leroy <colin@colino.net>
16590         * src/summaryview.c
16591                 Fix quicksearch
16592
16593 2003-12-05 Colin Leroy <colin@colino.net>
16594         * src/summaryview.c
16595                 Fix going to next unread folder
16596
16597 2003-12-05 Colin Leroy <colin@colino.net>
16598         * src/crash.c
16599                 Fix gtk2 compilation
16600         * src/session.c
16601                 Remove iotag source handler at disconnection
16602         * src/socket.[ch] 
16603                 Remove source handler when closing socket 
16604                 (fixes another seg)
16605
16606 2003-12-04 Colin Leroy <colin@colino.net>
16607         * src/compose.c
16608           src/prefs_account.c
16609           src/prefs_common.c
16610                 Fix some dropdown menus
16611
16612 2003-12-04 Colin Leroy <colin@colino.net>
16613         * src/compose.c
16614                 Fix event handlers on header fields
16615         * src/common/socket.c
16616           src/common/session.c
16617                 Fix segfault with callback (SSL)
16618                 Fix end of session 
16619
16620 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16621
16622         * Fix compile bug in src/compose.c
16623         * removed src/gtk/gtkstext.[ch]
16624
16625 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16626
16627         * Convert character set and escape "text" attributes in toolbar setting
16628         files.
16629         * Fixed bug in button-press-event handling.
16630
16631 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16632
16633         * Fixed bug in key-press-event handling.
16634
16635 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16636
16637         * Enabled to compile tray-icon plugin (Ad-hoc).
16638         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16639
16640 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16641
16642         * Enabled to compile on sylpheed-claws.
16643         (tray-icon plugin still cannot compile yet.)
16644
16645 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16646
16647         * Updated to 0.9.5.
16648
16649 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16650
16651         * Updated to 0.9.4.
16652         * Ported monitoring SSL mechanism to GSource of GLib2
16653         (I don't confirm it)
16654         * Added _gtk2 suffix to key name of font preference to avoid
16655         ovverwriting preference of Gtk+-1.2 version.
16656
16657 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16658
16659         * Updated to 0.9.2.
16660
16661 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16662
16663         * Updated to 0.9.1.
16664         * Translate po files into UTF-8 when execute autogen.sh.
16665
16666 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16667
16668         * Updated to 0.9.0.
16669
16670 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16671
16672         * Plugged GError related memory leaks.
16673
16674 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16675
16676         * Changed default size of fonts.
16677         * Enabled to set titile font size of warning dialog.
16678
16679 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16680
16681         * Embed a sylpheed icon into executable binary on Windows.
16682
16683 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16684
16685         * I forgot to traslate character set of element string in src/xml.c.
16686
16687 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16688
16689         * Fixed detecting bind_textdomain_codeset in configure.in.
16690         * The bug in which "Example" of "Date fromat" preference isn't displayed
16691         correctly has been fixed.
16692
16693 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16694
16695         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16696           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16697           glib-gettextize
16698           Removed intl directory.
16699           Translated po files into UTF-8.
16700           (Thanks! Ryuji Abe)
16701
16702 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16703
16704         * The bug which doesn't unscape string in xml.c has been fixed.
16705
16706 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16707
16708         * The bug which is failed to translate encoding of file name thorough
16709         file dialog has been fixed.
16710
16711 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16712
16713         * Modified to translate file names which is used in inporting/expoting
16714         mbox feature and "Save as" feature into locale encoding.
16715         * Translate file names into locale encoding when "Attache file" and
16716         "Insert file".
16717         * Force set G_BROKEN_FILENAMES environment variable.
16718         * Other minor fixes.
16719
16720 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16721
16722         * Modified to treat MH folder's name as locale encoding.
16723
16724 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16725
16726         * The bug which clash on switching candidates of auto completion of
16727         addresses, cannot use auto completion in Japanesse is fixed
16728         (Thanks! Tokunaga-san)¡¥
16729
16730 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16731
16732         * The bug which cannot switch key accelerator preference has been fixed
16733         (Thanks! smbd-san)¡¥
16734
16735 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16736
16737         * version 0.8.11-gtk2-20030314
16738
16739 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16740
16741         * The bug in which character set conversion of filtering messages has
16742         been fixed.(Thanks! COCOA-san).
16743
16744 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16745
16746         * Revived "Leave space on head" preference in "Message" category.
16747         * A bug which clash when put the cursor to end of buffer and execute
16748         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16749
16750 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16751
16752         * version 0.8.11-gtk2-20030312
16753
16754 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16755
16756         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16757         * Modified to use Pango's API directly for font preference.
16758         * Integrated GtkTextView of textview to one widget.
16759         * Set fonts of header title in textview by "header_title" tag.
16760         * Removed some deprecated codes.
16761
16762 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16763
16764         * Updated to 0.8.11.
16765         * Merged cygwin patch(Thanks! Sakai-san).
16766
16767 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16768
16769         * version 0.8.10-gtk2-20030309