f589661ed3c227d5b5ef0c4b7225bda2fa8554ca
[claws.git] / ChangeLog
1 2006-08-03 [colin]      2.4.0cvs25
2
3         * src/mainwindow.c
4         * src/messageview.c
5                 Rename "Hide quotes" to "Fold quotes"
6         * src/textview.c
7                 Don't use hand cursor on quotes. "all 
8                 the bonuses of the feature and none of 
9                 unwelcome side-effects"
10
11 2006-08-03 [colin]      2.4.0cvs24
12
13         * AUTHORS
14         * sylpheed-claws.desktop
15         * src/gtk/authors.h
16                 Bring the desktop file to XDG compliance
17                 Patch by Charles A. Edwards
18
19 2006-08-03 [colin]      2.4.0cvs23
20
21         * src/textview.c
22                 Fix links offset when they are preceded
23                 by accentued chars (g_utf8_strlen!)
24         * src/mainwindow.c
25                 Fix wrong status when starting offline
26
27
28 2006-08-03 [wwp]        2.4.0cvs22
29
30         * src/prefs_common.h
31                 ask what to do w/ filtering rules that belong to an account when
32                 applying filtering rules manually from the main window (skip,
33                 apply regardless of the account, use current account). This dialog
34                 can be skipped and the last reply used.
35                 (forgot that file)
36
37 2006-08-03 [wwp]        2.4.0cvs21
38
39         * src/filtering.c
40         * src/filtering.h
41         * src/prefs_common.c
42         * src/summaryview.c
43         * src/alertpanel.c
44         * src/alertpanel.h
45         * src/messageview.c
46                 ask what to do w/ filtering rules that belong to an account when
47                 applying filtering rules manually from the main window (skip,
48                 apply regardless of the account, use current account). This dialog
49                 can be skipped and the last reply used.
50
51
52 2006-08-03 [colin]      2.4.0cvs20
53
54         * src/textview.c
55                 Optimize previous patch
56
57 2006-08-03 [cleroy]     2.4.0cvs19
58
59         * src/textview.c
60                 Fix quotes getting toggled back when the
61                 mail has an even number of text parts
62
63 2006-08-02 [colin]      2.4.0cvs18
64
65         * src/messageview.c
66                 Add Hide quotes menu
67
68 2006-08-02 [colin]      2.4.0cvs17
69
70         * src/mainwindow.c
71         * src/prefs_common.c
72         * src/textview.c
73         * src/textview.h
74         * src/gtk/about.c
75                 Allow per-level quote hiding,
76                 Allow toggling quotes by double-clicking them
77                 Rename RemoteURI to ClickableText to reflect
78                 the fact it's used for a variety of things
79
80 2006-08-02 [wwp]        2.4.0cvs16
81
82         * src/mainwindow.c
83                 fix "View/Hide quotes" menu item status initialization.
84
85 2006-08-02 [wwp]        2.4.0cvs15
86
87         * src/matcher_parser_parse.y
88                 remove a debug trace.
89
90 2006-08-02 [paul]       2.4.0cvs14
91
92         * src/plugins/pgpcore/passphrase.c
93                 don't set initial dialog size
94                 make it resizable
95
96 2006-08-02 [paul]       2.4.0cvs13
97
98         * src/noticeview.c
99                 remove the rogue '/' character
100
101 2006-08-02 [paul]       2.4.0cvs12
102
103         * src/noticeview.c
104                 allow buttons to resize as necessary
105
106 2006-08-01 [wwp]        2.4.0cvs11
107
108         * src/mbox.c
109                 fix strict ISO C90 compliance.
110
111 2006-08-01 [wwp]        2.4.0cvs10
112
113         * tools/update-po
114                 updated update-po tool to work w/ context-dependent translations.
115                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
116
117 2006-08-01 [wwp]        2.4.0cvs9
118
119         * src/matcher.c
120         * src/prefs_filtering.c
121         * src/prefs_matcher.c
122                 allow context-dependent translations for "All",
123                 patch by Fabien Vantard <fzzzzz@gmail.com>.
124
125 2006-07-31 [colin]      2.4.0cvs8
126
127         * AUTHORS
128         * src/gtk/authors.h
129                 Add Rafal to authors
130
131 2006-07-31 [colin]      2.4.0cvs7
132
133         * src/compose.c
134         * src/mainwindow.c
135         * src/messageview.h
136         * src/prefs_common.c
137         * src/prefs_common.h
138         * src/textview.c
139                 Add 'View/Hide quotes'. Patch based on a patch
140                 by Rafal Weglarz
141
142 2006-07-31 [colin]      2.4.0cvs6
143
144         * src/action.c
145                 Fix problem with "> stuff >" actions
146
147 2006-07-31 [paul]       2.4.0cvs5
148
149         * po/nb.po
150                 updated by Geir Helland
151
152 2006-07-31 [wwp]        2.4.0cvs4
153
154         * src/mainwindow.c
155         * src/summaryview.c
156         * src/summaryview.h
157                 add "View/Go to/Parent message" and "View/Go to/Last read message",
158                 thanks to Colin.
159
160 2006-07-31 [wwp]        2.4.0cvs3
161
162         * src/Makefile.am
163         * src/addr_compl.c
164         * src/addr_compl.h
165         * src/addressbook.c
166         * src/addressbook.h
167         * src/addressbook_foldersel.c
168         * src/addressbook_foldersel.h
169         * src/addrindex.c
170         * src/addrindex.h
171         * src/matcher.c
172         * src/matcher.h
173         * src/matcher_parser_lex.l
174         * src/matcher_parser_parse.y
175         * src/prefs_common.c
176         * src/prefs_common.h
177         * src/prefs_filtering.c
178         * src/prefs_matcher.c
179         * src/prefs_matcher.h
180         * src/summaryview.c
181                 introduce filtering against the address book. It's now possible to add
182                 matched conditions to determine if any email address in a message matches
183                 or doesn't match any or all books or folders in the address book.
184
185 2006-07-31 [wwp]        2.4.0cvs2
186
187         * src/account.c
188         * src/filtering.c
189         * src/filtering.h
190         * src/folder.c
191         * src/folderview.c
192         * src/inc.c
193         * src/mainwindow.c
194         * src/matcher.c
195         * src/matcher_parser_lex.l
196         * src/matcher_parser_parse.y
197         * src/mbox.c
198         * src/prefs_filtering.c
199         * src/prefs_filtering.h
200         * src/procmsg.c
201         * src/procmsg.h
202         * src/summaryview.c
203                 introduce per-account filtering rules. Each filtering rule can now be assigned
204                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
205                 when applying filtering rules manually, as all rules will apply - even the ones
206                 assigned to an account. This issue will be addressed soon.
207  
208
209
210 2006-07-31 [wwp]        2.4.0cvs1
211
212         * src/quote_fmt.c
213                 make more strings translatable.
214
215 2006-07-31 [paul]       2.4.0
216
217         2.4.0 released
218
219 2006-07-31 [paul]       2.3.1cvs91
220
221         * po/ca.po
222                 updated by Miquel Oliete
223
224 2006-07-31 [paul]       2.3.1cvs90
225
226         * po/de.po
227         * po/el.po
228         * po/fr.po
229         * po/it.po
230         * po/pl.po
231         * po/pt_BR.po
232         * po/sr.po
233         * po/zh_CN.po
234                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
235                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
236                 Aleksandar Urosevic, and Ralgh Young
237
238 2006-07-31 [paul]       2.3.1cvs89
239
240         * src/account.c
241         * src/main.c
242         * src/mainwindow.c
243         * src/mainwindow.h
244                 Fix a race condition when, after an SC crash, rescanning
245                 folders took more than 0.5 seconds
246                 Thanks to Colin
247
248 2006-07-31 [paul]       2.3.1cvs88
249
250         * src/folderview.c
251                 don't translate separator strings
252
253 2006-07-30 [mones]      2.3.1cvs87
254
255         * doc/man/sylpheed-claws.1
256                 Fixed non-ASCII chars in Hoa's name
257         * po/es.po
258                 Updated for release
259
260 2006-07-27 [colin]      2.3.1cvs86
261
262         * src/textview.c
263                 Don't include the leading \n in links
264                 Patch by Fabien
265
266 2006-07-25 [colin]      2.3.1cvs85
267
268         * src/mainwindow.c
269         * src/common/socket.h
270         * src/etpan/imap-thread.c
271                 Refresh resolvers before connecting
272                 to IMAP servers, and after switching
273                 to online. Thanks to Paul.
274
275 2006-07-18 [colin]
276
277         * 2.4.0-rc4 released
278
279 2006-07-17 [colin]      2.3.1cvs84
280
281         * src/inc.c
282                 Show connection attempt in statusbar before
283                 connecting (previously first message was
284                 "Retrieving messages from ..." after the
285                 connection succeeded.
286
287 2006-07-16 [wwp]        2.3.1cvs83
288
289         * sylpheed-claws.ico
290                 Added .ico file (windows multi-size icon file, generated).
291
292 2006-07-12 [wwp]        2.3.1cvs82
293
294         * src/messageview.c
295                 remove Message/Re-edit menu entry from messageview window,
296                 as sent/draft/queued messages are opened in compose window when
297                 re-edited and it's not possible to re-edit other msgs.
298
299 2006-07-12 [paul]       2.3.1cvs81
300
301         * AUTHORS
302         * src/mainwindow.c
303         * src/gtk/authors.h
304                 check online state before resetting
305                 mailcheck timer. Useful if some program
306                 verifies connection state and updates
307                 Claws.
308                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
309
310 2006-07-12 [paul]       2.3.1cvs80
311
312         * sylpheed-claws-128x128.png
313         * sylpheed-claws-64x64.png
314         * sylpheed-claws.png
315         * src/Makefile.am
316         * src/main.c
317         * src/prefs_toolbar.c
318         * src/stock_pixmap.c
319         * src/stock_pixmap.h
320         * src/wizard.c
321         * src/gtk/about.c
322         * src/gtk/gtkutils.c
323         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
324         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
325         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
326         * src/pixmaps/sylpheed.xpm              ** REMOVED **
327         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
328         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
329                 updated and renamed logo/icon files and related
330                 logo by Jesper Schultz
331
332 2006-07-11 [paul]       2.3.1cvs79
333
334         * src/main.c
335                 fix the labels a smidgin
336
337 2006-07-09 [colin]      2.3.1cvs78
338
339         * src/textview.c
340                 Show errors in textviewer's command
341                 Patch by H. Merijn Brand
342
343 2006-07-09 [colin]      2.3.1cvs77
344
345         * src/compose.c
346                 Save FMID in drafts too
347
348 2006-07-08 [colin]      2.3.1cvs76
349
350         * src/compose.c
351                 Svae RMID in drafted mails too
352                 Save quote_fmt vars for whole mails,
353                 don't reset at each quote_fmt_init:
354                 allows to use the same |i{var} in
355                 various template fields
356         * src/prefs_template.c
357         * src/quote_fmt.h
358         * src/quote_fmt_parse.y
359                 Same
360
361 2006-07-08 [colin]      2.3.1cvs75
362
363         * src/textview.c
364                 Fix highlighting of attached parts URIs
365
366 2006-07-08 [colin]      2.3.1cvs74
367
368         * src/main.c
369                 Prevent bug #981 (sc 2.3.1 segfaults with 
370                 gtk+ 2.10) from being reported again:
371                 if Sylpheed-Claws has been compiled against
372                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
373                 of if Sylpheed-Claws has been compiled against
374                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
375                 error out.
376
377 2006-07-07 [colin]      2.3.1cvs73
378
379         * src/prefs_actions.c
380                 Fix label
381
382 2006-07-07 [colin]      2.3.1cvs72
383
384         * src/prefs_actions.c
385                 Fix compile on gtk < 2.8. argh :)
386
387 2006-07-07 [paul]       2.3.1cvs71
388
389         * src/common/defs.h
390                 update DONATE_URI
391
392 2006-07-07 [colin]      2.3.1cvs70
393
394         * po/POTFILES.in
395         * src/quote_fmt.c
396         * src/quote_fmt_lex.l
397         * src/quote_fmt_parse.y
398                 Add |i{var}, a way to insert user-entered
399                 text in a template
400
401 2006-07-07 [colin]
402
403         * 2.4.0-rc3 released
404
405 2006-07-07 [colin]      2.3.1cvs69
406
407         * src/folder.c
408                 Don't consider inboxes of UNKNOWN folder 
409                 classes to be useable as default inboxes
410
411 2006-07-07 [paul]       2.3.1cvs68
412
413         * src/textview.c
414                 add missing #include <errno.h>
415                 Thanks to René J. Blokland
416
417 2006-07-07 [paul]       2.3.1cvs67
418
419         * src/action.c
420                 Return now Closes dialog
421         * src/mimeview.c
422         * src/mimeview.h
423         * src/textview.c
424                 add contextual menu to mime parts listed
425                 in the textview
426                 Thanks to Colin
427         * src/common/utils.c
428                 reversal: ' is a valid character in URLs
429
430 2006-07-06 [colin]      2.3.1cvs66
431
432         * src/remotefolder.h
433                 Forgotten in previous commit
434
435 2006-07-06 [colin]      2.3.1cvs65
436
437         * src/folder.c
438                 Set summary update flag whenever
439                 totals changed
440         * src/imap.c
441         * src/prefs_account.c
442         * src/common/utils.h
443         * src/etpan/imap-thread.c
444                 Fix warnings, thanks to Fabien and
445                 Ricardo
446
447 2006-07-06 [wwp]        2.3.1cvs64
448
449         * src/gtk/gtkutils.c
450                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
451
452 2006-07-06 [wwp]        2.3.1cvs63
453
454         * src/account.c
455         * src/addressbook.c
456         * src/addressitem.h
457         * src/folderview.c
458         * src/mainwindow.c
459         * src/manual.c
460         * src/manual.h
461         * src/message_search.c
462         * src/prefs_actions.c
463         * src/prefs_filtering.c
464         * src/prefs_filtering.h
465         * src/prefs_template.c
466         * src/summary_search.c
467         * src/summaryview.c
468         * src/gtk/gtkutils.c
469         * src/gtk/gtkutils.h
470         * src/gtk/pluginwindow.c
471                 add help buttons to some dialogs. Clicking such buttons opens a
472                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
473
474 2006-07-06 [paul]       2.3.1cvs62
475
476         * src/textview.c
477                 fix attachments contextual menu
478                 Thanks to Colin
479
480 2006-07-05 [colin]      2.3.1cvs61
481
482         * src/textview.c
483         * src/compose.c
484                 Handle sftp:// links
485
486 2006-07-05 [paul]       2.3.1cvs60
487
488         * src/gtk/filesel.c
489                 grab save button by default
490                 Thanks to Colin
491
492 2006-07-05 [wwp]        2.3.1cvs59
493
494         * manual/xml2pdf
495                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
496
497 2006-07-04 [colin]      2.3.1cvs58
498
499         * src/mimeview.c
500         * src/textview.c
501                 Use left click to select, middle click to open
502                 on mimeparts links
503         * src/common/utils.c
504                 Fix segfault
505
506 2006-07-04 [colin]      2.3.1cvs57
507
508         * src/mainwindow.c
509         * src/news.c
510                 Warning fixes, thanks to Fabien
511
512 2006-07-04 [colin]      2.3.1cvs56
513
514         * src/mimeview.c
515         * src/mimeview.h
516         * src/textview.c
517                 Allow parts to be selected via their text label
518                 in textview
519
520 2006-07-04 [colin]      2.3.1cvs55
521
522         * src/folderview.c
523                 Feedback when closing (for big folders)
524         * src/prefs_actions.c
525         * src/prefs_filtering.c
526         * src/prefs_matcher.c
527         * src/prefs_template.c
528                 Fix default button when closing without
529                 having saved
530
531 2006-07-04 [colin]      2.3.1cvs54
532
533         * src/news.c
534                 Delete local file on deletion
535
536 2006-07-03 [colin]      2.3.1cvs53
537
538         * src/folderview.c
539         * src/main.c
540                 Don't freeze when rescanning after crash
541
542 2006-07-03 [wwp]        2.3.1cvs52
543
544         * src/compose.c
545         * src/privacy.c
546         * src/privacy.h
547         * src/plugins/pgpinline/pgpinline.c
548         * src/plugins/pgpmime/pgpmime.c
549                 don't report an error when the user cancels the passphrase dialog.
550
551 2006-07-02 [colin]      2.3.1cvs51
552
553         * src/folderview.c
554                 Open message when crossing folders with Space,
555                 goto next unread and friends
556
557 2006-07-01 [colin]      2.3.1cvs50
558
559         * src/prefs_account.c
560                 Typographic rules varying from language
561                 to language (in french "Protocole :"),
562                 we have to do that :)
563
564 2006-07-01 [ticho]      2.3.1cvs49
565
566         * src/prefs_account.c
567                 Only use one temporary gchar* variable in
568                 prefs_account_protocol_set_optmenu().
569
570 2006-07-01 [ticho]      2.3.1cvs48
571
572         * src/prefs_account.c
573         * src/prefs_account.h
574                 Use GtkLabel for existing account protocol name.
575                 Created an array for protocol names and populate the
576                 combobox from it in a for() cycle.
577
578 2006-06-30 [colin]      2.3.1cvs47
579
580         * src/compose.c
581                 Block undo when changing signature (by changing
582                 account)
583
584 2006-06-30 [paul]       2.3.1cvs46
585
586         * src/send_message.c
587                 when editing From in the Compose window, use that address
588                 in the Return-Path: header
589                 Thanks to Colin
590
591 2006-06-30 [colin]      2.3.1cvs45
592
593         * src/compose.c
594                 Fix signature replacement:
595                 - when no newline before separator
596                 - when reediting
597
598 2006-06-29 [colin]      2.3.1cvs44
599
600         * src/folderview.c
601         * src/folderview.h
602         * src/mainwindow.c
603         * src/summaryview.c
604                 Let 'View/Go to/Next marked' work like
605                 Next new & Next unread: across folders
606                 Change the select_on_entry pref to do
607                 what we want when changing folder
608         * src/common/utils.c
609                 Fix single-quoted links 
610
611 2006-06-29 [colin]      2.3.1cvs43
612
613         * src/gtk/gtkaspell.c
614                 "Sylpheed" and "Sylpheed-Claws" do exist !
615
616 2006-06-29 [colin]      2.3.1cvs42
617
618         * src/imap.c
619                 Forgot to remove debug
620
621 2006-06-29 [colin]      2.3.1cvs41
622
623         * src/imap.c
624         * src/imap.h
625         * src/mainwindow.c
626                 Disconnect from IMAP servers when going
627                 offline. Fixes bug #978 (going to offline-mode 
628                 won't close connections)
629
630 2006-06-29 [colin]      2.3.1cvs40
631
632         * src/main.c
633                 Fix transient setting on failing plugins
634                 Patch by Fabien
635         * src/plugins/pgpcore/sgpgme.c
636                 Only warn for OpenPGP. Most people don't
637                 have CMS available.
638
639 2006-06-29 [colin]      2.3.1cvs39
640
641         * src/compose.c
642                 Fix Spelling menu (discrepancy between context menu
643                 and top menu when folder's dictionary isn't the 
644                 default one)
645         * src/plugins/pgpcore/sgpgme.c
646                 More error reporting about why gpgme can fail
647
648 2006-06-29 [wwp]        2.3.1cvs38
649
650         * src/mainwindow.c
651                 honor the display-header-pane setting even when the message view
652                 is a separate window.
653
654 2006-06-29 [wwp]        2.3.1cvs37
655
656         * src/prefs_actions.c
657                 forgot to commit that one (use of GTK_STOCK_INFO).
658
659 2006-06-29 [colin]      2.3.1cvs36
660
661         * src/imap.c
662                 Better handling of login errors (ask the password
663                 again once), alert in case of error. Fix three
664                 signedness warnings.
665
666 2006-06-28 [wwp]        2.3.1cvs35
667
668         * src/prefs_template.c
669         * src/prefs_matcher.c
670         * src/prefs_filtering_action.c
671         * src/prefs_quote.c
672                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
673                 patch by Fabien Vantard, slightly modified.
674
675 2006-06-28 [paul]
676
677         2.4.0-rc2 released
678
679 2006-06-28 [colin]      2.3.1cvs34
680
681         * src/prefs_account.c
682                 Fix bug #977 (Can't add or edit imap accounts)
683
684 2006-06-28 [colin]      2.3.1cvs33
685
686         * src/mimeview.c
687                 Fix previous
688
689 2006-06-28 [colin]      2.3.1cvs32
690
691         * src/mimeview.c
692                 Save named inlined attachments with "Save all"
693         * src/main.c
694         * src/mbox.c
695         * src/common/plugin.c
696         * src/common/plugin.h
697         * src/common/sylpheed.c
698         * src/common/utils.c
699         * src/plugins/pgpcore/sylpheed.def
700         * src/plugins/pgpinline/sylpheed.def
701         * src/plugins/pgpmime/sylpheed.def
702                 Win32 compatibility patch, by
703                 Werner Koch
704
705 2006-06-28 [wwp]        2.3.1cvs31
706
707         * src/imap.c
708         * src/prefs_folder_item.c
709                 less compilation warnings (thanks to Fabien Vantard), less typos.
710
711 2006-06-28 [paul]       2.3.1cvs30
712
713         * src/gtk/gtkutils.c
714                 gtk_combo_box_set_focus_on_click() is only
715                 available since gtk 2.6.0
716
717 2006-06-28 [paul]       2.3.1cvs29
718
719         * src/prefs_ext_prog.c
720                 fix engrish and add a tooltip for the
721                 'command for 'Display as text' option
722
723 2006-06-28 [paul]
724
725         2.4.0-rc1 released
726
727 2006-06-28 [paul]       2.3.1cvs28
728
729         * ChangeLog
730         * tools/Makefile.am
731                 include textviewer.pl in releases
732
733 2006-06-28 [paul]       2.3.1cvs27
734
735         * src/prefs_ext_prog.c
736                 hide Print command option if libgnomeprint
737                 support is present
738
739 2006-06-27 [colin]      2.3.1cvs26
740
741         * src/compose.c
742                 Fix Esc handling in insert/attach dialog
743                 Don't show this dialog if dragging something
744                 else than text/uri-list
745                 Thanks to Fabien Vantard
746         * tools/textviewer.pl
747                 Filter script to display stuff as text
748                 by H. Merijn Brand
749
750 2006-06-27 [wwp]        2.3.1cvs25
751
752         * src/messageview.c
753                 use the exact product name (message view title), patch
754                 by Fabien Vantard.
755
756 2006-06-27 [ticho]      2.3.1cvs24
757
758         * src/prefs_account.c
759         * src/prefs_common.c
760         * src/prefs_common.h
761         * src/prefs_ext_prog.c
762         * src/textview.c
763                 Add a preference (Preferences/External programs)
764                 to allow "Display as text" to be done via a script
765                 (patch by H.Merijn Brand).
766                 Use GtkComboBox for protocol selection in account
767                 preferences.
768                 Only include current choice for existing accounts, and
769                 insensitivize the combobox.
770
771 2006-06-27 [paul]       2.3.1cvs23
772
773         * src/mbox.c
774                 fix crasher introduced in cvs21.
775                 Thanks to Colin
776
777 2006-06-26 [colin]      2.3.1cvs22
778
779         * src/mbox.c
780                 Fix double-frees when leaving folders
781                 after exporting to mbox
782
783 2006-06-26 [colin]      2.3.1cvs21
784
785         * src/mbox.c
786                 More feedback (and optimisation)
787                 on import/export
788         * src/common/utils.c
789                 Fix case when looking for mail addresses
790         * src/gtk/gtkutils.c
791                 Extra check for (X-)Face
792
793 2006-06-25 [ticho]      2.3.1cvs20
794
795         * src/compose.c
796         * src/exphtmldlg.c
797         * src/gtk/gtkutils.c
798         * src/gtk/gtkutils.h
799                 Added second argument to gtkut_sc_combobox_create() to
800                 control focus-on-click for the widget.
801                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
802
803 2006-06-25 [ticho]      2.3.1cvs19
804
805         * src/compose.c
806         * src/gtk/Makefile.am
807         * src/gtk/combobox.c
808         * src/gtk/combobox.h
809         * src/gtk/gtkutils.c
810         * src/gtk/gtkutils.h
811                 Use GtkComboBox instead of deprecated GtkOptionMenu
812                 for account selector in compose window and for encoding
813                 selector in attachment properties.
814                 Also factorise working with the new GtkComboBox somewhat.
815
816 2006-06-24 [paul]       2.3.1cvs18
817
818         * src/prefs_common.c
819                 use the correct default value
820
821 2006-06-24 [paul]       2.3.1cvs17
822
823         * src/compose.c
824         * src/prefs_common.c
825         * src/prefs_common.h
826         * src/prefs_compose_writing.c
827                 enable setting of default action when
828                 dnd'ing files in the compose window.
829                 (Collaborative effort with wwp)
830
831 2006-06-23 [wwp]        2.3.1cvs16
832
833         * src/compose.c
834                 i18n fix (thanks to Fabien Vantard)
835
836 2006-06-22 [colin]      2.3.1cvs15
837
838         * src/prefs_customheader.c
839                 Don't use filters in custom headers' file 
840                 selector. Remember, extensions mean nothing :)
841
842 2006-06-22 [paul]       2.3.1cvs14
843
844         * configure.ac
845                 allow setting of man directory location
846
847 2006-06-22 [colin]      2.3.1cvs13
848
849         * src/mainwindow.c
850                 Add 'View/Go to/Next unread folder'.
851                 I missed that :)
852
853 2006-06-22 [colin]      2.3.1cvs12
854
855         * src/common/utils.c
856                 Add some subject prefixes
857                 Patch by Bjorn T Johansen <btj@havleik.no>
858
859 2006-06-22 [colin]      2.3.1cvs11
860
861         * manual/advanced.xml
862                 Forgotten hidden pref
863
864 2006-06-21 [paul]       2.3.1cvs10
865
866         * src/prefs_account.c
867                 complete the removal of 'Add date header' option
868
869 2006-06-21 [paul]       2.3.1cvs9
870
871         * src/account.c
872         * src/compose.c
873         * src/prefs_account.c
874         * src/prefs_account.h
875                 remove option to add date header - always
876                 add date header
877         * src/etpan/imap-thread.c
878                 fix warnings (Thanks to Colin)
879
880 2006-06-21 [wwp]        2.3.1cvs8
881
882         * src/folder.c
883                 set the attachment flag when inline text part are (file)named. This is more convenient
884                 when receiving (for instance) inline source files or patches sent using thunderbird.
885
886 2006-06-21 [paul]       2.3.1cvs7
887
888         * src/inc.c
889                 fix off-by-one count of current msg in
890                 statusbar filtering progressbar
891
892 2006-06-21 [paul]       2.3.1cvs6
893
894         * src/folder.c
895                 Show attachment icon even if the part is 'inline'
896                 if the following conditions are met:
897                 - content-type != 'text/plain'
898                 - content-type != '*/pgp-signature'
899                 - either 'name' or 'filename' parameter is not NULL
900                 
901                 Thanks to Colin
902
903 2006-06-21 [paul]       2.3.1cvs5
904
905         * src/messageview.c
906         * src/prefs_common.c
907         * src/prefs_common.h
908         * src/prefs_other.c
909                 add an option to 'Never send Return
910                 Receipts'
911                 Thanks to Colin
912
913 2006-06-20 [mones]      2.3.1cvs4
914
915         * po/es.po
916                 updated
917         * src/compose.c
918                 typo fixed (space after comma)
919         * tools/make.themes.project
920                 remove exec mode from tarball files
921
922 2006-06-20 [colin]      2.3.1cvs3
923
924         * src/news.c
925         * src/procheader.c
926         * src/unmime.c
927                 Better fix for \n's in headers (don't 
928                 break Received: and others)
929
930 2006-06-20 [paul]       2.3.1cvs2
931
932         * src/alertpanel.c
933         * src/textview.c
934                 improve legibility of phishing attempt
935                 dialog
936
937 2006-06-20 [paul]       2.3.1cvs1
938
939         * NEWS
940         * README
941         * configure.ac
942                 Update version number following
943                 stable release
944
945 2006-06-20 [colin]      2.3.0cvs26
946
947         * src/compose.c
948                 When dragging a file to the text of the compose
949                 window, ask whether we want to insert or attach
950                 (I know lots of people who do that to attach)
951
952 2006-06-20 [colin]      2.3.0cvs25
953
954         * src/etpan/imap-thread.c
955                 Fix threshold (the append command is often > 32 bytes)
956
957 2006-06-19 [colin]      2.3.0cvs24
958
959         * src/imap.c
960         * src/etpan/imap-thread.c
961                 Workaround Rockliffe IMAP server bug: replace
962                 "x UID SEARCH (ANSWERED UID 1:*)" with
963                 "x UID SEARCH ANSWERED"
964                 (Rockliffe doesn't handle the parenthesis)
965
966 2006-06-19 [colin]      2.3.0cvs23
967
968         * src/compose.c
969         * src/imap.c
970         * src/etpan/imap-thread.c
971                 Probably fix bug #972 (Freezes when adding 
972                 an attachment to the message)
973         * src/common/defs.h
974                 Modernize Firefox cmd
975
976
977 2006-06-18 [colin]      2.3.0cvs22
978
979         * src/prefs_customheader.c
980                 Only allow correct filenames for various
981                 custom headers
982
983 2006-06-18 [colin]      2.3.0cvs21
984
985         * src/prefs_customheader.c
986                 Add a 'From File...' button in custom headers prefs, which
987                 try to do the right thing: 
988                 for normal headers, use file as plaintext,
989                 for X-Face, calls compface,
990                 for Face, encode to b64.
991
992 2006-06-17 [colin]      2.3.0cvs20
993
994         * src/mh.c
995                 Warning fix
996
997 2006-06-16 [colin]      2.3.0cvs19
998
999         * src/summaryview.c
1000                 Recursive quicksearch: show message list
1001                 in current folder, *then* search children
1002                 in the background.
1003
1004 2006-06-16 [colin]      2.3.0cvs18
1005
1006         * src/main.c
1007                 Instead of ignoring SIGPIPE, save caches
1008                 when getting one. Will fix the fact that
1009                 hot caches are out-of-date when logging 
1010                 out of Xorg.
1011         * src/compose.c
1012         * src/prefs_compose_writing.c
1013                 Only save text (not attachments) when 
1014                 auto-saving to drafts
1015         * src/unmime.c
1016                 Always replace \n, \r and \t with spaces
1017                 in headers
1018         * manual/dist/html/Makefile.am
1019         * manual/dist/pdf/Makefile.am
1020         * manual/dist/ps/Makefile.am
1021         * manual/dist/txt/Makefile.am
1022         * manual/fr/dist/html/Makefile.am
1023         * manual/fr/dist/pdf/Makefile.am
1024         * manual/fr/dist/ps/Makefile.am
1025         * manual/fr/dist/txt/Makefile.am
1026         * manual/pl/dist/html/Makefile.am
1027         * manual/pl/dist/pdf/Makefile.am
1028         * manual/pl/dist/ps/Makefile.am
1029         * manual/pl/dist/txt/Makefile.am
1030                 Fix make clean removing pregenerated manuals
1031
1032
1033 2006-06-16 [colin]      2.3.0cvs17
1034
1035         * src/plugins/pgpcore/sgpgme.c
1036         * src/plugins/pgpmime/pgpmime.c
1037         * src/plugins/pgpinline/pgpinline.c
1038                 Better error reporting in setup_signers.
1039                 Don't fallback to default key if specified
1040                 key isn't found.
1041                 Don't allow signing if more than one secret
1042                 key matches the one specified in prefs.
1043
1044 2006-06-15 [colin]      2.3.0cvs16
1045
1046         * src/folderview.c
1047                 Add "Send queue" in the folder's contextual
1048                 menu
1049         * src/compose.c
1050         * src/messageview.c
1051         * src/privacy.c
1052         * src/privacy.h
1053         * src/procmime.c
1054         * src/procmsg.c
1055         * src/plugins/pgpcore/passphrase.c
1056         * src/plugins/pgpcore/sgpgme.c
1057         * src/plugins/pgpinline/pgpinline.c
1058         * src/plugins/pgpmime/pgpmime.c
1059                 Better error reporting
1060         * src/mbox.c
1061                 Probably fix bug #971 (2.2.3 cannot read mail 
1062                 from local mbox)
1063
1064
1065 2006-06-15 [mones]      2.3.0cvs15
1066
1067         * tools/make.themes.project
1068                 creates the themes project from the web page
1069
1070 2006-06-15 [colin]      2.3.0cvs14
1071
1072         * src/folder.c
1073                 Better fix (avoid losing the folder if scan_tree 
1074                 fails)
1075
1076 2006-06-15 [cleroy]     2.3.0cvs13
1077
1078         * src/folder.c
1079                 Probably fix Bug #969 (crash on rebuilding 
1080                 imap folder)
1081
1082 2006-06-14 [colin]      2.3.0cvs12
1083
1084         * manual/dtd/manual.xsl
1085         * manual/sylpheed-claws-manual.xml
1086         * manual/fr/sylpheed-claws-manual.xml
1087         * manual/pl/sylpheed-claws-manual.xml
1088                 Insert pagebreaks between sections
1089
1090 2006-06-14 [paul]       2.3.0cvs11
1091
1092         * configure.ac
1093                 better fix than 2.3.0cvs10
1094
1095 2006-06-14 [paul]       2.3.0cvs10
1096
1097         * configure.ac
1098                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1099                 (backwards compatible)
1100
1101 2006-06-13 [colin]      2.3.0cvs9
1102
1103         * src/messageview.c
1104                 Fix sending of return receipt with the new queue folders
1105
1106 2006-06-13 [wwp]        2.3.0cvs8
1107
1108         * src/quote_fmt_lex.l
1109                 fix wrong tokens returned in quote_fmt lexer, query not().
1110
1111 2006-06-13 [wwp]        2.3.0cvs7
1112
1113         * src/folder.c
1114         * src/prefs_folder_item.c
1115                 allow changing folder type even when folder is not a top-level one,
1116                 thanks to Colin.
1117
1118 2006-06-12 [colin]      2.3.0cvs6
1119
1120         * src/folderview.c
1121                 Fix double-ask of "Do you want to mark all
1122                 as read"
1123
1124 2006-06-12 [colin]      2.3.0cvs5
1125
1126         * src/compose.c
1127         * src/compose.h
1128         * src/folder.c
1129         * src/folder.h
1130         * src/imap.c
1131         * src/inc.c
1132         * src/main.c
1133         * src/messageview.c
1134         * src/mh.c
1135         * src/prefs_folder_item.c
1136         * src/procheader.c
1137         * src/procmime.c
1138         * src/procmsg.c
1139         * src/procmsg.h
1140         * src/send_message.c
1141         * src/summaryview.c
1142         * src/toolbar.c
1143                 Apply bug #964's patch (Queue and drafts aren't normal)
1144                 The Drafts and Queue folder now contain RFC-822 files,
1145                 allowing to move and copy mails from and to these 
1146                 folders. Moving from Drafts to Queue will prepare the
1147                 mail for sending (PGP signature, encryption, etc).
1148                 This patch also rework sending errors handling to try
1149                 to be more helpful.
1150                 Also, allow redefining folder types via the GUI 
1151                 (Folder type in its Properties)
1152
1153 2006-06-12 [colin]      2.3.0cvs4
1154
1155         * src/summaryview.c
1156         * src/prefs_common.c
1157         * src/prefs_common.h
1158         * src/gedit-print.c
1159                 Allow to define a specific print font - patch
1160                 by Bernhard Walle <bernhard.walle@gmx.de>
1161         * src/prefs_fonts.c
1162         * manual/advanced.xml
1163         * manual/fr/advanced.xml
1164                 Add a hidden pref to allow deletion without
1165                 confirmation
1166
1167 2006-06-12 [wwp]        2.3.0cvs3
1168
1169         * .cvsignore
1170                 more files to ignore.
1171
1172 2006-06-12 [wwp]        2.3.0cvs2
1173
1174         * src/quote_fmt.c
1175         * src/quote_fmt_lex.l
1176         * src/quote_fmt_parse.y
1177                 extend the quote_fmt parser (templates and quotes):
1178                 - allow limited sub-expressions in |p{} and |f{} expressions,
1179                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1180                 - implemented/fixed missing implementation of query_references and show_references,
1181                 - completed, fixed contents and format of the symbols help dialog,
1182                 - fix some compilation warnings.
1183
1184 2006-06-12 [wwp]        2.3.0cvs1
1185
1186         * manual/advanced.xml
1187         * manual/fr/advanced.xml
1188                 updates in the "templates" section of the manual (eng/fr):
1189                  - be more precise (both versions)
1190                  - completed to match the english reference (fr version)
1191                  - touchups (both versions)
1192
1193 2006-06-12 [paul]       2.3.0
1194
1195         2.3.0 released
1196
1197 2006-06-12 [paul]       2.2.3cvs14
1198
1199         * po/ca.po
1200         * po/cs.po
1201         * po/de.po
1202         * po/el.po
1203         * po/fr.po
1204         * po/it.po
1205         * po/pt_BR.po
1206         * po/sr.po
1207         * po/zh_CN.po
1208                 updated by Miquel Oliete, Tim, Stephan Sachse,
1209                 Stavros Giannouris, Fabien Vantard, Andrea
1210                 Spadaccini, Frederico Goncalves Guimaraes,
1211                 Aleksandar Urosevic, and Ralgh Young
1212
1213 2006-06-12 [colin]      2.2.3cvs13
1214
1215         * src/mbox.c
1216                 Add missing header
1217
1218 2006-06-11 [colin]      2.2.3cvs12
1219
1220         * src/msgcache.c
1221                 Verify that g_malloc() succeeded
1222
1223 2006-06-11 [colin]      2.2.3cvs11
1224
1225         * src/wizard.c
1226                 Add Face header to welcome mail
1227
1228 2006-06-10 [colin]      2.2.3cvs10
1229
1230         * src/textview.c
1231                 Revert previous (Forgot it changes the
1232                 margin on the whole mail)
1233
1234 2006-06-10 [colin]      2.2.3cvs9
1235
1236         * src/textview.c
1237                 Don't overlap long headers under (X-)Face
1238
1239 2006-06-10 [mones]      2.2.3cvs8
1240
1241         * manual/xml2pdf
1242                 allow generation of manual on systems lacking saxon binary
1243                 but with java and the saxon library installed
1244
1245         * po/es.po
1246                 updated for release
1247
1248 2006-06-09 [colin]      2.2.3cvs7
1249
1250         * src/summaryview.c
1251                 Fix leak when using Display Sender using Addressbook
1252
1253 2006-06-09 [colin]      2.2.3cvs6
1254
1255         * src/compose.c
1256         * src/folder.c
1257         * src/folderview.c
1258         * src/mimeview.c
1259         * src/summaryview.c
1260                 More leaks fixes
1261
1262 2006-06-09 [paul]       2.2.3cvs5
1263
1264         * AUTHORS
1265         * src/gtk/authors.h
1266         * tools/claws.i18n.status.pl
1267                 updated with new info
1268
1269 2006-06-09 [paul]       2.2.3cvs4
1270
1271         * README
1272                 updated
1273         * manual/ack.xml
1274                 add wwp to authors list
1275         * src/gtk/authors.h
1276                 update mine and Colin's addresses
1277
1278 2006-06-08 [colin]      2.2.3cvs3
1279
1280         * src/etpan/imap-thread.c
1281                 Fix leak on SSL cert check
1282
1283 2006-06-08 [colin]      2.2.3cvs2
1284
1285         * src/common/utils.c
1286                 Fix leak
1287
1288 2006-06-08 [paul]       2.2.3cvs1
1289
1290         * configure.ac
1291                 Update version number following
1292                 stable release
1293
1294 2006-06-07 [colin]      2.2.2cvs3
1295
1296         * src/msgcache.c
1297                 Fix catching cache read errors (guint instead of gint)
1298                 Prevent malloc'ing more than 8MB (means cache corruption)
1299
1300 2006-06-07 [paul]       2.2.2cvs2
1301
1302         * src/exporthtml.c
1303         * src/exportldif.c
1304         * src/mh.c
1305         * src/mutt.c
1306         * src/pine.c
1307         * src/common/utils.c
1308                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1309                 obey $HOME'
1310                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1311                 Thanks to Colin
1312
1313 2006-06-06 [paul]       2.2.2cvs1
1314
1315         * configure.ac
1316                 Update version number following
1317                 stable release
1318
1319 2006-06-06 [paul]       2.2.1cvs6
1320
1321         * src/matcher.c
1322                 fix  implicit declaration of
1323                 sylpheed_do_idle()
1324                 Patch by Fabien Vantard
1325
1326 2006-06-06 [paul]       2.2.1cvs5
1327
1328         * src/matcher.c
1329                 fix age_greater and age_lower so that they
1330                 mean what say and not '...or equal to'
1331                 Thanks to Colin
1332
1333 2006-06-06 [paul]       2.2.1cvs4
1334
1335         * src/textview.c
1336         * src/common/utils.c
1337                 fix URI check
1338                 Thanks to Colin
1339
1340 2006-06-05 [wwp]        2.2.1cvs3
1341
1342         * manual/fr/account.xml
1343                 minor language fixes (thanks to Fabien Vantard).
1344
1345 2006-06-05 [colin]      2.2.1cvs2
1346
1347         * src/prefs_folder_item.c
1348         * src/folderview.c
1349                 Allow recursive setting of properties 
1350                 for whole mailboxes
1351         * src/matcher.c
1352                 Don't freeze on 'test' filtering rule
1353
1354 2006-06-05 [colin]      2.2.1cvs1
1355
1356         * configure.ac
1357                 Update version number following
1358                 stable release
1359
1360 2006-06-04 [wwp]        2.2.0cvs82
1361
1362         * manual/glossary.xml
1363         * manual/account.xml
1364         * manual/fr/glossary.xml
1365         * manual/fr/account.xml
1366                 added glossary section and references/links related to the Face custom header.
1367
1368 2006-06-04 [colin]      2.2.0cvs81
1369
1370         * src/summaryview.c
1371                 Skip to next message on move with no
1372                 immediate execution
1373
1374 2006-06-04 [wwp]        2.2.0cvs80
1375
1376         * manual/xml2pdf
1377                 added sanity checks, exit when needed.
1378
1379 2006-06-03 [paul]       2.2.0cvs79
1380
1381         * src/prefs_receive.c
1382                 page name is now 'Receiving'
1383         * src/prefs_send.c
1384                 page name is now 'Sending'
1385
1386 2006-06-03 [colin]      2.2.0cvs78
1387
1388         * src/plugins/spamassassin/spamassassin_gtk.c
1389                 Autoswitch to Localhost if transport was previously
1390                 disabled. Else people had to check [] Enable, then
1391                 *reselect* transport.
1392
1393 2006-06-03 [colin]      2.2.0cvs77
1394
1395         * src/plugins/pgpinline/pgpinline.c
1396         * src/plugins/pgpmime/pgpmime.c
1397                 Check that gpg_data_release_and_get_mem 
1398                 didn't fail (now, why this happens...)
1399
1400 2006-06-03 [colin]      2.2.0cvs76
1401
1402         * src/mbox.c
1403                 Fix bug #962 (Manual and/or UI should 
1404                 warn about incompatible locking 
1405                 causing dataloss)
1406
1407 2006-06-02 [cleroy]     2.2.0cvs75
1408
1409         * src/filtering.c
1410         * src/folder.c
1411         * src/procmsg.c
1412         * src/summaryview.c
1413                 Fix a few leaks
1414
1415 2006-06-02 [colin]      2.2.0cvs74
1416
1417         * src/main.c
1418                 On exit, free caches after writing them
1419                 Shuts up some valgrind false positives
1420         * src/procmsg.c
1421         * src/send_message.c
1422                 Fix races when reusing existing SMTP connections
1423                 Fix inexistant session timeout
1424         * src/toolbar.c
1425                 Display alertpanel after all queues have
1426                 been processed, not after each
1427
1428 2006-06-02 [wwp]        2.2.0cvs73
1429
1430         * manual/fr/glossary.xml
1431         * manual/fr/ack.xml
1432         * manual/ack.xml
1433                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1434
1435 2006-06-02 [wwp]        2.2.0cvs72
1436
1437         * manual/xml2pdf
1438         * manual/dist/pdf/Makefile.am
1439         * manual/dtd/manual.xsl
1440         * manual/fr/dist/pdf/Makefile.am
1441         * manual/pl/dist/pdf/Makefile.am
1442                 we changed the procedure to generate the .pdf version of the manual.
1443                 The procedure is more modern and the .pdf we get now has a valid index.
1444                 Here are the new pre-requisites:
1445
1446                 - JRE 1.x (1.4 here): there must be one from your distro
1447                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1448                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1449                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1450
1451                 See my posts for further info about the installation of this toolchain:
1452
1453                 Date: Fri, 19 May 2006 19:40:06 +0200
1454                 From: wwp <subscript@free.fr>
1455                 To: sylpheed-claws-devel@lists.sourceforge.net
1456                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1457
1458                 and
1459
1460                 Date: Wed, 24 May 2006 12:58:49 +0200
1461                 From: wwp <subscript@free.fr>
1462                 To: sylpheed-claws-devel@lists.sourceforge.net
1463                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1464
1465 2006-06-01 [colin]      2.2.0cvs71
1466
1467         * src/compose.c
1468                 Better guards against IMAP races
1469         * src/main.c
1470         * src/prefs_common.c
1471         * src/prefs_common.h
1472         * src/common/ssl_certificate.c
1473         * src/etpan/imap-thread.c
1474         * src/etpan/imap-thread.h
1475         * src/gtk/sslcertwindow.c
1476                 New hidden option ssl_skip_cert_check to 
1477                 avoid dups of bug #959 (libetpan linked
1478                 against gnutls and gnutls buggy on 64bit)
1479                 Present expired warning only once per
1480                 session/server.
1481         * manual/advanced.xml
1482         * manual/fr/advanced.xml
1483                 Document new option
1484
1485 2006-06-01 [wwp]        2.2.0cvs70
1486
1487         * src/messageview.c
1488                 fix for bug #961 (return receipt dialog 
1489                 complains incorrectly about return-path 
1490                 email adress being different), thanks 
1491                 to Colin.
1492
1493 2006-05-31 [cleroy]     2.2.0cvs69
1494
1495         * src/common/ssl.c
1496                 Guard against NULLs, although this
1497                 should never be an issue
1498
1499 2006-05-31 [colin]      2.2.0cvs68
1500
1501         * src/filtering.c
1502                 Use g_slist_prepend
1503         * src/imap.c
1504                 Don't remove caches when destroying folder, it
1505                 could (should) be done at exit
1506         * src/inc.c
1507                 free processing cache after incorporation
1508         * src/etpan/imap-thread.c
1509                 Maybe fix bug #959 (Crash on moving to emails 
1510                 to a imap account per ssl with a expired 
1511                 certificate.)
1512
1513 2006-05-30 [colin]      2.2.0cvs67
1514
1515         * src/summaryview.c
1516                 Put back event flush when displaying message
1517                 It avoids reading a bunch of messages just
1518                 by hitting shift-n for too long ;)
1519
1520 2006-05-29 [colin]      2.2.0cvs66
1521
1522         * src/summaryview.c
1523                 Remove useless g_warnings
1524
1525 2006-05-29 [colin]      2.2.0cvs65
1526
1527         * src/imap.c
1528                 Fix g_slist_append()s for performance
1529
1530 2006-05-29 [colin]      2.2.0cvs64
1531
1532         * src/compose.c
1533         * src/common/utils.c
1534                 Fix extraneous tab at start of addresses
1535         * src/mainwindow.c
1536                 Fix warnings (thanks to Fabien)
1537                 Fix crash at exit when composing messages 
1538                 exist
1539         * src/pop.c
1540                 Fix progress bar when deleting expired mails
1541                 Thanks to Hiro
1542         * src/summaryview.c
1543         * src/gtk/gtksctree.c
1544                 Fix re-sorting slowness
1545
1546 2006-05-29 [paul]       2.2.0cvs63
1547
1548         * src/mh.c
1549                 fetch full message when moving mails
1550                 from another mailbox, (fixed data loss
1551                 when filtering from IMAP to MH, introduced
1552                 in 2.2.0cvs57).
1553                 Thanks to Colin
1554
1555 2006-05-29 [mones]      2.2.0cvs62
1556
1557         * src/gtk/gtksctree.c
1558                 Unselect faster (patch by Colin)        
1559
1560 2006-05-26 [colin]      2.2.0cvs61
1561
1562         * src/summaryview.c
1563                 Unplug MSGINFO_UPDATE callback on delete too.
1564
1565 2006-05-26 [colin]      2.2.0cvs60
1566
1567         * src/foldersel.c
1568                 Fix bold in folder selection window with glib2.10
1569                 thanks Hiro
1570
1571 2006-05-26 [colin]      2.2.0cvs59
1572
1573         * src/procheader.c
1574                 Convert date only if necessary (and don't
1575                 try to convert from utf8 to utf8, too)
1576         * src/summaryview.c
1577                 Only set column's text if the column's 
1578                 displayed
1579
1580 2006-05-26 [colin]      2.2.0cvs58
1581
1582         * src/summaryview.c
1583         * src/gtk/gtkutils.c
1584                 Fix useless warning
1585
1586 2006-05-26 [colin]      2.2.0cvs57
1587
1588         * src/mainwindow.c
1589                 Make summaryview selectable as long as 
1590                 no message has focus
1591         * src/mh.c
1592                 Faster deletion (by implementing mh_remove_msgs)
1593                 Faster copy (avoid using mh_fetch_msg just to get
1594                 the filename)
1595                 Faster move (using move_file instead of copy_file
1596                 if MSG_IS_MOVE)
1597                 No progressbar if total number of mails to cp/mv 
1598                 is less than 100
1599         * src/summaryview.c
1600                 Fix removal from subject_table when mail gets moved
1601                 Faster deletion (g_slist_prepend instead of append)
1602         * src/gtk/gtksctree.c
1603                 Remove useless code
1604
1605 2006-05-25 [colin]      2.2.0cvs56
1606
1607         * src/common/ssl_certificate.c
1608                 Fix leak in expired cert check
1609
1610 2006-05-25 [colin]      2.2.0cvs55
1611
1612         * src/mh.c
1613                 Disable flags syncing on .mh_sequences - it
1614                 is buggy and marks mails read under unknown
1615                 conditions.
1616
1617 2006-05-25 [paul]
1618
1619         * 2.3.0-rc4 released
1620
1621 2006-05-24 [colin]      2.2.0cvs54
1622
1623         attention cvs users: if you manage to crash
1624         Sylpheed-Claws while moving, copying or deleting
1625         mails, we *are* interested in stack traces and
1626         valgrind logs. It looks stable, but one never
1627         knows...
1628
1629         * src/folder.c
1630                 Add progressbar for cache updates
1631         * src/folderutils.c
1632                 Optimize Mark all read in the current
1633                 folder
1634         * src/mh.c
1635                 Add progressbar for copy/move
1636         * src/procmsg.c
1637                 Optimize O(n^2) in copy/move
1638         * src/summaryview.c
1639         * src/gtk/gtksctree.c
1640                 Optimize O(n^2) algos
1641         * src/common/timing.h
1642                 Display ms instead of us
1643
1644 2006-05-24 [wwp]        2.2.0cvs53
1645
1646         * manual/fr/advanced.xml
1647                 updates to the French manual.
1648
1649 2006-05-24 [wwp]        2.2.0cvs52
1650
1651         * src/common/utils.c
1652                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1653
1654 2006-05-24 [wwp]        2.2.0cvs51
1655
1656         * src/folderutils.c
1657                 fixed "mark all read" in MH folders (thanks to Colin).
1658
1659 2006-05-24 [paul]       2.2.0cvs50
1660
1661         * doc/man/sylpheed-claws.1
1662                 updated the man page
1663
1664 2006-05-23 [colin]      2.2.0cvs49
1665
1666         * src/folderview.c
1667         * src/imap.c
1668         * src/inc.c
1669         * src/mbox.c
1670         * src/messageview.c
1671         * src/news.c
1672         * src/send_message.c
1673         * src/summaryview.c
1674         * src/gtk/sslcertwindow.c
1675                 alertpanel fixes, by Fabien
1676
1677 2006-05-23 [colin]      2.2.0cvs48
1678
1679         * src/folder.c
1680         * src/folderview.c
1681         * src/msgcache.c
1682         * src/summaryview.c
1683         * src/gtk/gtksctree.c
1684         * src/gtk/gtksctree.h
1685                 More timings
1686                 Fix slow loading problem, which was caused by the
1687                 use of some gtk_ctree funcs and their use of
1688                 g_list_position while gtk_ctree_(un)link'ing.
1689                 Reap more functions from gtkctree.c to be sure we
1690                 use our (fast) version instead of theirs.
1691         * src/mh.c
1692                 Fix copy of unread mails
1693
1694
1695 2006-05-22 [wwp]        2.2.0cvs47
1696
1697         * manual/fr/advanced.xml
1698                 updated.
1699
1700 2006-05-22 [colin]      2.2.0cvs46
1701
1702         * src/filtering.c
1703                 Fix possible infinite loop. 'copy' is not a 
1704                 final action, so when encountering a 'copy',
1705                 we have to check if a previous one was set
1706                 and do it. In the same way, if we encounter
1707                 a 'move' we have to perform a possibly 
1708                 pending 'copy'. This will slow down filtering
1709                 on IMAP if move+copy or multiple copy actions
1710                 are to be done, but handling it via the batch
1711                 would be really too convoluted.
1712
1713 2006-05-22 [wwp]        2.2.0cvs45
1714
1715         * manual/fr/advanced.xml
1716         * manual/fr/faq.xml
1717         * manual/fr/glossary.xml
1718         * manual/fr/handling.xml
1719         * manual/fr/intro.xml
1720         * manual/fr/plugins.xml
1721         * manual/fr/sylpheed-claws-manual.xml
1722                 sync w/ the english manual: updates URIs, documented mailing-list
1723                 support, better explanation about the enabled/disabled feature
1724                 in filtering/processing rules by Paul.
1725
1726 2006-05-21 [colin]      2.2.0cvs44
1727
1728         * src/summaryview.c
1729                 Don't expand after building threads, but during
1730
1731 2006-05-21 [colin]      2.2.0cvs43
1732
1733         * src/procmsg.c
1734         * src/summaryview.c
1735                 More timing possibilities... For next time I have 
1736                 to find out how the hell some 3GHz computer takes
1737                 one minute to open a 30k folder...
1738
1739 2006-05-21 [colin]      2.2.0cvs42
1740
1741         * manual/pl/advanced.xml
1742         * manual/pl/faq.xml
1743         * manual/pl/glossary.xml
1744         * manual/pl/handling.xml
1745         * manual/pl/intro.xml
1746         * manual/pl/plugins.xml
1747         * manual/pl/sylpheed-claws-manual.xml
1748                 Polish manual updated by Pawel
1749
1750 2006-05-20 [colin]
1751
1752         * 2.3.0-rc3 released
1753
1754 2006-05-20 [colin]      2.2.0cvs41
1755
1756         * src/imap.c
1757                 Fix -rc2 problems:
1758                 - remove cache of moved messages from original folder
1759                 - apply new flags to messages even if they aren't appliable
1760                   via IMAP.
1761
1762 2006-05-20 [colin]
1763
1764         * 2.3.0-rc2 released
1765
1766 2006-05-19 [colin]      2.2.0cvs40
1767
1768         * src/imap.c
1769                 Don't issue SELECT in imap_change_flags
1770                 before having checked that we indeed have
1771                 some flags to change. MSG_POSTFILTERED for
1772                 example can't be used on IMAP.
1773                 Fixes bug #955 (copying messages between 
1774                 imap folders is extremely slow), which was
1775                 a regression.
1776
1777 2006-05-19 [colin]      2.2.0cvs39
1778
1779         * src/folder.c
1780         * src/folder.h
1781         * src/folderview.c
1782                 Try to fix bug #830 (Some unread messages 
1783                 get marked read in IMAP inbox):
1784                 - Prevent scanning a folder if it's being 
1785                   opened via the GUI
1786                 - Postpone opening via the GUI of a folder
1787                   currently scanned.
1788
1789
1790 2006-05-19 [wwp]        2.2.0cvs38
1791
1792         * manual/advanced.xml
1793                 fix English+typo (thanks to Paul).
1794
1795 2006-05-19 [wwp]        2.2.0cvs37
1796
1797         * manual/advanced.xml
1798         * manual/fr/advanced.xml
1799         * src/gtk/logwindow.c
1800         * src/prefs_common.c
1801         * src/prefs_common.h
1802                 added hidden prefs to allow customization of colors used in
1803                 protocol log window (useful for dark gtk+ themes).
1804
1805 2006-05-19 [wwp]        2.2.0cvs36
1806
1807         * ChangeLog
1808                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1809
1810 2006-05-19 [paul]       2.2.0cvs35
1811
1812         * src/textview.c
1813                 make Reply-To fully clickable
1814         * src/gtk/logwindow.c
1815                 more colouring (SMTP ESMTP)
1816         Both patches by Pawel Pekala
1817
1818 2006-05-19 [cleroy]     2.2.0cvs34
1819
1820         * src/mh.c
1821                 Don't update flags from current folder
1822                 Probably fixes bug #935 (Read Messages 
1823                 Revert to Being Marked as Unread)
1824
1825 2006-05-18 [colin]      2.2.0cvs33
1826
1827         * src/imap.c
1828                 Warning fix
1829         * src/compose.c
1830         * src/mainwindow.c
1831         * src/summaryview.c
1832         * src/toolbar.c
1833                 Allow replying to multiple emails
1834                 in multiple windows
1835         * src/mimeview.c
1836         * src/etpan/imap-thread.c
1837                 Leak fixes
1838
1839 2006-05-18 [paul]       2.2.0cvs32
1840
1841         * src/summaryview.c
1842                 keep Mailing-List menu refreshed
1843                 Thanks to Colin
1844
1845 2006-05-18 [paul]       2.2.0cvs31
1846
1847         * manual/advanced.xml
1848         * manual/faq.xml
1849         * manual/glossary.xml
1850         * manual/handling.xml
1851         * manual/intro.xml
1852         * manual/plugins.xml
1853         * manual/sylpheed-claws-manual.xml
1854                 update URLs
1855                 add info about mailing-list support
1856                 edit filtering info
1857         * src/wizard.c
1858         * src/common/defs.h
1859         * src/gtk/about.c
1860         * src/plugins/dillo_viewer/README
1861                 update URLs
1862
1863 2006-05-17 [wwp]        2.2.0cvs30
1864
1865         * manual/handling.xml
1866         * manual/fr/handling.xml
1867                 documented the ability to enabled/disable filtering/processing rules.
1868
1869 2006-05-17 [colin]      2.2.0cvs29
1870
1871         * src/main.c
1872                 Don't initialize g_thread subsystem if it's 
1873                 already done (thanks to Hiro)
1874         * src/mimeview.c
1875                 Fix saving of parts when there name can't be
1876                 converted from UTF-8.
1877
1878 2006-05-17 [paul]       2.2.0cvs28
1879
1880         * po/Makefile.in.in
1881                 fix config.status warning with autoconf 2.60
1882
1883 2006-05-17 [paul]       2.2.0cvs27
1884
1885         * po/POTFILES.in
1886                 add src/mbox.c
1887
1888 2006-05-17 [wwp]        2.2.0cvs26
1889
1890         * src/mainwindow.c
1891                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1892
1893 2006-05-17 [wwp]        2.2.0cvs25
1894
1895         * src/plugins/demo/demo.c
1896                 updated product name in plugin demo (many plugins need to be
1897                 sync'ed w/ that change).
1898
1899 2006-05-17 [colin]      2.2.0cvs24
1900
1901         * src/mh.c
1902                 Fix leak
1903
1904 2006-05-16 [colin]      2.2.0cvs23
1905
1906         * src/mainwindow.c
1907                 Stupid me hit again. Fix cvs22.
1908
1909 2006-05-16 [colin]      2.2.0cvs22
1910
1911         * src/mainwindow.c
1912                 Fix bug #922 (sylpheed-claws crashed after 
1913                 pushing on Inbox folder)
1914
1915 2006-05-16 [colin]      2.2.0cvs21
1916
1917         * src/compose.c
1918                 Make From header be copy/paste/select-able
1919
1920 2006-05-16 [wwp]        2.2.0cvs20
1921
1922         * src/export.c
1923         * src/matcher.c
1924         * src/summaryview.c
1925         * src/etpan/imap-thread.c
1926                 fix some compiler warnings (thanks to Colin).
1927
1928 2006-05-16 [wwp]        2.2.0cvs19
1929
1930         * src/action.c
1931         * src/gedit-print.c
1932         * src/inc.c
1933         * src/mainwindow.c
1934         * src/mh.c
1935         * src/statusbar.c
1936         * src/send_message.c
1937         * src/summaryview.c
1938                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1939
1940 2006-05-15 [colin]      2.2.0cvs18
1941
1942         * src/procmsg.c
1943                 Fix automatic rule creation with List-Post
1944
1945 2006-05-15 [paul]       2.2.0cvs17
1946
1947         * tools/filter_conv_new.pl
1948                 updated for rule enabling/disabling
1949                 claws version >= 2.3.x required
1950
1951 2006-05-15 [cleroy]     2.2.0cvs16
1952
1953         * src/main.c
1954                 Revert test
1955
1956 2006-05-15 [cleroy]     2.2.0cvs15
1957
1958         * src/main.c
1959                 test
1960
1961 2006-05-15 [wwp]        2.2.0cvs14
1962
1963         * manual/pl/.cvsignore
1964                 ignore generated files.
1965
1966 2006-05-14 [wwp]        2.3.0-rc1
1967
1968         * 2.3.0-rc1 released
1969
1970 2006-05-13 [wwp]        2.2.0cvs13
1971
1972         * src/filtering.c
1973         * src/filtering.h
1974         * src/matcher.c
1975         * src/matcher_parser_lex.l
1976         * src/matcher_parser_parse.y
1977         * src/prefs_filtering.c
1978                 new feature: provide the ability to disable filtering and processing
1979                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1980                 adaptations.
1981
1982 2006-05-13 [colin]      2.2.0cvs12
1983
1984         * src/compose.c
1985                 Remove useless if (a) b; else b;
1986                 Thanks to wwp
1987
1988 2006-05-13 [wwp]        2.2.0cvs11
1989
1990         * src/export.c
1991         * src/import.c
1992         * src/mainwindow.c
1993         * src/mbox.c
1994         * src/summaryview.c
1995         * src/summaryview.h
1996                 no more silent failures (or at least less ones) when importing
1997                 or exporting from/to mbox. Also start importing/exporting if
1998                 the necessary info is set.
1999
2000 2006-05-13 [wwp]        2.2.0cvs10
2001
2002         * RELEASE_NOTES
2003                 restored up-to-date release notes.
2004
2005 2006-05-13 [paul]       2.2.0cvs9
2006
2007         * po/nl.po
2008         * po/ru.po
2009                 updated by Tim Dijkstra and Pavlo Bohmat
2010
2011 2006-05-12 [colin]      2.2.0cvs8
2012
2013         * src/gtk/quicksearch.c
2014                 Add "k" as shortcut for "colorlabel". Patch
2015                 by ath42@users.sf.net.
2016
2017 2006-05-12 [paul]       2.2.0cvs7
2018
2019         * src/prefs_common.h
2020         * src/prefs_summaries.c
2021         * src/summaryview.c
2022                 when entering a folder also allow
2023                 going directly to first Marked message
2024
2025 2006-05-12 [paul]       2.2.0cvs6
2026
2027         * src/summaryview.c
2028                 always obey 'confirm before marking all
2029                 mails read' option
2030
2031 2006-05-12 [paul]       2.2.0cvs5
2032
2033         * src/textview.c
2034                 make Sender fully clickable
2035
2036 2006-05-12 [colin]      2.2.0cvs4
2037
2038         * src/compose.c
2039         * src/compose.h
2040                 Let From be editable
2041         * src/main.c
2042         * src/mh.c
2043                 Full support of .mh_sequences' Unseen seq
2044
2045 2006-05-12 [colin]      2.2.0cvs3
2046
2047         * src/folder.c
2048         * src/mainwindow.c
2049         * src/mainwindow.h
2050         * src/messageview.c
2051         * src/prefs_spelling.c
2052         * src/procheader.c
2053         * src/procmsg.c
2054         * src/procmsg.h
2055         * src/summaryview.c
2056         * src/toolbar.c
2057         * src/toolbar.h
2058                 Add contextual menu on Compose toolbar
2059                 button. Fixes bug #944 (Automatic
2060                 addresses not applied when changing account
2061                 from compose window)
2062                 add Mailing List support
2063                 based on the old 0.6.5claws25 patch by
2064                 Melvin Hadasht, with finishing touches
2065                 by Colin
2066                 Fix "ignore thread" when mails are threaded by
2067                 subject (and weren't ignored although appearing
2068                 in the thread).
2069                 GUI rework.
2070                 Both patches by Pawel.
2071
2072 2006-05-08 [paul]       2.2.0cvs2
2073
2074         * src/mainwindow.c
2075         * src/mainwindow.h
2076         * src/messageview.c
2077         * src/procheader.c
2078         * src/procmsg.c
2079         * src/procmsg.h
2080         * src/summaryview.c
2081                 add Mailing List support
2082                 based on the old 0.6.5claws25 patch by 
2083                 Melvin Hadasht, with finishing touches
2084                 by Colin
2085
2086 2006-05-08 [colin]      2.2.0cvs1
2087
2088         * src/mainwindow.c
2089         * src/toolbar.c
2090         * src/toolbar.h
2091                 Add contextual menu on Compose toolbar 
2092                 button. Fixes bug #944 (Automatic 
2093                 addresses not applied when changing account 
2094                 from compose window)
2095
2096 2006-05-08 [paul]       2.2.0
2097
2098         2.2.0 released
2099
2100 2006-05-08 [paul]       2.1.1cvs51
2101
2102         * po/cs.po
2103         * po/de.po
2104         * po/en_GB.po
2105         * po/fi.po
2106         * po/fr.po
2107         * po/pt_BR.po
2108         * po/sr.po
2109         * po/zh_CN.po
2110                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2111                 Fabien Vantard, Frederico Goncalves Guimaraes,
2112                 Aleksandar Urosevic, and Ralgh Young
2113
2114 2006-05-12 [colin]      2.1.1cvs50
2115
2116         * po/cs.po
2117         * po/de.po
2118         * po/en_GB.po
2119         * po/es.po
2120         * po/fi.po
2121         * po/fr.po
2122         * po/pt_BR.po
2123         * po/sr.po
2124         * po/zh_CN.po
2125                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2126                 Fabien Vantard, Frederico Goncalves Guimaraes,
2127                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2128
2129 2006-05-05 [colin]      2.1.1cvs49
2130
2131         * manual/Makefile.am
2132         * manual/pl/Makefile.am
2133         * manual/pl/account.xml
2134         * manual/pl/ack.xml
2135         * manual/pl/addrbook.xml
2136         * manual/pl/advanced.xml
2137         * manual/pl/faq.xml
2138         * manual/pl/glossary.xml
2139         * manual/pl/gpl.xml
2140         * manual/pl/handling.xml
2141         * manual/pl/intro.xml
2142         * manual/pl/keyboard.xml
2143         * manual/pl/plugins.xml
2144         * manual/pl/starting.xml
2145         * manual/pl/sylpheed-claws-manual.xml
2146         * manual/pl/dist/.cvsignore
2147         * manual/pl/dist/Makefile.am
2148         * manual/pl/dist/html/.cvsignore
2149         * manual/pl/dist/html/Makefile.am
2150         * manual/pl/dist/pdf/.cvsignore
2151         * manual/pl/dist/pdf/Makefile.am
2152         * manual/pl/dist/ps/.cvsignore
2153         * manual/pl/dist/ps/Makefile.am
2154         * manual/pl/dist/txt/.cvsignore
2155         * manual/pl/dist/txt/Makefile.am
2156                 Add the polish translation of the manual,
2157                 Authored by Pawel Pekala.
2158
2159 2006-05-05 [cleroy]     2.1.1cvs48
2160
2161         * src/main.c
2162                 Re-read matcherrc after loading plugins 
2163                 if some of them add folders.
2164
2165 2006-05-03 [colin]      2.1.1cvs47
2166
2167         * src/imap.c
2168                 I'm idiot
2169
2170 2006-05-03 [colin]      2.1.1cvs46
2171
2172         * src/imap.c
2173                 Be sure to have a session when
2174                 getting separator
2175
2176 2006-05-03 [colin]      2.1.1cvs45
2177
2178         * src/imap.c
2179         * src/imap.h
2180         * src/imap_gtk.c
2181                 Fix preventing renaming with namespace 
2182                 separator.
2183
2184 2006-05-01 [colin]      2.1.1cvs44
2185
2186         * src/action.c
2187                 Don't reload messageview when result of
2188                 action is piped.
2189
2190 2006-04-29 [colin]      2.1.1cvs43
2191
2192         * src/prefs_receive.c
2193         * src/plugins/spamassassin/spamassassin_gtk.c
2194         * src/plugins/clamav/clamav_plugin_gtk.c
2195                 GUI fixes by Pawel
2196
2197 2006-04-29 [colin]      2.1.1cvs42
2198
2199         * src/prefs_compose_writing.c
2200         * src/prefs_quote.c
2201                 Cleanups. Patch by Pawel
2202
2203 2006-04-28 [paul]       2.1.1cvs41
2204
2205         * src/matcher.c
2206                 fix returned quick search results when search
2207                 term contains an underscore.
2208                 Thanks to Colin
2209
2210 2006-04-28 [paul]       2.1.1cvs40
2211
2212         * src/prefs_message.c
2213         * src/prefs_receive.c
2214                 GUI cleanups
2215                 Patches by Pawel Pekala
2216
2217 2006-04-27 [colin]      2.1.1cvs39
2218
2219         * src/wizard.c
2220                 Differentiate subject Welcome from
2221                 window's title Welcome
2222
2223 2006-04-27 [paul]
2224
2225         2.2.0-rc1 released
2226
2227 2006-04-27 [paul]       2.1.1cvs38
2228
2229         * manual/advanced.xml
2230         * manual/fr/advanced.xml
2231                 add info about compose_no_markup hidden pref
2232
2233 2006-04-27 [paul]       2.1.1cvs37
2234
2235         * src/prefs_account.c
2236                 improve privacy labels
2237         * src/prefs_msg_colors.c
2238                 change some strings for translators' convenience
2239         * src/gtk/gtkutils.c
2240                 don't underline the link button text
2241
2242 2006-04-25 [colin]      2.1.1cvs36
2243
2244         * src/folder.c
2245                 Complete 2.1.1cvs33 (once more ;)
2246
2247 2006-04-25 [colin]      2.1.1cvs35
2248
2249         * src/editldap.c
2250                 Fix tooltip
2251
2252 2006-04-25 [cleroy]     2.1.1cvs34
2253
2254         * src/compose.c
2255         * src/gtk/gtkaspell.c
2256                 Fix crash on redirect (related to the return 
2257                 of the aspell menu in compose's toolbar)
2258         * src/prefs_msg_colors.c
2259                 Fix sensitivity widgets
2260         * src/image_viewer.c
2261         * src/gtk/pluginwindow.c
2262         * src/gtk/prefswindow.c
2263                 Change released signals to clicked (Fabien)
2264         * po/POTFILES.in
2265         * src/common/socket.c
2266         * src/plugins/spamassassin/spamassassin.c
2267                 Translate strings (Fabien)
2268
2269 2006-04-25 [paul]       2.1.1cvs33
2270
2271         * src/folder.c
2272         * src/folder.h
2273         * src/folderview.c
2274                 complete the fix of bug #912
2275                 Thanks to Colin
2276
2277 2006-04-25 [colin]      2.1.1cvs32
2278
2279         * src/news.c
2280                 Better progress bar
2281         * src/mimeview.c
2282         * src/summaryview.c
2283         * src/summaryview.h
2284                 Fix focus chain
2285                 Patches by Pawel Pekala
2286
2287 2006-04-24 [colin]      2.1.1cvs31
2288
2289         * src/compose.c
2290                 Fix compilation warnings (Fabien)
2291
2292 2006-04-24 [colin]      2.1.1cvs30
2293
2294         * src/addrindex.c
2295         * src/editldap.c
2296         * src/editldap_basedn.c
2297         * src/editldap_basedn.h
2298         * src/ldapctrl.c
2299         * src/ldapctrl.h
2300         * src/ldapquery.c
2301         * src/ldaputil.c
2302         * src/ldaputil.h
2303                 Fix bug #901 (LDAPS support)
2304
2305 2006-04-24 [colin]      2.1.1cvs29
2306
2307         * src/compose.c
2308                 Fix logic on error with send dialog on
2309         * src/imap.c
2310                 Fix compilation without libetpan, thanks
2311                 to Fabien
2312         * src/summaryview.c
2313                 Fix 'context-menu' key
2314
2315 2006-04-23 [colin]      2.1.1cvs28
2316
2317         * src/folder.c
2318                 Never free current's cache to free up 
2319                 memory. Fixes bug #912 (new count 
2320                 randomly set to message count)
2321
2322 2006-04-23 [colin]      2.1.1cvs27
2323
2324         * src/gtk/quicksearch.c
2325                 And remove printf...
2326
2327 2006-04-23 [colin]      2.1.1cvs26
2328
2329         * src/gtk/quicksearch.c
2330                 Fix replacing in quicksearch, and fix inserting
2331                 in the middle of the string. (introduced at 2.1.0cvs22)
2332
2333 2006-04-23 [colin]      2.1.1cvs25
2334
2335         * src/imap.c
2336                 Make sure uidnext is initialized in get_num_list
2337                 (not for stable, related to 2.1.1cvs8 and friends)
2338
2339 2006-04-23 [colin]      2.1.1cvs24
2340
2341         * src/imap.c
2342                 Output something when login is successful
2343                 too
2344
2345 2006-04-23 [colin]      2.1.1cvs23
2346
2347         * src/etpan/imap-thread.c
2348                 Better logging (line-per-line, hide data in fetch)
2349                 Fix a const warning
2350         * src/gtk/logwindow.c
2351         * src/gtk/logwindow.h
2352                 Better logging (color for input/output)
2353
2354 2006-04-21 [colin]      2.1.1cvs22
2355
2356         * src/gtk/quicksearch.c
2357                 On gtk+-2.8, use stock buttons in quicksearch
2358                 Based on a patch by Fabien and a design by Paul
2359
2360 2006-04-21 [colin]      2.1.1cvs21
2361
2362         * src/folderview.c
2363         * src/mainwindow.c
2364                 Fix occasional flicker in folderview
2365         * src/common/utils.c
2366                 Fix bug #943 (Incorrectly parsed email address 
2367                 list in short headers on message view and in 
2368                 printouts)
2369
2370 2006-04-20 [colin]      2.1.1cvs20
2371
2372         * src/imap.c
2373         * src/imap.h
2374         * src/prefs_account.c
2375                 Add ANONYMOUS auth for IMAP
2376
2377 2006-04-20 [paul]       2.1.1cvs19
2378
2379         * src/main.c
2380                 proper fix for 2.1.1cvs18
2381                 Thanks to Colin
2382
2383 2006-04-20 [paul]       2.1.1cvs18
2384
2385         * src/main.c
2386                 fix build warnings
2387
2388 2006-04-20 [paul]       2.1.1cvs17
2389
2390         * src/gtk/quicksearch.c
2391                 fix standard, non-extended Quick search,
2392                 was broken in 2.1.1cvs15.
2393                 Thanks to Colin.
2394
2395 2006-04-20 [colin]      2.1.1cvs16
2396
2397         * src/prefs_matcher.c
2398                 Fix values when reselecting a ~test
2399                 rule
2400
2401 2006-04-19 [colin]      2.1.1cvs15
2402
2403         * src/compose.c
2404         * src/compose.h
2405         * src/gtk/gtkaspell.c
2406         * src/gtk/gtkaspell.h
2407                 Put back Options menu in Spelling/
2408         * src/gtk/quicksearch.c
2409                 Don't search, and show error, if the
2410                 advanced search has a syntax error
2411
2412 2006-04-18 [colin]      2.1.1cvs14
2413
2414         * src/textview.c
2415                 Fix gdk warnings on set_cursor when textview
2416                 isn't visible
2417
2418 2006-04-18 [colin]      2.1.1cvs13
2419
2420         * src/gtk/gtksctree.c
2421                 Remove seemingly useless refresh that causes
2422                 flicker - watch this commit in case of 
2423                 problems before planned backport to stable
2424
2425 2006-04-18 [colin]      2.1.1cvs12
2426
2427         * src/imap.c
2428                 Factorize get/set_xml code
2429         * src/compose.c
2430         * src/prefs_account.c
2431         * src/prefs_account.h
2432         * src/procmsg.c
2433                 Add Encrypt to self option
2434
2435 2006-04-17 [colin]      2.1.1cvs11
2436
2437         * configure.ac
2438                 Fix search on encrpyt function on dragonfly
2439                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2440
2441 2006-04-17 [colin]      2.1.1cvs10
2442
2443         * src/prefs_account.c
2444                 Be safe by default: remove mails from POP3
2445                 after 7 days, not immediately
2446
2447 2006-04-17 [colin]      2.1.1cvs9
2448
2449         * src/etpan/imap-thread.c
2450                 Fix build on DragonFly - patch by 
2451                 Jonathan Buschmann <jonthn@agmact.com>
2452
2453 2006-04-17 [colin]      2.1.1cvs8
2454
2455         * src/imap.c
2456                 Save uidnext between sessions
2457
2458 2006-04-17 [colin]      2.1.1cvs7
2459
2460         * src/imap.c
2461                 scan is required when uid validity changes
2462
2463 2006-04-17 [colin]      2.1.1cvs6
2464
2465         * src/folderview.c
2466                 Don't scan if not necessary, apart in current
2467                 folder and INBOX to fetch flags.
2468         * src/imap.c
2469                 Scan is necessary if unread count changes
2470
2471 2006-04-17 [colin]      2.1.1cvs5
2472
2473         * src/imap.c
2474                 ...But always fetch ANSWERED and DELETED flags for
2475                 INBOX, as filtering can happen on these flags.
2476
2477 2006-04-17 [colin]      2.1.1cvs4
2478
2479         * src/imap.c
2480                 Don't fetch REPLIED and DELETED flags when synchronising
2481                 flags with a closed folder. We only need UNSEEN and FLAGGED
2482                 to update the folderview.
2483
2484 2006-04-17 [colin]      2.1.1cvs3
2485
2486         * src/imap.c
2487                 Faster flag search when there are new mails 
2488                 in a folder. We can do a full search if the 
2489                 folder contains less messages than the new
2490                 list.
2491
2492 2006-04-17 [colin]      2.1.1cvs2
2493
2494         * po/cs.po
2495         * po/de.po
2496         * po/fr.po
2497         * po/nl.po
2498         * po/pt_BR.po
2499                 Update translations from stable branch
2500
2501 2006-04-17 [colin]      2.1.1cvs1
2502
2503         * configure.ac
2504                 Bump version to follow stable release
2505
2506 2006-04-16 [mones]      2.1.0cvs50
2507
2508         * po/es.po
2509                 Updated for release
2510
2511 2006-04-16 [colin]      2.1.0cvs49
2512
2513         * src/textview.c
2514                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2515                 with gtk < 2.8. Thanks to Fabien Vantard.
2516
2517 2006-04-15 [colin]      2.1.0cvs48
2518
2519         * src/etpan/imap-thread.c
2520                 Fix bug #919 (libetpan: SEGV when connecting 
2521                 using command)
2522
2523 2006-04-14 [colin]      2.1.0cvs47
2524
2525         * src/main.c
2526                 Fix race on --select (should be done better)
2527
2528 2006-04-14 [wwp]        2.1.0cvs46
2529
2530         * src/send_message.c
2531                 enforce a check for domain in account prefs (a sending
2532                 error could be faced if domain was checked but no value set),
2533                 thanks to Colin.
2534
2535 2006-04-14 [colin]      2.1.0cvs45
2536
2537         * src/codeconv.c
2538                 when converting from unknown to unknown, if the
2539                 string is UTF8, don't convert it to the locale
2540                 (which breaks it)
2541
2542 2006-04-14 [colin]      2.1.0cvs44
2543
2544         * src/compose.c
2545                 Don't try to use ASCII for converting headers
2546                 (as done in body)
2547
2548 2006-04-14 [paul]       2.1.0cvs43
2549
2550         * src/crash.c
2551                 add locale/charset info to crash report
2552         * src/gtk/about.c
2553                 add wwp to doc team
2554                 replace 'e-mail' with preferred 'email'
2555         * src/gtk/authors.h
2556                 ensure contributors list is in alphabetical
2557                 order
2558
2559 2006-04-13 [colin]      2.1.0cvs42
2560
2561         * src/textview.c
2562                 Prevent gdk warnings
2563
2564 2006-04-13 [colin]      2.1.0cvs41
2565
2566         * src/common/ssl_certificate.c
2567         * src/common/ssl_certificate.h
2568         * src/gtk/sslcertwindow.c
2569                 Warn on expired certs, and display the expiration date
2570
2571 2006-04-13 [colin]      2.1.0cvs40
2572
2573         * src/plugins/spamassassin/spamassassin_gtk.c
2574                 Fix missing set_text on unix socket
2575
2576 2006-04-13 [wwp]        2.1.0cvs39
2577
2578         * manual/fr/advanced.xml
2579         * manual/fr/glossary.xml
2580                 applied new spam/ham/email lexicon (pourriel, courriel)
2581
2582 2006-04-13 [paul]       2.1.0cvs38
2583
2584         * src/plugins/pgpmime/plugin.c
2585                 remove the mention of S/MIME from the
2586                 description. This is now handled by the
2587                 S/MIME plugin.
2588
2589 2006-04-13 [paul]       2.1.0cvs37
2590
2591         * src/prefs_msg_colors.c
2592                 rework dialog
2593         * src/prefs_folder_item.c
2594         * src/prefs_spelling.c
2595                 add a tooltip to the colour selector buttons
2596
2597 2006-04-13 [wwp]        2.1.0cvs36
2598
2599         * manual/advanced.xml
2600         * manual/glossary.xml
2601         * manual/handling.xml
2602         * manual/keyboard.xml
2603         * manual/plugins.xml
2604         * manual/starting.xml
2605         * manual/fr/account.xml
2606         * manual/fr/ack.xml
2607         * manual/fr/addrbook.xml
2608         * manual/fr/advanced.xml
2609         * manual/fr/faq.xml
2610         * manual/fr/glossary.xml
2611         * manual/fr/gpl.xml
2612         * manual/fr/handling.xml
2613         * manual/fr/intro.xml
2614         * manual/fr/keyboard.xml
2615         * manual/fr/plugins.xml
2616         * manual/fr/starting.xml
2617         * manual/fr/sylpheed-claws-manual.xml
2618                 fixes to the manuals:
2619                  - summaryview -> Message List (same in French)
2620                  - translate key names
2621                  - fix French punctuation, use non-breakable spaces when
2622                    necessary, don't use &thinsp; which is not portable
2623                  - tell what maildir and mbox formats we support
2624
2625 2006-04-12 [wwp]        2.1.0cvs35
2626
2627         * src/prefs_toolbar.c
2628                 unified a replace button more,
2629                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2630
2631 2006-04-12 [wwp]        2.1.0cvs34
2632
2633         * src/prefs_common.c
2634         * src/prefs_msg_colors.c
2635                 make default color labels translatable,
2636                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2637                 thanks to Tim <timbrain@post.cz> for reporting.
2638
2639 2006-04-12 [wwp]        2.1.0cvs33
2640
2641         * manual/glossary.xml
2642         * manual/intro.xml
2643         * manual/plugins.xml
2644         * manual/starting.xml
2645         * manual/sylpheed-claws-manual.xml
2646         * manual/fr/.cvsignore
2647         * manual/fr/account.xml
2648         * manual/fr/ack.xml
2649         * manual/fr/addrbook.xml
2650         * manual/fr/advanced.xml
2651         * manual/fr/faq.xml
2652         * manual/fr/glossary.xml
2653         * manual/fr/handling.xml
2654         * manual/fr/intro.xml
2655         * manual/fr/keyboard.xml
2656         * manual/fr/plugins.xml
2657         * manual/fr/starting.xml
2658         * manual/fr/sylpheed-claws-manual.xml
2659                 various fixes: typos, missing .fr translations, punctuation,
2660                 capitalization, links, accents and some bad French more.
2661
2662 2006-04-12 [wwp]        2.1.0cvs32
2663
2664         * src/prefs_gtk.c
2665                 fix for bug #935: always store prefs files in UTF-8 (thanks
2666                 to Colin).
2667
2668 2006-04-11 [colin]      2.1.0cvs31
2669
2670         * src/compose.c
2671                 Fix inserting files not in utf8 when locale is utf8
2672
2673 2006-04-11 [colin]      2.1.0cvs30
2674
2675         * src/inc.c
2676                 Don't show error dialog when cancelling connection
2677                 Patch by Pawel
2678
2679 2006-04-11 [cleroy]     2.1.0cvs29
2680
2681         * src/compose.c
2682                 Implement multiple quote levels
2683         * src/prefs_common.c
2684                 Change a little bit the quote bgcolor for 2nd level
2685
2686 2006-04-11 [colin]      2.1.0cvs28
2687
2688         * src/gtk/about.c
2689                 Add locale and charset in the label
2690
2691 2006-04-10 [colin]      2.1.0cvs27
2692
2693         * src/compose.c
2694         * src/prefs_common.c
2695         * src/prefs_common.h
2696         * src/prefs_msg_colors.c
2697         * src/textview.c
2698                 Allow optional background color in quotes
2699                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2700                 GTK+-2.8.x feature
2701
2702 2006-04-10 [colin]      2.1.0cvs26
2703
2704         * src/main.c
2705         * src/mainwindow.c
2706         * src/mainwindow.h
2707                 Implement --select
2708
2709 2006-04-10 [colin]      2.1.0cvs25
2710
2711         * manual/plugins.xml
2712         * manual/fr/plugins.xml
2713                 Document libcurl's proxy variables
2714
2715 2006-04-09 [colin]      2.1.0cvs24
2716
2717         * src/prefs_common.c
2718                 gettext() returns statically allocated stuff. We have
2719                 to strdup it in order to be able to free it.
2720
2721 2006-04-09 [colin]      2.1.0cvs23
2722
2723         * AUTHORS
2724         * src/gtk/authors.h
2725                 Add Alexei
2726
2727 2006-04-09 [colin]      2.1.0cvs22
2728
2729         * src/mainwindow.c
2730         * src/gtk/quicksearch.c
2731                 Fix bug #859 (problems with cyrilic input in 
2732                 search panel) - Patch by Alexey Illarionov 
2733                 <littlesavage@rambler.ru>
2734
2735 2006-04-09 [colin]      2.1.0cvs21
2736
2737         * src/prefs_customheader.c
2738                 I prefer removing then freeing rather than the contrary
2739                 (even if it doesn't change anything ;-)
2740         * src/prefs_account.c
2741                 Fix bug #933 (Crash re-entering the custom headers list 
2742                 dialog in accounts prefs)
2743                 The problem happened when cancelling the Account 
2744                 Preferences' dialogs - in which case we didn't do 
2745                 anything to the PrefsAccount * struct. In case of applying,
2746                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2747                 working with in this dialog. The problem is that 
2748                 prefs_customheader.c, working on this tmp_ac_prefs, always
2749                 changes the ->customhdr_list pointer, even when cancelled. 
2750                 So in case of cancelling the prefs_account dialog, we still
2751                 have to update ->customhdr_list in the real account.
2752
2753 2006-04-08 [colin]      2.1.0cvs20
2754
2755         * manual/fr/glossary.xml
2756         * manual/fr/keyboard.xml
2757                 Forgot some headers :)
2758
2759 2006-04-08 [colin]      2.1.0cvs19
2760
2761         * manual/Makefile.am
2762         * manual/fr/Makefile.am
2763         * manual/fr/account.xml
2764         * manual/fr/ack.xml
2765         * manual/fr/addrbook.xml
2766         * manual/fr/advanced.xml
2767         * manual/fr/faq.xml
2768         * manual/fr/glossary.xml
2769         * manual/fr/gpl.xml
2770         * manual/fr/handling.xml
2771         * manual/fr/intro.xml
2772         * manual/fr/keyboard.xml
2773         * manual/fr/plugins.xml
2774         * manual/fr/starting.xml
2775         * manual/fr/sylpheed-claws-manual.xml
2776         * manual/fr/dist/.cvsignore
2777         * manual/fr/dist/Makefile.am
2778         * manual/fr/dist/html/.cvsignore
2779         * manual/fr/dist/html/Makefile.am
2780         * manual/fr/dist/pdf/.cvsignore
2781         * manual/fr/dist/pdf/Makefile.am
2782         * manual/fr/dist/ps/.cvsignore
2783         * manual/fr/dist/ps/Makefile.am
2784         * manual/fr/dist/txt/.cvsignore
2785         * manual/fr/dist/txt/Makefile.am
2786                 Add the french translation of the manual. Thanks to
2787                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2788                 account.xml, ack.xml, addrbook.xml and advanced.xml
2789
2790 2006-04-08 [colin]      2.1.0cvs18
2791
2792         * manual/plugins.xml
2793         * manual/starting.xml
2794                 More fixes
2795
2796 2006-04-07 [colin]      2.1.0cvs17
2797
2798         * manual/faq.xml
2799         * manual/intro.xml
2800         * manual/keyboard.xml
2801                 Little fixes
2802
2803 2006-04-07 [colin]      2.1.0cvs16
2804
2805         * README
2806         * src/compose.c
2807         * src/prefs_common.c
2808         * src/prefs_common.h
2809                 Add hidden compose_no_markup pref
2810
2811 2006-04-07 [wwp]        2.1.0cvs15
2812
2813         * src/summary_search.c
2814         * .cvsignore
2815                 Bugfix: stop button was sticky when searching in an empty folder.
2816                 Applied curly brackets code style to the whole file (summary_search.c).
2817                 More files to ignore.
2818
2819 2006-04-07 [wwp]        2.1.0cvs14
2820
2821         * src/message_search.c
2822         * src/summary_search.c
2823                 changed default button when search bumps at file/folder
2824                 beginning or end, for convenience (thanks to Colin).
2825
2826 2006-04-07 [paul]       2.1.0cvs13
2827
2828         * src/plugins/dillo_viewer/dillo_prefs.c
2829                 avoid future potential for namespace collision
2830                 Patch by Colin
2831
2832 2006-04-06 [wwp]        2.1.0cvs12
2833
2834         * src/summary_search.c
2835                 Unify extended/advanced searches names (and thus factorize labels),
2836                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2837
2838 2006-04-06 [wwp]        2.1.0cvs11
2839
2840         * src/folderview.c
2841         * src/prefs_themes.c
2842         * src/summaryview.c
2843                 Fixed some compilation warnings.
2844
2845 2006-04-06 [colin]      2.1.0cvs10
2846
2847         * manual/advanced.xml
2848                 Document the wizard template and how to deploy
2849                 Sylpheed-Claws effectively
2850
2851 2006-04-06 [colin]      2.1.0cvs9
2852
2853         * src/folderview.c
2854                 gettext patch to tell translators about _("#"),
2855                 by Maxim Britov
2856
2857 2006-04-06 [colin]      2.1.0cvs8
2858
2859         * src/textview.c
2860                 Fix invalid GtkTextBIter after clicking "Display as text"
2861
2862 2006-04-06 [mones]      2.1.0cvs7
2863
2864         * src/addr_compl.c
2865         * src/addrindex.c
2866         * src/addritem.c
2867         * src/codeconv.c
2868         * src/compose.c
2869         * src/filtering.c
2870         * src/folder.c
2871         * src/folder_item_prefs.c
2872         * src/folderview.c
2873         * src/localfolder.c
2874         * src/matcher.c
2875         * src/mimeview.c
2876         * src/prefs_msg_colors.c
2877         * src/prefs_spelling.c
2878         * src/prefs_themes.c
2879         * src/procmime.c
2880         * src/procmsg.c
2881         * src/stock_pixmap.c
2882         * src/summaryview.c
2883         * src/textview.c
2884         * src/toolbar.c
2885         * src/common/mgutils.c
2886         * src/common/prefs.c
2887         * src/common/ssl_certificate.c
2888         * src/gtk/colorlabel.c
2889         * src/gtk/quicksearch.c
2890         * src/plugins/pgpmime/pgpmime.c
2891         * src/plugins/spamassassin/spamassassin.c
2892                 Removed redundant NULL checks for g_free() calls.
2893                 Patch by Pawel Pekala.
2894
2895 2006-04-06 [mones]      2.1.0cvs6
2896
2897         * src/prefs_actions.c
2898         * src/prefs_filtering.c
2899         * src/prefs_filtering_action.c
2900         * src/prefs_matcher.c
2901         * src/prefs_template.c
2902         * src/gtk/gtkutils.c
2903         * src/gtk/gtkutils.h
2904                 Have a nice replace button. Patch by Pawel Pekala
2905
2906 2006-04-06 [colin]      2.1.0cvs5
2907
2908         * src/addressbook.c
2909                 Fix crash with empty columns
2910
2911 2006-04-05 [colin]      2.1.0cvs4
2912
2913         * src/wizard.c
2914         * src/prefs_gtk.c
2915                 Allow wizard customization with pre-filled values
2916
2917 2006-04-05 [colin]      2.1.0cvs3
2918
2919         * src/textview.c
2920         * src/mimeview.c
2921         * src/mimeview.h
2922                 Nicer messages in mimeview
2923
2924 2006-04-05 [colin]      2.1.0cvs2
2925
2926         * src/addressbook.c
2927         * src/prefs_summaries.c
2928                 i18n fix
2929
2930 2006-04-05 [colin]      2.1.0cvs1
2931
2932         * src/plugins/pgpcore/plugin.c
2933         * src/plugins/pgpcore/select-keys.c
2934         * src/plugins/pgpcore/select-keys.h
2935         * src/plugins/pgpcore/sgpgme.c
2936         * src/plugins/pgpcore/sgpgme.h
2937         * src/plugins/pgpinline/pgpinline.c
2938         * src/plugins/pgpinline/plugin.c
2939         * src/plugins/pgpmime/pgpmime.c
2940         * src/plugins/pgpmime/plugin.c
2941                 Factorize and generalize a bit 
2942                 Drop S/MIME signature verification from PGP/MIME
2943                 (adding it as another, more complete plugin)
2944
2945 2006-04-05 [paul]       2.1.0
2946
2947         2.1.0 released
2948
2949 2006-04-05 [paul]       2.0.0cvs186
2950
2951         * manual/advanced.xml
2952                 add info on colour labels
2953
2954 2006-04-05 [paul]       2.0.0cvs185
2955
2956         * po/bg.po
2957         * po/cs.po
2958         * po/de.po
2959         * po/el.po
2960         * po/en_GB.po
2961         * po/fi.po
2962         * po/fr.po
2963         * po/it.po
2964         * po/nl.po
2965         * po/pl.po
2966         * po/pt_BR.po
2967         * po/sr.po
2968         * po/zh_CN.po
2969                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2970                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2971                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2972                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2973         * src/gtk/authors.h
2974         * tools/claws.i18n.status.pl
2975                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2976                 and new Czech translator, Tim <timbrain@post.cz>
2977
2978 2006-04-05 [mones]      2.0.0cvs184
2979
2980         * po/es.po
2981                 Updated translation
2982
2983 2006-04-05 [colin]      2.0.0cvs183
2984
2985         * src/gtk/quicksearch.c
2986                 Fix bug #929 (unnecessary reload in quick search bar)
2987
2988 2006-04-05 [colin]      2.0.0cvs182
2989
2990         * src/compose.c
2991                 Fix crash on Reply with no From:
2992                 Show signature and conversion error on queuing 
2993                 (but not sending)
2994         * src/mainwindow.c
2995         * src/summaryview.c
2996         * src/summaryview.h
2997                 Factorize threading code and make sure msginfo 
2998                 is not null when it comes from a GtkCTreeRow's 
2999                 data
3000         * src/gtk/gtkaspell.c
3001                 Check for necessary things
3002         * src/gtk/gtksctree.c
3003         * src/gtk/gtksctree.h
3004                 Reset anchor if necessary when removing node
3005
3006 2006-03-29 [colin]      2.0.0cvs181
3007
3008         * src/folderview.c
3009                 Warn for disabled IMAP accounts (due to lack of
3010                 libetpan). Breaks string-freeze - sorry - but it
3011                 is kind of important ;)
3012
3013 2006-03-28 [colin]      2.0.0cvs180
3014
3015         * src/gtk/gtkutils.c
3016         * src/gtk/gtkutils.h
3017                 Add a gtkut_get_link_btn() function that
3018                 creates a button which acts like an URI
3019         * src/prefs_themes.c
3020         * src/gtk/about.c
3021                 Use this function (factorizes codes)
3022         * src/common/defs.h
3023         * src/gtk/pluginwindow.c
3024                 Add a "Get more..." in the plugins window
3025
3026 2006-03-28 [colin]      2.0.0cvs179
3027
3028         * src/common/smtp.c
3029         * src/common/passcrypt.c
3030         * src/undo.c
3031                 Warning fixes. Patch by Pawel Pekala
3032
3033 2006-03-27 [colin]      2.0.0cvs178
3034
3035         * src/undo.c
3036                 Fix undoing by blocks with spaces
3037
3038 2006-03-27 [colin]      2.0.0cvs177
3039
3040         * src/textview.c
3041                 Set margin to 3px for headers
3042
3043 2006-03-27 [paul]
3044
3045         2.1.0-rc2 released
3046
3047 2006-03-27 [wwp]        2.0.0cvs176
3048
3049         * src/summaryview.c
3050                 don't reset quicksearch when updating the message list.
3051                 Thanks to Colin.
3052
3053 2006-03-26 [wwp]        2.0.0cvs175
3054
3055         * src/compose.c
3056                 use a unified border width ('other' tab in the compose window,
3057                 patch by Pawel Pekala).
3058
3059
3060 2006-03-26 [wwp]        2.0.0cvs174
3061
3062         * src/common/quoted-printable.c
3063         * src/addressbook.c
3064                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3065
3066 2006-03-26 [colin]      2.0.0cvs173
3067
3068         * src/quote_fmt_parse.y
3069                 Fix non-UTF8 date formats messing up the whole quote a 
3070                 little bit
3071
3072 2006-03-26 [colin]      2.0.0cvs172
3073
3074         * src/procheader.c
3075                 Make sure the date is UTF8 valid, or try to make it
3076                 so. IncrediMail is really IncrediStupid.
3077         * src/compose.c
3078                 Fix possible conversions. 
3079                 
3080
3081 2006-03-26 [colin]      2.0.0cvs171
3082
3083         * src/matcher.c
3084                 Fix corner cases in body search. This is still a
3085                 hack... It seems impossible to make it good and 
3086                 reasonably fast at the same time.
3087
3088 2006-03-26 [colin]      2.0.0cvs170
3089
3090         * src/summaryview.c
3091                 I think I killed the twilight zone bug!
3092                 summary_select_node() flushes GTK events in order
3093                 to be able to center the view. But this also 
3094                 flushes keypresses like Ctrl-Alt-U, so this can
3095                 call summary_show from summary_select_node (itself
3096                 called from summary_show, etc.). And the summaryview
3097                 has to be unlocked in this function. So just locking
3098                 while processing GTK events, and bailing if locked, 
3099                 should fix it.
3100                 Fixes bug #927 (SIGSEGV during Update Summary)
3101
3102 2006-03-25 [colin]      2.0.0cvs169
3103
3104         * src/matcher.c
3105                 Fix search in QP-encoded bodies
3106                 Fix utf-8 searches in bodies encoded in the
3107                 locale's encoding
3108         * src/common/quoted-printable.c
3109         * src/common/quoted-printable.h
3110                 Add a decode function that doesn't overwrite
3111                 the original pointer
3112                 
3113
3114 2006-03-24 [colin]      2.0.0cvs168
3115
3116         * src/action.c
3117         * src/summaryview.c
3118         * src/summaryview.h
3119                 Update message cache after action
3120                 Patch by H. Merijn Brand
3121         * src/prefs_msg_colors.c
3122                 Factorize label 
3123                 Patch by Fabien Vantard
3124         * src/plugins/spamassassin/spamassassin_gtk.c
3125                 Remove useless translation
3126                 Patch by Fabien Vantard
3127
3128 2006-03-23 [colin]      2.0.0cvs167
3129
3130         * src/common/ssl.c
3131                 Let 30 seconds to SSL_connect
3132
3133 2006-03-23 [wwp]        2.0.0cvs166
3134
3135         * src/summaryview.c
3136         * src/gtk/description_window.c
3137                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3138                 and headers are translated; adjust description windows' width to fit their
3139                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3140
3141 2006-03-23 [paul]       2.0.0cvs165
3142
3143         * src/common/utils.c
3144                 fix highlighting of URIs containing "()"
3145                 (2.0.0cvs164's reversal fixed)
3146                 Thanks to Colin.
3147
3148 2006-03-23 [paul]       2.0.0cvs164
3149
3150         * src/common/utils.c
3151                 revert patch, (postponing a fix), at 2.0.0cvs120
3152                 as it breaks more URIs than it fixes.
3153                 Allow '-' to be a terminating character in a URI
3154
3155 2006-03-22 [colin]      2.0.0cvs163
3156
3157         * configure.ac
3158                 Require libetpan 0.45
3159                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3160
3161 2006-03-22 [paul]       2.0.0cvs162
3162
3163         * src/editgroup.c
3164                 replace '<-' and '->' buttons with GTK_STOCK graphical
3165                 buttons
3166         * src/summary_search.c
3167                 don't offer '...' for translation
3168                 add a tooltip to advanced search '...' button
3169         * src/gtk/quicksearch.c
3170                 don't offer '...' for translation
3171
3172 2006-03-21 [colin]      2.0.0cvs161
3173
3174         * src/compose.c
3175                 Fix middle-click pasting (insert at click
3176                 position instead of cursor position, don't
3177                 remove existing selection and allow pasting
3178                 our own selection)
3179         * src/addressbook.c
3180                 "LDAP Server" -> "LDAP servers"
3181
3182 2006-03-21 [wwp]        2.0.0cvs160
3183
3184         * src/etpan/imap-thread.c
3185                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3186
3187 2006-03-20 [colin]      2.0.0cvs159
3188
3189         * src/summaryview.c
3190                 Don't reload summaryview after an execute with no
3191                 move action
3192
3193 2006-03-19 [colin]      2.0.0cvs158
3194
3195         * src/addressbook.c
3196                 and put groups at the top, always
3197
3198 2006-03-19 [colin]      2.0.0cvs157
3199
3200         * src/addressbook.c
3201                 Order groups before names, as previously
3202
3203 2006-03-19 [colin]      2.0.0cvs156
3204
3205         * src/addressbook.c
3206                 - Sort case-unsensitive
3207                 - Put the sort arrow at opening too
3208
3209 2006-03-19 [wwp]        2.0.0cvs155
3210
3211         * src/addressbook.c
3212                 allow sorting by name/email/remarks, ensure that right-pane's contents
3213                 matches the left-pane selection (cleared when appropriate).
3214                 Patch by Pawel Pekala <c0rn@o2.pl>.
3215
3216 2006-03-18 [colin]      2.0.0cvs154
3217
3218         * src/textview.c
3219                 Fix text cursor ;)
3220
3221 2006-03-18 [colin]      2.0.0cvs153
3222
3223         * src/gtk/filesel.c
3224                 Make sure we hide the preview if we didn't get
3225                 a filename
3226
3227 2006-03-18 [colin]      2.0.0cvs152
3228
3229         * src/summaryview.c
3230                 Set cursor to watch for execution (fixes lack
3231                 of watch-cursor when dnd'ing hundreds of mails)
3232         * src/gtk/filesel.c
3233                 Check that mime type is 'image/*' before updating
3234                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3235
3236 2006-03-18 [colin]      2.0.0cvs151
3237
3238         * src/mainwindow.c
3239         * src/textview.c
3240         * src/textview.h
3241                 Put a watch cursor in textview too when the mainwindow's
3242                 cursor in a watch
3243
3244 2006-03-18 [colin]      2.0.0cvs150
3245
3246         * src/folder.c
3247                 Change wrong asserts to simple tests
3248
3249 2006-03-17 [colin]      2.0.0cvs149
3250
3251         * src/mainwindow.c
3252         * src/mainwindow.h
3253         * src/prefs_msg_colors.c
3254         * src/summaryview.c
3255         * src/summaryview.h
3256         * src/gtk/colorlabel.c
3257         * src/gtk/colorlabel.h
3258                 Add a color label menu in the main menubar
3259                 Add (fixed) accels Ctrl-{0-7} to change the color
3260                 They have to be fixed because the menu's dynamic,
3261                 the items are complex widgets, hence we can't use
3262                 a GtkItemFactory.
3263
3264
3265 2006-03-17 [wwp]        2.0.0cvs148
3266
3267         * src/compose.c
3268                 rollback few lines from my previous commit (those lines come from
3269                 a pending patch, accidentally commited, even if neutral as they are
3270                 commented out).
3271
3272 2006-03-17 [wwp]        2.0.0cvs147
3273
3274         * src/compose.c
3275                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3276                 applied code style/indentation to the modified function.
3277
3278 2006-03-17 [wwp]        2.0.0cvs146
3279
3280         * src/procmsg.c
3281         * src/compose.c
3282                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3283
3284 2006-03-17 [paul]
3285
3286         2.1.0-rc1 released
3287
3288 2006-03-17 [paul]       2.0.0cvs145
3289
3290         * src/main.c
3291                 addressbook_read_file() was called twice
3292         * src/textview.c
3293                 X-Mailer highlighting
3294
3295 2006-03-16 [colin]      2.0.0cvs144
3296
3297         * src/sourcewindow.c
3298         * src/sourcewindow.h
3299                 And the last one, in source window.
3300
3301 2006-03-16 [colin]      2.0.0cvs143
3302
3303         * src/compose.c
3304         * src/compose.h
3305                 Fix the same stuff in compose
3306
3307 2006-03-16 [colin]      2.0.0cvs142
3308
3309         * src/messageview.c
3310                 Complete the previous messageview crash fix
3311
3312 2006-03-16 [colin]      2.0.0cvs141
3313
3314         * src/procmsg.h
3315         * src/procmsg.c
3316         * src/folder.c
3317                 Fix POSTPROCESSING hook
3318                 Patch by H. Merijn Brand
3319
3320         * src/procmime.c
3321         * src/procmime.h
3322                 Parse Content-Location
3323
3324         * src/toolbar.c
3325         * src/messageview.c
3326         * src/messageview.h
3327                 Don't crash when a top-level MessageView has
3328                 been closed on us. Same problematic than
3329                 yesterday's quicksearch issue.
3330
3331 2006-03-15 [colin]      2.0.0cvs140
3332
3333         * src/gtk/quicksearch.c
3334                 Fix a bitchy race we didn't think about when we
3335                 added quicksearch cancellation:
3336                 If the search is not on cached fields, for example
3337                 body_part matchcase "stuff"
3338                 the matcher code has to get the whole message. If
3339                 we're on IMAP, that can be slow, and in order to
3340                 be non-blocking, the IMAP code idle loop processes
3341                 gtk events too. So it is possible to cancel a
3342                 quicksearch while the matcher is getting the mail's
3343                 body. After matcher got its body, it will start to
3344                 iterate over the matcher list that the Quicksearch's
3345                 clear_search_cb() just freed via prepare_matcher().
3346                 SIGSEGV ensues.
3347                 The fix consists of guarding the matcherlist_match()
3348                 call with a boolean 'matching'. If we reset the
3349                 quicksearch while matching is TRUE, we don't free
3350                 the matcherlist anymore like we did, but we set
3351                 another new flag, deferred_free, to TRUE. Then,
3352                 in quicksearch_match(), just after returning from
3353                 matcherlist_match() and unsetting the matching flag,
3354                 we check the deferred_free flag and do the
3355                 prepare_matcher() (which does the matcherlist_free)
3356                 for real, so we free the matcherlist once it's not
3357                 used anymore.
3358                 As all of this runs via the glib main loop, we
3359                 luckily don't need a mutex.
3360         * src/summaryview.c
3361                 Also, show progress while searching.
3362
3363
3364 2006-03-14 [colin]      2.0.0cvs139
3365
3366         * src/alertpanel.c
3367                 Make alertpanel_is_open non-static
3368
3369 2006-03-14 [colin]      2.0.0cvs138
3370
3371         * src/prefs_spelling.c
3372                 Cleanups - Fabien Vantard
3373
3374 2006-03-14 [wwp]        2.0.0cvs137
3375
3376         * src/main.c
3377                 code style normalization (curly braces, indentation).
3378
3379 2006-03-14 [wwp]        2.0.0cvs137
3380
3381         * src/main.c
3382                 code style (braces, indentation)
3383
3384 2006-03-12 [paul]       2.0.0cvs136
3385
3386         * src/prefs_common.c
3387                 trans_hdr defaults to FALSE to be RFC-savvy
3388         * src/prefs_summaries.c
3389                 add a tooltip to the trans_hdr option
3390                 
3391
3392 2006-03-12 [paul]       2.0.0cvs135
3393
3394         * src/prefs_matcher.c
3395                 give a little more width to the combos
3396         * src/prefs_display_header.c
3397         * src/textview.c
3398                 translate headers if prefs_common.trans_hdr
3399                 is TRUE
3400
3401         Patches by Pawel Pekala
3402
3403 2006-03-12 [paul]       2.0.0cvs134
3404
3405         * src/plugins/clamav/clamav_plugin.c
3406         * src/plugins/dillo_viewer/dillo_viewer.c
3407         * src/plugins/pgpcore/plugin.c
3408         * src/plugins/pgpinline/plugin.c
3409         * src/plugins/pgpmime/plugin.c
3410         * src/plugins/spamassassin/spamassassin.c
3411                 update/add to descriptions
3412         * src/plugins/spamassassin/spamassassin_gtk.c
3413                 fixes to the english, remove superfluous
3414                 tooltips, clean up a little
3415
3416 2006-03-12 [paul]       2.0.0cvs133
3417
3418         * src/compose.c
3419                 fix Bug 924, 'Account combo box shows up wrong 
3420                 if & is in account name'
3421
3422 2006-03-11 [colin]      2.0.0cvs132
3423
3424         * src/summaryview.c
3425                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3426                 messed up shift-selection because is slows down
3427                 moving around summaryview. thanks -users
3428
3429 2006-03-10 [colin]      2.0.0cvs131
3430
3431         * src/plugins/spamassassin/spamassassin_gtk.c
3432                 Put back Paul's engrish fixes
3433
3434 2006-03-10 [colin]      2.0.0cvs130
3435
3436         * src/plugins/spamassassin/spamassassin.c
3437         * src/plugins/spamassassin/spamassassin.h
3438         * src/plugins/spamassassin/spamassassin_gtk.c
3439                 Cleanup SA prefs page (more)
3440                 Patch by Fabien Vantard
3441
3442 2006-03-10 [paul]       2.0.0cvs129
3443
3444         * src/prefs_msg_colors.c
3445         * src/prefs_spelling.c
3446                 widget sensitivity
3447
3448 2006-03-09 [mones]      2.0.0cvs128
3449
3450         * po/es.po
3451                 Update for next RC
3452
3453 2006-03-09 [wwp]        2.0.0cvs127
3454
3455         * configure.ac
3456                 revert accidental commit (requirement for libetpan 0.43), this time
3457                 not in HEAD.
3458
3459 2006-03-09 [wwp]        2.0.0cvs125
3460
3461         * configure.ac
3462                 revert accidental commit (requirement for libetpan 0.43)
3463
3464 2006-03-09 [paul]       2.0.0cvs126
3465
3466         * src/prefs_receive.c
3467                 remove useless frame
3468                 replace 'incorporation' with 'receiving'
3469         * src/plugins/clamav/clamav_plugin_gtk.c
3470         * src/plugins/spamassassin/spamassassin_gtk.c
3471                 improve widget sensitivity
3472                 fix a bit his engrish
3473
3474 2006-03-09 [wwp]        2.0.0cvs125
3475
3476         * src/addressadd.c
3477         * src/foldersel.c
3478         * src/prefs_common.c
3479         * src/prefs_common.h
3480                 remember some more windows' sizes (add to addressbook and
3481                 select folder).
3482
3483 2006-03-09 [paul]       2.0.0cvs124
3484
3485         * src/plugins/pgpcore/prefs_gpg.c
3486                 normalise construction of dialogue
3487
3488 2006-03-09 [paul]       2.0.0cvs123
3489
3490         * src/plugins/trayicon/Makefile.am
3491                 add missing slash
3492
3493 2006-03-08 [colin]      2.0.0cvs122
3494
3495         * src/plugins/trayicon/Makefile.am
3496                 Fix build in separate dir 
3497                 Patch by Bamanzi <bamanzi@gmail.com>
3498
3499 2006-03-08 [colin]      2.0.0cvs121
3500
3501         * src/procmsg.c
3502                 Batch move and copies from summaryview with delayed execution
3503                 too
3504
3505 2006-03-07 [paul]       2.0.0cvs120
3506
3507         * src/common/utils.c
3508                 fix highlighting of URIs containing "()"
3509                 Patch by Pawel Pekala
3510
3511 2006-03-07 [paul]       2.0.0cvs119
3512
3513         * src/folder.c
3514         * src/folder.h
3515         * src/folderview.c
3516                 immediately do alphabetical resort when
3517                 changing a folder's name
3518                 Patch by Pawel Pekala
3519
3520 2006-03-07 [paul]       2.0.0cvs118
3521
3522         * src/news.c
3523         * src/news_gtk.c
3524                 when unsubscribing a newsgroup, remove the
3525                 folder and msgs in .sylpheed-claws/newscache
3526                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3527
3528 2006-03-07 [paul]       2.0.0cvs117
3529
3530         * src/textview.c
3531                 fix wrong Fake URL Warning
3532                 Thanks to Hiro
3533
3534 2006-03-07 [colin]      2.0.0cvs116
3535
3536         * src/imap.c
3537                 Return immediately when password dialog was
3538                 cancelled
3539         * src/gtk/inputdialog.c
3540                 Allow empty strings for passwords
3541
3542
3543 2006-03-06 [colin]      2.0.0cvs115
3544
3545         * src/imap.c
3546                 Prevent double-timeouts when connection fails
3547
3548 2006-03-06 [colin]
3549
3550         2.0.1-rc1 released
3551
3552 2006-03-06 [colin]      2.0.0cvs114
3553
3554         * src/imap.c
3555                 Refresh session during potentially long
3556                 operations
3557
3558 2006-03-06 [wwp]        2.0.0cvs113
3559
3560         * src/prefs_msg_colors.h
3561                 forgot that one (custom color labels).
3562
3563 2006-03-06 [wwp]        2.0.0cvs112
3564
3565         * src/prefs_common.c
3566         * src/prefs_common.h
3567         * src/prefs_msg_colors.c
3568         * src/summaryview.c
3569         * src/summaryview.h
3570         * src/gtk/colorlabel.c
3571         * src/gtk/colorlabel.h
3572                 colors in messages list are now customizable. Color values and names can
3573                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3574                 Thanks to Paul and Colin for their help with this longstanding patch!
3575
3576 2006-03-06 [wwp]        2.0.0cvs111
3577
3578         * src/textview.c
3579                 don't crash if (x)face is bad.
3580
3581 2006-03-05 [paul]       2.0.0cvs110
3582
3583         * AUTHORS
3584         * configure.ac
3585         * src/Makefile.am
3586         * src/common/Makefile.am
3587         * src/common/utils.h
3588         * src/etpan/imap-thread.c
3589         * src/gtk/authors.h
3590         * src/plugins/clamav/Makefile.am
3591         * src/plugins/demo/Makefile.am
3592         * src/plugins/dillo_viewer/Makefile.am
3593         * src/plugins/pgpcore/Makefile.am
3594         * src/plugins/pgpcore/passphrase.c
3595         * src/plugins/pgpinline/Makefile.am
3596         * src/plugins/pgpmime/Makefile.am
3597         * src/plugins/spamassassin/Makefile.am
3598         * src/plugins/trayicon/Makefile.am
3599                 fix builiding on cygwin
3600                 Patch by Ralgh Young <bamanzi@gmail.com>
3601
3602 2006-03-04 [wwp]        2.0.0cvs109
3603
3604         * manual/keyboard.xml
3605                 fix mixed up/down keys.
3606
3607 2006-03-04 [wwp]        2.0.0cvs108
3608
3609         * README
3610         * INSTALL
3611                 updated links to SpamAssassin.
3612
3613 2006-03-04 [wwp]        2.0.0cvs107
3614
3615         * manual/plugins.xml
3616         * src/plugins/spamassassin/README
3617                 updated SpamAssassin plugin docs to reflect new functional additions
3618                 (also fix/update/documents few technical stuff more, see the README).
3619
3620 2006-03-04 [wwp]        2.0.0cvs106
3621
3622         * src/prefs_message.c
3623                 normalized capitalization of message-prefs paths.
3624
3625 2006-03-04 [wwp]        2.0.0cvs105
3626
3627         * manual/advanced.xml
3628                 typo.
3629
3630 2006-03-03 [colin]      2.0.0cvs104
3631
3632         * src/plugins/clamav/clamav_plugin_gtk.c
3633                 Rework prefs page, patch by Fabien 
3634
3635 2006-03-03 [colin]      2.0.0cvs103
3636
3637         * src/plugins/clamav/clamav_plugin.c
3638                 Set error on all errors
3639
3640 2006-03-03 [colin]      2.0.0cvs102
3641
3642         * src/common/plugin.c
3643                 Initialize error to avoid crashing when a plugin fails
3644                 without setting error
3645
3646 2006-03-02 [wwp]        2.0.0cvs101
3647
3648         * configure.ac
3649                 fixed linker flags for libetpan support on Cygwin
3650                 (thanks to H.Merijn Brand).
3651
3652 2006-03-02 [wwp]        2.0.0cvs100
3653
3654         * src/addressbook.c
3655                 fix some AB error messages: one for punctuation and
3656                 one wrongly duplicate (thanks, maxbritov).
3657
3658 2006-03-02 [wwp]        2.0.0cvs99
3659
3660         * src/plugins/spamassassin/spamassassin.c
3661                 make sync calls to sa-learn/spamc to prevent
3662                 system (whatever local or client/server) overload.
3663
3664 2006-03-02 [colin]      2.0.0cvs98
3665
3666         * src/summaryview.c
3667                 Put the spam icon in the status column instead of the
3668                 mark one
3669
3670 2006-03-01 [colin]      2.0.0cvs97
3671
3672         * src/plugins/spamassassin/spamassassin.c
3673                 Fix segfault (g_file_set_contents fails for some 
3674                 reason and err==0x2f. Can't find out why with
3675                 valgrind, using working function :-)
3676
3677 2006-03-01 [colin]      2.0.0cvs96
3678
3679         * src/inc.c
3680                 Offline overriding: let 'No' be cached only 3 seconds
3681
3682 2006-03-01 [colin]      2.0.0cvs95
3683
3684         * src/addr_compl.c
3685         * src/addrbook.c
3686         * src/addressbook.c
3687         * src/addrindex.c
3688         * src/folder_item_prefs.c
3689         * src/headerview.c
3690         * src/imap.c
3691         * src/inc.c
3692         * src/ldif.c
3693         * src/mainwindow.c
3694         * src/mh.c
3695         * src/msgcache.c
3696         * src/prefs_common.h
3697         * src/prefs_msg_colors.c
3698         * src/procheader.c
3699         * src/procheader.h
3700         * src/procmime.c
3701         * src/procmsg.c
3702         * src/procmsg.h
3703         * src/send_message.h
3704         * src/simple-gettext.c
3705         * src/summaryview.c
3706         * src/summaryview.h
3707         * src/syldap.c
3708         * src/textview.c
3709         * src/undo.c
3710         * src/common/ssl_certificate.c
3711         * src/common/utils.c
3712         * src/gtk/colorsel.c
3713         * src/gtk/gtksctree.c
3714         * src/gtk/gtkshruler.c
3715         * src/plugins/trayicon/trayicon.c
3716                 #if 0 goes to /dev/null
3717
3718 2006-03-01 [colin]      2.0.0cvs94
3719
3720         * src/compose.c
3721         * src/imap.c
3722         * src/inc.c
3723         * src/inc.h
3724         * src/messageview.c
3725         * src/news.c
3726         * src/plugins/spamassassin/spamassassin.c
3727                 Allow to add information in the "working offline"
3728                 window
3729
3730 2006-03-01 [wwp]        2.0.0cvs93
3731
3732         * src/plugins/spamassassin/spamassassin.c
3733                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3734                 'cause it seems that calling `spamc ... < inputfile` with
3735                 g_spawn_(a)sync simply.. erm doesn't work :-).
3736
3737 2006-03-01 [wwp]        2.0.0cvs92
3738
3739         * src/toolbar.c
3740         * src/toolbar.h
3741                 simplify the adding of spam/ham button to the messageview toolbar
3742                 (it gets more clear now that the same button will be "Mark as spam"
3743                 or "Mark as ham" according to the current message status,
3744                 thanks to Colin).
3745
3746 2006-03-01 [wwp]        2.0.0cvs91
3747
3748         * src/messageview.c
3749         * src/procmsg.c
3750         * src/procmsg.h
3751         * src/summaryview.c
3752         * src/plugins/spamassassin/spamassassin.c
3753         * src/plugins/spamassassin/spamassassin.h
3754                 make learner callbacks return a status (0 for ok),
3755                 handle it in main code to avoid setting flags when learning failed,
3756                 don't learn on TCP if offline in spamassassin,
3757                 thanks to Colin.
3758
3759                 
3760
3761 2006-03-01 [wwp]        2.0.0cvs90
3762
3763         * src/compose.c
3764                 some work around the compose window's account menu,
3765                 patch by Fabien Vantard.
3766
3767 2006-03-01 [wwp]        2.0.0cvs89
3768
3769         * src/plugins/spamassassin/spamassassin.c
3770                 fixed bad logics, was using spamc in local mode and sa-learn
3771                 in remote mode (thanks, Colin).
3772
3773 2006-03-01 [wwp]        2.0.0cvs88
3774
3775         * src/plugins/spamassassin/spamassassin.c
3776         * src/plugins/spamassassin/spamassassin.h
3777         * src/plugins/spamassassin/spamassassin_gtk.c
3778                 made processing of emails w/ sa-plugin an option (default is TRUE),
3779                 fixed Engrish some tooltips, capitalization of some debug messages
3780                 and warnings. The spamassassin plugin now provides two separate
3781                 services: process emails upon incorporation and spamd training.
3782                 Both services (un)register independently but use some common
3783                 plugin settings (transport settings, spam storage location).
3784
3785 2006-02-28 [wwp]        2.0.0cvs87
3786
3787         * src/plugins/spamassassin/spamassassin.c
3788                 fix async flag to spamc cmdline execution (batch exec should
3789                 be asynchronous).
3790
3791 2006-02-27 [wwp]        2.0.0cvs86
3792
3793         * src/plugins/spamassassin/spamassassin.c
3794         * src/plugins/spamassassin/spamassassin.h
3795         * src/plugins/spamassassin/spamassassin_gtk.c
3796                 - added the ability to learn a remote spamassassin server (spamd),
3797                 using spamc.
3798                 - added the spamassassin option 'username', that applies to all
3799                 spamassassin operations (filtering, learning, local or remote).
3800                 The default username is the current unix user (if left blank
3801                 from gtk prefs or config file).
3802                 - commented out some unused code (notebook widget), removed unused
3803                 layout (hbox1).
3804                 - make more widgets sensitive to the transport type.
3805
3806 2006-02-27 [colin]      2.0.0cvs85
3807
3808         * src/plugins/spamassassin/spamassassin.c
3809                 Fix sa-learn call when offline
3810
3811 2006-02-27 [colin]      2.0.0cvs84
3812
3813         * configure.ac
3814         * src/Makefile.am
3815         * src/mainwindow.c
3816         * src/mainwindow.h
3817         * src/messageview.c
3818         * src/messageview.h
3819         * src/prefs_toolbar.c
3820         * src/procmsg.c
3821         * src/stock_pixmap.c
3822         * src/stock_pixmap.h
3823         * src/summaryview.c
3824         * src/toolbar.c
3825         * src/toolbar.h
3826         * src/pixmaps/ham_btn.xpm
3827         * src/pixmaps/spam.xpm
3828         * src/pixmaps/spam_btn.xpm
3829         * src/plugins/spamassassin/spamassassin.c
3830                 Add button in toolbar for spam learning
3831                 Fix a few bugs from the last related commit
3832                 Revert 1.9.6cvs23 which messed up shift-selection
3833
3834 2006-02-24 [colin]      2.0.0cvs83
3835
3836         * src/procmsg.c
3837         * src/summaryview.c
3838         * src/summaryview.h
3839         * src/plugins/spamassassin/spamassassin.c
3840         * src/plugins/spamassassin/spamassassin.h
3841         * src/plugins/spamassassin/spamassassin_gtk.c
3842                 Unregister learner when spamassassin is either
3843                 disabled or over tcp
3844
3845 2006-02-24 [colin]      2.0.0cvs82
3846
3847         * src/Makefile.am
3848         * src/mainwindow.c
3849         * src/mainwindow.h
3850         * src/procmsg.c
3851         * src/procmsg.h
3852         * src/stock_pixmap.c
3853         * src/stock_pixmap.h
3854         * src/summaryview.c
3855         * src/summaryview.h
3856         * src/gtk/icon_legend.c
3857         * src/pixmaps/spam.xpm  ** NEW FILE **
3858         * src/plugins/spamassassin/spamassassin.c
3859         * src/plugins/spamassassin/spamassassin_gtk.c
3860                 Add spam learning interface (Mark/Mark as 
3861                 (spam|ham) menus)
3862
3863 2006-02-24 [wwp]        2.0.0cvs81
3864
3865         * src/compose.c
3866         * src/compose.h
3867         * src/filtering.c
3868                 hide compose window when sending message in batch mode
3869                 (filtering: forward and redirect). Also fixed a wrong
3870                 value returned when sending failed, neutral anyway.
3871                 (Colin, me) 
3872
3873 2006-02-24 [wwp]        2.0.0cvs80
3874
3875         * src/mainwindow.c
3876                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3877
3878 2006-02-24 [paul]       2.0.0cvs79
3879
3880         * src/news.c
3881         * src/news.h
3882         * src/news_gtk.c
3883                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3884                 Thanks to Colin
3885
3886 2006-02-23 [colin]      2.0.0cvs78
3887
3888         * src/alertpanel.c
3889                 Change OK to Close in alertpanel with View log
3890                 button; add accel to View log. Patch by Fabien
3891                 Vantard
3892
3893 2006-02-23 [wwp]        2.0.0cvs77
3894
3895         * src/compose.c
3896                 silly me, there were much more tests to perform, since toolbars can
3897                 really have down to 1 element only.
3898
3899 2006-02-23 [wwp]        2.0.0cvs76
3900
3901         * commitHelper
3902                 fixed indentation from my previous commit. Fallback to VISUAL if
3903                 EDITOR is not set (and to vi, at last resort).
3904
3905 2006-02-23 [wwp]        2.0.0cvs75
3906
3907         * commitHelper
3908                 improved error detection (Colin, me).
3909
3910 2006-02-23 [wwp]        2.0.0cvs74
3911
3912         * src/prefs_toolbar.c
3913                 simplify and fix prefs/toolbars layouting. Combos' contents can
3914                 now be really displayed.
3915
3916 2006-02-23 [wwp]        2.0.0cvs73
3917         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3918         be really displayed.
3919
3920 2006-02-22 [wwp]        2.0.0cvs72
3921
3922         * src/compose.c
3923                 fix a typo in my previous commit (sorry!).
3924
3925 2006-02-22 [wwp]        2.0.0cvs71
3926
3927         * src/prefs_toolbar.c
3928                 fix a crash when adding separators to toolbars,
3929                 also fix some separator item information.
3930
3931 2006-02-22 [wwp]        2.0.0cvs70
3932
3933         * src/compose.c
3934                 fix a crash when redirecting (for instance) when compose window's
3935                 toolbar contents has been customized (when some buttons have been
3936                 removed in fact).
3937
3938 2006-02-21 [wwp]        2.0.0cvs69
3939
3940         * src/summaryview.c
3941         * src/gtk/pluginwindow.c
3942         * src/plugins/pgpcore/prefs_gpg.c
3943                 fix some compilation warnings (feat. remains of removed code).
3944
3945 2006-02-21 [wwp]        2.0.0cvs68
3946
3947         * src/gtk/gtkutils.c
3948                 fix two compilation issues, thanks to Stephan Sachse.
3949
3950 2006-02-20 [colin]      2.0.0cvs67
3951
3952         * src/mainwindow.c
3953                 Don't reselect displayed mail on refocus
3954                 This fixes actions misbehaving 
3955
3956 2006-02-20 [wwp]        2.0.0cvs66
3957
3958         * src/summaryview.c
3959         * src/gtk/gtksctree.c
3960         * src/gtk/gtkshruler.c
3961                 changed more runtime typecast checks.
3962
3963 2006-02-20 [wwp]        2.0.0cvs65
3964
3965         * src/summary_search.c
3966                 find all - summaryview refresh issue fixed, thanks to Colin.
3967
3968 2006-02-20 [wwp]        2.0.0cvs64
3969
3970         * src/gtk/gtkutils.c
3971                 better runtime typecast checks.
3972
3973 2006-02-20 [wwp]        2.0.0cvs63
3974
3975         * src/summary_search.c
3976                 enhancements to the summary search:
3977                         - add the ability to stop the running search
3978                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3979                         - don't search if no criteria (From/To/Subject/Body) is set
3980                         - ensure that a busy mouse pointer is always shown when searching,
3981                           show it even a bit earlier
3982
3983 2006-02-19 [colin]      2.0.0cvs62
3984
3985         * src/compose.c
3986         * src/imap.c
3987         * src/etpan/imap-thread.c
3988         * src/etpan/imap-thread.h
3989                 (Future) IMAP speed improvement on sending
3990                 Will require a libetpan update
3991         * src/summaryview.c
3992         * src/gtk/quicksearch.c
3993                 Make quicksearch clearable while running.
3994
3995 2006-02-17 [colin]      2.0.0cvs61
3996
3997         * src/imap.c
3998         * src/etpan/imap-thread.c
3999         * src/etpan/imap-thread.h
4000                 Check for IMAP certificates
4001                 ** Requires libetpan-0.42-cvs4 
4002                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4003
4004 2006-02-17 [colin]      2.0.0cvs60
4005
4006         * src/messageview.c
4007         * src/prefs_common.c
4008         * src/prefs_common.h
4009         * src/prefs_message.c
4010                 Add pref to display HTML-only mails with plugin, 
4011                 if possible (defaulting to FALSE of course).
4012
4013 2006-02-16 [colin]      2.0.0cvs59
4014
4015         * src/main.c
4016         * src/common/plugin.c
4017         * src/common/plugin.h
4018         * src/gtk/pluginwindow.c
4019                 Keep track of requested (but unloaded) plugins
4020                 in some error cases.
4021
4022 2006-02-16 [wwp]        2.0.0cvs58
4023
4024         * src/gtk/gtkaspell.c
4025         * src/gtk/gtkaspell.h
4026         * src/prefs_spelling.c
4027         * src/compose.c
4028         * src/prefs_common.c
4029         * src/prefs_common.h
4030                 implemented new optional spellchecker behaviour: re-check message when
4031                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4032
4033 2006-02-16 [wwp]        2.0.0cvs57
4034
4035         * src/quote_fmt_parse.y
4036                 pclose popen'ed pipe.
4037
4038 2006-02-15 [colin]      2.0.0cvs56
4039
4040         * src/mimeview.c
4041         * src/mimeview.h
4042                 Let MimeViewers know which MimeView they
4043                 depend of.
4044         * src/summaryview.c
4045                 Swap From/To columns in Sent/Queue/Drafts
4046                 folders
4047         * src/etpan/imap-thread.c
4048                 Use mailstream_low_tls_open() for STARTTLS
4049                 instead of mailstream_low_ssl_open()
4050                 ** REQUIRES libetpan 0.42cvs3 **
4051
4052 2006-02-15 [wwp]        2.0.0cvs55
4053
4054         * src/compose.c
4055         * src/compose.h
4056         * src/message_search.c
4057         * src/message_search.h
4058         * src/textview.c
4059         * src/gtk/gtkutils.c
4060         * src/gtk/gtkutils.h
4061                 added the ability to Find text in the compose window (and a bit
4062                 of code factorization).
4063
4064 2006-02-15 [wwp]        2.0.0cvs54
4065
4066         * src/prefs_gtk.c
4067                 yet another one file was missing (fix for some widgets' sensitivity).
4068                 Thanks Colin!
4069
4070 2006-02-15 [wwp]        2.0.0cvs53
4071
4072         * src/prefs_gtk.h
4073                 oops forgot that file (fix for some widgets' sensitivity).
4074
4075 2006-02-15 [wwp]        2.0.0cvs52
4076
4077         * src/summary_search.c
4078                 implemented advanced summary search options (added the ability
4079                 to use matcher conditions in an advanced search mode).
4080
4081 2006-02-15 [wwp]        2.0.0cvs51
4082
4083         * src/plugins/pgpcore/prefs_gpg.c
4084         * src/prefs_account.c
4085                 fix some widget sensitivity, mostly around some labels in
4086                 account prefs.
4087
4088 2006-02-15 [paul]       2.0.0cvs50
4089
4090         * manual/advanced.xml
4091                 improve Templates info
4092                 written by wwp
4093
4094 2006-02-14 [colin]      2.0.0cvs49
4095
4096         * src/pixmaps/address_book.xpm
4097         * src/pixmaps/preferences.xpm
4098         * src/pixmaps/properties.xpm
4099                 Fix pixmap size - patch by Fabien Vantard
4100
4101 2006-02-13 [colin]      2.0.0cvs48
4102
4103         * src/procmime.c
4104                 Add missing fclose()s on error
4105         * src/textview.c
4106                 Remove unused code
4107         * src/common/utils.c
4108                 Fix temp files not being deleted on windows
4109         Patches by Thomas Gilgin
4110
4111 2006-02-13 [colin]      2.0.0cvs47
4112
4113         * src/mainwindow.c
4114                 Fix exit crash
4115
4116 2006-02-13 [wwp]        2.0.0cvs46
4117
4118         * src/plugins/pgpcore/prefs_gpg.c
4119                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4120
4121 2006-02-12 [colin]      2.0.0cvs45
4122
4123         * src/folderview.c
4124         * src/main.c
4125         * src/mainwindow.c
4126                 Fix "stuff" when quitting
4127
4128 2006-02-12 [wwp]        2.0.0cvs44
4129
4130         * src/prefs_themes.c
4131                 fix typos in debug messages.
4132
4133 2006-02-11 [colin]      2.0.0cvs43
4134
4135         * src/summaryview.c
4136                 don't allow drag/drop from ourself
4137
4138 2006-02-10 [wwp]        2.0.0cvs42
4139
4140         * src/exporthtml.c
4141         * src/html.c
4142         * src/html.h
4143         * src/procmime.c
4144         * src/textview.c
4145                 renamed html_ prefixed functions and data structures to avoid
4146                 namespace clashes w/ other software (gtkhtml2 for instance).
4147                 Closes bug #907.
4148
4149
4150 2006-02-09 [colin]      2.0.0cvs41
4151
4152         * src/summaryview.c
4153                 Fix shitty logic messed up. Thanks Ticho for the hint!
4154
4155 2006-02-09 [wwp]        2.0.0cvs40
4156
4157         * src/gtk/about.c
4158         * src/compose.c
4159         * src/prefs_account.c
4160         * src/prefs_gtk.h
4161         * src/editaddress.c
4162                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4163                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4164                 Browse buttons in accounts prefs.
4165
4166 2006-02-09 [colin]      2.0.0cvs39
4167
4168         * src/matcher.c
4169                 Check for pointer before using its members
4170         * src/gtk/gtksourceprintjob.c
4171                 Fix a wrong warning
4172
4173 2006-02-09 [wwp]        2.0.0cvs38
4174
4175         * src/gtk/filesel.c
4176                 fix few compiler warnings (type mismatch).
4177
4178 2006-02-09 [paul]       2.0.0cvs37
4179
4180         * po/fr.po
4181                 updated by Fabien Vantard
4182
4183 2006-02-08 [colin]      2.0.0cvs36
4184
4185         * src/prefs_common.c
4186         * src/common/defs.h
4187         * src/common/plugin.c
4188                 allow windows and linux configurations to coexist
4189                 patch by Thomas Gilgin
4190
4191 2006-02-08 [colin]      2.0.0cvs35
4192
4193         * src/filtering.c
4194         * src/matcher.c
4195         * src/matcher.h
4196         * src/matcher_parser_parse.y
4197         * src/prefs_filtering_action.c
4198         * src/prefs_matcher.c
4199                 Add the "Ignore thread" filtering
4200                 action
4201
4202 2006-02-08 [colin]      2.0.0cvs34
4203
4204         * src/compose.c
4205         * src/procmime.c
4206         * src/procmime.h
4207                 Fix bug #905 (damaged attachment)
4208                 text files with raw \0's aren't really text files
4209         FOR_STABLE
4210
4211 2006-02-08 [colin]      2.0.0cvs33
4212
4213         * src/summaryview.c
4214                 Fix crasher introduced yesterday
4215
4216 2006-02-08 [wwp]        2.0.0cvs32
4217
4218         * src/compose.c
4219         * src/compose.h
4220                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4221
4222 2006-02-08 [wwp]        2.0.0cvs31
4223
4224         * src/prefs_template.c
4225                 templates enhancement: allow address completion for Cc and Bcc fields
4226                 (it was currently possible for the To field only)
4227
4228 2006-02-08 [colin]      2.0.0cvs30
4229
4230         * src/compose.c
4231                 Don't unblock if not blocked
4232         FOR_STABLE
4233
4234 2006-02-07 [colin]      2.0.0cvs29
4235
4236         * src/action.c
4237                 Forgot to refresh summaryview
4238
4239 2006-02-07 [colin]      2.0.0cvs28
4240
4241         * src/action.c
4242                 Freeze/thaw message list and folder list while
4243                 processing %as{} actions 
4244         * src/compose.c
4245                 Fix auto-wrap disabling after a middle-click
4246                 paste - FOR_STABLE
4247
4248 2006-02-07 [paul]       2.0.0cvs27
4249
4250         * src/folder.c
4251                 fix freeing of uninitialised pointers
4252                 Thanks to Colin
4253
4254 2006-02-06 [colin]      2.0.0cvs26
4255
4256         * src/folder.c
4257                 Use g_slist_prepend in potentially big list
4258
4259 2006-02-06 [colin]      2.0.0cvs25
4260
4261         * src/folder.c
4262                 Completely skip processing if it doesn't 
4263                 exist (faster!)
4264
4265 2006-02-06 [colin]      2.0.0cvs24
4266
4267         * src/folder.c
4268         * src/summaryview.c
4269                 Batch filtering in summaryview (from Tools menu)
4270                 and pre/post//-processing too
4271
4272 2006-02-06 [colin]      2.0.0cvs23
4273
4274         * src/procmsg.h
4275         * src/filtering.c
4276                 Use a special field for batch filtering instead
4277                 of stepping on deferred execution's toes
4278
4279 2006-02-06 [colin]      2.0.0cvs22
4280
4281         * src/action.c
4282         * src/filtering.c
4283         * src/filtering.h
4284         * src/folder.c
4285         * src/summaryview.c
4286                 Fix filtering via menus and actions
4287
4288 2006-02-06 [colin]      2.0.0cvs21
4289
4290         * src/imap.c
4291                 Put the added file directly to cache if possible (will work
4292                 with next libetpan)
4293         * src/filtering.c
4294         * src/filtering.h
4295         * src/inc.c
4296         * src/folder.c
4297         * src/mbox.c
4298         * src/procmsg.h
4299                 Move and copy filtered messages by batches instead of one
4300                 by one - faster on IMAP
4301         * src/procmsg.c
4302                 Add a function that'll possibly be useful later
4303
4304 2006-02-06 [colin]      2.0.0cvs20
4305
4306         * src/addressbook.c
4307                 Use internal mime-type instead of text/plain for d'n'd
4308         * src/compose.c
4309                 Allow attaching files from mimeview's icon list via d'n'd
4310         * src/folderview.c
4311         * src/folderview.h
4312                 Use internal mime-type instead of text/plain for d'n'd
4313                 Don't try to selected opened folder if none is
4314                 Factorize d'n'd from other apps code
4315         * src/headerview.c
4316         * src/textview.c
4317         * src/gtk/gtkutils.c
4318         * src/gtk/gtkutils.h
4319                 Factorize Face/X-Face stuff
4320         * src/mimeview.c
4321                 Fix d'n'd to other apps
4322         * src/prefs_message.c
4323                 Let the XFace pref be usable without libcompface as it also
4324                 applies to Face
4325         * src/summaryview.c
4326                 Fix d'n'd to other apps
4327                 Factorize d'n'd from other apps code
4328
4329 2006-02-06 [wwp]        2.0.0cvs19
4330
4331         * po/it.po
4332                 Italian translation fixes by Andrea Spadaccini (no more confusion
4333                 between filtering and processing, and few changes in the About
4334                 dialog).
4335
4336
4337 2006-02-06 [mones]      2.0.0cvs18
4338
4339         * src/gtk/icon_legend.c
4340                 Improved descriptions allowing better translations
4341
4342 2006-02-05 [colin]      2.0.0cvs17
4343
4344         * src/imap.c
4345                 Add the f*cking missing expunge that caused imap_fetch_env
4346                 to fail after an add_msgs ! :-///
4347         * src/etpan/imap-thread.c
4348                 Add a bit of debug
4349         FOR_STABLE
4350
4351 2006-02-05 [colin]      2.0.0cvs16
4352
4353         * src/common/utils.c
4354                 Don't check for return-path (or we can't put
4355                 back non-sent mails)
4356
4357 2006-02-05 [colin]      2.0.0cvs15
4358
4359         * src/textview.c
4360                 Don't try to display Face header in textview
4361                 when teh headerview's active
4362
4363 2006-02-05 [colin]      2.0.0cvs14
4364
4365         * tools/tbird2syl.py
4366         * tools/Makefile.am
4367                 Add script to import Thunderbird mails
4368
4369 2006-02-05 [colin]      2.0.0cvs13
4370
4371         * src/headerview.c
4372         * src/procheader.c
4373         * src/procmsg.c
4374         * src/procmsg.h
4375         * src/textview.c
4376                 Show Face headers - patch partially by Klaus Flittner
4377
4378 2006-02-05 [colin]      2.0.0cvs12
4379
4380         * src/folderview.c
4381         * src/summaryview.c
4382         * src/common/utils.c
4383         * src/common/utils.h
4384                 Let dnd work from mime icons to summaryview
4385                 and to folderview too
4386                 Add a crude test to avoid trying to add files
4387                 drag'n'dropped when they're not mails
4388
4389 2006-02-04 [colin]      2.0.0cvs11
4390
4391         * src/summaryview.c
4392         * src/mimeview.c
4393                 Fix utf8 conversion
4394
4395 2006-02-04 [colin]      2.0.0cvs10
4396
4397         * src/compose.c
4398         * src/folderview.c
4399         * src/mimeview.c
4400         * src/summaryview.c
4401         * src/summaryview.h
4402                 Added various drag and drop capas:
4403                 From                    To
4404                 summaryview             other apps
4405                 mimeview icons          other apps
4406                 other apps              summaryview
4407                 other apps              folderview
4408
4409                 This shouldn't have broken the existing:
4410                 From                    To
4411                 summaryview             folderview
4412                 folderview              folderview
4413                 summaryview             compose's attachments
4414
4415         Tests welcomed.
4416
4417 2006-02-02 [paul]       2.0.0cvs9
4418
4419         * src/mainwindow.c
4420                 move global option 'Set displayed columns...' out
4421                 of folder option grouping.
4422                 fix sensitivity of 'harvest addresses'
4423         FOR_STABLE
4424
4425 2006-02-01 [colin]      2.0.0cvs8
4426
4427         * src/mimeview.c
4428                 Revert the alertpanel patch, it sucks (intrusive
4429                 and gets in the way of "open")
4430
4431 2006-02-01 [colin]      2.0.0cvs7
4432
4433         * src/compose.c
4434         * src/prefs_account.c
4435         * src/prefs_common.c
4436         * src/common/defs.h
4437         * src/common/utils.c
4438         * src/common/utils.h
4439                 Add ability to edit the signature file
4440                 from the account preferences, and use
4441                 a default for the text editor.
4442                 Patch by Fabien Vantard
4443
4444 2006-02-01 [colin]      2.0.0cvs6
4445
4446         * src/mimeview.c
4447                 Try to get mime type by extension if it is
4448                 application/octet-stream
4449                 Display a window with possible choices when
4450                 encountering unknown mime types
4451         * src/gtk/filesel.c
4452         * src/gtk/filesel.h
4453                 Add preview
4454                 Allow multiple selection in filtered filesel
4455                 (patch by Fabien Vantard)
4456         * src/gtk/pluginwindow.c
4457                 Use it (patch by Fabien Vantard)
4458
4459 2006-02-01 [paul]       2.0.0cvs5
4460
4461         * src/jpilot.c
4462                 fix crash on creating jpilot address book
4463                 Thanks to Colin - FOR_STABLE
4464         * src/prefs_summaries.c
4465         * src/prefs_wrapping.c
4466         * src/gtk/icon_legend.c
4467         * src/gtk/quicksearch.c
4468                 string fixes and additions
4469
4470 2006-02-01 [paul]       2.0.0cvs4
4471
4472         * src/compose.c
4473         * src/mainwindow.c
4474         * src/messageview.c
4475         * src/prefs_send.c
4476                 add Arabic encoding option
4477                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4478
4479 2006-01-31 [colin]      2.0.0cvs3
4480
4481         * src/plugins/pgpcore/passphrase.c
4482                 Convert passphrase to locale encoding
4483         * src/compose.c
4484                 Fix drafting on IMAP. Crappy bug sneaked in
4485                 the release :-/
4486         FOR_STABLE
4487
4488 2006-01-30 [paul]       2.0.0cvs2
4489
4490         * src/gtk/icon_legend.c
4491                 show the new entries
4492
4493 2006-01-30 [colin]      2.0.0cvs1
4494
4495         * src/manual.c
4496                 Check for the file to be present before 
4497                 enabling the menu - FOR_STABLE
4498         * src/gtk/icon_legend.c
4499                 Add folders icons (not all of them, there
4500                 are too much, but the most intriguing ones)
4501
4502 2006-01-30 [paul]       2.0.0
4503
4504         version 2.0.0 released
4505
4506 2006-01-30 [paul]       1.9.100cvs200
4507
4508         * manual/faq.xml
4509         * manual/gpl.xml
4510         * manual/intro.xml
4511         * manual/starting.xml
4512         * manual/sylpheed-claws-manual.xml
4513                 fixes, additions
4514
4515 2006-01-29 [mones]      1.9.100cvs199
4516
4517         * manual/account.xml
4518         * manual/advanced.xml
4519         * manual/glossary.xml
4520                 Some typos fixed, added LDIF term to glossary
4521         * po/es.po
4522                 Fixed leading plus symbol
4523
4524 2006-01-29 [paul]       1.9.100cvs198
4525
4526         * po/fi.po
4527         * po/sk.po
4528                 updated by Tommi Pirinen and Andrej Kacian
4529
4530 2006-01-29 [paul]       1.9.100cvs197
4531
4532         * src/gtk/authors.h
4533                 remove duplicates
4534
4535 2006-01-29 [paul]       1.9.100cvs196
4536
4537         * AUTHORS
4538         * po/nl.po
4539         * src/gtk/authors.h
4540         * tools/claws.i18n.status.pl
4541                 nl translation updated by Tim Dijkstra
4542
4543 2006-01-29 [paul]       1.9.100cvs195
4544
4545         * po/sr.po
4546         * po/sv.po
4547                 updated by Aleksandar Urosevic and Anders Troback
4548
4549 2006-01-28 [colin]      1.9.100cvs194
4550
4551         * src/gtk/gtksourceprintjob.c
4552                 Don't fiddle with PangoLayout when we
4553                 have an image
4554
4555 2006-01-28 [paul]       1.9.100cvs193
4556
4557         * AUTHORS
4558         * po/el.po
4559         * po/zh_CN.po
4560         * src/gtk/authors.h
4561         * tools/claws.i18n.status.pl
4562                 updated translations submitted by Stavros Giannouris
4563                 and Ralgh Young
4564
4565 2006-01-27 [colin]      1.9.100cvs192
4566
4567         * src/summaryview.c
4568         * src/gtk/gtksourceprintjob.c
4569                 Add image printing 
4570                 (libgnomeprint only, of course)
4571
4572 2006-01-27 [paul]       1.9.100cvs191
4573
4574         * po/fr.po
4575         * po/it.po
4576                 updated by Fabien Vantard and Andrea Spadaccini
4577
4578 2006-01-26 [colin]      1.9.100cvs190
4579
4580         * manual/Makefile.am
4581         * configure.ac
4582                 Make building the manual optional 
4583                 (--disable-manual)
4584
4585 2006-01-26 [paul]       1.9.100cvs189
4586
4587         * manual/glossary.xml
4588         * manual/plugins.xml
4589                 edited
4590         * po/en_GB.po
4591                 updated
4592
4593 2006-01-26 [paul]       1.9.100cvs188
4594
4595         * src/prefs_display_header.c
4596         * src/prefs_folder_column.c
4597         * src/prefs_msg_colors.c
4598         * src/prefs_summaries.c
4599         * src/prefs_summary_column.c
4600                 HIGify
4601
4602 2006-01-25 [colin]      1.9.100cvs187
4603
4604         * src/imap.c
4605                 Don't allow moving/copying mails between
4606                 queue/drafts and non-queue/drafts folders
4607                 Fixes bug #897 (message header is resetted 
4608                 if one is copied to Drafts)
4609
4610 2006-01-25 [colin]      1.9.100cvs186
4611
4612         * src/folder.c
4613         * src/mainwindow.c
4614                 Fix subscribed folders not found
4615         * src/compose.c
4616                 Don't try to encode as original mail's charset
4617                 if it's ascii 
4618
4619 2006-01-25 [paul]       1.9.100cvs185
4620
4621         * AUTHORS
4622         * po/Makevars
4623                 updated
4624         * po/de.po
4625         * po/pl.po
4626         * po/pt_BR.po
4627         * po/sr.po
4628                 updates submitted by Stephan Sachse, Emilian Nowak
4629                 and Quar, Frederico Goncalves Guimaraes, and
4630                 Aleksandar Urosevic
4631                 Fix Bug 896, 'PT_BR locale broken'.
4632         * src/gtk/authors.h
4633                 updated
4634
4635 2006-01-24 [mones]      1.9.100cvs184
4636
4637         * manual/glossary.xml
4638                 All current terms finished. Reviewers welcome ;-)
4639         * manual/keyboard.xml
4640                 Fixed column width for pdf output.
4641         * po/es.po
4642                 Updated
4643
4644 2006-01-24 [paul]       1.9.100cvs183
4645
4646         * manual/glossary.xml
4647                 fix id name
4648         * manual/dist/html/Makefile.am
4649         * manual/dist/pdf/Makefile.am
4650         * manual/dist/ps/Makefile.am
4651         * manual/dist/txt/Makefile.am
4652                 fix make deps
4653                 Thanks to Colin
4654
4655 2006-01-24 [mones]      1.9.100cvs182
4656
4657         * manual/glossary.xml
4658                 Nearly finished, some terms missing.
4659
4660 2006-01-23 [paul]       1.9.100cvs181
4661
4662         * manual/dist/html/Makefile.am
4663         * manual/dist/pdf/Makefile.am
4664         * manual/dist/ps/Makefile.am
4665         * manual/dist/txt/Makefile.am
4666         * src/mainwindow.c
4667                 re-enable manual
4668                 Thanks to Colin
4669
4670 2006-01-22 [colin]      1.9.100cvs180
4671
4672         * src/compose.c
4673         * src/gtk/gtkaspell.c
4674                 Don't deselect stuff before right-clicking, with aspell.
4675                 (This prevented right-click Copy, for example).
4676                 Thanks to Clo!
4677
4678 2006-01-22 [paul]       1.9.100cvs179
4679
4680         * src/summary_search.c
4681                 don't fix the widget size as it causes problems
4682                 under localisation.
4683                 Thanks to Emilian Nowak
4684
4685 2006-01-21 [paul]       1.9.100cvs178
4686
4687         * src/prefs_themes.c
4688                 fix broken underlining of label text
4689                 with some translations
4690
4691 2006-01-21 [colin]      1.9.100cvs177
4692
4693         * po/fr.po
4694                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4695
4696 2006-01-20 [colin]      1.9.100cvs176
4697
4698         * configure.ac
4699         * Makefile.am
4700         * manual/Makefile
4701         * manual/dist/html/.cvsignore
4702         * manual/dist/html/Makefile.am
4703         * manual/dist/pdf/.cvsignore
4704         * manual/dist/pdf/Makefile.am
4705         * manual/dist/ps/.cvsignore
4706         * manual/dist/ps/Makefile.am
4707         * manual/dist/txt/.cvsignore
4708         * manual/dist/txt/Makefile.am
4709                 Autotool-ize manual
4710
4711 2006-01-20 [paul]       1.9.100cvs175
4712
4713         * manual/handling.xml
4714                 make Filtering and Searching entries easier to find
4715         * manual/keyboard.xml
4716                 add the remaining default keybinds
4717         * src/prefs_summaries.c
4718                 update the default keybinds
4719
4720 2006-01-20 [paul]       1.9.100cvs174
4721
4722         * src/addressbook.c
4723         * src/addrgather.c
4724         * src/addrharvest.c
4725         * src/editaddress.c
4726         * src/editgroup.c
4727         * src/exphtmldlg.c
4728         * src/expldifdlg.c
4729         * src/exporthtml.c
4730         * src/exportldif.c
4731         * src/ldif.c
4732                 replace 'e-mail' with 'email'
4733         * src/summary_search.c
4734                 add mnemonic to "Find all" button
4735
4736 2006-01-20 [wwp]        1.9.100cvs173
4737
4738         * src/export.c
4739         * src/import.c
4740                 touched mbox import/export buttons for HIG-compliance
4741
4742 2006-01-19 [paul]       1.9.100cvs172
4743
4744         * manual/account.xml
4745         * manual/addrbook.xml
4746         * manual/advanced.xml
4747         * manual/faq.xml
4748         * manual/handling.xml
4749         * manual/intro.xml
4750         * manual/plugins.xml
4751         * manual/starting.xml
4752                 more editing
4753
4754 2006-01-19 [paul]       1.9.100cvs171
4755
4756         * src/toolbar.c
4757                 allow use of trash button while receiving
4758                 Thanks to Colin
4759
4760 2006-01-19 [wwp]        1.9.100cvs170
4761
4762         * src/gtk/quicksearch.c
4763         * src/compose.c
4764                 force text color to black when yellow background is set
4765
4766 2006-01-19 [colin]      1.9.100cvs169
4767
4768         * src/plugins/trayicon/trayicon.c
4769                 Gray out Get Mail when already getting mail
4770
4771 2006-01-18 [paul]       1.9.100cvs168
4772
4773         * src/compose.c
4774                 give widget yellow background was To is
4775                 set via folder prefs
4776         * src/gtk/quicksearch.c
4777                 give widget yellow background when quick
4778                 search is active.
4779                 Thanks to Colin
4780
4781 2006-01-18 [paul]       1.9.100cvs167
4782
4783         * doc/man/sylpheed-claws.1
4784                 add --subscribe option
4785
4786 2006-01-18 [paul]       1.9.100cvs166
4787
4788         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4789         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4790                 use %U instead of %F (%F is broken for user installed
4791                 files in kde 3.5)
4792
4793 2006-01-18 [colin]      1.9.100cvs165
4794
4795         * src/summaryview.c
4796                 Default to Yes in "No more * messages" dialogs
4797
4798 2006-01-17 [colin]      1.9.100cvs164
4799
4800         * src/compose.c
4801                 Possibly fix an invalid iterator causing
4802                 crash
4803
4804 2006-01-17 [colin]      1.9.100cvs163
4805
4806         * src/mimeview.c
4807                 Fix crash when the image disappears under the
4808                 image viewer
4809
4810 2006-01-16 [colin]      1.9.100cvs162
4811
4812         * src/compose.c
4813                 Fix reenabling autowrap
4814
4815 2006-01-16 [colin]      1.9.100cvs161
4816
4817         * src/compose.c
4818                 reset quote_len before getting quote_str
4819
4820 2006-01-16 [colin]      1.9.100cvs160
4821
4822         * src/account.c
4823         * src/account.h
4824         * src/folder.c
4825         * src/imap_gtk.c
4826         * src/mh_gtk.c
4827                 Fix bug #883 (default inbox does not track folder move)
4828
4829 2006-01-16 [colin]      1.9.100cvs159
4830
4831         * src/compose.c
4832         * src/plugins/pgpcore/passphrase.c
4833                 More buttons fixes
4834
4835 2006-01-16 [paul]       1.9.100cvs158
4836
4837         * src/prefs_actions.c
4838         * src/prefs_filtering_action.c
4839         * src/prefs_matcher.c
4840         * src/quote_fmt.c
4841         * src/gtk/description_window.c
4842         * src/gtk/description_window.h
4843         * src/gtk/quicksearch.c
4844                 description window cleanups
4845
4846 2006-01-15 [colin]      1.9.100cvs157
4847
4848         * src/addressbook.c
4849         * src/prefs_filtering.c
4850                 Same here
4851
4852 2006-01-15 [colin]      1.9.100cvs156
4853
4854         * src/folderview.c
4855         * src/mainwindow.c
4856                 Same for "Empty trash"
4857
4858 2006-01-15 [colin]      1.9.100cvs155
4859
4860         * src/inc.c
4861                 Override offline dialog had Yes by default
4862
4863 2006-01-15 [colin]      1.9.100cvs154
4864
4865         * src/summaryview.c
4866                 Delete selected messages? previously had Yes the default
4867
4868 2006-01-15 [colin]      1.9.100cvs153
4869
4870         * src/folder.c
4871         * src/folder.h
4872         * src/main.c
4873                 Check if a mailbox is loaded after all
4874                 plugins are loaded.
4875
4876 2006-01-15 [colin]      1.9.100cvs152
4877
4878         * src/folder.c
4879                 Don't start wizard when there are unloaded folders (will help
4880                 people with only mbox or maildir mailboxes)
4881
4882 2006-01-14 [colin]      1.9.100cvs151
4883
4884         * src/addressbook.c
4885         * src/expldifdlg.c
4886         * src/importldif.c
4887         * src/importmutt.c
4888         * src/importpine.c
4889         * src/mh_gtk.c
4890                 More HIG compliance and fixes
4891
4892 2006-01-14 [colin]      1.9.100cvs150
4893
4894         * src/prefs_filtering_action.c
4895         * src/foldersel.c
4896                 Two forgotten button order changes
4897
4898 2006-01-14 [colin]      1.9.100cvs149
4899
4900         * src/account.c
4901         * src/addressbook.c
4902         * src/compose.c
4903         * src/folderview.c
4904         * src/imap_gtk.c
4905         * src/mainwindow.c
4906         * src/mh_gtk.c
4907         * src/news_gtk.c
4908         * src/prefs_actions.c
4909         * src/prefs_customheader.c
4910         * src/prefs_filtering.c
4911         * src/prefs_matcher.c
4912         * src/prefs_template.c
4913         * src/ssl_manager.c
4914         * src/summaryview.c
4915         * src/textview.c
4916         * src/toolbar.c
4917                 All deletion confirmations are now "Cancel, Delete" 
4918                 instead of "No, Yes"
4919                 Clarified most of the other "No, Yes" to 
4920                 "Cancel, Descriptive_action"
4921                 Rechanged the "Entry not saved" alerts to have 
4922                 "Close, Continue editing"
4923
4924
4925 2006-01-14 [paul]
4926
4927         * 2.0.0-rc4 released
4928
4929 2006-01-14 [paul]       1.9.100cvs148
4930
4931         * src/account.c
4932         * src/addressadd.c
4933         * src/addressbook.c
4934         * src/compose.c
4935         * src/editaddress.c
4936         * src/editbook.c
4937         * src/editgroup.c
4938         * src/editjpilot.c
4939         * src/editldap.c
4940         * src/editvcard.c
4941         * src/exphtmldlg.c
4942         * src/expldifdlg.c
4943         * src/folderview.c
4944         * src/grouplistdialog.c
4945         * src/imap_gtk.c
4946         * src/importmutt.c
4947         * src/importpine.c
4948         * src/inc.c
4949         * src/main.c
4950         * src/mainwindow.c
4951         * src/message_search.c
4952         * src/messageview.c
4953         * src/mh_gtk.c
4954         * src/mimeview.c
4955         * src/news_gtk.c
4956         * src/prefs_actions.c
4957         * src/prefs_customheader.c
4958         * src/prefs_filtering.c
4959         * src/prefs_matcher.c
4960         * src/prefs_template.c
4961         * src/prefs_themes.c
4962         * src/ssl_manager.c
4963         * src/summary_search.c
4964         * src/summaryview.c
4965         * src/textview.c
4966         * src/toolbar.c
4967         * src/gtk/foldersort.c
4968         * src/gtk/gtkaspell.c
4969         * src/gtk/inputdialog.c
4970         * src/gtk/prefswindow.c
4971         * src/plugins/pgpcore/select-keys.c
4972         * src/plugins/trayicon/trayicon.c
4973                 HIG compliant button order
4974
4975 2006-01-14 [mones]      1.9.100cvs147
4976
4977         * po/es.po
4978                 Updated translation
4979
4980 2006-01-13 [paul]       1.9.100cvs146
4981
4982         * AUTHORS
4983         * ChangeLog
4984         * src/gtk/authors.h
4985                 add Joshua M. Kwan to contributors list
4986
4987 2006-01-13 [colin]      1.9.100cvs145
4988
4989         * src/gtk/quicksearch.c
4990                 Don't refocus quick search after executing (Esc or Enter)
4991                 Allows to '/'search something then move up/down in 
4992                 summaryview, and to Esc a search and be back in the 
4993                 summaryview
4994
4995 2006-01-13 [paul]       1.9.100cvs144
4996
4997         * src/plugins/pgpinline/pgpinline.c
4998                 support Content-Type 'application/pgp'
4999                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5000
5001 2006-01-13 [paul]       1.9.100cvs143
5002
5003         * manual/account.xml
5004                 make mention of partial retrieval
5005                 thanks to Colin
5006
5007 2006-01-13 [paul]       1.9.100cvs142
5008
5009         * src/account.c
5010         * src/account.h
5011         * src/action.c
5012         * src/action.h
5013         * src/adbookbase.h
5014         * src/addr_compl.c
5015         * src/addr_compl.h
5016         * src/addrbook.c
5017         * src/addrcache.c
5018         * src/addrcache.h
5019         * src/addrcindex.c
5020         * src/addrcindex.h
5021         * src/addrclip.c
5022         * src/addrclip.h
5023         * src/addrdefs.h
5024         * src/addressadd.c
5025         * src/addressadd.h
5026         * src/addressbook.c
5027         * src/addressbook.h
5028         * src/addrgather.c
5029         * src/addrgather.h
5030         * src/addrharvest.c
5031         * src/addrharvest.h
5032         * src/addrindex.c
5033         * src/addrindex.h
5034         * src/addritem.c
5035         * src/addritem.h
5036         * src/addrquery.c
5037         * src/addrquery.h
5038         * src/addrselect.c
5039         * src/addrselect.h
5040         * src/alertpanel.c
5041         * src/alertpanel.h
5042         * src/browseldap.c
5043         * src/browseldap.h
5044         * src/codeconv.c
5045         * src/codeconv.h
5046         * src/compose.c
5047         * src/compose.h
5048         * src/customheader.c
5049         * src/customheader.h
5050         * src/displayheader.c
5051         * src/displayheader.h
5052         * src/editaddress.c
5053         * src/editaddress.h
5054         * src/editbook.c
5055         * src/editbook.h
5056         * src/editgroup.c
5057         * src/editgroup.h
5058         * src/editjpilot.c
5059         * src/editjpilot.h
5060         * src/editldap.c
5061         * src/editldap.h
5062         * src/editldap_basedn.c
5063         * src/editldap_basedn.h
5064         * src/editvcard.c
5065         * src/editvcard.h
5066         * src/exphtmldlg.c
5067         * src/exphtmldlg.h
5068         * src/expldifdlg.c
5069         * src/expldifdlg.h
5070         * src/export.h
5071         * src/exporthtml.c
5072         * src/exporthtml.h
5073         * src/exportldif.c
5074         * src/exportldif.h
5075         * src/filtering.c
5076         * src/filtering.h
5077         * src/folder.c
5078         * src/folder.h
5079         * src/folder_item_prefs.c
5080         * src/folder_item_prefs.h
5081         * src/foldersel.c
5082         * src/foldersel.h
5083         * src/folderutils.c
5084         * src/folderutils.h
5085         * src/folderview.c
5086         * src/folderview.h
5087         * src/grouplistdialog.c
5088         * src/grouplistdialog.h
5089         * src/headerview.c
5090         * src/html.c
5091         * src/html.h
5092         * src/image_viewer.c
5093         * src/image_viewer.h
5094         * src/imap.c
5095         * src/imap.h
5096         * src/imap_gtk.c
5097         * src/imap_gtk.h
5098         * src/import.h
5099         * src/importldif.c
5100         * src/importldif.h
5101         * src/importmutt.c
5102         * src/importmutt.h
5103         * src/importpine.c
5104         * src/importpine.h
5105         * src/inc.c
5106         * src/inc.h
5107         * src/jpilot.c
5108         * src/jpilot.h
5109         * src/ldapctrl.c
5110         * src/ldapctrl.h
5111         * src/ldaplocate.c
5112         * src/ldaplocate.h
5113         * src/ldapquery.c
5114         * src/ldapquery.h
5115         * src/ldapserver.c
5116         * src/ldapserver.h
5117         * src/ldaputil.c
5118         * src/ldaputil.h
5119         * src/ldif.c
5120         * src/ldif.h
5121         * src/main.c
5122         * src/main.h
5123         * src/mainwindow.c
5124         * src/mainwindow.h
5125         * src/manual.c
5126         * src/manual.h
5127         * src/mbox.c
5128         * src/mbox.h
5129         * src/message_search.c
5130         * src/message_search.h
5131         * src/messageview.c
5132         * src/messageview.h
5133         * src/mh.c
5134         * src/mh.h
5135         * src/mh_gtk.c
5136         * src/mh_gtk.h
5137         * src/mimeview.c
5138         * src/mimeview.h
5139         * src/msgcache.c
5140         * src/msgcache.h
5141         * src/mutt.c
5142         * src/mutt.h
5143         * src/news.c
5144         * src/news.h
5145         * src/news_gtk.c
5146         * src/news_gtk.h
5147         * src/partial_download.c
5148         * src/partial_download.h
5149         * src/pine.c
5150         * src/pine.h
5151         * src/pop.c
5152         * src/pop.h
5153         * src/prefs_account.c
5154         * src/prefs_account.h
5155         * src/prefs_actions.c
5156         * src/prefs_actions.h
5157         * src/prefs_common.c
5158         * src/prefs_common.h
5159         * src/prefs_compose_writing.c
5160         * src/prefs_compose_writing.h
5161         * src/prefs_customheader.c
5162         * src/prefs_customheader.h
5163         * src/prefs_display_header.c
5164         * src/prefs_display_header.h
5165         * src/prefs_filtering.c
5166         * src/prefs_filtering.h
5167         * src/prefs_filtering_action.c
5168         * src/prefs_filtering_action.h
5169         * src/prefs_folder_column.c
5170         * src/prefs_folder_column.h
5171         * src/prefs_folder_item.c
5172         * src/prefs_folder_item.h
5173         * src/prefs_fonts.c
5174         * src/prefs_fonts.h
5175         * src/prefs_gtk.c
5176         * src/prefs_gtk.h
5177         * src/prefs_image_viewer.c
5178         * src/prefs_image_viewer.h
5179         * src/prefs_matcher.c
5180         * src/prefs_matcher.h
5181         * src/prefs_message.c
5182         * src/prefs_msg_colors.c
5183         * src/prefs_msg_colors.h
5184         * src/prefs_other.c
5185         * src/prefs_quote.c
5186         * src/prefs_receive.c
5187         * src/prefs_send.c
5188         * src/prefs_spelling.c
5189         * src/prefs_spelling.h
5190         * src/prefs_summaries.c
5191         * src/prefs_summaries.h
5192         * src/prefs_summary_column.c
5193         * src/prefs_summary_column.h
5194         * src/prefs_template.c
5195         * src/prefs_template.h
5196         * src/prefs_themes.c
5197         * src/prefs_themes.h
5198         * src/prefs_toolbar.c
5199         * src/prefs_toolbar.h
5200         * src/prefs_wrapping.c
5201         * src/prefs_wrapping.h
5202         * src/privacy.c
5203         * src/privacy.h
5204         * src/procheader.c
5205         * src/procheader.h
5206         * src/procmime.c
5207         * src/procmime.h
5208         * src/procmsg.c
5209         * src/procmsg.h
5210         * src/quote_fmt.c
5211         * src/quote_fmt_parse.y
5212         * src/recv.c
5213         * src/recv.h
5214         * src/remotefolder.c
5215         * src/remotefolder.h
5216         * src/send_message.c
5217         * src/send_message.h
5218         * src/setup.c
5219         * src/setup.h
5220         * src/sourcewindow.c
5221         * src/sourcewindow.h
5222         * src/ssl_manager.c
5223         * src/ssl_manager.h
5224         * src/statusbar.c
5225         * src/statusbar.h
5226         * src/stock_pixmap.c
5227         * src/stock_pixmap.h
5228         * src/summary_search.c
5229         * src/summary_search.h
5230         * src/summaryview.c
5231         * src/summaryview.h
5232         * src/syldap.c
5233         * src/syldap.h
5234         * src/textview.c
5235         * src/textview.h
5236         * src/toolbar.c
5237         * src/toolbar.h
5238         * src/undo.c
5239         * src/undo.h
5240         * src/unmime.c
5241         * src/unmime.h
5242         * src/vcard.c
5243         * src/vcard.h
5244         * src/wizard.c
5245         * src/wizard.h
5246         * src/common/base64.c
5247         * src/common/base64.h
5248         * src/common/defs.h
5249         * src/common/hooks.c
5250         * src/common/hooks.h
5251         * src/common/log.c
5252         * src/common/log.h
5253         * src/common/mgutils.c
5254         * src/common/mgutils.h
5255         * src/common/nntp.c
5256         * src/common/nntp.h
5257         * src/common/passcrypt.c
5258         * src/common/passcrypt.h.in
5259         * src/common/plugin.c
5260         * src/common/plugin.h
5261         * src/common/prefs.c
5262         * src/common/prefs.h
5263         * src/common/progressindicator.c
5264         * src/common/progressindicator.h
5265         * src/common/quoted-printable.c
5266         * src/common/quoted-printable.h
5267         * src/common/session.c
5268         * src/common/session.h
5269         * src/common/smtp.c
5270         * src/common/smtp.h
5271         * src/common/socket.c
5272         * src/common/socket.h
5273         * src/common/ssl.c
5274         * src/common/ssl.h
5275         * src/common/ssl_certificate.c
5276         * src/common/ssl_certificate.h
5277         * src/common/stringtable.c
5278         * src/common/stringtable.h
5279         * src/common/sylpheed.c
5280         * src/common/sylpheed.h
5281         * src/common/template.c
5282         * src/common/template.h
5283         * src/common/timing.h
5284         * src/common/utils.c
5285         * src/common/utils.h
5286         * src/common/version.h.in
5287         * src/common/xml.c
5288         * src/common/xml.h
5289         * src/common/xmlprops.c
5290         * src/common/xmlprops.h
5291         * src/gtk/colorlabel.c
5292         * src/gtk/colorsel.c
5293         * src/gtk/colorsel.h
5294         * src/gtk/description_window.c
5295         * src/gtk/description_window.h
5296         * src/gtk/filesel.c
5297         * src/gtk/filesel.h
5298         * src/gtk/foldersort.c
5299         * src/gtk/foldersort.h
5300         * src/gtk/gtkutils.c
5301         * src/gtk/gtkutils.h
5302         * src/gtk/inputdialog.c
5303         * src/gtk/inputdialog.h
5304         * src/gtk/logwindow.c
5305         * src/gtk/logwindow.h
5306         * src/gtk/manage_window.c
5307         * src/gtk/manage_window.h
5308         * src/gtk/menu.c
5309         * src/gtk/menu.h
5310         * src/gtk/pluginwindow.c
5311         * src/gtk/pluginwindow.h
5312         * src/gtk/prefswindow.c
5313         * src/gtk/prefswindow.h
5314         * src/gtk/progressdialog.c
5315         * src/gtk/progressdialog.h
5316         * src/gtk/sslcertwindow.c
5317         * src/gtk/sslcertwindow.h
5318         * src/plugins/clamav/clamav_plugin.c
5319         * src/plugins/clamav/clamav_plugin.h
5320         * src/plugins/clamav/clamav_plugin_gtk.c
5321         * src/plugins/demo/demo.c
5322         * src/plugins/dillo_viewer/dillo_prefs.c
5323         * src/plugins/dillo_viewer/dillo_prefs.h
5324         * src/plugins/dillo_viewer/dillo_viewer.c
5325         * src/plugins/pgpcore/passphrase.c
5326         * src/plugins/pgpcore/passphrase.h
5327         * src/plugins/pgpcore/plugin.c
5328         * src/plugins/pgpcore/select-keys.c
5329         * src/plugins/pgpcore/select-keys.h
5330         * src/plugins/pgpcore/sgpgme.c
5331         * src/plugins/pgpcore/sgpgme.h
5332         * src/plugins/pgpinline/pgpinline.c
5333         * src/plugins/pgpinline/pgpinline.h
5334         * src/plugins/pgpinline/plugin.c
5335         * src/plugins/pgpmime/pgpmime.c
5336         * src/plugins/pgpmime/pgpmime.h
5337         * src/plugins/pgpmime/plugin.c
5338         * src/plugins/spamassassin/spamassassin.c
5339         * src/plugins/spamassassin/spamassassin.h
5340         * src/plugins/spamassassin/spamassassin_gtk.c
5341         * src/plugins/trayicon/trayicon.c
5342                 update copyright header
5343
5344 2006-01-13 [paul]       1.9.100cvs141
5345
5346         * src/account.c
5347         * src/export.c
5348         * src/import.c
5349         * src/mainwindow.c
5350         * src/prefs_account.c
5351         * src/prefs_display_header.c
5352         * src/prefs_receive.c
5353         * src/prefs_send.c
5354         * src/prefs_summaries.c
5355         * src/prefs_themes.c
5356         * src/prefs_toolbar.c
5357         * src/gtk/about.c
5358                 various cleanups
5359
5360 2006-01-12 [colin]      1.9.100cvs140
5361
5362         * src/folder.c
5363         * src/folder.h
5364         * src/main.c
5365                 Add --subscribe option
5366                 Let sylpheed-claws email@domain.com equivalent to --compose
5367                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5368
5369 2006-01-12 [paul]       1.9.100cvs139
5370
5371         * src/mainwindow.c
5372                 append 'Change folder order' label with '...'
5373         * src/prefs_actions.c
5374                 allow reordering of actions list by dnd
5375         * src/gtk/foldersort.c
5376                 make the dialog nicer
5377
5378 2006-01-11 [colin]      1.9.100cvs138
5379
5380         * src/compose.c
5381                 Allow templates without text
5382
5383 2006-01-11 [paul]       1.9.100cvs137
5384
5385         * tools/README
5386         * tools/filter_conv_new.pl
5387                 add info to README
5388                 also check .sylpheed for filter.xml
5389                 be a bit informative to the user
5390
5391 2006-01-11 [colin]      1.9.100cvs136
5392
5393         * src/textview.c
5394                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5395
5396 2006-01-10 [paul]       1.9.100cvs135
5397
5398         * tools/Makefile.am
5399         * tools/filter_conv_new.pl
5400                 add script to convert new style Sylpheed
5401                 filter rules (Sylpheed >= 0.9.99) to
5402                 Claws filtering rules
5403
5404 2006-01-10 [colin]      1.9.100cvs134
5405
5406         * src/compose.c
5407                 Fix broken line joins in certain conditions
5408                 (between two quoted lines: <enter><enter><up>
5409                  <type a wrapped sentence><go in the first line>
5410                  <insert more text><watch as line joining failed>)
5411
5412 2006-01-10 [paul]       1.9.100cvs133
5413
5414         * src/compose.c
5415                 don't report success in error dialog
5416                 thanks to Colin
5417         * src/common/utils.c
5418                 include some trailing punctuations as URI
5419                 thanks to Hiro
5420
5421 2006-01-10 [paul]       1.9.100cvs132
5422
5423         * src/mimeview.c
5424                 fix incompatible pointer type
5425                 warning
5426
5427 2006-01-10 [paul]       1.9.100cvs131
5428
5429         * src/compose.c
5430                 change Subject in window title
5431                 instantaneously
5432
5433 2006-01-09 [colin]      1.9.100cvs130
5434
5435         * src/addressbook.c
5436         * src/headerview.c
5437         * src/mainwindow.c
5438         * src/messageview.c
5439         * src/mimeview.c
5440         * src/noticeview.c
5441         * src/summaryview.c
5442                 Fix possible crashes on exit and in addressbook
5443
5444 2006-01-09 [paul]       1.9.100cvs129
5445
5446         * src/prefs_msg_colors.c
5447                 some cleanups that I forgot last time
5448
5449 2006-01-09 [paul]       1.9.100cvs128
5450
5451         * README
5452         * src/folderview.c
5453         * src/prefs_msg_colors.c
5454                 add previously hidden option, color_new, to
5455                 the gui
5456                 move the page to Display/
5457                 rework the gui
5458
5459 2006-01-09 [wwp]        1.9.100cvs127
5460
5461         * src/prefs_themes.c
5462                 made the prefs/display/themes layouts spacing less condensed
5463                 (and so they match other prefs/pages' look).
5464
5465 2006-01-09 [paul]       1.9.100cvs126
5466
5467         * src/compose.c
5468         * src/prefs_common.c
5469         * src/prefs_common.h
5470         * src/prefs_wrapping.c
5471                 remove 'wrap at send' option
5472
5473 2006-01-06 [colin]      1.9.100cvs125
5474
5475         * src/compose.c
5476                 Just make completely sure we don't insert "manual line breaks" 
5477                 when wrapping... 
5478
5479 2006-01-04 [paul]
5480
5481         * 2.0.0-rc3 released
5482
5483 2006-01-04 [paul]       1.9.100cvs124
5484
5485         * src/folderview.c
5486                 fix bug 882, 'quick scroll in folder list
5487                 displays wrong folder contents'
5488
5489 2006-01-04 [paul]       1.9.100cvs123
5490
5491         * src/plugins/pgpmime/pgpmime.c
5492                 better debug information when signing
5493                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5494
5495 2006-01-03 [colin]      1.9.100cvs122
5496
5497         * configure.ac
5498                 We need to recheck for gpgme 1.0.0 after checking
5499                 for 1.1.1, because if 1.1.1 isn't available, 
5500                 GPGME_LIBS and friends are blanked out by the 
5501                 second check.
5502
5503 2006-01-03 [colin]      1.9.100cvs121
5504
5505         * src/common/prefs.c
5506                 Windows unlink-before rename fix
5507         * src/plugins/pgpcore/sgpgme.c
5508                 Add support for PKA info if available
5509                 Both patches by Werner Koch
5510
5511 2006-01-03 [paul]       1.9.100cvs120
5512
5513         * src/messageview.c
5514                 fix bug 884, 'Send receipt' button visible in queue
5515                 Thanks to Colin
5516
5517 2006-01-02 [colin]      1.9.100cvs119
5518
5519         * src/compose.c
5520         * src/imap.c
5521                 Fix autosave on IMAP and more generally try to
5522                 return the correct ID on a newly added IMAP message
5523
5524 2006-01-02 [paul]       1.9.100cvs118
5525
5526         * manual/keyboard.xml
5527                 edited
5528
5529 2006-01-01 [paul]       1.9.100cvs117
5530
5531         * src/gtk/authors.h
5532                 alphabetical order
5533
5534 2005-12-30 [colin]      1.9.100cvs116
5535
5536         * manual/advanced.xml
5537                 Explain Pre/Post-processing differences.
5538
5539 2005-12-30 [colin]      1.9.100cvs115
5540
5541         * src/mh.c
5542                 Implement copy_msgs for a little optimization
5543         * src/imap.c
5544                 Finish yesterday's fix
5545
5546 2005-12-29 [colin]      1.9.100cvs114
5547
5548         * src/imap.c
5549                 Fix occasional failure in fetching a mail over
5550                 IMAP
5551
5552 2005-12-29 [colin]      1.9.100cvs113
5553
5554         * src/compose.c
5555                 Don't remove a draft when sending it, if it is 
5556                 locked.
5557
5558 2005-12-28 [colin]      1.9.100cvs112
5559
5560         * src/summaryview.c
5561                 Fix leak for real
5562
5563 2005-12-28 [wwp]        1.9.100cvs111
5564
5565         * doc/faq/.cvsignore
5566         * doc/faq/de/.cvsignore
5567         * doc/faq/en/.cvsignore
5568         * doc/faq/es/.cvsignore
5569         * doc/faq/fr/.cvsignore
5570         * doc/faq/it/.cvsignore
5571         * doc/manual/.cvsignore
5572         * doc/manual/de/.cvsignore
5573         * doc/manual/en/.cvsignore
5574         * doc/manual/es/.cvsignore
5575         * doc/manual/fr/.cvsignore
5576         * doc/manual/ja/.cvsignore
5577         * src/plugins/mathml_viewer/.cvsignore
5578                 rollback revival of those files (my bad, sorry for the noise).
5579
5580 2005-12-28 [wwp]        1.9.100cvs110
5581
5582         * src/compose.c
5583                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5584
5585 2005-12-28 [wwp]        1.9.100cvs109
5586
5587         * doc/faq/.cvsignore
5588         * doc/faq/de/.cvsignore
5589         * doc/faq/en/.cvsignore
5590         * doc/faq/es/.cvsignore
5591         * doc/faq/fr/.cvsignore
5592         * doc/faq/it/.cvsignore
5593         * doc/manual/.cvsignore
5594         * doc/manual/de/.cvsignore
5595         * doc/manual/en/.cvsignore
5596         * doc/manual/es/.cvsignore
5597         * doc/manual/fr/.cvsignore
5598         * doc/manual/ja/.cvsignore
5599         * src/plugins/mathml_viewer/.cvsignore
5600         * po/.cvsignore
5601                 more files to ignore.
5602
5603 2005-12-24 [colin]      1.9.100cvs108
5604
5605         * AUTHORS
5606         * src/gtk/authors.h
5607                 Update for Werner
5608
5609 2005-12-24 [colin]      1.9.100cvs107
5610
5611         * src/procmsg.c
5612                 Allow NULL src_msginfo in 
5613                 procmsg_msginfo_new_from_mimeinfo
5614
5615 2005-12-23 [paul]       1.9.100cvs106
5616
5617         * src/plugins/pgpinline/mypgpcore.def
5618                 add this forgotten file
5619
5620 2005-12-23 [colin]      1.9.100cvs105
5621
5622         * src/mainwindow.c
5623                 Fix missing break
5624
5625 2005-12-23 [colin]      1.9.100cvs104
5626
5627         * autogen.sh
5628         * src/folder.c
5629         * src/mh.c
5630         * src/common/plugin.c
5631         * src/common/socket.c
5632         * src/common/socket.h
5633         * src/common/utils.c
5634         * src/common/utils.h
5635         * src/gtk/pluginwindow.c
5636         * src/plugins/pgpcore/plugin.def
5637         * src/plugins/pgpcore/sylpheed.def
5638         * src/plugins/pgpinline/Makefile.am
5639         * src/plugins/pgpinline/plugin.def
5640         * src/plugins/pgpinline/sylpheed.def
5641         * src/plugins/pgpmime/plugin.def
5642         * src/plugins/pgpmime/sylpheed.def
5643                 Various w32 fixes by Werner Koch
5644
5645 2005-12-22 [paul]       1.9.100cvs103
5646
5647         * src/wizard.c
5648                 don't offer IMAP as 'server type' if
5649                 libetpan isn't built in
5650
5651 2005-12-22 [paul]       1.9.100cvs102
5652
5653         * AUTHORS
5654         * src/mainwindow.c
5655         * src/mainwindow.h
5656         * src/toolbar.c
5657         * src/gtk/authors.h
5658                 support GTK_TOOLBAR_BOTH_HORIZ (text
5659                 next to icon) Patch by Marien Zwart
5660                 marienz@users.sf.net
5661                 Also reword the text
5662
5663 2005-12-21 [colin]      1.9.100cvs101
5664
5665         * configure.ac
5666                 Fix DATADIRNAME
5667         * COPYING
5668                 Fix missing section and explicit the exception better
5669         * src/compose.c
5670                 Prevent mail from being lost without notice when an
5671                 SMTP error happens on trying to send an unmodified
5672                 drafted mail.
5673         * src/send_message.c
5674         * src/common/smtp.c
5675                 Fix password remembering when wrong, and add return
5676                 value checks where they should have been
5677         * src/plugins/pgpcore/sylpheed.def
5678         * src/plugins/pgpinline/sylpheed.def
5679         * src/plugins/pgpmime/sylpheed.def
5680                 Add a few symbols needed
5681
5682 2005-12-21 [paul]       1.9.100cvs100
5683
5684         * m4/codeset.m4
5685         * m4/glibc21.m4
5686         * m4/intdiv0.m4
5687         * m4/inttypes-pri.m4
5688         * m4/inttypes.m4
5689         * m4/inttypes_h.m4
5690         * m4/isc-posix.m4
5691         * m4/lcmessage.m4
5692         * m4/stdint_h.m4
5693         * m4/uintmax_t.m4
5694                 gettextization
5695                 thanks to Colin
5696
5697 2005-12-21 [paul]       1.9.100cvs99
5698
5699         * po/sv.po
5700                 fixed by Colin
5701
5702 2005-12-20 [paul]       1.9.100cvs98
5703
5704         * po/sv.po
5705                 updated by Anders Trobäck
5706
5707 2005-12-20 [colin]      1.9.100cvs97
5708
5709         * ABOUT-NLS
5710         * Makefile.am
5711         * autogen.sh
5712         * configure.ac
5713         * config/config.rpath
5714         * config/mkinstalldirs
5715         * m4/Makefile.am
5716         * m4/glibc2.m4
5717         * m4/gnupg.m4
5718         * m4/gpgme.m4
5719         * m4/intmax.m4
5720         * m4/longdouble.m4
5721         * m4/longlong.m4
5722         * m4/printf-posix.m4
5723         * m4/signed.m4
5724         * m4/size_max.m4
5725         * m4/ulonglong.m4
5726         * m4/wchar_t.m4
5727         * m4/wint_t.m4
5728         * m4/xsize.m4
5729         * po/Makefile.in.in
5730         * po/Makevars
5731         * po/bg.po
5732         * po/ca.po
5733         * po/cs.po
5734         * po/de.po
5735         * po/el.po
5736         * po/en_GB.po
5737         * po/es.po
5738         * po/fi.po
5739         * po/fr.po
5740         * po/hr.po
5741         * po/hu.po
5742         * po/it.po
5743         * po/ja.po
5744         * po/ko.po
5745         * po/nb.po
5746         * po/nl.po
5747         * po/pl.po
5748         * po/pt_BR.po
5749         * po/ru.po
5750         * po/sk.po
5751         * po/sr.po
5752         * po/stamp-po
5753         * po/sv.po
5754         * po/zh_CN.po
5755         * po/zh_TW.po
5756         * src/Makefile.am
5757         * src/codeconv.c
5758         * src/compose.c
5759         * src/exporthtml.c
5760         * src/exportldif.c
5761         * src/folder.c
5762         * src/main.c
5763         * src/manual.c
5764         * src/mh.c
5765         * src/mimeview.c
5766         * src/send_message.c
5767         * src/common/Makefile.am
5768         * src/common/fnmatch.c
5769         * src/common/fnmatch.h
5770         * src/common/fnmatch_loop.c
5771         * src/common/nntp.c
5772         * src/common/plugin.c
5773         * src/common/smtp.c
5774         * src/common/socket.c
5775         * src/common/string_match.c
5776         * src/common/sylpheed.c
5777         * src/common/utils.c
5778         * src/common/utils.h
5779         * src/common/w32_dirent.c
5780         * src/common/w32_reg.c
5781         * src/common/w32_signal.c
5782         * src/common/w32_stat.c
5783         * src/common/w32_stdio.c
5784         * src/common/w32_stdlib.c
5785         * src/common/w32_string.c
5786         * src/common/w32_time.c
5787         * src/common/w32_unistd.c
5788         * src/common/w32_wait.c
5789         * src/common/w32lib.h
5790         * src/etpan/Makefile.am
5791         * src/gtk/Makefile.am
5792         * src/plugins/clamav/Makefile.am
5793         * src/plugins/demo/Makefile.am
5794         * src/plugins/dillo_viewer/Makefile.am
5795         * src/plugins/pgpcore/Makefile.am
5796         * src/plugins/pgpcore/passphrase.c
5797         * src/plugins/pgpcore/plugin.def
5798         * src/plugins/pgpcore/sgpgme.c
5799         * src/plugins/pgpcore/sylpheed.def
5800         * src/plugins/pgpcore/version.rc
5801         * src/plugins/pgpinline/Makefile.am
5802         * src/plugins/pgpinline/plugin.def
5803         * src/plugins/pgpinline/sylpheed.def
5804         * src/plugins/pgpinline/version.rc
5805         * src/plugins/pgpmime/Makefile.am
5806         * src/plugins/pgpmime/mypgpcore.def
5807         * src/plugins/pgpmime/plugin.def
5808         * src/plugins/pgpmime/sylpheed.def
5809         * src/plugins/pgpmime/version.rc
5810         * src/plugins/spamassassin/Makefile.am
5811                 Very little ;-) patch from Werner Koch, providing
5812                 infrastructure for cross-compiling to Win32
5813
5814 2005-12-20 [paul]       1.9.100cvs96
5815
5816         * src/account.c
5817         * src/account.h
5818         * src/mainwindow.c
5819         * src/mainwindow.h
5820         * src/toolbar.c
5821         * src/toolbar.h
5822                 add a combo to the Get All button, allowing
5823                 quick retrieval from any account
5824                 Patch by Fabien Vantard, slightly modified
5825                 by Colin
5826         * src/gtk/about.c
5827                 i18n fix. Patch by Fabien Vantard
5828
5829 2005-12-19 [colin]      1.9.100cvs95
5830
5831         * src/compose.c
5832         * src/compose.h
5833                 Don't automatically join lines when they've 
5834                 been separated by the user and not automatically
5835
5836 2005-12-19 [paul]       1.9.100cvs94
5837
5838         * src/gtk/pluginwindow.c
5839                 i18n fix.
5840                 Patch by Fabien Vantard
5841
5842 2005-12-15 [paul]       1.9.100cvs93
5843
5844         * src/common/plugin.c
5845         * src/common/plugin.h
5846         * src/gtk/pluginwindow.c
5847         * src/plugins/clamav/clamav_plugin.c
5848         * src/plugins/demo/demo.c
5849         * src/plugins/dillo_viewer/dillo_viewer.c
5850         * src/plugins/pgpcore/plugin.c
5851         * src/plugins/pgpinline/plugin.c
5852         * src/plugins/pgpmime/plugin.c
5853         * src/plugins/spamassassin/spamassassin.c
5854         * src/plugins/trayicon/trayicon.c
5855                 add plugin_version()
5856
5857 2005-12-15 [colin]      1.9.100cvs92
5858
5859         * src/compose.c
5860                 Further fix bug #875
5861
5862 2005-12-15 [paul]       1.9.100cvs91
5863
5864         * src/gtk/filesel.c
5865                 fix attach_load_dir getting set to
5866                 PLUGINDIR on plugin load
5867
5868 2005-12-14 [mones]      1.9.100cvs90
5869
5870         * manual/ack.xml
5871         * manual/keyboard.xml
5872                 Initial draft and some shortcuts added
5873                 
5874         * po/es.po
5875                 Updated translation
5876
5877 2005-12-14 [colin]      1.9.100cvs89
5878
5879         * src/compose.c
5880         * src/imap.c
5881         * src/summaryview.c
5882         * src/gtk/gtkaspell.c
5883                 More leaks fixed
5884         * src/prefs_folder_item.c
5885                 Fix recursive prefs apply
5886
5887
5888 2005-12-14 [colin]      1.9.100cvs88
5889
5890         * src/compose.c
5891                 Fix bug #875 (Freeze On Inline Forward of 
5892                 Large Message)
5893
5894 2005-12-13 [colin]      1.9.100cvs87
5895
5896         * src/compose.c
5897                 Uniq-ify and sort the mimetypes list
5898                 Patch by Fabien Vantard
5899
5900 2005-12-13 [colin]      1.9.100cvs86
5901
5902         * src/imap.c
5903         * src/etpan/imap-thread.c
5904                 Fix leaks (patch by Hoa)
5905         * src/news.c
5906         * src/common/plugin.c
5907                 Fix leaks
5908
5909 2005-12-12 [colin]
5910
5911         * 2.0.0-rc2 released
5912
5913 2005-12-12 [colin]      1.9.100cvs85
5914
5915         * src/matcher.c
5916                 Fix a leak
5917
5918 2005-12-12 [wwp]        1.9.100cvs84
5919
5920         * src/gtk/icon_legend.c
5921                 fix misbehaviour and crash when closing the legend window
5922         using the Esc key (patch by Fabien Vantard).
5923
5924 2005-12-12 [paul]       1.9.100cvs83
5925
5926         * src/browseldap.c
5927         * src/foldersel.c
5928         * src/prefs_actions.c
5929         * src/prefs_filtering.c
5930         * src/prefs_matcher.c
5931         * src/prefs_spelling.glade      ** REMOVED **
5932         * src/prefs_template.c
5933         * src/gtk/foldersort.glade      ** REMOVED **
5934         * src/gtk/pluginwindow.c
5935         * src/gtk/pluginwindow.glade    ** REMOVED **
5936         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5937                 cleanups
5938
5939 2005-12-11 [paul]       1.9.100cvs82
5940
5941         * src/gtk/filesel.c
5942                 fix attach_load_dir crasher (double free)
5943
5944 2005-12-09 [paul]       1.9.100cvs81
5945
5946         * po/POTFILES.in
5947         * src/mainwindow.c
5948         * src/gtk/Makefile.am
5949         * src/gtk/icon_legend.c
5950         * src/gtk/icon_legend.h
5951                 add icon legend
5952         * src/manual.c
5953                 cleanup
5954
5955 2005-12-09 [paul]       1.9.100cvs80
5956
5957         * src/plugins/pgpcore/passphrase.c
5958                 wrap the label in the dialog
5959
5960 2005-12-09 [colin]      1.9.100cvs79
5961
5962         * src/plugins/pgpcore/sgpgme.c
5963                 Display (untrusted) on not trusted signatures
5964                 Patch by Michal Èihaø <michal@cihar.com>
5965                 Closes bug #867 (Report also key trust)
5966
5967 2005-12-09 [colin]      1.9.100cvs78
5968
5969         * src/common/plugin.c
5970                 Update licence check, following Eben Moglen's advice
5971
5972 2005-12-08 [colin]      1.9.100cvs77
5973
5974         * src/folder.c
5975                 Fix the occasionnal item->cache != NULL 
5976                 assertion failure. 
5977
5978 2005-12-08 [colin]      1.9.100cvs76
5979
5980         * src/mimeview.c
5981         * src/plugins/pgpcore/sgpgme.c
5982                 Print key id when unable to check it
5983                 Closes bug #866 (Show key id when missing)
5984
5985 2005-12-08 [paul]       1.9.100cvs75
5986
5987         * src/prefs_common.c
5988         * src/prefs_common.h
5989         * src/gtk/filesel.c
5990                 remember load attachment dir
5991
5992 2005-12-07 [colin]      1.9.100cvs74
5993
5994         * src/prefs_toolbar.c
5995                 Gtk fixes, patch by Fabien Vantard
5996
5997 2005-12-07 [colin]      1.9.100cvs73
5998
5999         * src/action.c
6000         * src/compose.c
6001         * src/compose.h
6002                 Fix bug #839 (Quoted text isn't colored after 
6003                 executing an action)
6004         * src/common/plugin.c
6005                 Require plugins to declare their licence in plugin_licence()
6006                 Refuse to load non-GPL plugins as they'd be illegal (as 
6007                 derived works of Sylpheed-Claws, they must be GPL).
6008         * src/plugins/clamav/clamav_plugin.c
6009         * src/plugins/demo/demo.c
6010         * src/plugins/dillo_viewer/dillo_viewer.c
6011         * src/plugins/pgpcore/plugin.c
6012         * src/plugins/pgpinline/plugin.c
6013         * src/plugins/pgpmime/plugin.c
6014         * src/plugins/spamassassin/spamassassin.c
6015         * src/plugins/trayicon/trayicon.c
6016                 Add plugin_licence()
6017
6018 2005-12-07 [paul]       1.9.100cvs72
6019
6020         * configure.ac
6021         * src/mainwindow.c
6022         * src/manual.c
6023         * src/manual.h
6024         * src/common/defs.h
6025                 clean up after local FAQ removal and
6026                 temporary manual removal
6027
6028 2005-12-06 [colin]      1.9.100cvs71
6029
6030         * configure.ac
6031         * doc/Makefile.am
6032         * doc/faq/.cvsignore
6033         * doc/faq/Makefile.am
6034         * doc/faq/de/.cvsignore
6035         * doc/faq/de/Makefile.am
6036         * doc/faq/de/sylpheed-faq-1.html
6037         * doc/faq/de/sylpheed-faq-2.html
6038         * doc/faq/de/sylpheed-faq-3.html
6039         * doc/faq/de/sylpheed-faq.html
6040         * doc/faq/en/.cvsignore
6041         * doc/faq/en/Makefile.am
6042         * doc/faq/en/sylpheed-faq-1.html
6043         * doc/faq/en/sylpheed-faq-2.html
6044         * doc/faq/en/sylpheed-faq-3.html
6045         * doc/faq/en/sylpheed-faq-4.html
6046         * doc/faq/en/sylpheed-faq.html
6047         * doc/faq/es/.cvsignore
6048         * doc/faq/es/Makefile.am
6049         * doc/faq/es/sylpheed-faq-1.html
6050         * doc/faq/es/sylpheed-faq-2.html
6051         * doc/faq/es/sylpheed-faq-3.html
6052         * doc/faq/es/sylpheed-faq-4.html
6053         * doc/faq/es/sylpheed-faq.html
6054         * doc/faq/fr/.cvsignore
6055         * doc/faq/fr/Makefile.am
6056         * doc/faq/fr/sylpheed-faq-1.html
6057         * doc/faq/fr/sylpheed-faq-2.html
6058         * doc/faq/fr/sylpheed-faq-3.html
6059         * doc/faq/fr/sylpheed-faq.html
6060         * doc/faq/it/.cvsignore
6061         * doc/faq/it/Makefile.am
6062         * doc/faq/it/sylpheed-faq-1.html
6063         * doc/faq/it/sylpheed-faq-2.html
6064         * doc/faq/it/sylpheed-faq-3.html
6065         * doc/faq/it/sylpheed-faq.html
6066         * doc/manual/.cvsignore
6067         * doc/manual/Makefile.am
6068         * doc/manual/de/.cvsignore
6069         * doc/manual/de/Makefile.am
6070         * doc/manual/de/sylpheed-1.html
6071         * doc/manual/de/sylpheed-10.html
6072         * doc/manual/de/sylpheed-11.html
6073         * doc/manual/de/sylpheed-12.html
6074         * doc/manual/de/sylpheed-13.html
6075         * doc/manual/de/sylpheed-14.html
6076         * doc/manual/de/sylpheed-15.html
6077         * doc/manual/de/sylpheed-16.html
6078         * doc/manual/de/sylpheed-17.html
6079         * doc/manual/de/sylpheed-18.html
6080         * doc/manual/de/sylpheed-19.html
6081         * doc/manual/de/sylpheed-2.html
6082         * doc/manual/de/sylpheed-20.html
6083         * doc/manual/de/sylpheed-3.html
6084         * doc/manual/de/sylpheed-4.html
6085         * doc/manual/de/sylpheed-5.html
6086         * doc/manual/de/sylpheed-6.html
6087         * doc/manual/de/sylpheed-7.html
6088         * doc/manual/de/sylpheed-8.html
6089         * doc/manual/de/sylpheed-9.html
6090         * doc/manual/de/sylpheed.html
6091         * doc/manual/en/.cvsignore
6092         * doc/manual/en/Makefile.am
6093         * doc/manual/en/sylpheed-1.html
6094         * doc/manual/en/sylpheed-10.html
6095         * doc/manual/en/sylpheed-11.html
6096         * doc/manual/en/sylpheed-12.html
6097         * doc/manual/en/sylpheed-13.html
6098         * doc/manual/en/sylpheed-14.html
6099         * doc/manual/en/sylpheed-15.html
6100         * doc/manual/en/sylpheed-16.html
6101         * doc/manual/en/sylpheed-17.html
6102         * doc/manual/en/sylpheed-18.html
6103         * doc/manual/en/sylpheed-19.html
6104         * doc/manual/en/sylpheed-2.html
6105         * doc/manual/en/sylpheed-20.html
6106         * doc/manual/en/sylpheed-21.html
6107         * doc/manual/en/sylpheed-22.html
6108         * doc/manual/en/sylpheed-3.html
6109         * doc/manual/en/sylpheed-4.html
6110         * doc/manual/en/sylpheed-5.html
6111         * doc/manual/en/sylpheed-6.html
6112         * doc/manual/en/sylpheed-7.html
6113         * doc/manual/en/sylpheed-8.html
6114         * doc/manual/en/sylpheed-9.html
6115         * doc/manual/en/sylpheed.html
6116         * doc/manual/es/.cvsignore
6117         * doc/manual/es/Makefile.am
6118         * doc/manual/es/sylpheed-1.html
6119         * doc/manual/es/sylpheed-10.html
6120         * doc/manual/es/sylpheed-11.html
6121         * doc/manual/es/sylpheed-12.html
6122         * doc/manual/es/sylpheed-13.html
6123         * doc/manual/es/sylpheed-14.html
6124         * doc/manual/es/sylpheed-15.html
6125         * doc/manual/es/sylpheed-16.html
6126         * doc/manual/es/sylpheed-17.html
6127         * doc/manual/es/sylpheed-18.html
6128         * doc/manual/es/sylpheed-19.html
6129         * doc/manual/es/sylpheed-2.html
6130         * doc/manual/es/sylpheed-20.html
6131         * doc/manual/es/sylpheed-3.html
6132         * doc/manual/es/sylpheed-4.html
6133         * doc/manual/es/sylpheed-5.html
6134         * doc/manual/es/sylpheed-6.html
6135         * doc/manual/es/sylpheed-7.html
6136         * doc/manual/es/sylpheed-8.html
6137         * doc/manual/es/sylpheed-9.html
6138         * doc/manual/es/sylpheed.html
6139         * doc/manual/fr/.cvsignore
6140         * doc/manual/fr/Makefile.am
6141         * doc/manual/fr/sylpheed-1.html
6142         * doc/manual/fr/sylpheed-10.html
6143         * doc/manual/fr/sylpheed-11.html
6144         * doc/manual/fr/sylpheed-12.html
6145         * doc/manual/fr/sylpheed-13.html
6146         * doc/manual/fr/sylpheed-14.html
6147         * doc/manual/fr/sylpheed-15.html
6148         * doc/manual/fr/sylpheed-16.html
6149         * doc/manual/fr/sylpheed-17.html
6150         * doc/manual/fr/sylpheed-18.html
6151         * doc/manual/fr/sylpheed-19.html
6152         * doc/manual/fr/sylpheed-2.html
6153         * doc/manual/fr/sylpheed-20.html
6154         * doc/manual/fr/sylpheed-3.html
6155         * doc/manual/fr/sylpheed-4.html
6156         * doc/manual/fr/sylpheed-5.html
6157         * doc/manual/fr/sylpheed-6.html
6158         * doc/manual/fr/sylpheed-7.html
6159         * doc/manual/fr/sylpheed-8.html
6160         * doc/manual/fr/sylpheed-9.html
6161         * doc/manual/fr/sylpheed.html
6162         * doc/manual/ja/.cvsignore
6163         * doc/manual/ja/Makefile.am
6164         * doc/manual/ja/sylpheed-1.html
6165         * doc/manual/ja/sylpheed-10.html
6166         * doc/manual/ja/sylpheed-11.html
6167         * doc/manual/ja/sylpheed-12.html
6168         * doc/manual/ja/sylpheed-13.html
6169         * doc/manual/ja/sylpheed-14.html
6170         * doc/manual/ja/sylpheed-15.html
6171         * doc/manual/ja/sylpheed-16.html
6172         * doc/manual/ja/sylpheed-17.html
6173         * doc/manual/ja/sylpheed-18.html
6174         * doc/manual/ja/sylpheed-19.html
6175         * doc/manual/ja/sylpheed-2.html
6176         * doc/manual/ja/sylpheed-20.html
6177         * doc/manual/ja/sylpheed-3.html
6178         * doc/manual/ja/sylpheed-4.html
6179         * doc/manual/ja/sylpheed-5.html
6180         * doc/manual/ja/sylpheed-6.html
6181         * doc/manual/ja/sylpheed-7.html
6182         * doc/manual/ja/sylpheed-8.html
6183         * doc/manual/ja/sylpheed-9.html
6184         * doc/manual/ja/sylpheed.html
6185         * doc/manual/ja/sylpheed.sgml
6186         * src/mainwindow.c
6187                 Remove outdated manual and faq. Noisy, eh?
6188
6189 2005-12-06 [colin]      1.9.100cvs70
6190
6191         * src/compose.c
6192         * src/quote_fmt_parse.y
6193         * src/undo.c
6194         * src/undo.h
6195                 Allow %X to position cursor at 0 
6196                 (no %X = before signature)
6197                 Fix paste as quotation putting the cursor at 0
6198                 Fix undo offsets when pasting
6199                 Insert the quote_fmt at once instead of line 
6200                 by line
6201                 Fix [Edited] when starting to reply/forward
6202
6203 2005-12-06 [paul]       1.9.100cvs69
6204
6205         * src/plugins/clamav/clamav_plugin_gtk.c
6206                 add another tooltip
6207         * src/plugins/spamassassin/spamassassin_gtk.c
6208                 rework spamassassin_create_widget_func()
6209
6210 2005-12-05 [colin]      1.9.100cvs68
6211
6212         * po/POTFILES.in
6213                 Fix make release ;-)
6214
6215 2005-12-05 [colin]      1.9.100cvs67
6216
6217         * src/compose.c
6218         * src/compose.h
6219                 Fix cursor positioning (not obeying %X)
6220
6221 2005-12-05 [paul]       1.9.100cvs66
6222
6223         * src/plugins/dillo_viewer/dillo_prefs.c
6224                 fix compilation warning
6225
6226 2005-12-05 [paul]       1.9.100cvs65
6227
6228         * src/prefs_spelling.c
6229         * src/plugins/trayicon/trayicon.c
6230                 cleanups - remove unused stuff
6231
6232 2005-12-05 [paul]       1.9.100cvs64
6233
6234         * README
6235         * manual/plugins.xml
6236                 remove info about removed mathml_viewer plugin
6237
6238 2005-12-05 [paul]       1.9.100cvs63
6239
6240         * configure.ac
6241         * src/plugins/Makefile.am
6242         * src/plugins/mathml_viewer/.cvsignore
6243         * src/plugins/mathml_viewer/Makefile.am
6244         * src/plugins/mathml_viewer/mathml_viewer.c
6245                 remove unmaintained mathml_viewer plugin
6246
6247 2005-12-05 [paul]       1.9.100cvs62
6248
6249         * src/summaryview.c
6250                 obey prefs_common.always_show_msg when
6251                 moving a msg
6252                 Thanks to Colin
6253
6254 2005-12-05 [paul]       1.9.100cvs61
6255
6256         * src/compose.c
6257         * src/prefs_account.c
6258         * src/prefs_filtering.c
6259         * src/prefs_quote.c
6260         * src/prefs_spelling.c
6261         * src/prefs_toolbar.c
6262         * src/summaryview.c
6263         * src/gtk/gtkutils.c
6264         * src/gtk/quicksearch.c
6265         * src/plugins/dillo_viewer/dillo_prefs.c
6266                 dialog cleanups
6267
6268 2005-12-04 [paul]       1.9.100cvs60
6269
6270         * src/inc.c
6271         * src/prefs_account.c
6272         * src/prefs_account.h
6273                 allow a Local account to specify a
6274                 default inbox
6275                 (closes bug 843 'Inbox cannot be changed for local
6276                  mailboxes')
6277
6278 2005-12-04 [colin]      1.9.100cvs59
6279
6280         * src/plugins/trayicon/trayicon.c
6281                 Remove Get, rename Get All to Get Mail in order to
6282                 be consistent with the default main toolbar
6283
6284 2005-12-03 [colin]      1.9.100cvs58
6285
6286         * manual/gpl.xml
6287         * manual/sylpheed-claws-manual.xml
6288                 Add GPL appendix
6289
6290 2005-12-03 [paul]       1.9.100cvs57
6291
6292         * AUTHORS
6293         * po/sv.po
6294         * src/gtk/authors.h
6295                 new (partially complete) Swedish translation
6296                 by Anders Troback <sylpheed@troback.com>
6297
6298 2005-12-02 [paul]       1.9.100cvs56
6299
6300         * configure.ac
6301                 libetpan 0.41 required
6302
6303 2005-12-02 [paul]       1.9.100cvs55
6304
6305         * src/plugins/clamav/clamav_plugin.c
6306         * src/plugins/clamav/clamav_plugin.h
6307         * src/plugins/clamav/clamav_plugin_gtk.c
6308         * src/plugins/spamassassin/spamassassin.c
6309         * src/plugins/spamassassin/spamassassin.h
6310         * src/plugins/spamassassin/spamassassin_gtk.c
6311                 unregister prefs pages on unloading, thus
6312                 preventing a crash
6313                 (thanks to Colin for the hint)
6314
6315 2005-12-02 [wwp]        1.9.100cvs54
6316
6317         * src/quote_fmt.h
6318         * src/quote_fmt_parse.y
6319                 fix misuse of gboolean*, use gboolean instead
6320                 (thanks to Paul, Colin, for pointing out that scaring one)
6321
6322 2005-12-02 [paul]       1.9.100cvs53
6323
6324         * src/plugins/clamav/clamav_plugin.c
6325                 int no --> unsigned int no
6326         * src/plugins/clamav/clamav_plugin_gtk.c
6327                 rework config page
6328
6329 2005-12-02 [wwp]        1.9.100cvs52
6330
6331         * src/compose.c
6332         * src/prefs_template.c
6333         * src/quote_fmt.h
6334         * src/quote_fmt_parse.y
6335                 prevent from executing |f and |p templates commands when
6336                 adding or replacing templates in prefs (avoids annoying and
6337                 potentially dangerous behaviours)
6338
6339 2005-12-02 [paul]       1.9.100cvs51
6340
6341         * src/prefs_common.c
6342                 allow translation of some default values
6343                 Patch by Fabien Vantard
6344
6345 2005-12-02 [paul]       1.9.100cvs50
6346
6347         * src/codeconv.c
6348         * src/codeconv.h
6349         * src/prefs_common.c
6350         * src/prefs_common.h
6351         * src/prefs_message.c
6352         * src/textview.c
6353                 remove obsolete 'convert_mb_alnum' option
6354                 and related stuff
6355         * src/gtk/about.c
6356                 remove unused 'about_textview_visibility_notify'
6357
6358 2005-12-02 [paul]       1.9.100cvs49
6359
6360         * src/prefs_account.c
6361         * src/prefs_compose_writing.c
6362         * src/prefs_fonts.c
6363         * src/prefs_gtk.h
6364         * src/prefs_image_viewer.c
6365         * src/prefs_message.c
6366         * src/prefs_other.c
6367         * src/prefs_receive.c
6368         * src/prefs_send.c
6369         * src/prefs_spelling.c
6370         * src/prefs_summaries.c
6371         * src/prefs_wrapping.c
6372         * src/plugins/dillo_viewer/dillo_prefs.c
6373         * src/plugins/pgpcore/prefs_gpg.c
6374                 several cleanups to the prefs dialogs
6375                 (slightly modified) patch by Fabien Vantard
6376
6377 2005-12-02 [paul]       1.9.100cvs48
6378
6379         * src/main.c
6380                 --exit means exit
6381         * src/send_message.c
6382                 fix crash on send when connection fails
6383
6384         Thanks to Colin
6385
6386 2005-12-01 [colin]      1.9.100cvs47
6387
6388         * src/html.c
6389                 Translate &hellip; to "..."
6390
6391 2005-11-30 [colin]      1.9.100cvs46
6392
6393         * src/matcher.c
6394         * src/matcher.h
6395                 Optimize back yesterday's fix.
6396
6397 2005-11-30 [paul]       1.9.100cvs45
6398
6399         * manual/faq.xml
6400                 standardised
6401         * manual/intro.xml
6402                 written by Colin, edited by me
6403
6404 2005-11-29 [colin]      1.9.100cvs44
6405
6406         * src/matcher.c
6407                 Skip headers unconditionnaly in match_body if the
6408                 rule is not message or ~message
6409
6410 2005-11-29 [colin]      1.9.100cvs43
6411
6412         * src/matcher.c
6413                 Fix body_part and such, not skipping headers 
6414                 if the matchcriteria wasn't the first in the rule
6415
6416 2005-11-29 [colin]      1.9.100cvs42
6417
6418         * src/compose.c
6419                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6420                 option missing from message view window)
6421                 Fix double text D'n'D with gtk-2.8
6422         * src/matcher.c
6423                 Fix ~message, ~headers_part, ~body_part rules
6424         * src/messageview.c
6425                 Add Windows-1252 (Closes bug #863)
6426                 Fix accels
6427         * src/gtk/gtkaspell.c
6428                 Properly destroy accels in all menus
6429
6430 2005-11-29 [mones]      1.9.100cvs41
6431
6432         * po/es.po
6433                 Updated.
6434
6435 2005-11-27 [colin]      1.9.100cvs40
6436
6437         * src/mh_gtk.c
6438                 "/Remove mailbox" -> "/Remove mailbox..."
6439
6440 2005-11-27 [paul]       1.9.100cvs39
6441
6442         * AUTHORS
6443         * po/de.po
6444         * src/gtk/authors.h
6445                 updated by new maintainer, Stephan Sachse
6446
6447 2005-11-27 [paul]       1.9.100cvs38
6448
6449         * manual/faq.xml
6450                 written by Colin, edited by me
6451
6452 2005-11-27 [paul]       1.9.100cvs37
6453
6454         * src/prefs_common.c
6455         * src/prefs_common.h
6456         * src/prefs_receive.c
6457         * src/prefs_summaries.c
6458                 move 'go to inbox after receiving new mail'
6459                 option from display/sumamaries to mail
6460                 handling/receive, and rework prefs_summaries
6461                 dialog a little
6462
6463 2005-11-25 [martin]     1.9.100cvs36
6464
6465         * po/de.po
6466             fixed windows-1252 translation;
6467             translated some new and fuzzy strings
6468
6469 2005-11-25 [paul]       1.9.100cvs35
6470
6471         * src/plugins/clamav/clamav_plugin.c
6472                 complete the update done in cvs34
6473
6474 2005-11-25 [paul]       1.9.100cvs34
6475
6476         * src/plugins/clamav/clamav_plugin.c
6477                 reflect upstream changes
6478
6479 2005-11-25 [paul]       1.9.100cvs33
6480
6481         * manual/ack.xml
6482         * manual/plugins.xml
6483         * manual/sylpheed-claws-manual.xml
6484                 written/updated by Colin, edited by me
6485         * tools/acroread2sylpheed.pl
6486                 update binary name
6487
6488 2005-11-24 [colin]      1.9.100cvs32
6489
6490         * src/compose.c
6491                 Fix bug #856 (reediting messages forgets Request
6492                 Return Receipt)
6493
6494 2005-11-24 [paul]       1.9.100cvs31
6495
6496         * manual/addrbook.xml
6497         * manual/starting.xml
6498                 written by Colin, proofread, edited, adapted by me
6499         * manual/advanced.xml
6500                 add some Actions examples
6501         * src/importldif.c
6502                 use a Save button instead of a Close button
6503         * src/wizard.c
6504                 indicate mandatory fields
6505                 fix page display
6506                 Thanks to Colin
6507
6508 2005-11-23 [colin]      1.9.100cvs30
6509
6510         * src/addressbook.c
6511                 Rename menu item, fix possible crash after
6512                 deletion of books
6513         * src/addrindex.c
6514                 Allow searching for '*' in ldap
6515         * src/browseldap.c
6516                 Fix "Browse Entry" (did anyone use it?)
6517         * src/wizard.c
6518                 Add guards for mandatory information
6519
6520 2005-11-23 [paul]       1.9.100cvs29
6521
6522         * manual/advanced.xml
6523                 corrections to the English
6524
6525 2005-11-23 [colin]      1.9.100cvs28
6526
6527         * src/mimeview.c
6528                 Fix possible crash at exit. After the call to
6529                 gtk_container_remove(), the Viewer's widget has no
6530                 more parent so gtk+ automatically frees it and its
6531                 sons. If destroy_viewer() then try to access it,
6532                 problems ensue.
6533
6534 2005-11-22 [colin]      1.9.100cvs27
6535
6536         * src/compose.c
6537         * src/gtk/gtkaspell.c
6538                 Fix right-clicking on a misspelled word
6539                 Fix More... in suggestions menu
6540
6541 2005-11-22 [wwp]        1.9.100cvs26
6542
6543         * src/prefs_template.c
6544                 templates works: re-sort templates list when adding or replacing,
6545                 prevent from adding or replacing when the template name is empty
6546
6547 2005-11-21 [colin]      1.9.100cvs25
6548
6549         * src/addressbook.c
6550                 Fix some addressbook suckage (dnd, select all)
6551         * src/compose.c
6552         * src/gtk/gtkaspell.c
6553         * src/gtk/gtkaspell.h
6554                 Make the spellchecker menu work with the 
6555                 GtkTextView one instead of overriding it
6556
6557 2005-11-20 [paul]       1.9.100cvs24
6558
6559         * manual/handling.xml
6560                 proofread and corrected
6561
6562 2005-11-20 [paul]       1.9.100cvs23
6563
6564         * manual/Makefile
6565                 generate html as one file
6566         * manual/advanced.xml
6567                 fix output generation
6568                 reformat hidden options list
6569         * manual/manual.xml     ** REMOVED **
6570         * manual/sylpheed-claws-manual.xml      ** ADDED **
6571                 renamed
6572
6573 2005-11-18 [colin]      1.9.100cvs22
6574
6575         * src/prefs_account.c
6576                 Fix layout in news and mbox accounts
6577         * manual/account.xml
6578         * manual/advanced.xml
6579                 New contents for Paul to check :)
6580
6581 2005-11-18 [wwp]        1.9.100cvs21
6582
6583         * src/gtk/quicksearch.c
6584                 don't update extended quicksearch buttons twice
6585
6586 2005-11-18 [paul]       1.9.100cvs20
6587
6588         * src/textview.c
6589                 complete 1.9.100cvs19
6590
6591 2005-11-18 [paul]       1.9.100cvs19
6592
6593         * src/compose.c
6594                 cosmetic improvements
6595         * src/textview.c
6596                 also list text/* attachments
6597
6598 2005-11-18 [colin]      1.9.100cvs18
6599
6600         * src/summaryview.c
6601                 Use column 0 instead of -1 in 
6602                 gtk_ctree_node_moveto, in a naive
6603                 hope it'll fix the gtk-related crashes
6604
6605 2005-11-18 [colin]      1.9.100cvs17
6606
6607         * src/gtk/inputdialog.c
6608                 Fix icon staying the first one
6609
6610 2005-11-17 [wwp]        1.9.100cvs16
6611                 fix possible problem showing some quicksearch buttons, and a bad
6612                 call to g_return_if_fail in a function that returns a value (both
6613                 fixes by Fabien Vantard)
6614
6615 2005-11-15 [wwp]        1.9.100cvs15
6616
6617         * src/gtk/quicksearch.c
6618                 added a tooltip to that obscure ... quicksearch button
6619
6620 2005-11-15 [wwp]        1.9.100cvs14
6621
6622         * src/gtk/quicksearch.c
6623                 add a quicksearch helper to filtering expression users: the ... button
6624                 raises the condition expr window. condition expressions set up w/ this
6625                 window are used by the quicksearch if the user closes it pressing OK.
6626
6627 2005-11-14 [paul]       1.9.100cvs13
6628
6629         * src/plugins/clamav/clamav_plugin.c
6630         * src/plugins/spamassassin/spamassassin.c
6631                 change plugin type following recent merging
6632
6633 2005-11-14 [wwp]        1.9.100cvs12
6634
6635         * src/folder.c
6636                 prevent from crashing when copying/moving message(s) from and
6637                 to the same folder
6638
6639 2005-11-14 [paul]       1.9.100cvs11
6640
6641         * src/plugins/clamav/Makefile.am
6642         * src/plugins/clamav/clamav_plugin.c
6643         * src/plugins/clamav/clamav_plugin.h
6644         * src/plugins/clamav/clamav_plugin_gtk.c
6645                 also merge clamav and clamav_gtk plugins
6646
6647 2005-11-13 [colin]      1.9.100cvs10
6648
6649         * configure.ac
6650         * src/plugins/spamassassin/Makefile.am
6651         * src/plugins/spamassassin/spamassassin.c
6652         * src/plugins/spamassassin/spamassassin.h
6653         * src/plugins/spamassassin/spamassassin_gtk.c
6654                 Merge spamassassin and spamassassin_gtk plugins,
6655                 and build it by default.
6656
6657 2005-11-12 [colin]      1.9.100cvs9
6658
6659         * src/etpan/imap-thread.c
6660                 Fix gcc warning
6661
6662 2005-11-12 [colin]      1.9.100cvs8
6663
6664         * src/procmime.c
6665                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6666
6667 2005-11-10 [colin]      1.9.100cvs7
6668
6669         * src/main.c
6670                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6671                 minimised state)
6672
6673 2005-11-10 [wwp]        1.9.100cvs6
6674
6675         * src/gtk/description_window.c
6676                 fix a crash when closing description windows using the WM's [X] button
6677
6678 2005-11-09 [colin]      1.9.100cvs5
6679
6680         * src/common/ssl.c
6681                 Update libetpan call to follow upstream
6682                 (yes, this requires libetpan-0.40cvs3)
6683
6684 2005-11-08 [colin]      1.9.100cvs4
6685
6686         * src/compose.c
6687         * src/textview.c
6688         * src/common/utils.c
6689         * src/common/utils.h
6690                 Enhance the email parser
6691
6692 2005-11-08 [colin]      1.9.100cvs3
6693
6694         * src/procmime.c
6695                 Fix what looks like an off-by-one (fixes 
6696                 attachments from the Bat)
6697
6698 2005-11-08 [wwp]        1.9.100cvs2
6699
6700         * src/main.c
6701                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6702
6703 2005-11-08 [wwp]        1.9.100cvs1
6704
6705         * src/main.c
6706                 allow exiting Sylpheed-Claws from command-line
6707
6708 2005-11-08 [paul]       1.9.100
6709
6710         1.9.100 released
6711
6712 2005-11-07 [colin]      1.9.99cvs17
6713
6714         * src/addritem.c
6715         * src/ldif.c
6716                 Fix import of base-64 encoded items
6717
6718 2005-11-07 [colin]      1.9.99cvs16
6719
6720         * src/send_message.c
6721                 Fix bug #314 (Queue does not empty under certain 
6722                 circumstances)
6723
6724 2005-11-07 [paul]       1.9.99cvs15
6725
6726         * src/mutt.c
6727         * src/pine.c
6728                 fix buffer overflows
6729                 Thanks to Colin
6730
6731 2005-11-07 [paul]       1.9.99cvs14
6732
6733         * doc/man/Makefile.am
6734         * doc/man/sylpheed-claws.1      ** ADDED **
6735         * doc/man/sylpheed.1            ** DELETED **
6736                 rename and update the man file
6737
6738 2005-11-06 [colin]      1.9.99cvs13
6739
6740         * src/ldif.c
6741                 Fix ldif_get_line() that returned empty strings
6742                 (Didn't understand why). Also fix a possible
6743                 buffer overflow.
6744
6745 2005-11-06 [wwp]        1.9.99cvs12
6746
6747         * src/textview.c
6748         * src/gtk/about.c
6749         * src/gtk/gtkutils.c
6750         * src/gtk/gtkutils.h
6751                 fix a compilation warning,
6752                 make links sensitive in the about dialog
6753
6754 2005-11-04 [wwp]        1.9.99cvs11
6755
6756         * src/gtk/about.c
6757                 don't wrap or translate URIs, and a bit text format cleanup
6758
6759 2005-11-04 [wwp]        1.9.99cvs10
6760
6761         * src/gtk/about.c
6762                 better textview tagging implementation (no more use of marks for
6763                 postponed tagging)
6764
6765 2005-11-02 [colin]      1.9.99cvs9
6766
6767         * src/common/ssl.c
6768                 Forgot an ifdef
6769
6770 2005-11-02 [colin]      1.9.99cvs8
6771
6772         * configure.ac
6773                 Require libetpan-0.40 due to upstream fix
6774         * src/common/ssl.c
6775                 Tell libetpan not to call SSL_Library_Init,
6776                 as we do it ourselves.
6777
6778 2005-11-02 [colin]      1.9.99cvs7
6779
6780         * po/POTFILES.in
6781                 Add missing files (thanks to Fabien Vantard)
6782
6783 2005-11-02 [colin]      1.9.99cvs6
6784
6785         * src/summaryview.c
6786                 Fix totals when read messages are hidden or quicksearch
6787                 is on
6788         * src/ssl_manager.c
6789         * src/ssl_manager.h
6790         * src/common/ssl_certificate.c
6791         * src/common/ssl_certificate.h
6792         * src/gtk/sslcertwindow.c
6793         * src/gtk/sslcertwindow.h
6794                 Fix copyright on my stuff
6795
6796 2005-11-02 [wwp]        1.9.99cvs5
6797
6798         * src/prefs_themes.c
6799                 fix directory name checking (theme installation/removal),
6800                 made related error a bit more verbose
6801
6802 2005-11-02 [colin]      1.9.99cvs4
6803
6804         * src/summaryview.c
6805                 Fix typo (probably fixes bug #841 (Sort by the From 
6806                 field doesn't work)
6807
6808 2005-11-02 [paul]       1.9.99cvs3
6809
6810         * po/ko.po
6811         * po/nb.po
6812                 updated by SungHyun Nam, Geir Helland
6813         * src/wizard.c
6814                 fix typo in welcome message. spotted by
6815                 Andrea Spadaccini
6816
6817 2005-11-01 [colin]      1.9.99cvs2
6818
6819         * src/compose.c
6820                 Fix replying to ml wen confirming subscription
6821         * src/messageview.c
6822         * src/mimeview.c
6823         * src/mimeview.h
6824         * src/privacy.h
6825         * src/summaryview.c
6826                 Make key check non blocking
6827
6828 2005-10-31 [paul]       1.9.99cvs1
6829
6830         * tools/claws.i18n.status.pl
6831                 updated for ChangeLog
6832
6833 2005-10-31 [paul]       1.9.99
6834
6835         1.9.99 released
6836
6837 2005-10-31 [paul]       1.9.15cvs131
6838
6839         * .cvsignore
6840         * ChangeLog
6841         * ChangeLog.claws       ** REMOVED **
6842         * ChangeLog-gtk2.claws  ** REMOVED **
6843         * ChangeLog.gtk1        ** ADDED **
6844         * INSTALL
6845         * Makefile.am
6846         * NEWS
6847         * README
6848         * README.claws          ** REMOVED **
6849         * README.jp             ** REMOVED **
6850         * RELEASE_NOTES         ** ADDED **
6851         * RELEASE_NOTES.claws   ** REMOVED **
6852         * commitHelper
6853         * configure.ac
6854         * sylpheed.spec.in      ** REMOVED **
6855                 tidy up and update the default docs:
6856                 ChangeLog.claws is renamed ChangeLog.gtk1
6857                 ChangeLog-gtk2.claws is renamed ChangeLog
6858                 README.claws is renamed README
6859                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6860
6861 2005-10-31 [paul]       1.9.15cvs130
6862
6863         * po/it.po
6864                 fix errors
6865
6866 2005-10-31 [paul]       1.9.15cvs129
6867
6868         * po/ca.po
6869         * po/de.po
6870         * po/en_GB.po
6871         * po/fr.po
6872         * po/it.po
6873         * po/pt_BR.po
6874         * po/sk.po
6875         * po/sr.po
6876         * po/zh_CN.po
6877                 updated by Miquel Oliete, Stephan Sachse and
6878                 Thomas Gilgin, me, Fabien Vantard, Andrea
6879                 Spadaccini, Frederico Goncalves Guimaraes,
6880                 Andrej Kacian, Aleksandar Urosevic, and
6881                 Ralgh Young.
6882
6883 2005-10-31 [mones]      1.9.15cvs128
6884
6885         * manual/faq.xml
6886                 More questions.
6887         
6888         * po/es.po
6889                 Updated for release.
6890
6891 2005-10-30 [colin]      1.9.15cvs127
6892
6893         * src/compose.c
6894                 Place cursor before rewrapping (fixes cursor
6895                 pos if quotation gets rewrapped)
6896
6897 2005-10-29 [paul]       1.9.15cvs126
6898
6899         * src/crash.c
6900         * src/foldersel.c
6901         * src/main.c
6902         * src/messageview.c
6903         * src/toolbar.c
6904         * src/gtk/authors.h
6905                 corrections to text items
6906
6907 2005-10-28 [colin]      1.9.15cvs125
6908
6909         * src/messageview.c
6910                 Make "hit 'C' to check sig" work from extern 
6911                 messageviews
6912
6913 2005-10-27 [colin]      1.9.15cvs124
6914
6915         * src/summaryview.c
6916                 Add a hack to avoid segfaulting when hammering 
6917                 on gtk's events
6918
6919 2005-10-27 [wwp]        1.9.15cvs123
6920
6921         * src/prefs_themes.c
6922                 sort list of themes names in themes prefs
6923
6924 2005-10-27 [paul]       1.9.15cvs122
6925
6926         * src/folder.c
6927         * src/prefs_account.c
6928                 fix building on Solaris
6929                 Patch by Alex Moore
6930
6931 2005-10-27 [wwp]        1.9.15cvs121
6932
6933         * src/summaryview.c
6934         * src/gtk/gtksctree.c
6935                 speed up unselecting messages in summary view (thanks to Colin)
6936
6937 2005-10-27 [paul]       1.9.15cvs120
6938
6939         * src/mainwindow.c
6940                 fix a compilation warning
6941         * src/summaryview.c
6942                 fix updating of 'n items selected' count
6943                 when deselecting
6944
6945 2005-10-27 [martin]     1.9.15cvs119
6946
6947         * src/action.c
6948                 ignore actions with a leading '/' in the action menu name
6949                 fixes a crash on menu creation
6950         * src/prefs_actions.c
6951                 do not allow a leading '/' in the action menu name
6952
6953 2005-10-27 [paul]       1.9.15cvs118
6954
6955         * src/main.c
6956                 fix compilation warning
6957
6958 2005-10-27 [paul]       1.9.15cvs117
6959
6960         * src/procmime.c
6961                 add #if HAVE_LOCALE_H
6962
6963 2005-10-27 [paul]       1.9.15cvs116
6964
6965         * src/plugins/clamav/clamav_plugin.c
6966         * src/plugins/dillo_viewer/dillo_viewer.c
6967         * src/plugins/mathml_viewer/mathml_viewer.c
6968         * src/plugins/pgpcore/plugin.c
6969         * src/plugins/pgpinline/plugin.c
6970         * src/plugins/pgpmime/plugin.c
6971         * src/plugins/spamassassin/spamassassin.c
6972         * src/plugins/trayicon/trayicon.c
6973                 plugin_init() : make error messages more
6974                 informative
6975
6976 2005-10-26 [wwp]        1.9.15cvs115
6977
6978         * src/prefs_matcher.c
6979                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6980
6981 2005-10-26 [wwp]        1.9.15cvs114
6982
6983         * src/procmime.c
6984         * src/gtk/gtksctree.c
6985         * src/plugins/spamassassin/libspamc.c
6986         * src/plugins/spamassassin/spamassassin.c
6987                 fix some compilation warnings more
6988
6989 2005-10-26 [mones]      1.9.15cvs113
6990
6991         * po/es.po
6992                 Updated translation
6993
6994 2005-10-26 [paul]       1.9.15cvs112
6995
6996         * src/prefs_message.c
6997                 give all display_xface stuff the
6998                 #if HAVE_LIBCOMPFACE treatment, thus
6999                 preventing a crash
7000                 (Thanks to Wolfgang Enderlein)
7001
7002 2005-10-26 [colin]      1.9.15cvs111
7003
7004         * src/gedit-print.c
7005                 Fix date format
7006         * src/imap_gtk.c
7007         * src/news_gtk.c
7008                 Remove context menu items that should not be there
7009         * src/jpilot.c
7010                 Fix encoding
7011         * src/main.c
7012         * src/mainwindow.c
7013                 Don't show the mainwindow too soon
7014
7015 2005-10-26 [wwp]        1.9.15cvs110
7016
7017         * src/folder.c
7018         * src/manual.c
7019         * src/summaryview.c
7020                 fix uninitialized pointers in the folder updating hook
7021                 (thanks to Colin)
7022
7023 2005-10-25 [mones]      1.9.15cvs109
7024
7025         * manual/faq.xml
7026                 General information subsection completed. 
7027                 Removed archaic references.
7028                 
7029         * manual/Makefile
7030         * manual/dtd/manual.dsl
7031                 Added customization stylesheet for getting paragraphs
7032                 fully justified in PDF output (as suggested by Colin).
7033
7034 2005-10-25 [colin]      1.9.15cvs108
7035
7036         * src/compose.c
7037                 Fix a second leak
7038
7039 2005-10-25 [colin]      1.9.15cvs107
7040
7041         * src/addrbook.c
7042         * src/addrindex.c
7043                 Fix leak (xml_get_element() allocates memory)
7044         * src/compose.c
7045                 Fix leak + dead code (shame!)
7046         * src/procmime.c
7047                 Fix leak
7048
7049 2005-10-25 [colin]      1.9.15cvs106
7050
7051         * src/mimeview.c
7052                 Fix encoding issue in Save all and in 
7053                 overwrite-confirmation alertpanel
7054
7055 2005-10-25 [colin]      1.9.15cvs105
7056
7057         * src/common/socket.c
7058                 Fix a leak - Thanks to Christopher Aillon
7059                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7060
7061 2005-10-25 [paul]       1.9.15cvs104
7062
7063         * src/wizard.c
7064                 Always guess servers from the right-hand
7065                 email part and guess username from the
7066                 left-hand part. (Thanks to Colin)
7067                 add an X-Face to the welcome message
7068
7069 2005-10-25 [paul]       1.9.15cvs103
7070
7071         * manual/handling.xml
7072                 written by Colin, edited by me
7073
7074 2005-10-25 [wwp]        1.9.15cvs102
7075
7076         * src/folderview.c
7077         * src/grouplistdialog.c
7078         * src/imap.c
7079         * src/noticeview.c
7080                 fix some compilation warnings
7081
7082 2005-10-24 [paul]
7083
7084         1.9.99-rc3 released
7085
7086 2005-10-24 [paul]       1.9.15cvs101
7087
7088         * src/gtk/about.c
7089                 fix window sizing
7090
7091 2005-10-24 [paul]       1.9.15cvs100
7092
7093         * src/pixmaps/offline.xpm
7094         * src/pixmaps/online.xpm
7095                 replace with last default versions
7096
7097 2005-10-24 [colin]      1.9.15cvs99
7098
7099         * src/imap.c
7100                 Fix bug when moving a folder
7101         * src/imap_gtk.c
7102         * src/mh_gtk.c
7103                 "Delete folder" pops up a window, so it 
7104                 should be suffixed with "..."
7105         * src/plugins/pgpcore/sgpgme.c
7106                 Include locale.h
7107
7108 2005-10-24 [mones]      1.9.15cvs98
7109
7110         * manual/Makefile
7111         * manual/account.xml
7112         * manual/ack.xml
7113         * manual/addrbook.xml
7114         * manual/advanced.xml
7115         * manual/faq.xml
7116         * manual/glossary.xml
7117         * manual/gpl.xml
7118         * manual/handling.xml
7119         * manual/intro.xml
7120         * manual/keyboard.xml
7121         * manual/manual.xml
7122         * manual/plugins.xml
7123         * manual/starting.xml
7124         * manual/dtd/sdocbook.dtd
7125                 Initial manual structure and some content.
7126
7127 2005-10-23 [wwp]        1.9.15cvs97
7128
7129         * src/gtk/about.c
7130                 fix a typo
7131
7132 2005-10-23 [wwp]        1.9.15cvs96
7133
7134         * src/gtk/about.c
7135         * src/gtk/authors.h
7136                 rework of the about window (main work by Paul), also featuring a few
7137                 fixes for typos and duplicate names
7138
7139 2005-10-23 [wwp]        1.9.15cvs95
7140
7141         * src/.cvsignore
7142                 Ignore the right binary name (sylpheed-claws now)
7143
7144 2005-10-23 [paul]       1.9.15cvs94
7145
7146         * src/compose.c
7147                 when using Folder Pref 'Default To for
7148                 replies' make the entry in the Compose
7149                 window bold
7150                 Patch by Fabien Vantard
7151
7152 2005-10-22 [colin]      1.9.15cvs93
7153
7154         * src/codeconv.c
7155                 Fix leak
7156
7157 2005-10-22 [colin]      1.9.15cvs92
7158
7159         * src/codeconv.c
7160                 try to convert using locale (apart utf8) if necessary
7161
7162 2005-10-22 [colin]      1.9.15cvs91
7163
7164         * src/pixmaps/new.xpm
7165         * src/pixmaps/unread.xpm
7166                 Make the unread envelope blue again and
7167                 saturate the new one a bit more.
7168
7169 2005-10-22 [colin]      1.9.15cvs90
7170
7171         * src/compose.c
7172                 When replying to a mail sent by one of our accounts,
7173                 use the original list of recipients. Let 'Reply All'
7174                 and 'Reply to sender' work like previously.
7175
7176 2005-10-21 [colin]      1.9.15cvs89
7177
7178         * src/prefs_filtering.c
7179                 Clear fields after add and replace
7180         * src/textview.c
7181                 Display xface differently (better)
7182         * src/plugins/pgpinline/pgpinline.c
7183                 Fix crappy encodings/recodings
7184
7185 2005-10-21 [paul]       1.9.15cvs88
7186
7187         * src/compose.c
7188         * src/prefs_folder_item.c
7189         * src/toolbar.c
7190                 fix news folder Folder Properties
7191                 (thanks to Colin)
7192         * src/folderview.c
7193                 update folderview after Themes change
7194                 keep selected folder selected
7195                 (thanks to Colin)
7196
7197 2005-10-21 [paul]       1.9.15cvs87
7198
7199         * tools/Makefile.am
7200         * tools/OOo2sylpheed.pl
7201         * tools/README
7202         * tools/README.sylprint
7203         * tools/asus_mailled.sh         ** REMOVED **
7204         * tools/filter_conv.pl
7205         * tools/freshmeat_search.pl
7206         * tools/google_search.pl
7207         * tools/gpg-sign-syl            ** REMOVED **
7208         * tools/kmail2sylpheed.pl
7209         * tools/kmail2sylpheed_v2.pl
7210         * tools/multiwebsearch.pl
7211         * tools/nautilus2sylpheed.sh
7212         * tools/newscache_clean.pl
7213         * tools/outlook2sylpheed.pl
7214         * tools/sylpheed-switcher       ** REMOVED **
7215         * tools/sylprint.pl
7216         * tools/sylprint.rc
7217         * tools/tb2sylpheed
7218         * tools/vcard2xml.py
7219         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7220                 update default config dir
7221                 update binary name (thanks to Fabien Vantard)
7222                 remove obsolete scripts
7223
7224 2005-10-21 [colin]      1.9.15cvs86
7225
7226         * src/inc.c
7227                 Fix possible leak and units. Based on a patch by
7228                 Fabien Vantard.
7229
7230 2005-10-20 [colin]      1.9.15cvs85
7231
7232         * src/textview.c
7233                 Clear xface when clearing textview
7234
7235 2005-10-20 [colin]      1.9.15cvs84
7236
7237         * configure.ac
7238         * src/folderview.c
7239         * src/headerview.c
7240         * src/main.c
7241         * src/prefs_common.c
7242         * src/prefs_common.h
7243         * src/prefs_message.c
7244         * src/textview.c
7245         * src/textview.h
7246         * src/common/defs.h
7247         * src/common/utils.c
7248         * src/common/utils.h
7249         * src/gtk/gtkutils.c
7250         * src/gtk/gtkutils.h
7251                 Migrate config to .sylpheed-claws (Automatically)
7252                 Add a way to get the Xface in the TextView
7253
7254 2005-10-20 [colin]      1.9.15cvs83
7255
7256         * src/gtk/Makefile.am
7257         * src/gtk/about.c
7258         * src/gtk/authors.h
7259                 Make the about dialog *grooovy*
7260
7261 2005-10-20 [colin]      1.9.15cvs82
7262
7263         * src/mimeview.c
7264                 Use "Open with" on double click if no command
7265                 was found
7266
7267 2005-10-20 [colin]      1.9.15cvs81
7268
7269         * src/imap.c
7270         * src/etpan/imap-thread.c
7271                 Fix possible crash.
7272
7273 2005-10-20 [paul]       1.9.15cvs80
7274
7275         * src/folder.c
7276                 don't show clipkey icon if the only
7277                 attachment is the signature
7278                 Patch by Colin
7279
7280 2005-10-20 [paul]       1.9.15cvs79
7281
7282         * AUTHORS
7283         * src/plugins/pgpmime/pgpmime.c
7284                 name the PGP/MIME signature 'signature.asc'
7285                 Patch by Andrew Nelson <freeandy@gmail.com>
7286
7287 2005-10-19 [colin]      1.9.15cvs78
7288
7289         * src/plugins/pgpmime/pgpmime.c
7290                 Oops, no need to double-check though
7291
7292 2005-10-19 [colin]      1.9.15cvs77
7293
7294         * src/plugins/pgpinline/pgpinline.c
7295         * src/plugins/pgpmime/pgpmime.c
7296                 Check that my_tmpfile() doesn't 
7297                 return NULL
7298
7299 2005-10-19 [colin]      1.9.15cvs76
7300
7301         * src/common/utils.c
7302                 Use shorter mime boundaries to avoid having
7303                 MTAs rewrapping our headers, breaking the
7304                 PGP signature in the process 
7305         * src/compose.c
7306         * src/plugins/pgpmime/pgpmime.c
7307                 Check for boundary uniqueness to be sure
7308                 it won't happen, instead of hoping for the
7309                 best
7310
7311 2005-10-19 [colin]      1.9.15cvs75
7312
7313         * sylpheed-claws.desktop
7314         * src/Makefile.am
7315         * src/main.c
7316                 Ship a sylpheed-claws binary instead
7317                 of a sylpheed one. Change the socket
7318                 name, too
7319         * src/folderview.c
7320                 Update folder only if it changed
7321         * src/wizard.c
7322                 Fix i18n in welcome mail, patch by
7323                 Fabien Vantard
7324
7325 2005-10-19 [paul]
7326
7327         1.9.99-rc2 released
7328
7329 2005-10-19 [paul]       1.9.15cvs74
7330
7331         * src/folder.c
7332         * src/folderview.c
7333                 fix summaryview update
7334                 Patch by Colin
7335
7336 2005-10-18 [colin]      1.9.15cvs73
7337
7338         * src/plugins/pgpcore/passphrase.c
7339                 Don't XGrabServer, and try a bit more to 
7340                 sync everything before grabbing mouse/keyboard
7341
7342 2005-10-18 [colin]      1.9.15cvs72
7343
7344         * src/Makefile.am
7345         * src/addressadd.c
7346         * src/addressbook.c
7347         * src/folderview.c
7348         * src/grouplistdialog.c
7349         * src/mimeview.c
7350         * src/stock_pixmap.c
7351         * src/stock_pixmap.h
7352         * src/summaryview.c
7353         * src/gtk/gtksctree.c
7354         * src/gtk/gtksctree.h
7355         * src/pixmaps/empty.xpm
7356                 Implement a wrapper call for gtk_ctree_set_node_info
7357                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7358                 pixmap instead of a NULL one. This works around some
7359                 memory problems deep inside gtk, revealed by valgrind,
7360                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7361                 as locked crashes sylpheed.), as well as, probably, 
7362                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7363
7364 2005-10-17 [colin]      1.9.15cvs71
7365
7366         * src/mimeview.c
7367                 Provide visual feedback when checking
7368                 signature
7369
7370 2005-10-17 [colin]      1.9.15cvs70
7371
7372         * src/main.c
7373                 Keep the folder list frozen while checking caches...
7374
7375 2005-10-17 [colin]      1.9.15cvs69
7376
7377         * src/addr_compl.c
7378                 Fi bug #833 (Autocompleting from addressbook 
7379                 fails with extended chars)
7380         * src/imap.c
7381                 Fix 'adding messages' staying in statusbar
7382                 after an error
7383
7384 2005-10-17 [wwp]        1.9.15cvs68
7385
7386         * src/ssl_manager.c
7387                 Fix buttons' layout resizing when window size changes
7388
7389 2005-10-17 [wwp]        1.9.15cvs67
7390
7391         * src/account.c
7392         * src/prefs_account.c
7393         * src/prefs_common.c
7394         * src/prefs_common.h
7395         * src/prefs_folder_item.c
7396         * src/prefs_gtk.c
7397         * src/gtk/logwindow.c
7398         * src/gtk/pluginwindow.c
7399         * src/gtk/prefswindow.c
7400         * src/gtk/prefswindow.h
7401                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7402
7403 2005-10-17 [paul]       1.9.15cvs66
7404
7405         * configure.ac
7406                 fix missing libetpan message
7407         * po/en_GB.po
7408                 updated
7409         * src/crash.c
7410         * src/manual.c
7411         * src/prefs_themes.c
7412         * src/common/defs.h
7413                 add some new URI defines, change some
7414                 others
7415         * src/wizard.c
7416                 make welcome message translatable
7417                 small improvements to english
7418                 other tweaks
7419         * src/gtk/menu.c
7420                 fix warnings
7421
7422 2005-10-17 [paul]       1.9.15cvs65
7423
7424         * src/summaryview.c
7425                 fix column titles
7426
7427 2005-10-16 [mones]      1.9.15cvs64
7428
7429         * po/es.po
7430                 Updated translation
7431
7432 2005-10-16 [colin]
7433
7434         1.9.99-rc1 released
7435
7436 2005-10-16 [colin]      1.9.15cvs63
7437
7438         * src/wizard.c
7439                 Fix whitespace
7440
7441 2005-10-16 [colin]      1.9.15cvs62
7442
7443         * src/toolbar.c
7444                 s/Get All/Get Mail/
7445         * src/wizard.c
7446                 Real welcome mail text, thanks Paul
7447
7448 2005-10-16 [colin]      1.9.15cvs61
7449
7450         * src/editldap.c
7451         * src/exporthtml.c
7452         * src/main.c
7453         * src/mainwindow.c
7454         * src/prefs_themes.c
7455         * src/prefs_toolbar.c
7456         * src/plugins/demo/demo.c
7457         * src/plugins/trayicon/trayicon.c
7458                 s/Sylpheed/Sylpheed-Claws/
7459
7460 2005-10-16 [colin]      1.9.15cvs60
7461
7462         * src/wizard.c
7463                 Add a welcome email in the first empty mailbox
7464         * src/prefs_common.c
7465                 Change one more default
7466
7467 2005-10-16 [colin]      1.9.15cvs59
7468
7469         * src/wizard.c
7470                 Remove printf
7471
7472 2005-10-16 [colin]      1.9.15cvs58
7473
7474         * src/toolbar.c
7475         * src/prefs_common.c
7476                 Change some defaults
7477
7478 2005-10-16 [colin]      1.9.15cvs57
7479
7480         * src/toolbar.c
7481         * src/prefs_common.c
7482                 Change some defaults
7483
7484 2005-10-16 [colin]      1.9.15cvs56
7485
7486         * src/wizard.c
7487                 By default, initialize fonts to have
7488                 the same size as normal GtkWidgets
7489
7490 2005-10-16 [colin]      1.9.15cvs55
7491
7492         * src/mimeview.c
7493                 Fix message a bit more
7494
7495 2005-10-16 [colin]      1.9.15cvs54
7496
7497         * src/addressbook.c
7498                 Second attempt at flicker fixing
7499
7500 2005-10-16 [colin]      1.9.15cvs53
7501
7502         * src/addressbook.c
7503                 Fix flicker
7504
7505 2005-10-16 [wwp]        1.9.15cvs52
7506
7507         * src/addressbook.c
7508         * src/editaddress.c
7509         * src/prefs_common.c
7510         * src/prefs_common.h
7511                 Remember window sizes (address book)
7512
7513 2005-10-16 [wwp]        1.9.15cvs51
7514
7515         * src/plugins/clamav/clamav_plugin_gtk.c
7516         * src/plugins/spamassassin/spamassassin_gtk.c
7517                 Fix compilation warnings (missing #include).
7518
7519 2005-10-16 [colin]      1.9.15cvs50
7520
7521         * src/mimeview.c
7522         * src/summaryview.c
7523         * src/textview.c
7524                 Make 'c' check signature, and forward
7525                 c, l, y, t from summaryview to mimeview
7526
7527 2005-10-16 [colin]      1.9.15cvs49
7528
7529         * src/addressbook.c
7530                 Put border around buttons
7531         * src/mainwindow.c
7532         * src/summaryview.c
7533                 Rework menus (Patch based on a patch
7534                 by Paul)
7535
7536 2005-10-15 [wwp]        1.9.15cvs48
7537
7538         * src/editjpilot.c
7539         * src/editldap.c
7540         * src/editvcard.c
7541         * src/exphtmldlg.c
7542         * src/expldifdlg.c
7543         * src/export.c
7544         * src/import.c
7545         * src/importldif.c
7546         * src/importmutt.c
7547         * src/importpine.c
7548         * src/prefs_account.c
7549         * src/prefs_spelling.c
7550         * src/gtk/gtkutils.c
7551         * src/gtk/gtkutils.h
7552         * src/plugins/clamav/clamav_plugin_gtk.c
7553         * src/plugins/spamassassin/spamassassin_gtk.c
7554                 use nicer browse-for-file/dir buttons than the "..." ones,
7555                 code factorizing more.
7556
7557 2005-10-14 [colin]      1.9.15cvs47
7558
7559         * src/mainwindow.c
7560                 set relief on the account switcher so that people see it
7561                 grey out Create processing rules when no message is selected
7562         * src/prefs_filtering.c
7563                 ask before closing if the rule has not been modified, even if
7564                 it's not valid
7565         * src/prefs_matcher.c
7566                 fix sensitivity when entering the dialog
7567         * src/gtk/inputdialog.c
7568                 display a better icon on password ask
7569         * src/plugins/pgpcore/passphrase.c
7570                 make the dialog look better
7571
7572 2005-10-14 [paul]       1.9.15cvs46
7573
7574         * src/folderview.c
7575                 indicate presense of marked msgs in
7576                 unexpanded subfolders
7577
7578 2005-10-14 [paul]       1.9.15cvs45
7579
7580         * src/prefs_actions.c
7581         * src/prefs_common.c
7582         * src/prefs_common.h
7583         * src/prefs_filtering_action.c
7584         * src/prefs_matcher.c
7585         * src/prefs_template.c
7586                 remember window sizes
7587                 fix Info button size
7588
7589         Patches by wwp
7590
7591 2005-10-13 [colin]      1.9.15cvs44
7592
7593         * src/mimeview.c
7594         * src/noticeview.c
7595         * src/noticeview.h
7596                 Add a tooltip on the icon (optional) 
7597                 Get rid of the signature buttons and only
7598                 use the icon+tooltip
7599
7600 2005-10-13 [colin]      1.9.15cvs43
7601
7602         * src/noticeview.c
7603         * src/noticeview.h
7604                 Add hand cursor for hovering over icon
7605
7606 2005-10-13 [colin]      1.9.15cvs42
7607
7608         * src/summaryview.c
7609                 Fix crash when quicksearch's hidden 
7610                 at startup
7611
7612 2005-10-13 [colin]      1.9.15cvs41
7613
7614         * src/compose.c
7615                 Set subject when forwarding multiple mails
7616                 Check that other recipient than the default Cc or Bcc
7617                 have been set before sending.
7618
7619 2005-10-13 [colin]      1.9.15cvs40
7620
7621         * src/imap.c
7622                 Batch per-folder
7623                 Introduce locking, but don't use it yet
7624
7625 2005-10-13 [colin]      1.9.15cvs39
7626
7627         * src/gtk/quicksearch.c
7628                 Reset quicksearch when hiding it
7629                 Make sticky a real pref
7630
7631 2005-10-13 [colin]      1.9.15cvs38
7632
7633         * src/summaryview.c
7634                 Faster prefs apply
7635
7636 2005-10-13 [colin]      1.9.15cvs37
7637
7638         * src/mimeview.c
7639         * src/noticeview.c
7640         * src/noticeview.h
7641         * src/plugins/pgpcore/sgpgme.c
7642                 Make privacy icon clickable
7643                 Move Trust field in Full info
7644                 When trust is less than full, don't display
7645                 a warning icon
7646
7647 2005-10-13 [colin]      1.9.15cvs36
7648
7649         * src/folder.c
7650                 Batch on flags sync
7651         * src/folderview.c
7652                 Revert speed hack which is dangerous in fact
7653                 Apply prefs faster
7654
7655 2005-10-13 [colin]      1.9.15cvs35
7656
7657         * src/folder_item_prefs.c
7658                 Fix pref corruption on folder move. Patch
7659                 by wwp
7660
7661 2005-10-13 [paul]       1.9.15cvs34
7662
7663         * src/export.c
7664         * src/import.c
7665                 fix typos in g_warnings
7666         * src/prefs_account.c
7667                 add a file selector for Signature file
7668
7669         Patches by wwp
7670
7671 2005-10-12 [colin]      1.9.15cvs33
7672
7673         * src/mimeview.c
7674                 Provide a quick way to go back from a
7675                 signature's full info to the email part
7676
7677 2005-10-12 [colin]      1.9.15cvs32
7678
7679         * src/compose.c
7680                 Remove old hack of encoding signed mails with base64.
7681                 QP works equally well.
7682
7683 2005-10-12 [colin]      1.9.15cvs31
7684
7685         * src/crash.c
7686                 Replace deprecated GtkText with GtkTextView
7687         * src/imap.c
7688                 Fix a logic bug about counts in imap_select
7689                 (previously un-triggered)
7690         * src/mainwindow.c
7691         * src/summaryview.c
7692         * src/news.c
7693                 Allow local deletion of news posts
7694         * src/mimeview.c
7695                 Show GPG noticeview on the message/rfc822 part
7696                 in addition to the text/plain one
7697         * src/prefs_image_viewer.c
7698           src/plugins/pgpcore/prefs_gpg.c
7699                 Polish (set the label as part of the checkbox)
7700         * src/wizard.c
7701                 Don't sit there doing nothing after destroying
7702                 the window - return err
7703
7704 2005-10-11 [colin]      1.9.15cvs30
7705
7706         * src/folderview.c
7707                 Apply processing rules before showing folders.
7708                 Early folder show (before flags sync) will only
7709                 be done when there are no processing rules (nor
7710                 pre- or post- ones)
7711         * src/imap.c
7712                 Fix stuff related to mail subdir, creation and 
7713                 deletion of folders 
7714         * src/imap_gtk.c
7715                 Don't allow creation of folders in NoInferior
7716                 folders, as it won't work
7717
7718 2005-10-10 [colin]      1.9.15cvs29
7719
7720         * src/compose.c
7721                 Reselect "None" Privacy system when selecting an
7722                 account with no privacy system defined
7723
7724 2005-10-10 [colin]      1.9.15cvs28
7725
7726         * src/mainwindow.c
7727                 Add Windows-1252 encoding
7728         * src/prefs_common.c
7729                 Rework some defaults:
7730                 - autosave to draft by default
7731                 - don't show header pane (it's already in the textview)
7732                 - Select first new or unread mail on entry
7733                 - Assume 'Yes' to change folder when there's no more
7734                   unread message
7735         * src/prefs_matcher.c
7736                 Fix a gtk assertion failure
7737         * src/gtk/colorlabel.c
7738                 Workaround bad repainting on selection
7739         * src/main.c
7740                 Freeze/thaw (a bit faster on ssh -X)
7741         * src/msgcache.c
7742                 Get rid of StrdupConverter that just adds an
7743                 extra strdup/free 
7744         * src/etpan/imap_thread.c
7745                 memset buf to 0
7746
7747 2005-10-10 [colin]      1.9.15cvs27
7748
7749         * src/export.c
7750         * src/import.c
7751                 Fix compile on gtk 2.4. Patch by wwp
7752
7753 2005-10-09 [colin]      1.9.15cvs26
7754
7755         * src/mainwindow.c
7756         * src/messageview.c
7757         * src/summaryview.c
7758                 Clarify forward menus. Patch by wwp
7759
7760 2005-10-09 [colin]      1.9.15cvs25
7761
7762         * src/compose.c
7763         * src/compose.h
7764                 Fix bug #829 (Non-working "Encrypt message by 
7765                 default when replying to an encrypted message")
7766
7767 2005-10-08 [colin]      1.9.15cvs24
7768
7769         * src/wizard.c
7770                 Fix bug #827 ("Welcome" setup wizard after a 
7771                 permission error gives up & forgets itself.)
7772
7773 2005-10-08 [colin]      1.9.15cvs23
7774
7775         * src/procmime.c
7776                 Fix bug #828 (Ignoring headers with spaces around = sign)
7777
7778 2005-10-08 [colin]      1.9.15cvs22
7779
7780         * src/export.c
7781                 Warning fix by wwp
7782
7783 2005-10-08 [colin]      1.9.15cvs21
7784
7785         * src/folder.c
7786         * src/folder.h
7787                 Add a processing_pending indicator, set on 
7788                 folder_item_open and cleared after 
7789                 folder_item_process_open
7790         * src/folderview.c
7791         * src/summaryview.c
7792                 wrap procmsg_msginfo_*_flags, and in the
7793                 wrapper check that there's no folder processing 
7794                 pending. If there is, defer the flags change until 
7795                 processing is done to avoid stepping over each
7796                 other's toes.
7797                 Freeze during processing, but not during scanning.
7798
7799 2005-10-07 [colin]      1.9.15cvs20
7800
7801         * src/plugins/pgpcore/passphrase.c
7802                 Fix bug #826 (X-Server hangs when 
7803                 right-clicking a PGP encrypted message)
7804
7805 2005-10-07 [paul]       1.9.15cvs19
7806
7807         * src/compose.c
7808                 fix compose_entries[]
7809                 patch by Fabien Vantard
7810
7811 2005-10-06 [colin]      1.9.15cvs18
7812
7813         * src/pixmaps/address.xpm
7814         * src/pixmaps/address_book.xpm
7815         * src/pixmaps/book.xpm
7816         * src/pixmaps/check_spelling.xpm
7817         * src/pixmaps/checkbox_off.xpm
7818         * src/pixmaps/checkbox_on.xpm
7819         * src/pixmaps/close.xpm
7820         * src/pixmaps/complete.xpm
7821         * src/pixmaps/continue.xpm
7822         * src/pixmaps/deleted.xpm
7823         * src/pixmaps/down_arrow.xpm
7824         * src/pixmaps/exec.xpm
7825         * src/pixmaps/forwarded.xpm
7826         * src/pixmaps/group.xpm
7827         * src/pixmaps/ignorethread.xpm
7828         * src/pixmaps/interface.xpm
7829         * src/pixmaps/jpilot.xpm
7830         * src/pixmaps/ldap.xpm
7831         * src/pixmaps/linewrap.xpm
7832         * src/pixmaps/linewrapcurrent.xpm
7833         * src/pixmaps/mail.xpm
7834         * src/pixmaps/mail_attach.xpm
7835         * src/pixmaps/mail_compose.xpm
7836         * src/pixmaps/mail_forward.xpm
7837         * src/pixmaps/mail_receive.xpm
7838         * src/pixmaps/mail_receive_all.xpm
7839         * src/pixmaps/mail_reply.xpm
7840         * src/pixmaps/mail_reply_to_all.xpm
7841         * src/pixmaps/mail_reply_to_author.xpm
7842         * src/pixmaps/mail_send.xpm
7843         * src/pixmaps/mail_send_queue.xpm
7844         * src/pixmaps/mime_application.xpm
7845         * src/pixmaps/mime_audio.xpm
7846         * src/pixmaps/mime_image.xpm
7847         * src/pixmaps/mime_message.xpm
7848         * src/pixmaps/mime_text_enriched.xpm
7849         * src/pixmaps/mime_text_html.xpm
7850         * src/pixmaps/mime_text_plain.xpm
7851         * src/pixmaps/mime_unknown.xpm
7852         * src/pixmaps/new.xpm
7853         * src/pixmaps/news_compose.xpm
7854         * src/pixmaps/offline.xpm
7855         * src/pixmaps/online.xpm
7856         * src/pixmaps/paste.xpm
7857         * src/pixmaps/preferences.xpm
7858         * src/pixmaps/privacy_emblem_encrypted.xpm
7859         * src/pixmaps/privacy_expired.xpm
7860         * src/pixmaps/privacy_failed.xpm
7861         * src/pixmaps/privacy_passed.xpm
7862         * src/pixmaps/privacy_signed.xpm
7863         * src/pixmaps/privacy_unknown.xpm
7864         * src/pixmaps/privacy_warn.xpm
7865         * src/pixmaps/properties.xpm
7866         * src/pixmaps/replied.xpm
7867         * src/pixmaps/search.xpm
7868         * src/pixmaps/unread.xpm
7869         * src/pixmaps/up_arrow.xpm
7870         * src/pixmaps/vcard.xpm
7871                 Modernize internal theme, with icons from the 
7872                 Gnomaws theme. Keep some of the old ones where
7873                 they were better.
7874
7875 2005-10-06 [colin]      1.9.15cvs17
7876
7877         * src/summaryview.c
7878                 Little optimisations + bugfix
7879         * src/toolbar.c
7880                 Remove default useless items - useless being defined
7881                 by the default relevant prefs
7882         * src/wizard.c
7883                 include config.h to make gettext work
7884         * src/prefs_themes.c
7885                 Fix selection of current theme in prefs
7886
7887 2005-10-06 [colin]      1.9.15cvs16
7888
7889         * src/prefs_common.c
7890         * src/prefs_common.h
7891         * src/prefs_summaries.c
7892         * src/folderview.c
7893                 Add a warning dialog on Mark all read 
7894                 (with pref to get rid of it)
7895
7896 2005-10-06 [paul]       1.9.15cvs15
7897
7898         * po/nb.po
7899         * po/pt_BR.po
7900                 updated by Geir Helland and Frederico
7901                 Goncalves Guimaraes
7902
7903 2005-10-05 [colin]      1.9.15cvs14
7904
7905         * src/folder.c
7906         * src/folder.h
7907         * src/folderview.c
7908         * src/folderview.h
7909         * src/imap_gtk.c
7910         * src/mh_gtk.c
7911         * src/mainwindow.c
7912         * src/setup.c
7913                 add a way to rescan without rebuilding
7914                 make moving a bit faster (less folders changes)
7915                 don't lock the tree on Get 
7916         * src/imap.c
7917                 Don't re-delete deleted messages before expunging
7918         * src/summaryview.c
7919                 Set batch mode when deleting mails
7920
7921 2005-10-05 [paul]       1.9.15cvs13
7922
7923         * src/mainwindow.c
7924         * src/mainwindow.h
7925                 fix disabled Execute menu item
7926         * src/toolbar.c
7927                 match the change in 1.9.15cvs10: use Compose
7928                 instead of News by default
7929
7930 2005-10-04 [colin]      1.9.15cvs12
7931
7932         * src/compose.c
7933                 When replying to an ML post with Reply-To set
7934                 to the poster's email, honor it (as before),
7935                 but also honor our user's request to reply to
7936                 the mailing list: set the ML address in the To
7937                 field and the Reply-To address in the Cc: 
7938                 field.
7939
7940 2005-10-04 [colin]      1.9.15cvs11
7941
7942         * src/plugins/trayicon/trayicon.c
7943                 Finish cosmetic change - thanks to wwp
7944
7945 2005-10-04 [colin]      1.9.15cvs10
7946
7947         * src/toolbar.c
7948                 Use Compose instead of Email by default.
7949                 Spotted by wwp.
7950
7951 2005-10-04 [colin]      1.9.15cvs9
7952
7953         * src/folder.c
7954         * src/folder.h
7955         * src/folderview.c
7956         * src/imap.c
7957         * src/etpan/imap-thread.c
7958         * src/etpan/imap-thread.h
7959                 Try to make IMAP faster, by simplifying SEARCH
7960                 commands, avoiding sending two STATUS in a row,
7961                 and deferring flags sync and processing just
7962                 after displaying the folder. 
7963                 This will update the SummaryView in certain
7964                 cases (new mails not already fetched, flags
7965                 changed from another client) but in a non-
7966                 blocking manner.
7967
7968 2005-10-04 [colin]      1.9.15cvs8
7969
7970         * src/plugins/trayicon/trayicon.c
7971                 Relabel "Offline" to "Work offline"
7972
7973 2005-10-04 [colin]      1.9.15cvs7
7974
7975         * src/export.c
7976         * src/import.c
7977         * src/mbox.c
7978                 Fix mbox import/export buglets
7979                 Patch by wwp
7980         * src/plugins/trayicon/trayicon.c
7981                 Add offline swithc
7982                 Patch by wwp
7983
7984 2005-10-04 [colin]      1.9.15cvs6
7985
7986         * src/folder.c
7987         * src/folderview.c
7988         * src/summaryview.c
7989                 Better fix (don't break mark all read) for cvs2
7990
7991 2005-10-03 [colin]      1.9.15cvs5
7992
7993         * src/folder.c
7994                 Use a sane sort by default
7995
7996 2005-10-03 [colin]      1.9.15cvs4
7997
7998         * src/inc.c
7999                 Add a 'Only once' button for overriding offline mode
8000         * src/prefs_account.c
8001         * src/wizard.c
8002                 Add Local mbox to the wizard
8003                 Add IMAP subdir to the wizard (or the wizard is useless
8004                 for such accounts, or even worse than useless)
8005                 Move IMAP subdir from Advanced to Receive tab, as it's
8006                 not that uncommon
8007
8008 2005-10-03 [colin]      1.9.15cvs3
8009
8010         * src/send_message.c
8011                 Forgot this one in cvs1
8012
8013 2005-10-03 [colin]      1.9.15cvs2
8014
8015         * src/folder.c
8016                 Faster close when leaving a folder with lots
8017                 of new mails. Idea by David Relson.
8018
8019 2005-10-03 [colin]      1.9.15cvs1
8020
8021         * src/compose.c
8022         * src/imap.c
8023         * src/inc.c
8024         * src/main.c
8025         * src/messageview.c
8026         * src/news.c
8027         * src/summaryview.c
8028         * src/gtk/sslcertwindow.c
8029         * src/plugins/trayicon/trayicon.c
8030                 Add accels to every AlertPanel. Patch by Fabien 
8031                 Vantard
8032
8033 2005-10-03 [paul]       1.9.15
8034
8035         1.9.15 released
8036
8037 2005-10-03 [paul]       1.9.14cvs68
8038
8039         * po/ca.po
8040         * po/de.po
8041         * po/es.po
8042         * po/fi.po
8043         * po/fr.po
8044         * po/sk.po
8045         * po/sr.po
8046         * po/zh_CN.po
8047                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8048                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8049                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8050
8051 2005-10-03 [paul]       1.9.14cvs67
8052
8053         * src/send_message.c
8054                 prevent hang on Cancel
8055                 patch by Colin
8056
8057 2005-10-03 [paul]       1.9.14cvs66
8058
8059         * src/main.c
8060                 fix crash in IMAP caused by discrepancy
8061                 between check_at_startup and offline mode
8062                 Patch by Colin
8063
8064 2005-10-01 [paul]       1.9.14cvs65
8065
8066         * src/inc.c
8067                 fix engrish
8068
8069 2005-10-01 [paul]       1.9.14cvs64
8070         * src/export.c
8071         * src/import.c
8072                 synchronise import_mbox() and export_mbox()
8073         * src/mbox.c
8074                 proc_mbox(): add alert if file cannot be opened
8075                 export_list_to_mbox(): test if dest file exists,
8076                 prompt user to overwrite if it does. add alert
8077                 if file cannot be created
8078                                                                 
8079         Patch by wwp
8080                                                                                                                 
8081
8082 2005-09-30 [paul]       1.9.14cvs63
8083
8084         * src/addressbook.c
8085                 Fix sensitivity of a menu
8086         * src/codeconv.c
8087                 Respect hidden pref for mails with no encoding
8088         * src/common/xml.c
8089                 Fix memory corruption
8090         * src/plugins/pgpcore/sgpgme.c
8091                 Fix segfault on incomplete sigs, and display
8092                 of S/Mime UIDs
8093
8094         Patches by Colin
8095
8096 2005-09-30 [colin]      1.9.14cvs62
8097
8098         * src/partial_download.c
8099                 Little logic fix in almost-dead code
8100         * src/pop.c
8101                 Fix partial download when there's no new mail
8102
8103 2005-09-29 [paul]       1.9.14cvs61
8104
8105         * src/plugins/pgpinline/pgpinline.c
8106                 fix bug 819, 'crash accessing sign message'
8107                 Patch by Colin
8108
8109 2005-09-28 [martin]     1.9.14cvs60
8110
8111         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8112                 fix bug #790 (Crash when restarting window manager (fluxbox))
8113
8114 2005-09-28 [paul]       1.9.14cvs59
8115
8116         * src/gtk/gtkaspell.c
8117                 fix off-by-one typo
8118
8119 2005-09-27 [colin]      1.9.14cvs58
8120
8121         * src/plugins/pgpcore/sgpgme.c
8122                 Report error when there's one, instead of
8123                 "Signature unchecked" 
8124
8125 2005-09-27 [colin]      1.9.14cvs57
8126
8127         * src/prefs_quote.c
8128                 Fix bug #816 (Weird quotation with spaces)
8129
8130 2005-09-27 [colin]      1.9.14cvs56
8131
8132         * src/codeconv.c
8133         * src/compose.c
8134         * src/compose.h
8135                 Put subject in compose's title
8136                 Fix Automatic encoding so that it's really automatic:
8137                 first try default locale's charset, then charset of the replied mail, 
8138                 then utf-8
8139                 Fix encoding of headers (must be in strict mode too)
8140
8141 2005-09-26 [colin]      1.9.14cvs55
8142
8143         * src/gtk/gtkaspell.c
8144                 Fix previous patch - don't color the space,
8145                 just uncolor it :)
8146
8147 2005-09-26 [colin]      1.9.14cvs54
8148
8149         * src/gtk/gtkaspell.c
8150                 Unmark space if possible
8151
8152 2005-09-26 [colin]      1.9.14cvs53
8153
8154         * src/imap.c
8155                 log_error instead of alertpanel according to the pref
8156         * src/etpan/imap-thread.c
8157                 Print connect status, copy only necessary size to 
8158                 logger
8159         * src/plugins/pgpmime/pgpmime.c
8160                 Handle S/Mime signatures (verification only). Patch based
8161                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8162
8163 2005-09-26 [paul]       1.9.14cvs52
8164
8165         * src/common/passcrypt.c
8166                 this 'workaround' not necessary on NetBSD.
8167                 Thanks to Daniel Gustafson
8168
8169 2005-09-26 [paul]
8170
8171         1.9.15-rc4 released
8172
8173 2005-09-26 [paul]       1.9.14cvs51
8174
8175         * src/summaryview.c
8176                 Skip currently selected message when
8177                 looking for next new or unread message
8178                 in current folder. Patch by Colin
8179         * src/common/passcrypt.c
8180                 eliminate warnings on *BSD. Patch by
8181                 Daniel Gustafson
8182
8183 2005-09-26 [colin]      1.9.14cvs50
8184
8185         * src/procmsg.c
8186                 Call postfiltering hook anyway
8187
8188 2005-09-22 [colin]      1.9.14cvs49
8189
8190         * src/codeconv.c
8191         * src/codeconv.h
8192                 Add a strict mode that doesn't replace with _
8193         * src/compose.c
8194         * src/compose.h
8195                 Use strict conversion while sending
8196                 Fix race when drafting while sending (happens
8197                 on IMAP)
8198                 Fix d'n'd of messages from summaryview
8199         * src/prefs_common.c
8200         * src/prefs_common.h
8201                 add hidden utf8_instead_of_locale_for_broken_mail 
8202                 pref for people that preferred the default charset 
8203                 to be utf8 for broken mails
8204         * src/quote_fmt_parse.y
8205                 fix bug #815 (No quote insert if "From:" fied 
8206                 contained Russian letters)
8207         * src/summaryview.c
8208                 Fix d'n'd of messages to compose
8209
8210 2005-09-22 [paul]       1.9.14cvs48
8211
8212         * src/compose.c
8213                 fix bug where attachments Name entry
8214                 would display Path instead
8215
8216 2005-09-21 [paul]       1.9.14cvs47
8217
8218         * README
8219         * README.jp
8220         * configure.ac
8221         * config/config.rpath
8222         * doc/manual/en/sylpheed-20.html
8223         * doc/manual/es/sylpheed-20.html
8224         * po/bg.po
8225         * po/ca.po
8226         * po/de.po
8227         * po/es.po
8228         * po/fr.po
8229         * po/it.po
8230         * po/pt_BR.po
8231         * po/sk.po
8232         * po/zh_TW.po
8233         * src/account.c
8234         * src/account.h
8235         * src/action.c
8236         * src/action.h
8237         * src/adbookbase.h
8238         * src/addr_compl.c
8239         * src/addr_compl.h
8240         * src/addrbook.c
8241         * src/addrbook.h
8242         * src/addrcache.c
8243         * src/addrcache.h
8244         * src/addrcindex.c
8245         * src/addrcindex.h
8246         * src/addrclip.c
8247         * src/addrclip.h
8248         * src/addrdefs.h
8249         * src/addressadd.c
8250         * src/addressadd.h
8251         * src/addressbook.c
8252         * src/addressbook.h
8253         * src/addressitem.h
8254         * src/addrgather.c
8255         * src/addrgather.h
8256         * src/addrharvest.c
8257         * src/addrharvest.h
8258         * src/addrindex.c
8259         * src/addrindex.h
8260         * src/addritem.c
8261         * src/addritem.h
8262         * src/addrquery.c
8263         * src/addrquery.h
8264         * src/addrselect.c
8265         * src/addrselect.h
8266         * src/alertpanel.c
8267         * src/alertpanel.h
8268         * src/browseldap.c
8269         * src/browseldap.h
8270         * src/codeconv.c
8271         * src/codeconv.h
8272         * src/compose.c
8273         * src/compose.h
8274         * src/crash.c
8275         * src/crash.h
8276         * src/customheader.c
8277         * src/customheader.h
8278         * src/displayheader.c
8279         * src/displayheader.h
8280         * src/editaddress.c
8281         * src/editaddress.h
8282         * src/editbook.c
8283         * src/editbook.h
8284         * src/editgroup.c
8285         * src/editgroup.h
8286         * src/editjpilot.c
8287         * src/editjpilot.h
8288         * src/editldap.c
8289         * src/editldap.h
8290         * src/editldap_basedn.c
8291         * src/editldap_basedn.h
8292         * src/editvcard.c
8293         * src/editvcard.h
8294         * src/enriched.c
8295         * src/enriched.h
8296         * src/exphtmldlg.c
8297         * src/exphtmldlg.h
8298         * src/expldifdlg.c
8299         * src/expldifdlg.h
8300         * src/export.c
8301         * src/export.h
8302         * src/exporthtml.c
8303         * src/exporthtml.h
8304         * src/exportldif.c
8305         * src/exportldif.h
8306         * src/filtering.c
8307         * src/filtering.h
8308         * src/folder.c
8309         * src/folder.h
8310         * src/folder_item_prefs.c
8311         * src/folder_item_prefs.h
8312         * src/foldersel.c
8313         * src/foldersel.h
8314         * src/folderutils.c
8315         * src/folderutils.h
8316         * src/folderview.c
8317         * src/folderview.h
8318         * src/grouplistdialog.c
8319         * src/grouplistdialog.h
8320         * src/headerview.c
8321         * src/headerview.h
8322         * src/html.c
8323         * src/html.h
8324         * src/image_viewer.c
8325         * src/image_viewer.h
8326         * src/imap.c
8327         * src/imap.h
8328         * src/imap_gtk.c
8329         * src/imap_gtk.h
8330         * src/import.c
8331         * src/import.h
8332         * src/importldif.c
8333         * src/importldif.h
8334         * src/importmutt.c
8335         * src/importmutt.h
8336         * src/importpine.c
8337         * src/importpine.h
8338         * src/inc.c
8339         * src/inc.h
8340         * src/jpilot.c
8341         * src/jpilot.h
8342         * src/ldapctrl.c
8343         * src/ldapctrl.h
8344         * src/ldaplocate.c
8345         * src/ldaplocate.h
8346         * src/ldapquery.c
8347         * src/ldapquery.h
8348         * src/ldapserver.c
8349         * src/ldapserver.h
8350         * src/ldaputil.c
8351         * src/ldaputil.h
8352         * src/ldif.c
8353         * src/ldif.h
8354         * src/localfolder.c
8355         * src/localfolder.h
8356         * src/main.c
8357         * src/main.h
8358         * src/mainwindow.c
8359         * src/mainwindow.h
8360         * src/manual.c
8361         * src/manual.h
8362         * src/matcher.c
8363         * src/matcher.h
8364         * src/matcher_parser.h
8365         * src/matcher_parser_lex.l
8366         * src/matcher_parser_parse.y
8367         * src/mbox.c
8368         * src/mbox.h
8369         * src/message_search.c
8370         * src/message_search.h
8371         * src/messageview.c
8372         * src/messageview.h
8373         * src/mh.c
8374         * src/mh.h
8375         * src/mh_gtk.c
8376         * src/mh_gtk.h
8377         * src/mimeview.c
8378         * src/mimeview.h
8379         * src/msgcache.c
8380         * src/msgcache.h
8381         * src/mutt.c
8382         * src/mutt.h
8383         * src/news.c
8384         * src/news.h
8385         * src/news_gtk.c
8386         * src/news_gtk.h
8387         * src/noticeview.c
8388         * src/noticeview.h
8389         * src/partial_download.c
8390         * src/partial_download.h
8391         * src/pine.c
8392         * src/pine.h
8393         * src/pop.c
8394         * src/pop.h
8395         * src/prefs_account.c
8396         * src/prefs_account.h
8397         * src/prefs_actions.c
8398         * src/prefs_actions.h
8399         * src/prefs_common.c
8400         * src/prefs_common.h
8401         * src/prefs_compose_writing.c
8402         * src/prefs_compose_writing.h
8403         * src/prefs_customheader.c
8404         * src/prefs_customheader.h
8405         * src/prefs_display_header.c
8406         * src/prefs_display_header.h
8407         * src/prefs_ext_prog.c
8408         * src/prefs_ext_prog.h
8409         * src/prefs_filtering.c
8410         * src/prefs_filtering.h
8411         * src/prefs_filtering_action.c
8412         * src/prefs_filtering_action.h
8413         * src/prefs_folder_column.c
8414         * src/prefs_folder_column.h
8415         * src/prefs_folder_item.c
8416         * src/prefs_folder_item.h
8417         * src/prefs_fonts.c
8418         * src/prefs_fonts.h
8419         * src/prefs_gtk.c
8420         * src/prefs_gtk.h
8421         * src/prefs_image_viewer.c
8422         * src/prefs_image_viewer.h
8423         * src/prefs_matcher.c
8424         * src/prefs_matcher.h
8425         * src/prefs_message.c
8426         * src/prefs_message.h
8427         * src/prefs_msg_colors.c
8428         * src/prefs_msg_colors.h
8429         * src/prefs_other.c
8430         * src/prefs_other.h
8431         * src/prefs_quote.c
8432         * src/prefs_quote.h
8433         * src/prefs_receive.c
8434         * src/prefs_receive.h
8435         * src/prefs_send.c
8436         * src/prefs_send.h
8437         * src/prefs_spelling.c
8438         * src/prefs_spelling.h
8439         * src/prefs_summaries.c
8440         * src/prefs_summaries.h
8441         * src/prefs_summary_column.c
8442         * src/prefs_summary_column.h
8443         * src/prefs_template.c
8444         * src/prefs_template.h
8445         * src/prefs_themes.c
8446         * src/prefs_themes.h
8447         * src/prefs_toolbar.c
8448         * src/prefs_toolbar.h
8449         * src/prefs_wrapping.c
8450         * src/prefs_wrapping.h
8451         * src/privacy.c
8452         * src/privacy.h
8453         * src/procheader.c
8454         * src/procheader.h
8455         * src/procmime.c
8456         * src/procmime.h
8457         * src/procmsg.c
8458         * src/procmsg.h
8459         * src/quote_fmt.c
8460         * src/quote_fmt_parse.y
8461         * src/recv.c
8462         * src/recv.h
8463         * src/remotefolder.c
8464         * src/remotefolder.h
8465         * src/send_message.c
8466         * src/send_message.h
8467         * src/setup.c
8468         * src/setup.h
8469         * src/simple-gettext.c
8470         * src/sourcewindow.c
8471         * src/sourcewindow.h
8472         * src/ssl_manager.c
8473         * src/ssl_manager.h
8474         * src/statusbar.c
8475         * src/statusbar.h
8476         * src/stock_pixmap.c
8477         * src/stock_pixmap.h
8478         * src/summary_search.c
8479         * src/summary_search.h
8480         * src/summaryview.c
8481         * src/summaryview.h
8482         * src/syldap.c
8483         * src/syldap.h
8484         * src/textview.c
8485         * src/textview.h
8486         * src/toolbar.c
8487         * src/toolbar.h
8488         * src/undo.c
8489         * src/undo.h
8490         * src/unmime.c
8491         * src/unmime.h
8492         * src/vcard.c
8493         * src/vcard.h
8494         * src/wizard.c
8495         * src/wizard.h
8496         * src/common/base64.c
8497         * src/common/base64.h
8498         * src/common/defs.h
8499         * src/common/hooks.c
8500         * src/common/hooks.h
8501         * src/common/log.c
8502         * src/common/log.h
8503         * src/common/md5.c
8504         * src/common/md5.h
8505         * src/common/mgutils.c
8506         * src/common/mgutils.h
8507         * src/common/nntp.c
8508         * src/common/nntp.h
8509         * src/common/passcrypt.c
8510         * src/common/passcrypt.h.in
8511         * src/common/plugin.c
8512         * src/common/plugin.h
8513         * src/common/prefs.c
8514         * src/common/prefs.h
8515         * src/common/progressindicator.c
8516         * src/common/progressindicator.h
8517         * src/common/quoted-printable.c
8518         * src/common/quoted-printable.h
8519         * src/common/session.c
8520         * src/common/session.h
8521         * src/common/smtp.c
8522         * src/common/smtp.h
8523         * src/common/socket.c
8524         * src/common/socket.h
8525         * src/common/ssl.c
8526         * src/common/ssl.h
8527         * src/common/ssl_certificate.c
8528         * src/common/ssl_certificate.h
8529         * src/common/string_match.c
8530         * src/common/string_match.h
8531         * src/common/stringtable.c
8532         * src/common/sylpheed.c
8533         * src/common/sylpheed.h
8534         * src/common/template.c
8535         * src/common/template.h
8536         * src/common/timing.h
8537         * src/common/utils.c
8538         * src/common/utils.h
8539         * src/common/uuencode.c
8540         * src/common/uuencode.h
8541         * src/common/version.h.in
8542         * src/common/xml.c
8543         * src/common/xml.h
8544         * src/common/xmlprops.c
8545         * src/common/xmlprops.h
8546         * src/gtk/about.c
8547         * src/gtk/about.h
8548         * src/gtk/colorlabel.c
8549         * src/gtk/colorlabel.h
8550         * src/gtk/colorsel.c
8551         * src/gtk/colorsel.h
8552         * src/gtk/description_window.c
8553         * src/gtk/description_window.h
8554         * src/gtk/filesel.c
8555         * src/gtk/filesel.h
8556         * src/gtk/foldersort.c
8557         * src/gtk/foldersort.h
8558         * src/gtk/gtkutils.c
8559         * src/gtk/gtkutils.h
8560         * src/gtk/inputdialog.c
8561         * src/gtk/inputdialog.h
8562         * src/gtk/logwindow.c
8563         * src/gtk/logwindow.h
8564         * src/gtk/manage_window.c
8565         * src/gtk/manage_window.h
8566         * src/gtk/menu.c
8567         * src/gtk/menu.h
8568         * src/gtk/pluginwindow.c
8569         * src/gtk/pluginwindow.h
8570         * src/gtk/prefswindow.c
8571         * src/gtk/prefswindow.h
8572         * src/gtk/progressdialog.c
8573         * src/gtk/progressdialog.h
8574         * src/gtk/quicksearch.c
8575         * src/gtk/quicksearch.h
8576         * src/gtk/sslcertwindow.c
8577         * src/gtk/sslcertwindow.h
8578         * src/plugins/clamav/clamav_plugin.c
8579         * src/plugins/clamav/clamav_plugin.h
8580         * src/plugins/clamav/clamav_plugin_gtk.c
8581         * src/plugins/demo/demo.c
8582         * src/plugins/dillo_viewer/dillo_prefs.c
8583         * src/plugins/dillo_viewer/dillo_prefs.h
8584         * src/plugins/dillo_viewer/dillo_viewer.c
8585         * src/plugins/mathml_viewer/mathml_viewer.c
8586         * src/plugins/pgpcore/passphrase.c
8587         * src/plugins/pgpcore/passphrase.h
8588         * src/plugins/pgpcore/plugin.c
8589         * src/plugins/pgpcore/prefs_gpg.c
8590         * src/plugins/pgpcore/prefs_gpg.h
8591         * src/plugins/pgpcore/select-keys.c
8592         * src/plugins/pgpcore/select-keys.h
8593         * src/plugins/pgpcore/sgpgme.c
8594         * src/plugins/pgpcore/sgpgme.h
8595         * src/plugins/pgpinline/pgpinline.c
8596         * src/plugins/pgpinline/pgpinline.h
8597         * src/plugins/pgpinline/plugin.c
8598         * src/plugins/pgpmime/pgpmime.c
8599         * src/plugins/pgpmime/pgpmime.h
8600         * src/plugins/pgpmime/plugin.c
8601         * src/plugins/spamassassin/spamassassin.c
8602         * src/plugins/spamassassin/spamassassin.h
8603         * src/plugins/spamassassin/spamassassin_gtk.c
8604         * src/plugins/trayicon/trayicon.c
8605         * tools/OOo2sylpheed.pl
8606         * tools/acroread2sylpheed.pl
8607         * tools/asus_mailled.sh
8608         * tools/filter_conv.pl
8609         * tools/freshmeat_search.pl
8610         * tools/google_search.pl
8611         * tools/kmail2sylpheed.pl
8612         * tools/kmail2sylpheed_v2.pl
8613         * tools/maildir2sylpheed.pl
8614         * tools/multiwebsearch.pl
8615         * tools/newscache_clean.pl
8616         * tools/outlook2sylpheed.pl
8617         * tools/sylpheed-switcher
8618         * tools/update-po
8619         * tools/vcard2xml.py
8620         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8621                 update FSF address
8622
8623 2005-09-21 [colin]      1.9.14cvs46
8624
8625         * src/gedit-print.c
8626         * src/procmsg.c
8627         * src/procmsg.h
8628         * src/textview.c
8629         * src/summaryview.c
8630                 Remove some printing hacks (deselection/reselection),
8631                 which by the way fix printing the currently 
8632                 displayed mime part (still only text)
8633                 Plus a little optimisation of summary_show
8634
8635
8636 2005-09-20 [colin]      1.9.14cvs45
8637
8638         * src/mainwindow.c
8639         * src/messageview.c
8640                 GUI fixups: add accels, set message
8641                 view title to displayed mail's subject
8642         * src/prefs_spelling.c
8643         * src/gtk/gtkaspell.c
8644                 GUI fixups: allow underlining misspelled
8645                 words instead of coloring them (a11y!)
8646
8647 2005-09-19 [colin]
8648
8649         1.9.15rc3 released
8650
8651 2005-09-19 [colin]      1.9.14cvs44
8652
8653         * src/compose.c
8654                 Fix draft message
8655         * src/gtk/gtkaspell.c
8656                 Fix wrong test ;-)
8657
8658 2005-09-19 [colin]      1.9.14cvs43
8659
8660         * src/addressbook.c
8661                 Fix sensitivity of Delete button
8662         * src/compose.c
8663                 Warn if the requested Privacy system
8664                 is not available
8665         * src/exphtmldlg.c
8666         * src/expldifdlg.c
8667         * src/importldif.c
8668         * src/importmutt.c
8669         * src/importpine.c
8670                 Fix crappy UI
8671         * src/
8672         * src/ssl.h
8673         * src/prefs_account.h
8674         * src/prefs_account.c
8675                 Save SSL prefs even in builds that have
8676                 SSL support disable
8677         * src/imap.c
8678         * src/inc.c
8679         * src/news.c
8680         * src/send_message.c
8681                 Warn if connection should be secure, but
8682                 SSL support isn't compiled in
8683         * src/gtkaspell.c
8684                 Fix word separation on UTF-8 systems
8685                 Fixes bug #812 (Strange inline spellchecking)
8686         * src/compose.c
8687                 Warn if the requested Privacy system
8688                 is not available
8689                 Factorize offline warning
8690         * src/imap.c
8691         * src/imap_gtk.c
8692         * src/imap_gtk.h
8693         * src/inc.h
8694         * src/news_gtk.c
8695         * src/news_gtk.h
8696         * src/messageview.c
8697                 Factorize offline warning
8698
8699 2005-09-19 [paul]
8700
8701         1.9.15-rc2 released
8702
8703 2005-09-18 [colin]      1.9.14cvs42
8704
8705         * src/codeconv.c
8706         * src/codeconv.h
8707         * src/procmime.c
8708                 Add a way to get locale's charset ignoring utf-8,
8709                 and use that as default encoding for broken mails
8710
8711 2005-09-18 [colin]      1.9.14cvs41
8712
8713         * src/gtk/logwindow.c
8714                 Translate string. Patch by Fabien Vantard
8715
8716 2005-09-18 [colin]      1.9.14cvs40
8717
8718         * configure.ac
8719                 Fix bug #803 (IMAP/SSL support breaks with 
8720                 GnuTLS libetpan 0.38)
8721
8722 2005-09-18 [colin]      1.9.14cvs39
8723
8724         * src/codeconv.c
8725         * src/compose.c
8726         * src/procmime.c
8727                 More charsets fixes. Fixes bug #806 (non
8728                 ascii characters in subject line)
8729
8730 2005-09-17 [paul]       1.9.14cvs38
8731
8732         * src/folderview.c
8733         * src/mainwindow.c
8734                 fix gcc-2.95 issues
8735                 Patch by Pawel Pekala
8736
8737 2005-09-17 [colin]      1.9.14cvs37
8738
8739         * src/addrindex.c
8740                 bugfix for NO-USE LDAP compilation, patch 
8741                 by Fabien Vantard
8742
8743 2005-09-17 [colin]      1.9.14cvs36
8744
8745         * src/prefs_actions.c
8746         * src/prefs_customheader.c
8747         * src/prefs_display_header.c
8748         * src/prefs_filtering_action.c
8749         * src/prefs_matcher.c
8750         * src/prefs_toolbar.c
8751                 Fix strange casts (less elegant but
8752                 works better)
8753
8754 2005-09-16 [colin]      1.9.14cvs35
8755
8756         * src/jpilot.c
8757                 Missed that one
8758
8759 2005-09-16 [colin]      1.9.14cvs34
8760
8761         * configure.ac
8762         * src/Makefile.am
8763         * src/addr_compl.c
8764         * src/addrindex.c
8765         * src/browseldap.c
8766         * src/editldap.c
8767         * src/ldaplocate.c
8768         * src/ldapquery.c
8769         * src/ldapquery.h
8770         * src/ldapserver.c
8771         * src/ldapserver.h
8772         * src/main.c
8773         * src/matcher_parser_parse.y
8774         * src/prefs_themes.c
8775         * src/etpan/Makefile.am
8776         * src/gtk/description_window.c
8777         * src/plugins/clamav/Makefile.am
8778         * src/plugins/clamav/clamav_plugin.c
8779         * src/plugins/dillo_viewer/Makefile.am
8780         * src/plugins/pgpcore/Makefile.am
8781         * src/plugins/pgpinline/Makefile.am
8782         * src/plugins/pgpmime/Makefile.am
8783         * src/plugins/trayicon/Makefile.am
8784                 Fix 100% cpu usage in address completion list
8785                 Fix little bugs (return with no values etc)
8786                 Fix all warnings (with common CFLAGS)
8787
8788 2005-09-15 [colin]      1.9.14cvs33
8789
8790         * src/addressbook.c
8791                 Fix bug where sometimes a group's email list is empty,
8792                 force its refresh (probably fixes "Re: how to create a 
8793                 distribution list")
8794         * src/ldapquery.c
8795                 Don't return to the callback in the main thread from the
8796                 fetch thread (or face segs!)
8797
8798 2005-09-15 [paul]       1.9.14cvs32
8799
8800         * src/prefs_matcher.c
8801                 forgotten in last commit
8802
8803 2005-09-15 [paul]       1.9.14cvs31
8804
8805         * src/prefs_actions.c
8806         * src/prefs_filtering_action.c
8807         * src/prefs_quote.c
8808         * src/quote_fmt.c
8809         * src/summaryview.c
8810         * src/gtk/description_window.c
8811         * src/gtk/description_window.h
8812         * src/gtk/quicksearch.c
8813                 allow interaction with the called
8814                 description window
8815                 Patch by Anders Hammar
8816
8817 2005-09-14 [paul]       1.9.14cvs30
8818
8819         * src/compose.c
8820                 fix a little annoyance when pasting with 3rd button 
8821                 with wrap_pastes=0 and wrap_input=1
8822                 Patch by Colin
8823
8824 2005-09-14 [paul]       1.9.14cvs29
8825
8826         * src/prefs_account.c
8827                 disable 'Filter messages on receiving' for
8828                 SMTP-only accounts
8829                 Patch  by Anders Hammar
8830
8831 2005-09-14 [paul]       1.9.14cvs28
8832
8833         * po/sk.po
8834                 fix crash
8835                 updated by Andrej Kacian
8836
8837 2005-09-14 [paul]
8838
8839         1.9.15-rc1 released
8840
8841 2005-09-14 [paul]       1.9.14cvs27
8842
8843         * po/es.po
8844                 updated by Ricardo Mones Lastra
8845         * src/compose.c
8846         * src/compose.h
8847                 associate no_wrap_tags to Compose windows
8848                 instead of using a static one
8849                 Patch by Colin
8850         * src/mbox.c
8851                 fix proc_mbox()
8852                 Patch by wwp
8853         * src/textview.c
8854                 remove unneeded printf()
8855
8856 2005-09-14 [paul]       1.9.14cvs26
8857
8858         * src/addrcache.c
8859         * src/codeconv.h
8860         * src/folder.h
8861         * src/mainwindow.h
8862         * src/mh.c
8863         * src/mimeview.h
8864         * src/partial_download.c
8865         * src/pop.c
8866         * src/prefs_account.c
8867         * src/prefs_account.h
8868         * src/prefs_actions.c
8869         * src/prefs_customheader.c
8870         * src/prefs_display_header.c
8871         * src/prefs_filtering_action.c
8872         * src/prefs_matcher.c
8873         * src/prefs_toolbar.c
8874         * src/privacy.h
8875         * src/procmime.c
8876         * src/procmime.h
8877         * src/procmsg.h
8878         * src/textview.c
8879         * src/undo.h
8880         * src/common/plugin.c
8881         * src/common/session.h
8882         * src/common/socket.c
8883         * src/common/socket.h
8884         * src/common/template.c
8885         * src/gtk/gtkaspell.c
8886         * src/gtk/quicksearch.h
8887         * src/plugins/pgpcore/passphrase.c
8888         * src/plugins/pgpcore/prefs_gpg.h
8889         * src/plugins/pgpcore/select-keys.c
8890         * src/plugins/pgpcore/select-keys.h
8891         * src/plugins/pgpcore/sgpgme.c
8892         * src/plugins/pgpinline/pgpinline.c
8893         * src/plugins/pgpmime/pgpmime.c
8894         * src/plugins/trayicon/trayicon.c
8895                 fix compilation warnings
8896                 Patch by Daniel Gustafson
8897
8898 2005-09-14 [paul]       1.9.14cvs25
8899
8900         * src/addressbook.c
8901                 add missing column header, and other small
8902                 bug fixes
8903                 Patch by Anders Hammar
8904
8905 2005-09-13 [colin]      1.9.14cvs24
8906
8907         * src/gtk/gtkaspell.c
8908                 Fix non-utf8 in menu
8909                 Fix little leaks
8910                 Nullify struct members after free()s
8911
8912 2005-09-13 [colin]      1.9.14cvs23
8913
8914         * src/compose.c
8915                 Test utf8 compliance before inserting to 
8916                 buffer, and try to convert if necessary
8917         * src/procmime.c
8918                 If no charset is present, use the locale 
8919                 one instead of us-ascii
8920         * src/procmsg.c
8921                 Add Sender, List-Post and To in the checked 
8922                 headers for automatic rules creation 
8923                 (thanks to wwp)
8924         * src/prefs_themes.c
8925         * src/gtk/gtkaspell.c
8926                 Remove deprecated functions. 
8927                 patch by Daniel Gustafson
8928
8929 2005-09-12 [colin]      1.9.14cvs22
8930
8931         * src/compose.c
8932                 Fix bug #448 (Scrolling/Redraw issue with 
8933                 address-fields in Header)
8934         * src/mainwindow.c
8935         * src/summaryview.c
8936         * src/summaryview.h
8937                 Fix loss of MSG_MARKED on move/copy
8938                 Fix bug #804 (Quicksearch togglebutton doesn't 
8939                 get depressed after '/' key is pressed)
8940
8941 2005-09-12 [paul]       1.9.14cvs21
8942
8943         * AUTHORS
8944         * src/gtk/logwindow.c
8945                 add 'Clear Log' to popup menu
8946                 Patch by Anders Hammar <anders.hammar@telia.com>
8947
8948 2005-09-12 [paul]       1.9.14cvs20
8949
8950         * src/compose.c
8951                 set correct sensitivity on attachments
8952                 popup menu
8953         * src/folder.c
8954                 fix typo
8955         * src/prefs_spelling.c
8956                 fix crash when no LANG env is set
8957         * src/common/xml.c
8958                 fix crash in wizard
8959                 don't use memeory after free
8960
8961         All patches by Daniel Gustafson
8962
8963 2005-09-12 [paul]       1.9.14cvs19
8964
8965         * src/prefs_themes.c
8966                 make theme info selectable
8967         * src/gtk/description_window.c
8968                 make window non-modal
8969         * tools/README
8970                 add details of asus_mailed.sh
8971         * tools/claws.i18n.status.pl
8972                 update for new zh_TW translator
8973                 widen the output
8974                 create alternate coloured lines
8975                 improve readability
8976
8977 2005-09-10 [colin]      1.9.14cvs18
8978
8979         * src/plugins/pgpcore/select-keys.c
8980                 Better order for the buttons
8981
8982 2005-09-10 [colin]      1.9.14cvs17
8983
8984         * src/compose.c
8985         * src/plugins/pgpcore/select-keys.c
8986         * src/plugins/pgpcore/select-keys.h
8987         * src/plugins/pgpcore/sgpgme.c
8988                 Add a "Don't encrypt" button to the key
8989                 selection dialog. Fixes bug #177 (There should be a 
8990                 'Don't encrypt button in the Select Keys dialog)
8991
8992 2005-09-10 [colin]      1.9.14cvs16
8993
8994         * src/compose.c
8995                 Fix bug #572 (%X option does not work with templates)
8996
8997 2005-09-10 [colin]      1.9.14cvs15
8998
8999         * src/toolbar.c 
9000                 Remove g_print
9001
9002 2005-09-10 [colin]      1.9.14cvs14
9003
9004         * src/imap.c
9005                 Fix a possible crash
9006
9007 2005-09-09 [colin]      1.9.14cvs13
9008
9009         * src/imap.c
9010         * src/etpan/imap-thread.c
9011         * src/etpan/imap-thread.h
9012                 Fix moving from queue or drafts to normal folders
9013                 Fix bug #794 (No way to delete without expunging)
9014                 Take flags unset by other mailers into account
9015                 Take deleted flag set by other mailers into account
9016                 Fix unsetting REPLIED flag
9017                 Fix crash when capabilities can't be retrieved
9018         * src/mainwindow.c
9019         * src/mainwindow.h
9020                 Add M_DELAYED_FLAGS condition, and let the user use
9021                 Execute in order to be able to expunge deleted mails,
9022                 even if he's not in delayed execute mode
9023         * src/prefs_spelling.c
9024                 Use 'en' dictionary by default if LANG is POSIX or C
9025         * src/gtk/prefswindow.c
9026                 Fix bug #767 (Preferences windows expanding) by making
9027                 the window a bit larger when the resolution is greater
9028                 than 640x480, and by putting the prefs in a
9029                 GtkScrolledWindow.
9030
9031 2005-09-09 [paul]       1.9.14cvs12
9032
9033         * AUTHORS
9034         * configure.ac
9035         * po/zh_TW.Big5.po      ** REMOVED **
9036         * po/zh_TW.po           ** ADDED **
9037                 updated by Wei-Lun Chao
9038
9039 2005-09-09 [paul]       1.9.14cvs11
9040
9041         * src/mainwindow.c
9042                 fix asserts
9043         * src/common/xml.c
9044                 delay memory allocation until file is
9045                 opened successfully
9046                 Patch by Daniel Gustafson
9047
9048 2005-09-09 [colin]      1.9.14cvs10
9049
9050         * src/imap.c
9051                 Add guards
9052
9053 2005-09-08 [colin]      1.9.14cvs9
9054
9055         * src/compose.c
9056                 Alert when we can't save draft
9057                 Fix various wrap/color issues
9058                 Add mid-click pasting respecting wrap_paste option
9059         * src/folder.c
9060         * src/folder.h
9061         * src/folder_item_prefs.c
9062         * src/folder_item_prefs.h
9063         * src/imap.c
9064         * src/imap_gtk.c
9065         * src/imap_gtk.h
9066         * src/main.c
9067         * src/mainwindow.c
9068         * src/mainwindow.h
9069         * src/news.c
9070         * src/news_gtk.c
9071         * src/news_gtk.h
9072         * src/prefs_folder_item.c
9073                 Fix the impossibility to synchronise folders for
9074                 offline use (IMAP and NNTP are concerned)
9075
9076 2005-09-08 [colin]      1.9.14cvs8
9077
9078         * configure.ac
9079                 Build LDAP and JPilot by default if available
9080         * src/textview.c
9081                 Fix use after free
9082
9083 2005-09-08 [paul]       1.9.14cvs7
9084
9085         * doc/manual/en/sylpheed-1.html
9086         * doc/manual/en/sylpheed-18.html
9087         * doc/manual/en/sylpheed-19.html
9088         * doc/manual/en/sylpheed-4.html
9089         * doc/manual/en/sylpheed-6.html
9090         * doc/manual/en/sylpheed.html
9091                 a few minor updates, plus include some
9092                 details about plugins and their requirements
9093         * src/mainwindow.c
9094                 minor changes to English in /View/Sort
9095
9096 2005-09-07 [colin]      1.9.14cvs6
9097
9098         * doc/manual/en/sylpheed-1.html
9099         * doc/manual/en/sylpheed-10.html
9100         * doc/manual/en/sylpheed-11.html
9101         * doc/manual/en/sylpheed-12.html
9102         * doc/manual/en/sylpheed-13.html
9103         * doc/manual/en/sylpheed-14.html
9104         * doc/manual/en/sylpheed-15.html
9105         * doc/manual/en/sylpheed-16.html
9106         * doc/manual/en/sylpheed-17.html
9107         * doc/manual/en/sylpheed-18.html
9108         * doc/manual/en/sylpheed-19.html
9109         * doc/manual/en/sylpheed-2.html
9110         * doc/manual/en/sylpheed-20.html
9111         * doc/manual/en/sylpheed-21.html
9112         * doc/manual/en/sylpheed-22.html
9113         * doc/manual/en/sylpheed-3.html
9114         * doc/manual/en/sylpheed-4.html
9115         * doc/manual/en/sylpheed-5.html
9116         * doc/manual/en/sylpheed-6.html
9117         * doc/manual/en/sylpheed-7.html
9118         * doc/manual/en/sylpheed-8.html
9119         * doc/manual/en/sylpheed-9.html
9120         * doc/manual/en/sylpheed.html
9121                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9122
9123 2005-09-07 [colin]      1.9.14cvs5
9124
9125         * src/mainwindow.c
9126                 Make labels more to-the-point
9127
9128 2005-09-07 [colin]      1.9.14cvs4
9129
9130         * doc/manual/en/sylpheed-1.html
9131         * doc/manual/en/sylpheed-12.html
9132         * doc/manual/en/sylpheed-13.html
9133         * doc/manual/en/sylpheed-14.html
9134         * doc/manual/en/sylpheed-15.html
9135         * doc/manual/en/sylpheed-16.html
9136         * doc/manual/en/sylpheed-17.html
9137         * doc/manual/en/sylpheed-18.html
9138         * doc/manual/en/sylpheed-19.html
9139         * doc/manual/en/sylpheed-2.html
9140         * doc/manual/en/sylpheed-20.html
9141         * doc/manual/en/sylpheed-21.html
9142         * doc/manual/en/sylpheed-22.html
9143         * doc/manual/en/sylpheed-4.html
9144         * doc/manual/en/sylpheed-5.html
9145         * doc/manual/en/sylpheed-6.html
9146         * doc/manual/en/sylpheed-7.html
9147         * doc/manual/en/sylpheed-8.html
9148         * doc/manual/en/sylpheed-9.html
9149         * doc/manual/en/sylpheed.html
9150                 Update manual
9151
9152 2005-09-07 [colin]      1.9.14cvs3
9153
9154         * doc/faq/en/sylpheed-faq-1.html
9155         * doc/faq/en/sylpheed-faq-2.html
9156         * doc/faq/en/sylpheed-faq-3.html
9157         * doc/faq/en/sylpheed-faq.html
9158                 Update FAQ
9159
9160 2005-09-07 [colin]      1.9.14cvs2
9161
9162         * src/folderview.c
9163         * src/procmsg.c
9164         * src/summaryview.c
9165         * src/toolbar.c
9166                 Fix special subfolders:
9167                 - Inherit parent's icon
9168                 - sent contents of queues subfolders
9169                 - empty subfolders of trashes
9170         * src/mainwindow.c
9171                 Remove outdated manual and faq entries
9172         * src/common/utils.c
9173                 Add quotes around %s coming from mailcap
9174
9175 2005-09-07 [colin]      1.9.14cvs1
9176
9177         * src/compose.c
9178                 After saving draft, set modified to FALSE
9179         * src/mimeview.c
9180         * src/common/utils.c
9181         * src/common/utils.h
9182                 Try to open mime parts using what is 
9183                 indicated in ~/.mailcap or /etc/mailcap,
9184                 if possible.
9185
9186 2005-09-05 [paul]       1.9.14
9187
9188         1.9.14 released
9189
9190         * po/sk.po
9191                 updated by Andrej Kacian
9192
9193 2005-09-05 [paul]       1.9.13cvs83
9194
9195         * po/de.po
9196         * po/es.po
9197         * po/fi.po
9198         * po/fr.po
9199         * po/nb.po
9200         * po/pt_BR.po
9201         * po/sr.po
9202                 updated translations by Thomas Gilgin, Ricardo Mones
9203                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9204                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9205
9206 2005-09-04 [paul]       1.9.13cvs82
9207
9208         * src/compose.c
9209                 only warn about exceeded line length limit
9210                 on send
9211
9212 2005-09-04 [paul]       1.9.13cvs81
9213
9214         * src/compose.c
9215                 fix crash in 'line length exceeded' dialogue
9216
9217 2005-09-02 [paul]       1.9.13cvs80
9218
9219         * src/imap.c
9220                 fix bug 795, 'Connection lost IMAP'
9221                 and add statusbar prints
9222                 Patch by Colin
9223
9224 2005-09-02 [paul]       1.9.13cvs79
9225
9226         * src/compose.c
9227                 compose_wrap_paragraph() becomes
9228                 compose_beautify_paragraph()
9229                 Patch by Colin
9230
9231 2005-09-02 [colin]      1.9.13cvs78
9232
9233         * src/folderview.c
9234                 Micro-fix
9235
9236 2005-09-01 [colin]      1.9.13cvs77
9237
9238         * src/imap.c
9239                 Maybe fix bug #795 (Connection lost IMAP)
9240                 Don't try to send logout when we're disconnected.
9241         * src/summaryview.c
9242                 Include locked and marked emails in HRM
9243                 view. Fixes bug #800 (Locked messages no longer 
9244                 show up when hide read messages is used)
9245
9246 2005-09-01 [paul]       1.9.13cvs76
9247
9248         * src/prefs_common.c
9249                 fix bad cutting
9250
9251 2005-08-31 [colin]      1.9.13cvs75
9252
9253         * src/folderview.c
9254         * src/folderview.h
9255         * src/prefs_summaries.c
9256         * src/summaryview.c
9257                 Fix "go to next new", fix preference
9258                 (Open unread/next swapped)
9259
9260 2005-08-31 [paul]       1.9.13cvs74
9261
9262         * src/compose.c
9263         * src/folderview.c
9264         * src/headerview.c
9265         * src/headerview.h
9266         * src/mainwindow.c
9267         * src/prefs_common.c
9268         * src/prefs_common.h
9269         * src/prefs_fonts.c
9270         * src/summaryview.c
9271         * src/textview.c
9272         * src/common/defs.h
9273                 remove obsolete BOLD_FONT setting
9274                 fix font update in headerview and textview
9275                 headers after prefs change
9276                 Patch By Colin
9277
9278 2005-08-31 [paul]
9279
9280         1.9.14-rc4 released
9281
9282 2005-08-30 [colin]      1.9.13cvs73
9283
9284         * src/summaryview.c
9285                 When Hide read messages is selected and we
9286                 refresh the summaryview, don't remove the 
9287                 currently displayed message. Fixes bug #797
9288                 (Summary view reloads when new mail is 
9289                 downloaded in 1.9.14 rc)
9290
9291 2005-08-30 [colin]      1.9.13cvs72
9292
9293         * src/folderview.c
9294                 Fix flickering
9295         * src/mainwindow.c
9296                 Remove useless callback
9297         * src/mimeview.c
9298         * src/gtk/filesel.c
9299         * src/gtk/filesel.h
9300                 Add a filesel_select_file_save_folder() - used by Save All
9301
9302 2005-08-29 [paul]       1.9.13cvs71
9303
9304         * AUTHORS
9305         * src/matcher_parser_parse.y
9306         * src/etpan/imap-thread.c
9307                 fix building on FreeBSD
9308                 Patch by Daniel Gustafson <daniel@hobbit.se>
9309
9310 2005-08-29 [paul]       1.9.13cvs70
9311
9312         * src/plugins/pgpinline/pgpinline.c
9313                 only initialise sig result if it's been handled
9314                 Patch by Colin
9315
9316 2005-08-29 [paul]       1.9.13cvs69
9317         
9318         Patches by Colin:
9319
9320         * src/imap.c
9321         * src/common.utils.c
9322         * src/common/utils.h
9323                 optimisation
9324         * src/stock_pixmap.h
9325                 fix wrong icon reference
9326         * src/pixmaps/trash_btn.xpm
9327                 replace with nicer image
9328
9329 2005-08-28 [colin]      1.9.13cvs68
9330
9331         * src/Makefile.am
9332         * src/stock_pixmap.c
9333         * src/stock_pixmap.h
9334         * src/toolbar.c
9335         * src/pixmaps/trash_btn.xpm
9336                 Add a specific trash xpm for the button
9337
9338 2005-08-28 [colin]      1.9.13cvs67
9339
9340         * src/imap.c
9341                 Fix leak
9342
9343 2005-08-27 [colin]      1.9.13cvs66
9344
9345         * src/imap.c
9346         * src/procmime.c
9347                 Correctly fix "Problem with replies", fixes
9348                 pgpmime encryption too. 
9349
9350 2005-08-27 [colin]      1.9.13cvs65
9351
9352         * src/folder.c
9353         * src/procmsg.c
9354         * src/procmsg.h
9355         * src/summaryview.c
9356                 Fix bug #517 (messages removed from summaryview 
9357                 when moving fails)
9358
9359 2005-08-27 [colin]      1.9.13cvs64
9360
9361         * tools/Makefile.am
9362         * tools/asus_mailled.sh
9363                 Add a script to blink ASUS laptops' mail LED where there
9364                 is unread mail.
9365
9366 2005-08-27 [colin]      1.9.13cvs63
9367
9368         * src/imap.c
9369         * src/etpan/imap-thread.c
9370         * src/etpan/imap-thread.h
9371                 Implement automatic choosing of login method
9372                 Fixes bug #791
9373         * src/gtk/.cvsignore
9374                 Add sylpheed-marshal.[ch]
9375
9376 2005-08-27 [colin]      1.9.13cvs62
9377
9378         * src/common/utils.c
9379                 Fix confusing perror
9380
9381 2005-08-27 [colin]      1.9.13cvs61
9382
9383         * src/toolbar.c
9384         * src/toolbar.h
9385                 Remove A_DELETE, replace it with 
9386                 A_TRASH and A_DELETE_REAL. Automatically
9387                 rewrite config files to replace A_DELETE
9388                 with A_TRASH (no functionality change).
9389                 Fixes half of #794
9390
9391 2005-08-26 [colin]      1.9.13cvs60
9392
9393         * src/procmime.c
9394                 Previous "Problem with replies" fix brought other
9395                 problems, fixing them
9396
9397 2005-08-26 [colin]      1.9.13cvs59
9398
9399         * src/procmime.c
9400                 Fix "Problem with replies". This happened only
9401                 on IMAP...
9402         * src/procmsg.c
9403                 Factorize code a bit
9404         * src/compose.c
9405                 Speed improvement on very long messages (wrapping)
9406                 Fix signature color on Reedit and Redirect
9407                 On Reedit, don't attach pgp-signatures parts, but
9408                 set signing to On.
9409
9410 2005-08-24 [paul]       1.9.13cvs58
9411
9412         * src/compose.c
9413                 don't claim success when clicking
9414                 Cancel on the passphrase box.
9415                 Patch by Colin
9416
9417 2005-08-24 [paul]       1.9.13cvs57
9418
9419         * src/main.c
9420                 fix misplaced sylpheed.log
9421         * src/common/defs.h
9422                 define UIDL_DIR
9423
9424 2005-08-24 [paul]       1.9.13cvs56
9425
9426         * src/imap.c
9427         * src/etpan/imap-thread.c
9428         * src/etpan/imap-thread.h
9429                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9430                 Patch by Colin
9431         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9432         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9433                 remove autogenerated files
9434         * tools/kdeservicemenu/README
9435         * tools/kdeservicemenu/install.sh
9436         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9437         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9438                 use Claws icon, use 'Sylpheed-Claws' in menu,
9439                 use kdialog, and other cleanups
9440
9441 2005-08-23 [paul]       1.9.13cvs55
9442
9443         * src/compose.c
9444                 fix paste/wrap crash
9445                 Patch by Colin
9446
9447 2005-08-23 [paul]       1.9.13cvs54
9448
9449         * src/main.c
9450                 fix crash recovery
9451                 Patch by Colin
9452
9453 2005-08-23 [paul]       1.9.13cvs53
9454
9455         * src/addressbook.c
9456         * src/editaddress.c
9457                 view all data of LDAP contacts
9458                 Patch by Colin
9459
9460 2005-08-23 [paul]       1.9.13cvs52
9461
9462         * src/addressbook.c
9463                 fix issues with the Search field
9464                 Patch by Colin
9465
9466 2005-08-22 [paul]       1.9.13cvs51
9467
9468         * src/folderview.c
9469                 put name of folder in processing dialog
9470                 title
9471         * src/prefs_folder_item.c
9472                 improve english usage
9473
9474 2005-08-22 [paul]       1.9.13cvs50
9475
9476         * src/filtering.c
9477         * src/filtering.h
9478         * src/matcher.c
9479         * src/matcher_parser_lex.l
9480         * src/matcher_parser_parse.y
9481         * src/prefs_filtering.c
9482                 add Filtering/Processing rule names feature.
9483                 (the incompatible old matcherrc is saved as
9484                 matcherrc.pre_names).
9485                 Patch by Colin
9486
9487 2005-08-22 [paul]       1.9.13cvs49
9488
9489         * src/procmsg.c
9490                 fix colour labelling
9491                 Patch by Colin
9492
9493 2005-08-22 [paul]       1.9.13cvs48
9494
9495         * src/textview.c
9496                 fix open_image_cb()
9497
9498 2005-08-22 [paul]       1.9.13cvs47
9499
9500         * src/imap.c
9501                 fix bug 789, 'SC crashes with imap (CVS ver)'
9502                 Patch by Colin
9503
9504 2005-08-22 [paul]       1.9.13cvs46
9505
9506         * src/mimeview.c
9507         * src/prefs_common.c
9508         * src/common/defs.h
9509                 define reused defaults in defs.h
9510         * src/textview.c
9511                 add 'Open image' to image popup menu
9512
9513 2005-08-21 [colin]      1.9.13cvs45
9514
9515         * src/summaryview.c
9516                 Fix bug #788 (Bogus "From" address displayed)
9517
9518 2005-08-20 [colin]      1.9.13cvs44
9519
9520         * src/folder.c
9521                 Fix buf #787 (multilevel delete causes SIGSEGV)
9522
9523 2005-08-19 [colin]      1.9.13cvs43
9524
9525         * src/inc.c
9526         * src/prefs_common.c
9527         * src/prefs_common.h
9528                 Add an hidden pref to allow modifying the
9529                 update stepping in incorporation.
9530                 Patch by wwp.
9531
9532 2005-08-19 [colin]      1.9.13cvs42
9533
9534         * src/compose.c
9535         * src/procmime.c
9536                 Workaround for broken MUAs: encode 
9537                 Content-type: name: as ASCII and 
9538                 Content-Disposition: filename: as
9539                 per rfc2231
9540         * src/prefs_account.c
9541                 Fix invisible-ness of SMTP SSL prefs
9542                 in NNTP accounts
9543
9544 2005-08-19 [paul]       1.9.13cvs41
9545
9546         * src/compose.c
9547         * src/prefs_common.c
9548         * src/prefs_common.h
9549         * src/prefs_wrapping.c
9550                 paste with or without wrapping.
9551                 patch by Colin
9552
9553 2005-08-19 [paul]       1.9.13cvs40
9554
9555         * src/prefs_common.c
9556         * src/prefs_common.h
9557         * src/summaryview.c
9558                 reintroduce enable_swap_from as a
9559                 hidden pref. patch by Colin
9560         * src/quote_fmt_parse.y
9561         * src/plugins/clamav/clamav_plugin.c
9562         * src/plugins/dillo_viewer/dillo_viewer.c
9563         * src/plugins/mathml_viewer/mathml_viewer.c
9564         * src/plugins/pgpcore/sgpgme.c
9565         * src/plugins/pgpinline/pgpinline.c
9566         * src/plugins/pgpmime/pgpmime.c
9567                 tidy up. patch by Colin
9568
9569 2005-08-19 [paul]       1.9.13cvs39
9570
9571         * configure.ac
9572                 complete cvs38's sync
9573         * src/editaddress.c
9574         * src/gedit-print.c
9575         * src/mutt.c
9576         * src/etpan/etpan-log.c
9577         * src/etpan/imap-thread.c
9578         * src/gtk/gtksourceprintjob.c
9579                 fix compilation warnings
9580                 (patch by Colin)
9581
9582 2005-08-19 [paul]       1.9.13cvs38
9583
9584         sync with main:
9585
9586         * src/account.c
9587         * src/action.c
9588         * src/addrbook.c
9589         * src/addrcache.c
9590         * src/addrharvest.c
9591         * src/addrindex.c
9592         * src/codeconv.c
9593         * src/compose.c
9594         * src/crash.c
9595         * src/exporthtml.c
9596         * src/exportldif.c
9597         * src/folder.c
9598         * src/image_viewer.c
9599         * src/inc.c
9600         * src/inc.h
9601         * src/jpilot.c
9602         * src/ldif.c
9603         * src/main.c
9604         * src/matcher.c
9605         * src/mbox.c
9606         * src/messageview.c
9607         * src/mh.c
9608         * src/mimeview.c
9609         * src/msgcache.c
9610         * src/mutt.c
9611         * src/news.c
9612         * src/partial_download.c
9613         * src/pine.c
9614         * src/pop.c
9615         * src/prefs_actions.c
9616         * src/prefs_common.c
9617         * src/prefs_customheader.c
9618         * src/prefs_display_header.c
9619         * src/prefs_gtk.c
9620         * src/prefs_themes.c
9621         * src/procheader.c
9622         * src/procmime.c
9623         * src/procmsg.c
9624         * src/recv.c
9625         * src/send_message.c
9626         * src/simple-gettext.c
9627         * src/sourcewindow.c
9628         * src/textview.c
9629         * src/vcard.c
9630         * src/common/defs.h
9631         * src/common/log.c
9632         * src/common/plugin.c
9633         * src/common/prefs.c
9634         * src/common/session.c
9635         * src/common/session.h
9636         * src/common/socket.c
9637         * src/common/socket.h
9638         * src/common/ssl_certificate.c
9639         * src/common/template.c
9640         * src/common/utils.c
9641         * src/common/utils.h
9642         * src/common/xml.c
9643         * src/gtk/about.c
9644         added wrappers for C library function that
9645                 take pathname arguments.
9646                 enabled compilation with MinGW.
9647                 use GDir instead of directly using opendir().
9648                 added rename_force().
9649
9650 2005-08-19 [paul]       1.9.13cvs37
9651         
9652         patches by Colin:
9653         * src/compose.c
9654                 fix privacy settings on re-editing
9655                 a sent message
9656         * src/jpilot.c
9657                 fix encoding bug
9658         * src/folder.c
9659         * src/procmsg.c
9660         * src/procmsg.h
9661         * src/summaryview.c
9662                 flag changing optimisation
9663
9664 2005-08-18 [martin]     1.9.13cvs36
9665
9666         * commitHelper
9667             added my login
9668         * src/addrcache.c
9669         * src/addrharvest.c
9670         * src/addrindex.c
9671         * src/compose.c
9672         * src/grouplistdialog.c
9673         * src/main.c
9674         * src/mainwindow.c
9675         * src/msgcache.c
9676         * src/mutt.c
9677         * src/pine.c
9678         * src/prefs_account.c
9679         * src/prefs_themes.c
9680         * src/stock_pixmap.c
9681         * src/summaryview.c
9682         * src/gtk/about.c
9683         * src/gtk/logwindow.c
9684             removed deprecated glib and gdk stuff
9685         * src/plugins/pgpcore/select-keys.c
9686             convert attributes from locale to utf8
9687
9688 2005-08-17 [paul]       1.9.13cvs35
9689
9690         * src/account.c
9691         * src/addressbook.c
9692                 use new GTK_STOCK_ icons if available
9693         * src/summaryview.c
9694         * src/gtk/gtksctree.c
9695         * src/gtk/gtksctree.h
9696                 faster range select. patch by Colin
9697
9698 2005-08-17 [paul]       1.9.13cvs34
9699
9700         patches by colin:
9701         * src/addressbook.c
9702         * src/addressitem.h
9703                 Add an edit button for contacts, fix selections
9704                 of gtksctree items
9705         * src/editaddress.c
9706                 Change labels, let Save be always possible in the
9707                 email and user atributes tabs
9708         * src/folderview.c
9709                 fix sort issues
9710         * src/summaryview.c
9711                 select next item instead of the displayed one
9712                 after deletion
9713
9714         * src/gtk/progressdialog.c
9715                 use prefs_common.enable_rules_hint
9716
9717 2005-08-13 [hoa]        1.9.13cvs33
9718
9719         * src/etpan/imap-thread.c
9720                 fixed build on Solaris.
9721
9722 2005-08-10 [colin]      1.9.13cvs32
9723
9724         * src/procmsg.c
9725                 Fix cvs31 (missing fclose before reading
9726                 the file)
9727
9728 2005-08-10 [colin]      1.9.13cvs31
9729
9730         * src/procmsg.c
9731                 Fix procmsg_msginfo_new_from_mimeinfo() when
9732                 the MimeInfo isn't stored in memory. This fixes
9733                 replying to an attached message.
9734
9735 2005-08-10 [colin]      1.9.13cvs30
9736
9737         * src/mainwindow.c
9738                 Fix slowness in account changing
9739
9740 2005-08-10 [colin]      1.9.13cvs29
9741
9742         * src/folder.c
9743         * src/folderutils.c
9744         * src/folderview.c
9745         * src/imap_gtk.c
9746         * src/mainwindow.c
9747         * src/mh_gtk.c
9748         * src/procmsg.c
9749         * src/summaryview.c
9750                 Optimize folder_has_parent_of_type
9751                 Prevent moving special sub-folders from contextual menus
9752                 Rework message a bit ("Empty all messages" -> "Delete all
9753                 messages")
9754                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9755                 and "Deleted Items" folders)
9756
9757 2005-08-08 [colin]      1.9.13cvs28
9758
9759         * src/summaryview.c
9760         * src/prefs_summaries.c
9761                 Make "Select first unread|new" more flexible
9762                 (just prioritize new or unread)
9763
9764 2005-08-08 [colin]      1.9.13cvs27
9765
9766         * src/summaryview.c
9767                 If "select first new" is selected and there only
9768                 are unread messages, fallback to "select first
9769                 unread".
9770
9771 2005-08-08 [colin]      1.9.13cvs26
9772
9773         * src/folder.c
9774                 Fix shameful bugs (and bug #779)
9775
9776 2005-08-08 [colin]      1.9.13cvs25
9777
9778         * src/folder.c
9779         * src/folder.h
9780                 Cache parents' type to make folder_has_parent_of_type
9781                 faster
9782         * src/folderview.c
9783                 Forbid DnD of special sub-folders
9784         * src/procmsg.c
9785         * src/procmsg.h
9786                 Add MAIL_POSTFILTERING_HOOK
9787         * src/summaryview.c
9788                 Revert over-zealous deletion of the use_addr_book 
9789                 code
9790
9791 2005-08-07 [colin]      1.9.13cvs24
9792
9793         * src/folder.c
9794                 Fix big mistake (passing MsgInfo instead 
9795                 of FolderItem)
9796
9797 2005-08-07 [colin]      1.9.13cvs23
9798
9799         * src/compose.c
9800         * src/folder.c
9801         * src/folder.h
9802         * src/foldersel.c
9803         * src/folderutils.c
9804         * src/folderview.c
9805         * src/imap.c
9806         * src/mainwindow.c
9807         * src/messageview.c
9808         * src/mh.c
9809         * src/msgcache.c
9810         * src/procmime.c
9811         * src/summaryview.c
9812                 Make subfolders of Drafts, Queue, Outbox, Trash
9813                 work like their parents. 
9814                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9815
9816 2005-08-07 [colin]      1.9.13cvs22
9817
9818         * src/addressbook.c
9819                 Fix bug #771 (Dragged contacts not saved)
9820
9821 2005-08-07 [paul]       1.9.13cvs21
9822
9823         * src/summaryview.c
9824                 fix bug 32 'Search Doesn't display results
9825                 if "Hide Read Messages" is chosen'
9826                 be more literal in interpreting 'Hide read
9827                 messages'
9828
9829 2005-08-07 [colin]      1.9.13cvs20
9830
9831         * src/folderview.c
9832                 Add debug
9833         * src/summaryview.c
9834                 Faster 'unthread_for_execution'
9835
9836 2005-08-06 [paul]       1.9.13cvs19
9837
9838         * src/mainwindow.c
9839                 add mnemonics to Set displayed columns
9840                 fix bug where msgview_visible option was
9841                 overwritten as TRUE on startup
9842
9843 2005-08-06 [paul]       1.9.13cvs18
9844
9845         * src/mainwindow.c
9846                 refer to 'displayed columns in folder/message
9847                 list' not 'displayed items in summary/message view'
9848         * src/prefs_display_header.c
9849                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9850                 be consistent with similar dialogues
9851         * src/prefs_folder_column.c
9852         * src/prefs_summary_column.c
9853                 'columns' not 'items', and folder and message lists,
9854                 instead of folder and summary views;
9855                 Use 'Hidden columns' as list heading not 'Available
9856                 items';
9857                 move the 'Remove' button to the right hand side;
9858                 top-align the buttons;
9859                 remove unneeded vbox
9860         * src/prefs_summaries.c
9861                 put the 2 column prefs buttons in a frame to reduce
9862                 overall width; refer to columns not items &c.
9863
9864 2005-08-05 [colin]      1.9.13cvs17
9865
9866         * src/prefs_common.c
9867         * src/prefs_common.h
9868         * src/mainwindow.c
9869         * src/compose.c
9870         * src/messageview.c
9871                 Add an hidden toolbar_detachable pref, so
9872                 that I can get rid of these painful handles
9873                 in the toolbars. Defaults to TRUE to avoid
9874                 changing the GUI on unsuspecting people...
9875
9876 2005-08-05 [colin]      1.9.13cvs16
9877
9878         * src/Makefile.am
9879         * src/prefs_folder_column.c
9880         * src/prefs_folder_column.h
9881                 Add prefs for folder columns
9882         * src/folderview.c
9883         * src/folderview.h
9884         * src/mainwindow.c
9885         * src/mainwindow.h
9886         * src/prefs_common.c
9887         * src/prefs_common.h
9888         * src/prefs_summaries.c
9889                 Use them
9890         * src/prefs_summary_column.c
9891         * src/summaryview.c
9892         * src/summaryview.h
9893                 Add a To column
9894         * src/textview.c
9895         * src/common/utils.c
9896         * src/common/utils.h
9897                 Move uri colourisation functions
9898                 to utils
9899         * src/compose.c
9900                 Colourise URIs
9901         * src/imap.c
9902                 Fix bug with LIST where we'd try
9903                 to get Folder//////[...]/// 
9904
9905 2005-08-05 [paul]       1.9.13cvs15
9906
9907         * src/prefs_summaries.c
9908                 improve the English usage
9909         * src/summaryview.c
9910                 set font on column change
9911                 thanks to Colin
9912
9913 2005-08-05 [paul]       1.9.13cvs14
9914
9915         * src/prefs_common.c
9916         * src/prefs_common.h
9917         * src/prefs_summaries.c
9918         * src/summaryview.c
9919                 replace 'open_unread_on_enter' option with
9920                 'select_on_entry' option. opening/not opening
9921                 is now exclusively controlled by 'always_show_msg'
9922
9923 2005-08-04 [colin]      1.9.13cvs13
9924
9925         * src/compose.c
9926                 Remove dead code
9927                 Add colourisation of quotes and signatures
9928         * src/folderview.c
9929                 Fix possible crashes
9930         * src/messageview.c
9931                 Change an assert that is no problem
9932         * src/news.c
9933         * src/news_gtk.c
9934         * src/news_gtk.h
9935                 Fix offline mode
9936         * src/gtk/quicksearch.c
9937                 Fix a possible crash
9938
9939 2005-08-03 [colin]      1.9.13cvs12
9940
9941         * src/prefs_account.c
9942                 Fix bug #777 (Sylpheed crash in account configuration)
9943
9944 2005-08-03 [colin]      1.9.13cvs11
9945
9946         * src/addressbook.c
9947         * src/editaddress.c
9948         * src/editgroup.c
9949                 Fixing addressbook, round 2
9950         * src/textview.c
9951                 Fix emphasis color on rechecking 'Colorize messages'
9952
9953 2005-08-03 [paul]       1.9.13cvs10
9954
9955         sync with main
9956
9957         * src/addr_compl.c
9958         * src/compose.c
9959         * src/main.c
9960         * src/pop.c
9961         * src/prefs_account.c
9962         * src/procmime.c
9963         * src/procmsg.c
9964         * src/quote_fmt_parse.y
9965         * src/textview.c
9966         * src/common/quoted-printable.c
9967         * src/common/utils.c
9968         * src/common/utils.h
9969         * src/common/xml.c
9970                 replaced incorrect locale-independent
9971                 ctype functions with GLib's. Corrected
9972                 signedness mismatch.
9973         * src/headerview.c
9974                 headerview_create(): added spacing for vbox.
9975         * src/gtk/about.c
9976                 set focus to the OK button.
9977
9978 2005-08-03 [colin]      1.9.13cvs9
9979
9980         * src/folderview.c
9981                 Fix possible crash
9982
9983 2005-08-02 [colin]      1.9.13cvs8
9984
9985         * src/mainwindow.c
9986                 Fix cast
9987         * src/addressbook.c
9988         * src/addressitem.h
9989                 Fix a cast and more generally, try to make the
9990                 GUI more intuitive and consistent (round 1)
9991
9992 2005-08-02 [paul]       1.9.13cvs7
9993
9994         * src/folder.h
9995                 missing in 1.9.13cvs6
9996
9997 2005-08-02 [colin]      1.9.13cvs6
9998
9999         * src/folder.c
10000                 Fix one more leak
10001
10002 2005-08-02 [colin]      1.9.13cvs5
10003
10004         * src/folder.c
10005         * src/folderview.c
10006         * src/imap.c
10007         * src/main.c
10008         * src/mbox.c
10009         * src/procmsg.c
10010         * src/summaryview.c
10011                 Fix a number of folder_item_get_msg_list()-related
10012                 leaks (missing procmsg_msginfo_free()s)
10013
10014 2005-08-01 [colin]      1.9.13cvs4
10015
10016         * src/folderview.c
10017         * src/folderview.h
10018         * src/mainwindow.c
10019         * src/prefs_fonts.c
10020         * src/prefs_summaries.c
10021         * src/prefs_themes.c
10022         * src/summaryview.c
10023         * src/summaryview.h
10024         * src/textview.c
10025         * src/textview.h
10026                 Fix instant-apply of summary and folderview-related prefs
10027                 Fix erroneous g_free and alertpanels in prefs_theme
10028                 Add instant-apply for fonts
10029                 Defer applying of prefs a little bit so it's done only
10030                 once even if requested by multiples prefs pages
10031
10032 2005-08-01 [paul]       1.9.13cvs3
10033
10034         * src/main.c
10035                 fix bug 776 'S.C. crashes on close'
10036                 thanks to Colin
10037         * src/etpan/etpan-thread-manager-types.h
10038                 add missing include
10039                 thanks to Hoa
10040
10041 2005-07-25 [paul]       1.9.13cvs2
10042
10043         * src/summaryview.c
10044                 fix typos. spotted by Fabien Vantard
10045
10046 2005-07-24 [paul]       1.9.13cvs1
10047
10048         * doc/man/sylpheed.1
10049                 update man page, incorporating fix of
10050                 bug 769 'Typo in manpage'
10051         * src/etpan/imap-thread.c
10052                 fix NetBSD openssl dependencies. patch by
10053                 George Michaelson <ggm@apnic.net>
10054         * po/pt_BR.po
10055                 updated by Frederico Goncalves Guimaraes
10056
10057 2005-07-22 [paul]       1.9.13
10058
10059         1.9.13 release
10060
10061 2005-07-22 [paul]       1.9.12cvs91
10062
10063         * AUTHORS
10064         * INSTALL
10065         * README.claws
10066         * RELEASE_NOTES.claws
10067                 updated for release
10068         * configure.ac
10069         * po/nb.po
10070         * tools/claws.i18n.status.pl
10071                 add Norwegian translation. submiited by
10072                 Geir Helland <pjallabais@users.sourceforge.net>
10073         * po/ca.po
10074         * po/de.po
10075         * po/es.po
10076         * po/fi.po
10077         * po/fr.po
10078         * po/it.po
10079         * po/sk.po
10080         * po/sr.po
10081         * po/zh_CN.po
10082                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10083                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10084                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10085                 Yang Guilong
10086         * src/plugins/clamav/clamav_plugin_gtk.c
10087         * src/plugins/spamassassin/spamassassin_gtk.c
10088                 replace outdated description strings
10089
10090 2005-07-21 [colin]      1.9.12cvs90
10091
10092         * src/folder.c
10093                 Set folder to batch mode when scanning it. Makes deletion
10094                 of unread mails on IMAP much faster (due to the UNREAD 
10095                 flag unsetting)
10096
10097 2005-07-21 [darko]      1.9.12cvs89
10098
10099         * configure.ac
10100                 link against libresolv if necessary (patch by Paul)
10101         * src/msgcache.c
10102                 use glib's portable macros to determine endianness
10103
10104 2005-07-21 [paul]       1.9.12cvs88
10105
10106         * src/crash.c
10107         * src/gtk/about.c
10108                 update compiled-in features list
10109
10110 2005-07-20 [colin]      1.9.12cvs87
10111
10112         * src/folder.c
10113         * src/textview.c
10114                 Gcc 2.9x compilation fixes, thanks to Darko
10115         * src/plugins/clamav/clamav_plugin.c
10116                 Little optimisation: load virus database only once
10117         * src/plugins/spamassassin/spamassassin.c
10118                 Big optimisation: filtering one mail took at least 1 second,
10119                 now it takes at least 50ms. Doesn't speed up spamassassin 
10120                 itself, but should already be much more tolerable.
10121
10122 2005-07-20 [colin]      1.9.12cvs86
10123
10124         * src/summaryview.c
10125                 Fix performance issue
10126
10127 2005-07-19 [colin]      1.9.12cvs85
10128
10129         * src/plugins/pgpinline/plugin.c
10130                 Fix warning
10131
10132 2005-07-19 [colin]      1.9.12cvs84
10133
10134         * configure.ac
10135         * src/plugins/Makefile.am
10136         * src/plugins/pgpinline/.cvsignore
10137         * src/plugins/pgpinline/Makefile.am
10138         * src/plugins/pgpinline/pgpinline.c
10139         * src/plugins/pgpinline/pgpinline.deps
10140         * src/plugins/pgpinline/pgpinline.h
10141         * src/plugins/pgpinline/plugin.c
10142                 Put pgpinline in the main tree
10143
10144 2005-07-19 [paul]       1.9.12cvs83
10145
10146         * src/prefs_actions.c
10147                 prevent '//' in menu names, which cause a crash
10148                 thanks to Colin
10149
10150 2005-07-19 [paul]       1.9.12cvs82
10151
10152         * configure.ac
10153                 be generally more informative in configure output.
10154                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10155                 '[ --disable-openssl ...', as --enable-openssl is default
10156                 PGP/MIME: don't check for GPGME again, check for
10157                 pgpcore instead. Therefore prevent the possibility of
10158                 attempting to build pgpmime if pgpcore dependencies are
10159                 not met
10160                 ClamAV: use pkgconfig to check for lib
10161                 libgnomeprint: revert logic on inner test to match
10162                 everything else
10163         * src/plugins/pgpcore/sgpgme.c
10164                 add missing include
10165
10166 2005-07-19 [colin]      1.9.12cvs81
10167
10168         * src/summaryview.c
10169                 Fix slow thread rebuilding in particular
10170                 cases
10171
10172 2005-07-19 [paul]       1.9.12cvs80
10173
10174         * sylpheed-claws.desktop
10175                 fix typo, spotted by Stephan Sachse
10176         * src/account.c
10177                 replace GTK_STOCK_ADD with
10178                 GTK_STOCK_NEW button
10179
10180 2005-07-18 [colin]      1.9.12cvs79
10181
10182         * src/etpan/imap-thread.c
10183                 Fix return value (Thanks Hoa)
10184
10185 2005-07-18 [colin]      1.9.12cvs78
10186
10187         * src/imap.c
10188                 Allow empty passwords
10189                 Create drafts/queue/outbox if necessary
10190         * src/summaryview.c
10191                 Remove old code
10192         * src/etpan/imap-thread.c
10193                 Fix STARTTLS (Thanks to Hoa)
10194
10195 2005-07-18 [paul]       1.9.12cvs77
10196
10197         * ChangeLog-gtk2.jp
10198         * ChangeLog.jp
10199                 removed
10200         * Makefile.am
10201                 updated to reflect additions and removals
10202         * TODO
10203                 updated to be claws-specific
10204         * TODO-gtk2
10205         * TODO-gtk2.jp
10206         * TODO.jp
10207         * sylpheed-128x128.png
10208         * sylpheed-64x64.png
10209                 removed
10210         * sylpheed-claws-128x128.png
10211         * sylpheed-claws-64x64.png
10212         * sylpheed-claws.desktop
10213         * sylpheed-claws.png
10214                 added
10215         * sylpheed.desktop
10216         * sylpheed.png
10217                 removed
10218
10219 2005-07-17 [paul]       1.9.12cvs76
10220
10221         * src/account.c
10222         * src/addressbook.c
10223         * src/alertpanel.c
10224         * src/alertpanel.h
10225         * src/compose.c
10226         * src/exphtmldlg.c
10227         * src/expldifdlg.c
10228         * src/folderview.c
10229         * src/imap_gtk.c
10230         * src/inc.c
10231         * src/message_search.c
10232         * src/messageview.c
10233         * src/mh_gtk.c
10234         * src/news_gtk.c
10235         * src/prefs_actions.c
10236         * src/prefs_filtering.c
10237         * src/prefs_matcher.c
10238         * src/prefs_template.c
10239         * src/prefs_themes.c
10240         * src/ssl_manager.c
10241         * src/summary_search.c
10242         * src/textview.c
10243         * src/toolbar.c
10244         * src/gtk/sslcertwindow.c
10245         * src/plugins/pgpcore/sgpgme.c
10246                 rework alertpanels
10247
10248 2005-07-17 [colin]      1.9.12cvs75
10249
10250         * src/privacy.c
10251                 add a PrivacySystem accessor that checks that
10252                 the system cached in a MimeInfo's privacydata
10253                 is still registered. Use this accessor instead
10254                 of directly using data->system. Fixes crashes
10255                 after unloading pgp plugins.
10256
10257 2005-07-17 [colin]      1.9.12cvs74
10258
10259         * src/alertpanel.c
10260                 Change geometry hints to a simple default size.
10261                 Fixes the certs dialogs.
10262
10263 2005-07-17 [colin]      1.9.12cvs73
10264
10265         * src/gtk/sslcertwindow.c
10266                 Use a gtkExpander
10267
10268 2005-07-17 [colin]      1.9.12cvs72
10269
10270         * src/plugins/pgpcore/Makefile.am
10271         * src/plugins/pgpmime/Makefile.am
10272                 Add gpgme libs
10273
10274 2005-07-17 [paul]       1.9.12cvs71
10275
10276         * configure.ac
10277                 add --disable-gnomeprint option
10278                 modified version of patch by Marius Mauch
10279
10280 2005-07-17 [paul]       1.9.12cvs70
10281
10282         * src/common/defs.h
10283                 update urls
10284         * src/account.c
10285         * src/action.c
10286         * src/addressbook.c
10287         * src/compose.c
10288         * src/foldersel.c
10289         * src/folderview.c
10290         * src/html.c
10291         * src/imap_gtk.c
10292         * src/main.c
10293         * src/mainwindow.c
10294         * src/messageview.c
10295         * src/mh_gtk.c
10296         * src/mimeview.c
10297         * src/news_gtk.c
10298         * src/prefs_account.c
10299         * src/prefs_send.c
10300         * src/prefs_summaries.c
10301         * src/procmsg.c
10302         * src/summaryview.c
10303         * src/common/utils.c
10304         * src/common/xml.c
10305         * src/plugins/pgpcore/passphrase.c
10306         * src/plugins/pgpcore/select-keys.c
10307                 replace inappropriately used backticks
10308                 with single quotes
10309
10310 2005-07-16 [colin]      1.9.12cvs69
10311
10312         * src/image_viewer.c
10313                 Add extra paranoid checks
10314
10315 2005-07-16 [colin]      1.9.12cvs68
10316
10317         * src/plugins/pgpcore/prefs_gpg.c
10318                 Don't auto-check sigs by default, as it
10319                 can be really slow.
10320
10321 2005-07-16 [colin]      1.9.12cvs67
10322
10323         * src/plugins/pgpcore/sgpgme.c
10324                 Make messages a bit better.
10325
10326 2005-07-16 [colin]      1.9.12cvs66
10327
10328         * src/imap.c
10329                 Remove pseudo-log
10330         * src/etpan/imap-thread.c
10331                 Add real log
10332
10333 2005-07-16 [colin]      1.9.12cvs65
10334
10335         * src/main.c
10336         * src/prefs_other.c
10337                 And now, fix build with libetpan :-/
10338
10339 2005-07-15 [colin]      1.9.12cvs64
10340
10341         * src/prefs_other.c
10342                 Continue fixing build without libetpan.
10343
10344 2005-07-15 [colin]      1.9.12cvs63
10345
10346         * src/main.c
10347                 Fix build with --disable-libetpan
10348
10349 2005-07-15 [colin]      1.9.12cvs62
10350
10351         * configure.ac
10352                 Bump libetpan's version
10353
10354 2005-07-15 [colin]      1.9.12cvs61
10355
10356         * src/etpan/imap-thread.c
10357                 Actually stop logging :)
10358
10359 2005-07-15 [colin]      1.9.12cvs60
10360
10361         * src/addressbook.c
10362                 Fix dnd of multiple addresses.
10363
10364 2005-07-15 [hoa]        1.9.12cvs59
10365
10366         * src/etpan/imap-thread.c
10367             disable login of IMAP password in libetpan log file.
10368
10369 2005-07-15 [paul]       1.9.12cvs58
10370
10371         * src/account.c
10372                 don't automatically sort
10373                 do allow drag n drop
10374
10375 2005-07-15 [paul]       1.9.12cvs57
10376
10377         * src/account.c
10378         * src/ssl_manager.c
10379                 alphabetical listing
10380
10381 2005-07-15 [paul]       1.9.12cvs56
10382
10383         * src/gtk/pluginwindow.c
10384                 sort plugin list alphabetically
10385
10386 2005-07-15 [paul]       1.9.12cvs55
10387
10388         * src/prefs_spelling.c
10389         * src/prefs_wrapping.c
10390                 unify English usage
10391
10392 2005-07-15 [colin]      1.9.12cvs54
10393
10394         * src/wizard.c
10395                 Typo fix
10396
10397 2005-07-15 [paul]       1.9.12cvs53
10398
10399         * src/prefs_message.c
10400                 make 'show cursor' a hidden option
10401
10402 2005-07-14 [colin]      1.9.12cvs52
10403
10404         * src/plugins/spamassassin/Makefile.am
10405         * src/plugins/clamav/Makefile.am
10406                 Fix double EXTRA_DISTs
10407
10408 2005-07-14 [colin]      1.9.12cvs51
10409
10410         * src/plugins/clamav/Makefile.am
10411         * src/plugins/clamav/clamav_plugin_gtk.deps
10412         * src/plugins/spamassassin/Makefile.am
10413         * src/plugins/spamassassin/spamassassin_gtk.deps
10414                 Make $plugin_gtk depend on $plugin
10415
10416 2005-07-14 [hoa]        1.9.12cvs50
10417
10418         * src/etpan/imap-thread.c
10419                 enable debug log of libetpan when running with --debug
10420
10421 2005-07-14 [colin]      1.9.12cvs49
10422
10423         * configure.ac
10424         * src/common/Makefile.am
10425         * src/common/plugin.c
10426         * src/common/plugin.h
10427                 Add a little plugin dependancy system.
10428                 Plugins can ship a $plugin_name.deps file
10429                 (near them in PLUGINDIR) so that their
10430                 dependancies are loaded if possible.
10431         * src/plugins/Makefile.am
10432         * src/plugins/pgpcore/Makefile.am
10433         * src/plugins/pgpcore/passphrase.c
10434         * src/plugins/pgpcore/passphrase.h
10435         * src/plugins/pgpcore/plugin.c
10436         * src/plugins/pgpcore/prefs_gpg.c
10437         * src/plugins/pgpcore/prefs_gpg.h
10438         * src/plugins/pgpcore/select-keys.c
10439         * src/plugins/pgpcore/select-keys.h
10440         * src/plugins/pgpcore/sgpgme.c
10441         * src/plugins/pgpcore/sgpgme.h
10442                 Introduce pgpcore, used by pgpmime and
10443                 pgpinline
10444         * src/plugins/pgpmime/Makefile.am
10445         * src/plugins/pgpmime/passphrase.c
10446         * src/plugins/pgpmime/passphrase.h
10447         * src/plugins/pgpmime/pgpmime.c
10448         * src/plugins/pgpmime/pgpmime.deps
10449         * src/plugins/pgpmime/plugin.c
10450         * src/plugins/pgpmime/prefs_gpg.c
10451         * src/plugins/pgpmime/prefs_gpg.h
10452         * src/plugins/pgpmime/select-keys.c
10453         * src/plugins/pgpmime/select-keys.h
10454         * src/plugins/pgpmime/sgpgme.c
10455         * src/plugins/pgpmime/sgpgme.h
10456                 Remove the core from pgpmime and add the
10457                 dependancy to pgpcore.
10458
10459 2005-07-14 [paul]       1.9.12cvs48
10460
10461         * src/stock_pixmap.c
10462                 forgot this in last commit
10463
10464 2005-07-14 [paul]       1.9.12cvs47
10465
10466         * src/account.c
10467         * src/addressbook.c
10468                 add accelerators for the buttons (sync with main)
10469         * src/compose.c
10470         * src/compose.h
10471                 add accelerators for the buttons.
10472                 fix editing with external editor.
10473                 replace gdk_input_*() with GIOChannel;
10474                 (sync with main)
10475         * src/foldersel.c
10476                 display folder names with new/unread
10477                 representation (sync with main)
10478         * src/main.c
10479                 specify default window icon (sync with main)
10480         * src/prefs_common.c
10481                 use_addr_book default to FALSE
10482         * src/summaryview.c
10483         * src/textview.c
10484                 add accelerators for the buttons (sync with main)
10485         * src/gtk/menu.c
10486                 fix typos
10487         * src/pixmaps/sylpheed_icon.xpm
10488                 updated
10489
10490 2005-07-13 [paul]       1.9.12cvs46
10491
10492         * src/plugins/pgpmime/pgpmime.c
10493         * src/plugins/pgpmime/sgpgme.c
10494                 (temporarily) use deprecated gpgme_data_rewind()
10495                 while largefile support is not present
10496                 (as suggested by Colin)
10497
10498 2005-07-13 [paul]       1.9.12cvs45
10499
10500         * configure.ac
10501                 remove large file support (for now):
10502                 it breaks too many things
10503
10504 2005-07-13 [paul]       1.9.12cvs44
10505
10506         * configure.ac
10507                 add large file support
10508         * src/html.c
10509                 fix bug #763 where href attribute was not
10510                 the very first attribute of a link
10511                 patch by Thomas Gilgin
10512
10513 2005-07-13 [colin]      1.9.12cvs43
10514
10515         * src/gtk/pluginwindow.c
10516                 Little portability fix
10517
10518 2005-07-13 [colin]      1.9.12cvs42
10519
10520         * src/plugins/pgpmime/sgpgme.c
10521                 Fix crasher.
10522
10523 2005-07-13 [colin]      1.9.12cvs41
10524
10525         * src/plugins/pgpmime/pgpmime.c
10526         * src/plugins/pgpmime/sgpgme.c
10527                 Use gpgme_data_release_and_get_mem instead
10528                 of gpgme_data_read.
10529
10530 2005-07-13 [colin]      1.9.12cvs40
10531
10532         * configure.ac
10533         * src/plugins/pgpmime/passphrase.c
10534         * src/plugins/pgpmime/passphrase.h
10535         * src/plugins/pgpmime/pgpmime.c
10536         * src/plugins/pgpmime/plugin.c
10537         * src/plugins/pgpmime/select-keys.c
10538         * src/plugins/pgpmime/select-keys.h
10539         * src/plugins/pgpmime/sgpgme.c
10540         * src/plugins/pgpmime/sgpgme.h
10541                 Port pgpmime to gpgme-1.0.
10542
10543 2005-07-12 [paul]       1.9.12cvs39
10544
10545         * AUTHORS
10546         * src/toolbar.c
10547         * src/toolbar.h
10548                 add a 'Go to Prev' button to the toolbar.
10549                 correct tooltip text of go to buttons.
10550                 based on patch by Yang Guilong <bamanzi@gmail.com>
10551
10552 2005-07-12 [colin]      1.9.12cvs38
10553
10554         * src/statusbar.c
10555                 Fix progress bar showing stuff at startup.
10556
10557 2005-07-12 [paul]       1.9.12cvs37
10558
10559         * src/editjpilot.c
10560                 fix building with jpilot support
10561
10562 2005-07-11 [colin]      1.9.12cvs36
10563
10564         * src/inc.c
10565                 Add visual indication that filtering is running
10566         * src/textview.c
10567                 Make {}[] uri delimiters
10568         * src/summaryview.c
10569                 Remove useless (and slow) calls
10570
10571 2005-07-11 [paul]       1.9.12cvs35
10572
10573         * src/plugins/clamav/clamav_plugin_gtk.c
10574         * src/plugins/dillo_viewer/dillo_prefs.c
10575         * src/plugins/pgpmime/prefs_gpg.c
10576         * src/plugins/spamassassin/spamassassin_gtk.c
10577                 gather plugins prefs together under their
10578                 own 'Plugins' heading
10579
10580 2005-07-11 [paul]       1.9.12cvs34
10581
10582         sync with main
10583
10584         * src/account.c
10585                 account_delete(): modified alert dialog
10586         * src/editjpilot.c
10587         * src/editvcard.c
10588                 fixed a crash when cancelling file selection
10589                 dialog by Escape key. Made non-ascii filename
10590                 selectable.
10591         * src/prefs_template.c
10592                 prefs_template_window_create(): make scrolled
10593                 window policy AUTOMATIC
10594
10595 2005-07-10 [hoa]        1.9.12cvs33
10596
10597         * src/etpan/imap-thread.c
10598                 workaround for old Courier IMAP servers.
10599
10600 2005-07-10 [colin]      1.9.12cvs32
10601
10602         * src/folder.c
10603         * src/statusbar.c
10604         * src/statusbar.h
10605                 Add visual progress indicator on filtering/processing
10606                 Factorize the progress bar code
10607         * src/imap.c
10608         * src/imap.h
10609         * src/etpan/imap-thread.c
10610                 Add a reference counter to avoid destroying the Folder
10611                 while it's in use by another callback.
10612
10613 2005-07-09 [hoa]        1.9.12cvs31
10614
10615         * src/imap.c
10616         * src/etpan/imap-thread.c
10617                 fixed deadlock when removing IMAP account.
10618
10619 2005-07-08 [colin]      1.9.12cvs30
10620
10621         * src/textview.c
10622         * src/unmime.c
10623                 Fix again problems decoding broken headers
10624         * src/gtk/inputdialog.c
10625                 Fix local variable shadowing a global one
10626
10627 2005-07-08 [colin]      1.9.12cvs29
10628
10629         * src/msgcache.c
10630                 Make the cache/mark files platform-agnostic by writing
10631                 them in little-endian format. Reading them is also done
10632                 in little-endian format, of course; however, in order
10633                 to avoid trashing mark data on big-endian machines, the
10634                 files are, at first, read from the native format if the
10635                 little-endian one doesn't exist. This is easy to deter-
10636                 mine by trying to open a file with a swapped data_ver
10637                 and seeing if it's the wanted version.
10638                 Little-endian using users should see absolutely no
10639                 difference, Big-endian users may get a very little
10640                 performance drop due to byte-swapping.
10641                 Tested on i386 and ppc32. 
10642                 Fixes bug #159 (The index file, in the mailboxes, is 
10643                 hardware depending).
10644
10645                 To have the cache/mark files updated to the new little-
10646                 endian format, "Check for new messages" or even
10647                 "Rebuild folder tree" aren't enough. Files will be
10648                 updated as soon as a folder has been opened/closed.
10649                 To update everything, just select all folders by
10650                 selecting them one by one.
10651
10652 2005-07-07 [colin]      1.9.12cvs28
10653
10654         * src/imap.c
10655                 Remember the folder separator per IMAPFolder
10656                 instead of globally.
10657                 Revive the Session on noop; fixes bug #761
10658                 (mark a bunch of unread messages as read takes 
10659                 forever)
10660
10661 2005-07-07 [darko]      1.9.12cvs27
10662
10663         * src/common/template.c
10664                 Sort templates alphabetically
10665
10666 2005-07-06 [colin]      1.9.12cvs26
10667
10668         * src/imap.c
10669                 Try to use the correct separator in
10670                 most cases. Possibly fixes bug #759
10671                 (only creates the INBOX folder when 
10672                 setting up new IMAP account) and 
10673                 bug #760 (Can't retrieve messages)
10674
10675 2005-07-06 [colin]      1.9.12cvs25
10676
10677         * src/imap.c
10678                 Use real_path in status command. This will
10679                 help later, when namespaces will be used.
10680
10681 2005-07-06 [colin]      1.9.12cvs24
10682
10683         * configure.ac
10684         * src/account.c
10685         * src/folder.c
10686         * src/imap.c
10687         * src/etpan/etpan-log.c
10688         * src/etpan/etpan-thread-manager.c
10689         * src/etpan/imap-thread.c
10690                 Add a --disable-libetpan parameter. With this,
10691                 users that don't want IMAP4 support can avoid
10692                 the new dependancy (and have no IMAP support).
10693                 Users that have IMAP4 accounts and use this
10694                 parameter won't lose their configuration, their
10695                 IMAP accounts will just be invisible and not
10696                 used.
10697         * src/textview.c
10698                 Make the "Copy ..." contextual menu items 
10699                 copy to both the X clipboard and the gtk 
10700                 clipboard - as most other apps do.
10701         * src/gtk/about.c
10702                 Add a notice about OpenSSL usage, in order to
10703                 comply with OpenSSL's license (point 6):
10704                 http://www.openssl.org/source/license.html
10705
10706 2005-07-06 [colin]      1.9.12cvs23
10707
10708         * src/alertpanel.c
10709                 Fix a minimum size for alertpanels
10710         * src/compose.c
10711                 Show 'No space left on device' type errors
10712                 when queuing/sending
10713         * src/imap_gtk.c
10714         * src/mh_gtk.c
10715                 Rework folder's deletion message (remove 
10716                 extra \n)
10717
10718 2005-07-05 [colin]      1.9.12cvs22
10719
10720         * src/imap.c
10721                 Add an alertpanel on auth error
10722                 Add pseudo-log
10723                 Remove pthread-related stuff
10724
10725 2005-07-05 [colin]      1.9.12cvs21
10726
10727         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10728                 Fix crash on plugin reloading (with a hack)
10729
10730 2005-07-05 [colin]      1.9.12cvs20
10731
10732         * src/prefs_account.c
10733         * src/prefs_account.h
10734                 Fix typo
10735         * src/gtk/filesel.c
10736         * src/gtk/filesel.h
10737                 Add a way to filter the view
10738         * src/gtk/pluginwindow.c
10739                 Filter loadable stuff
10740         * src/plugins/pgpmime/prefs_gpg.c
10741                 Fix missing unregistration
10742         * .cvsignore
10743         * src/etpan/.cvsignore
10744         * src/plugins/spamassassin/.cvsignore
10745                 Add more stuff to cvs ignored files
10746
10747 2005-07-04 [colin]      1.9.12cvs19
10748
10749         * src/imap.c
10750                 Fix scan_required returning FALSE when it
10751                 shouldn't. Maybe fix #760 (Can't retrieve
10752                 messages)
10753
10754 2005-07-04 [colin]      1.9.12cvs18
10755
10756         * src/summaryview.c
10757                 Fix always_show_msg pref
10758
10759 2005-07-04 [paul]       1.9.12cvs17
10760
10761         sync with main (forgotten in last commit)
10762         
10763         * src/common/utils.c
10764         * src/common/utils.h
10765                 check_line_length(): new.
10766                 is_dir_exist()
10767                 is_file_entry_exist()
10768                 dirent_is_regular_file()
10769                 dirent_is_directory(): use g_file_test() instead of stat().
10770
10771 2005-07-04 [paul]       1.9.12cvs16
10772
10773         sync with main:
10774
10775         * src/compose.c
10776                 compose_write_to_file(): check for line
10777                 length limit and display warning if exceeds
10778         * src/jpilot.c
10779                 use get_home_dir() instead of g_get_home_dir()
10780         * src/procheader.c
10781                 removed warning about invalid date
10782         * src/vcard.c
10783                 use get_home_dir() instead of g_get_home_dir()
10784
10785 2005-07-04 [paul]       1.9.12cvs15
10786
10787         * src/stock_pixmap.c
10788                 fix new pixmap naming errors
10789                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10790
10791 2005-07-04 [colin]      1.9.12cvs14
10792
10793         * src/imap.c
10794                 Fix debugging string with a warning
10795
10796 2005-07-04 [colin]      1.9.12cvs13
10797
10798         * configure.ac
10799                 Add a check for libetpan's version (>= 0.37)
10800
10801 2005-07-04 [hoa]        1.9.12cvs12
10802
10803         * commitHelper
10804         * src/imap.c
10805         * src/etpan/imap-thread.c
10806         * src/etpan/imap-thread.h
10807                 fixed IMAP implementation of check of mails.
10808
10809 2005-07-03 [hoa]        1.9.12cvs11
10810
10811         * src/etpan/Makefile.am
10812         * src/etpan/etpan-errors.h
10813         * src/etpan/etpan-log.[ch]
10814         * src/etpan/etpan-thread-manager-types.h
10815         * src/etpan/etpan-thread-manager.[ch]
10816         * src/etpan/imap-thread.[ch]
10817         * src/Makefile.am
10818         * src/imap.c
10819         * src/main.c
10820         * src/prefs_other.c
10821         * configure.ac
10822             merged imap branch.
10823             dependency on libetpan 0.37 is now added.
10824
10825 2005-07-01 [colin]      1.9.12cvs10
10826
10827         * src/Makefile.am
10828         * src/folder.c
10829         * src/folder.h
10830         * src/folderview.c
10831         * src/stock_pixmap.c
10832         * src/stock_pixmap.h
10833         * src/plugins/trayicon/trayicon.c
10834                 Add marked symbol on folders containing
10835                 marked messages
10836         * src/procmsg.c
10837         * src/procmsg.h
10838         * src/toolbar.c
10839         * src/prefs_common.c
10840         * src/prefs_common.h
10841         * src/prefs_send.c
10842                 Add an optional confirmation dialog on queue
10843                 sending. Patch by wwp.
10844         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10845         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10846         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10847         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10848         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10849         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10850         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10851         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10852         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10853         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10854         * src/pixmaps/trash_mark.xpm            ** ADDED **
10855                 New pixmaps
10856
10857 2005-07-01 [colin]      1.9.12cvs9
10858
10859         * src/summaryview.c
10860                 Fix a little threading bug
10861         * src/addrgather.c
10862         * src/mainwindow.c
10863                 A little bit of HIG normality never hurts
10864
10865 2005-07-01 [colin]      1.9.12cvs8
10866
10867         * src/compose.c
10868         * src/msgcache.c
10869         * src/pop.c
10870         * src/procmime.c
10871         * src/recv.c
10872         * src/common/log.c
10873         * src/common/template.c
10874         * src/common/utils.c
10875         * src/common/utils.h
10876                 Reverted the fwrite_atomic stuff. In fact
10877                 it is already atomic.
10878
10879 2005-06-30 [colin]      1.9.12cvs7
10880
10881         * src/common/utils.c
10882         * src/common/utils.h
10883                 Add an fwrite_atomic() function to make
10884                 sure we write everything: fwrite can make
10885                 short writes.
10886         * src/compose.c
10887         * src/msgcache.c
10888         * src/pop.c
10889         * src/procmime.c
10890         * src/recv.c
10891         * src/common/log.c
10892         * src/common/template.c
10893                 Use that (and fix swapping of size and nmemb).
10894                 Thanks to Rich Coe for the heads up.
10895
10896 2005-06-30 [colin]      1.9.12cvs6
10897
10898         * src/addressbook.c
10899                 Optimize addressbook opening 
10900
10901 2005-06-30 [colin]      1.9.12cvs5
10902
10903         * src/summaryview.c
10904                 Remove calls to summary_step after move/copy
10905
10906 2005-06-28 [paul]       1.9.12cvs4
10907
10908         * src/alertpanel.c
10909                 wrap and make the error msg selectable
10910
10911 2005-06-28 [paul]       1.9.12cvs3
10912
10913         * src/ssl_manager.c
10914                 replace the OK button with a Close button
10915         * src/gtk/foldersort.c
10916                 use GTK_STOCK_ icons/buttons
10917
10918 2005-06-28 [colin]      1.9.12cvs2
10919
10920         * src/gedit-print.c             ** ADDED **
10921         * src/gedit-print.h             ** ADDED **
10922         * src/gtk/gtksourceprintjob.c   ** ADDED **
10923         * src/gtk/gtksourceprintjob.h   ** ADDED **
10924                 I can't believe no one had enough time to tell
10925                 me I forgot the `cvs add`
10926
10927 2005-06-27 [colin]      1.9.12cvs1
10928
10929         * src/Makefile.am
10930         * src/gtk/Makefile.am
10931         * src/messageview.c
10932         * src/procmsg.c
10933         * src/summaryview.c
10934         * configure.ac
10935                 Add optional libgnomeprint-based printing
10936         * src/mainwindow.c
10937         * src/gtk/quicksearch.c
10938                 Add an Edit/Quick search menu item to show
10939                 and focus the quicksearch
10940
10941 2005-06-27 [paul]       1.9.12
10942
10943         1.9.12 release
10944
10945         * po/ca.po
10946         * po/de.po
10947         * po/es.po
10948         * po/fr.po
10949         * po/it.po
10950         * po/ko.po
10951         * po/pt_BR.po
10952         * po/sk.po
10953         * po/zh_CN.po
10954                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10955                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10956                 SungHyun Nam, Frederico Goncalves Guimaraes,
10957                 Andrej Kacian, and Yang Guilong
10958 2005-06-26 [colin]      1.9.11cvs106
10959
10960         * src/imap_gtk.c
10961                 Forgot one file for previous fix
10962
10963 2005-06-26 [colin]      1.9.11cvs105
10964
10965         * src/folder.c
10966         * src/imap.c
10967                 Fix problems with folder operations in no_select
10968                 imap folders. it applies only to mails, and 
10969                 creation/deletion/move/renaming of folders 
10970                 should be possible
10971
10972 2005-06-26 [paul]       1.9.11cvs104
10973
10974         * src/prefs_filtering.c
10975                 replace one more GTK_STOCK_REMOVE
10976                 with GTK_STOCK_DELETE
10977
10978 2005-06-25 [colin]      1.9.11cvs103
10979
10980         * src/imap.c
10981                 Optimize get_seq_set_from_seq_list
10982                 (Patch by Ricardo) 
10983
10984 2005-06-25 [colin]      1.9.11cvs102
10985
10986         * src/mh.c
10987                 If the directory exists, but not in the
10988                 correct encoding, rename it. This should
10989                 handle old-versions-induced bugs.
10990
10991 2005-06-25 [colin]      1.9.11cvs101
10992
10993         * src/mh.c
10994                 Fix path access with extended dir names
10995                 Fixes bug #589 (SC segfaults with wrong locale
10996                 settings)
10997
10998 2005-06-25 [colin]      1.9.11cvs100
10999
11000         * src/prefs_account.c
11001         * src/prefs_account.h
11002         * src/compose.c
11003                 Add an option to encrypt replies to
11004                 encrypted messages
11005
11006 2005-06-25 [colin]      1.9.11cvs99
11007
11008         * src/compose.c
11009         * src/quote_fmt_parse.y
11010                 ... And make it work with pgpinline.
11011
11012 2005-06-25 [colin]      1.9.11cvs98
11013
11014         * src/compose.c
11015         * src/procmime.c
11016         * src/procmime.h
11017         * src/quote_fmt_parse.y
11018                 o Make reedition of encrypted messages possible
11019                   (as long as it is encrypted to self too, no
11020                    magic there)
11021                 o Make replying with quote (and without selecting
11022                   text) possible for encrypted messages.
11023                 Closes bug #550 (Not possible to "reply with quote"
11024                 to gnupg encrypted messages)
11025
11026 2005-06-24 [paul]       1.9.11cvs97
11027
11028         * src/imap.c
11029                 add missing include
11030
11031 2005-06-24 [paul]       1.9.11cvs96
11032
11033         * src/editldap.c
11034                 made bind password entry invisible
11035                 (sync with main)
11036         * src/send_message.c
11037                 send_message_local(): check exit status
11038                 to detect errors (sync with main)
11039         * src/textview.c
11040                 use main's less ambiguous popup menu
11041                 wording
11042
11043 2005-06-24 [paul]       1.9.11cvs95
11044
11045         * src/prefs_actions.c
11046         * src/prefs_customheader.c
11047         * src/prefs_display_header.c
11048         * src/prefs_filtering_action.c
11049         * src/prefs_matcher.c
11050         * src/prefs_template.c
11051         * src/prefs_toolbar.c
11052                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11053         * src/gtk/description_window.c
11054                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11055
11056 2005-06-23 [colin]      1.9.11cvs94
11057
11058         * src/summaryview.c
11059                 Fix rough edges (be sure to call status_show whenever
11060                 necessary).
11061
11062 2005-06-23 [colin]      1.9.11cvs93
11063
11064         * src/summaryview.c
11065                 Optimize Select All
11066                 Before, in a 5K mails folder: 11s
11067                 After, in the same folder: 58000µs
11068                 The joys of locking... gtk_clist_select_all() fires a 
11069                 tree-select-row event for each selected row, which in 
11070                 summaryview, callbacks summary_selected which in turn,
11071                 calls summary_status_show, which walks the selected
11072                 rows. Hence, calling gtk_clist_select_all was 
11073                 exponential. Locking the summaryview makes 
11074                 summary_selected return early.
11075
11076 2005-06-23 [colin]      1.9.11cvs92
11077
11078         * src/imap.c
11079                 Move mutex at the important place to avoid
11080                 deadlocks
11081         * src/summaryview.c
11082                 Fix Del key deleting directly instead of
11083                 moving to trash
11084
11085 2005-06-22 [colin]      1.9.11cvs91
11086
11087         * src/plugins/spamassassin/libspamc.c
11088                 As we do spagetti code with assignations in multiple
11089                 places (see _message_read_raw where out = msg = raw),
11090                 let's be sure we don't free the same pointer twice.
11091                 Should fix bug #683 (Crash in libpam at 
11092                 message_cleanup).
11093
11094 2005-06-22 [colin]      1.9.11cvs90
11095
11096         * src/compose.c
11097         * src/messageview.c
11098         * src/toolbar.c
11099                 Make toolbar's delete use the move to trash stuff;
11100                 Add gtk_widget_realize to be sure pixmaps can get
11101                 created (that may fix an old worksforme bug which
11102                 I can't find back...)
11103
11104 2005-06-22 [colin]      1.9.11cvs89
11105
11106         * src/summaryview.c
11107         * src/summaryview.h
11108         * src/mainwindow.c
11109                 Rename "Message/Delete" to "Message/Move to trash"
11110                 Add "Message/Delete..." that directly destroys the
11111                 selected messages after asking for a confirmation.
11112
11113 2005-06-22 [colin]      1.9.11cvs88
11114
11115         * src/imap.c
11116                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11117                 o Fix a deadlock (thanks Darko)
11118
11119 2005-06-22 [colin]      1.9.11cvs87
11120
11121         * src/gtk/foldersort.c
11122                 Add missing include for the i18n;
11123                 patch by Fabien Vantard
11124
11125 2005-06-21 [colin]      1.9.11cvs86
11126
11127         * src/folder.c
11128         * src/folderview.c
11129                 Respect the no_select flag
11130         * src/imap.c
11131                 Fix recursive deletion
11132         * src/imap_gtk.c
11133         * src/mh_gtk.c
11134                 Make the folder deletion's warning
11135                 more explicit
11136
11137 2005-06-21 [colin]      1.9.11cvs85
11138
11139         * src/textview.c
11140                 Prevent email addresses from spanning accross
11141                 lines - fixes bug # 646 (newline-chars in 
11142                 email addresses)
11143
11144 2005-06-20 [colin]      1.9.11cvs84
11145
11146         * src/folder.c
11147                 Be sure not to remove source if copy failed
11148
11149 2005-06-20 [colin]      1.9.11cvs83
11150
11151         * src/folderview.c
11152         * src/imap_gtk.c
11153                 remove summaryview's lock
11154         * src/imap.c
11155                 introduce threads to avoid problems when foreground tasks
11156                 interfere with background tasks
11157         * src/mh.c
11158                 prevent moving to drafts/queue
11159         * src/mimeview.c
11160                 fix leak
11161
11162 2005-06-19 [colin]      1.9.11cvs82
11163
11164         * src/imap_gtk.c
11165                 Remember that the user doesn't want to override
11166                 offline mode, for 3 seconds. It avoid presenting
11167                 him with N popups in a really short time.
11168
11169 2005-06-17 [colin]      1.9.11cvs81
11170
11171         * src/imap.c
11172                 Fix IMAP breaking on folders containing '('
11173                 (Probably won't be enough)
11174
11175 2005-06-17 [colin]      1.9.11cvs80
11176
11177         Forgotten files on 1.9.11cvs79
11178         * src/summaryview.c
11179                 Fix stepping when not immediately executing
11180         * src/imap.c
11181                 Really prevent UID FETCH 0
11182         * src/codeconv.c
11183                 Fix outgoing charset never set to utf-8
11184         * src/mh.c
11185                 Fix leak
11186
11187 2005-06-16 [colin]      1.9.11cvs79
11188
11189         * src/compose.c
11190                 Fix bug #707 (Dash splits rows)
11191                 Only wrap if we're on a line break position and
11192                 the previous one was a "white" (space) char.
11193                 Pango stuff is weird.
11194
11195 2005-06-16 [colin]      1.9.11cvs78
11196
11197         * src/imap_gtk.c
11198                 Lock summaryview while downloading messages
11199                 on user demand
11200         * src/procheader.c
11201         * src/unmime.c
11202         * src/common/utils.c
11203         * src/common/utils.h
11204                 Replace \r and \n with spaces in From and
11205                 Subject headers
11206
11207 2005-06-16 [paul]       1.9.11cvs77
11208
11209         * src/procmime.c
11210                 liberalise the mime parser
11211         * src/gtk/about.c
11212                 add text wrapping
11213
11214 2005-06-16 [paul]       1.9.11cvs76
11215
11216         * src/gtk/about.c
11217                 reworked
11218
11219 2005-06-15 [colin]      1.9.11cvs75
11220
11221         * src/compose.c
11222                 Finish header encoding fix
11223         * src/summaryview.c
11224                 Fix segfault
11225         * src/headerview.c
11226                 Fix compilation (Thanks Stephan
11227                 Sachse)
11228
11229 2005-06-15 [colin]      1.9.11cvs74
11230
11231         * Makefile.am
11232                 Install gnome2 stuff rather than gnome1, 
11233                 if both are present
11234         * src/codeconv.c
11235         * src/codeconv.h
11236         * src/compose.c
11237                 Fix headers encoding
11238         * src/folder.c
11239                 Visual progress when fetching all messages
11240         * src/folderview.c
11241         * src/summaryview.c
11242         * src/summaryview.h
11243                 Prevent changing current message while
11244                 incorporating
11245
11246 2005-06-15 [paul]       1.9.11cvs73
11247
11248         * src/gtk/gtkaspell.c
11249         * src/gtk/gtkaspell.h
11250                 fix build warnings
11251
11252 2005-06-15 [paul]       1.9.11cvs72
11253
11254         * src/prefs_filtering.c
11255                 allow reordering of filter rules by
11256                 drag n drop
11257
11258 2005-06-15 [paul]       1.9.11cvs71
11259
11260         * COPYING
11261                 updated
11262         * src/codeconv.c
11263                 replace deprecated function
11264         * src/inc.c
11265         * src/send_message.c
11266         * src/gtk/progressdialog.c
11267         * src/gtk/progressdialog.h
11268                 salvage and reuse parts of reverted sync
11269
11270 2005-06-15 [paul]       1.9.11cvs70
11271
11272         * src/inc.c
11273         * src/send_message.c
11274         * src/gtk/progressdialog.c
11275         * src/gtk/progressdialog.h
11276                 revert yesterday's sync with main
11277                 it contains deprecated functions
11278
11279 2005-06-15 [colin]      1.9.11cvs69
11280
11281         * src/headerview.c
11282                 Fix bug #670 (multi user to: will corrupt message 
11283                 headers display)
11284
11285 2005-06-15 [colin]      1.9.11cvs68
11286
11287         * src/compose.c
11288                 Fix bug #421 (Fix undo on wrapping)
11289
11290 2005-06-15 [colin]      1.9.11cvs67
11291
11292         * src/folder.c
11293                 Provide visual feedback while processing
11294                 folder's rules.
11295         * src/imap.c
11296                 Provide visual feedback while getting
11297                 short headers (for uncached messages)
11298
11299
11300 2005-06-14 [paul]       1.9.11cvs66
11301
11302         * src/account.c
11303                 change a couple stock icons
11304         * src/inc.c
11305         * src/send_message.c
11306         * src/gtk/progressdialog.c
11307         * src/gtk/progressdialog.h
11308                 sync main's GtkTreeView implementation
11309
11310 2005-06-14 [colin]      1.9.11cvs65
11311
11312         * src/imap.c
11313                 Various little fixes, mainly on error paths
11314
11315 2005-06-13 [colin]      1.9.11cvs64
11316
11317         * matcher.c
11318         * procmsg.c
11319         * procmsg.h
11320                 Add a way to fetch only headers. This speeds
11321                 up filtering on headers for IMAP. Fixes:
11322                 bug #481 extraneous imap commands slow down 
11323                         imap filtering
11324                 bug #522 Sylpheed downloads all messages 
11325                         when opening mailbox (IMAP)
11326                 bug #677 IMAP fetch is soooooooooooooo slow
11327         * src/folder.c
11328         * src/folder.h
11329                 Add a folder set_batch method so that
11330                 implementations can speed up flags changes
11331         * src/folderutils.c
11332         * src/summaryview.c
11333                 Use that in mark as (un)read and mark all read
11334                 Refix bug #679
11335         * src/imap.c
11336                 Implement set_batch - brings back deferred
11337                 flags in a less buggy manner. Fixes:
11338                 bug #729 IMAP immediate expunge of deleted messages
11339                 bug #191 remove list of messages with one command
11340                 Fix login with strange chars
11341                 Implement fetch_msg_full
11342                 Fix copy (wrong counts)
11343
11344 2005-06-12 [colin]      1.9.11cvs63
11345
11346         * src/folder.c
11347                 lock incorporation during long operations.
11348                 Avoids fucking up the IMAP socket.
11349
11350 2005-06-12 [colin]      1.9.11cvs62
11351
11352         * src/imap.c
11353                 Fix harmful typo
11354                 Factorize remove_all_msg
11355                 Thread-ize expunge
11356         * src/summaryview.c
11357                 Don't update partial-download status if unnecessary
11358         * src/folder.c
11359                 Use remove_msgs everywhere possible
11360
11361 2005-06-12 [colin]      1.9.11cvs61
11362
11363         * src/folder.c
11364         * src/folder.h
11365                 Add a remove_msgs function to remove a 
11366                 list of messages
11367         * src/imap.c
11368                 Implement that.
11369
11370 2005-06-12 [colin]      1.9.11cvs60
11371
11372         * src/imap.c
11373                 Remove flags-processing deferring... Too hard
11374                 to get it to work in all cases.
11375
11376 2005-06-11 [colin]      1.9.11cvs59
11377
11378         * src/imap.c
11379                 printf -> debug_print
11380
11381 2005-06-11 [colin]      1.9.11cvs58
11382
11383         * src/imap.c
11384                 o Fix build without USE_PTHREAD
11385                 o Factorize imap_open
11386                 o Alertpanel in case of impossible connection
11387                 o Alertpanel in case of impossible login
11388                 o Fix deferred flags processing to force a 
11389                   flush before adding some more flags to process,
11390                   but in another folder.
11391
11392 2005-06-10 [colin]      1.9.11cvs57
11393
11394         * src/imap.c
11395                 o Fix a format string error
11396                 o init ssl socket outside of the thread 
11397                   (it possibly invokes gtk calls)
11398         * src/procmime.c
11399                 o Put back the buffer to its necessary size
11400                 o Fix changing a file pointer without keeping
11401                   track of it (thanks Valgrind)
11402         * src/common/smtp.c
11403                 o Fix automatic STARTTLS if login should be done
11404                   and the server only allows it after starting TLS
11405         * src/gtk/gtkinputdialog.c
11406                 o Eat GDK_Return so that the combo popup doesn't 
11407                   appear when we press Enter to validate the combo
11408                   input dialog (as seen in the Open with... dialog)
11409
11410 2005-06-10 [colin]      1.9.11cvs56
11411
11412         * src/imap.c
11413                 o A bit less debug
11414                 o Fix a crash on deletion
11415                 o Threadize imap_select (it's called outside of 
11416                   threads)
11417                 o Defer treatment of DELETED flags
11418
11419
11420 2005-06-09 [colin]      1.9.11cvs55
11421
11422         * src/imap.c
11423                 Make sure we check imap_gtk_should_override(), which
11424                 potentially calls gtk stuff, before creating thread.
11425                 That way it should't be called via imap_get_session()
11426                 inside a thread.
11427
11428 2005-06-09 [colin]      1.9.11cvs54
11429
11430         * src/imap.c
11431                 o add a bit of status output
11432                 o remove some dead code
11433                 o threadize get_list_of_uids
11434                 o threadize imap_get_flags
11435                 o defer flag changing by 500ms so that they
11436                   can be batched
11437
11438
11439 2005-06-08 [colin]      1.9.11cvs53
11440
11441         * src/imap.c
11442                 Thread-ize imap_cmd_fetch
11443
11444 2005-06-08 [colin]      1.9.11cvs52
11445
11446         * src/main.c
11447                 Mmh, that broke POP3...
11448
11449 2005-06-08 [colin]      1.9.11cvs51
11450
11451         * src/main.c
11452                 Stabilize IMAP patch (thanks to Hoa)
11453
11454 2005-06-08 [colin]      1.9.11cvs50
11455
11456         * src/imap.c
11457                 Test patch to speed up imap. 
11458
11459 2005-06-08 [colin]      1.9.11cvs49
11460
11461         * src/imap_gtk.c
11462                 Warning fix
11463         * src/procmime.c
11464                 Apply patch from gentoo to use /usr/share/mime/globs if 
11465                 available, after un-breaking it
11466         * src/common/log.c
11467         * src/common/log.h
11468                 Use g_timeout for invoking hooks that possibly use gtk
11469                 calls. This should leave gtk calls in the main thread.
11470
11471 2005-06-08 [paul]       1.9.11cvs48
11472
11473         * src/codeconv.c
11474                 conv_get_outgoing_charset_str(): don't
11475                 use prefs_common setting
11476         * src/compose.c
11477         * src/compose.h
11478                 add /Options/Character encoding/... to
11479                 temporarily change the outgoing encoding
11480
11481         (belated sync with main)
11482
11483 2005-06-08 [paul]       1.9.11cvs47
11484
11485         * src/compose.c
11486                 correction to/completion of last
11487                 sync with main
11488
11489 2005-06-08 [paul]       1.9.11cvs46
11490
11491         sync with main:
11492         
11493         * src/codeconv.c
11494         * src/codeconv.h
11495                 always enabled Japanese auto-detection
11496                 if the first letters of locale string
11497                 is "ja"
11498         * src/compose.c
11499                 don't use "destroy" signal to destroy
11500                 Compose object (fix rare crashes on discard?)
11501         * src/mainwindow.c
11502         * src/messageview.c
11503         * src/prefs_send.c
11504                 added Hebrew encodings
11505         * src/sourcewindow.c
11506                 don't use "destroy" signal to destroy
11507                 objects
11508
11509 2005-06-07 [colin]      1.9.11cvs45
11510
11511         * src/summaryview.c
11512                 Add missing unlocks/locks
11513
11514 2005-06-07 [paul]       1.9.11cvs44
11515
11516         * src/summaryview.c
11517                 restore bug #749 fix
11518
11519 2005-06-06 [colin]      1.9.11cvs43
11520
11521         * src/summaryview.c
11522                 Fix selection bug when prefs_common.open_unread 
11523                 is FALSE
11524
11525 2005-06-06 [colin]      1.9.11cvs42
11526
11527         * src/common/md5.c
11528                 Fix a warning
11529         * src/summaryview.c
11530         * src/folderview.c
11531                 Factorize long operations beginning and end
11532                 (locking, freezing/thawing, cursor, ...)
11533                 Check selection->data member in selection-
11534                 related loops; this avoids dying an awful
11535                 death if the selection changes on us while
11536                 we're marking a whole IMAP folder unread, 
11537                 for example.
11538
11539 2005-06-06 [paul]       1.9.11cvs41
11540
11541         * src/textview.c
11542                 don't g_free() a static gchar buffer
11543
11544 2005-06-05 [colin]      1.9.11cvs40
11545
11546         * src/mainwindow.c
11547         * src/messageview.c
11548         * src/summaryview.c
11549                 Fix bug #749 (Show all headers should be
11550                 sticky as the GUI suggests)
11551
11552 2005-06-03 [paul]       1.9.11cvs39
11553
11554         * src/compose.c
11555                 don't allow editing of mail while sending.
11556                 patch by Colin
11557
11558 2005-06-03 [paul]       1.9.11cvs38
11559
11560         * src/folderview.c
11561                 add a freeze/thaw to speed up 'mark all read'
11562
11563 2005-06-03 [paul]       1.9.11cvs37
11564
11565         * src/prefs_message.c
11566                 reflect changes immediately
11567
11568 2005-06-02 [colin]      1.9.11cvs36
11569
11570         * po/POTFILES.in
11571                 Patch by Fabien Vantard.
11572
11573 2005-06-02 [colin]      1.9.11cvs35
11574
11575         * src/imap.c
11576                 Use a non-blocking imap_getline() if possible.
11577                 This should completely prevent the interface
11578                 from freezin on imap operations, although it
11579                 may do strange stuff in case of folder switching
11580                 while a big imap operation is taking place...
11581
11582                 In addition, fix a leak in the case thread
11583                 creation fails on connection.
11584
11585 2005-06-02 [colin]      1.9.11cvs34
11586
11587         * src/crash.c
11588         * src/prefs_common.h
11589                 Fix build (prefs_common_init() doesn't exist
11590                 anymore)
11591
11592 2005-06-02 [colin]      1.9.11cvs33
11593
11594         * src/prefs_account.c
11595                 Fix bug #245 (filtering rules broken when
11596                 renaming a remote account (imap4 or nntp)
11597
11598 2005-06-02 [colin]      1.9.11cvs32
11599
11600         * src/imap.c
11601                 Try to fix IMAP shortcomings: 
11602                 o Multithread imap_open()
11603                 o allow offline-mode overriding instead of
11604                   just returning NULL
11605         * src/imap_gtk.c
11606         * src/imap_gtk.h
11607                 Add a function to ask whether we want to
11608                 override offline-mode for 10 minutes (one-shot
11609                 asking was painful)
11610         * src/procheader.c
11611                 Fix segfault when imap parser isn't happy about
11612                 a missing {
11613
11614 2005-06-01 [colin]      1.9.11cvs31
11615
11616         * src/addrharvest.c
11617         * src/compose.c
11618         * src/mbox.c
11619         * src/mbox.h
11620         * src/mh.c
11621         * src/msgcache.c
11622         * src/send_message.c
11623         * src/setup.c
11624         * src/undo.c
11625         * src/common/hooks.c
11626         * src/common/prefs.c
11627         * src/common/template.c
11628         * src/common/utils.c
11629         * src/gtk/gtkutils.c
11630         * src/gtk/inputdialog.c
11631         * src/gtk/menu.c
11632         * src/gtk/pluginwindow.c
11633         * src/gtk/prefswindow.c
11634         * src/plugins/pgpmime/passphrase.c
11635         * src/plugins/pgpmime/prefs_gpg.c
11636                 More -Wall fixes
11637
11638         * src/common/Makefile.am
11639         * src/common/timing.h
11640                 Add basic timing code
11641
11642         * src/summaryview.c
11643                 Fix a bug with unread messages when 
11644                 re-sorting folders, and by the way
11645                 fix a big performance hit when 
11646                 re-sorting (10k mails: before 5s,
11647                 after .5s)
11648
11649         * src/prefs_compose_writing.c
11650         * src/prefs_compose_writing.h
11651         * src/prefs_message.c
11652         * src/prefs_message.h
11653         * src/prefs_other.c
11654         * src/prefs_other.h
11655         * src/prefs_quote.c
11656         * src/prefs_quote.h
11657         * src/prefs_receive.c
11658         * src/prefs_receive.h
11659         * src/prefs_send.c
11660         * src/prefs_send.h
11661         * src/prefs_summaries.c
11662         * src/prefs_summaries.h
11663                 Fix copyright banner
11664
11665 2005-06-01 [paul]       1.9.11cvs30
11666
11667         * po/fi.po
11668                 updated by Flammie Pirinen
11669         * src/procmime.c
11670                 fix 'Bad BASE64 content' output
11671
11672 2005-05-31 [colin]      1.9.11cvs29
11673
11674         * src/procmime.c
11675                 Oops, where did my hunk go.
11676
11677 2005-05-31 [colin]      1.9.11cvs28
11678
11679         * src/Makefile.am
11680         * src/account.c
11681         * src/action.c
11682         * src/addr_compl.c
11683         * src/addressbook.c
11684         * src/codeconv.c
11685         * src/compose.c
11686         * src/export.c
11687         * src/folder.c
11688         * src/folderview.c
11689         * src/image_viewer.c
11690         * src/main.c
11691         * src/mainwindow.c
11692         * src/messageview.c
11693         * src/mimeview.c
11694         * src/msgcache.c
11695         * src/prefs_account.c
11696         * src/prefs_actions.c
11697         * src/prefs_common.c
11698         * src/prefs_compose_writing.c
11699         * src/prefs_customheader.c
11700         * src/prefs_ext_prog.c
11701         * src/prefs_filtering.c
11702         * src/prefs_filtering_action.c
11703         * src/prefs_fonts.c
11704         * src/prefs_image_viewer.c
11705         * src/prefs_message.c
11706         * src/prefs_message.h
11707         * src/prefs_msg_colors.c
11708         * src/prefs_other.c
11709         * src/prefs_other.h
11710         * src/prefs_quote.c
11711         * src/prefs_receive.c
11712         * src/prefs_receive.h
11713         * src/prefs_send.c
11714         * src/prefs_send.h
11715         * src/prefs_spelling.c
11716         * src/prefs_summaries.c
11717         * src/prefs_summary_column.c
11718         * src/prefs_template.c
11719         * src/prefs_themes.c
11720         * src/prefs_toolbar.c
11721         * src/prefs_wrapping.c
11722         * src/procmime.c
11723         * src/procmsg.c
11724         * src/send_message.h
11725         * src/ssl_manager.c
11726         * src/summary_search.c
11727         * src/summaryview.c
11728         * src/textview.c
11729         * src/wizard.c
11730         * src/common/smtp.c
11731         * src/common/smtp.h
11732         * src/gtk/gtkutils.h
11733                 o Move the rest of Common prefs to new style
11734                 o Lots of -Wall warning fixes
11735                 o fix FIXME in cache memusage calculation
11736                 o Let return receipts be sent from any account
11737                 o Little cache optimisation (read)
11738                 o Fix bug #746 (don't treat commas as separators
11739                   when inside a quoted string)
11740
11741 2005-05-31 [paul]       1.9.11cvs27
11742
11743         * src/prefs_common.c
11744                 fix 'off-by-one' typo
11745
11746 2005-05-31 [paul]       1.9.11cvs26
11747
11748         * src/account.c
11749         * src/addr_compl.c
11750         * src/compose.c
11751         * src/foldersel.c
11752         * src/prefs_actions.c
11753         * src/prefs_common.c
11754         * src/prefs_common.h
11755         * src/prefs_customheader.c
11756         * src/prefs_display_header.c
11757         * src/prefs_filtering.c
11758         * src/prefs_filtering_action.c
11759         * src/prefs_matcher.c
11760         * src/prefs_summaries.c
11761         * src/prefs_summary_column.c
11762         * src/prefs_template.c
11763         * src/prefs_toolbar.c
11764         * src/ssl_manager.c
11765         * src/gtk/pluginwindow.c
11766         * src/gtk/prefswindow.c
11767         * src/gtk/progressdialog.c
11768                 add hidden prefs 'enable_rules_hint'
11769                 for gtk_tree_view_set_rules_hint()
11770                 (sync with main)
11771                 
11772
11773 2005-05-31 [colin]      1.9.11cvs25
11774
11775         * src/Makefile.am
11776         * src/main.c
11777         * src/prefs_common.c
11778         * src/prefs_summaries.c ** ADDED **
11779         * src/prefs_summaries.h ** ADDED **
11780                 Common/Display -> Display/Summaries
11781
11782 2005-05-31 [colin]      1.9.11cvs24
11783
11784         * src/Makefile.am
11785         * src/main.c
11786         * src/prefs_quote.c ** ADDED **
11787         * src/prefs_quote.h ** ADDED **
11788                 Move Common/Quote to Compose/Quoting
11789         * src/prefs_common.c
11790         * src/prefs_common.h
11791                 Remove old quote stuff, add
11792                 convenience functions for GtkTextView prefs
11793         * src/gtk/prefswindow.c
11794                 Set default height higher
11795
11796 2005-05-30 [colin]      1.9.11cvs23
11797
11798         * src/Makefile.am
11799         * src/main.c
11800         * src/prefs_common.c
11801         * src/prefs_compose_writing.c ** ADDED **
11802         * src/prefs_compose_writing.h ** ADDED **
11803                 Move Common/Compose prefs to Compose/Writing
11804
11805 2005-05-30 [colin]      1.9.11cvs22
11806
11807         * src/common/utils.c
11808                 Fix bug #651 (Confused Attract by Subject)
11809                 Patch by M. Benkmann <haferfrost@web.de>
11810         * AUTHORS
11811
11812 2005-05-30 [colin]      1.9.11cvs21
11813
11814         * src/compose.c
11815                 Fix concatenation of different headers of
11816                 the same type (bug #645)
11817         * src/prefs_folder_item.c
11818                 Fix bug #699 (setting color to black doesn't
11819                 work immediately)
11820         * src/procmime.c
11821                 Print out decoding error only once per
11822                 block
11823
11824 2005-05-30 [paul]       1.9.11cvs20
11825
11826         * src/common/template.c
11827                 fix Bcc
11828
11829 2005-05-30 [paul]       1.9.11cvs19
11830
11831         * doc/src/rfc2368.txt   **NEW FILE**
11832         * src/compose.c
11833                 compose_entries_set(): don't interpret Bcc
11834                 header field (conform to RFC 2368)
11835                 (sync with main)
11836
11837 2005-05-29 [colin]      1.9.11cvs18
11838
11839         * src/prefs_common.c
11840                 Let the default reply format respect
11841                 netiquette by cutting the signature.
11842
11843 2005-05-29 [colin]      1.9.11cvs17
11844
11845         * src/summaryview.c
11846                 Don't let always_show_msg override
11847                 open_unread_on_enter when opening a new
11848                 directory.
11849
11850 2005-05-27 [paul]       1.9.11cvs16
11851
11852         sync with main:
11853
11854         * src/main.c
11855                 app_will_exit(): cleanup tmp directory when exit
11856         * src/message_search.c
11857                 improved the interface and made code cleanup.
11858                 removed Clear button
11859         * src/send_message.c
11860                 send_message_local(): use GSpawn, and detect errors
11861         * src/summary_search.c
11862                 improved the interface and made code cleanup
11863         * src/textview.c
11864                 textview_write_link(): also skip non-ascii space
11865                  at the head of link strings (phishing check
11866                  didn't work at the case)
11867         * src/common/utils.c
11868                 get_command_output(): use g_spawn_command_line_sync()
11869                 instead of popen()
11870
11871 2005-05-26 [colin]      1.9.11cvs15
11872
11873         * src/folder.c
11874                 remove printf
11875
11876 2005-05-26 [colin]      1.9.11cvs14
11877
11878         * src/common/nntp.c
11879                 Fix nntp mode reader (bug #611)
11880                 Patch by Florian Mickler <florian@mickler.org>
11881
11882 2005-05-26 [colin]      1.9.11cvs13
11883
11884         * src/plugins/pgpmime/passphrase.c
11885                 Fix mouse grabbing (bug #557)
11886
11887 2005-05-26 [colin]      1.9.11cvs12
11888
11889         * src/prefs_themes.c
11890                 Fix g_warning (bug #541)
11891
11892 2005-05-26 [colin]      1.9.11cvs11
11893
11894         * src/prefs_actions.c
11895         * src/prefs_template.c
11896                 Fix bug #506 (no warning if action/template
11897                 is not saved)
11898         * src/common/template.c
11899                 Fix a possible crash
11900
11901 2005-05-26 [colin]      1.9.11cvs10
11902
11903         * src/folder.c
11904         * src/folderview.c
11905         * src/procmsg.c
11906         * src/summaryview.c
11907                 Forbid locked messages to be moved or
11908                 deleted. Locked messages in trashes 
11909                 still get deleted, for performance
11910                 reason (mh.c::mh_remove_all_msgs)
11911
11912 2005-05-25 [colin]      1.9.11cvs9
11913
11914         * src/procmime.c
11915                 Use correct encoding when sending mails
11916                 with attachments that have accentued 
11917                 chars in their name
11918
11919 2005-05-24 [colin]      1.9.11cvs8
11920
11921         * src/summaryview.c
11922                 Fix bug #688 f) read/unread marker not
11923                 changed on first click
11924                 Also, optimize summary_status_show()
11925                 calls
11926         * src/folder.c
11927         * src/inc.c
11928         * src/procmime.c
11929                 Fix bug #688 b) and c) wrt message
11930                 attachments and signature
11931         * src/stock_pixmap.c
11932         * src/stock_pixmap.h
11933         * src/stock_pixmap.c
11934         * src/stock_pixmap.h
11935         * src/Makefile.am
11936         * src/pixmaps/clip_gpg_signed.xpm
11937                 Add clip/signed icon
11938
11939 2005-05-24 [colin]      1.9.11cvs7
11940
11941         * src/folder_item_prefs.c
11942                 whitespace fix
11943
11944 2005-05-24 [colin]      1.9.11cvs6
11945
11946         * src/folderview.c
11947         * src/prefs_common.c
11948         * src/prefs_common.h
11949                 Add a confirmation to folder drag and drop
11950                 fixes bug #156
11951         * src/alertpanel.c
11952         * src/alertpanel.h
11953                 fix _with_disable parameters so that
11954                 the buttons labels are specifiable too
11955         * src/plugins/pgpmime/sgpgme.c
11956                 reflect said change
11957                 
11958
11959 2005-05-24 [colin]      1.9.11cvs5
11960
11961         * src/folderview.c
11962                 Uncollapse/collapse folders on double-click
11963                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11964                 closes bug #108
11965
11966 2005-05-23 [colin]      1.9.11cvs4
11967
11968         * src/common/socket.c
11969                 Check another special SSL_peek() error.
11970                 Should help wrt bug #728
11971
11972 2005-05-23 [colin]      1.9.11cvs3
11973
11974         * src/plugins/pgpmime/pgpmime.c
11975                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11976                 breaking menu accelerators and stuff. Users will have to
11977                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11978                 account's privacy preferences if needed.
11979
11980 2005-05-22 [paul]
11981
11982         * tools/kdeservicemenu/install.sh
11983                 use kdesu to prompt for root password if doing
11984                 global install/uninstall
11985
11986 2005-05-20 [colin]      1.9.11cvs2
11987
11988         * src/procmsg.c
11989                 Fix another compilation error with gcc-2.9x
11990                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11991         * src/send_message.c
11992                 Don't send QUIT if we aren't connected
11993
11994 2005-05-19 [colin]      1.9.11cvs1
11995
11996         * src/procmsg.c
11997                 Fix compilation with gcc 2.9x
11998
11999 2005-05-19 [paul]       1.9.11
12000
12001         1.9.11 released
12002
12003 2005-05-19 [paul]       1.9.9cvs14
12004
12005         * src/gtk/inputdialog.c
12006                 prevent gettext warning
12007
12008 2005-05-19 [paul]       1.9.9cvs13
12009
12010         * src/mainwindow.c
12011         * src/prefs_common.c
12012         * src/prefs_common.h
12013         * src/textview.c
12014         * src/textview.h
12015                 add an option to toggle cursor in message
12016                 view (sync with main)
12017
12018 2005-05-18 [colin]      1.9.9cvs12
12019
12020         * src/compose.c
12021                 Dereference freed pointer
12022         * src/gtk/gtkaspell.c
12023                 Fix duplication of dictionaries (is it an aspell issue?)
12024
12025 2005-05-18 [colin]      1.9.9cvs11
12026
12027         * src/gtk/inputdialog.c
12028         * src/gtk/gtkaspell.c
12029                 HIGuify dialogs
12030         * src/alertpanel.c
12031                 Remove a double call
12032
12033 2005-05-17 [colin]      1.9.9cvs10
12034
12035         * src/gtk/gtkaspell.c
12036                 Fix dialogs, Ctrl-Enter accel
12037
12038 2005-05-17 [colin]      1.9.9cvs9
12039
12040         * src/gtk/gtkaspell.c
12041                 Fix some accelerators, escape in replace-window
12042
12043 2005-05-16 [colin]      1.9.9cvs8
12044
12045         * src/gtk/gtkaspell.c
12046                 Revert last commit, it was a mistake.
12047
12048 2005-05-16 [colin]      1.9.9cvs7
12049
12050         * src/gtk/gtkaspell.c
12051                 Remove buggy code while we're at it. It's a 
12052                 dead code path anyway.
12053
12054 2005-05-16 [colin]      1.9.9cvs6
12055
12056         * src/gtk/gtkaspell.c
12057                 Missed some gtk_menu_popup where deactivate
12058                 signal should be handled. Should fix bug
12059                 #629 a bit more.
12060
12061 2005-05-16 [colin]      1.9.9cvs5
12062
12063         * src/gtk/gtkaspell.c
12064                 Remove debug printf()s
12065
12066 2005-05-16 [colin]      1.9.9cvs4
12067
12068         * src/gtk/gtkaspell.c
12069                 Fix a bit aspell problems
12070                 (see bug #629)
12071
12072 2005-05-13 [colin]      1.9.9cvs3
12073
12074         * src/folderview.c
12075                 Fix the + appearing even when no subfolders
12076                 have unread messages. Thanks to wwp for the
12077                 bug report.
12078
12079 2005-05-11 [paul]       1.9.9cvs2
12080
12081         * src/folderview.c
12082                 correction to 1.9.9cvs1, only colour folders that
12083                 have new msgs (not unread msgs)
12084
12085 2005-05-10 [colin]      1.9.9cvs1
12086
12087         * src/folderview.c
12088         * src/summaryview.c
12089                 Try to fix bolding bugs again.
12090
12091 2005-05-09 [paul]
12092
12093         * tools/claws.i18n.status.pl
12094                 add Ricardo Mones Lastra's script that has been providing
12095                 the i18n status page for many months
12096
12097 2005-05-09 [paul]       1.9.9
12098
12099         1.9.9 release
12100
12101 2005-05-09 [paul]       1.9.6cvs58
12102
12103         * AUTHORS
12104         * INSTALL
12105         * README.claws
12106                 updated
12107         * Makefile.am 
12108         * RELEASE_NOTES.claws
12109                 add release notes to cvs to simplify release
12110                 procedure
12111         * configure.ac
12112                 add ca and fi to ALL_LINGUAS
12113         * po/Makefile.in.in
12114                 workaround for missing Makevars
12115         * po/ca.po
12116         * po/fi.po
12117                 add new Catalan and Finnish translations
12118                 submitted by Miquel Oliete and Flammie Pirinen
12119         * po/de.po
12120         * po/es.po
12121         * po/fr.po
12122         * po/it.po
12123         * po/pl.po
12124         * po/ru.po
12125         * po/sk.po
12126         * po/sr.po
12127         * po/zh_CN.po
12128                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12129                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12130                 Urke MMI, and Hansom Young
12131         * src/main.c
12132                 Fix drafting when quitting. compose_draft() closes the
12133                 compose windows, which modifies the compose_list GSList.
12134                 We have to refresh this list after echo drafting to avoid a
12135                 segfault
12136         * src/partial_download.c
12137                 fix segfault on exit
12138
12139 2005-05-06 [paul]       1.9.6cvs57
12140
12141         * src/grouplistdialog.c
12142                 quick fix/workaround for unresizeable newsgroup
12143                 name column 
12144
12145 2005-05-06 [paul]       1.9.6cvs56
12146
12147         * src/inc.c
12148         * src/mainwindow.c
12149                 use gettext plural forms
12150         * src/imap_gtk.c
12151         * src/mh_gtk.c
12152         * src/toolbar.c
12153                 small improvement to english usage
12154
12155 2005-05-05 [thorsten]   1.9.6cvs55
12156
12157         * src/folder.c
12158                 fix possible crash
12159
12160 2005-05-05 [paul]       1.9.6cvs54
12161         
12162         sync with HEAD
12163
12164         * AUTHORS
12165         * src/compose.c
12166                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12167                 patch by Tim Mann
12168
12169 2005-05-05 [paul]       1.9.6cvs53
12170
12171         * src/mainwindow.c
12172                 fix resizing of separate message and
12173                 folder views
12174
12175 2005-05-05 [paul]       1.9.6cvs52
12176
12177         * src/account.c
12178         * src/addrgather.c
12179         * src/browseldap.c
12180         * src/exphtmldlg.c
12181         * src/expldifdlg.c
12182         * src/importmutt.c
12183         * src/importpine.c
12184         * src/main.c
12185         * src/mainwindow.c
12186         * src/noticeview.c
12187         * src/prefs_filtering.c
12188         * src/prefs_filtering_action.c
12189         * src/prefs_matcher.c
12190         * src/prefs_spelling.c
12191         * src/prefs_toolbar.c
12192         * src/toolbar.c
12193         * src/wizard.c
12194         * src/gtk/description_window.c
12195         * src/gtk/gtkvscrollbutton.c
12196         * src/gtk/progressdialog.c
12197         * src/gtk/quicksearch.c
12198         * src/plugins/pgpmime/prefs_gpg.c
12199         * src/plugins/spamassassin/spamassassin_gtk.c
12200                 replace deprecated gtk_widget_set_usize
12201
12202 2005-05-04 [colin]      1.9.6cvs51
12203
12204         * src/common/utils.c
12205                 Fix crash when subst_for_filename is called
12206                 with a NULL parameter
12207
12208 2005-05-04 [colin]      1.9.6cvs50
12209
12210         * src/partial_download.c
12211         * src/pop.c
12212                 Escape login when writing uidl file
12213                 fixes bug #736
12214
12215 2005-05-03 [colin]      1.9.6cvs49
12216
12217         * src/procmime.c
12218                 Fix possible DOS in mime parser
12219                 (see bug #634)
12220
12221 2005-05-02 [colin]      1.9.6cvs48
12222
12223         * src/compose.c
12224                 Try to fix the copy/paste mess once again.
12225
12226
12227 2005-04-30 [colin]      1.9.6cvs47
12228
12229         * src/prefs_account.h
12230         * src/procmsg.c
12231         * src/send_message.c
12232         * src/common/smtp.c
12233         * src/common/smtp.h
12234                 Try to batch sending mails (per account) instead of
12235                 reconnecting to server every time.
12236
12237 2005-04-29 [colin]      1.9.6cvs46
12238
12239         * src/messageview.c
12240                 Fix window resizing that refused to size down
12241         * src/prefs_common.c
12242         * src/prefs_common.h
12243         * src/prefs_filtering.c
12244                 Save Filtering's window size
12245
12246 2005-04-21 [paul]       1.9.6cvs45
12247
12248         * ChangeLog-gtk2.claws
12249         * src/setup.c
12250                 correction to sync
12251
12252 2005-04-21 [paul]       1.9.6cvs44
12253
12254         sync with main:
12255
12256         * src/setup.c
12257         * src/statusbar.c
12258         * src/statusbar.h
12259                 use gtkut_widget_draw_now(). Improved performance
12260                 of the update of statusbar
12261         * src/textview.c
12262                 textview_smooth_scroll_do(): redraw it after scroll
12263                 is done (fixed incorrect display when a part of the
12264                 view is hidden).
12265         * src/gtk/gtkutils.c
12266         * src/gtk/gtkutils.h
12267                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12268                 to force update of widgets.
12269                 Removed gtkut_widget_wait_for_draw() which had a big
12270                 overhead  because of waiting for all events processed 
12271
12272 2005-04-20 [paul]       1.9.6cvs43
12273
12274         * src/codeconv.c
12275                 complete 1.9.6cvs42's sync:
12276                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12277
12278 2005-04-19 [paul]       1.9.6cvs42
12279
12280         sync with main:
12281
12282         * src/action.c
12283                 catch_output(): correctly select the insert text
12284                 (fix invalid iterator warnings).
12285         * src/codeconv.c
12286         * src/codeconv.h
12287         * src/mainwindow.c
12288         * src/messageview.c
12289         * src/prefs_common.c
12290                 support GBK encoding.
12291         * src/common/session.c
12292         * src/common/session.h
12293                 use separate buffer for large data to be sent,
12294                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12295
12296 2005-04-18 [paul]       1.9.6cvs41
12297
12298         * src/jpilot.c
12299                 convert unsigned long into guint32
12300                 patch by Paul LeoNerd Evans 
12301
12302 2005-04-17 [colin]      1.9.6cvs40
12303
12304         * src/compose.c
12305                 Fix 'Request return receipt' from folder
12306                 properties (bug #708)
12307
12308 2005-04-17 [colin]      1.9.6cvs39
12309
12310         * src/mainwindow.c
12311                 Fix duplicate hotkeys in Mainwindow's menu
12312
12313 2005-04-17 [colin]      1.9.6cvs38
12314
12315         * src/folderview.c
12316                 Fix duplicate hotkeys in Folderview's contextual
12317                 menu
12318
12319 2005-04-15 [colin]      1.9.6cvs37
12320
12321         * src/summaryview.c
12322                 Fix 'Save as...' with non-ascii filenames
12323
12324 2005-04-15 [colin]      1.9.6cvs36
12325
12326         * src/plugins/pgpmime/pgpmime.c
12327                 Fix bus error on 64bit. Spotted by 
12328                 macallan1888@gmail.com
12329
12330 2005-04-15 [colin]      1.9.6cvs35
12331
12332         * src/prefs_account.c
12333                 Fix cvs34.
12334
12335 2005-04-12 [colin]      1.9.6cvs34
12336
12337         * src/prefs_account.c
12338                 Fix smtp auth type off-by-one. We forgot to
12339                 add PLAIN in the prefs-to-gui setter func and
12340                 as a result, the selected auth when opening
12341                 account prefs was not the correct one.
12342
12343 2005-04-12 [paul]       1.9.6cvs33
12344
12345         * src/inc.c
12346                 if the recv dialog is visible, Cancel only
12347                 cancels the current account
12348
12349
12350 2005-04-10 [colin]      1.9.6cvs32
12351
12352         * src/filtering.c
12353                 Copy score when copying FilteringActions
12354                 Fix bug #674
12355
12356 2005-04-10 [colin]      1.9.6cvs31
12357
12358         * src/inc.c
12359                 Make Message -> Receive -> Cancel cancel 
12360                 incorporation on all accounts. Fixes
12361                 bug #693
12362
12363 2005-04-10 [colin]      1.9.6cvs30
12364
12365         * src/prefs_account.c
12366                 Update Privacy checkbuttons status based
12367                 on the selected privacy system
12368         * src/compose.c
12369                 Always connect the "None" privacy system; the
12370                 static boolean was probably there to avoid
12371                 reconnecting twice in the same compose window,
12372                 but as the parent function is only called once
12373                 per compose, it's only a bug - as a static is
12374                 initialized once per application instance.
12375                 Also, don't uncheck Sign and Encrypt when
12376                 selecting None as privacy system; just ignore
12377                 them when sending/queuing.
12378                 Should fix bug #695
12379
12380 2005-04-08 [colin]      1.9.6cvs29
12381
12382         * src/account.c
12383         * src/prefs_account.c
12384         * src/prefs_account.h
12385                 Add account preference to queue message in a certain
12386                 folder.
12387
12388 2005-04-06 [colin]      1.9.6cvs28
12389
12390         * src/prefs_account.c
12391                 Update old inbox path syntax
12392
12393 2005-04-06 [paul]       1.9.6cvs27
12394
12395         sync with main:
12396
12397         * configure.ac
12398                 changed -traditional-cpp to -no-cpp-precomp for newer
12399                 Mac OS X support
12400         * src/foldersel.c
12401                 made column resize automatically
12402         * src/send_message.c
12403                 send_message_smtp(): consider EOF right after QUIT
12404                 successful (workaround for Gmail SMTP server)
12405         * src/common/socket.c
12406                 ssl_read(), ssl_peek(): check EOF which violates the
12407                 SSL protocol
12408         * src/gtk/colorlabel.c
12409                 removed warnings when displaying colorlabel menu
12410                 (don't use GtkAlignment)
12411
12412 2005-04-05 [paul]       1.9.6cvs26
12413
12414         * src/plugins/trayicon/trayicon.c
12415                 fix clipping of icon under KDE3 
12416
12417 2005-04-05 [paul]       1.9.6cvs25
12418
12419         * src/summaryview.c
12420                 hide display of threading
12421                 patch by Alfons
12422
12423 2005-04-04 [thorsten]   1.9.6cvs24
12424
12425         * src/mh.c
12426                 marks lost on filesystems with different stat() results on
12427                 summer-/wintertime
12428
12429 2005-04-03 [colin]      1.9.6cvs23
12430
12431         * src/summaryview.c
12432                 Don't handle up/down. Patch by Alfons
12433
12434 2005-04-02 [colin]      1.9.6cvs22
12435
12436         * src/summaryview.c
12437                 Make scrolling faster. Patch by Alfons.
12438
12439 2005-04-01 [colin]      1.9.6cvs21
12440
12441         * src/Makefile.am
12442         * src/stock_pixmap.c
12443         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12444         * src/pixmaps/dir_noselect.xpm ** ADDED **
12445                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12446
12447 2005-04-01 [colin]      1.9.6cvs20
12448
12449         * src/image_viewer.c
12450         * src/image_viewer.h
12451         * src/procmime.c
12452         * src/procmime.h
12453         * src/textview.c
12454         * src/textview.h
12455                 Implement inline image resizing and right-clicking
12456
12457 2005-04-01 [paul]       1.9.6cvs19
12458
12459         * AUTHORS
12460         * Makefile.am
12461         * configure.ac
12462                 check for gnome2
12463                 patch by Luca Cavalli <loopback<AT>slackit.org>
12464         * po/ru.po
12465                 updated by Pavlo Bohmat
12466
12467 2005-03-31 [colin]      1.9.6cvs18
12468
12469         * src/news.c
12470                 Fix parsing references
12471         * src/msgcache.c
12472                 don't put nulls in the references list
12473         * src/procheader.c
12474                 commit that forgotten file in 1.9.6cvs14
12475
12476 2005-03-31 [colin]      1.9.6cvs17
12477
12478         * src/compose.c
12479                 Fix joining of signature separator again. 
12480                 Maybe Hiro could put it in main too...
12481
12482 2005-03-31 [colin]      1.9.6cvs16
12483
12484         * src/Makefile.am
12485         * src/foldersel.c
12486         * src/stock_pixmap.c
12487         * src/stock_pixmap.h
12488         * src/pixmaps/dir-noselect.xpm
12489                 Update foldersel.c (sync from main, patch by Alfons)
12490
12491 2005-03-30 [colin]      1.9.6cvs15
12492
12493         * src/imap.c
12494                 Fix handling of imap folders containing [] in 
12495                 their name. Thanks to Nahuel Angelinetti for
12496                 the detailed bugreport.
12497
12498 2005-03-30 [colin]      1.9.6cvs14
12499
12500         * src/common/utils.h
12501         * src/common/utils.c
12502         * src/common/defs.h
12503         * src/matcher.c
12504         * src/msgcache.c
12505         * src/news.c
12506         * src/procmsg.c
12507         * src/procmsg.h
12508         * src/quote_fmt_parse.y
12509         * src/summaryview.c
12510                 Update references system. Patch by Alfons
12511
12512 2005-03-30 [colin]      1.9.6cvs13
12513
12514         * src/common/socket.c
12515                 Force the glibc to read resolv.conf again when 
12516                 it has changed. Should fix issues when changing
12517                 networks on a laptop and not restarting sylpheed. 
12518
12519 2005-03-30 [paul]       1.9.6cvs12
12520
12521         partial sync with main:
12522
12523         * src/action.c
12524                 create_io_dialog(): use user-defined text font
12525                 (thanks to Alfons), and modified its appearance.
12526         * src/addrgather.c
12527         * src/addrharvest.c
12528         * src/browseldap.c
12529                 replace old code
12530         * src/compose.c
12531                 don't join (presumably) itemized lines on line-wrapping
12532                 fixed wrapping of quote when auto-wrapping is enabled
12533                 compose_destroy(): destroy paned only if it's not
12534                 attached to window. Fixed memory leak of popup menu.
12535         * src/exphtmldlg.c
12536         * src/expldifdlg.c
12537                 replace old code
12538         * src/html.c
12539         * src/html.h
12540         * src/importmutt.c
12541         * src/importpine.c
12542                 replace old code
12543         * src/main.c
12544                 removed redundant code
12545         * src/mainwindow.c
12546                 changed 'Code set' (which is rather incorrect)
12547                 in the menu to 'Character encoding'
12548                 main_window_set_widgets(): request size first
12549                 to prevent window size becoming wrong
12550                 fixed remembering of the state of the visibility
12551                 of MessageView
12552         * src/messageview.c
12553                 changed 'Code set' (which is rather incorrect)
12554                 in the menu to 'Character encoding'
12555         * src/prefs_common.c
12556         * src/prefs_common.h
12557                 added an option whether to render HTML as text or not
12558                 added separators to outgoing encoding menu
12559         * src/procheader.c
12560                 procheader_scan_date_string(): support header
12561                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12562         * src/summaryview.c
12563         * src/summaryview.h
12564                 minor code cleanup
12565         * src/textview.c
12566                 textview_show_html(): force output of newline
12567                 added an option whether to render HTML as text or not
12568         * src/common/utils.c
12569                 strncpy2(): optimized based on Alfons' code
12570         * src/gtk/gtkutils.c
12571         * src/gtk/gtkutils.h
12572                 removed non-used code
12573         * src/plugins/pgpmime/passphrase.c
12574                 partially fixed grab input of passphrase dialog
12575                 Confine pointer to window
12576
12577 2005-03-30 [colin]      1.9.6cvs11
12578
12579         * src/msgcache.c
12580         * src/msgcache.h
12581                 Read/write 32bit ints from cache & marks
12582                 From main.
12583
12584 2005-03-29 [paul]       1.9.6cvs10
12585
12586         * AUTHORS
12587         * ChangeLog.claws
12588         * src/compose.c
12589         * src/gtk/gtkaspell.c
12590                 sync with HEAD (don't pass NULL pointers) 
12591
12592 2005-03-24 [paul]
12593
12594         * tools/Makefile.am
12595         * tools/README
12596         * tools/acroread2sylpheed.pl
12597                 sync with HEAD (add script to send pdfs as
12598                 attachments from Adobe Reader 7)
12599
12600 2005-03-21 [paul]       1.9.6cvs9
12601
12602         * configure.ac
12603         * po/POTFILES.in
12604         * src/Makefile.am
12605         * src/crash.c
12606         * src/image_viewer.c ** ADDED **
12607         * src/image_viewer.h ** ADDED **
12608         * src/main.c
12609         * src/prefs_common.c
12610         * src/prefs_common.h
12611         * src/prefs_image_viewer.c ** ADDED **
12612         * src/prefs_image_viewer.h ** ADDED **
12613         * src/textview.c
12614         * src/gtk/about.c
12615         * src/pixmaps/sylpheed_logo.xpm
12616         * src/plugins/Makefile.am
12617         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12618         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12619         * src/plugins/image_viewer/plugin.c ** REMOVED **
12620         * src/plugins/image_viewer/viewer.c ** REMOVED **
12621         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12622         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12623         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12624         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12625         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12626                 as gdk-pixbuf is now built-in
12627                 remove image_viewer plugin and put code back into
12628                 main codebase
12629                 implement inline image display (sync with main)
12630
12631                 replace logo with newer, nicer, larger version  
12632
12633 2005-03-21 [paul]       1.9.6cvs8
12634
12635         * src/gtk/about.c
12636                 cosmetic improvement
12637
12638 2005-03-21 [holger]     1.9.6cvs7
12639
12640         * src/plugins/spamassassin/spamassassin.c
12641                 Sync with HEAD
12642                 (unregister hook on failed plugin init)
12643
12644 2005-03-20 [colin]      1.9.6cvs6
12645
12646         * src/common/plugin.c
12647                 Check that plugin isn't already loaded
12648                 Patch by Alfons
12649
12650 2005-03-20 [thorsten]   1.9.6cvs5
12651
12652         * src/compose.c
12653                 use a more compatible syntax
12654
12655 2005-03-20 [thorsten]   1.9.6cvs4
12656
12657         * src/prefs_toolbar.c
12658                 fix crash when selecting toolbar item (uninitialized pointer)
12659
12660 2005-03-20 [thorsten]   1.9.6cvs3
12661
12662         * src/procmime.c
12663                 fix mimetype detection (referenced free()d string)
12664
12665 2005-03-20 [paul]       1.9.6cvs2
12666
12667         * src/compose.c
12668                 sync with HEAD (1.0.3cvs5)
12669                 neglect Reply-To header if empty
12670                 Patch by Alfons 
12671
12672 2005-03-19 [holger]     1.9.6cvs1
12673
12674         * src/summaryview.c
12675         * src/summaryview.h
12676                 Sync with HEAD
12677
12678 2005-03-18 [paul]       1.9.6
12679
12680         initial GTK2 release
12681
12682 2005-03-18 [paul]       1.0.3cvs3.1
12683
12684         * AUTHORS
12685         * ChangeLog.claws
12686         * configure.ac
12687         * src/gtk/about.c
12688         * src/pixmaps/sylpheed_logo.xpm
12689                 sync with HEAD
12690
12691 2005-03-18 [colin]      1.0.3cvs2.6
12692
12693         * src/summaryview.c
12694                 Remove call to summary_step in summary_copy_selected_to
12695                 Can't see its purpose, and this causes bug when copying
12696                 a message if the next one is unread: it reads it.
12697
12698 2005-03-18 [paul]       1.0.3cvs2.5
12699
12700         * src/foldersel.c
12701                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12702
12703 2005-03-18 [paul]       1.0.3cvs2.4
12704
12705         * src/addrharvest.c
12706         * src/codeconv.c
12707         * src/codeconv.h
12708         * src/compose.c
12709         * src/news.c
12710         * src/procheader.c
12711         * src/procmime.c
12712         * src/unmime.c
12713         * src/unmime.h
12714                 fix buffer overflow, CAN-2005-0667, see
12715                 http://secunia.com/advisories/14491/
12716                 Patch by Alfons
12717
12718 2005-03-17 [colin]      1.0.3cvs2.3
12719
12720         * src/prefs_fonts.c
12721         * src/summaryview.c
12722                 Fix font bugs (both lists now officialy share 
12723                 the same font)
12724                 
12725
12726 2005-03-17 [paul]       1.0.3cvs2.2
12727
12728         * src/gtk/pluginwindow.c
12729                 make plugin descriptions uneditable
12730
12731 2005-03-11 [paul]       1.0.3cvs2.1
12732
12733         * ChangeLog.claws
12734         * configure.ac
12735         * po/POTFILES.in
12736         * src/plugins/trayicon/trayicon.c
12737                 sync with HEAD
12738                 add src/wizard.c to POTFILES.in
12739
12740 2005-03-11 [paul]       1.0.3cvs1.1
12741
12742         * ChangeLog
12743         * ChangeLog.claws
12744         * configure.ac
12745         * po/de.po
12746         * po/es.po
12747         * po/fr.po
12748         * po/it.po
12749         * po/pt_BR.po
12750         * po/ru.po
12751         * po/sk.po
12752         * po/sr.po
12753         * po/zh_CN.po
12754                 sync with HEAD
12755
12756 2005-03-04 [colin]      1.0.1cvs22.2
12757
12758         * src/compose.c
12759                 Fix signatures with accentued chars in it
12760
12761 2005-03-04 [colin]      1.0.1cvs22.1
12762
12763         * src/common/smtp.c
12764         * src/common/smtp.h
12765                 Don't use SIZE param in MAIL FROM: if server 
12766                 doesn't support it. Patch by Eugen Freiter
12767                 <eugen_f@users.sf.net>
12768
12769 2005-02-27 [paul]       1.0.1cvs20.1
12770
12771         * ChangeLog.claws
12772         * configure.ac
12773         * src/messageview.c
12774                 sync with HEAD
12775
12776 2005-02-27 [colin]      1.0.1cvs19.4
12777
12778         * src/procheader.c
12779         * src/procheader.h
12780                 Fix prototypes. Patch by Alfons
12781
12782 2005-02-27 [colin]      1.0.1cvs19.3
12783
12784         * src/compose.c
12785                 Don't auto-join the signature separator.
12786
12787 2005-02-26 [colin]      1.0.1cvs19.2
12788
12789         * src/summaryview.c
12790                 Fix 'mark all read' with collapsed threads.
12791                 Patch by Alfons.
12792
12793 2005-02-25 [paul]       1.0.1cvs19.1
12794
12795         * ChangeLog.claws
12796         * configure.ac
12797         * src/prefs_account.c
12798         * src/prefs_folder_item.c
12799         * src/gtk/prefswindow.c
12800         * src/gtk/prefswindow.h
12801                 sync with HEAD
12802
12803 2005-02-25 [paul]       1.0.1cvs15.12
12804
12805         * src/alertpanel.c
12806         * src/codeconv.c
12807         * src/compose.c
12808         * src/textview.c
12809         * src/gtk/gtkutils.c
12810         * src/gtk/gtkutils.h
12811         * src/gtk/logwindow.c
12812         * src/gtk/progressdialog.c
12813                 sync with main (revision 127)
12814                 and fix logwindow clipping
12815
12816 2005-02-24 [colin]      1.0.1cvs15.11
12817
12818         * src/plugins/pgpmime/passphrase.c
12819                 Disable input grabbing; it doesn't work yet.
12820
12821 2005-02-24 [colin]      1.0.1cvs15.10
12822
12823         * src/messageview.c
12824                 Don't send out receipts if offline. Ask.
12825
12826 2005-02-23 [colin]      1.0.1cvs15.9
12827
12828         * src/summaryview.c     
12829                 Fix expanding
12830
12831 2005-02-23 [colin]      1.0.1cvs15.8
12832
12833         * src/summaryview.c
12834                 Really fix Bug 568 by removing useless
12835                 calls. summary_thread_init() now called
12836                 in summary_sort(). This should please
12837                 Alfons as it should be faster than 
12838                 previously.
12839
12840 2005-02-23 [colin]      1.0.1cvs15.7
12841
12842         * src/compose.c
12843                 Encode parts as QP or B64 if signing
12844
12845 2005-02-23 [colin]      1.0.1cvs15.6
12846
12847         * src/compose.c
12848                 Fix Mimeinfo leakage (including tmp files)
12849         * src/procmsg.c
12850                 Fix tmp file leakage (spotted by Ivan Rayner)
12851
12852 2005-02-22 [colin]      1.0.1cvs15.5
12853
12854         * src/expldifdlg.c
12855                 Fix keyboard input. Patch by Alfons.
12856
12857 2005-02-21 [colin]      1.0.1cvs15.4
12858
12859         * src/compose.c
12860                 Fix Sign/Encrypt when unselecting privacy
12861                 system
12862         * src/prefs_common.c
12863                 Change default message font to Monospace
12864         * src/summaryview.c
12865                 More freezing during potentially large operations
12866
12867 2005-02-21 [paul]       1.0.1cvs15.3
12868
12869         * src/main.c
12870                 fix --help output
12871
12872 2005-02-21 [paul]       1.0.1cvs15.2
12873
12874         * po/Makefile.in.in
12875         * src/compose.c
12876         * src/summaryview.c
12877         * src/textview.c
12878         * src/common/utils.c
12879         * src/common/utils.h
12880                 sync with main (revision 117)
12881
12882 2005-02-20 [colin]      1.0.1cvs15.1
12883
12884         * src/common/defs.h
12885                 Change cache file to .sylpheed_claws_cache, as
12886                 suggested by Alfons. Allows people to switch
12887                 between Sylpheed and Sylpheed-Claws. it is
12888                 a good idea to "Check for new messages" at next
12889                 startup.
12890
12891
12892 2005-02-18 [colin]      1.0.1cvs14.1
12893
12894         * src/quote_fmt_lex.l
12895         * src/quote_fmt_parse.y
12896                 Fix parser initialisation. Patch by Ivan.
12897
12898 2005-02-18 [colin]      1.0.1cvs11.6
12899
12900         * src/folderview.c
12901                 Fix scrolldown (bug 662)
12902
12903 2005-02-17 [colin]      1.0.1cvs11.5
12904
12905         * src/codeconv.c
12906                 conv_filename_to_utf8: return clean 7bit instead
12907                 of broken utf8 if needed
12908         * src/mimeview.c
12909                 Fix display of parts with unclean 8bit names
12910
12911 2005-02-17 [paul]       1.0.1cvs11.4
12912
12913         * src/compose.c
12914         * src/exportldif.c
12915         * src/matcher_parser_parse.y
12916         * src/procmime.c
12917         * src/sourcewindow.c
12918         * src/common/Makefile.am
12919         * src/common/intl.h             ** REMOVED **
12920         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12921                 sync with main (revision 109)
12922                 and clean up
12923
12924 2005-02-16 [colin]      1.0.1cvs11.3
12925
12926         * src/summaryview.c
12927                 Fix collapsed thread not highlighting when new
12928                 messages in it (Bug 568) Patch by Stephan Sachse.
12929                 Fix messed up selection when reaching bounds (Bug 632)
12930         * src/prefs_themes.c
12931                 Fix theme installing (Bug 684)
12932
12933 2005-02-16 [colin]      1.0.1cvs11.2
12934
12935         * src/messageview.c
12936                 Fix messageview_select_all
12937
12938 2005-02-16 [colin]      1.0.1cvs11.1
12939
12940         * src/mh.c
12941                 Sync with HEAD (MH scan required function)
12942
12943 2005-02-15 [colin]      1.0.1cvs8.1
12944
12945         * src/mimeview.c
12946         * src/common/utils.c
12947                 Sync with HEAD (filename chars substitution)
12948
12949 2005-02-15 [colin]      1.0.1cvs7.3
12950
12951         * src/gtk/pluginwindow.c
12952                 Fix button spacing
12953
12954 2005-02-15 [colin]      1.0.1cvs7.2
12955
12956         * src/mimeview.c
12957                 Fix mime icons not reset across message when
12958                 scrolled down
12959
12960 2005-02-15 [colin]      1.0.1cvs7.1
12961
12962         * src/compose.c
12963         * src/procmime.c
12964                 Sync with HEAD (optimisation of cvs6)
12965
12966 2005-02-14 [colin]      1.0.1cvs6.1
12967
12968         * src/compose.c
12969         * src/procmime.c
12970                 Sync with HEAD (encode "From " at line beginning)
12971
12972 2005-02-14 [colin]      1.0.1cvs5.3
12973
12974         * src/compose.c
12975                 Fix wrapping with accentued chars.
12976
12977 2005-02-13 [colin]      1.0.1cvs5.2
12978
12979         * src/textview.c
12980                 Fix email informative part parsing with
12981                 accentued chars in it. ispunct() returns
12982                 true for them in utf8...
12983
12984 2005-02-12 [colin]      1.0.1cvs5.1
12985
12986         * src/filtering.c
12987                 Sync with HEAD (remove wrong use of compose after send)
12988
12989 2005-02-12 [paul]       1.0.1cvs4.5
12990
12991         * src/textview.c
12992                 remove unnecessary code (thanks to Alfons)
12993
12994 2005-02-12 [paul]       1.0.1cvs4.4
12995
12996         * src/textview.c
12997                 add 'Copy' to contextual menu on emails
12998
12999 2005-02-11 [colin]      1.0.1cvs4.3
13000
13001         * src/compose.c
13002                 revert 1.0.0cvs28.2, it doesn't work that well.
13003
13004 2005-02-11 [paul]       1.0.1cvs4.2
13005
13006         * po/Makefile.in.in
13007                 fix 'make release'
13008
13009 2005-02-10 [paul]       1.0.1cvs4.1
13010
13011         * ChangeLog
13012         * ChangeLog.claws
13013         * ChangeLog.jp
13014         * configure.ac
13015         * src/compose.c
13016                 sync with HEAD (sync with main)
13017
13018 2005-02-10 [paul]       1.0.1cvs3.2
13019
13020         * AUTHORS
13021         * Makefile.am
13022         * autogen.sh
13023         * configure.ac
13024         * config/mkinstalldirs
13025         * intl/.cvsignore
13026         * intl/ChangeLog
13027         * intl/VERSION
13028         * intl/bindtextdom.c
13029         * intl/config.charset
13030         * intl/dcgettext.c
13031         * intl/dcigettext.c
13032         * intl/dcngettext.c
13033         * intl/dgettext.c
13034         * intl/dngettext.c
13035         * intl/eval-plural.h
13036         * intl/explodename.c
13037         * intl/finddomain.c
13038         * intl/gettext.c
13039         * intl/gettextP.h
13040         * intl/gmo.h
13041         * intl/hash-string.h
13042         * intl/intl-compat.c
13043         * intl/l10nflist.c
13044         * intl/libgnuintl.h.in
13045         * intl/loadinfo.h
13046         * intl/loadmsgcat.c
13047         * intl/localcharset.c
13048         * intl/localcharset.h
13049         * intl/locale.alias
13050         * intl/localealias.c
13051         * intl/localename.c
13052         * intl/log.c
13053         * intl/ngettext.c
13054         * intl/os2compat.c
13055         * intl/os2compat.h
13056         * intl/osdep.c
13057         * intl/plural-exp.c
13058         * intl/plural-exp.h
13059         * intl/plural.c
13060         * intl/plural.y
13061         * intl/ref-add.sin
13062         * intl/ref-del.sin
13063         * intl/relocatable.c
13064         * intl/relocatable.h
13065         * intl/textdomain.c
13066         * m4/Makefile.am
13067         * po/Makefile.in.in
13068         * src/Makefile.am
13069         * src/account.c
13070         * src/action.c
13071         * src/addr_compl.c
13072         * src/addressadd.c
13073         * src/addressbook.c
13074         * src/addrgather.c
13075         * src/addrindex.c
13076         * src/alertpanel.c
13077         * src/browseldap.c
13078         * src/codeconv.c
13079         * src/codeconv.h
13080         * src/compose.c
13081         * src/compose.h
13082         * src/crash.c
13083         * src/editaddress.c
13084         * src/editbook.c
13085         * src/editgroup.c
13086         * src/editjpilot.c
13087         * src/editldap.c
13088         * src/editldap_basedn.c
13089         * src/editvcard.c
13090         * src/exphtmldlg.c
13091         * src/expldifdlg.c
13092         * src/export.c
13093         * src/exporthtml.c
13094         * src/filtering.c
13095         * src/folder.c
13096         * src/folder_item_prefs.c
13097         * src/foldersel.c
13098         * src/folderview.c
13099         * src/grouplistdialog.c
13100         * src/headerview.c
13101         * src/imap.c
13102         * src/imap_gtk.c
13103         * src/import.c
13104         * src/importldif.c
13105         * src/importmutt.c
13106         * src/importpine.c
13107         * src/inc.c
13108         * src/ldif.c
13109         * src/main.c
13110         * src/mainwindow.c
13111         * src/matcher.c
13112         * src/mbox.c
13113         * src/message_search.c
13114         * src/messageview.c
13115         * src/mh.c
13116         * src/mh_gtk.c
13117         * src/mimeview.c
13118         * src/msgcache.c
13119         * src/news.c
13120         * src/news_gtk.c
13121         * src/noticeview.c
13122         * src/partial_download.c
13123         * src/pop.c
13124         * src/prefs_account.c
13125         * src/prefs_actions.c
13126         * src/prefs_common.c
13127         * src/prefs_customheader.c
13128         * src/prefs_display_header.c
13129         * src/prefs_ext_prog.c
13130         * src/prefs_filtering.c
13131         * src/prefs_filtering_action.c
13132         * src/prefs_folder_item.c
13133         * src/prefs_fonts.c
13134         * src/prefs_gtk.c
13135         * src/prefs_matcher.c
13136         * src/prefs_msg_colors.c
13137         * src/prefs_spelling.c
13138         * src/prefs_summary_column.c
13139         * src/prefs_template.c
13140         * src/prefs_themes.c
13141         * src/prefs_toolbar.c
13142         * src/prefs_wrapping.c
13143         * src/privacy.c
13144         * src/procheader.c
13145         * src/procmime.c
13146         * src/procmsg.c
13147         * src/quote_fmt.c
13148         * src/recv.c
13149         * src/send_message.c
13150         * src/setup.c
13151         * src/sourcewindow.c
13152         * src/ssl_manager.c
13153         * src/statusbar.c
13154         * src/summary_search.c
13155         * src/summaryview.c
13156         * src/textview.c
13157         * src/toolbar.c
13158         * src/wizard.c
13159         * src/common/nntp.c
13160         * src/common/plugin.c
13161         * src/common/smtp.c
13162         * src/common/ssl.c
13163         * src/common/ssl_certificate.c
13164         * src/common/string_match.c
13165         * src/common/sylpheed.c
13166         * src/common/template.c
13167         * src/common/utils.c
13168         * src/gtk/about.c
13169         * src/gtk/colorlabel.c
13170         * src/gtk/description_window.c
13171         * src/gtk/filesel.c
13172         * src/gtk/foldersort.c
13173         * src/gtk/gtkaspell.c
13174         * src/gtk/gtkutils.c
13175         * src/gtk/inputdialog.c
13176         * src/gtk/logwindow.c
13177         * src/gtk/menu.c
13178         * src/gtk/pluginwindow.c
13179         * src/gtk/prefswindow.c
13180         * src/gtk/progressdialog.c
13181         * src/gtk/quicksearch.c
13182         * src/gtk/sslcertwindow.c
13183         * src/plugins/clamav/clamav_plugin.c
13184         * src/plugins/clamav/clamav_plugin_gtk.c
13185         * src/plugins/demo/demo.c
13186         * src/plugins/dillo_viewer/dillo_prefs.c
13187         * src/plugins/dillo_viewer/dillo_viewer.c
13188         * src/plugins/image_viewer/plugin.c
13189         * src/plugins/image_viewer/viewer.c
13190         * src/plugins/image_viewer/viewerprefs.c
13191         * src/plugins/mathml_viewer/mathml_viewer.c
13192         * src/plugins/pgpmime/passphrase.c
13193         * src/plugins/pgpmime/plugin.c
13194         * src/plugins/pgpmime/prefs_gpg.c
13195         * src/plugins/pgpmime/select-keys.c
13196         * src/plugins/pgpmime/sgpgme.c
13197         * src/plugins/spamassassin/spamassassin.c
13198         * src/plugins/spamassassin/spamassassin_gtk.c
13199         * src/plugins/trayicon/trayicon.c
13200                 sync with main (revision 104)
13201
13202 2005-02-10 [colin]      1.0.1cvs3.1
13203
13204         * src/mainwindow.c
13205                 Sync with HEAD (fix occasional crasher)
13206
13207 2005-02-10 [colin]      1.0.1cvs2.1
13208
13209         * src/messageview.c
13210                 Synw with HEAD (don't automatically display html)
13211
13212 2005-02-09 [colin]      1.0.1cvs1.3
13213
13214         * src/textview.c
13215         * src/textview.h
13216                 Add contextual menu on emails
13217
13218 2005-02-09 [colin]      1.0.1cvs1.2
13219
13220         * src/codeconv.c
13221                 Fix converting from broken headers and 
13222                 put back the _ in missing places
13223                 (feature broke with cvs24.2 sync, main 
13224                  possibly affected?)
13225
13226 2005-02-09 [colin]      1.0.1cvs1.1
13227
13228         * src/messageview.c
13229         * src/mimeview.c
13230         * src/mimeview.h
13231                 Sync with HEAD (display non text/plain mails with plugin)
13232
13233 2005-02-08 [colin]      1.0.1.1
13234
13235         * ChangeLog.claws
13236         * po/pt_BR.po
13237                 Sync with HEAD
13238         * configure.ac
13239                 Make default configuration directory 
13240                 be .sylpheed-gtk2
13241
13242 2005-02-08 [colin]      1.0.0cvs29.1
13243
13244         * po/de.po
13245         * po/es.po
13246         * po/fr.po
13247         * po/it.po
13248         * po/sk.po
13249         * po/sr.po
13250                 Sync translations with HEAD
13251
13252 2005-02-06 [colin]      1.0.0cvs28.3
13253
13254         * src/compose.c
13255                 Make compose a bit faster - patch by Alfons.
13256
13257 2005-02-06 [colin]      1.0.0cvs28.2
13258
13259         * src/compose.c
13260                 Make pasting via middle-click more reliable
13261
13262 2005-02-05 [paul]       1.0.0cvs28.1
13263
13264         * ChangeLog
13265         * ChangeLog.claws
13266         * ChangeLog.jp
13267         * configure.ac
13268         * src/compose.c
13269                 sync with HEAD
13270                 (fix bug 682 'redirect is broken'
13271
13272 2005-02-05 [torte]      1.0.0cvs27.1
13273
13274         * ChangeLog.claws
13275         * configure.ac
13276         * src/partial_download.c
13277                 Sync with HEAD (fix buf overflow)
13278
13279 2005-02-03 [colin]      1.0.0cvs26.1
13280
13281         * src/common/plugin.c
13282                 Sync with HEAD (avoid plugin mismatches)
13283
13284 2005-02-03 [paul]       1.0.0cvs25.3
13285
13286         * src/folderview.c
13287         * src/headerview.c
13288         * src/summaryview.c
13289         * src/textview.c
13290         * src/gtk/colorlabel.c
13291                 third and final part of initial sync with main-gtk2
13292
13293 2005-02-03 [paul]       1.0.0cvs25.2
13294
13295         * src/jpilot.c
13296                 fix building with jpilot support
13297
13298 2005-02-02 [colin]      1.0.0cvs25.1
13299
13300         * src/messageview.c
13301                 Sync with HEAD (fix dangerous typo)
13302
13303 2005-02-01 [colin]      1.0.0cvs24.3
13304
13305         * src/common/xml.c
13306                 Write file as advertised (UTF-8)
13307
13308 2005-02-01 [paul]       1.0.0cvs24.2
13309
13310         * src/addrbook.c
13311         * src/addrindex.c
13312         * src/alertpanel.h
13313         * src/codeconv.c
13314         * src/codeconv.h
13315         * src/compose.c
13316         * src/export.c
13317         * src/folder_item_prefs.c
13318         * src/html.c
13319         * src/imap.c
13320         * src/import.c
13321         * src/jpilot.c
13322         * src/mainwindow.c
13323         * src/matcher_parser_lex.l
13324         * src/messageview.c
13325         * src/mh.c
13326         * src/prefs_account.c
13327         * src/prefs_actions.c
13328         * src/prefs_common.c
13329         * src/prefs_gtk.c
13330         * src/prefs_gtk.h
13331         * src/prefs_themes.c
13332         * src/procheader.c
13333         * src/procmime.c
13334         * src/sourcewindow.c
13335         * src/statusbar.c
13336         * src/summaryview.c
13337         * src/textview.c
13338         * src/toolbar.c
13339         * src/unmime.c
13340         * src/common/template.c
13341         * src/common/utils.c
13342         * src/common/xml.c
13343         * src/common/xml.h
13344         * src/gtk/gtkaspell.c
13345         * src/plugins/clamav/clamav_plugin.c
13346         * src/plugins/dillo_viewer/dillo_prefs.c
13347         * src/plugins/image_viewer/viewerprefs.c
13348         * src/plugins/pgpmime/passphrase.c
13349         * src/plugins/pgpmime/prefs_gpg.c
13350         * src/plugins/pgpmime/select-keys.c
13351         * src/plugins/spamassassin/spamassassin.c
13352                 second part of initial sync with main-gtk2
13353                 (more to follow)
13354
13355 2005-01-31 [colin]      1.0.0cvs24.1
13356
13357         * src/compose.c
13358                 Sync with HEAD
13359
13360 2005-01-29 [paul]       1.0.0cvs23.2
13361
13362         * src/account.c
13363         * src/action.c
13364         * src/addressadd.c
13365         * src/addressbook.c
13366         * src/alertpanel.c
13367         * src/compose.c
13368         * src/editaddress.c
13369         * src/editbook.c
13370         * src/editgroup.c
13371         * src/editjpilot.c
13372         * src/editldap.c
13373         * src/editldap_basedn.c
13374         * src/editvcard.c
13375         * src/export.c
13376         * src/foldersel.c
13377         * src/grouplistdialog.c
13378         * src/import.c
13379         * src/importldif.c
13380         * src/inc.c
13381         * src/main.c
13382         * src/mainwindow.c
13383         * src/message_search.c
13384         * src/messageview.c
13385         * src/mimeview.c
13386         * src/prefs_actions.c
13387         * src/prefs_common.c
13388         * src/prefs_common.h
13389         * src/prefs_customheader.c
13390         * src/prefs_display_header.c
13391         * src/prefs_filtering.c
13392         * src/prefs_filtering_action.c
13393         * src/prefs_gtk.c
13394         * src/prefs_matcher.c
13395         * src/prefs_summary_column.c
13396         * src/prefs_template.c
13397         * src/sourcewindow.c
13398         * src/summary_search.c
13399         * src/summaryview.c
13400         * src/textview.c
13401         * src/gtk/about.c
13402         * src/gtk/description_window.c
13403         * src/gtk/gtkshruler.c
13404         * src/gtk/gtkutils.c
13405         * src/gtk/gtkutils.h
13406         * src/gtk/inputdialog.c
13407         * src/gtk/logwindow.c
13408         * src/gtk/prefswindow.c
13409         * src/gtk/progressdialog.c
13410         * src/gtk/progressdialog.h
13411                 first part of initial sync with main-gtk2
13412                 (more to follow)
13413
13414 2005-01-28 [colin]      1.0.0cvs23.1
13415
13416         * src/folderview.c
13417                 Sync with HEAD
13418
13419 2005-01-27 [colin]      1.0.0cvs21.1
13420
13421         * src/folder.c
13422         * src/folderview.c
13423                 Sync with HEAD
13424
13425 2005-01-27 [colin]      1.0.0cvs19.1
13426
13427         * src/procmime.c
13428                 Sync with HEAD
13429
13430 2005-01-27 [colin]      1.0.0cvs18.1
13431
13432         * src/messageview.c
13433         * src/summaryview.c
13434         * src/mainwindow.c
13435         * src/compose.c
13436         * src/compose.h
13437         * src/procmsg.c
13438         * src/procmsg.h
13439         * src/toolbar.c
13440                 Sync with HEAD
13441
13442 2005-01-26 [paul]       1.0.0cvs15.2
13443
13444         * src/compose.c
13445                 compose_entries_set(): convert subject and body to
13446                 utf8 if necessary. patch by Felix Eckhofer
13447
13448 2005-01-26 [paul]       1.0.0cvs15.1
13449
13450         * configure.ac
13451         * src/common/template.c
13452                 sync with HEAD (fix memory leak)
13453
13454 2005-01-25 [paul]       1.0.0cvs14.1
13455
13456         * configure.ac
13457         * src/compose.c
13458                 sync with HEAD
13459
13460 2005-01-24 [colin]      1.0.0cvs13.1
13461
13462         * src/summaryview.c
13463                 Sync with HEAD
13464
13465 2005-01-24 [paul]       1.0.0cvs12.1
13466
13467         * configure.ac
13468         * src/messageview.c
13469         * src/mh.c
13470         * src/common/utils.c
13471                 sync with HEAD
13472
13473 2005-01-24 [colin]      1.0.0cvs11.1
13474
13475         * src/procheader.c
13476                 Sync with HEAD
13477
13478 2005-01-24 [colin]      1.0.0cvs10.1
13479
13480         * src/folderview.c
13481                 Sync with HEAD
13482
13483 2005-01-23 [colin]      1.0.0cvs9.1
13484
13485         * src/crash.c
13486                 Sync with HEAD
13487
13488 2005-01-22 [colin]      1.0.0cvs8.1
13489
13490         * src/summaryview.c
13491         * src/gtk/quicksearch.c
13492                 Sync with HEAD
13493
13494 2005-01-21 [colin]      1.0.0cvs7.1
13495
13496         * src/summaryview.c
13497                 Sync with HEAD
13498
13499 2005-01-21 [colin]      1.0.0cvs6.1
13500
13501         * src/summaryview.c
13502                 Sync with HEAD
13503
13504 2005-01-21 [colin]      1.0.0cvs5.1
13505
13506         * src/gtk/quicksearch.c
13507         * src/prefs_common.c
13508         * src/prefs_common.h
13509                 Sync with HEAD (recurse option)
13510
13511 2005-01-21 [colin]      1.0.0cvs4.1
13512
13513         * src/folder.h
13514         * src/folderview.c
13515         * src/folderview.h
13516         * src/summaryview.c
13517         * src/gtk/quicksearch.c
13518         * src/gtk/quicksearch.h
13519                 Sync with HEAD (recursive quicksearch)
13520
13521 2005-01-20 [colin]      1.0.0cvs3.4
13522
13523         * src/ssl_manager.c
13524                 Remove useless code
13525
13526 2005-01-20 [colin]      1.0.0cvs3.3
13527
13528         * src/ssl_manager.c
13529                 Fix leak, thanks to Alfons.
13530
13531 2005-01-20 [colin]      1.0.0cvs3.2
13532
13533         * src/ssl_manager.c
13534                 Port SSL certificate window to GTK2.
13535
13536 2005-01-20 [paul]       1.0.0cvs3.1
13537
13538         * ChangeLog.claws
13539         * configure.ac
13540         * src/addrindex.c
13541         * src/addrindex.h
13542                 sync with HEAD
13543
13544 2005-01-19 [colin]      1.0.0cvs2.2
13545
13546         * src/plugins/trayicon/trayicon.c
13547                 Fix freeze with gtk-2.6, the easy way
13548                 (signal blocking helpless there...)
13549                 Closes bug #668.
13550
13551 2005-01-19 [colin]      1.0.0cvs2.1
13552
13553         * src/mbox.c
13554         * src/mbox.h
13555         * src/mainwindow.c
13556         * src/summaryview.c
13557         * src/summaryview.h
13558                 Sync with HEAD
13559
13560 2005-01-19 [paul]       1.0.0cvs1.1
13561
13562         * configure.ac
13563         * po/de.po
13564         * po/es.po
13565         * po/fr.po
13566         * po/hr.po
13567         * po/it.po
13568         * po/ja.po
13569         * po/ko.po
13570         * po/pt_BR.po
13571         * po/ru.po
13572         * po/sk.po
13573         * po/sr.po
13574                 sync with HEAD (update translations)
13575
13576 2005-01-18 [colin]      1.0.0cvs0.1
13577
13578         * src/foldersel.c
13579                 Specify search column - patch by Alfons
13580
13581 2005-01-18 [colin]      0.9.13cvs36.3
13582
13583         * src/prefs_toolbar.c
13584                 Change Delete to Remove
13585         * src/prefs_fonts.c
13586                 GTK2 version and leak fixes
13587         * src/prefs_actions.c
13588                 Add stock buttons.
13589                 All patches by Alfons
13590
13591 2005-01-17 [colin]      0.9.13cvs36.2
13592
13593         * src/compose.c
13594                 Fix DnD inserting twice. While at it,
13595                 add DnD support for text/plain in the
13596                 body, and add support in the headers.
13597
13598 2005-01-16 [colin]      0.9.13cvs36.1
13599
13600         * ChangeLog
13601         * ChangeLog.jp
13602         * ChangeLog.claws
13603                 Sync with HEAD (nothing applicable)
13604
13605 2005-01-16 [colin]      0.9.13cvs33.2
13606
13607         * src/prefs_toolbar.c
13608                 GTK2ize prefs_toolbar, by Alfons.
13609
13610 2005-01-14 [colin]      0.9.13cvs33.1
13611
13612         * src/html.c
13613         * src/msgcache.c
13614                 Sync with HEAD
13615
13616 2005-01-14 [colin]      0.9.13cvs32.1
13617
13618         * src/html.c
13619         * src/html.h
13620         * src/msgcache.c
13621         * AUTHORS
13622         * tools/calypso_convert.pl
13623                 Sync with HEAD
13624
13625 2005-01-08 [colin]      0.9.13cvs29.2
13626
13627         * src/prefs_filtering_action.c
13628         * src/prefs_filtering.c
13629                 2 more gtk2 patches by Alfons
13630
13631 2005-01-07 [paul]       0.9.13cvs29.1
13632
13633         * ChangeLog
13634         * ChangeLog.claws
13635         * ChangeLog.jp
13636         * configure.ac
13637         * src/pop.c
13638         * src/pop.h
13639                 sync with HEAD
13640
13641 2005-01-07 [colin]      0.9.13cvs28.3
13642
13643         * src/gtk/progressdialog.c
13644         * src/gtk/progressdialog.h
13645         * src/inc.c
13646         * src/send_message.c
13647                 GTK2 for the incorporation dialog. The CList isn't dead
13648                 yet, for a more smooth migration. Patch by Alfons.
13649
13650 2005-01-06 [colin]      0.9.13cvs28.2
13651
13652         * src/prefs_display_header.c
13653                 GTK2 conversion by Alfons
13654         * src/prefs_actions.c
13655         * src/prefs_matcher.c
13656                 Fix 2 leaks - patch by Alfons
13657
13658 2005-01-06 [colin]      0.9.13cvs28.1
13659
13660         * src/prefs_matcher.c
13661                 Sync with HEAD
13662
13663 2005-01-06 [colin]      0.9.13cvs27.4
13664
13665         * src/prefs_matcher.c
13666                 Fix double-free. Patch by Alfons
13667
13668 2005-01-06 [colin]      0.9.13cvs27.3
13669
13670         * src/prefs_matcher.c
13671                 GTK2 widgets + memleak
13672                 Patch by Alfons
13673
13674 2005-01-05 [colin]      0.9.13cvs27.2
13675
13676         * src/account.c
13677         * src/addr_compl.c
13678         * src/foldersel.c
13679         * src/stock_pixmap.c
13680         * src/stock_pixmap.h
13681                 3 more GTK2 patches by Alfons.
13682
13683 2005-01-04 [colin]      0.9.13cvs27.1
13684
13685         * src/folderview.c
13686         * src/imap_gtk.c
13687         * src/news_gtk.c
13688                 Sync with HEAD
13689
13690 2005-01-04 [colin]      0.9.13cvs25.9
13691
13692         * src/compose.c
13693                 Fix Show Ruler menuitem
13694         * src/prefs_template.c
13695                 Convert to GTK2
13696         * src/common/utils.c
13697                 Make auto pointer stuff handles NULLs
13698                 Patches by Alfons.
13699
13700 2005-01-04 [colin]      0.9.13cvs25.8
13701
13702         * src/compose.c
13703                 Move the attachment list to gtk2
13704                 Patch by Alfons.
13705
13706 2005-01-04 [colin]      0.9.13cvs25.7
13707
13708         * src/textview.c
13709                 Make some keys work again
13710                 Patch by SungHyun Nam <namsh@kldp.org>
13711
13712 2005-01-04 [colin]      0.9.13cvs25.6
13713
13714         * src/gtk/gtkshruler.c
13715                 Move the ruler to GTK2
13716                 Patch by Alfons
13717
13718 2005-01-03 [colin]      0.9.13cvs25.5
13719
13720         * src/compose.c
13721                 Fix my broken patch apply 
13722
13723 2005-01-03 [colin]      0.9.13cvs25.4
13724
13725         * src/common/utils.c
13726         * src/common/utils.h
13727         * src/gtk/prefswindow.c
13728                 Move auto pointer stuff to utils.c
13729                 Patch by Alfons again :)
13730
13731 2005-01-03 [colin]      0.9.13cvs25.3
13732
13733         * src/compose.c
13734         * src/prefs_gtk.c
13735         * src/prefs_template.c
13736         * src/textview.c
13737                 Empty text widgets with empty strings, not NULL char
13738                 Patch by SungHyun Nam <namsh@kldp_org>
13739
13740 2005-01-03 [colin]      0.9.13cvs25.2
13741
13742         * src/main.c
13743         * AUTHORS
13744                 Sync with HEAD
13745
13746 2005-01-03 [colin]      0.9.13cvs25.1
13747
13748         * src/pop.c
13749         * src/pop.h
13750                 Sync with HEAD
13751
13752 2005-01-03 [colin]      0.9.13cvs24.3
13753
13754         * src/account.c
13755                 Two patches from Alfons and Alex S Moore:
13756                 fix images, fix return value.
13757
13758 2005-01-01 [colin]      0.9.13cvs24.2
13759
13760         * src/prefs_actions.c
13761                 Fix over-zealous assertion. Patch by Alfons
13762
13763 2005-01-01 [colin]      0.9.13cvs24.1
13764
13765         * src/procmime.c
13766                 Sync with HEAD (leak fix)
13767
13768 2004-12-31 [colin]      0.9.13cvs23.2
13769
13770         * src/prefs_common.c
13771                 GTK2 widgets + stock buttons - patch by Alfons
13772
13773 2004-12-31 [paul]       0.9.13cvs23.1
13774
13775         * configure.ac
13776                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13777         * src/gtk/pluginwindow.c
13778                 use GTK2 widgets and plug memory leaks,
13779                 patches by Alfons
13780
13781 2004-12-30 [colin]      0.9.13cvs22.4
13782
13783         * src/account.c
13784         * src/action.c
13785         * src/export.c
13786         * src/foldersel.c
13787         * src/import.c
13788         * src/message_search.c
13789         * src/prefs_actions.c
13790         * src/prefs_common.c
13791         * src/prefs_customheader.c
13792         * src/prefs_filtering.c
13793         * src/prefs_summary_column.c
13794         * src/summary_search.c
13795         * src/gtk/about.c
13796         * src/gtk/description_window.c
13797         * src/gtk/gtkutils.c
13798         * src/gtk/gtkutils.h
13799         * src/gtk/inputdialog.c
13800         * src/gtk/prefswindow.c
13801                 Use GTK2 stock buttons. Patches by Alfons.
13802
13803 2004-12-30 [colin]      0.9.13cvs22.3
13804
13805         * src/account.c
13806                 Sync with HEAD
13807         * src/prefs_actions.c
13808         * src/prefs_customheader.c
13809         * src/prefs_filtering.c
13810         * src/prefs_msg_colors.c
13811         * src/prefs_summary_column.c
13812         * src/gtk/prefswindow.c
13813                 Use GtkTreeView instead of deprecated 
13814                 widgets. Patches by Alfons.
13815
13816 2004-12-30 [paul]       0.9.13cvs22.2
13817
13818         * src/foldersel.c
13819                 use GTK 2 Tree View
13820                 patch by Alfons, with root folder sorting fix
13821                 by Stephan Sachse
13822
13823 2004-12-30 [paul]       0.9.13cvs22.1
13824
13825         * ChangeLog
13826         * ChangeLog.claws
13827         * ChangeLog.jp
13828         * NEWS
13829         * configure.ac
13830         * src/account.c
13831                 sync with HEAD
13832
13833 2004-12-22 [martin]     0.9.13cvs21.2
13834
13835         * src/action.c
13836                 free the command line after its use
13837
13838 2004-12-18 [paul]       0.9.13cvs21.1
13839
13840         * AUTHORS
13841         * ChangeLog
13842         * ChangeLog.claws
13843         * ChangeLog.jp
13844         * NEWS
13845         * configure.ac
13846         * src/action.c
13847         * src/compose.c
13848         * src/syldap.c
13849                 sync with HEAD
13850
13851 2004-12-17 [martin]     0.9.13cvs17.2
13852
13853         * src/action.c
13854                 convert actions input to locale
13855         * src/inc.c
13856                 convert notification command to locale
13857         * src/plugins/pgpmime/select-keys.c
13858                 convert attributes to utf8
13859
13860 2004-12-14 [colin]      0.9.13cvs17.1
13861
13862         * ChangeLog
13863         * ChangeLog.jp
13864         * ChangeLog.claws
13865         * src/action.c
13866         * src/common/utils.c
13867         * src/gtk/prefswindow.c
13868         * src/gtk/gtkutils.c
13869         * src/gtk/gtkutils.h
13870         * src/plugins/spamassassin/libspamc.c
13871                 Sync with HEAD
13872
13873 2004-12-13 [colin]      0.9.13cvs14.1
13874
13875         * src/quote_fmt_parse.y
13876                 Sync with HEAD
13877
13878 2004-12-10 [colin]      0.9.13cvs12.1
13879
13880         * src/prefs_themes.c
13881         * src/mainwindow.c
13882         * src/messageview.c
13883                 Sync with HEAD
13884
13885 2004-12-09 [colin]      0.9.13cvs10.1
13886
13887         * src/procmime.c
13888                 Sync with HEAD (fix B64 encoding from memory)
13889
13890 2004-12-08 [colin]      0.9.13cvs9.1
13891
13892         * src/gtk/colorlabel.c
13893                 Sync with HEAD
13894
13895 2004-12-08 [paul]       0.9.13cvs8.2
13896
13897         * src/gtk/pluginwindow.c
13898                 fix window resizing oddities
13899
13900 2004-12-08 [colin]      0.9.13cvs8.1
13901
13902         * src/quote_fmt_parse.y
13903                 Sync with HEAD
13904
13905 2004-12-08 [colin]      0.9.13cvs7.1
13906
13907         * src/matcher_parser_parse.y
13908         * src/msgcache.c
13909         * src/prefs_matcher.c
13910         * src/procheader.c
13911         * src/matcher.c
13912         * src/common/defs.h
13913         * po/sr.po
13914                 Sync with HEAD
13915
13916 2004-12-08 [colin]      0.9.13cvs6.1
13917
13918         * src/quote_fmt_parse.y
13919         * src/textview.c
13920                 Sync with HEAD
13921         * src/gtk/prefswindow.c
13922         * src/gtk/pluginwindow.c
13923                 Fix G_CALLBACKS protos (thanks to Alfons)
13924
13925 2004-12-07 [torte]      0.9.13cvs2.2
13926
13927         * src/procmime.c
13928                 [Bug 650] reply button causes crash
13929                 Thanks to David Relson and Christoph
13930
13931 2004-12-07 [colin]      0.9.13cvs2.1
13932
13933         * ChangeLog.claws
13934         * AUTHORS
13935         * po/sk.po
13936         * src/procmime.c
13937         * src/prefs_account.c
13938         * src/common/smtp.c
13939         * src/common/smtp.h
13940                 Sync with HEAD
13941
13942 2004-12-06 [colin]      0.9.12cvs187.1
13943
13944         * ChangeLog.claws
13945         * INSTALL
13946         * Makefile.am
13947         * README.claws
13948         * TODO.claws
13949         * configure.ac
13950         * po/bg.po
13951         * po/cs.po
13952         * po/el.po
13953         * po/en_GB.po
13954         * po/es.po
13955         * po/fr.po
13956         * po/hr.po
13957         * po/hu.po
13958         * po/it.po
13959         * po/ja.po
13960         * po/ko.po
13961         * po/nl.po
13962         * po/pl.po
13963         * po/pt_BR.po
13964         * po/ru.po
13965         * po/sk.po
13966         * po/sr.po
13967         * po/sv.po
13968         * po/zh_CN.po
13969         * po/zh_TW.Big5.po
13970         * src/compose.c
13971         * tools/Makefile.am
13972         * tools/README
13973         * tools/filter_conv.pl
13974         * tools/kdeservicemenu/README
13975         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13976         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13977                 Sync with HEAD
13978
13979 2004-12-04 [colin]      0.9.12cvs183.1
13980
13981         * src/compose.c
13982                 Sync with HEAD (compose window position saving)
13983
13984 2004-12-04 [paul]       0.9.12cvs182.3
13985
13986         * src/messageview.c
13987         * src/mimeview.c
13988         * src/prefs_customheader.c
13989         * src/gtk/quicksearch.c
13990                 replace some forgotten GTK_SIGNAL_FUNCs
13991
13992 2004-12-04 [paul]       0.9.12cvs182.2
13993
13994         * src/Makefile.am
13995                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13996                 committed in error      
13997
13998 2004-12-04 [paul]       0.9.12cvs182.1
13999
14000         * ChangeLog
14001         * ChangeLog.claws
14002         * ChangeLog.jp
14003         * INSTALL
14004         * NEWS
14005         * README
14006         * README.jp
14007         * configure.ac
14008         * doc/manual/ja/Makefile.am
14009         * doc/manual/ja/sylpheed-1.html
14010         * doc/manual/ja/sylpheed-10.html
14011         * doc/manual/ja/sylpheed-11.html
14012         * doc/manual/ja/sylpheed-12.html
14013         * doc/manual/ja/sylpheed-13.html
14014         * doc/manual/ja/sylpheed-14.html
14015         * doc/manual/ja/sylpheed-15.html
14016         * doc/manual/ja/sylpheed-16.html
14017         * doc/manual/ja/sylpheed-17.html
14018         * doc/manual/ja/sylpheed-18.html
14019         * doc/manual/ja/sylpheed-19.html
14020         * doc/manual/ja/sylpheed-2.html
14021         * doc/manual/ja/sylpheed-20.html
14022         * doc/manual/ja/sylpheed-3.html
14023         * doc/manual/ja/sylpheed-4.html
14024         * doc/manual/ja/sylpheed-5.html
14025         * doc/manual/ja/sylpheed-6.html
14026         * doc/manual/ja/sylpheed-7.html
14027         * doc/manual/ja/sylpheed-8.html
14028         * doc/manual/ja/sylpheed-9.html
14029         * doc/manual/ja/sylpheed.html
14030         * doc/manual/ja/sylpheed.sgml
14031         * po/de.po
14032         * src/Makefile.am
14033         * src/compose.c
14034         * src/procmime.c
14035         * src/pixmaps/regular.xpm **REMOVED**
14036         * src/plugins/pgpmime/pgpmime.c
14037         * src/plugins/pgpmime/plugin.c
14038         * src/plugins/pgpmime/prefs_gpg.c
14039                 sync with HEAD
14040
14041 2004-12-03 [paul]       0.9.12cvs180.1
14042
14043         * ChangeLog
14044         * ChangeLog.claws
14045         * ChangeLog.jp
14046         * configure.ac
14047         * src/Makefile.am
14048         * src/pop.c
14049         * src/common/utils.c
14050         * src/common/utils.h
14051         * src/pixmaps/continue.xpm
14052         * src/pixmaps/dir_close.xpm
14053         * src/pixmaps/dir_open.xpm
14054         * src/pixmaps/drafts_close.xpm
14055         * src/pixmaps/drafts_open.xpm
14056         * src/pixmaps/folder.xpm **REMOVED**
14057         * src/pixmaps/group.xpm
14058         * src/pixmaps/unread.xpm
14059                 sync with HEAD
14060
14061 2004-12-02 [colin]      0.9.12cvs179.1
14062
14063         * src/compose.c
14064                 Sync with HEAD (non-duplicated reedition)
14065
14066 2004-12-02 [colin]      0.9.12cvs178.1
14067
14068         * src/compose.c
14069                 Sync with HEAD (linewrap_quote fix)
14070
14071 2004-12-01 [colin]      0.9.12cvs177.3
14072
14073         * src/addrharvest.c
14074                 Replace sizeof with strlen
14075
14076 2004-12-01 [paul]       0.9.12cvs177.2
14077
14078         * src/addrharvest.c
14079                 fix 'harvest addresses'
14080
14081 2004-11-30 [colin]      0.9.12cvs177.1
14082
14083         * src/gtk/prefswindow.c
14084         * src/gtk/pluginwindow.c
14085                 Sync with HEAD
14086
14087 2004-11-29 [colin]      0.9.12cvs176.1
14088
14089         * src/folderview.c
14090                 sync with HEAD (Fix disappearing separators in folderview's popup)
14091
14092 2004-11-29 [colin]      0.9.12cvs175.1
14093
14094         * src/procmime.c
14095                 Sync with head (another format fix)
14096
14097 2004-11-29 [colin]      0.9.12cvs174.1
14098
14099         * src/pop.c
14100                 Sync with HEAD (format string fix)
14101
14102 2004-11-26 [colin]      0.9.12cvs173.1
14103
14104         * src/common/smtp.c
14105         * src/common/smtp.h
14106                 Sync with HEAD
14107
14108 2004-11-24 [colin]      0.9.12cvs172.1
14109
14110         * src/plugins/pgpmime/pgpmime.c
14111                 Sync with HEAD
14112
14113 2004-11-24 [colin]      0.9.12cvs171.1
14114
14115         * src/plugins/pgpmime/pgpmime.c
14116                 Sync with head (gpgmectx leaks)
14117
14118 2004-11-24 [colin]      0.9.12cvs169.1
14119
14120         * src/plugins/pgpmime/plugin.c
14121         * src/plugins/trayicon/Makefile.am
14122         * src/plugins/trayicon/newmarkedmail.xpm
14123         * src/plugins/trayicon/trayicon.c
14124         * src/plugins/trayicon/unreadmarkedmail.xpm
14125                 Sync with HEAD
14126
14127 2004-11-23 [colin]      0.9.12cvs168.1
14128
14129         * src/partial_download.c
14130         * src/partial_download.h
14131         * src/plugins/pgpmime/plugin.c
14132                 Sync with HEAD
14133
14134 2004-11-23 [colin]      0.9.12cvs166.1
14135
14136         * src/Makefile.am
14137         * src/codeconv.c
14138         * src/compose.c
14139         * src/folderview.c
14140         * src/main.c
14141         * src/partial_download.c
14142         * src/partial_download.h
14143         * src/prefs_account.c
14144         * src/prefs_account.h
14145         * src/privacy.c
14146         * src/privacy.h
14147         * src/procmime.c
14148         * src/common/Makefile.am
14149         * src/common/base64.h
14150         * src/common/partial_download.c
14151         * src/common/partial_download.h
14152         * src/gtk/prefswindow.c
14153         * src/gtk/prefswindow.h
14154         * src/plugins/pgpmime/pgpmime.c
14155         * src/plugins/pgpmime/prefs_gpg.c
14156         * src/plugins/pgpmime/prefs_gpg.h
14157         * src/plugins/pgpmime/sgpgme.c
14158         * src/plugins/pgpmime/sgpgme.h
14159                 Sync with HEAD
14160
14161 2004-11-23 [colin]      0.9.12cvs163.1
14162
14163         * src/main.c
14164                 Sync with HEAD (cursor optimization)
14165
14166 2004-11-23 [colin]      0.9.12cvs162.1
14167
14168         * src/prefs_common.c
14169         * src/prefs_themes.c
14170         * src/procmsg.c
14171                 Sync with HEAD
14172
14173 2004-11-23 [colin]      0.9.12cvs158.9
14174
14175         * src/compose.c
14176                 Fix double-free when forwarding
14177         * src/msgcache.c
14178                 Fix leak on error path
14179                 
14180
14181 2004-11-23 [colin]      0.9.12cvs158.8
14182
14183         * src/compose.c
14184                 Fix possible double-free
14185                 Spotted by Alfons
14186
14187 2004-11-23 [colin]      0.9.12cvs158.7
14188
14189         * src/compose.c
14190                 Fix some signal handlers' prototypes
14191                 Spotted by Alfons
14192
14193 2004-11-22 [colin]      0.9.12cvs158.6
14194
14195         * src/compose.c
14196                 Remove unneeded code and duplicated
14197                 wrapping - patch by Alfons
14198
14199 2004-11-22 [colin]      0.9.12cvs158.5
14200
14201         * src/prefs_themes.c
14202                 Fix oversized selector
14203
14204 2004-11-22 [colin]      0.9.12cvs158.4
14205
14206         * src/compose.c
14207                 fix dump_text()
14208                 patch by Alfons
14209
14210 2004-11-19 [colin]      0.9.12cvs158.3
14211
14212         * src/textview.c
14213                 Add a context menu on links (open, copy)
14214
14215 2004-11-18 [paul]       0.9.12cvs158.2
14216
14217         * src/addrgather.c
14218         * src/exphtmldlg.c
14219         * src/expldifdlg.c
14220         * src/mimeview.c
14221         * src/prefs_common.c
14222         * src/plugins/image_viewer/viewer.c
14223         * src/plugins/spamassassin/spamassassin_gtk.c
14224                 replace deprecated gtk_notebook_set_page
14225                 and gtk_notebook_current_page
14226
14227 2004-11-18 [paul]       0.9.12cvs158.1
14228
14229         * configure.ac
14230         * src/compose.c
14231         * src/mainwindow.c
14232         * src/messageview.c
14233         * src/prefs_common.c
14234         * src/common/utils.c
14235         * src/common/utils.h
14236                 sync with HEAD
14237
14238 2004-11-17 [colin]      0.9.12cvs156.1
14239
14240         * src/prefs_account.c
14241         * src/prefs_account.h
14242         * src/procmsg.c
14243                 Sync with HEAD (add pref to store encrypted mails encrypted)
14244
14245 2004-11-17 [paul]       0.9.12cvs155.1
14246
14247         * ChangeLog
14248         * ChangeLog.claws
14249         * ChangeLog.jp
14250         * NEWS
14251         * configure.ac
14252         * src/compose.c
14253         * src/jpilot.c
14254         * src/privacy.c
14255         * src/procmime.c
14256         * src/procmime.h
14257         * src/procmsg.c
14258         * src/toolbar.c
14259         * src/pixmaps/error.xpm
14260                 sync with HEAD
14261
14262 2004-11-17 [colin]      0.9.12cvs151.1
14263
14264         * src/plugins/pgpmime/pgpmime.c
14265                 Sync with HEAD (remove debug printf)
14266
14267 2004-11-17 [colin]      0.9.12cvs150.1
14268
14269         * src/plugins/pgpmime/pgpmime.c
14270                 Sync with HEAD (off-by-one fix)
14271
14272 2004-11-17 [colin]      0.9.12cvs149.1
14273
14274         * src/procmsg.c
14275                 Sync with HEAD (coding style fixes)
14276
14277 2004-11-16 [colin]      0.9.12cvs148.1
14278
14279         * src/procmsg.c
14280                 Sync with head (Fix the fix)
14281
14282 2004-11-16 [colin]      0.9.12cvs147.1
14283
14284         * src/procmsg.c
14285                 Sync with Main (leak fix)
14286
14287 2004-11-16 [colin]      0.9.12cvs146.14
14288
14289         * src/compose.c
14290                 Remove useless chunk of code
14291                 Patch by Alfons
14292
14293 2004-11-15 [colin]      0.9.12cvs146.13
14294
14295         * src/compose.c
14296                 Fix drafting after insertion
14297                 Patch by Alfons
14298
14299 2004-11-15 [colin]      0.9.12cvs146.12
14300
14301         * src/compose.c
14302         * src/prefs_filtering.c
14303         * src/prefs_filtering_action.c
14304         * src/prefs_toolbar.c
14305                 Fix some const-correctness
14306
14307 2004-11-15 [colin]      0.9.12cvs146.11
14308
14309         * src/summaryview.c
14310         * src/prefs_themes.c
14311         * src/messageview.c
14312                 Fix some leaks
14313
14314 2004-11-15 [colin]      0.9.12cvs146.10
14315
14316         * src/codeconv.c
14317                 More unreadable locale fixes
14318
14319 2004-11-14 [colin]      0.9.12cvs146.9
14320
14321         * src/textview.c
14322                 Fix uri_security_check
14323                 Patch by Alfons
14324
14325 2004-11-13 [paul]       0.9.12cvs146.8
14326
14327         * src/folder.c
14328         * src/procmime.c
14329                 fix 2 bugs introduced in last commit
14330
14331 2004-11-13 [paul]       0.9.12cvs146.7
14332
14333         * src/compose.c
14334         * src/exporthtml.c
14335         * src/exportldif.c
14336         * src/folder.c
14337         * src/imap.c
14338         * src/imap_gtk.c
14339         * src/main.c
14340         * src/mainwindow.c
14341         * src/messageview.c
14342         * src/mh_gtk.c
14343         * src/prefs_themes.c
14344         * src/procmime.c
14345         * src/setup.c
14346         * src/summaryview.c
14347                 replace deprecated g_basename
14348
14349 2004-11-13 [paul]       0.9.12cvs146.6
14350
14351         * src/compose.c
14352         * src/imap.c
14353         * src/matcher_parser.h
14354         * src/matcher_parser_parse.y
14355         * src/prefs_filtering.c
14356         * src/prefs_filtering_action.c
14357         * src/prefs_themes.c
14358         * src/prefs_toolbar.c
14359         * src/common/utils.c
14360                 various small fixes/cleanups
14361
14362 2004-11-12 [colin]      0.9.12cvs146.5
14363
14364         * src/textview.c
14365                 Validate event's origin on visibility notify
14366                 Patch by Alfons.
14367
14368 2004-11-12 [paul]       0.9.12cvs146.4
14369
14370         * src/exporthtml.c
14371         * src/exportldif.c
14372         * src/imap.c
14373         * src/mh.c
14374         * src/mimeview.c
14375         * src/prefs_spelling.c
14376         * src/prefs_themes.c
14377                 replace deprecated g_dirname    
14378
14379 2004-11-12 [colin]      0.9.12cvs146.3
14380
14381         * src/textview.c
14382                 Some coding style fixes
14383
14384 2004-11-12 [colin]      0.9.12cvs146.2
14385
14386         * src/codeconv.c
14387                 We want to replace _all_ extended chars in
14388                 conv_unreadable_*, because any string containing
14389                 extended chars not parsing as UTF8 is 
14390                 undisplayed on gtk2.
14391
14392 2004-11-12 [paul]       0.9.12cvs146.1
14393
14394         * ChangeLog
14395         * ChangeLog.claws
14396         * ChangeLog.jp
14397         * NEWS
14398         * configure.ac
14399         * src/account.c
14400         * src/folderview.c
14401         * src/folderview.h
14402         * src/imap.c
14403         * src/imap_gtk.c
14404         * src/inc.c
14405         * src/mainwindow.c
14406         * src/mh_gtk.c
14407         * src/news_gtk.c
14408         * src/pop.c
14409         * src/prefs_account.c
14410         * src/prefs_account.h
14411         * src/prefs_ext_prog.c
14412         * src/procmime.c
14413         * src/procmime.h
14414         * src/procmsg.c
14415         * src/procmsg.h
14416         * src/summary_search.c
14417         * src/summaryview.c
14418         * src/textview.c
14419         * src/common/defs.h
14420         * src/common/utils.c
14421         * src/common/utils.h
14422         * src/gtk/menu.c
14423         * src/gtk/menu.h
14424                 sync with HEAD
14425
14426 2004-11-11 [colin]      0.9.12cvs144.2
14427
14428         * src/textview.c
14429                 Fix URI range selection (patch by Alfons)
14430
14431 2004-11-09 [colin]      0.9.12cvs144.1
14432
14433         * ChangeLog.claws
14434         * src/compose.c
14435         * src/folder.c
14436         * src/folder_item_prefs.c
14437         * src/prefs_account.c
14438         * src/prefs_account.h
14439         * src/plugins/pgpmime/pgpmime.c
14440                 Sync with HEAD
14441
14442 2004-11-08 [colin]      0.9.12cvs143.1
14443
14444         * src/summaryview.c
14445                 Sync with HEAD (optimize quicksearch)
14446
14447 2004-11-08 [colin]      0.9.12cvs142.2
14448
14449         * src/compose.c
14450                 Don't wrap when Edit/Auto wrapping is disabled
14451
14452 2004-11-08 [colin]      0.9.12cvs142.1
14453
14454         * src/textview.c
14455                 Sync with HEAD
14456
14457 2004-11-08 [colin]      0.9.12cvs141.1
14458
14459         * src/textview.c
14460                 Sync with HEAD (fix some mail URIs)
14461
14462 2004-11-08 [colin]      0.9.12cvs140.3
14463
14464         * src/textview.c
14465                 o Use text cursor instead of arrow when
14466                   not on a link
14467                 o Fix handling of contiguous links (as in
14468                   "colin@colino.net" <colin@colino.net>)
14469                   This one unveils a bug in get_email_part()
14470
14471 2004-11-07 [colin]      0.9.12cvs140.2
14472
14473         * src/textview.c
14474                 Fix memleak. Patch by Alfons.
14475
14476 2004-11-06 [colin]      0.9.12cvs140.1
14477
14478         * src/compose.c
14479                 Sync with HEAD (don't ask passphrase
14480                 when drafting)
14481
14482 2004-11-06 [paul]       0.9.12cvs139.2
14483
14484         * AUTHORS
14485         * src/textview.c
14486         * src/textview.h
14487                 textview URI handling. hovering over a 
14488                 link displays it in the status bar,
14489                 and changes the mouse pointer to a hand 
14490                 cursor. a link is activated with a single 
14491                 click. (Modified from the) patch by Jean-Yves 
14492                 Lefort <jylefort@users.sourceforge.net>
14493                 
14494
14495 2004-11-05 [colin]      0.9.12cvs139.1
14496
14497         * src/compose.c
14498         * src/procmime.c
14499                 Sync with HEAD again ^^
14500
14501 2004-11-05 [colin]      0.9.12cvs139.1
14502
14503         * src/compose.c
14504         * src/procmime.c
14505                 Sync with HEAD
14506
14507 2004-11-03 [paul]       0.9.12cvs138.1
14508
14509         * ChangeLog.claws
14510         * configure.ac
14511         * po/POTFILES.in
14512         * src/prefs_ext_prog.c
14513         * src/procmime.c
14514         * tools/kdeservicemenu/README
14515         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14516         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14517                 sync with HEAD
14518
14519 2004-11-01 [christoph]  0.9.12cvs136.2
14520
14521         * src/procmime.c
14522                 convert MIME parameters to UTF-8
14523
14524 2004-10-29 [colin]      0.9.12cvs136.1
14525
14526         * src/common/utils.c
14527                 Sync with HEAD (don't use '=' in mime boundary)
14528
14529 2004-10-29 [paul]       0.9.12cvs135.1
14530
14531         * configure.ac
14532         * doc/src/rfc2231.txt
14533         * src/procmime.c
14534         * src/common/quoted-printable.c
14535         * src/common/utils.c
14536         * src/common/utils.h
14537                 sync with HEAD
14538
14539 2004-10-27 [paul]       0.9.12cvs134.1
14540
14541         * configure.ac
14542         * src/main.c
14543         * src/procmime.c
14544         * src/plugins/pgpmime/pgpmime.c
14545                 sync with HEAD
14546
14547 2004-10-26 [paul]       0.9.12cvs132.3
14548
14549         * src/account.c
14550         * src/addressbook.c
14551         * src/addrgather.c
14552         * src/addrharvest.c
14553         * src/codeconv.c
14554         * src/compose.c
14555         * src/customheader.c
14556         * src/editaddress.c
14557         * src/editgroup.c
14558         * src/enriched.c
14559         * src/expldifdlg.c
14560         * src/exporthtml.c
14561         * src/exportldif.c
14562         * src/folder.c
14563         * src/foldersel.c
14564         * src/folderview.c
14565         * src/grouplistdialog.c
14566         * src/html.c
14567         * src/imap.c
14568         * src/jpilot.c
14569         * src/ldapserver.c
14570         * src/ldif.c
14571         * src/mimeview.c
14572         * src/news.c
14573         * src/news_gtk.c
14574         * src/pop.c
14575         * src/prefs_display_header.c
14576         * src/prefs_gtk.c
14577         * src/prefs_msg_colors.c
14578         * src/prefs_toolbar.c
14579         * src/procheader.c
14580         * src/procmime.c
14581         * src/summaryview.c
14582         * src/textview.c
14583         * src/toolbar.c
14584         * src/vcard.c
14585         * src/common/mgutils.c
14586         * src/common/nntp.c
14587         * src/common/smtp.c
14588         * src/common/template.c
14589         * src/common/utils.c
14590         * src/common/xmlprops.c
14591         * src/plugins/pgpmime/pgpmime.c
14592         * src/plugins/pgpmime/select-keys.c
14593         * src/plugins/pgpmime/sgpgme.c
14594                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14595                 g_string_sprintfa(), gtk_notebook_current_page()
14596
14597 2004-10-26 [colin]      0.9.12cvs132.2
14598
14599         * src/prefs_folder_item.c
14600                 Fix default-account selection
14601
14602 2004-10-21 [colin]      0.9.12cvs133
14603
14604         * src/compose.c
14605                 Sync with HEAD (Remove extra separator in compose's Options)
14606         * src/textview.c
14607                 Set wrapping to char
14608
14609 2004-10-21 [paul]       0.9.12cvs131.2
14610
14611         * src/compose.c
14612         * src/sourcewindow.c
14613                 fix wrapping
14614                 fix window shrinking 
14615
14616 2004-10-21 [colin]      0.9.12cvs131.1
14617
14618         * ChangeLog.claws
14619         * src/compose.c
14620                 Sync with HEAD
14621
14622 2004-10-21 [paul]       0.9.12cvs130.2
14623
14624         * src/prefs_folder_item.c
14625                 sync with HEAD (Apply to subfolders)
14626
14627 2004-10-19 [colin]      0.9.12cvs130.1
14628
14629         * ChangeLog.claws
14630         * src/compose.c
14631         * src/common/utils.c
14632         * src/gtk/menu.c
14633                 Sync with HEAD
14634
14635 2004-10-19 [colin]      0.9.12cvs128.1
14636
14637         * src/addrbook.c
14638         * src/addrcache.c
14639         * src/addressbook.c
14640         * src/codeconv.c
14641         * src/compose.c
14642         * src/customheader.c
14643         * src/editaddress.c
14644         * src/editgroup.c
14645         * src/exporthtml.c
14646         * src/folder.c
14647         * src/folderview.c
14648         * src/imap.c
14649         * src/jpilot.c
14650         * src/main.c
14651         * src/matcher_parser_parse.y
14652         * src/mbox.c
14653         * src/pop.c
14654         * src/prefs_account.c
14655         * src/prefs_gtk.c
14656         * src/prefs_msg_colors.c
14657         * src/procheader.c
14658         * src/procmime.c
14659         * src/procmime.h
14660         * src/procmsg.c
14661         * src/summaryview.c
14662         * src/textview.c
14663         * src/common/base64.c
14664         * src/common/partial_download.c
14665         * src/common/socket.c
14666         * src/common/sylpheed.c
14667         * src/common/utils.c
14668         * src/common/utils.h
14669         * src/gtk/pluginwindow.c
14670         * src/gtk/quicksearch.c
14671         * src/plugins/clamav/clamav_plugin.c
14672         * src/plugins/clamav/clamav_plugin.h
14673         * src/plugins/clamav/clamav_plugin_gtk.c
14674         * src/plugins/pgpmime/passphrase.c
14675         * src/plugins/pgpmime/pgpmime.c
14676         * src/plugins/pgpmime/plugin.c
14677         * src/plugins/pgpmime/prefs_gpg.c
14678         * src/plugins/pgpmime/prefs_gpg.h
14679         * src/plugins/pgpmime/select-keys.c
14680         * src/plugins/pgpmime/sgpgme.c
14681         * src/plugins/spamassassin/libspamc.c
14682         * src/plugins/spamassassin/spamassassin.c
14683         * src/plugins/spamassassin/spamassassin.h
14684         * src/plugins/spamassassin/spamassassin_gtk.c
14685         * src/plugins/trayicon/trayicon.c
14686         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14687                 Sync with HEAD
14688
14689 2004-10-14 [colin]      0.9.12cvs126.2
14690
14691         * src/codeconv.c
14692         * src/textview.c
14693                 Fix conv_unreadable_locale
14694
14695 2004-10-13 [colin]      0.9.12cvs126.1
14696
14697         * src/compose.c
14698                 Sync with HEAD (don't convert charset for 
14699                 drafted messages, minor cleanup)
14700
14701 2004-10-13 [colin]      0.9.12cvs125.1
14702
14703         * po/POTFILES.in
14704                 Sync with HEAD (POTFILES fix)
14705
14706 2004-10-12 [colin]      0.9.12cvs124.3
14707
14708         * src/compose.c
14709                 Fix encoding bug from latest sync
14710
14711 2004-10-12 [paul]       0.9.12cvs124.2
14712
14713         * src/plugins/pgpmime/prefs_gpg.c
14714         * src/plugins/pgpmime/prefs_gpg.h
14715                 forgotten in last commit        
14716
14717 2004-10-12 [paul]       0.9.12cvs124.1
14718
14719         * ChangeLog.claws
14720         * configure.ac
14721         * m4/spamassassin.m4
14722         * src/Makefile.am
14723         * src/account.c
14724         * src/compose.c
14725         * src/compose.h
14726         * src/crash.c
14727         * src/main.c
14728         * src/mimeview.c
14729         * src/passphrase.c
14730         * src/passphrase.h
14731         * src/prefs_account.c
14732         * src/prefs_account.h
14733         * src/prefs_common.c
14734         * src/privacy.c
14735         * src/privacy.h
14736         * src/procmime.c
14737         * src/procmime.h
14738         * src/procmsg.c
14739         * src/rfc2015.c
14740         * src/rfc2015.h
14741         * src/select-keys.c
14742         * src/select-keys.h
14743         * src/textview.c
14744         * src/common/utils.c
14745         * src/common/utils.h
14746         * src/gtk/about.c
14747         * src/plugins/pgpmime/Makefile.am
14748         * src/plugins/pgpmime/passphrase.c
14749         * src/plugins/pgpmime/passphrase.h
14750         * src/plugins/pgpmime/pgpmime.c
14751         * src/plugins/pgpmime/plugin.c
14752         * src/plugins/pgpmime/select-keys.c
14753         * src/plugins/pgpmime/select-keys.h
14754         * src/plugins/pgpmime/sgpgme.c
14755         * src/plugins/pgpmime/sgpgme.h
14756                 sync with HEAD
14757
14758 2004-10-04 [colin]      0.9.12cvs122.1
14759
14760         * src/mainwindow.c
14761         * src/messageview.c
14762         * src/messageview.h
14763         * src/textview.c
14764                 Sync with HEAD
14765
14766 2004-10-04 [colin]      0.9.12cvs121.1
14767
14768         * src/summaryview.c
14769                 Sync with HEAD
14770
14771 2004-10-04 [paul]       0.9.12cvs120.1
14772
14773         * configure.ac
14774                 sync with HEAD [don't try to build 
14775                 pgpmime plugin when gpgme is disabled]
14776
14777 2004-10-03 [colin]      0.9.12cvs119.3
14778
14779         * src/gtk/gtksctree.c
14780                 Lots of side effects. Put back as before 117.2.
14781         * src/summaryview.c
14782                 Fix bug #602
14783
14784 2004-10-03 [colin]      0.9.12cvs119.2
14785
14786         * src/gtk/gtksctree.c
14787                 Revert 608 fix that doesn't work that good
14788
14789 2004-10-02 [colin]      0.9.12cvs119.1
14790
14791         * src/mainwindow.c
14792         * src/messageview.c
14793         * src/prefs_common.h
14794         * src/procmime.c
14795         * src/procmime.h
14796         * src/textview.c
14797                 Sync with HEAD
14798         * src/gtk/gtksctree.c
14799                 Close bug #608
14800
14801 2004-10-01 [colin]      0.9.12cvs118.1
14802
14803         * src/mimeview.c
14804                 Sync with HEAD (better Save All fix)
14805
14806 2004-10-01 [colin]      0.9.12cvs117.2
14807
14808         * src/gtk/gtksctree.c
14809                 Faster on selection
14810
14811 2004-10-01 [colin]      0.9.12cvs117.1
14812
14813         * src/mimeview.c
14814                 Sync with HEAD (Save All: only attachments)
14815
14816 2004-10-01 [paul]       0.9.12cvs116.1
14817
14818         * ChangeLog.claws
14819         * configure.ac
14820         * src/account.c
14821         * src/prefs_common.c
14822         * src/gtk/colorlabel.c
14823                 sync with HEAD
14824
14825 2004-09-30 [colin]      0.9.12cvs115.1
14826
14827         * src/stock_pixmap.c
14828         * src/stock_pixmap.h
14829         * src/folderview.c
14830         * src/Makefile.am
14831         * src/pixmaps/read.xpm
14832                 Sync with HEAD (new pixmap)
14833
14834 2004-09-29 [colin]      0.9.12cvs114.1
14835
14836         * src/compose.c
14837                 Sync with HEAD
14838                 Fix focus handling in headers
14839
14840 2004-09-29 [paul]       0.9.12cvs113.1
14841
14842         * src/quote_fmt_parse.y
14843                 sync with HEAD
14844  
14845
14846 2004-09-28 [colin]      0.9.12cvs112.1
14847
14848         * src/folderview.c
14849         * src/mainwindow.c
14850                 Sync with HEAD
14851
14852 2004-09-28 [colin]      0.9.12cvs110.1
14853
14854         * src/folderview.c
14855                 Sync with HEAD (Contextual Empty trash menu)
14856
14857 2004-09-28 [colin]      0.9.12cvs108.1
14858
14859         * src/addressbook.c
14860                 Sync with HEAD (addressbook edit on double-click)
14861
14862 2004-09-28 [colin]      0.9.12cvs106.1
14863
14864         * src/inc.c
14865                 Sync with HEAD (folder_item freeze on inc)
14866
14867 2004-09-27 [colin]      0.9.12cvs105.1
14868
14869         * src/folderview.c
14870                 Sync with HEAD (right-align new and unread column)
14871
14872 2004-09-27 [colin]      0.9.12cvs104.1
14873
14874         * src/main.c
14875                 Sync with HEAD (revert 0.9.12cvs101)
14876
14877 2004-09-24 [colin]      0.9.12cvs103.2
14878
14879         * src/wizard.c
14880                 Fix gtk warnings and use domain part of the email address 
14881                 when domain detection fails (no dot in domain name)
14882
14883 2004-09-23 [colin]      0.9.12cvs103.1
14884
14885         * src/plugins/spamassassin/libspamc.c
14886         * src/plugins/spamassassin/libspamc.h
14887         * src/plugins/spamassassin/utils.c
14888         * src/plugins/spamassassin/utils.h
14889                 Sync with HEAD (Update spamassassin to 3.0)
14890
14891 2004-09-21 [colin]      0.9.12cvs102.3
14892
14893         * src/action.c
14894                 Add horizontal scrollbar in action io dialog as needed
14895                 Patch by Alfons.
14896
14897 2004-09-20 [colin]      0.9.12cvs102.2
14898
14899         * src/plugins/image_viewer/viewer.c
14900                 Remove imlib stuff
14901                 use gtk_pixmap_set when clearing
14902                 (would be better to use gtkImages, but causes size-allocate 
14903                 signals storm)
14904
14905 2004-09-17 [paul]       0.9.12cvs102.1
14906
14907         * ChangeLog
14908         * ChangeLog.claws
14909         * ChangeLog.jp
14910         * configure.ac
14911         * src/inc.c
14912                 sync with HEAD
14913
14914
14915 2004-09-17 [colin]      0.9.12cvs101.1
14916
14917         * ChangeLog.claws
14918         * src/main.c
14919                 Sync with HEAD (fix segs at exit)
14920
14921 2004-09-14 [colin]      0.9.12cvs99.5
14922
14923         * src/common/socket.c
14924         * AUTHORS
14925                 Fix send error on 64bit platforms
14926                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14927
14928 2004-09-14 [colin]      0.9.12cvs99.4
14929
14930         * src/action.c
14931                 Fix action output with utf8 
14932                 Patch by Alfons.
14933
14934 2004-09-14 [colin]      0.9.12cvs99.3
14935
14936         * ChangeLog.claws
14937         * src/folder.c
14938                 Sync with HEAD
14939
14940 2004-09-09 [colin]      0.9.12cvs99.2
14941
14942         * src/action.c
14943                 Fix progress bar (displaying "Completed %v/%u")
14944                 Patch by Alfons.
14945
14946 2004-09-08 [colin]      0.9.12cvs99.1
14947
14948         * src/account.c
14949         * src/folder.c
14950         * src/procmsg.c
14951         * src/procmsg.h
14952         * src/plugins/pgpmime/pgpmime.c
14953                 Sync with HEAD
14954
14955 2004-09-08 [colin]      0.9.12cvs97.2
14956
14957         * src/summaryview.c
14958                 Don't select mails in collapsed threads 
14959                 when navigating with up/down
14960
14961 2004-09-07 [colin]      0.9.12cvs97.1
14962
14963         * src/inc.c
14964                 Sync with HEAD (meaningful error messages)
14965
14966 2004-09-06 [colin]      0.9.12cvs96.1
14967
14968         * src/toolbar.c
14969                 Sync with HEAD (fix Redirect graying out)
14970
14971 2004-09-06 [colin]      0.9.12cvs95.1
14972
14973         * src/summaryview.c
14974         * src/mimeview.c
14975                 Sync with HEAD (fix dropped URIs)
14976
14977 2004-09-06 [colin]      0.9.12cvs94.1
14978
14979         * src/addressbook.c
14980         * src/addressitem.h
14981         * src/addritem.c
14982         * src/addritem.h
14983                 Sync with HEAD (addressbook DnD)
14984
14985 2004-09-03 [colin]      0.9.12cvs93.1
14986
14987         * src/summaryview.c
14988                 Sync with HEAD (next/prev unread)
14989
14990 2004-09-03 [colin]      0.9.12cvs92.1
14991
14992         * src/prefs_common.c
14993         * src/prefs_common.h
14994         * src/summaryview.c
14995                 Sync with HEAD ('mark_as_read_delay' pref)
14996
14997 2004-09-02 [colin]      0.9.12cvs91.2
14998
14999         * src/common/xml.c
15000                 Fix leak
15001
15002 2004-09-02 [colin]      0.9.12cvs91.1
15003
15004         * src/gtk/menu.c
15005                 Sync with HEAD (menu accel don't work, but whatever)
15006
15007 2004-09-02 [colin]      0.9.12cvs90.1
15008
15009         * src/account.c
15010                 Sync with HEAD (fix bug 582)
15011
15012 2004-09-02 [colin]      0.9.12cvs89.1
15013
15014         * src/addrindex.c
15015                 Sync with HEAD (free deleted queries)
15016
15017 2004-09-02 [colin]      0.9.12cvs88.1
15018
15019         * src/ldapquery.c
15020                 Sync with HEAD (fix LDAP freezes)
15021
15022 2004-09-02 [colin]      0.9.12cvs87.1
15023
15024         * src/prefs_spelling.c
15025                 Sync with HEAD (add default dictionary)
15026
15027 2004-09-01 [colin]      0.9.12cvs86.1
15028
15029         * src/filtering.c
15030         * src/folderview.c
15031         * src/imap.c
15032         * src/prefs_matcher.c
15033         * src/stock_pixmap.c
15034         * src/summary_search.c
15035         * src/summaryview.c
15036         * src/wizard.c
15037         * src/wizard.h
15038                 Sync with HEAD (uninitialized vars fixes)
15039                 + gtk2 specific warning fixes
15040
15041 2004-08-31 [colin]      0.9.12cvs85.1
15042
15043         * src/folder.c
15044                 Sync with HEAD (Fix memory corruption due to 
15045                 uninitialized var)
15046
15047 2004-08-31 [colin]      0.9.12cvs84.4
15048
15049         * src/summary_search.c
15050                 Fix segfaults when searching in folders with broken headers
15051
15052 2004-08-31 [colin]      0.9.12cvs84.3
15053
15054         * src/compose.c
15055         * src/textview.c
15056                 Fix some more encoding/decoding issues
15057
15058 2004-08-30 [colin]      0.9.12cvs84.2
15059
15060         * src/mimeview.c
15061         * src/prefs_themes.c
15062         * src/gtk/filesel.c
15063         * src/gtk/filesel.h
15064                 Add a folder-mode selection (fixes mimeview's "Save all")
15065
15066 2004-08-29 [colin]      0.9.12cvs84.1
15067
15068         * src/mimeview.c
15069                 Sync with HEAD (don't escape saved filenames)
15070
15071 2004-08-27 [colin]      0.9.12cvs83.1
15072
15073         * ChangeLog
15074         * ChangeLog.claws
15075         * ChangeLog.jp
15076         * src/mh.c
15077         * src/procheader.c
15078         * src/procmsg.c
15079         * src/procmsg.h
15080         * src/common/utils.c
15081         * src/gtk/menu.h
15082         * po/
15083                 Sync with HEAD 0.9.12cvs83 (sync with main)
15084
15085 2004-08-26 [colin]      0.9.12cvs82.4
15086
15087         * src/codeconv.c
15088                 Fix strange stack corruption
15089                 Convert to utf8 after unmime, not before
15090
15091 2004-08-26 [colin]      0.9.12cvs82.3
15092
15093         * src/main.c
15094         * src/wizard.c
15095                 Fix account folders duplication
15096
15097 2004-08-25 [colin]      0.9.12cvs82.2
15098
15099         * src/wizard.c
15100                 Remove ports
15101                 Add SSL selection
15102                 Use login@server as account name
15103
15104 2004-08-25 [colin]      0.9.12cvs82.1
15105
15106         * src/plugins/pgpmime/pgpmime.c
15107                 Sync with HEAD (leak fix).
15108
15109 2004-08-25 [colin]      0.9.12cvs81.1
15110
15111         * src/plugins/pgpmime/pgpmime.c
15112         * src/plugins/pgpmime/sgpgme.c
15113         * src/plugins/pgpmime/sgpgme.h
15114                 Sync with HEAD (Handle combined messages).
15115
15116 2004-08-24 [colin]      0.9.12cvs80.3
15117
15118         * src/wizard.c
15119                 Fix full name, ports, and imap
15120
15121 2004-08-24 [colin]      0.9.12cvs80.2
15122
15123         * src/Makefile.am
15124         * src/main.c
15125         * src/setup.c
15126         * src/setup.h
15127         * src/stock_pixmap.c
15128         * src/stock_pixmap.h
15129         * src/wizard.c ** ADDED **
15130         * src/wizard.h ** ADDED ** 
15131         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15132                 Add a setup wizard 
15133
15134 2004-08-24 [colin]      0.9.12cvs80.1
15135
15136         * src/folder.c
15137                 Sync with HEAD (set mimeflags on all messages)
15138
15139 2004-08-24 [colin]      0.9.12cvs79.3
15140
15141         * src/matcher_parser_lex.l
15142                 Fix 8bits strings not in utf8
15143
15144 2004-08-24 [colin]      0.9.12cvs79.2
15145
15146         * src/compose.c
15147                 Check conversion result before replacing buffer
15148
15149 2004-08-23 [colin]      0.9.12cvs79.1
15150
15151         * src/compose.c
15152                 Sync with HEAD (create message header in memory)
15153
15154 2004-08-23 [colin]      0.9.12cvs78.1
15155
15156         * src/rfc2015.c
15157         * src/rfc2015.h
15158                 Sync with HEAD (fix bug 197 again)
15159
15160 2004-08-23 [colin]      0.9.12cvs77.3
15161
15162         * src/compose.c
15163                 Fix again inline gpg signing (which outputs utf8
15164                 in gtk2). Not syncing this fix to HEAD as this 
15165                 code is meant to die.
15166
15167 2004-08-23 [colin]      0.9.12cvs77.2
15168
15169         * src/prefs_account.h
15170                 Remove useless include
15171
15172 2004-08-23 [colin]      0.9.12cvs77.1
15173
15174         * src/imap.c
15175         * po/es.po
15176         * po/fr.po
15177         * po/it.po
15178         * po/pl.po
15179         * po/pt_BR.po
15180         * po/sk.po
15181         * po/sr.po
15182                 Sync with HEAD (fix bug 577)
15183
15184 2004-08-22 [colin]      0.9.12cvs76.1
15185
15186         * src/plugins/trayicon/trayicon.c
15187                 Sync with HEAD (fix formatting bug)
15188
15189 2004-08-21 [colin]      0.9.12cvs74.2
15190
15191         * src/gtk/colorsel.c
15192                 Fix bug 564 (Folder color selection window exits on any
15193                 keypress)
15194
15195 2004-08-21 [colin]      0.9.12cvs74.1
15196
15197         * ChangeLog.claws
15198         * src/compose.c
15199         * src/summaryview.c
15200         * src/toolbar.c
15201                 Sync with HEAD (fix bug 576)
15202
15203 2004-08-21 [colin]      0.9.12cvs70.1
15204
15205         * src/compose.c
15206         * src/mainwindow.c
15207                 Sync with HEAD
15208                 
15209
15210 2004-08-21 [paul]       0.9.12cvs66.4
15211
15212         * src/mainwindow.c
15213         * src/messageview.c
15214         * src/gtk/menu.c
15215         * src/plugins/spamassassin/spamassassin_gtk.c
15216                 remove some deprecated gtk1 functions
15217
15218
15219 2004-08-21 [colin]      0.9.12cvs66.3
15220
15221         * src/compose.c
15222         * src/codeconv.c
15223                 Fix warnings
15224                 Remove encoding hacks
15225                 Fix bug 575 (Strange character messes up message)
15226                 Don't display conversion error when drafting
15227
15228 2004-08-21 [paul]       0.9.12cvs66.2
15229
15230         * src/prefs_account.c
15231                 fix GnuPG mode bugs
15232
15233
15234 2004-08-20 [colin]      0.9.12cvs66.1
15235
15236         * src/codeconv.c
15237                 Sync with HEAD 0.9.12cvs66
15238
15239 2004-08-20 [paul]
15240
15241         * src/plugins/pgpmime/plugin.c
15242                 modify PGP/MIME plugin's description
15243
15244 2004-08-17 [colin]      0.9.12cvs65.1
15245
15246         * src/common/ssl.c
15247         * src/plugins/pgpmime/plugin.c
15248                 Sync with HEAD
15249
15250 2004-08-14 [colin]      0.9.12cvs60.3
15251
15252         * src/plugins/trayicon/trayicon.c
15253                 Put back resize callback, on size-request signal
15254                 rather than size-allocate to avoid infinite 
15255                 callback loop
15256
15257 2004-08-13 [colin]      0.9.12cvs60.2
15258
15259         * src/common/defs.h
15260                 Cache versions have been fixed
15261
15262 2004-08-13 [colin]      0.9.12cvs60.1
15263
15264         * src/folderutils.c
15265                 Sync with HEAD
15266
15267 2004-08-12 [colin]      0.9.12cvs59.1
15268
15269         * src/plugins/trayicon/trayicon.c
15270                 Sync with HEAD
15271
15272 2004-08-12 [colin]      0.9.12cvs57.5
15273
15274         * sylpheed.desktop
15275         * configure.ac
15276         * src/Makefile.am
15277         * src/main.c
15278                 Add support for Freedesktop.org's startup notification
15279
15280 2004-08-11 [colin]      0.9.12cvs57.4
15281
15282         * src/textview.c
15283                 Fix off-by-one
15284
15285 2004-08-11 [colin]      0.9.12cvs57.3
15286
15287         * src/message_search.c
15288         * src/summary_search.c
15289                 Make searches case insensitive by default
15290         * src/textview.c
15291                 Fix case-insensitive search in message
15292
15293 2004-08-11 [colin]      0.9.12cvs57.2
15294
15295         * src/summary_search.c
15296                 Let case-sensitive be specified
15297
15298 2004-08-10 [colin]      0.9.12cvs55.4
15299
15300         * src/common/socket.c
15301                 Fix the possible race condition
15302
15303 2004-08-09 [paul]       0.9.12cvs55.3
15304
15305         * configure.ac
15306         * src/Makefile.am
15307         * src/common/Makefile.am
15308                 sync with HEAD
15309
15310
15311 2004-08-09 [paul]       0.9.12cvs55.2
15312
15313         * autogen.sh
15314         * po/poconv.sh
15315                 remove unneeded script
15316
15317         * configure.ac
15318                 add forgotten USE_LDAP_TLS (sync with HEAD)
15319
15320
15321 2004-08-09 [colin]      0.9.12cvs55.1
15322
15323         * src/main.c
15324         * src/common/ssl.c
15325         * src/common/sylpheed.c
15326         * src/common/sylpheed.h
15327                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15328
15329 2004-08-09 [paul]       0.9.12cvs54.1
15330
15331         * ChangeLog
15332         * ChangeLog.claws
15333         * ChangeLog.jp
15334         * configure.ac
15335         * po/POTFILES.in
15336         * src/Makefile.am
15337         * src/folderutils.c
15338         * src/main.c
15339         * src/pgpmime.c
15340         * src/pgpmime.h
15341         * src/sgpgme.c
15342         * src/sgpgme.h
15343         * src/plugins/Makefile.am
15344         * src/plugins/pgpmime/.cvsignore
15345         * src/plugins/pgpmime/Makefile.am
15346         * src/plugins/pgpmime/pgpmime.c
15347         * src/plugins/pgpmime/pgpmime.h
15348         * src/plugins/pgpmime/plugin.c
15349         * src/plugins/pgpmime/sgpgme.c
15350         * src/plugins/pgpmime/sgpgme.h
15351                 sync with HEAD
15352
15353 2004-08-08 [paul]       0.9.12cvs51.1
15354
15355         * configure.ac
15356         * src/folder.c
15357                 sync with HEAD
15358
15359 2004-08-07 [colin]      0.9.12cvs50.1
15360
15361         * src/pop.c
15362         * src/common/partial_download.c
15363                 fix warnings (sync from HEAD)
15364
15365 2004-08-07 [colin]      0.9.12cvs48.1
15366
15367         * src/prefs_folder_item.c
15368                 sync with HEAD 0.9.12cvs48
15369
15370 2004-08-06 [colin]      0.9.12cvs47.1
15371
15372         * src/compose.c
15373                 Sync with HEAD
15374
15375 2004-08-06 [christoph]  0.9.12cvs46.2
15376
15377         * src/main.c
15378         * src/plugins/clamav/clamav_plugin_gtk.c
15379         * src/plugins/dillo_viewer/dillo_viewer.c
15380         * src/plugins/image_viewer/plugin.c
15381         * src/plugins/mathml_viewer/mathml_viewer.c
15382         * src/plugins/spamassassin/spamassassin_gtk.c
15383         * src/plugins/trayicon/trayicon.c
15384                 don't mix GTK1.2 plugin with GTK2 plugins
15385
15386 2004-08-06 [colin]      0.9.12cvs46.1
15387
15388         * ChangeLog
15389         * ChangeLog.claws
15390         * ChangeLog.jp
15391         * configure.ac
15392         * sylpheed-claws.pc.in
15393         * src/folder.c
15394         * src/imap.c
15395         * src/localfolder.c
15396         * src/messageview.c
15397         * src/mimeview.c
15398         * src/mimeview.h
15399         * src/msgcache.c
15400         * src/news.c
15401         * src/prefs_ext_prog.c
15402         * src/prefs_folder_item.c
15403         * src/prefs_fonts.c
15404         * src/prefs_msg_colors.c
15405         * src/prefs_spelling.c
15406         * src/prefs_themes.c
15407         * src/prefs_toolbar.c
15408         * src/prefs_wrapping.c
15409         * src/procmime.h
15410         * src/common/defs.h
15411         * src/common/nntp.c
15412         * src/common/session.c
15413         * src/common/session.h
15414         * src/common/socket.c
15415         * src/common/utils.h
15416         * src/common/xml.c
15417         * src/common/xml.h
15418         * src/gtk/prefswindow.c
15419         * src/gtk/prefswindow.h
15420         * src/plugins/clamav/clamav_plugin_gtk.c
15421         * src/plugins/dillo_viewer/dillo_prefs.c
15422         * src/plugins/image_viewer/viewerprefs.c
15423         * src/plugins/spamassassin/spamassassin_gtk.c
15424         * m4/openssl.m4 *** REMOVED ***
15425                 Sync with HEAD 0.9.12cvs46
15426
15427 2004-08-03 [paul]       0.9.12cvs40.2
15428
15429         * src/action.c
15430         * src/addressadd.c
15431         * src/addressbook.c
15432         * src/addrgather.c
15433         * src/browseldap.c
15434         * src/compose.c
15435         * src/crash.c
15436         * src/editaddress.c
15437         * src/editgroup.c
15438         * src/editldap_basedn.c
15439         * src/foldersel.c
15440         * src/importldif.c
15441         * src/mimeview.c
15442         * src/prefs_common.c
15443         * src/prefs_template.c
15444         * src/sourcewindow.c
15445         * src/summaryview.c
15446         * src/gtk/about.c
15447         * src/gtk/foldersort.c
15448         * src/gtk/logwindow.c
15449         * src/gtk/pluginwindow.c
15450         * src/gtk/prefswindow.c
15451                 change all gtk_scrolled_window_set_policy from 
15452                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15453
15454 2004-08-02 [paul]       0.9.12cvs40.1
15455
15456         * AUTHORS
15457                 update translation team section
15458         * po/pt_BR.po
15459                 updated by Frederico Goncalves Guimaraes
15460                 <fggdebian@yahoo.com.br>
15461
15462 2004-07-31 [colin]      0.9.12cvs39.9
15463
15464         * src/exphtmldlg.c
15465                 Fix compilation
15466
15467 2004-07-31 [colin]      0.9.12cvs39.8
15468
15469         * src/exphtmldlg.c
15470                 Fix an alertpanel type
15471
15472 2004-07-30 [colin]      0.9.12cvs39.7
15473
15474         * src/alertpanel.c
15475                 Fix alertpanel_error_log's icon
15476
15477 2004-07-30 [colin]      0.9.12cvs39.6
15478
15479         * src/pop.c
15480                 Two of them should still be warnings
15481
15482 2004-07-30 [colin]      0.9.12cvs39.5
15483
15484         * src/pop.c
15485                 More warning -> error
15486 2004-07-29 [colin]      0.9.12cvs39.4
15487
15488         * src/pop.c
15489                 Warning -> error
15490
15491 2004-07-29 [colin]      0.9.12cvs39.3
15492
15493         * src/prefs_matcher.c
15494                 Fix segfault
15495
15496 2004-07-29 [colin]      0.9.12cvs39.2
15497
15498         * src/alertpanel.c
15499                 More nice-looking alertpanels
15500
15501 2004-07-29 [colin]      0.9.12cvs39.1
15502
15503         * src/messageview.c
15504                 sync with head
15505                 (inform user when partial mail is deleted on server)
15506
15507 2004-07-29 [colin]      0.9.12cvs38.1
15508
15509         * src/messageview.c
15510                 sync with head
15511
15512 2004-07-28 [paul]       0.9.12cvs37.7
15513
15514         * src/mainwindow.c
15515                 complete the replacement of deprecated gtk_progress_*
15516
15517 2004-07-28 [paul]       0.9.12cvs37.6
15518
15519         * src/action.c
15520         * src/inc.c
15521         * src/mainwindow.c
15522         * src/send_message.c
15523         * src/gtk/progressdialog.c
15524         * src/gtk/progressdialog.h
15525                 replace deprecated gtk_progress_*
15526
15527 2004-07-28 [paul]       0.9.12cvs37.5
15528
15529         * src/gtk/filesel.c
15530                 remove gtk_window_set_wmclass()
15531 2004-07-28 [paul]       0.9.12cvs37.4
15532
15533         * src/addressbook.c
15534         * src/compose.c
15535         * src/foldersel.c
15536         * src/mainwindow.c
15537         * src/messageview.c
15538         * src/sourcewindow.c
15539         * src/gtk/logwindow.c
15540                 remove gtk_window_set_wmclass()
15541                 
15542         * src/prefs_filtering.c
15543         * src/prefs_filtering_action.c
15544         * src/prefs_fonts.c
15545         * src/prefs_gtk.c
15546         * src/prefs_matcher.c
15547         * src/ssl_manager.c
15548         * src/gtk/prefswindow.c
15549                 replace gtk_window_position()
15550
15551 2004-07-28 [colin]      0.9.12cvs37.3
15552
15553         * src/alertpanel.c
15554         * src/alertpanel.h
15555                 Add a way to specify panel type for specific
15556                 panels (alertpanel())
15557         * src/account.c
15558         * src/addressbook.c
15559         * src/compose.c
15560         * src/expldifdlg.c
15561         * src/main.c
15562         * src/messageview.c
15563         * src/summaryview.c
15564         * src/textview.c
15565         * src/gtk/sslcertwindow.c
15566                 Fix alertpanel()s so that their icon match
15567                 their real type
15568
15569 2004-07-28 [paul]       0.9.12cvs37.2
15570
15571         * src/addr_compl.c
15572         * src/addressbook.c
15573         * src/alertpanel.c
15574         * src/compose.c
15575         * src/export.c
15576         * src/foldersel.c
15577         * src/folderview.c
15578         * src/grouplistdialog.c
15579         * src/import.c
15580         * src/mainwindow.c
15581         * src/message_search.c
15582         * src/messageview.c
15583         * src/passphrase.c
15584         * src/prefs_actions.c
15585         * src/prefs_common.c
15586         * src/prefs_customheader.c
15587         * src/prefs_display_header.c
15588         * src/prefs_filtering.c
15589         * src/prefs_filtering_action.c
15590         * src/prefs_gtk.c
15591         * src/prefs_matcher.c
15592         * src/prefs_msg_colors.c
15593         * src/prefs_summary_column.c
15594         * src/prefs_template.c
15595         * src/sourcewindow.c
15596         * src/ssl_manager.c
15597         * src/summary_search.c
15598         * src/gtk/colorsel.c
15599         * src/gtk/description_window.c
15600         * src/gtk/gtkaspell.c
15601         * src/gtk/inputdialog.c
15602         * src/gtk/logwindow.c
15603         * src/gtk/prefswindow.c
15604         * src/gtk/progressdialog.c
15605                 replace deprecated gtk_window_set_policy
15606
15607 2004-07-27 [colin]      0.9.12cvs37.1
15608
15609         * src/msgcache.c
15610                 More fixes (synced for head again)
15611
15612 2004-07-27 [colin]      0.9.12cvs35.3
15613
15614         * src/msgcache.c
15615                 Fix wrong test
15616
15617 2004-07-27 [colin]      0.9.12cvs35.2
15618
15619         * src/mimeview.c
15620                 Fix width a bit (by Paul)
15621         * src/alertpanel.c
15622         * src/alertpanel.h
15623                 Specialize icons, make alertpanel_message()
15624                 private
15625         * src/message_search.c
15626         * src/sgpgme.c
15627         * src/summary_search.c
15628                 Suit alertpanel changes
15629
15630 2004-07-27 [colin]      0.9.12cvs35.1
15631
15632         * src/alertpanel.c
15633                 Add an icon
15634         * src/passphrase.c
15635                 Add debug output - maybe someone will
15636                 want to look at the problem with Grab
15637                 Input :)
15638         Bump version as we're synced with HEAD
15639
15640 2004-07-26 [colin]      0.9.12cvs33.26
15641
15642         * src/pop.c
15643                 Fix uidl-file parsing when not in new
15644                 format
15645
15646 2004-07-26 [colin]      0.9.12cvs33.25
15647
15648         * src/gtk/menu.c
15649                 Move popup menu up if necessary (fixes 
15650                 account selector)
15651         * src/mainwindow.c
15652                 Set account selector's button height to
15653                 minimum
15654
15655 2004-07-26 [colin]      0.9.12cvs33.24
15656
15657         * src/alertpanel.c
15658                 Maybe fix 551 (Truncated font in alert window)
15659
15660 2004-07-26 [colin]      0.9.12cvs33.23
15661
15662         * po/de.po
15663         * po/es.po
15664         * po/fr.po
15665         * po/it.po
15666         * po/ja.po
15667         * po/pl.po
15668         * po/ru.po
15669         * po/sk.po
15670         * po/sr.po
15671         * po/zh_CN.po
15672                 Sync po files with HEAD
15673
15674 2004-07-26 [paul]       0.9.12cvs33.22
15675
15676         * src/compose.c
15677                 fix Bug 556 'Organisation-header is sent even if empty'
15678
15679 2004-07-24 [colin]      0.9.12cvs33.21
15680
15681         * src/compose.c
15682         * src/gtk/gtkaspell.c
15683         * src/gtk/gtkaspell.h
15684                 Fix speller accelerators (require hack)
15685
15686 2004-07-24 [colin]      0.9.12cvs33.20
15687
15688         * src/gtk/gtkaspell.c
15689                 Fix over-eager code deletion breaking
15690                 Check while typing
15691
15692 2004-07-24 [colin]      0.9.12cvs33.19
15693
15694         * src/browseldap.c
15695         * src/ldapctrl.c
15696         * src/ldapctrl.h
15697         * src/ldapserver.h
15698                 Sync ldap with HEAD
15699         (Fixes 546 LDAP completely broken)
15700
15701 2004-07-24 [colin]      0.9.12cvs33.18
15702
15703         * src/prefs_msg_colors.c
15704                 Fix prototype mismatch
15705         (Fixes 547 void function cannot return value)
15706
15707 2004-07-24 [colin]      0.9.12cvs33.17
15708
15709         * src/mainwindow.c
15710                 Fix sort going back to previous sort key
15711                 when changing sort direction
15712
15713 2004-07-24 [colin]      0.9.12cvs33.16
15714
15715         * src/compose.c
15716                 Fix space insertion when re-wrapping at 
15717                 cursor point
15718
15719 2004-07-24 [colin]      0.9.12cvs33.15
15720
15721         * src/gtk/gtkaspell.c
15722                 Don't change cursor position in insert-text
15723                 callback
15724         (Fixes 539 Word wrapping on input transposes letters)
15725
15726 2004-07-24 [colin]      0.9.12cvs33.14
15727
15728         * src/gtk/gtkaspell.c
15729                 Reencode non-ascii chars to dictionary's
15730                 encoding
15731         (Fixes 544 Spell check broken non english locale)
15732
15733 2004-07-24 [colin]      0.9.12cvs33.13
15734
15735         * src/summaryview.c
15736                 Fix Shift+Down, add Home/End/PgUp/PgDown
15737
15738 2004-07-21 [colin]      0.9.12cvs33.12
15739
15740         * src/prefs_common.c
15741                 Fix a gtk warning (Patch by Andrej Kacian)
15742
15743 2004-07-21 [colin]      0.9.12cvs33.11
15744
15745         * src/gtk/filesel.c
15746                 More check
15747
15748 2004-07-21 [colin]      0.9.12cvs33.10
15749
15750         * src/compose.c
15751         * src/crash.c
15752         * src/export.c
15753         * src/import.c
15754         * src/messageview.c
15755         * src/mimeview.c
15756         * src/prefs_spelling.c
15757         * src/prefs_themes.c
15758         * src/summaryview.c
15759         * src/gtk/filesel.c
15760         * src/gtk/filesel.h
15761         * src/gtk/pluginwindow.c
15762                 Untwist open/save mode guessing logic, make
15763                 it explicit
15764
15765 2004-07-20 [colin]      0.9.12cvs33.9
15766
15767         * src/codeconv.c
15768                 conv_encode_header: src_charset is UTF-8 on
15769                 gtk2
15770         * src/compose.c
15771                 Remove double encoding of the headers
15772
15773 2004-07-20 [colin]      0.9.12cvs33.8
15774
15775         * src/codeconv.c
15776                 Fix typo
15777
15778 2004-07-20 [colin]      0.9.12cvs33.7
15779
15780         * src/mainwindow.c
15781                 Set the separated messageview to the saved
15782                 size of Claws' messageview (Patch by Alfons)
15783                 Fix a callback prototype (me)
15784
15785 2004-07-20 [colin]      0.9.12cvs33.6
15786
15787         * src/codeconv.h
15788                 Forgot one hunk in 0.9.12cvs33.4
15789
15790 2004-07-19 [colin]      0.9.12cvs33.5
15791
15792         * src/action.c
15793                 Action output fix
15794                 Patch by Alfons
15795
15796 2004-07-19 [colin]      0.9.12cvs33.4
15797
15798         * src/compose.c
15799                 Fix outgoing charset bug in headers
15800         * src/codeconv.c
15801                 Clean for glib2 - Patch by Alfons
15802
15803 2004-07-19 [colin]      0.9.12cvs33.3
15804
15805         * src/statusbar.c
15806                 Remove grip from the statusbar
15807                 Patch by Alfons
15808
15809 2004-07-19 [colin]      0.9.12cvs33.2
15810
15811         * src/messageview.c
15812         * src/textview.c
15813                 Fix messageview remembering the previous
15814                 scroll position when loading a new message
15815                 Patch by Alfons
15816
15817 2004-07-19 [colin]      0.9.12cvs33.1
15818
15819         * src/folder.h
15820         * src/folderview.c
15821         * src/summaryview.c
15822                 Sync with HEAD
15823
15824 2004-07-18 [colin]      0.9.12cvs32.7
15825
15826         * configure.ac
15827                 Remove useless check for XIM - noticed
15828                 by Alfons
15829
15830 2004-07-18 [colin]      0.9.12cvs32.6
15831
15832         * src/summaryview.c
15833                 Remove non-modified and shift-modified
15834                 accelerators in summaryview's popup
15835                 menu, as that doesn't get catched by
15836                 the accel-activate signal catcher...
15837
15838 2004-07-18 [colin]      0.9.12cvs32.5
15839
15840         * src/prefs_common.c
15841                 Define sensible default prefs for 
15842                 wrapping
15843
15844 2004-07-18 [colin]      0.9.12cvs32.4
15845
15846         * src/compose.c
15847         * src/prefs_common.c
15848         * src/prefs_common.h
15849         * src/prefs_wrapping.c
15850                 Remove Smart Wrapping pref, which does
15851                 nothing on gtk2 branch
15852
15853 2004-07-18 [colin]      0.9.12cvs32.3
15854
15855         * src/sourcewindow.c
15856                 Proper utf8
15857
15858 2004-07-18 [colin]      0.9.12cvs32.2
15859
15860         * src/compose.c
15861                 Save attachment status when drafting
15862
15863 2004-07-18 [colin]      0.9.12cvs32.1
15864
15865         * src/gtk/filesel.c
15866                 Fix erratic folder selection in open mode
15867
15868 2004-07-18 [colin]      0.9.12cvs31.11
15869
15870         * src/pop.c
15871                 Don't let partial messages get deleted
15872                 even with "dowload all"
15873                 (0.9.12cvs31.8 fix extension)
15874 2004-07-18 [colin]      0.9.12cvs31.10
15875
15876         * src/gtk/logwindow.c
15877                 Fix log scrolling
15878
15879 2004-07-18 [colin]      0.9.12cvs31.9
15880
15881         * src/common/utils.c
15882                 Fix non-utf8 strings coming from commands
15883                 and files
15884
15885 2004-07-18 [colin]      0.9.12cvs31.8
15886
15887         * src/pop.c
15888                 Fix partial download bug with Download all
15889                 messages option
15890
15891 2004-07-18 [colin]      0.9.12cvs31.7
15892
15893         * src/textview.c
15894                 Fix bug introduced in 0.9.12cvs31.2
15895                 (blocked in select mode after double click)
15896
15897 2004-07-18 [colin]      0.9.12cvs31.6
15898
15899         * src/compose.c
15900         * src/gtk/menu.c
15901                 More glib-warning fixes
15902
15903 2004-07-18 [colin]      0.9.12cvs31.5
15904
15905         * src/compose.c
15906                 Fix trashing the primary clipboard when moving 
15907                 around with tab
15908         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15909
15910 2004-07-18 [colin]      0.9.12cvs31.4
15911
15912         * src/codeconv.c
15913                 convert unencoded iso headers to utf8
15914         (Fix Bug 538 Unencoded local characters in subject make it 
15915          disappear)
15916
15917 2004-07-18 [colin]      0.9.12cvs31.3
15918
15919         * src/compose.c
15920                 Fix tab char handling in wrapping
15921         (Fix Bug 537 Line wrap problem - TAB character treated as 
15922          one character instead of 8)
15923
15924 2004-07-18 [colin]      0.9.12cvs31.2
15925
15926         * src/textview.c
15927                 return FALSE on GDK_MOTION_NOTIFY
15928         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15929          (unable to highlight))
15930
15931 2004-07-18 [colin]      0.9.12cvs31.1
15932
15933         * src/folderview.c
15934                 Sync with 0.9.12cvs31
15935
15936 2004-07-18 [colin]      0.9.12cvs30.4
15937
15938         * src/compose.c
15939                 Also block text_inserted when inserting a file
15940
15941 2004-07-18 [colin]      0.9.12cvs30.3
15942
15943         * src/compose.c
15944                 Fix smart wrapping (block text_inserted handler
15945                 while putting quotation to avoid wrap on input,
15946                 don't join lines if next is sig separator)
15947
15948 2004-07-17 [colin]      0.9.12cvs30.2
15949
15950         * src/folderview.c
15951         * src/mainwindow.c
15952         * src/mimeview.c
15953         * src/summaryview.c
15954         * src/gtk/quicksearch.c
15955         * src/gtk/quicksearch.h
15956                 Block key events handlers *and* accels while
15957                 quicksearch is focused
15958         (Fixes Bug 534 quick-search bar not accepting certain letters)
15959
15960 2004-07-17 [colin]      0.9.12cvs30.1
15961
15962         * src/folder.h
15963         * src/folderview.c
15964         * src/summaryview.c
15965                 Sync with 0.9.12cvs30
15966
15967 2004-07-17 [colin]      0.9.12cvs28.2
15968
15969         * src/mimeview.c
15970         * src/procmime.c
15971         * src/summaryview.c
15972         * src/gtk/menu.c
15973                 Squash some compile and glib warnings
15974
15975 2004-07-17 [paul]       0.9.12cvs28.1
15976
15977         * src/mimeview.c
15978                 sync with 0.9.12cvs28 HEAD
15979
15980 2004-07-16 [paul]       0.9.12cvs26.1
15981         
15982         * src/gtk/quicksearch.c
15983         * src/account.c
15984         * src/account.h
15985         * src/compose.c
15986         * src/customheader.c
15987         * src/folder_item_prefs.c
15988         * src/main.c
15989         * src/mainwindow.c
15990         * src/messageview.c
15991         * src/mimeview.c
15992         * src/news.c
15993         * src/pgpmime.c
15994         * src/pop.c
15995         * src/pop.h
15996         * src/prefs_account.c
15997         * src/prefs_account.h
15998         * src/prefs_common.c
15999         * src/prefs_common.h
16000         * src/prefs_display_header.c
16001         * src/prefs_gtk.c
16002         * src/prefs_gtk.h
16003         * src/procheader.c
16004         * src/procmime.c
16005                 sync with 0.9.12cvs26 HEAD      
16006
16007 2004-07-15 [colin]      0.9.12cvs18.14
16008
16009         * src/folder.c
16010                 Disable GPG signature check during
16011                 folder move and scan
16012         (Closes Bug 521 Signature checking slows down Folder-Move)
16013
16014 2004-07-14 [colin]      0.9.12cvs18.13
16015
16016         * src/common/partial_download.c
16017                 update includes
16018
16019 2004-07-14 [colin]      0.9.12cvs18.12
16020
16021         * src/common/partial_download.c
16022         * src/common/partial_download.h
16023                 Move doc at top, add correct copyright
16024
16025 2004-07-14 [colin]      0.9.12cvs18.11
16026
16027         * src/folder.c
16028         * src/messageview.c
16029         * src/pop.c
16030         * src/pop.h
16031         * src/procmsg.c
16032         * src/summaryview.c
16033         * src/common/Makefile.am
16034         * src/common/partial_download.c ** NEW FILES **
16035         * src/common/partial_download.h ** NEW FILES **
16036                 Move partial-download related stuff to its
16037                 own file
16038
16039 2004-07-14 [colin]      0.9.12cvs18.10
16040
16041         * src/send_message.c
16042                 Fix smtp auth when user is null or empty
16043
16044 2004-07-13 [colin]      0.9.12cvs18.9
16045
16046         * src/gtk/quicksearch.c
16047                 Use alphabetic order
16048
16049 2004-07-13 [colin]      0.9.12cvs18.8
16050
16051         * src/pop.c
16052                 Be paranoid on the checks
16053
16054 2004-07-13 [colin]      0.9.12cvs18.7
16055
16056         * src/gtk/quicksearch.c
16057                 Fix Engrish once again
16058
16059 2004-07-13 [colin]      0.9.12cvs18.6
16060
16061         * src/procmsg.c
16062         * src/summaryview.c
16063                 Mark messages for deletion when they are about to
16064                 be removed from trash
16065
16066 2004-07-13 [colin]      0.9.12cvs18.5
16067
16068         * src/matcher.c
16069         * src/matcher.h
16070         * src/matcher_parser_parse.y
16071         * src/prefs_matcher.c
16072         * src/gtk/quicksearch.c
16073                 Add 'partial' ('p') match string to find partially
16074                 downloaded messages
16075
16076 2004-07-13 [colin]      0.9.12cvs18.4
16077
16078         * src/pop.c
16079                 Fix misplaced block
16080
16081 2004-07-13 [colin]      0.9.12cvs18.3
16082
16083         * src/pop.c
16084         * src/pop.h
16085         * src/messageview.c
16086                 Refactor API (to avoid passing 5+ params and code
16087                 duplication)
16088         * src/folder.c
16089         * src/msgcache.c
16090         * src/procheader.c
16091         * src/common/defs.h
16092                 Add planned_download to cache
16093                 Don't mess uidl file when moving partially downloaded
16094                 mails (they change folder, we should change it in the
16095                 uidl list too or we'll remove an incorrect message)
16096                 (this also helps removing hacks when changing 
16097                 planned_download in messageview.c)
16098
16099 2004-07-12 [colin]      0.9.12cvs18.2
16100
16101         * src/gtk/quicksearch.c
16102                 Fix missing status update in quicksearch
16103
16104 2004-07-12 [paul]       0.9.12cvs18.1
16105
16106         * po/POTFILES.in
16107         * src/Makefile.am
16108         * src/account.c
16109         * src/codeconv.c
16110         * src/compose.c
16111         * src/inc.c
16112         * src/main.c
16113         * src/prefs_common.c
16114         * src/procmsg.h
16115         * src/toolbar.c
16116         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16117         * src/prefs_wrapping.[ch]       ** NEW FILES **
16118         * src/common/intl.h
16119         * src/common/utils.[ch]
16120         * src/gtk/quicksearch.[ch]
16121                 sync with 0.9.12cvs18 HEAD
16122
16123 2004-07-12 [colin]      0.9.11cvs17.25
16124
16125         * src/folder.c
16126         * src/folder.h
16127                 Remove unused function added by me in 0.9.11cvs17.10
16128
16129 2004-07-11 [colin]      0.9.11cvs17.24
16130
16131         * src/inc.c
16132         * src/messageview.c
16133         * src/pop.c
16134         * src/pop.h
16135                 Use folderitem and msgnum instead of filename to
16136                 know which mail to delete
16137                 Move old partial mail deletion to pop.c
16138
16139 2004-07-10 [colin]      0.9.11cvs17.23
16140
16141         * src/inc.c
16142                 Add debug
16143         * src/pop.c
16144         * src/pop.h
16145                 Don't re-use same enums for unrelated stuff: it's 
16146                 completely misleading !
16147                 Document a bit
16148
16149 2004-07-09 [colin]      0.9.11cvs17.22
16150
16151         * src/inc.c
16152                 Remove folder-type check and do
16153                 more tests to be sure everything's
16154                 ok
16155         * src/messageview.c
16156                 Punctuation update, remove useless
16157                 code, fix two warnings
16158         * src/noticeview.c
16159                 Layout cleaning, reset 2nd button
16160                 when specifying one
16161
16162 2004-07-09 [colin]      0.9.11cvs17.21
16163
16164         * src/messageview.c
16165         * src/pop.c
16166         * src/pop.h
16167                 Allow user to change his mind
16168                 and postpone decision (by
16169                 unmarking the mail)
16170
16171 2004-07-09 [colin]      0.9.11cvs17.20
16172
16173         * src/messageview.c
16174                 Fix bug with delete state
16175         * src/pop.c
16176         * src/pop.h
16177                 Fix buffer leak (fread doesn't 
16178                 terminate buffers with \0)
16179                 Refactoring (remove magic 
16180                 numbers)
16181
16182 2004-07-09 [colin]      0.9.11cvs17.19
16183
16184         * src/pop.c
16185                 Don't log "Skipping message" if 
16186                 we're going to TOP it two lines
16187                 later
16188
16189 2004-07-09 [colin]      0.9.11cvs17.18
16190
16191         * src/messageview.c
16192                 Fix Engrish
16193
16194 2004-07-09 [colin]      0.9.11cvs17.17
16195
16196         * src/pop.c
16197                 strlen checking...
16198         * src/messageview.c
16199                 refactoring a bit
16200
16201 2004-07-08 [colin]      0.9.11cvs17.16
16202
16203         * src/noticeview.c
16204         * src/noticeview.h
16205                 Add an optional second button
16206         * src/messageview.c
16207         * src/pop.c
16208         * src/pop.h
16209                 Don't delete partially received mails after a certain
16210                 time; rather, let the user decide.
16211
16212 2004-07-08 [colin]      0.9.11cvs17.15
16213
16214         * src/common/smtp.h
16215                 Sync with HEAD
16216
16217 2004-07-08 [colin]      0.9.11cvs17.14
16218
16219         * src/messageview.c
16220         * src/common/smtp.c
16221                 Use to_human_readable() for sizes
16222
16223 2004-07-08 [colin]      0.9.11cvs17.13
16224
16225         * src/inc.c
16226         * src/messageview.c
16227         * src/pop.c
16228         * src/pop.h
16229         * src/procmsg.c
16230                 Fix partial-downloading issues:
16231                         catch unsupported TOP
16232                         don't delete partially downloaded mails before 5 days
16233                         don't update existing with non-MH folders; that'll
16234                         make dups, but it's better than trashing the folder
16235                         free new msginfo parts
16236                 Fix indentation ;-)
16237
16238 2004-07-08 [colin]      0.9.11cvs17.12
16239
16240         * src/common/smtp.c
16241         * src/common/smtp.h
16242                 Sync smtp size verification with HEAD
16243
16244 2004-07-08 [colin]      0.9.11cvs17.11
16245
16246         * src/summaryview.c
16247         * src/prefs_common.c
16248         * src/prefs_common.h
16249         * src/gtk/quicksearch.c
16250         * src/gtk/quicksearch.h
16251                 Sync sticky pref with HEAD
16252
16253 2004-07-08 [colin]      0.9.11cvs17.10
16254
16255         * src/folder.c [1.213.2.6]
16256         * src/folder.h [1.87.2.6]
16257         * src/inc.c [1.149.2.7]
16258         * src/messageview.c [1.94.2.8]
16259         * src/procheader.c [1.47.2.6]
16260         * src/procmsg.c [1.150.2.4]
16261         * src/procmsg.h [1.60.2.5]
16262         * src/pop.c [1.56.2.4]
16263         * src/pop.h [1.17.2.3]
16264                 Let too big messages get downloaded, but truncated
16265                 Add a button to download them completely
16266                 
16267 2004-07-06 [colin]      0.9.11cvs17.9
16268
16269         * src/gtk/quicksearch.c [1.1.2.3]
16270                 Add a Clear button
16271         * commitHelper
16272         * PATCHSETS
16273                 Add a script to help with cvs
16274
16275 2004-07-03 [colin]      0.9.11cvs17.8
16276
16277         * src/plugins/imageviewer/viewer.c
16278                 fix imageviewer (which was staying on the first
16279                 displayed image)
16280
16281 2004-07-03 [colin]      0.9.11cvs17.7
16282
16283         Removed FIXME_GTK2 warnings
16284         * src/gtk/gtkutils.c
16285                 useless #warnings
16286         * src/gtk/menu.c
16287                 useless #warnings (no need to mess with menu rc)
16288         * src/gtk/menu.h
16289                 unused functions
16290         
16291
16292 2004-07-03 [colin]      0.9.11cvs17.6
16293
16294         Removed FIXME_GTK2 warnings
16295         * src/codeconv.c
16296                 useless #warnings (rewrite needed)
16297         * src/compose.c
16298                 useless #warnings (rewrite needed)
16299                 useless #warnings (gtk2 is like that)
16300                 useless #warnings (previously fixed)
16301         * src/main.c
16302                 useless #warnings (previously fixed)
16303         * src/message_search.c
16304                 useless #warnings (gtk2 is like that)
16305                 Made apparent that search is case-sensitive
16306         * src/mimeview.c
16307                 useless #warnings (rewrite needed)
16308                 useless #warnings (gtk2 is like that)
16309                 reimplemented real warnings
16310         * src/prefs_common.c
16311                 Removed block cursor option (not it gtk2)
16312         * src/prefs_gtk.c
16313                 useless #warnings (rewrite needed)
16314         * src/procheader.c
16315                 useless #warnings (rewrite needed)
16316         * src/sourcewindow.c
16317                 useless #warnings (incorrect placing)
16318         * src/summary_search.c
16319                 useless #warnings (gtk2 is like that)
16320                 Made apparent that search is case-sensitive
16321         * src/action.c
16322                 useless #warnings (gtk2 is like that)
16323         * src/textview.c
16324                 useless #warnings (rewrite needed)
16325         * src/toolbar.c
16326                 useless #warnings (rewrite needed)
16327
16328 2004-07-03 [colin]      0.9.11cvs17.5
16329
16330         * src/textview.c
16331                 Fix mismerge which broke URI opening
16332                 
16333 2004-07-01 [colin]      0.9.11cvs17.4
16334
16335         * src/gtk/filesel.c
16336                 Fill filename when saving
16337                 
16338 2004-06-27 [colin]      0.9.11cvs17.3
16339
16340         * src/gtk/filesel.[ch]
16341                 Use the new GTK file selector
16342                 Update prototype to match the reality: multiple file
16343                 selection is open-only          
16344         * src/compose.c
16345                 Match the new prototypes        
16346         * configure.ac
16347                 Match the new requirements (gtk 2.4.0)
16348                         
16349 2004-06-26 [colin]      0.9.11cvs17.2
16350
16351         * src/plugins/trayicon/trayicon.c
16352                 Remove useless signal handler on resize, which causes
16353                 an infinite "loop"
16354         
16355 2004-06-26 [colin]      0.9.11cvs17.1
16356         
16357         * tools/Makefile.am
16358                 remove launch_firebird and add nautilus2sylpheed.sh
16359         * src/quicksearch.c
16360           src/summaryview.c
16361                 Fix show/hide "Extended symbols" button problem
16362                 Fix apparition at startup
16363                 Fix const warnings
16364         * src/plugins/image_viewer/Makefile.am
16365                 Fix configure 
16366         * common/ssl.c
16367                 Re-enable certificate check, as it doesn't seem to
16368                 cause Xlib errors anymore
16369
16370 2004-06-25 [paul]       0.9.11cvs17
16371
16372         * sync with 0.9.11cvs17 HEAD
16373         
16374         NOTE: QuickSearch is broken
16375
16376 2004-06-07 [colin]      0.9.10claws67.10
16377         * src/plugins/trayicon/trayicon.c
16378           src/plugins/trayicon/libeggtrayicon/Makefile.am
16379           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16380                 Fix gettextization in trayicon plugin
16381
16382 2004-06-07 [colin]      0.9.10claws67.9
16383         
16384         * src/summaryview.c
16385           src/gtk/gtksctree.[ch]
16386                 Let Shift+{Up,Down} work in summaryview
16387                 (well, Down "works" and Up works)
16388                 Let the list scroll when using these keys
16389
16390 2004-06-06 [colin]      0.9.10claws67.8
16391
16392         * src/plugins/trayicon/trayicon.c
16393                 Fix pixmap update
16394
16395 2004-06-06 [colin]      0.9.10claws67.7
16396
16397         * src/addressbook.c
16398                 Fix signal handling causing system-wide focus grab
16399
16400 2004-05-25 [paul]       0.9.10claws67.6
16401
16402         * Makefile.am
16403           src/Makefile.am
16404                 clean up
16405
16406 2004-05-25 [paul]       0.9.10claws67.5
16407
16408         * replace deprecated gtk_signal... functions
16409
16410 2004-05-23 [colin]      0.9.10claws67.4
16411
16412         * src/compose.c
16413                 Fix wrapping
16414
16415 2004-05-22 [colin]      0.9.10claws67.3
16416
16417         * src/compose.c
16418                 Re-fix [Edited] in compose.c::compose_reedit()
16419
16420 2004-05-22 [colin]      0.9.10claws67.2
16421
16422         * src/procmime.c
16423                 Fix parsing of multiparts mails
16424
16425 2004-05-22 [colin]      0.9.10claws67.1
16426
16427         * src/summaryview.c
16428                 Fix quicksearch
16429
16430 2004-05-22 [paul]       0.9.10claws67
16431
16432         * sync with 0.9.10claws67 HEAD
16433
16434 2004-05-14 [alfons]
16435
16436         * src/procmime.h
16437                 add forgotton prototype
16438
16439 2004-05-10 [paul]       0.9.10claws57
16440
16441         * sync with 0.9.10claws57 HEAD
16442
16443 2004-05-05 [paul]       0.9.9.claws1
16444
16445         * ChangeLog-gtk2        ** REMOVED **
16446           ChangeLog-gtk2.claws  ** ADDED **
16447                 rename and adopt the normal claws format
16448                 
16449         * configure.ac
16450                 require gtkmathview >= 0.5
16451
16452         * ac/*                          ** REMOVED **
16453           ac/                           ** REMOVED **
16454           intl/Makefile.in              ** REMOVED **
16455           m4/                           ** ADDED **
16456           m4/missing                    ** ADDED **
16457           m4/missing/gdk-pixbuf.m4      ** ADDED **
16458           m4/missing/gettext.m4         ** ADDED **
16459           m4/missing/gpgme.m4           ** ADDED **
16460           m4/missing/imlib.m4           ** ADDED **
16461           m4/.cvsignore                 ** ADDED **
16462           m4/Makefile.am                ** ADDED **
16463           m4/README                     ** ADDED **
16464           m4/aclocal-include.m4         ** ADDED **
16465           m4/aspell.m4                  ** ADDED **
16466           m4/check-type.m4              ** ADDED **
16467           m4/gnupg-check-typedef.m4     ** ADDED **
16468           m4/openssl.m4                 ** ADDED **
16469           m4/spamassassin.m4            ** ADDED **
16470           po/ChangeLog                  ** REMOVED **
16471           po/Makefile.in.in             ** REMOVED **
16472           po/Rules-quot                 ** REMOVED **
16473           po/boldquot.sed               ** REMOVED **
16474           po/en@boldquot.header         ** REMOVED **
16475           po/en@quot.header             ** REMOVED **
16476           po/insert-header.sin          ** REMOVED **
16477           po/quot.sed                   ** REMOVED **
16478           po/remove-potcdate.sed        ** REMOVED **
16479           po/remove-potcdate.sin        ** REMOVED **
16480           po/stamp-po                   ** REMOVED **
16481           Makefile.am
16482           autogen.sh
16483           configure.ac
16484                 enable building with automake 1.8.x
16485                 add 'autopoint --force' to autogen.sh and remove all
16486                 auto-generated files, remove ac/ directory and use
16487                 m4/ directory instead
16488                 
16489         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16490                 fix gettextization
16491
16492 2004-02-28 Colin Leroy <colin@colino.net>
16493         * src/prefs_matcher.c
16494           src/prefs_filtering.c
16495           src/prefs_filtering_action.c
16496                 Fix non-editable GtkEntries
16497
16498 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16499         * src/prefs_themes.c
16500                 utf8 conversion for theme info
16501
16502 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16503         * sync 0.9.9claws
16504
16505 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16506         * src/grouplistdialog.c
16507                 allow multiple selections without ctrl key
16508
16509 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16510         * src/main.c
16511                 enable customizable accelerators
16512
16513 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16514         * src/prefs_common.c
16515                 re-enable different font settings for gtk1/2
16516         * src/prefs_folder_item.c
16517                 fix folder prefs displayed wrong
16518         * src/textview.c
16519                 set 'sunken' shadow type
16520
16521 2004-02-07 Colin Leroy <colin@colino.net>
16522         * src/compose.c
16523                 Fix message being always [Edited]
16524                 Encode headers correctly (utf8 buf)
16525
16526 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16527         * src/socket.c
16528                 remove double g_source_attach()
16529                 (Thanks to Colin Leroy)
16530
16531 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16532         * src/gtk/gtksctree.c
16533                 Fix SSL certificate list not shown
16534         * src/mimeview.c
16535                 Fix clicks in mime tree
16536
16537 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16538         * src/common/socket.c
16539                 Fix SSL receive
16540         * src/compose.c
16541                 Fix clipboard menu hotkeys
16542
16543 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16544         * src/gtk/gtkaspell.[ch]
16545           src/compose.c
16546                 reimplement spellchecker
16547
16548 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16549         * src/gtk/filesel.c
16550                 crash when inserting file in compose window
16551                 (TODO: keep old selection on clicks)
16552         * src/main.c
16553                 use gtkrc-2.0 instead of gtkrc
16554
16555 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16556         * src/messageview.c
16557                 remove orphaned mimeview unref()
16558
16559 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16560         * src/grouplistdialog.c
16561                 expand nodes containing subscribed groups
16562
16563 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16564         * src/textview.c
16565                 textview: hide cursor, restore old click behaviour
16566
16567 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16568         * src/textview.c
16569                 variable names messed up
16570
16571 2004-01-17 Colin Leroy <colin@colino.net>
16572         * src/addr_compl.c
16573                 Fix completion address too thin
16574         * src/compose.c
16575                 Fix tab-to-subject behaviour
16576         * src/summaryview.c
16577                 Implement key up & down in summaryview
16578
16579 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16580
16581         * sync 098claws
16582
16583 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16584         * configure.ac
16585           Makefile.am
16586           doc/.cvsignore
16587           doc/Makefile.am
16588                 faq, man, manual moved to doc/
16589         * ac/aspell.m4
16590           ac/check-type.m4
16591           ac/gnupg-check-typedef.m4
16592           ac/openssl.m4
16593           ac/spamassassin.m4
16594           ac/missing/gdk-pixbuf.m4
16595           ac/missing/gpgme.m4
16596           ac/missing/imlib.m4
16597                 fix automake warnings
16598
16599 2003-12-06 Colin Leroy <colin@colino.net>
16600         * src/summaryview.c
16601                 Fix quicksearch
16602
16603 2003-12-05 Colin Leroy <colin@colino.net>
16604         * src/summaryview.c
16605                 Fix going to next unread folder
16606
16607 2003-12-05 Colin Leroy <colin@colino.net>
16608         * src/crash.c
16609                 Fix gtk2 compilation
16610         * src/session.c
16611                 Remove iotag source handler at disconnection
16612         * src/socket.[ch] 
16613                 Remove source handler when closing socket 
16614                 (fixes another seg)
16615
16616 2003-12-04 Colin Leroy <colin@colino.net>
16617         * src/compose.c
16618           src/prefs_account.c
16619           src/prefs_common.c
16620                 Fix some dropdown menus
16621
16622 2003-12-04 Colin Leroy <colin@colino.net>
16623         * src/compose.c
16624                 Fix event handlers on header fields
16625         * src/common/socket.c
16626           src/common/session.c
16627                 Fix segfault with callback (SSL)
16628                 Fix end of session 
16629
16630 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16631
16632         * Fix compile bug in src/compose.c
16633         * removed src/gtk/gtkstext.[ch]
16634
16635 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16636
16637         * Convert character set and escape "text" attributes in toolbar setting
16638         files.
16639         * Fixed bug in button-press-event handling.
16640
16641 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16642
16643         * Fixed bug in key-press-event handling.
16644
16645 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16646
16647         * Enabled to compile tray-icon plugin (Ad-hoc).
16648         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16649
16650 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16651
16652         * Enabled to compile on sylpheed-claws.
16653         (tray-icon plugin still cannot compile yet.)
16654
16655 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16656
16657         * Updated to 0.9.5.
16658
16659 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16660
16661         * Updated to 0.9.4.
16662         * Ported monitoring SSL mechanism to GSource of GLib2
16663         (I don't confirm it)
16664         * Added _gtk2 suffix to key name of font preference to avoid
16665         ovverwriting preference of Gtk+-1.2 version.
16666
16667 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16668
16669         * Updated to 0.9.2.
16670
16671 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16672
16673         * Updated to 0.9.1.
16674         * Translate po files into UTF-8 when execute autogen.sh.
16675
16676 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16677
16678         * Updated to 0.9.0.
16679
16680 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16681
16682         * Plugged GError related memory leaks.
16683
16684 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16685
16686         * Changed default size of fonts.
16687         * Enabled to set titile font size of warning dialog.
16688
16689 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16690
16691         * Embed a sylpheed icon into executable binary on Windows.
16692
16693 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16694
16695         * I forgot to traslate character set of element string in src/xml.c.
16696
16697 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16698
16699         * Fixed detecting bind_textdomain_codeset in configure.in.
16700         * The bug in which "Example" of "Date fromat" preference isn't displayed
16701         correctly has been fixed.
16702
16703 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16704
16705         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16706           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16707           glib-gettextize
16708           Removed intl directory.
16709           Translated po files into UTF-8.
16710           (Thanks! Ryuji Abe)
16711
16712 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16713
16714         * The bug which doesn't unscape string in xml.c has been fixed.
16715
16716 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16717
16718         * The bug which is failed to translate encoding of file name thorough
16719         file dialog has been fixed.
16720
16721 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16722
16723         * Modified to translate file names which is used in inporting/expoting
16724         mbox feature and "Save as" feature into locale encoding.
16725         * Translate file names into locale encoding when "Attache file" and
16726         "Insert file".
16727         * Force set G_BROKEN_FILENAMES environment variable.
16728         * Other minor fixes.
16729
16730 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16731
16732         * Modified to treat MH folder's name as locale encoding.
16733
16734 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16735
16736         * The bug which clash on switching candidates of auto completion of
16737         addresses, cannot use auto completion in Japanesse is fixed
16738         (Thanks! Tokunaga-san)¡¥
16739
16740 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16741
16742         * The bug which cannot switch key accelerator preference has been fixed
16743         (Thanks! smbd-san)¡¥
16744
16745 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16746
16747         * version 0.8.11-gtk2-20030314
16748
16749 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16750
16751         * The bug in which character set conversion of filtering messages has
16752         been fixed.(Thanks! COCOA-san).
16753
16754 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16755
16756         * Revived "Leave space on head" preference in "Message" category.
16757         * A bug which clash when put the cursor to end of buffer and execute
16758         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16759
16760 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16761
16762         * version 0.8.11-gtk2-20030312
16763
16764 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16765
16766         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16767         * Modified to use Pango's API directly for font preference.
16768         * Integrated GtkTextView of textview to one widget.
16769         * Set fonts of header title in textview by "header_title" tag.
16770         * Removed some deprecated codes.
16771
16772 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16773
16774         * Updated to 0.8.11.
16775         * Merged cygwin patch(Thanks! Sakai-san).
16776
16777 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16778
16779         * version 0.8.10-gtk2-20030309