2006-08-03 [wwp] 2.4.0cvs22
[claws.git] / ChangeLog
1 2006-08-03 [wwp]        2.4.0cvs22
2
3         * src/prefs_common.h
4                 ask what to do w/ filtering rules that belong to an account when
5                 applying filtering rules manually from the main window (skip,
6                 apply regardless of the account, use current account). This dialog
7                 can be skipped and the last reply used.
8                 (forgot that file)
9
10 2006-08-03 [wwp]        2.4.0cvs21
11
12         * src/filtering.c
13         * src/filtering.h
14         * src/prefs_common.c
15         * src/summaryview.c
16         * src/alertpanel.c
17         * src/alertpanel.h
18         * src/messageview.c
19                 ask what to do w/ filtering rules that belong to an account when
20                 applying filtering rules manually from the main window (skip,
21                 apply regardless of the account, use current account). This dialog
22                 can be skipped and the last reply used.
23
24
25 2006-08-03 [colin]      2.4.0cvs20
26
27         * src/textview.c
28                 Optimize previous patch
29
30 2006-08-03 [cleroy]     2.4.0cvs19
31
32         * src/textview.c
33                 Fix quotes getting toggled back when the
34                 mail has an even number of text parts
35
36 2006-08-02 [colin]      2.4.0cvs18
37
38         * src/messageview.c
39                 Add Hide quotes menu
40
41 2006-08-02 [colin]      2.4.0cvs17
42
43         * src/mainwindow.c
44         * src/prefs_common.c
45         * src/textview.c
46         * src/textview.h
47         * src/gtk/about.c
48                 Allow per-level quote hiding,
49                 Allow toggling quotes by double-clicking them
50                 Rename RemoteURI to ClickableText to reflect
51                 the fact it's used for a variety of things
52
53 2006-08-02 [wwp]        2.4.0cvs16
54
55         * src/mainwindow.c
56                 fix "View/Hide quotes" menu item status initialization.
57
58 2006-08-02 [wwp]        2.4.0cvs15
59
60         * src/matcher_parser_parse.y
61                 remove a debug trace.
62
63 2006-08-02 [paul]       2.4.0cvs14
64
65         * src/plugins/pgpcore/passphrase.c
66                 don't set initial dialog size
67                 make it resizable
68
69 2006-08-02 [paul]       2.4.0cvs13
70
71         * src/noticeview.c
72                 remove the rogue '/' character
73
74 2006-08-02 [paul]       2.4.0cvs12
75
76         * src/noticeview.c
77                 allow buttons to resize as necessary
78
79 2006-08-01 [wwp]        2.4.0cvs11
80
81         * src/mbox.c
82                 fix strict ISO C90 compliance.
83
84 2006-08-01 [wwp]        2.4.0cvs10
85
86         * tools/update-po
87                 updated update-po tool to work w/ context-dependent translations.
88                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
89
90 2006-08-01 [wwp]        2.4.0cvs9
91
92         * src/matcher.c
93         * src/prefs_filtering.c
94         * src/prefs_matcher.c
95                 allow context-dependent translations for "All",
96                 patch by Fabien Vantard <fzzzzz@gmail.com>.
97
98 2006-07-31 [colin]      2.4.0cvs8
99
100         * AUTHORS
101         * src/gtk/authors.h
102                 Add Rafal to authors
103
104 2006-07-31 [colin]      2.4.0cvs7
105
106         * src/compose.c
107         * src/mainwindow.c
108         * src/messageview.h
109         * src/prefs_common.c
110         * src/prefs_common.h
111         * src/textview.c
112                 Add 'View/Hide quotes'. Patch based on a patch
113                 by Rafal Weglarz
114
115 2006-07-31 [colin]      2.4.0cvs6
116
117         * src/action.c
118                 Fix problem with "> stuff >" actions
119
120 2006-07-31 [paul]       2.4.0cvs5
121
122         * po/nb.po
123                 updated by Geir Helland
124
125 2006-07-31 [wwp]        2.4.0cvs4
126
127         * src/mainwindow.c
128         * src/summaryview.c
129         * src/summaryview.h
130                 add "View/Go to/Parent message" and "View/Go to/Last read message",
131                 thanks to Colin.
132
133 2006-07-31 [wwp]        2.4.0cvs3
134
135         * src/Makefile.am
136         * src/addr_compl.c
137         * src/addr_compl.h
138         * src/addressbook.c
139         * src/addressbook.h
140         * src/addressbook_foldersel.c
141         * src/addressbook_foldersel.h
142         * src/addrindex.c
143         * src/addrindex.h
144         * src/matcher.c
145         * src/matcher.h
146         * src/matcher_parser_lex.l
147         * src/matcher_parser_parse.y
148         * src/prefs_common.c
149         * src/prefs_common.h
150         * src/prefs_filtering.c
151         * src/prefs_matcher.c
152         * src/prefs_matcher.h
153         * src/summaryview.c
154                 introduce filtering against the address book. It's now possible to add
155                 matched conditions to determine if any email address in a message matches
156                 or doesn't match any or all books or folders in the address book.
157
158 2006-07-31 [wwp]        2.4.0cvs2
159
160         * src/account.c
161         * src/filtering.c
162         * src/filtering.h
163         * src/folder.c
164         * src/folderview.c
165         * src/inc.c
166         * src/mainwindow.c
167         * src/matcher.c
168         * src/matcher_parser_lex.l
169         * src/matcher_parser_parse.y
170         * src/mbox.c
171         * src/prefs_filtering.c
172         * src/prefs_filtering.h
173         * src/procmsg.c
174         * src/procmsg.h
175         * src/summaryview.c
176                 introduce per-account filtering rules. Each filtering rule can now be assigned
177                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
178                 when applying filtering rules manually, as all rules will apply - even the ones
179                 assigned to an account. This issue will be addressed soon.
180  
181
182
183 2006-07-31 [wwp]        2.4.0cvs1
184
185         * src/quote_fmt.c
186                 make more strings translatable.
187
188 2006-07-31 [paul]       2.4.0
189
190         2.4.0 released
191
192 2006-07-31 [paul]       2.3.1cvs91
193
194         * po/ca.po
195                 updated by Miquel Oliete
196
197 2006-07-31 [paul]       2.3.1cvs90
198
199         * po/de.po
200         * po/el.po
201         * po/fr.po
202         * po/it.po
203         * po/pl.po
204         * po/pt_BR.po
205         * po/sr.po
206         * po/zh_CN.po
207                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
208                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
209                 Aleksandar Urosevic, and Ralgh Young
210
211 2006-07-31 [paul]       2.3.1cvs89
212
213         * src/account.c
214         * src/main.c
215         * src/mainwindow.c
216         * src/mainwindow.h
217                 Fix a race condition when, after an SC crash, rescanning
218                 folders took more than 0.5 seconds
219                 Thanks to Colin
220
221 2006-07-31 [paul]       2.3.1cvs88
222
223         * src/folderview.c
224                 don't translate separator strings
225
226 2006-07-30 [mones]      2.3.1cvs87
227
228         * doc/man/sylpheed-claws.1
229                 Fixed non-ASCII chars in Hoa's name
230         * po/es.po
231                 Updated for release
232
233 2006-07-27 [colin]      2.3.1cvs86
234
235         * src/textview.c
236                 Don't include the leading \n in links
237                 Patch by Fabien
238
239 2006-07-25 [colin]      2.3.1cvs85
240
241         * src/mainwindow.c
242         * src/common/socket.h
243         * src/etpan/imap-thread.c
244                 Refresh resolvers before connecting
245                 to IMAP servers, and after switching
246                 to online. Thanks to Paul.
247
248 2006-07-18 [colin]
249
250         * 2.4.0-rc4 released
251
252 2006-07-17 [colin]      2.3.1cvs84
253
254         * src/inc.c
255                 Show connection attempt in statusbar before
256                 connecting (previously first message was
257                 "Retrieving messages from ..." after the
258                 connection succeeded.
259
260 2006-07-16 [wwp]        2.3.1cvs83
261
262         * sylpheed-claws.ico
263                 Added .ico file (windows multi-size icon file, generated).
264
265 2006-07-12 [wwp]        2.3.1cvs82
266
267         * src/messageview.c
268                 remove Message/Re-edit menu entry from messageview window,
269                 as sent/draft/queued messages are opened in compose window when
270                 re-edited and it's not possible to re-edit other msgs.
271
272 2006-07-12 [paul]       2.3.1cvs81
273
274         * AUTHORS
275         * src/mainwindow.c
276         * src/gtk/authors.h
277                 check online state before resetting
278                 mailcheck timer. Useful if some program
279                 verifies connection state and updates
280                 Claws.
281                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
282
283 2006-07-12 [paul]       2.3.1cvs80
284
285         * sylpheed-claws-128x128.png
286         * sylpheed-claws-64x64.png
287         * sylpheed-claws.png
288         * src/Makefile.am
289         * src/main.c
290         * src/prefs_toolbar.c
291         * src/stock_pixmap.c
292         * src/stock_pixmap.h
293         * src/wizard.c
294         * src/gtk/about.c
295         * src/gtk/gtkutils.c
296         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
297         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
298         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
299         * src/pixmaps/sylpheed.xpm              ** REMOVED **
300         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
301         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
302                 updated and renamed logo/icon files and related
303                 logo by Jesper Schultz
304
305 2006-07-11 [paul]       2.3.1cvs79
306
307         * src/main.c
308                 fix the labels a smidgin
309
310 2006-07-09 [colin]      2.3.1cvs78
311
312         * src/textview.c
313                 Show errors in textviewer's command
314                 Patch by H. Merijn Brand
315
316 2006-07-09 [colin]      2.3.1cvs77
317
318         * src/compose.c
319                 Save FMID in drafts too
320
321 2006-07-08 [colin]      2.3.1cvs76
322
323         * src/compose.c
324                 Svae RMID in drafted mails too
325                 Save quote_fmt vars for whole mails,
326                 don't reset at each quote_fmt_init:
327                 allows to use the same |i{var} in
328                 various template fields
329         * src/prefs_template.c
330         * src/quote_fmt.h
331         * src/quote_fmt_parse.y
332                 Same
333
334 2006-07-08 [colin]      2.3.1cvs75
335
336         * src/textview.c
337                 Fix highlighting of attached parts URIs
338
339 2006-07-08 [colin]      2.3.1cvs74
340
341         * src/main.c
342                 Prevent bug #981 (sc 2.3.1 segfaults with 
343                 gtk+ 2.10) from being reported again:
344                 if Sylpheed-Claws has been compiled against
345                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
346                 of if Sylpheed-Claws has been compiled against
347                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
348                 error out.
349
350 2006-07-07 [colin]      2.3.1cvs73
351
352         * src/prefs_actions.c
353                 Fix label
354
355 2006-07-07 [colin]      2.3.1cvs72
356
357         * src/prefs_actions.c
358                 Fix compile on gtk < 2.8. argh :)
359
360 2006-07-07 [paul]       2.3.1cvs71
361
362         * src/common/defs.h
363                 update DONATE_URI
364
365 2006-07-07 [colin]      2.3.1cvs70
366
367         * po/POTFILES.in
368         * src/quote_fmt.c
369         * src/quote_fmt_lex.l
370         * src/quote_fmt_parse.y
371                 Add |i{var}, a way to insert user-entered
372                 text in a template
373
374 2006-07-07 [colin]
375
376         * 2.4.0-rc3 released
377
378 2006-07-07 [colin]      2.3.1cvs69
379
380         * src/folder.c
381                 Don't consider inboxes of UNKNOWN folder 
382                 classes to be useable as default inboxes
383
384 2006-07-07 [paul]       2.3.1cvs68
385
386         * src/textview.c
387                 add missing #include <errno.h>
388                 Thanks to René J. Blokland
389
390 2006-07-07 [paul]       2.3.1cvs67
391
392         * src/action.c
393                 Return now Closes dialog
394         * src/mimeview.c
395         * src/mimeview.h
396         * src/textview.c
397                 add contextual menu to mime parts listed
398                 in the textview
399                 Thanks to Colin
400         * src/common/utils.c
401                 reversal: ' is a valid character in URLs
402
403 2006-07-06 [colin]      2.3.1cvs66
404
405         * src/remotefolder.h
406                 Forgotten in previous commit
407
408 2006-07-06 [colin]      2.3.1cvs65
409
410         * src/folder.c
411                 Set summary update flag whenever
412                 totals changed
413         * src/imap.c
414         * src/prefs_account.c
415         * src/common/utils.h
416         * src/etpan/imap-thread.c
417                 Fix warnings, thanks to Fabien and
418                 Ricardo
419
420 2006-07-06 [wwp]        2.3.1cvs64
421
422         * src/gtk/gtkutils.c
423                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
424
425 2006-07-06 [wwp]        2.3.1cvs63
426
427         * src/account.c
428         * src/addressbook.c
429         * src/addressitem.h
430         * src/folderview.c
431         * src/mainwindow.c
432         * src/manual.c
433         * src/manual.h
434         * src/message_search.c
435         * src/prefs_actions.c
436         * src/prefs_filtering.c
437         * src/prefs_filtering.h
438         * src/prefs_template.c
439         * src/summary_search.c
440         * src/summaryview.c
441         * src/gtk/gtkutils.c
442         * src/gtk/gtkutils.h
443         * src/gtk/pluginwindow.c
444                 add help buttons to some dialogs. Clicking such buttons opens a
445                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
446
447 2006-07-06 [paul]       2.3.1cvs62
448
449         * src/textview.c
450                 fix attachments contextual menu
451                 Thanks to Colin
452
453 2006-07-05 [colin]      2.3.1cvs61
454
455         * src/textview.c
456         * src/compose.c
457                 Handle sftp:// links
458
459 2006-07-05 [paul]       2.3.1cvs60
460
461         * src/gtk/filesel.c
462                 grab save button by default
463                 Thanks to Colin
464
465 2006-07-05 [wwp]        2.3.1cvs59
466
467         * manual/xml2pdf
468                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
469
470 2006-07-04 [colin]      2.3.1cvs58
471
472         * src/mimeview.c
473         * src/textview.c
474                 Use left click to select, middle click to open
475                 on mimeparts links
476         * src/common/utils.c
477                 Fix segfault
478
479 2006-07-04 [colin]      2.3.1cvs57
480
481         * src/mainwindow.c
482         * src/news.c
483                 Warning fixes, thanks to Fabien
484
485 2006-07-04 [colin]      2.3.1cvs56
486
487         * src/mimeview.c
488         * src/mimeview.h
489         * src/textview.c
490                 Allow parts to be selected via their text label
491                 in textview
492
493 2006-07-04 [colin]      2.3.1cvs55
494
495         * src/folderview.c
496                 Feedback when closing (for big folders)
497         * src/prefs_actions.c
498         * src/prefs_filtering.c
499         * src/prefs_matcher.c
500         * src/prefs_template.c
501                 Fix default button when closing without
502                 having saved
503
504 2006-07-04 [colin]      2.3.1cvs54
505
506         * src/news.c
507                 Delete local file on deletion
508
509 2006-07-03 [colin]      2.3.1cvs53
510
511         * src/folderview.c
512         * src/main.c
513                 Don't freeze when rescanning after crash
514
515 2006-07-03 [wwp]        2.3.1cvs52
516
517         * src/compose.c
518         * src/privacy.c
519         * src/privacy.h
520         * src/plugins/pgpinline/pgpinline.c
521         * src/plugins/pgpmime/pgpmime.c
522                 don't report an error when the user cancels the passphrase dialog.
523
524 2006-07-02 [colin]      2.3.1cvs51
525
526         * src/folderview.c
527                 Open message when crossing folders with Space,
528                 goto next unread and friends
529
530 2006-07-01 [colin]      2.3.1cvs50
531
532         * src/prefs_account.c
533                 Typographic rules varying from language
534                 to language (in french "Protocole :"),
535                 we have to do that :)
536
537 2006-07-01 [ticho]      2.3.1cvs49
538
539         * src/prefs_account.c
540                 Only use one temporary gchar* variable in
541                 prefs_account_protocol_set_optmenu().
542
543 2006-07-01 [ticho]      2.3.1cvs48
544
545         * src/prefs_account.c
546         * src/prefs_account.h
547                 Use GtkLabel for existing account protocol name.
548                 Created an array for protocol names and populate the
549                 combobox from it in a for() cycle.
550
551 2006-06-30 [colin]      2.3.1cvs47
552
553         * src/compose.c
554                 Block undo when changing signature (by changing
555                 account)
556
557 2006-06-30 [paul]       2.3.1cvs46
558
559         * src/send_message.c
560                 when editing From in the Compose window, use that address
561                 in the Return-Path: header
562                 Thanks to Colin
563
564 2006-06-30 [colin]      2.3.1cvs45
565
566         * src/compose.c
567                 Fix signature replacement:
568                 - when no newline before separator
569                 - when reediting
570
571 2006-06-29 [colin]      2.3.1cvs44
572
573         * src/folderview.c
574         * src/folderview.h
575         * src/mainwindow.c
576         * src/summaryview.c
577                 Let 'View/Go to/Next marked' work like
578                 Next new & Next unread: across folders
579                 Change the select_on_entry pref to do
580                 what we want when changing folder
581         * src/common/utils.c
582                 Fix single-quoted links 
583
584 2006-06-29 [colin]      2.3.1cvs43
585
586         * src/gtk/gtkaspell.c
587                 "Sylpheed" and "Sylpheed-Claws" do exist !
588
589 2006-06-29 [colin]      2.3.1cvs42
590
591         * src/imap.c
592                 Forgot to remove debug
593
594 2006-06-29 [colin]      2.3.1cvs41
595
596         * src/imap.c
597         * src/imap.h
598         * src/mainwindow.c
599                 Disconnect from IMAP servers when going
600                 offline. Fixes bug #978 (going to offline-mode 
601                 won't close connections)
602
603 2006-06-29 [colin]      2.3.1cvs40
604
605         * src/main.c
606                 Fix transient setting on failing plugins
607                 Patch by Fabien
608         * src/plugins/pgpcore/sgpgme.c
609                 Only warn for OpenPGP. Most people don't
610                 have CMS available.
611
612 2006-06-29 [colin]      2.3.1cvs39
613
614         * src/compose.c
615                 Fix Spelling menu (discrepancy between context menu
616                 and top menu when folder's dictionary isn't the 
617                 default one)
618         * src/plugins/pgpcore/sgpgme.c
619                 More error reporting about why gpgme can fail
620
621 2006-06-29 [wwp]        2.3.1cvs38
622
623         * src/mainwindow.c
624                 honor the display-header-pane setting even when the message view
625                 is a separate window.
626
627 2006-06-29 [wwp]        2.3.1cvs37
628
629         * src/prefs_actions.c
630                 forgot to commit that one (use of GTK_STOCK_INFO).
631
632 2006-06-29 [colin]      2.3.1cvs36
633
634         * src/imap.c
635                 Better handling of login errors (ask the password
636                 again once), alert in case of error. Fix three
637                 signedness warnings.
638
639 2006-06-28 [wwp]        2.3.1cvs35
640
641         * src/prefs_template.c
642         * src/prefs_matcher.c
643         * src/prefs_filtering_action.c
644         * src/prefs_quote.c
645                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
646                 patch by Fabien Vantard, slightly modified.
647
648 2006-06-28 [paul]
649
650         2.4.0-rc2 released
651
652 2006-06-28 [colin]      2.3.1cvs34
653
654         * src/prefs_account.c
655                 Fix bug #977 (Can't add or edit imap accounts)
656
657 2006-06-28 [colin]      2.3.1cvs33
658
659         * src/mimeview.c
660                 Fix previous
661
662 2006-06-28 [colin]      2.3.1cvs32
663
664         * src/mimeview.c
665                 Save named inlined attachments with "Save all"
666         * src/main.c
667         * src/mbox.c
668         * src/common/plugin.c
669         * src/common/plugin.h
670         * src/common/sylpheed.c
671         * src/common/utils.c
672         * src/plugins/pgpcore/sylpheed.def
673         * src/plugins/pgpinline/sylpheed.def
674         * src/plugins/pgpmime/sylpheed.def
675                 Win32 compatibility patch, by
676                 Werner Koch
677
678 2006-06-28 [wwp]        2.3.1cvs31
679
680         * src/imap.c
681         * src/prefs_folder_item.c
682                 less compilation warnings (thanks to Fabien Vantard), less typos.
683
684 2006-06-28 [paul]       2.3.1cvs30
685
686         * src/gtk/gtkutils.c
687                 gtk_combo_box_set_focus_on_click() is only
688                 available since gtk 2.6.0
689
690 2006-06-28 [paul]       2.3.1cvs29
691
692         * src/prefs_ext_prog.c
693                 fix engrish and add a tooltip for the
694                 'command for 'Display as text' option
695
696 2006-06-28 [paul]
697
698         2.4.0-rc1 released
699
700 2006-06-28 [paul]       2.3.1cvs28
701
702         * ChangeLog
703         * tools/Makefile.am
704                 include textviewer.pl in releases
705
706 2006-06-28 [paul]       2.3.1cvs27
707
708         * src/prefs_ext_prog.c
709                 hide Print command option if libgnomeprint
710                 support is present
711
712 2006-06-27 [colin]      2.3.1cvs26
713
714         * src/compose.c
715                 Fix Esc handling in insert/attach dialog
716                 Don't show this dialog if dragging something
717                 else than text/uri-list
718                 Thanks to Fabien Vantard
719         * tools/textviewer.pl
720                 Filter script to display stuff as text
721                 by H. Merijn Brand
722
723 2006-06-27 [wwp]        2.3.1cvs25
724
725         * src/messageview.c
726                 use the exact product name (message view title), patch
727                 by Fabien Vantard.
728
729 2006-06-27 [ticho]      2.3.1cvs24
730
731         * src/prefs_account.c
732         * src/prefs_common.c
733         * src/prefs_common.h
734         * src/prefs_ext_prog.c
735         * src/textview.c
736                 Add a preference (Preferences/External programs)
737                 to allow "Display as text" to be done via a script
738                 (patch by H.Merijn Brand).
739                 Use GtkComboBox for protocol selection in account
740                 preferences.
741                 Only include current choice for existing accounts, and
742                 insensitivize the combobox.
743
744 2006-06-27 [paul]       2.3.1cvs23
745
746         * src/mbox.c
747                 fix crasher introduced in cvs21.
748                 Thanks to Colin
749
750 2006-06-26 [colin]      2.3.1cvs22
751
752         * src/mbox.c
753                 Fix double-frees when leaving folders
754                 after exporting to mbox
755
756 2006-06-26 [colin]      2.3.1cvs21
757
758         * src/mbox.c
759                 More feedback (and optimisation)
760                 on import/export
761         * src/common/utils.c
762                 Fix case when looking for mail addresses
763         * src/gtk/gtkutils.c
764                 Extra check for (X-)Face
765
766 2006-06-25 [ticho]      2.3.1cvs20
767
768         * src/compose.c
769         * src/exphtmldlg.c
770         * src/gtk/gtkutils.c
771         * src/gtk/gtkutils.h
772                 Added second argument to gtkut_sc_combobox_create() to
773                 control focus-on-click for the widget.
774                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
775
776 2006-06-25 [ticho]      2.3.1cvs19
777
778         * src/compose.c
779         * src/gtk/Makefile.am
780         * src/gtk/combobox.c
781         * src/gtk/combobox.h
782         * src/gtk/gtkutils.c
783         * src/gtk/gtkutils.h
784                 Use GtkComboBox instead of deprecated GtkOptionMenu
785                 for account selector in compose window and for encoding
786                 selector in attachment properties.
787                 Also factorise working with the new GtkComboBox somewhat.
788
789 2006-06-24 [paul]       2.3.1cvs18
790
791         * src/prefs_common.c
792                 use the correct default value
793
794 2006-06-24 [paul]       2.3.1cvs17
795
796         * src/compose.c
797         * src/prefs_common.c
798         * src/prefs_common.h
799         * src/prefs_compose_writing.c
800                 enable setting of default action when
801                 dnd'ing files in the compose window.
802                 (Collaborative effort with wwp)
803
804 2006-06-23 [wwp]        2.3.1cvs16
805
806         * src/compose.c
807                 i18n fix (thanks to Fabien Vantard)
808
809 2006-06-22 [colin]      2.3.1cvs15
810
811         * src/prefs_customheader.c
812                 Don't use filters in custom headers' file 
813                 selector. Remember, extensions mean nothing :)
814
815 2006-06-22 [paul]       2.3.1cvs14
816
817         * configure.ac
818                 allow setting of man directory location
819
820 2006-06-22 [colin]      2.3.1cvs13
821
822         * src/mainwindow.c
823                 Add 'View/Go to/Next unread folder'.
824                 I missed that :)
825
826 2006-06-22 [colin]      2.3.1cvs12
827
828         * src/common/utils.c
829                 Add some subject prefixes
830                 Patch by Bjorn T Johansen <btj@havleik.no>
831
832 2006-06-22 [colin]      2.3.1cvs11
833
834         * manual/advanced.xml
835                 Forgotten hidden pref
836
837 2006-06-21 [paul]       2.3.1cvs10
838
839         * src/prefs_account.c
840                 complete the removal of 'Add date header' option
841
842 2006-06-21 [paul]       2.3.1cvs9
843
844         * src/account.c
845         * src/compose.c
846         * src/prefs_account.c
847         * src/prefs_account.h
848                 remove option to add date header - always
849                 add date header
850         * src/etpan/imap-thread.c
851                 fix warnings (Thanks to Colin)
852
853 2006-06-21 [wwp]        2.3.1cvs8
854
855         * src/folder.c
856                 set the attachment flag when inline text part are (file)named. This is more convenient
857                 when receiving (for instance) inline source files or patches sent using thunderbird.
858
859 2006-06-21 [paul]       2.3.1cvs7
860
861         * src/inc.c
862                 fix off-by-one count of current msg in
863                 statusbar filtering progressbar
864
865 2006-06-21 [paul]       2.3.1cvs6
866
867         * src/folder.c
868                 Show attachment icon even if the part is 'inline'
869                 if the following conditions are met:
870                 - content-type != 'text/plain'
871                 - content-type != '*/pgp-signature'
872                 - either 'name' or 'filename' parameter is not NULL
873                 
874                 Thanks to Colin
875
876 2006-06-21 [paul]       2.3.1cvs5
877
878         * src/messageview.c
879         * src/prefs_common.c
880         * src/prefs_common.h
881         * src/prefs_other.c
882                 add an option to 'Never send Return
883                 Receipts'
884                 Thanks to Colin
885
886 2006-06-20 [mones]      2.3.1cvs4
887
888         * po/es.po
889                 updated
890         * src/compose.c
891                 typo fixed (space after comma)
892         * tools/make.themes.project
893                 remove exec mode from tarball files
894
895 2006-06-20 [colin]      2.3.1cvs3
896
897         * src/news.c
898         * src/procheader.c
899         * src/unmime.c
900                 Better fix for \n's in headers (don't 
901                 break Received: and others)
902
903 2006-06-20 [paul]       2.3.1cvs2
904
905         * src/alertpanel.c
906         * src/textview.c
907                 improve legibility of phishing attempt
908                 dialog
909
910 2006-06-20 [paul]       2.3.1cvs1
911
912         * NEWS
913         * README
914         * configure.ac
915                 Update version number following
916                 stable release
917
918 2006-06-20 [colin]      2.3.0cvs26
919
920         * src/compose.c
921                 When dragging a file to the text of the compose
922                 window, ask whether we want to insert or attach
923                 (I know lots of people who do that to attach)
924
925 2006-06-20 [colin]      2.3.0cvs25
926
927         * src/etpan/imap-thread.c
928                 Fix threshold (the append command is often > 32 bytes)
929
930 2006-06-19 [colin]      2.3.0cvs24
931
932         * src/imap.c
933         * src/etpan/imap-thread.c
934                 Workaround Rockliffe IMAP server bug: replace
935                 "x UID SEARCH (ANSWERED UID 1:*)" with
936                 "x UID SEARCH ANSWERED"
937                 (Rockliffe doesn't handle the parenthesis)
938
939 2006-06-19 [colin]      2.3.0cvs23
940
941         * src/compose.c
942         * src/imap.c
943         * src/etpan/imap-thread.c
944                 Probably fix bug #972 (Freezes when adding 
945                 an attachment to the message)
946         * src/common/defs.h
947                 Modernize Firefox cmd
948
949
950 2006-06-18 [colin]      2.3.0cvs22
951
952         * src/prefs_customheader.c
953                 Only allow correct filenames for various
954                 custom headers
955
956 2006-06-18 [colin]      2.3.0cvs21
957
958         * src/prefs_customheader.c
959                 Add a 'From File...' button in custom headers prefs, which
960                 try to do the right thing: 
961                 for normal headers, use file as plaintext,
962                 for X-Face, calls compface,
963                 for Face, encode to b64.
964
965 2006-06-17 [colin]      2.3.0cvs20
966
967         * src/mh.c
968                 Warning fix
969
970 2006-06-16 [colin]      2.3.0cvs19
971
972         * src/summaryview.c
973                 Recursive quicksearch: show message list
974                 in current folder, *then* search children
975                 in the background.
976
977 2006-06-16 [colin]      2.3.0cvs18
978
979         * src/main.c
980                 Instead of ignoring SIGPIPE, save caches
981                 when getting one. Will fix the fact that
982                 hot caches are out-of-date when logging 
983                 out of Xorg.
984         * src/compose.c
985         * src/prefs_compose_writing.c
986                 Only save text (not attachments) when 
987                 auto-saving to drafts
988         * src/unmime.c
989                 Always replace \n, \r and \t with spaces
990                 in headers
991         * manual/dist/html/Makefile.am
992         * manual/dist/pdf/Makefile.am
993         * manual/dist/ps/Makefile.am
994         * manual/dist/txt/Makefile.am
995         * manual/fr/dist/html/Makefile.am
996         * manual/fr/dist/pdf/Makefile.am
997         * manual/fr/dist/ps/Makefile.am
998         * manual/fr/dist/txt/Makefile.am
999         * manual/pl/dist/html/Makefile.am
1000         * manual/pl/dist/pdf/Makefile.am
1001         * manual/pl/dist/ps/Makefile.am
1002         * manual/pl/dist/txt/Makefile.am
1003                 Fix make clean removing pregenerated manuals
1004
1005
1006 2006-06-16 [colin]      2.3.0cvs17
1007
1008         * src/plugins/pgpcore/sgpgme.c
1009         * src/plugins/pgpmime/pgpmime.c
1010         * src/plugins/pgpinline/pgpinline.c
1011                 Better error reporting in setup_signers.
1012                 Don't fallback to default key if specified
1013                 key isn't found.
1014                 Don't allow signing if more than one secret
1015                 key matches the one specified in prefs.
1016
1017 2006-06-15 [colin]      2.3.0cvs16
1018
1019         * src/folderview.c
1020                 Add "Send queue" in the folder's contextual
1021                 menu
1022         * src/compose.c
1023         * src/messageview.c
1024         * src/privacy.c
1025         * src/privacy.h
1026         * src/procmime.c
1027         * src/procmsg.c
1028         * src/plugins/pgpcore/passphrase.c
1029         * src/plugins/pgpcore/sgpgme.c
1030         * src/plugins/pgpinline/pgpinline.c
1031         * src/plugins/pgpmime/pgpmime.c
1032                 Better error reporting
1033         * src/mbox.c
1034                 Probably fix bug #971 (2.2.3 cannot read mail 
1035                 from local mbox)
1036
1037
1038 2006-06-15 [mones]      2.3.0cvs15
1039
1040         * tools/make.themes.project
1041                 creates the themes project from the web page
1042
1043 2006-06-15 [colin]      2.3.0cvs14
1044
1045         * src/folder.c
1046                 Better fix (avoid losing the folder if scan_tree 
1047                 fails)
1048
1049 2006-06-15 [cleroy]     2.3.0cvs13
1050
1051         * src/folder.c
1052                 Probably fix Bug #969 (crash on rebuilding 
1053                 imap folder)
1054
1055 2006-06-14 [colin]      2.3.0cvs12
1056
1057         * manual/dtd/manual.xsl
1058         * manual/sylpheed-claws-manual.xml
1059         * manual/fr/sylpheed-claws-manual.xml
1060         * manual/pl/sylpheed-claws-manual.xml
1061                 Insert pagebreaks between sections
1062
1063 2006-06-14 [paul]       2.3.0cvs11
1064
1065         * configure.ac
1066                 better fix than 2.3.0cvs10
1067
1068 2006-06-14 [paul]       2.3.0cvs10
1069
1070         * configure.ac
1071                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1072                 (backwards compatible)
1073
1074 2006-06-13 [colin]      2.3.0cvs9
1075
1076         * src/messageview.c
1077                 Fix sending of return receipt with the new queue folders
1078
1079 2006-06-13 [wwp]        2.3.0cvs8
1080
1081         * src/quote_fmt_lex.l
1082                 fix wrong tokens returned in quote_fmt lexer, query not().
1083
1084 2006-06-13 [wwp]        2.3.0cvs7
1085
1086         * src/folder.c
1087         * src/prefs_folder_item.c
1088                 allow changing folder type even when folder is not a top-level one,
1089                 thanks to Colin.
1090
1091 2006-06-12 [colin]      2.3.0cvs6
1092
1093         * src/folderview.c
1094                 Fix double-ask of "Do you want to mark all
1095                 as read"
1096
1097 2006-06-12 [colin]      2.3.0cvs5
1098
1099         * src/compose.c
1100         * src/compose.h
1101         * src/folder.c
1102         * src/folder.h
1103         * src/imap.c
1104         * src/inc.c
1105         * src/main.c
1106         * src/messageview.c
1107         * src/mh.c
1108         * src/prefs_folder_item.c
1109         * src/procheader.c
1110         * src/procmime.c
1111         * src/procmsg.c
1112         * src/procmsg.h
1113         * src/send_message.c
1114         * src/summaryview.c
1115         * src/toolbar.c
1116                 Apply bug #964's patch (Queue and drafts aren't normal)
1117                 The Drafts and Queue folder now contain RFC-822 files,
1118                 allowing to move and copy mails from and to these 
1119                 folders. Moving from Drafts to Queue will prepare the
1120                 mail for sending (PGP signature, encryption, etc).
1121                 This patch also rework sending errors handling to try
1122                 to be more helpful.
1123                 Also, allow redefining folder types via the GUI 
1124                 (Folder type in its Properties)
1125
1126 2006-06-12 [colin]      2.3.0cvs4
1127
1128         * src/summaryview.c
1129         * src/prefs_common.c
1130         * src/prefs_common.h
1131         * src/gedit-print.c
1132                 Allow to define a specific print font - patch
1133                 by Bernhard Walle <bernhard.walle@gmx.de>
1134         * src/prefs_fonts.c
1135         * manual/advanced.xml
1136         * manual/fr/advanced.xml
1137                 Add a hidden pref to allow deletion without
1138                 confirmation
1139
1140 2006-06-12 [wwp]        2.3.0cvs3
1141
1142         * .cvsignore
1143                 more files to ignore.
1144
1145 2006-06-12 [wwp]        2.3.0cvs2
1146
1147         * src/quote_fmt.c
1148         * src/quote_fmt_lex.l
1149         * src/quote_fmt_parse.y
1150                 extend the quote_fmt parser (templates and quotes):
1151                 - allow limited sub-expressions in |p{} and |f{} expressions,
1152                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1153                 - implemented/fixed missing implementation of query_references and show_references,
1154                 - completed, fixed contents and format of the symbols help dialog,
1155                 - fix some compilation warnings.
1156
1157 2006-06-12 [wwp]        2.3.0cvs1
1158
1159         * manual/advanced.xml
1160         * manual/fr/advanced.xml
1161                 updates in the "templates" section of the manual (eng/fr):
1162                  - be more precise (both versions)
1163                  - completed to match the english reference (fr version)
1164                  - touchups (both versions)
1165
1166 2006-06-12 [paul]       2.3.0
1167
1168         2.3.0 released
1169
1170 2006-06-12 [paul]       2.2.3cvs14
1171
1172         * po/ca.po
1173         * po/cs.po
1174         * po/de.po
1175         * po/el.po
1176         * po/fr.po
1177         * po/it.po
1178         * po/pt_BR.po
1179         * po/sr.po
1180         * po/zh_CN.po
1181                 updated by Miquel Oliete, Tim, Stephan Sachse,
1182                 Stavros Giannouris, Fabien Vantard, Andrea
1183                 Spadaccini, Frederico Goncalves Guimaraes,
1184                 Aleksandar Urosevic, and Ralgh Young
1185
1186 2006-06-12 [colin]      2.2.3cvs13
1187
1188         * src/mbox.c
1189                 Add missing header
1190
1191 2006-06-11 [colin]      2.2.3cvs12
1192
1193         * src/msgcache.c
1194                 Verify that g_malloc() succeeded
1195
1196 2006-06-11 [colin]      2.2.3cvs11
1197
1198         * src/wizard.c
1199                 Add Face header to welcome mail
1200
1201 2006-06-10 [colin]      2.2.3cvs10
1202
1203         * src/textview.c
1204                 Revert previous (Forgot it changes the
1205                 margin on the whole mail)
1206
1207 2006-06-10 [colin]      2.2.3cvs9
1208
1209         * src/textview.c
1210                 Don't overlap long headers under (X-)Face
1211
1212 2006-06-10 [mones]      2.2.3cvs8
1213
1214         * manual/xml2pdf
1215                 allow generation of manual on systems lacking saxon binary
1216                 but with java and the saxon library installed
1217
1218         * po/es.po
1219                 updated for release
1220
1221 2006-06-09 [colin]      2.2.3cvs7
1222
1223         * src/summaryview.c
1224                 Fix leak when using Display Sender using Addressbook
1225
1226 2006-06-09 [colin]      2.2.3cvs6
1227
1228         * src/compose.c
1229         * src/folder.c
1230         * src/folderview.c
1231         * src/mimeview.c
1232         * src/summaryview.c
1233                 More leaks fixes
1234
1235 2006-06-09 [paul]       2.2.3cvs5
1236
1237         * AUTHORS
1238         * src/gtk/authors.h
1239         * tools/claws.i18n.status.pl
1240                 updated with new info
1241
1242 2006-06-09 [paul]       2.2.3cvs4
1243
1244         * README
1245                 updated
1246         * manual/ack.xml
1247                 add wwp to authors list
1248         * src/gtk/authors.h
1249                 update mine and Colin's addresses
1250
1251 2006-06-08 [colin]      2.2.3cvs3
1252
1253         * src/etpan/imap-thread.c
1254                 Fix leak on SSL cert check
1255
1256 2006-06-08 [colin]      2.2.3cvs2
1257
1258         * src/common/utils.c
1259                 Fix leak
1260
1261 2006-06-08 [paul]       2.2.3cvs1
1262
1263         * configure.ac
1264                 Update version number following
1265                 stable release
1266
1267 2006-06-07 [colin]      2.2.2cvs3
1268
1269         * src/msgcache.c
1270                 Fix catching cache read errors (guint instead of gint)
1271                 Prevent malloc'ing more than 8MB (means cache corruption)
1272
1273 2006-06-07 [paul]       2.2.2cvs2
1274
1275         * src/exporthtml.c
1276         * src/exportldif.c
1277         * src/mh.c
1278         * src/mutt.c
1279         * src/pine.c
1280         * src/common/utils.c
1281                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1282                 obey $HOME'
1283                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1284                 Thanks to Colin
1285
1286 2006-06-06 [paul]       2.2.2cvs1
1287
1288         * configure.ac
1289                 Update version number following
1290                 stable release
1291
1292 2006-06-06 [paul]       2.2.1cvs6
1293
1294         * src/matcher.c
1295                 fix  implicit declaration of
1296                 sylpheed_do_idle()
1297                 Patch by Fabien Vantard
1298
1299 2006-06-06 [paul]       2.2.1cvs5
1300
1301         * src/matcher.c
1302                 fix age_greater and age_lower so that they
1303                 mean what say and not '...or equal to'
1304                 Thanks to Colin
1305
1306 2006-06-06 [paul]       2.2.1cvs4
1307
1308         * src/textview.c
1309         * src/common/utils.c
1310                 fix URI check
1311                 Thanks to Colin
1312
1313 2006-06-05 [wwp]        2.2.1cvs3
1314
1315         * manual/fr/account.xml
1316                 minor language fixes (thanks to Fabien Vantard).
1317
1318 2006-06-05 [colin]      2.2.1cvs2
1319
1320         * src/prefs_folder_item.c
1321         * src/folderview.c
1322                 Allow recursive setting of properties 
1323                 for whole mailboxes
1324         * src/matcher.c
1325                 Don't freeze on 'test' filtering rule
1326
1327 2006-06-05 [colin]      2.2.1cvs1
1328
1329         * configure.ac
1330                 Update version number following
1331                 stable release
1332
1333 2006-06-04 [wwp]        2.2.0cvs82
1334
1335         * manual/glossary.xml
1336         * manual/account.xml
1337         * manual/fr/glossary.xml
1338         * manual/fr/account.xml
1339                 added glossary section and references/links related to the Face custom header.
1340
1341 2006-06-04 [colin]      2.2.0cvs81
1342
1343         * src/summaryview.c
1344                 Skip to next message on move with no
1345                 immediate execution
1346
1347 2006-06-04 [wwp]        2.2.0cvs80
1348
1349         * manual/xml2pdf
1350                 added sanity checks, exit when needed.
1351
1352 2006-06-03 [paul]       2.2.0cvs79
1353
1354         * src/prefs_receive.c
1355                 page name is now 'Receiving'
1356         * src/prefs_send.c
1357                 page name is now 'Sending'
1358
1359 2006-06-03 [colin]      2.2.0cvs78
1360
1361         * src/plugins/spamassassin/spamassassin_gtk.c
1362                 Autoswitch to Localhost if transport was previously
1363                 disabled. Else people had to check [] Enable, then
1364                 *reselect* transport.
1365
1366 2006-06-03 [colin]      2.2.0cvs77
1367
1368         * src/plugins/pgpinline/pgpinline.c
1369         * src/plugins/pgpmime/pgpmime.c
1370                 Check that gpg_data_release_and_get_mem 
1371                 didn't fail (now, why this happens...)
1372
1373 2006-06-03 [colin]      2.2.0cvs76
1374
1375         * src/mbox.c
1376                 Fix bug #962 (Manual and/or UI should 
1377                 warn about incompatible locking 
1378                 causing dataloss)
1379
1380 2006-06-02 [cleroy]     2.2.0cvs75
1381
1382         * src/filtering.c
1383         * src/folder.c
1384         * src/procmsg.c
1385         * src/summaryview.c
1386                 Fix a few leaks
1387
1388 2006-06-02 [colin]      2.2.0cvs74
1389
1390         * src/main.c
1391                 On exit, free caches after writing them
1392                 Shuts up some valgrind false positives
1393         * src/procmsg.c
1394         * src/send_message.c
1395                 Fix races when reusing existing SMTP connections
1396                 Fix inexistant session timeout
1397         * src/toolbar.c
1398                 Display alertpanel after all queues have
1399                 been processed, not after each
1400
1401 2006-06-02 [wwp]        2.2.0cvs73
1402
1403         * manual/fr/glossary.xml
1404         * manual/fr/ack.xml
1405         * manual/ack.xml
1406                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1407
1408 2006-06-02 [wwp]        2.2.0cvs72
1409
1410         * manual/xml2pdf
1411         * manual/dist/pdf/Makefile.am
1412         * manual/dtd/manual.xsl
1413         * manual/fr/dist/pdf/Makefile.am
1414         * manual/pl/dist/pdf/Makefile.am
1415                 we changed the procedure to generate the .pdf version of the manual.
1416                 The procedure is more modern and the .pdf we get now has a valid index.
1417                 Here are the new pre-requisites:
1418
1419                 - JRE 1.x (1.4 here): there must be one from your distro
1420                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1421                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1422                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1423
1424                 See my posts for further info about the installation of this toolchain:
1425
1426                 Date: Fri, 19 May 2006 19:40:06 +0200
1427                 From: wwp <subscript@free.fr>
1428                 To: sylpheed-claws-devel@lists.sourceforge.net
1429                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1430
1431                 and
1432
1433                 Date: Wed, 24 May 2006 12:58:49 +0200
1434                 From: wwp <subscript@free.fr>
1435                 To: sylpheed-claws-devel@lists.sourceforge.net
1436                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1437
1438 2006-06-01 [colin]      2.2.0cvs71
1439
1440         * src/compose.c
1441                 Better guards against IMAP races
1442         * src/main.c
1443         * src/prefs_common.c
1444         * src/prefs_common.h
1445         * src/common/ssl_certificate.c
1446         * src/etpan/imap-thread.c
1447         * src/etpan/imap-thread.h
1448         * src/gtk/sslcertwindow.c
1449                 New hidden option ssl_skip_cert_check to 
1450                 avoid dups of bug #959 (libetpan linked
1451                 against gnutls and gnutls buggy on 64bit)
1452                 Present expired warning only once per
1453                 session/server.
1454         * manual/advanced.xml
1455         * manual/fr/advanced.xml
1456                 Document new option
1457
1458 2006-06-01 [wwp]        2.2.0cvs70
1459
1460         * src/messageview.c
1461                 fix for bug #961 (return receipt dialog 
1462                 complains incorrectly about return-path 
1463                 email adress being different), thanks 
1464                 to Colin.
1465
1466 2006-05-31 [cleroy]     2.2.0cvs69
1467
1468         * src/common/ssl.c
1469                 Guard against NULLs, although this
1470                 should never be an issue
1471
1472 2006-05-31 [colin]      2.2.0cvs68
1473
1474         * src/filtering.c
1475                 Use g_slist_prepend
1476         * src/imap.c
1477                 Don't remove caches when destroying folder, it
1478                 could (should) be done at exit
1479         * src/inc.c
1480                 free processing cache after incorporation
1481         * src/etpan/imap-thread.c
1482                 Maybe fix bug #959 (Crash on moving to emails 
1483                 to a imap account per ssl with a expired 
1484                 certificate.)
1485
1486 2006-05-30 [colin]      2.2.0cvs67
1487
1488         * src/summaryview.c
1489                 Put back event flush when displaying message
1490                 It avoids reading a bunch of messages just
1491                 by hitting shift-n for too long ;)
1492
1493 2006-05-29 [colin]      2.2.0cvs66
1494
1495         * src/summaryview.c
1496                 Remove useless g_warnings
1497
1498 2006-05-29 [colin]      2.2.0cvs65
1499
1500         * src/imap.c
1501                 Fix g_slist_append()s for performance
1502
1503 2006-05-29 [colin]      2.2.0cvs64
1504
1505         * src/compose.c
1506         * src/common/utils.c
1507                 Fix extraneous tab at start of addresses
1508         * src/mainwindow.c
1509                 Fix warnings (thanks to Fabien)
1510                 Fix crash at exit when composing messages 
1511                 exist
1512         * src/pop.c
1513                 Fix progress bar when deleting expired mails
1514                 Thanks to Hiro
1515         * src/summaryview.c
1516         * src/gtk/gtksctree.c
1517                 Fix re-sorting slowness
1518
1519 2006-05-29 [paul]       2.2.0cvs63
1520
1521         * src/mh.c
1522                 fetch full message when moving mails
1523                 from another mailbox, (fixed data loss
1524                 when filtering from IMAP to MH, introduced
1525                 in 2.2.0cvs57).
1526                 Thanks to Colin
1527
1528 2006-05-29 [mones]      2.2.0cvs62
1529
1530         * src/gtk/gtksctree.c
1531                 Unselect faster (patch by Colin)        
1532
1533 2006-05-26 [colin]      2.2.0cvs61
1534
1535         * src/summaryview.c
1536                 Unplug MSGINFO_UPDATE callback on delete too.
1537
1538 2006-05-26 [colin]      2.2.0cvs60
1539
1540         * src/foldersel.c
1541                 Fix bold in folder selection window with glib2.10
1542                 thanks Hiro
1543
1544 2006-05-26 [colin]      2.2.0cvs59
1545
1546         * src/procheader.c
1547                 Convert date only if necessary (and don't
1548                 try to convert from utf8 to utf8, too)
1549         * src/summaryview.c
1550                 Only set column's text if the column's 
1551                 displayed
1552
1553 2006-05-26 [colin]      2.2.0cvs58
1554
1555         * src/summaryview.c
1556         * src/gtk/gtkutils.c
1557                 Fix useless warning
1558
1559 2006-05-26 [colin]      2.2.0cvs57
1560
1561         * src/mainwindow.c
1562                 Make summaryview selectable as long as 
1563                 no message has focus
1564         * src/mh.c
1565                 Faster deletion (by implementing mh_remove_msgs)
1566                 Faster copy (avoid using mh_fetch_msg just to get
1567                 the filename)
1568                 Faster move (using move_file instead of copy_file
1569                 if MSG_IS_MOVE)
1570                 No progressbar if total number of mails to cp/mv 
1571                 is less than 100
1572         * src/summaryview.c
1573                 Fix removal from subject_table when mail gets moved
1574                 Faster deletion (g_slist_prepend instead of append)
1575         * src/gtk/gtksctree.c
1576                 Remove useless code
1577
1578 2006-05-25 [colin]      2.2.0cvs56
1579
1580         * src/common/ssl_certificate.c
1581                 Fix leak in expired cert check
1582
1583 2006-05-25 [colin]      2.2.0cvs55
1584
1585         * src/mh.c
1586                 Disable flags syncing on .mh_sequences - it
1587                 is buggy and marks mails read under unknown
1588                 conditions.
1589
1590 2006-05-25 [paul]
1591
1592         * 2.3.0-rc4 released
1593
1594 2006-05-24 [colin]      2.2.0cvs54
1595
1596         attention cvs users: if you manage to crash
1597         Sylpheed-Claws while moving, copying or deleting
1598         mails, we *are* interested in stack traces and
1599         valgrind logs. It looks stable, but one never
1600         knows...
1601
1602         * src/folder.c
1603                 Add progressbar for cache updates
1604         * src/folderutils.c
1605                 Optimize Mark all read in the current
1606                 folder
1607         * src/mh.c
1608                 Add progressbar for copy/move
1609         * src/procmsg.c
1610                 Optimize O(n^2) in copy/move
1611         * src/summaryview.c
1612         * src/gtk/gtksctree.c
1613                 Optimize O(n^2) algos
1614         * src/common/timing.h
1615                 Display ms instead of us
1616
1617 2006-05-24 [wwp]        2.2.0cvs53
1618
1619         * manual/fr/advanced.xml
1620                 updates to the French manual.
1621
1622 2006-05-24 [wwp]        2.2.0cvs52
1623
1624         * src/common/utils.c
1625                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1626
1627 2006-05-24 [wwp]        2.2.0cvs51
1628
1629         * src/folderutils.c
1630                 fixed "mark all read" in MH folders (thanks to Colin).
1631
1632 2006-05-24 [paul]       2.2.0cvs50
1633
1634         * doc/man/sylpheed-claws.1
1635                 updated the man page
1636
1637 2006-05-23 [colin]      2.2.0cvs49
1638
1639         * src/folderview.c
1640         * src/imap.c
1641         * src/inc.c
1642         * src/mbox.c
1643         * src/messageview.c
1644         * src/news.c
1645         * src/send_message.c
1646         * src/summaryview.c
1647         * src/gtk/sslcertwindow.c
1648                 alertpanel fixes, by Fabien
1649
1650 2006-05-23 [colin]      2.2.0cvs48
1651
1652         * src/folder.c
1653         * src/folderview.c
1654         * src/msgcache.c
1655         * src/summaryview.c
1656         * src/gtk/gtksctree.c
1657         * src/gtk/gtksctree.h
1658                 More timings
1659                 Fix slow loading problem, which was caused by the
1660                 use of some gtk_ctree funcs and their use of
1661                 g_list_position while gtk_ctree_(un)link'ing.
1662                 Reap more functions from gtkctree.c to be sure we
1663                 use our (fast) version instead of theirs.
1664         * src/mh.c
1665                 Fix copy of unread mails
1666
1667
1668 2006-05-22 [wwp]        2.2.0cvs47
1669
1670         * manual/fr/advanced.xml
1671                 updated.
1672
1673 2006-05-22 [colin]      2.2.0cvs46
1674
1675         * src/filtering.c
1676                 Fix possible infinite loop. 'copy' is not a 
1677                 final action, so when encountering a 'copy',
1678                 we have to check if a previous one was set
1679                 and do it. In the same way, if we encounter
1680                 a 'move' we have to perform a possibly 
1681                 pending 'copy'. This will slow down filtering
1682                 on IMAP if move+copy or multiple copy actions
1683                 are to be done, but handling it via the batch
1684                 would be really too convoluted.
1685
1686 2006-05-22 [wwp]        2.2.0cvs45
1687
1688         * manual/fr/advanced.xml
1689         * manual/fr/faq.xml
1690         * manual/fr/glossary.xml
1691         * manual/fr/handling.xml
1692         * manual/fr/intro.xml
1693         * manual/fr/plugins.xml
1694         * manual/fr/sylpheed-claws-manual.xml
1695                 sync w/ the english manual: updates URIs, documented mailing-list
1696                 support, better explanation about the enabled/disabled feature
1697                 in filtering/processing rules by Paul.
1698
1699 2006-05-21 [colin]      2.2.0cvs44
1700
1701         * src/summaryview.c
1702                 Don't expand after building threads, but during
1703
1704 2006-05-21 [colin]      2.2.0cvs43
1705
1706         * src/procmsg.c
1707         * src/summaryview.c
1708                 More timing possibilities... For next time I have 
1709                 to find out how the hell some 3GHz computer takes
1710                 one minute to open a 30k folder...
1711
1712 2006-05-21 [colin]      2.2.0cvs42
1713
1714         * manual/pl/advanced.xml
1715         * manual/pl/faq.xml
1716         * manual/pl/glossary.xml
1717         * manual/pl/handling.xml
1718         * manual/pl/intro.xml
1719         * manual/pl/plugins.xml
1720         * manual/pl/sylpheed-claws-manual.xml
1721                 Polish manual updated by Pawel
1722
1723 2006-05-20 [colin]
1724
1725         * 2.3.0-rc3 released
1726
1727 2006-05-20 [colin]      2.2.0cvs41
1728
1729         * src/imap.c
1730                 Fix -rc2 problems:
1731                 - remove cache of moved messages from original folder
1732                 - apply new flags to messages even if they aren't appliable
1733                   via IMAP.
1734
1735 2006-05-20 [colin]
1736
1737         * 2.3.0-rc2 released
1738
1739 2006-05-19 [colin]      2.2.0cvs40
1740
1741         * src/imap.c
1742                 Don't issue SELECT in imap_change_flags
1743                 before having checked that we indeed have
1744                 some flags to change. MSG_POSTFILTERED for
1745                 example can't be used on IMAP.
1746                 Fixes bug #955 (copying messages between 
1747                 imap folders is extremely slow), which was
1748                 a regression.
1749
1750 2006-05-19 [colin]      2.2.0cvs39
1751
1752         * src/folder.c
1753         * src/folder.h
1754         * src/folderview.c
1755                 Try to fix bug #830 (Some unread messages 
1756                 get marked read in IMAP inbox):
1757                 - Prevent scanning a folder if it's being 
1758                   opened via the GUI
1759                 - Postpone opening via the GUI of a folder
1760                   currently scanned.
1761
1762
1763 2006-05-19 [wwp]        2.2.0cvs38
1764
1765         * manual/advanced.xml
1766                 fix English+typo (thanks to Paul).
1767
1768 2006-05-19 [wwp]        2.2.0cvs37
1769
1770         * manual/advanced.xml
1771         * manual/fr/advanced.xml
1772         * src/gtk/logwindow.c
1773         * src/prefs_common.c
1774         * src/prefs_common.h
1775                 added hidden prefs to allow customization of colors used in
1776                 protocol log window (useful for dark gtk+ themes).
1777
1778 2006-05-19 [wwp]        2.2.0cvs36
1779
1780         * ChangeLog
1781                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1782
1783 2006-05-19 [paul]       2.2.0cvs35
1784
1785         * src/textview.c
1786                 make Reply-To fully clickable
1787         * src/gtk/logwindow.c
1788                 more colouring (SMTP ESMTP)
1789         Both patches by Pawel Pekala
1790
1791 2006-05-19 [cleroy]     2.2.0cvs34
1792
1793         * src/mh.c
1794                 Don't update flags from current folder
1795                 Probably fixes bug #935 (Read Messages 
1796                 Revert to Being Marked as Unread)
1797
1798 2006-05-18 [colin]      2.2.0cvs33
1799
1800         * src/imap.c
1801                 Warning fix
1802         * src/compose.c
1803         * src/mainwindow.c
1804         * src/summaryview.c
1805         * src/toolbar.c
1806                 Allow replying to multiple emails
1807                 in multiple windows
1808         * src/mimeview.c
1809         * src/etpan/imap-thread.c
1810                 Leak fixes
1811
1812 2006-05-18 [paul]       2.2.0cvs32
1813
1814         * src/summaryview.c
1815                 keep Mailing-List menu refreshed
1816                 Thanks to Colin
1817
1818 2006-05-18 [paul]       2.2.0cvs31
1819
1820         * manual/advanced.xml
1821         * manual/faq.xml
1822         * manual/glossary.xml
1823         * manual/handling.xml
1824         * manual/intro.xml
1825         * manual/plugins.xml
1826         * manual/sylpheed-claws-manual.xml
1827                 update URLs
1828                 add info about mailing-list support
1829                 edit filtering info
1830         * src/wizard.c
1831         * src/common/defs.h
1832         * src/gtk/about.c
1833         * src/plugins/dillo_viewer/README
1834                 update URLs
1835
1836 2006-05-17 [wwp]        2.2.0cvs30
1837
1838         * manual/handling.xml
1839         * manual/fr/handling.xml
1840                 documented the ability to enabled/disable filtering/processing rules.
1841
1842 2006-05-17 [colin]      2.2.0cvs29
1843
1844         * src/main.c
1845                 Don't initialize g_thread subsystem if it's 
1846                 already done (thanks to Hiro)
1847         * src/mimeview.c
1848                 Fix saving of parts when there name can't be
1849                 converted from UTF-8.
1850
1851 2006-05-17 [paul]       2.2.0cvs28
1852
1853         * po/Makefile.in.in
1854                 fix config.status warning with autoconf 2.60
1855
1856 2006-05-17 [paul]       2.2.0cvs27
1857
1858         * po/POTFILES.in
1859                 add src/mbox.c
1860
1861 2006-05-17 [wwp]        2.2.0cvs26
1862
1863         * src/mainwindow.c
1864                 fix useless and potentially dangerous buffer walking (thanks to Colin).
1865
1866 2006-05-17 [wwp]        2.2.0cvs25
1867
1868         * src/plugins/demo/demo.c
1869                 updated product name in plugin demo (many plugins need to be
1870                 sync'ed w/ that change).
1871
1872 2006-05-17 [colin]      2.2.0cvs24
1873
1874         * src/mh.c
1875                 Fix leak
1876
1877 2006-05-16 [colin]      2.2.0cvs23
1878
1879         * src/mainwindow.c
1880                 Stupid me hit again. Fix cvs22.
1881
1882 2006-05-16 [colin]      2.2.0cvs22
1883
1884         * src/mainwindow.c
1885                 Fix bug #922 (sylpheed-claws crashed after 
1886                 pushing on Inbox folder)
1887
1888 2006-05-16 [colin]      2.2.0cvs21
1889
1890         * src/compose.c
1891                 Make From header be copy/paste/select-able
1892
1893 2006-05-16 [wwp]        2.2.0cvs20
1894
1895         * src/export.c
1896         * src/matcher.c
1897         * src/summaryview.c
1898         * src/etpan/imap-thread.c
1899                 fix some compiler warnings (thanks to Colin).
1900
1901 2006-05-16 [wwp]        2.2.0cvs19
1902
1903         * src/action.c
1904         * src/gedit-print.c
1905         * src/inc.c
1906         * src/mainwindow.c
1907         * src/mh.c
1908         * src/statusbar.c
1909         * src/send_message.c
1910         * src/summaryview.c
1911                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
1912
1913 2006-05-15 [colin]      2.2.0cvs18
1914
1915         * src/procmsg.c
1916                 Fix automatic rule creation with List-Post
1917
1918 2006-05-15 [paul]       2.2.0cvs17
1919
1920         * tools/filter_conv_new.pl
1921                 updated for rule enabling/disabling
1922                 claws version >= 2.3.x required
1923
1924 2006-05-15 [cleroy]     2.2.0cvs16
1925
1926         * src/main.c
1927                 Revert test
1928
1929 2006-05-15 [cleroy]     2.2.0cvs15
1930
1931         * src/main.c
1932                 test
1933
1934 2006-05-15 [wwp]        2.2.0cvs14
1935
1936         * manual/pl/.cvsignore
1937                 ignore generated files.
1938
1939 2006-05-14 [wwp]        2.3.0-rc1
1940
1941         * 2.3.0-rc1 released
1942
1943 2006-05-13 [wwp]        2.2.0cvs13
1944
1945         * src/filtering.c
1946         * src/filtering.h
1947         * src/matcher.c
1948         * src/matcher_parser_lex.l
1949         * src/matcher_parser_parse.y
1950         * src/prefs_filtering.c
1951                 new feature: provide the ability to disable filtering and processing
1952                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
1953                 adaptations.
1954
1955 2006-05-13 [colin]      2.2.0cvs12
1956
1957         * src/compose.c
1958                 Remove useless if (a) b; else b;
1959                 Thanks to wwp
1960
1961 2006-05-13 [wwp]        2.2.0cvs11
1962
1963         * src/export.c
1964         * src/import.c
1965         * src/mainwindow.c
1966         * src/mbox.c
1967         * src/summaryview.c
1968         * src/summaryview.h
1969                 no more silent failures (or at least less ones) when importing
1970                 or exporting from/to mbox. Also start importing/exporting if
1971                 the necessary info is set.
1972
1973 2006-05-13 [wwp]        2.2.0cvs10
1974
1975         * RELEASE_NOTES
1976                 restored up-to-date release notes.
1977
1978 2006-05-13 [paul]       2.2.0cvs9
1979
1980         * po/nl.po
1981         * po/ru.po
1982                 updated by Tim Dijkstra and Pavlo Bohmat
1983
1984 2006-05-12 [colin]      2.2.0cvs8
1985
1986         * src/gtk/quicksearch.c
1987                 Add "k" as shortcut for "colorlabel". Patch
1988                 by ath42@users.sf.net.
1989
1990 2006-05-12 [paul]       2.2.0cvs7
1991
1992         * src/prefs_common.h
1993         * src/prefs_summaries.c
1994         * src/summaryview.c
1995                 when entering a folder also allow
1996                 going directly to first Marked message
1997
1998 2006-05-12 [paul]       2.2.0cvs6
1999
2000         * src/summaryview.c
2001                 always obey 'confirm before marking all
2002                 mails read' option
2003
2004 2006-05-12 [paul]       2.2.0cvs5
2005
2006         * src/textview.c
2007                 make Sender fully clickable
2008
2009 2006-05-12 [colin]      2.2.0cvs4
2010
2011         * src/compose.c
2012         * src/compose.h
2013                 Let From be editable
2014         * src/main.c
2015         * src/mh.c
2016                 Full support of .mh_sequences' Unseen seq
2017
2018 2006-05-12 [colin]      2.2.0cvs3
2019
2020         * src/folder.c
2021         * src/mainwindow.c
2022         * src/mainwindow.h
2023         * src/messageview.c
2024         * src/prefs_spelling.c
2025         * src/procheader.c
2026         * src/procmsg.c
2027         * src/procmsg.h
2028         * src/summaryview.c
2029         * src/toolbar.c
2030         * src/toolbar.h
2031                 Add contextual menu on Compose toolbar
2032                 button. Fixes bug #944 (Automatic
2033                 addresses not applied when changing account
2034                 from compose window)
2035                 add Mailing List support
2036                 based on the old 0.6.5claws25 patch by
2037                 Melvin Hadasht, with finishing touches
2038                 by Colin
2039                 Fix "ignore thread" when mails are threaded by
2040                 subject (and weren't ignored although appearing
2041                 in the thread).
2042                 GUI rework.
2043                 Both patches by Pawel.
2044
2045 2006-05-08 [paul]       2.2.0cvs2
2046
2047         * src/mainwindow.c
2048         * src/mainwindow.h
2049         * src/messageview.c
2050         * src/procheader.c
2051         * src/procmsg.c
2052         * src/procmsg.h
2053         * src/summaryview.c
2054                 add Mailing List support
2055                 based on the old 0.6.5claws25 patch by 
2056                 Melvin Hadasht, with finishing touches
2057                 by Colin
2058
2059 2006-05-08 [colin]      2.2.0cvs1
2060
2061         * src/mainwindow.c
2062         * src/toolbar.c
2063         * src/toolbar.h
2064                 Add contextual menu on Compose toolbar 
2065                 button. Fixes bug #944 (Automatic 
2066                 addresses not applied when changing account 
2067                 from compose window)
2068
2069 2006-05-08 [paul]       2.2.0
2070
2071         2.2.0 released
2072
2073 2006-05-08 [paul]       2.1.1cvs51
2074
2075         * po/cs.po
2076         * po/de.po
2077         * po/en_GB.po
2078         * po/fi.po
2079         * po/fr.po
2080         * po/pt_BR.po
2081         * po/sr.po
2082         * po/zh_CN.po
2083                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2084                 Fabien Vantard, Frederico Goncalves Guimaraes,
2085                 Aleksandar Urosevic, and Ralgh Young
2086
2087 2006-05-12 [colin]      2.1.1cvs50
2088
2089         * po/cs.po
2090         * po/de.po
2091         * po/en_GB.po
2092         * po/es.po
2093         * po/fi.po
2094         * po/fr.po
2095         * po/pt_BR.po
2096         * po/sr.po
2097         * po/zh_CN.po
2098                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2099                 Fabien Vantard, Frederico Goncalves Guimaraes,
2100                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2101
2102 2006-05-05 [colin]      2.1.1cvs49
2103
2104         * manual/Makefile.am
2105         * manual/pl/Makefile.am
2106         * manual/pl/account.xml
2107         * manual/pl/ack.xml
2108         * manual/pl/addrbook.xml
2109         * manual/pl/advanced.xml
2110         * manual/pl/faq.xml
2111         * manual/pl/glossary.xml
2112         * manual/pl/gpl.xml
2113         * manual/pl/handling.xml
2114         * manual/pl/intro.xml
2115         * manual/pl/keyboard.xml
2116         * manual/pl/plugins.xml
2117         * manual/pl/starting.xml
2118         * manual/pl/sylpheed-claws-manual.xml
2119         * manual/pl/dist/.cvsignore
2120         * manual/pl/dist/Makefile.am
2121         * manual/pl/dist/html/.cvsignore
2122         * manual/pl/dist/html/Makefile.am
2123         * manual/pl/dist/pdf/.cvsignore
2124         * manual/pl/dist/pdf/Makefile.am
2125         * manual/pl/dist/ps/.cvsignore
2126         * manual/pl/dist/ps/Makefile.am
2127         * manual/pl/dist/txt/.cvsignore
2128         * manual/pl/dist/txt/Makefile.am
2129                 Add the polish translation of the manual,
2130                 Authored by Pawel Pekala.
2131
2132 2006-05-05 [cleroy]     2.1.1cvs48
2133
2134         * src/main.c
2135                 Re-read matcherrc after loading plugins 
2136                 if some of them add folders.
2137
2138 2006-05-03 [colin]      2.1.1cvs47
2139
2140         * src/imap.c
2141                 I'm idiot
2142
2143 2006-05-03 [colin]      2.1.1cvs46
2144
2145         * src/imap.c
2146                 Be sure to have a session when
2147                 getting separator
2148
2149 2006-05-03 [colin]      2.1.1cvs45
2150
2151         * src/imap.c
2152         * src/imap.h
2153         * src/imap_gtk.c
2154                 Fix preventing renaming with namespace 
2155                 separator.
2156
2157 2006-05-01 [colin]      2.1.1cvs44
2158
2159         * src/action.c
2160                 Don't reload messageview when result of
2161                 action is piped.
2162
2163 2006-04-29 [colin]      2.1.1cvs43
2164
2165         * src/prefs_receive.c
2166         * src/plugins/spamassassin/spamassassin_gtk.c
2167         * src/plugins/clamav/clamav_plugin_gtk.c
2168                 GUI fixes by Pawel
2169
2170 2006-04-29 [colin]      2.1.1cvs42
2171
2172         * src/prefs_compose_writing.c
2173         * src/prefs_quote.c
2174                 Cleanups. Patch by Pawel
2175
2176 2006-04-28 [paul]       2.1.1cvs41
2177
2178         * src/matcher.c
2179                 fix returned quick search results when search
2180                 term contains an underscore.
2181                 Thanks to Colin
2182
2183 2006-04-28 [paul]       2.1.1cvs40
2184
2185         * src/prefs_message.c
2186         * src/prefs_receive.c
2187                 GUI cleanups
2188                 Patches by Pawel Pekala
2189
2190 2006-04-27 [colin]      2.1.1cvs39
2191
2192         * src/wizard.c
2193                 Differentiate subject Welcome from
2194                 window's title Welcome
2195
2196 2006-04-27 [paul]
2197
2198         2.2.0-rc1 released
2199
2200 2006-04-27 [paul]       2.1.1cvs38
2201
2202         * manual/advanced.xml
2203         * manual/fr/advanced.xml
2204                 add info about compose_no_markup hidden pref
2205
2206 2006-04-27 [paul]       2.1.1cvs37
2207
2208         * src/prefs_account.c
2209                 improve privacy labels
2210         * src/prefs_msg_colors.c
2211                 change some strings for translators' convenience
2212         * src/gtk/gtkutils.c
2213                 don't underline the link button text
2214
2215 2006-04-25 [colin]      2.1.1cvs36
2216
2217         * src/folder.c
2218                 Complete 2.1.1cvs33 (once more ;)
2219
2220 2006-04-25 [colin]      2.1.1cvs35
2221
2222         * src/editldap.c
2223                 Fix tooltip
2224
2225 2006-04-25 [cleroy]     2.1.1cvs34
2226
2227         * src/compose.c
2228         * src/gtk/gtkaspell.c
2229                 Fix crash on redirect (related to the return 
2230                 of the aspell menu in compose's toolbar)
2231         * src/prefs_msg_colors.c
2232                 Fix sensitivity widgets
2233         * src/image_viewer.c
2234         * src/gtk/pluginwindow.c
2235         * src/gtk/prefswindow.c
2236                 Change released signals to clicked (Fabien)
2237         * po/POTFILES.in
2238         * src/common/socket.c
2239         * src/plugins/spamassassin/spamassassin.c
2240                 Translate strings (Fabien)
2241
2242 2006-04-25 [paul]       2.1.1cvs33
2243
2244         * src/folder.c
2245         * src/folder.h
2246         * src/folderview.c
2247                 complete the fix of bug #912
2248                 Thanks to Colin
2249
2250 2006-04-25 [colin]      2.1.1cvs32
2251
2252         * src/news.c
2253                 Better progress bar
2254         * src/mimeview.c
2255         * src/summaryview.c
2256         * src/summaryview.h
2257                 Fix focus chain
2258                 Patches by Pawel Pekala
2259
2260 2006-04-24 [colin]      2.1.1cvs31
2261
2262         * src/compose.c
2263                 Fix compilation warnings (Fabien)
2264
2265 2006-04-24 [colin]      2.1.1cvs30
2266
2267         * src/addrindex.c
2268         * src/editldap.c
2269         * src/editldap_basedn.c
2270         * src/editldap_basedn.h
2271         * src/ldapctrl.c
2272         * src/ldapctrl.h
2273         * src/ldapquery.c
2274         * src/ldaputil.c
2275         * src/ldaputil.h
2276                 Fix bug #901 (LDAPS support)
2277
2278 2006-04-24 [colin]      2.1.1cvs29
2279
2280         * src/compose.c
2281                 Fix logic on error with send dialog on
2282         * src/imap.c
2283                 Fix compilation without libetpan, thanks
2284                 to Fabien
2285         * src/summaryview.c
2286                 Fix 'context-menu' key
2287
2288 2006-04-23 [colin]      2.1.1cvs28
2289
2290         * src/folder.c
2291                 Never free current's cache to free up 
2292                 memory. Fixes bug #912 (new count 
2293                 randomly set to message count)
2294
2295 2006-04-23 [colin]      2.1.1cvs27
2296
2297         * src/gtk/quicksearch.c
2298                 And remove printf...
2299
2300 2006-04-23 [colin]      2.1.1cvs26
2301
2302         * src/gtk/quicksearch.c
2303                 Fix replacing in quicksearch, and fix inserting
2304                 in the middle of the string. (introduced at 2.1.0cvs22)
2305
2306 2006-04-23 [colin]      2.1.1cvs25
2307
2308         * src/imap.c
2309                 Make sure uidnext is initialized in get_num_list
2310                 (not for stable, related to 2.1.1cvs8 and friends)
2311
2312 2006-04-23 [colin]      2.1.1cvs24
2313
2314         * src/imap.c
2315                 Output something when login is successful
2316                 too
2317
2318 2006-04-23 [colin]      2.1.1cvs23
2319
2320         * src/etpan/imap-thread.c
2321                 Better logging (line-per-line, hide data in fetch)
2322                 Fix a const warning
2323         * src/gtk/logwindow.c
2324         * src/gtk/logwindow.h
2325                 Better logging (color for input/output)
2326
2327 2006-04-21 [colin]      2.1.1cvs22
2328
2329         * src/gtk/quicksearch.c
2330                 On gtk+-2.8, use stock buttons in quicksearch
2331                 Based on a patch by Fabien and a design by Paul
2332
2333 2006-04-21 [colin]      2.1.1cvs21
2334
2335         * src/folderview.c
2336         * src/mainwindow.c
2337                 Fix occasional flicker in folderview
2338         * src/common/utils.c
2339                 Fix bug #943 (Incorrectly parsed email address 
2340                 list in short headers on message view and in 
2341                 printouts)
2342
2343 2006-04-20 [colin]      2.1.1cvs20
2344
2345         * src/imap.c
2346         * src/imap.h
2347         * src/prefs_account.c
2348                 Add ANONYMOUS auth for IMAP
2349
2350 2006-04-20 [paul]       2.1.1cvs19
2351
2352         * src/main.c
2353                 proper fix for 2.1.1cvs18
2354                 Thanks to Colin
2355
2356 2006-04-20 [paul]       2.1.1cvs18
2357
2358         * src/main.c
2359                 fix build warnings
2360
2361 2006-04-20 [paul]       2.1.1cvs17
2362
2363         * src/gtk/quicksearch.c
2364                 fix standard, non-extended Quick search,
2365                 was broken in 2.1.1cvs15.
2366                 Thanks to Colin.
2367
2368 2006-04-20 [colin]      2.1.1cvs16
2369
2370         * src/prefs_matcher.c
2371                 Fix values when reselecting a ~test
2372                 rule
2373
2374 2006-04-19 [colin]      2.1.1cvs15
2375
2376         * src/compose.c
2377         * src/compose.h
2378         * src/gtk/gtkaspell.c
2379         * src/gtk/gtkaspell.h
2380                 Put back Options menu in Spelling/
2381         * src/gtk/quicksearch.c
2382                 Don't search, and show error, if the
2383                 advanced search has a syntax error
2384
2385 2006-04-18 [colin]      2.1.1cvs14
2386
2387         * src/textview.c
2388                 Fix gdk warnings on set_cursor when textview
2389                 isn't visible
2390
2391 2006-04-18 [colin]      2.1.1cvs13
2392
2393         * src/gtk/gtksctree.c
2394                 Remove seemingly useless refresh that causes
2395                 flicker - watch this commit in case of 
2396                 problems before planned backport to stable
2397
2398 2006-04-18 [colin]      2.1.1cvs12
2399
2400         * src/imap.c
2401                 Factorize get/set_xml code
2402         * src/compose.c
2403         * src/prefs_account.c
2404         * src/prefs_account.h
2405         * src/procmsg.c
2406                 Add Encrypt to self option
2407
2408 2006-04-17 [colin]      2.1.1cvs11
2409
2410         * configure.ac
2411                 Fix search on encrpyt function on dragonfly
2412                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2413
2414 2006-04-17 [colin]      2.1.1cvs10
2415
2416         * src/prefs_account.c
2417                 Be safe by default: remove mails from POP3
2418                 after 7 days, not immediately
2419
2420 2006-04-17 [colin]      2.1.1cvs9
2421
2422         * src/etpan/imap-thread.c
2423                 Fix build on DragonFly - patch by 
2424                 Jonathan Buschmann <jonthn@agmact.com>
2425
2426 2006-04-17 [colin]      2.1.1cvs8
2427
2428         * src/imap.c
2429                 Save uidnext between sessions
2430
2431 2006-04-17 [colin]      2.1.1cvs7
2432
2433         * src/imap.c
2434                 scan is required when uid validity changes
2435
2436 2006-04-17 [colin]      2.1.1cvs6
2437
2438         * src/folderview.c
2439                 Don't scan if not necessary, apart in current
2440                 folder and INBOX to fetch flags.
2441         * src/imap.c
2442                 Scan is necessary if unread count changes
2443
2444 2006-04-17 [colin]      2.1.1cvs5
2445
2446         * src/imap.c
2447                 ...But always fetch ANSWERED and DELETED flags for
2448                 INBOX, as filtering can happen on these flags.
2449
2450 2006-04-17 [colin]      2.1.1cvs4
2451
2452         * src/imap.c
2453                 Don't fetch REPLIED and DELETED flags when synchronising
2454                 flags with a closed folder. We only need UNSEEN and FLAGGED
2455                 to update the folderview.
2456
2457 2006-04-17 [colin]      2.1.1cvs3
2458
2459         * src/imap.c
2460                 Faster flag search when there are new mails 
2461                 in a folder. We can do a full search if the 
2462                 folder contains less messages than the new
2463                 list.
2464
2465 2006-04-17 [colin]      2.1.1cvs2
2466
2467         * po/cs.po
2468         * po/de.po
2469         * po/fr.po
2470         * po/nl.po
2471         * po/pt_BR.po
2472                 Update translations from stable branch
2473
2474 2006-04-17 [colin]      2.1.1cvs1
2475
2476         * configure.ac
2477                 Bump version to follow stable release
2478
2479 2006-04-16 [mones]      2.1.0cvs50
2480
2481         * po/es.po
2482                 Updated for release
2483
2484 2006-04-16 [colin]      2.1.0cvs49
2485
2486         * src/textview.c
2487                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2488                 with gtk < 2.8. Thanks to Fabien Vantard.
2489
2490 2006-04-15 [colin]      2.1.0cvs48
2491
2492         * src/etpan/imap-thread.c
2493                 Fix bug #919 (libetpan: SEGV when connecting 
2494                 using command)
2495
2496 2006-04-14 [colin]      2.1.0cvs47
2497
2498         * src/main.c
2499                 Fix race on --select (should be done better)
2500
2501 2006-04-14 [wwp]        2.1.0cvs46
2502
2503         * src/send_message.c
2504                 enforce a check for domain in account prefs (a sending
2505                 error could be faced if domain was checked but no value set),
2506                 thanks to Colin.
2507
2508 2006-04-14 [colin]      2.1.0cvs45
2509
2510         * src/codeconv.c
2511                 when converting from unknown to unknown, if the
2512                 string is UTF8, don't convert it to the locale
2513                 (which breaks it)
2514
2515 2006-04-14 [colin]      2.1.0cvs44
2516
2517         * src/compose.c
2518                 Don't try to use ASCII for converting headers
2519                 (as done in body)
2520
2521 2006-04-14 [paul]       2.1.0cvs43
2522
2523         * src/crash.c
2524                 add locale/charset info to crash report
2525         * src/gtk/about.c
2526                 add wwp to doc team
2527                 replace 'e-mail' with preferred 'email'
2528         * src/gtk/authors.h
2529                 ensure contributors list is in alphabetical
2530                 order
2531
2532 2006-04-13 [colin]      2.1.0cvs42
2533
2534         * src/textview.c
2535                 Prevent gdk warnings
2536
2537 2006-04-13 [colin]      2.1.0cvs41
2538
2539         * src/common/ssl_certificate.c
2540         * src/common/ssl_certificate.h
2541         * src/gtk/sslcertwindow.c
2542                 Warn on expired certs, and display the expiration date
2543
2544 2006-04-13 [colin]      2.1.0cvs40
2545
2546         * src/plugins/spamassassin/spamassassin_gtk.c
2547                 Fix missing set_text on unix socket
2548
2549 2006-04-13 [wwp]        2.1.0cvs39
2550
2551         * manual/fr/advanced.xml
2552         * manual/fr/glossary.xml
2553                 applied new spam/ham/email lexicon (pourriel, courriel)
2554
2555 2006-04-13 [paul]       2.1.0cvs38
2556
2557         * src/plugins/pgpmime/plugin.c
2558                 remove the mention of S/MIME from the
2559                 description. This is now handled by the
2560                 S/MIME plugin.
2561
2562 2006-04-13 [paul]       2.1.0cvs37
2563
2564         * src/prefs_msg_colors.c
2565                 rework dialog
2566         * src/prefs_folder_item.c
2567         * src/prefs_spelling.c
2568                 add a tooltip to the colour selector buttons
2569
2570 2006-04-13 [wwp]        2.1.0cvs36
2571
2572         * manual/advanced.xml
2573         * manual/glossary.xml
2574         * manual/handling.xml
2575         * manual/keyboard.xml
2576         * manual/plugins.xml
2577         * manual/starting.xml
2578         * manual/fr/account.xml
2579         * manual/fr/ack.xml
2580         * manual/fr/addrbook.xml
2581         * manual/fr/advanced.xml
2582         * manual/fr/faq.xml
2583         * manual/fr/glossary.xml
2584         * manual/fr/gpl.xml
2585         * manual/fr/handling.xml
2586         * manual/fr/intro.xml
2587         * manual/fr/keyboard.xml
2588         * manual/fr/plugins.xml
2589         * manual/fr/starting.xml
2590         * manual/fr/sylpheed-claws-manual.xml
2591                 fixes to the manuals:
2592                  - summaryview -> Message List (same in French)
2593                  - translate key names
2594                  - fix French punctuation, use non-breakable spaces when
2595                    necessary, don't use &thinsp; which is not portable
2596                  - tell what maildir and mbox formats we support
2597
2598 2006-04-12 [wwp]        2.1.0cvs35
2599
2600         * src/prefs_toolbar.c
2601                 unified a replace button more,
2602                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2603
2604 2006-04-12 [wwp]        2.1.0cvs34
2605
2606         * src/prefs_common.c
2607         * src/prefs_msg_colors.c
2608                 make default color labels translatable,
2609                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2610                 thanks to Tim <timbrain@post.cz> for reporting.
2611
2612 2006-04-12 [wwp]        2.1.0cvs33
2613
2614         * manual/glossary.xml
2615         * manual/intro.xml
2616         * manual/plugins.xml
2617         * manual/starting.xml
2618         * manual/sylpheed-claws-manual.xml
2619         * manual/fr/.cvsignore
2620         * manual/fr/account.xml
2621         * manual/fr/ack.xml
2622         * manual/fr/addrbook.xml
2623         * manual/fr/advanced.xml
2624         * manual/fr/faq.xml
2625         * manual/fr/glossary.xml
2626         * manual/fr/handling.xml
2627         * manual/fr/intro.xml
2628         * manual/fr/keyboard.xml
2629         * manual/fr/plugins.xml
2630         * manual/fr/starting.xml
2631         * manual/fr/sylpheed-claws-manual.xml
2632                 various fixes: typos, missing .fr translations, punctuation,
2633                 capitalization, links, accents and some bad French more.
2634
2635 2006-04-12 [wwp]        2.1.0cvs32
2636
2637         * src/prefs_gtk.c
2638                 fix for bug #935: always store prefs files in UTF-8 (thanks
2639                 to Colin).
2640
2641 2006-04-11 [colin]      2.1.0cvs31
2642
2643         * src/compose.c
2644                 Fix inserting files not in utf8 when locale is utf8
2645
2646 2006-04-11 [colin]      2.1.0cvs30
2647
2648         * src/inc.c
2649                 Don't show error dialog when cancelling connection
2650                 Patch by Pawel
2651
2652 2006-04-11 [cleroy]     2.1.0cvs29
2653
2654         * src/compose.c
2655                 Implement multiple quote levels
2656         * src/prefs_common.c
2657                 Change a little bit the quote bgcolor for 2nd level
2658
2659 2006-04-11 [colin]      2.1.0cvs28
2660
2661         * src/gtk/about.c
2662                 Add locale and charset in the label
2663
2664 2006-04-10 [colin]      2.1.0cvs27
2665
2666         * src/compose.c
2667         * src/prefs_common.c
2668         * src/prefs_common.h
2669         * src/prefs_msg_colors.c
2670         * src/textview.c
2671                 Allow optional background color in quotes
2672                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2673                 GTK+-2.8.x feature
2674
2675 2006-04-10 [colin]      2.1.0cvs26
2676
2677         * src/main.c
2678         * src/mainwindow.c
2679         * src/mainwindow.h
2680                 Implement --select
2681
2682 2006-04-10 [colin]      2.1.0cvs25
2683
2684         * manual/plugins.xml
2685         * manual/fr/plugins.xml
2686                 Document libcurl's proxy variables
2687
2688 2006-04-09 [colin]      2.1.0cvs24
2689
2690         * src/prefs_common.c
2691                 gettext() returns statically allocated stuff. We have
2692                 to strdup it in order to be able to free it.
2693
2694 2006-04-09 [colin]      2.1.0cvs23
2695
2696         * AUTHORS
2697         * src/gtk/authors.h
2698                 Add Alexei
2699
2700 2006-04-09 [colin]      2.1.0cvs22
2701
2702         * src/mainwindow.c
2703         * src/gtk/quicksearch.c
2704                 Fix bug #859 (problems with cyrilic input in 
2705                 search panel) - Patch by Alexey Illarionov 
2706                 <littlesavage@rambler.ru>
2707
2708 2006-04-09 [colin]      2.1.0cvs21
2709
2710         * src/prefs_customheader.c
2711                 I prefer removing then freeing rather than the contrary
2712                 (even if it doesn't change anything ;-)
2713         * src/prefs_account.c
2714                 Fix bug #933 (Crash re-entering the custom headers list 
2715                 dialog in accounts prefs)
2716                 The problem happened when cancelling the Account 
2717                 Preferences' dialogs - in which case we didn't do 
2718                 anything to the PrefsAccount * struct. In case of applying,
2719                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2720                 working with in this dialog. The problem is that 
2721                 prefs_customheader.c, working on this tmp_ac_prefs, always
2722                 changes the ->customhdr_list pointer, even when cancelled. 
2723                 So in case of cancelling the prefs_account dialog, we still
2724                 have to update ->customhdr_list in the real account.
2725
2726 2006-04-08 [colin]      2.1.0cvs20
2727
2728         * manual/fr/glossary.xml
2729         * manual/fr/keyboard.xml
2730                 Forgot some headers :)
2731
2732 2006-04-08 [colin]      2.1.0cvs19
2733
2734         * manual/Makefile.am
2735         * manual/fr/Makefile.am
2736         * manual/fr/account.xml
2737         * manual/fr/ack.xml
2738         * manual/fr/addrbook.xml
2739         * manual/fr/advanced.xml
2740         * manual/fr/faq.xml
2741         * manual/fr/glossary.xml
2742         * manual/fr/gpl.xml
2743         * manual/fr/handling.xml
2744         * manual/fr/intro.xml
2745         * manual/fr/keyboard.xml
2746         * manual/fr/plugins.xml
2747         * manual/fr/starting.xml
2748         * manual/fr/sylpheed-claws-manual.xml
2749         * manual/fr/dist/.cvsignore
2750         * manual/fr/dist/Makefile.am
2751         * manual/fr/dist/html/.cvsignore
2752         * manual/fr/dist/html/Makefile.am
2753         * manual/fr/dist/pdf/.cvsignore
2754         * manual/fr/dist/pdf/Makefile.am
2755         * manual/fr/dist/ps/.cvsignore
2756         * manual/fr/dist/ps/Makefile.am
2757         * manual/fr/dist/txt/.cvsignore
2758         * manual/fr/dist/txt/Makefile.am
2759                 Add the french translation of the manual. Thanks to
2760                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2761                 account.xml, ack.xml, addrbook.xml and advanced.xml
2762
2763 2006-04-08 [colin]      2.1.0cvs18
2764
2765         * manual/plugins.xml
2766         * manual/starting.xml
2767                 More fixes
2768
2769 2006-04-07 [colin]      2.1.0cvs17
2770
2771         * manual/faq.xml
2772         * manual/intro.xml
2773         * manual/keyboard.xml
2774                 Little fixes
2775
2776 2006-04-07 [colin]      2.1.0cvs16
2777
2778         * README
2779         * src/compose.c
2780         * src/prefs_common.c
2781         * src/prefs_common.h
2782                 Add hidden compose_no_markup pref
2783
2784 2006-04-07 [wwp]        2.1.0cvs15
2785
2786         * src/summary_search.c
2787         * .cvsignore
2788                 Bugfix: stop button was sticky when searching in an empty folder.
2789                 Applied curly brackets code style to the whole file (summary_search.c).
2790                 More files to ignore.
2791
2792 2006-04-07 [wwp]        2.1.0cvs14
2793
2794         * src/message_search.c
2795         * src/summary_search.c
2796                 changed default button when search bumps at file/folder
2797                 beginning or end, for convenience (thanks to Colin).
2798
2799 2006-04-07 [paul]       2.1.0cvs13
2800
2801         * src/plugins/dillo_viewer/dillo_prefs.c
2802                 avoid future potential for namespace collision
2803                 Patch by Colin
2804
2805 2006-04-06 [wwp]        2.1.0cvs12
2806
2807         * src/summary_search.c
2808                 Unify extended/advanced searches names (and thus factorize labels),
2809                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2810
2811 2006-04-06 [wwp]        2.1.0cvs11
2812
2813         * src/folderview.c
2814         * src/prefs_themes.c
2815         * src/summaryview.c
2816                 Fixed some compilation warnings.
2817
2818 2006-04-06 [colin]      2.1.0cvs10
2819
2820         * manual/advanced.xml
2821                 Document the wizard template and how to deploy
2822                 Sylpheed-Claws effectively
2823
2824 2006-04-06 [colin]      2.1.0cvs9
2825
2826         * src/folderview.c
2827                 gettext patch to tell translators about _("#"),
2828                 by Maxim Britov
2829
2830 2006-04-06 [colin]      2.1.0cvs8
2831
2832         * src/textview.c
2833                 Fix invalid GtkTextBIter after clicking "Display as text"
2834
2835 2006-04-06 [mones]      2.1.0cvs7
2836
2837         * src/addr_compl.c
2838         * src/addrindex.c
2839         * src/addritem.c
2840         * src/codeconv.c
2841         * src/compose.c
2842         * src/filtering.c
2843         * src/folder.c
2844         * src/folder_item_prefs.c
2845         * src/folderview.c
2846         * src/localfolder.c
2847         * src/matcher.c
2848         * src/mimeview.c
2849         * src/prefs_msg_colors.c
2850         * src/prefs_spelling.c
2851         * src/prefs_themes.c
2852         * src/procmime.c
2853         * src/procmsg.c
2854         * src/stock_pixmap.c
2855         * src/summaryview.c
2856         * src/textview.c
2857         * src/toolbar.c
2858         * src/common/mgutils.c
2859         * src/common/prefs.c
2860         * src/common/ssl_certificate.c
2861         * src/gtk/colorlabel.c
2862         * src/gtk/quicksearch.c
2863         * src/plugins/pgpmime/pgpmime.c
2864         * src/plugins/spamassassin/spamassassin.c
2865                 Removed redundant NULL checks for g_free() calls.
2866                 Patch by Pawel Pekala.
2867
2868 2006-04-06 [mones]      2.1.0cvs6
2869
2870         * src/prefs_actions.c
2871         * src/prefs_filtering.c
2872         * src/prefs_filtering_action.c
2873         * src/prefs_matcher.c
2874         * src/prefs_template.c
2875         * src/gtk/gtkutils.c
2876         * src/gtk/gtkutils.h
2877                 Have a nice replace button. Patch by Pawel Pekala
2878
2879 2006-04-06 [colin]      2.1.0cvs5
2880
2881         * src/addressbook.c
2882                 Fix crash with empty columns
2883
2884 2006-04-05 [colin]      2.1.0cvs4
2885
2886         * src/wizard.c
2887         * src/prefs_gtk.c
2888                 Allow wizard customization with pre-filled values
2889
2890 2006-04-05 [colin]      2.1.0cvs3
2891
2892         * src/textview.c
2893         * src/mimeview.c
2894         * src/mimeview.h
2895                 Nicer messages in mimeview
2896
2897 2006-04-05 [colin]      2.1.0cvs2
2898
2899         * src/addressbook.c
2900         * src/prefs_summaries.c
2901                 i18n fix
2902
2903 2006-04-05 [colin]      2.1.0cvs1
2904
2905         * src/plugins/pgpcore/plugin.c
2906         * src/plugins/pgpcore/select-keys.c
2907         * src/plugins/pgpcore/select-keys.h
2908         * src/plugins/pgpcore/sgpgme.c
2909         * src/plugins/pgpcore/sgpgme.h
2910         * src/plugins/pgpinline/pgpinline.c
2911         * src/plugins/pgpinline/plugin.c
2912         * src/plugins/pgpmime/pgpmime.c
2913         * src/plugins/pgpmime/plugin.c
2914                 Factorize and generalize a bit 
2915                 Drop S/MIME signature verification from PGP/MIME
2916                 (adding it as another, more complete plugin)
2917
2918 2006-04-05 [paul]       2.1.0
2919
2920         2.1.0 released
2921
2922 2006-04-05 [paul]       2.0.0cvs186
2923
2924         * manual/advanced.xml
2925                 add info on colour labels
2926
2927 2006-04-05 [paul]       2.0.0cvs185
2928
2929         * po/bg.po
2930         * po/cs.po
2931         * po/de.po
2932         * po/el.po
2933         * po/en_GB.po
2934         * po/fi.po
2935         * po/fr.po
2936         * po/it.po
2937         * po/nl.po
2938         * po/pl.po
2939         * po/pt_BR.po
2940         * po/sr.po
2941         * po/zh_CN.po
2942                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
2943                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
2944                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
2945                 Guimaraes, Aleksandar Urosevic, Ralgh Young
2946         * src/gtk/authors.h
2947         * tools/claws.i18n.status.pl
2948                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
2949                 and new Czech translator, Tim <timbrain@post.cz>
2950
2951 2006-04-05 [mones]      2.0.0cvs184
2952
2953         * po/es.po
2954                 Updated translation
2955
2956 2006-04-05 [colin]      2.0.0cvs183
2957
2958         * src/gtk/quicksearch.c
2959                 Fix bug #929 (unnecessary reload in quick search bar)
2960
2961 2006-04-05 [colin]      2.0.0cvs182
2962
2963         * src/compose.c
2964                 Fix crash on Reply with no From:
2965                 Show signature and conversion error on queuing 
2966                 (but not sending)
2967         * src/mainwindow.c
2968         * src/summaryview.c
2969         * src/summaryview.h
2970                 Factorize threading code and make sure msginfo 
2971                 is not null when it comes from a GtkCTreeRow's 
2972                 data
2973         * src/gtk/gtkaspell.c
2974                 Check for necessary things
2975         * src/gtk/gtksctree.c
2976         * src/gtk/gtksctree.h
2977                 Reset anchor if necessary when removing node
2978
2979 2006-03-29 [colin]      2.0.0cvs181
2980
2981         * src/folderview.c
2982                 Warn for disabled IMAP accounts (due to lack of
2983                 libetpan). Breaks string-freeze - sorry - but it
2984                 is kind of important ;)
2985
2986 2006-03-28 [colin]      2.0.0cvs180
2987
2988         * src/gtk/gtkutils.c
2989         * src/gtk/gtkutils.h
2990                 Add a gtkut_get_link_btn() function that
2991                 creates a button which acts like an URI
2992         * src/prefs_themes.c
2993         * src/gtk/about.c
2994                 Use this function (factorizes codes)
2995         * src/common/defs.h
2996         * src/gtk/pluginwindow.c
2997                 Add a "Get more..." in the plugins window
2998
2999 2006-03-28 [colin]      2.0.0cvs179
3000
3001         * src/common/smtp.c
3002         * src/common/passcrypt.c
3003         * src/undo.c
3004                 Warning fixes. Patch by Pawel Pekala
3005
3006 2006-03-27 [colin]      2.0.0cvs178
3007
3008         * src/undo.c
3009                 Fix undoing by blocks with spaces
3010
3011 2006-03-27 [colin]      2.0.0cvs177
3012
3013         * src/textview.c
3014                 Set margin to 3px for headers
3015
3016 2006-03-27 [paul]
3017
3018         2.1.0-rc2 released
3019
3020 2006-03-27 [wwp]        2.0.0cvs176
3021
3022         * src/summaryview.c
3023                 don't reset quicksearch when updating the message list.
3024                 Thanks to Colin.
3025
3026 2006-03-26 [wwp]        2.0.0cvs175
3027
3028         * src/compose.c
3029                 use a unified border width ('other' tab in the compose window,
3030                 patch by Pawel Pekala).
3031
3032
3033 2006-03-26 [wwp]        2.0.0cvs174
3034
3035         * src/common/quoted-printable.c
3036         * src/addressbook.c
3037                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3038
3039 2006-03-26 [colin]      2.0.0cvs173
3040
3041         * src/quote_fmt_parse.y
3042                 Fix non-UTF8 date formats messing up the whole quote a 
3043                 little bit
3044
3045 2006-03-26 [colin]      2.0.0cvs172
3046
3047         * src/procheader.c
3048                 Make sure the date is UTF8 valid, or try to make it
3049                 so. IncrediMail is really IncrediStupid.
3050         * src/compose.c
3051                 Fix possible conversions. 
3052                 
3053
3054 2006-03-26 [colin]      2.0.0cvs171
3055
3056         * src/matcher.c
3057                 Fix corner cases in body search. This is still a
3058                 hack... It seems impossible to make it good and 
3059                 reasonably fast at the same time.
3060
3061 2006-03-26 [colin]      2.0.0cvs170
3062
3063         * src/summaryview.c
3064                 I think I killed the twilight zone bug!
3065                 summary_select_node() flushes GTK events in order
3066                 to be able to center the view. But this also 
3067                 flushes keypresses like Ctrl-Alt-U, so this can
3068                 call summary_show from summary_select_node (itself
3069                 called from summary_show, etc.). And the summaryview
3070                 has to be unlocked in this function. So just locking
3071                 while processing GTK events, and bailing if locked, 
3072                 should fix it.
3073                 Fixes bug #927 (SIGSEGV during Update Summary)
3074
3075 2006-03-25 [colin]      2.0.0cvs169
3076
3077         * src/matcher.c
3078                 Fix search in QP-encoded bodies
3079                 Fix utf-8 searches in bodies encoded in the
3080                 locale's encoding
3081         * src/common/quoted-printable.c
3082         * src/common/quoted-printable.h
3083                 Add a decode function that doesn't overwrite
3084                 the original pointer
3085                 
3086
3087 2006-03-24 [colin]      2.0.0cvs168
3088
3089         * src/action.c
3090         * src/summaryview.c
3091         * src/summaryview.h
3092                 Update message cache after action
3093                 Patch by H. Merijn Brand
3094         * src/prefs_msg_colors.c
3095                 Factorize label 
3096                 Patch by Fabien Vantard
3097         * src/plugins/spamassassin/spamassassin_gtk.c
3098                 Remove useless translation
3099                 Patch by Fabien Vantard
3100
3101 2006-03-23 [colin]      2.0.0cvs167
3102
3103         * src/common/ssl.c
3104                 Let 30 seconds to SSL_connect
3105
3106 2006-03-23 [wwp]        2.0.0cvs166
3107
3108         * src/summaryview.c
3109         * src/gtk/description_window.c
3110                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3111                 and headers are translated; adjust description windows' width to fit their
3112                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3113
3114 2006-03-23 [paul]       2.0.0cvs165
3115
3116         * src/common/utils.c
3117                 fix highlighting of URIs containing "()"
3118                 (2.0.0cvs164's reversal fixed)
3119                 Thanks to Colin.
3120
3121 2006-03-23 [paul]       2.0.0cvs164
3122
3123         * src/common/utils.c
3124                 revert patch, (postponing a fix), at 2.0.0cvs120
3125                 as it breaks more URIs than it fixes.
3126                 Allow '-' to be a terminating character in a URI
3127
3128 2006-03-22 [colin]      2.0.0cvs163
3129
3130         * configure.ac
3131                 Require libetpan 0.45
3132                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3133
3134 2006-03-22 [paul]       2.0.0cvs162
3135
3136         * src/editgroup.c
3137                 replace '<-' and '->' buttons with GTK_STOCK graphical
3138                 buttons
3139         * src/summary_search.c
3140                 don't offer '...' for translation
3141                 add a tooltip to advanced search '...' button
3142         * src/gtk/quicksearch.c
3143                 don't offer '...' for translation
3144
3145 2006-03-21 [colin]      2.0.0cvs161
3146
3147         * src/compose.c
3148                 Fix middle-click pasting (insert at click
3149                 position instead of cursor position, don't
3150                 remove existing selection and allow pasting
3151                 our own selection)
3152         * src/addressbook.c
3153                 "LDAP Server" -> "LDAP servers"
3154
3155 2006-03-21 [wwp]        2.0.0cvs160
3156
3157         * src/etpan/imap-thread.c
3158                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3159
3160 2006-03-20 [colin]      2.0.0cvs159
3161
3162         * src/summaryview.c
3163                 Don't reload summaryview after an execute with no
3164                 move action
3165
3166 2006-03-19 [colin]      2.0.0cvs158
3167
3168         * src/addressbook.c
3169                 and put groups at the top, always
3170
3171 2006-03-19 [colin]      2.0.0cvs157
3172
3173         * src/addressbook.c
3174                 Order groups before names, as previously
3175
3176 2006-03-19 [colin]      2.0.0cvs156
3177
3178         * src/addressbook.c
3179                 - Sort case-unsensitive
3180                 - Put the sort arrow at opening too
3181
3182 2006-03-19 [wwp]        2.0.0cvs155
3183
3184         * src/addressbook.c
3185                 allow sorting by name/email/remarks, ensure that right-pane's contents
3186                 matches the left-pane selection (cleared when appropriate).
3187                 Patch by Pawel Pekala <c0rn@o2.pl>.
3188
3189 2006-03-18 [colin]      2.0.0cvs154
3190
3191         * src/textview.c
3192                 Fix text cursor ;)
3193
3194 2006-03-18 [colin]      2.0.0cvs153
3195
3196         * src/gtk/filesel.c
3197                 Make sure we hide the preview if we didn't get
3198                 a filename
3199
3200 2006-03-18 [colin]      2.0.0cvs152
3201
3202         * src/summaryview.c
3203                 Set cursor to watch for execution (fixes lack
3204                 of watch-cursor when dnd'ing hundreds of mails)
3205         * src/gtk/filesel.c
3206                 Check that mime type is 'image/*' before updating
3207                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3208
3209 2006-03-18 [colin]      2.0.0cvs151
3210
3211         * src/mainwindow.c
3212         * src/textview.c
3213         * src/textview.h
3214                 Put a watch cursor in textview too when the mainwindow's
3215                 cursor in a watch
3216
3217 2006-03-18 [colin]      2.0.0cvs150
3218
3219         * src/folder.c
3220                 Change wrong asserts to simple tests
3221
3222 2006-03-17 [colin]      2.0.0cvs149
3223
3224         * src/mainwindow.c
3225         * src/mainwindow.h
3226         * src/prefs_msg_colors.c
3227         * src/summaryview.c
3228         * src/summaryview.h
3229         * src/gtk/colorlabel.c
3230         * src/gtk/colorlabel.h
3231                 Add a color label menu in the main menubar
3232                 Add (fixed) accels Ctrl-{0-7} to change the color
3233                 They have to be fixed because the menu's dynamic,
3234                 the items are complex widgets, hence we can't use
3235                 a GtkItemFactory.
3236
3237
3238 2006-03-17 [wwp]        2.0.0cvs148
3239
3240         * src/compose.c
3241                 rollback few lines from my previous commit (those lines come from
3242                 a pending patch, accidentally commited, even if neutral as they are
3243                 commented out).
3244
3245 2006-03-17 [wwp]        2.0.0cvs147
3246
3247         * src/compose.c
3248                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3249                 applied code style/indentation to the modified function.
3250
3251 2006-03-17 [wwp]        2.0.0cvs146
3252
3253         * src/procmsg.c
3254         * src/compose.c
3255                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3256
3257 2006-03-17 [paul]
3258
3259         2.1.0-rc1 released
3260
3261 2006-03-17 [paul]       2.0.0cvs145
3262
3263         * src/main.c
3264                 addressbook_read_file() was called twice
3265         * src/textview.c
3266                 X-Mailer highlighting
3267
3268 2006-03-16 [colin]      2.0.0cvs144
3269
3270         * src/sourcewindow.c
3271         * src/sourcewindow.h
3272                 And the last one, in source window.
3273
3274 2006-03-16 [colin]      2.0.0cvs143
3275
3276         * src/compose.c
3277         * src/compose.h
3278                 Fix the same stuff in compose
3279
3280 2006-03-16 [colin]      2.0.0cvs142
3281
3282         * src/messageview.c
3283                 Complete the previous messageview crash fix
3284
3285 2006-03-16 [colin]      2.0.0cvs141
3286
3287         * src/procmsg.h
3288         * src/procmsg.c
3289         * src/folder.c
3290                 Fix POSTPROCESSING hook
3291                 Patch by H. Merijn Brand
3292
3293         * src/procmime.c
3294         * src/procmime.h
3295                 Parse Content-Location
3296
3297         * src/toolbar.c
3298         * src/messageview.c
3299         * src/messageview.h
3300                 Don't crash when a top-level MessageView has
3301                 been closed on us. Same problematic than
3302                 yesterday's quicksearch issue.
3303
3304 2006-03-15 [colin]      2.0.0cvs140
3305
3306         * src/gtk/quicksearch.c
3307                 Fix a bitchy race we didn't think about when we
3308                 added quicksearch cancellation:
3309                 If the search is not on cached fields, for example
3310                 body_part matchcase "stuff"
3311                 the matcher code has to get the whole message. If
3312                 we're on IMAP, that can be slow, and in order to
3313                 be non-blocking, the IMAP code idle loop processes
3314                 gtk events too. So it is possible to cancel a
3315                 quicksearch while the matcher is getting the mail's
3316                 body. After matcher got its body, it will start to
3317                 iterate over the matcher list that the Quicksearch's
3318                 clear_search_cb() just freed via prepare_matcher().
3319                 SIGSEGV ensues.
3320                 The fix consists of guarding the matcherlist_match()
3321                 call with a boolean 'matching'. If we reset the
3322                 quicksearch while matching is TRUE, we don't free
3323                 the matcherlist anymore like we did, but we set
3324                 another new flag, deferred_free, to TRUE. Then,
3325                 in quicksearch_match(), just after returning from
3326                 matcherlist_match() and unsetting the matching flag,
3327                 we check the deferred_free flag and do the
3328                 prepare_matcher() (which does the matcherlist_free)
3329                 for real, so we free the matcherlist once it's not
3330                 used anymore.
3331                 As all of this runs via the glib main loop, we
3332                 luckily don't need a mutex.
3333         * src/summaryview.c
3334                 Also, show progress while searching.
3335
3336
3337 2006-03-14 [colin]      2.0.0cvs139
3338
3339         * src/alertpanel.c
3340                 Make alertpanel_is_open non-static
3341
3342 2006-03-14 [colin]      2.0.0cvs138
3343
3344         * src/prefs_spelling.c
3345                 Cleanups - Fabien Vantard
3346
3347 2006-03-14 [wwp]        2.0.0cvs137
3348
3349         * src/main.c
3350                 code style normalization (curly braces, indentation).
3351
3352 2006-03-14 [wwp]        2.0.0cvs137
3353
3354         * src/main.c
3355                 code style (braces, indentation)
3356
3357 2006-03-12 [paul]       2.0.0cvs136
3358
3359         * src/prefs_common.c
3360                 trans_hdr defaults to FALSE to be RFC-savvy
3361         * src/prefs_summaries.c
3362                 add a tooltip to the trans_hdr option
3363                 
3364
3365 2006-03-12 [paul]       2.0.0cvs135
3366
3367         * src/prefs_matcher.c
3368                 give a little more width to the combos
3369         * src/prefs_display_header.c
3370         * src/textview.c
3371                 translate headers if prefs_common.trans_hdr
3372                 is TRUE
3373
3374         Patches by Pawel Pekala
3375
3376 2006-03-12 [paul]       2.0.0cvs134
3377
3378         * src/plugins/clamav/clamav_plugin.c
3379         * src/plugins/dillo_viewer/dillo_viewer.c
3380         * src/plugins/pgpcore/plugin.c
3381         * src/plugins/pgpinline/plugin.c
3382         * src/plugins/pgpmime/plugin.c
3383         * src/plugins/spamassassin/spamassassin.c
3384                 update/add to descriptions
3385         * src/plugins/spamassassin/spamassassin_gtk.c
3386                 fixes to the english, remove superfluous
3387                 tooltips, clean up a little
3388
3389 2006-03-12 [paul]       2.0.0cvs133
3390
3391         * src/compose.c
3392                 fix Bug 924, 'Account combo box shows up wrong 
3393                 if & is in account name'
3394
3395 2006-03-11 [colin]      2.0.0cvs132
3396
3397         * src/summaryview.c
3398                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3399                 messed up shift-selection because is slows down
3400                 moving around summaryview. thanks -users
3401
3402 2006-03-10 [colin]      2.0.0cvs131
3403
3404         * src/plugins/spamassassin/spamassassin_gtk.c
3405                 Put back Paul's engrish fixes
3406
3407 2006-03-10 [colin]      2.0.0cvs130
3408
3409         * src/plugins/spamassassin/spamassassin.c
3410         * src/plugins/spamassassin/spamassassin.h
3411         * src/plugins/spamassassin/spamassassin_gtk.c
3412                 Cleanup SA prefs page (more)
3413                 Patch by Fabien Vantard
3414
3415 2006-03-10 [paul]       2.0.0cvs129
3416
3417         * src/prefs_msg_colors.c
3418         * src/prefs_spelling.c
3419                 widget sensitivity
3420
3421 2006-03-09 [mones]      2.0.0cvs128
3422
3423         * po/es.po
3424                 Update for next RC
3425
3426 2006-03-09 [wwp]        2.0.0cvs127
3427
3428         * configure.ac
3429                 revert accidental commit (requirement for libetpan 0.43), this time
3430                 not in HEAD.
3431
3432 2006-03-09 [wwp]        2.0.0cvs125
3433
3434         * configure.ac
3435                 revert accidental commit (requirement for libetpan 0.43)
3436
3437 2006-03-09 [paul]       2.0.0cvs126
3438
3439         * src/prefs_receive.c
3440                 remove useless frame
3441                 replace 'incorporation' with 'receiving'
3442         * src/plugins/clamav/clamav_plugin_gtk.c
3443         * src/plugins/spamassassin/spamassassin_gtk.c
3444                 improve widget sensitivity
3445                 fix a bit his engrish
3446
3447 2006-03-09 [wwp]        2.0.0cvs125
3448
3449         * src/addressadd.c
3450         * src/foldersel.c
3451         * src/prefs_common.c
3452         * src/prefs_common.h
3453                 remember some more windows' sizes (add to addressbook and
3454                 select folder).
3455
3456 2006-03-09 [paul]       2.0.0cvs124
3457
3458         * src/plugins/pgpcore/prefs_gpg.c
3459                 normalise construction of dialogue
3460
3461 2006-03-09 [paul]       2.0.0cvs123
3462
3463         * src/plugins/trayicon/Makefile.am
3464                 add missing slash
3465
3466 2006-03-08 [colin]      2.0.0cvs122
3467
3468         * src/plugins/trayicon/Makefile.am
3469                 Fix build in separate dir 
3470                 Patch by Bamanzi <bamanzi@gmail.com>
3471
3472 2006-03-08 [colin]      2.0.0cvs121
3473
3474         * src/procmsg.c
3475                 Batch move and copies from summaryview with delayed execution
3476                 too
3477
3478 2006-03-07 [paul]       2.0.0cvs120
3479
3480         * src/common/utils.c
3481                 fix highlighting of URIs containing "()"
3482                 Patch by Pawel Pekala
3483
3484 2006-03-07 [paul]       2.0.0cvs119
3485
3486         * src/folder.c
3487         * src/folder.h
3488         * src/folderview.c
3489                 immediately do alphabetical resort when
3490                 changing a folder's name
3491                 Patch by Pawel Pekala
3492
3493 2006-03-07 [paul]       2.0.0cvs118
3494
3495         * src/news.c
3496         * src/news_gtk.c
3497                 when unsubscribing a newsgroup, remove the
3498                 folder and msgs in .sylpheed-claws/newscache
3499                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3500
3501 2006-03-07 [paul]       2.0.0cvs117
3502
3503         * src/textview.c
3504                 fix wrong Fake URL Warning
3505                 Thanks to Hiro
3506
3507 2006-03-07 [colin]      2.0.0cvs116
3508
3509         * src/imap.c
3510                 Return immediately when password dialog was
3511                 cancelled
3512         * src/gtk/inputdialog.c
3513                 Allow empty strings for passwords
3514
3515
3516 2006-03-06 [colin]      2.0.0cvs115
3517
3518         * src/imap.c
3519                 Prevent double-timeouts when connection fails
3520
3521 2006-03-06 [colin]
3522
3523         2.0.1-rc1 released
3524
3525 2006-03-06 [colin]      2.0.0cvs114
3526
3527         * src/imap.c
3528                 Refresh session during potentially long
3529                 operations
3530
3531 2006-03-06 [wwp]        2.0.0cvs113
3532
3533         * src/prefs_msg_colors.h
3534                 forgot that one (custom color labels).
3535
3536 2006-03-06 [wwp]        2.0.0cvs112
3537
3538         * src/prefs_common.c
3539         * src/prefs_common.h
3540         * src/prefs_msg_colors.c
3541         * src/summaryview.c
3542         * src/summaryview.h
3543         * src/gtk/colorlabel.c
3544         * src/gtk/colorlabel.h
3545                 colors in messages list are now customizable. Color values and names can
3546                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3547                 Thanks to Paul and Colin for their help with this longstanding patch!
3548
3549 2006-03-06 [wwp]        2.0.0cvs111
3550
3551         * src/textview.c
3552                 don't crash if (x)face is bad.
3553
3554 2006-03-05 [paul]       2.0.0cvs110
3555
3556         * AUTHORS
3557         * configure.ac
3558         * src/Makefile.am
3559         * src/common/Makefile.am
3560         * src/common/utils.h
3561         * src/etpan/imap-thread.c
3562         * src/gtk/authors.h
3563         * src/plugins/clamav/Makefile.am
3564         * src/plugins/demo/Makefile.am
3565         * src/plugins/dillo_viewer/Makefile.am
3566         * src/plugins/pgpcore/Makefile.am
3567         * src/plugins/pgpcore/passphrase.c
3568         * src/plugins/pgpinline/Makefile.am
3569         * src/plugins/pgpmime/Makefile.am
3570         * src/plugins/spamassassin/Makefile.am
3571         * src/plugins/trayicon/Makefile.am
3572                 fix builiding on cygwin
3573                 Patch by Ralgh Young <bamanzi@gmail.com>
3574
3575 2006-03-04 [wwp]        2.0.0cvs109
3576
3577         * manual/keyboard.xml
3578                 fix mixed up/down keys.
3579
3580 2006-03-04 [wwp]        2.0.0cvs108
3581
3582         * README
3583         * INSTALL
3584                 updated links to SpamAssassin.
3585
3586 2006-03-04 [wwp]        2.0.0cvs107
3587
3588         * manual/plugins.xml
3589         * src/plugins/spamassassin/README
3590                 updated SpamAssassin plugin docs to reflect new functional additions
3591                 (also fix/update/documents few technical stuff more, see the README).
3592
3593 2006-03-04 [wwp]        2.0.0cvs106
3594
3595         * src/prefs_message.c
3596                 normalized capitalization of message-prefs paths.
3597
3598 2006-03-04 [wwp]        2.0.0cvs105
3599
3600         * manual/advanced.xml
3601                 typo.
3602
3603 2006-03-03 [colin]      2.0.0cvs104
3604
3605         * src/plugins/clamav/clamav_plugin_gtk.c
3606                 Rework prefs page, patch by Fabien 
3607
3608 2006-03-03 [colin]      2.0.0cvs103
3609
3610         * src/plugins/clamav/clamav_plugin.c
3611                 Set error on all errors
3612
3613 2006-03-03 [colin]      2.0.0cvs102
3614
3615         * src/common/plugin.c
3616                 Initialize error to avoid crashing when a plugin fails
3617                 without setting error
3618
3619 2006-03-02 [wwp]        2.0.0cvs101
3620
3621         * configure.ac
3622                 fixed linker flags for libetpan support on Cygwin
3623                 (thanks to H.Merijn Brand).
3624
3625 2006-03-02 [wwp]        2.0.0cvs100
3626
3627         * src/addressbook.c
3628                 fix some AB error messages: one for punctuation and
3629                 one wrongly duplicate (thanks, maxbritov).
3630
3631 2006-03-02 [wwp]        2.0.0cvs99
3632
3633         * src/plugins/spamassassin/spamassassin.c
3634                 make sync calls to sa-learn/spamc to prevent
3635                 system (whatever local or client/server) overload.
3636
3637 2006-03-02 [colin]      2.0.0cvs98
3638
3639         * src/summaryview.c
3640                 Put the spam icon in the status column instead of the
3641                 mark one
3642
3643 2006-03-01 [colin]      2.0.0cvs97
3644
3645         * src/plugins/spamassassin/spamassassin.c
3646                 Fix segfault (g_file_set_contents fails for some 
3647                 reason and err==0x2f. Can't find out why with
3648                 valgrind, using working function :-)
3649
3650 2006-03-01 [colin]      2.0.0cvs96
3651
3652         * src/inc.c
3653                 Offline overriding: let 'No' be cached only 3 seconds
3654
3655 2006-03-01 [colin]      2.0.0cvs95
3656
3657         * src/addr_compl.c
3658         * src/addrbook.c
3659         * src/addressbook.c
3660         * src/addrindex.c
3661         * src/folder_item_prefs.c
3662         * src/headerview.c
3663         * src/imap.c
3664         * src/inc.c
3665         * src/ldif.c
3666         * src/mainwindow.c
3667         * src/mh.c
3668         * src/msgcache.c
3669         * src/prefs_common.h
3670         * src/prefs_msg_colors.c
3671         * src/procheader.c
3672         * src/procheader.h
3673         * src/procmime.c
3674         * src/procmsg.c
3675         * src/procmsg.h
3676         * src/send_message.h
3677         * src/simple-gettext.c
3678         * src/summaryview.c
3679         * src/summaryview.h
3680         * src/syldap.c
3681         * src/textview.c
3682         * src/undo.c
3683         * src/common/ssl_certificate.c
3684         * src/common/utils.c
3685         * src/gtk/colorsel.c
3686         * src/gtk/gtksctree.c
3687         * src/gtk/gtkshruler.c
3688         * src/plugins/trayicon/trayicon.c
3689                 #if 0 goes to /dev/null
3690
3691 2006-03-01 [colin]      2.0.0cvs94
3692
3693         * src/compose.c
3694         * src/imap.c
3695         * src/inc.c
3696         * src/inc.h
3697         * src/messageview.c
3698         * src/news.c
3699         * src/plugins/spamassassin/spamassassin.c
3700                 Allow to add information in the "working offline"
3701                 window
3702
3703 2006-03-01 [wwp]        2.0.0cvs93
3704
3705         * src/plugins/spamassassin/spamassassin.c
3706                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3707                 'cause it seems that calling `spamc ... < inputfile` with
3708                 g_spawn_(a)sync simply.. erm doesn't work :-).
3709
3710 2006-03-01 [wwp]        2.0.0cvs92
3711
3712         * src/toolbar.c
3713         * src/toolbar.h
3714                 simplify the adding of spam/ham button to the messageview toolbar
3715                 (it gets more clear now that the same button will be "Mark as spam"
3716                 or "Mark as ham" according to the current message status,
3717                 thanks to Colin).
3718
3719 2006-03-01 [wwp]        2.0.0cvs91
3720
3721         * src/messageview.c
3722         * src/procmsg.c
3723         * src/procmsg.h
3724         * src/summaryview.c
3725         * src/plugins/spamassassin/spamassassin.c
3726         * src/plugins/spamassassin/spamassassin.h
3727                 make learner callbacks return a status (0 for ok),
3728                 handle it in main code to avoid setting flags when learning failed,
3729                 don't learn on TCP if offline in spamassassin,
3730                 thanks to Colin.
3731
3732                 
3733
3734 2006-03-01 [wwp]        2.0.0cvs90
3735
3736         * src/compose.c
3737                 some work around the compose window's account menu,
3738                 patch by Fabien Vantard.
3739
3740 2006-03-01 [wwp]        2.0.0cvs89
3741
3742         * src/plugins/spamassassin/spamassassin.c
3743                 fixed bad logics, was using spamc in local mode and sa-learn
3744                 in remote mode (thanks, Colin).
3745
3746 2006-03-01 [wwp]        2.0.0cvs88
3747
3748         * src/plugins/spamassassin/spamassassin.c
3749         * src/plugins/spamassassin/spamassassin.h
3750         * src/plugins/spamassassin/spamassassin_gtk.c
3751                 made processing of emails w/ sa-plugin an option (default is TRUE),
3752                 fixed Engrish some tooltips, capitalization of some debug messages
3753                 and warnings. The spamassassin plugin now provides two separate
3754                 services: process emails upon incorporation and spamd training.
3755                 Both services (un)register independently but use some common
3756                 plugin settings (transport settings, spam storage location).
3757
3758 2006-02-28 [wwp]        2.0.0cvs87
3759
3760         * src/plugins/spamassassin/spamassassin.c
3761                 fix async flag to spamc cmdline execution (batch exec should
3762                 be asynchronous).
3763
3764 2006-02-27 [wwp]        2.0.0cvs86
3765
3766         * src/plugins/spamassassin/spamassassin.c
3767         * src/plugins/spamassassin/spamassassin.h
3768         * src/plugins/spamassassin/spamassassin_gtk.c
3769                 - added the ability to learn a remote spamassassin server (spamd),
3770                 using spamc.
3771                 - added the spamassassin option 'username', that applies to all
3772                 spamassassin operations (filtering, learning, local or remote).
3773                 The default username is the current unix user (if left blank
3774                 from gtk prefs or config file).
3775                 - commented out some unused code (notebook widget), removed unused
3776                 layout (hbox1).
3777                 - make more widgets sensitive to the transport type.
3778
3779 2006-02-27 [colin]      2.0.0cvs85
3780
3781         * src/plugins/spamassassin/spamassassin.c
3782                 Fix sa-learn call when offline
3783
3784 2006-02-27 [colin]      2.0.0cvs84
3785
3786         * configure.ac
3787         * src/Makefile.am
3788         * src/mainwindow.c
3789         * src/mainwindow.h
3790         * src/messageview.c
3791         * src/messageview.h
3792         * src/prefs_toolbar.c
3793         * src/procmsg.c
3794         * src/stock_pixmap.c
3795         * src/stock_pixmap.h
3796         * src/summaryview.c
3797         * src/toolbar.c
3798         * src/toolbar.h
3799         * src/pixmaps/ham_btn.xpm
3800         * src/pixmaps/spam.xpm
3801         * src/pixmaps/spam_btn.xpm
3802         * src/plugins/spamassassin/spamassassin.c
3803                 Add button in toolbar for spam learning
3804                 Fix a few bugs from the last related commit
3805                 Revert 1.9.6cvs23 which messed up shift-selection
3806
3807 2006-02-24 [colin]      2.0.0cvs83
3808
3809         * src/procmsg.c
3810         * src/summaryview.c
3811         * src/summaryview.h
3812         * src/plugins/spamassassin/spamassassin.c
3813         * src/plugins/spamassassin/spamassassin.h
3814         * src/plugins/spamassassin/spamassassin_gtk.c
3815                 Unregister learner when spamassassin is either
3816                 disabled or over tcp
3817
3818 2006-02-24 [colin]      2.0.0cvs82
3819
3820         * src/Makefile.am
3821         * src/mainwindow.c
3822         * src/mainwindow.h
3823         * src/procmsg.c
3824         * src/procmsg.h
3825         * src/stock_pixmap.c
3826         * src/stock_pixmap.h
3827         * src/summaryview.c
3828         * src/summaryview.h
3829         * src/gtk/icon_legend.c
3830         * src/pixmaps/spam.xpm  ** NEW FILE **
3831         * src/plugins/spamassassin/spamassassin.c
3832         * src/plugins/spamassassin/spamassassin_gtk.c
3833                 Add spam learning interface (Mark/Mark as 
3834                 (spam|ham) menus)
3835
3836 2006-02-24 [wwp]        2.0.0cvs81
3837
3838         * src/compose.c
3839         * src/compose.h
3840         * src/filtering.c
3841                 hide compose window when sending message in batch mode
3842                 (filtering: forward and redirect). Also fixed a wrong
3843                 value returned when sending failed, neutral anyway.
3844                 (Colin, me) 
3845
3846 2006-02-24 [wwp]        2.0.0cvs80
3847
3848         * src/mainwindow.c
3849                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3850
3851 2006-02-24 [paul]       2.0.0cvs79
3852
3853         * src/news.c
3854         * src/news.h
3855         * src/news_gtk.c
3856                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3857                 Thanks to Colin
3858
3859 2006-02-23 [colin]      2.0.0cvs78
3860
3861         * src/alertpanel.c
3862                 Change OK to Close in alertpanel with View log
3863                 button; add accel to View log. Patch by Fabien
3864                 Vantard
3865
3866 2006-02-23 [wwp]        2.0.0cvs77
3867
3868         * src/compose.c
3869                 silly me, there were much more tests to perform, since toolbars can
3870                 really have down to 1 element only.
3871
3872 2006-02-23 [wwp]        2.0.0cvs76
3873
3874         * commitHelper
3875                 fixed indentation from my previous commit. Fallback to VISUAL if
3876                 EDITOR is not set (and to vi, at last resort).
3877
3878 2006-02-23 [wwp]        2.0.0cvs75
3879
3880         * commitHelper
3881                 improved error detection (Colin, me).
3882
3883 2006-02-23 [wwp]        2.0.0cvs74
3884
3885         * src/prefs_toolbar.c
3886                 simplify and fix prefs/toolbars layouting. Combos' contents can
3887                 now be really displayed.
3888
3889 2006-02-23 [wwp]        2.0.0cvs73
3890         simplifies and fix prefs/toolbars layouting. Combos' contents can now
3891         be really displayed.
3892
3893 2006-02-22 [wwp]        2.0.0cvs72
3894
3895         * src/compose.c
3896                 fix a typo in my previous commit (sorry!).
3897
3898 2006-02-22 [wwp]        2.0.0cvs71
3899
3900         * src/prefs_toolbar.c
3901                 fix a crash when adding separators to toolbars,
3902                 also fix some separator item information.
3903
3904 2006-02-22 [wwp]        2.0.0cvs70
3905
3906         * src/compose.c
3907                 fix a crash when redirecting (for instance) when compose window's
3908                 toolbar contents has been customized (when some buttons have been
3909                 removed in fact).
3910
3911 2006-02-21 [wwp]        2.0.0cvs69
3912
3913         * src/summaryview.c
3914         * src/gtk/pluginwindow.c
3915         * src/plugins/pgpcore/prefs_gpg.c
3916                 fix some compilation warnings (feat. remains of removed code).
3917
3918 2006-02-21 [wwp]        2.0.0cvs68
3919
3920         * src/gtk/gtkutils.c
3921                 fix two compilation issues, thanks to Stephan Sachse.
3922
3923 2006-02-20 [colin]      2.0.0cvs67
3924
3925         * src/mainwindow.c
3926                 Don't reselect displayed mail on refocus
3927                 This fixes actions misbehaving 
3928
3929 2006-02-20 [wwp]        2.0.0cvs66
3930
3931         * src/summaryview.c
3932         * src/gtk/gtksctree.c
3933         * src/gtk/gtkshruler.c
3934                 changed more runtime typecast checks.
3935
3936 2006-02-20 [wwp]        2.0.0cvs65
3937
3938         * src/summary_search.c
3939                 find all - summaryview refresh issue fixed, thanks to Colin.
3940
3941 2006-02-20 [wwp]        2.0.0cvs64
3942
3943         * src/gtk/gtkutils.c
3944                 better runtime typecast checks.
3945
3946 2006-02-20 [wwp]        2.0.0cvs63
3947
3948         * src/summary_search.c
3949                 enhancements to the summary search:
3950                         - add the ability to stop the running search
3951                           (upon ESC-key press, new Stop button or when Clear button is pressed)
3952                         - don't search if no criteria (From/To/Subject/Body) is set
3953                         - ensure that a busy mouse pointer is always shown when searching,
3954                           show it even a bit earlier
3955
3956 2006-02-19 [colin]      2.0.0cvs62
3957
3958         * src/compose.c
3959         * src/imap.c
3960         * src/etpan/imap-thread.c
3961         * src/etpan/imap-thread.h
3962                 (Future) IMAP speed improvement on sending
3963                 Will require a libetpan update
3964         * src/summaryview.c
3965         * src/gtk/quicksearch.c
3966                 Make quicksearch clearable while running.
3967
3968 2006-02-17 [colin]      2.0.0cvs61
3969
3970         * src/imap.c
3971         * src/etpan/imap-thread.c
3972         * src/etpan/imap-thread.h
3973                 Check for IMAP certificates
3974                 ** Requires libetpan-0.42-cvs4 
3975                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
3976
3977 2006-02-17 [colin]      2.0.0cvs60
3978
3979         * src/messageview.c
3980         * src/prefs_common.c
3981         * src/prefs_common.h
3982         * src/prefs_message.c
3983                 Add pref to display HTML-only mails with plugin, 
3984                 if possible (defaulting to FALSE of course).
3985
3986 2006-02-16 [colin]      2.0.0cvs59
3987
3988         * src/main.c
3989         * src/common/plugin.c
3990         * src/common/plugin.h
3991         * src/gtk/pluginwindow.c
3992                 Keep track of requested (but unloaded) plugins
3993                 in some error cases.
3994
3995 2006-02-16 [wwp]        2.0.0cvs58
3996
3997         * src/gtk/gtkaspell.c
3998         * src/gtk/gtkaspell.h
3999         * src/prefs_spelling.c
4000         * src/compose.c
4001         * src/prefs_common.c
4002         * src/prefs_common.h
4003                 implemented new optional spellchecker behaviour: re-check message when
4004                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4005
4006 2006-02-16 [wwp]        2.0.0cvs57
4007
4008         * src/quote_fmt_parse.y
4009                 pclose popen'ed pipe.
4010
4011 2006-02-15 [colin]      2.0.0cvs56
4012
4013         * src/mimeview.c
4014         * src/mimeview.h
4015                 Let MimeViewers know which MimeView they
4016                 depend of.
4017         * src/summaryview.c
4018                 Swap From/To columns in Sent/Queue/Drafts
4019                 folders
4020         * src/etpan/imap-thread.c
4021                 Use mailstream_low_tls_open() for STARTTLS
4022                 instead of mailstream_low_ssl_open()
4023                 ** REQUIRES libetpan 0.42cvs3 **
4024
4025 2006-02-15 [wwp]        2.0.0cvs55
4026
4027         * src/compose.c
4028         * src/compose.h
4029         * src/message_search.c
4030         * src/message_search.h
4031         * src/textview.c
4032         * src/gtk/gtkutils.c
4033         * src/gtk/gtkutils.h
4034                 added the ability to Find text in the compose window (and a bit
4035                 of code factorization).
4036
4037 2006-02-15 [wwp]        2.0.0cvs54
4038
4039         * src/prefs_gtk.c
4040                 yet another one file was missing (fix for some widgets' sensitivity).
4041                 Thanks Colin!
4042
4043 2006-02-15 [wwp]        2.0.0cvs53
4044
4045         * src/prefs_gtk.h
4046                 oops forgot that file (fix for some widgets' sensitivity).
4047
4048 2006-02-15 [wwp]        2.0.0cvs52
4049
4050         * src/summary_search.c
4051                 implemented advanced summary search options (added the ability
4052                 to use matcher conditions in an advanced search mode).
4053
4054 2006-02-15 [wwp]        2.0.0cvs51
4055
4056         * src/plugins/pgpcore/prefs_gpg.c
4057         * src/prefs_account.c
4058                 fix some widget sensitivity, mostly around some labels in
4059                 account prefs.
4060
4061 2006-02-15 [paul]       2.0.0cvs50
4062
4063         * manual/advanced.xml
4064                 improve Templates info
4065                 written by wwp
4066
4067 2006-02-14 [colin]      2.0.0cvs49
4068
4069         * src/pixmaps/address_book.xpm
4070         * src/pixmaps/preferences.xpm
4071         * src/pixmaps/properties.xpm
4072                 Fix pixmap size - patch by Fabien Vantard
4073
4074 2006-02-13 [colin]      2.0.0cvs48
4075
4076         * src/procmime.c
4077                 Add missing fclose()s on error
4078         * src/textview.c
4079                 Remove unused code
4080         * src/common/utils.c
4081                 Fix temp files not being deleted on windows
4082         Patches by Thomas Gilgin
4083
4084 2006-02-13 [colin]      2.0.0cvs47
4085
4086         * src/mainwindow.c
4087                 Fix exit crash
4088
4089 2006-02-13 [wwp]        2.0.0cvs46
4090
4091         * src/plugins/pgpcore/prefs_gpg.c
4092                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4093
4094 2006-02-12 [colin]      2.0.0cvs45
4095
4096         * src/folderview.c
4097         * src/main.c
4098         * src/mainwindow.c
4099                 Fix "stuff" when quitting
4100
4101 2006-02-12 [wwp]        2.0.0cvs44
4102
4103         * src/prefs_themes.c
4104                 fix typos in debug messages.
4105
4106 2006-02-11 [colin]      2.0.0cvs43
4107
4108         * src/summaryview.c
4109                 don't allow drag/drop from ourself
4110
4111 2006-02-10 [wwp]        2.0.0cvs42
4112
4113         * src/exporthtml.c
4114         * src/html.c
4115         * src/html.h
4116         * src/procmime.c
4117         * src/textview.c
4118                 renamed html_ prefixed functions and data structures to avoid
4119                 namespace clashes w/ other software (gtkhtml2 for instance).
4120                 Closes bug #907.
4121
4122
4123 2006-02-09 [colin]      2.0.0cvs41
4124
4125         * src/summaryview.c
4126                 Fix shitty logic messed up. Thanks Ticho for the hint!
4127
4128 2006-02-09 [wwp]        2.0.0cvs40
4129
4130         * src/gtk/about.c
4131         * src/compose.c
4132         * src/prefs_account.c
4133         * src/prefs_gtk.h
4134         * src/editaddress.c
4135                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4136                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4137                 Browse buttons in accounts prefs.
4138
4139 2006-02-09 [colin]      2.0.0cvs39
4140
4141         * src/matcher.c
4142                 Check for pointer before using its members
4143         * src/gtk/gtksourceprintjob.c
4144                 Fix a wrong warning
4145
4146 2006-02-09 [wwp]        2.0.0cvs38
4147
4148         * src/gtk/filesel.c
4149                 fix few compiler warnings (type mismatch).
4150
4151 2006-02-09 [paul]       2.0.0cvs37
4152
4153         * po/fr.po
4154                 updated by Fabien Vantard
4155
4156 2006-02-08 [colin]      2.0.0cvs36
4157
4158         * src/prefs_common.c
4159         * src/common/defs.h
4160         * src/common/plugin.c
4161                 allow windows and linux configurations to coexist
4162                 patch by Thomas Gilgin
4163
4164 2006-02-08 [colin]      2.0.0cvs35
4165
4166         * src/filtering.c
4167         * src/matcher.c
4168         * src/matcher.h
4169         * src/matcher_parser_parse.y
4170         * src/prefs_filtering_action.c
4171         * src/prefs_matcher.c
4172                 Add the "Ignore thread" filtering
4173                 action
4174
4175 2006-02-08 [colin]      2.0.0cvs34
4176
4177         * src/compose.c
4178         * src/procmime.c
4179         * src/procmime.h
4180                 Fix bug #905 (damaged attachment)
4181                 text files with raw \0's aren't really text files
4182         FOR_STABLE
4183
4184 2006-02-08 [colin]      2.0.0cvs33
4185
4186         * src/summaryview.c
4187                 Fix crasher introduced yesterday
4188
4189 2006-02-08 [wwp]        2.0.0cvs32
4190
4191         * src/compose.c
4192         * src/compose.h
4193                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4194
4195 2006-02-08 [wwp]        2.0.0cvs31
4196
4197         * src/prefs_template.c
4198                 templates enhancement: allow address completion for Cc and Bcc fields
4199                 (it was currently possible for the To field only)
4200
4201 2006-02-08 [colin]      2.0.0cvs30
4202
4203         * src/compose.c
4204                 Don't unblock if not blocked
4205         FOR_STABLE
4206
4207 2006-02-07 [colin]      2.0.0cvs29
4208
4209         * src/action.c
4210                 Forgot to refresh summaryview
4211
4212 2006-02-07 [colin]      2.0.0cvs28
4213
4214         * src/action.c
4215                 Freeze/thaw message list and folder list while
4216                 processing %as{} actions 
4217         * src/compose.c
4218                 Fix auto-wrap disabling after a middle-click
4219                 paste - FOR_STABLE
4220
4221 2006-02-07 [paul]       2.0.0cvs27
4222
4223         * src/folder.c
4224                 fix freeing of uninitialised pointers
4225                 Thanks to Colin
4226
4227 2006-02-06 [colin]      2.0.0cvs26
4228
4229         * src/folder.c
4230                 Use g_slist_prepend in potentially big list
4231
4232 2006-02-06 [colin]      2.0.0cvs25
4233
4234         * src/folder.c
4235                 Completely skip processing if it doesn't 
4236                 exist (faster!)
4237
4238 2006-02-06 [colin]      2.0.0cvs24
4239
4240         * src/folder.c
4241         * src/summaryview.c
4242                 Batch filtering in summaryview (from Tools menu)
4243                 and pre/post//-processing too
4244
4245 2006-02-06 [colin]      2.0.0cvs23
4246
4247         * src/procmsg.h
4248         * src/filtering.c
4249                 Use a special field for batch filtering instead
4250                 of stepping on deferred execution's toes
4251
4252 2006-02-06 [colin]      2.0.0cvs22
4253
4254         * src/action.c
4255         * src/filtering.c
4256         * src/filtering.h
4257         * src/folder.c
4258         * src/summaryview.c
4259                 Fix filtering via menus and actions
4260
4261 2006-02-06 [colin]      2.0.0cvs21
4262
4263         * src/imap.c
4264                 Put the added file directly to cache if possible (will work
4265                 with next libetpan)
4266         * src/filtering.c
4267         * src/filtering.h
4268         * src/inc.c
4269         * src/folder.c
4270         * src/mbox.c
4271         * src/procmsg.h
4272                 Move and copy filtered messages by batches instead of one
4273                 by one - faster on IMAP
4274         * src/procmsg.c
4275                 Add a function that'll possibly be useful later
4276
4277 2006-02-06 [colin]      2.0.0cvs20
4278
4279         * src/addressbook.c
4280                 Use internal mime-type instead of text/plain for d'n'd
4281         * src/compose.c
4282                 Allow attaching files from mimeview's icon list via d'n'd
4283         * src/folderview.c
4284         * src/folderview.h
4285                 Use internal mime-type instead of text/plain for d'n'd
4286                 Don't try to selected opened folder if none is
4287                 Factorize d'n'd from other apps code
4288         * src/headerview.c
4289         * src/textview.c
4290         * src/gtk/gtkutils.c
4291         * src/gtk/gtkutils.h
4292                 Factorize Face/X-Face stuff
4293         * src/mimeview.c
4294                 Fix d'n'd to other apps
4295         * src/prefs_message.c
4296                 Let the XFace pref be usable without libcompface as it also
4297                 applies to Face
4298         * src/summaryview.c
4299                 Fix d'n'd to other apps
4300                 Factorize d'n'd from other apps code
4301
4302 2006-02-06 [wwp]        2.0.0cvs19
4303
4304         * po/it.po
4305                 Italian translation fixes by Andrea Spadaccini (no more confusion
4306                 between filtering and processing, and few changes in the About
4307                 dialog).
4308
4309
4310 2006-02-06 [mones]      2.0.0cvs18
4311
4312         * src/gtk/icon_legend.c
4313                 Improved descriptions allowing better translations
4314
4315 2006-02-05 [colin]      2.0.0cvs17
4316
4317         * src/imap.c
4318                 Add the f*cking missing expunge that caused imap_fetch_env
4319                 to fail after an add_msgs ! :-///
4320         * src/etpan/imap-thread.c
4321                 Add a bit of debug
4322         FOR_STABLE
4323
4324 2006-02-05 [colin]      2.0.0cvs16
4325
4326         * src/common/utils.c
4327                 Don't check for return-path (or we can't put
4328                 back non-sent mails)
4329
4330 2006-02-05 [colin]      2.0.0cvs15
4331
4332         * src/textview.c
4333                 Don't try to display Face header in textview
4334                 when teh headerview's active
4335
4336 2006-02-05 [colin]      2.0.0cvs14
4337
4338         * tools/tbird2syl.py
4339         * tools/Makefile.am
4340                 Add script to import Thunderbird mails
4341
4342 2006-02-05 [colin]      2.0.0cvs13
4343
4344         * src/headerview.c
4345         * src/procheader.c
4346         * src/procmsg.c
4347         * src/procmsg.h
4348         * src/textview.c
4349                 Show Face headers - patch partially by Klaus Flittner
4350
4351 2006-02-05 [colin]      2.0.0cvs12
4352
4353         * src/folderview.c
4354         * src/summaryview.c
4355         * src/common/utils.c
4356         * src/common/utils.h
4357                 Let dnd work from mime icons to summaryview
4358                 and to folderview too
4359                 Add a crude test to avoid trying to add files
4360                 drag'n'dropped when they're not mails
4361
4362 2006-02-04 [colin]      2.0.0cvs11
4363
4364         * src/summaryview.c
4365         * src/mimeview.c
4366                 Fix utf8 conversion
4367
4368 2006-02-04 [colin]      2.0.0cvs10
4369
4370         * src/compose.c
4371         * src/folderview.c
4372         * src/mimeview.c
4373         * src/summaryview.c
4374         * src/summaryview.h
4375                 Added various drag and drop capas:
4376                 From                    To
4377                 summaryview             other apps
4378                 mimeview icons          other apps
4379                 other apps              summaryview
4380                 other apps              folderview
4381
4382                 This shouldn't have broken the existing:
4383                 From                    To
4384                 summaryview             folderview
4385                 folderview              folderview
4386                 summaryview             compose's attachments
4387
4388         Tests welcomed.
4389
4390 2006-02-02 [paul]       2.0.0cvs9
4391
4392         * src/mainwindow.c
4393                 move global option 'Set displayed columns...' out
4394                 of folder option grouping.
4395                 fix sensitivity of 'harvest addresses'
4396         FOR_STABLE
4397
4398 2006-02-01 [colin]      2.0.0cvs8
4399
4400         * src/mimeview.c
4401                 Revert the alertpanel patch, it sucks (intrusive
4402                 and gets in the way of "open")
4403
4404 2006-02-01 [colin]      2.0.0cvs7
4405
4406         * src/compose.c
4407         * src/prefs_account.c
4408         * src/prefs_common.c
4409         * src/common/defs.h
4410         * src/common/utils.c
4411         * src/common/utils.h
4412                 Add ability to edit the signature file
4413                 from the account preferences, and use
4414                 a default for the text editor.
4415                 Patch by Fabien Vantard
4416
4417 2006-02-01 [colin]      2.0.0cvs6
4418
4419         * src/mimeview.c
4420                 Try to get mime type by extension if it is
4421                 application/octet-stream
4422                 Display a window with possible choices when
4423                 encountering unknown mime types
4424         * src/gtk/filesel.c
4425         * src/gtk/filesel.h
4426                 Add preview
4427                 Allow multiple selection in filtered filesel
4428                 (patch by Fabien Vantard)
4429         * src/gtk/pluginwindow.c
4430                 Use it (patch by Fabien Vantard)
4431
4432 2006-02-01 [paul]       2.0.0cvs5
4433
4434         * src/jpilot.c
4435                 fix crash on creating jpilot address book
4436                 Thanks to Colin - FOR_STABLE
4437         * src/prefs_summaries.c
4438         * src/prefs_wrapping.c
4439         * src/gtk/icon_legend.c
4440         * src/gtk/quicksearch.c
4441                 string fixes and additions
4442
4443 2006-02-01 [paul]       2.0.0cvs4
4444
4445         * src/compose.c
4446         * src/mainwindow.c
4447         * src/messageview.c
4448         * src/prefs_send.c
4449                 add Arabic encoding option
4450                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4451
4452 2006-01-31 [colin]      2.0.0cvs3
4453
4454         * src/plugins/pgpcore/passphrase.c
4455                 Convert passphrase to locale encoding
4456         * src/compose.c
4457                 Fix drafting on IMAP. Crappy bug sneaked in
4458                 the release :-/
4459         FOR_STABLE
4460
4461 2006-01-30 [paul]       2.0.0cvs2
4462
4463         * src/gtk/icon_legend.c
4464                 show the new entries
4465
4466 2006-01-30 [colin]      2.0.0cvs1
4467
4468         * src/manual.c
4469                 Check for the file to be present before 
4470                 enabling the menu - FOR_STABLE
4471         * src/gtk/icon_legend.c
4472                 Add folders icons (not all of them, there
4473                 are too much, but the most intriguing ones)
4474
4475 2006-01-30 [paul]       2.0.0
4476
4477         version 2.0.0 released
4478
4479 2006-01-30 [paul]       1.9.100cvs200
4480
4481         * manual/faq.xml
4482         * manual/gpl.xml
4483         * manual/intro.xml
4484         * manual/starting.xml
4485         * manual/sylpheed-claws-manual.xml
4486                 fixes, additions
4487
4488 2006-01-29 [mones]      1.9.100cvs199
4489
4490         * manual/account.xml
4491         * manual/advanced.xml
4492         * manual/glossary.xml
4493                 Some typos fixed, added LDIF term to glossary
4494         * po/es.po
4495                 Fixed leading plus symbol
4496
4497 2006-01-29 [paul]       1.9.100cvs198
4498
4499         * po/fi.po
4500         * po/sk.po
4501                 updated by Tommi Pirinen and Andrej Kacian
4502
4503 2006-01-29 [paul]       1.9.100cvs197
4504
4505         * src/gtk/authors.h
4506                 remove duplicates
4507
4508 2006-01-29 [paul]       1.9.100cvs196
4509
4510         * AUTHORS
4511         * po/nl.po
4512         * src/gtk/authors.h
4513         * tools/claws.i18n.status.pl
4514                 nl translation updated by Tim Dijkstra
4515
4516 2006-01-29 [paul]       1.9.100cvs195
4517
4518         * po/sr.po
4519         * po/sv.po
4520                 updated by Aleksandar Urosevic and Anders Troback
4521
4522 2006-01-28 [colin]      1.9.100cvs194
4523
4524         * src/gtk/gtksourceprintjob.c
4525                 Don't fiddle with PangoLayout when we
4526                 have an image
4527
4528 2006-01-28 [paul]       1.9.100cvs193
4529
4530         * AUTHORS
4531         * po/el.po
4532         * po/zh_CN.po
4533         * src/gtk/authors.h
4534         * tools/claws.i18n.status.pl
4535                 updated translations submitted by Stavros Giannouris
4536                 and Ralgh Young
4537
4538 2006-01-27 [colin]      1.9.100cvs192
4539
4540         * src/summaryview.c
4541         * src/gtk/gtksourceprintjob.c
4542                 Add image printing 
4543                 (libgnomeprint only, of course)
4544
4545 2006-01-27 [paul]       1.9.100cvs191
4546
4547         * po/fr.po
4548         * po/it.po
4549                 updated by Fabien Vantard and Andrea Spadaccini
4550
4551 2006-01-26 [colin]      1.9.100cvs190
4552
4553         * manual/Makefile.am
4554         * configure.ac
4555                 Make building the manual optional 
4556                 (--disable-manual)
4557
4558 2006-01-26 [paul]       1.9.100cvs189
4559
4560         * manual/glossary.xml
4561         * manual/plugins.xml
4562                 edited
4563         * po/en_GB.po
4564                 updated
4565
4566 2006-01-26 [paul]       1.9.100cvs188
4567
4568         * src/prefs_display_header.c
4569         * src/prefs_folder_column.c
4570         * src/prefs_msg_colors.c
4571         * src/prefs_summaries.c
4572         * src/prefs_summary_column.c
4573                 HIGify
4574
4575 2006-01-25 [colin]      1.9.100cvs187
4576
4577         * src/imap.c
4578                 Don't allow moving/copying mails between
4579                 queue/drafts and non-queue/drafts folders
4580                 Fixes bug #897 (message header is resetted 
4581                 if one is copied to Drafts)
4582
4583 2006-01-25 [colin]      1.9.100cvs186
4584
4585         * src/folder.c
4586         * src/mainwindow.c
4587                 Fix subscribed folders not found
4588         * src/compose.c
4589                 Don't try to encode as original mail's charset
4590                 if it's ascii 
4591
4592 2006-01-25 [paul]       1.9.100cvs185
4593
4594         * AUTHORS
4595         * po/Makevars
4596                 updated
4597         * po/de.po
4598         * po/pl.po
4599         * po/pt_BR.po
4600         * po/sr.po
4601                 updates submitted by Stephan Sachse, Emilian Nowak
4602                 and Quar, Frederico Goncalves Guimaraes, and
4603                 Aleksandar Urosevic
4604                 Fix Bug 896, 'PT_BR locale broken'.
4605         * src/gtk/authors.h
4606                 updated
4607
4608 2006-01-24 [mones]      1.9.100cvs184
4609
4610         * manual/glossary.xml
4611                 All current terms finished. Reviewers welcome ;-)
4612         * manual/keyboard.xml
4613                 Fixed column width for pdf output.
4614         * po/es.po
4615                 Updated
4616
4617 2006-01-24 [paul]       1.9.100cvs183
4618
4619         * manual/glossary.xml
4620                 fix id name
4621         * manual/dist/html/Makefile.am
4622         * manual/dist/pdf/Makefile.am
4623         * manual/dist/ps/Makefile.am
4624         * manual/dist/txt/Makefile.am
4625                 fix make deps
4626                 Thanks to Colin
4627
4628 2006-01-24 [mones]      1.9.100cvs182
4629
4630         * manual/glossary.xml
4631                 Nearly finished, some terms missing.
4632
4633 2006-01-23 [paul]       1.9.100cvs181
4634
4635         * manual/dist/html/Makefile.am
4636         * manual/dist/pdf/Makefile.am
4637         * manual/dist/ps/Makefile.am
4638         * manual/dist/txt/Makefile.am
4639         * src/mainwindow.c
4640                 re-enable manual
4641                 Thanks to Colin
4642
4643 2006-01-22 [colin]      1.9.100cvs180
4644
4645         * src/compose.c
4646         * src/gtk/gtkaspell.c
4647                 Don't deselect stuff before right-clicking, with aspell.
4648                 (This prevented right-click Copy, for example).
4649                 Thanks to Clo!
4650
4651 2006-01-22 [paul]       1.9.100cvs179
4652
4653         * src/summary_search.c
4654                 don't fix the widget size as it causes problems
4655                 under localisation.
4656                 Thanks to Emilian Nowak
4657
4658 2006-01-21 [paul]       1.9.100cvs178
4659
4660         * src/prefs_themes.c
4661                 fix broken underlining of label text
4662                 with some translations
4663
4664 2006-01-21 [colin]      1.9.100cvs177
4665
4666         * po/fr.po
4667                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4668
4669 2006-01-20 [colin]      1.9.100cvs176
4670
4671         * configure.ac
4672         * Makefile.am
4673         * manual/Makefile
4674         * manual/dist/html/.cvsignore
4675         * manual/dist/html/Makefile.am
4676         * manual/dist/pdf/.cvsignore
4677         * manual/dist/pdf/Makefile.am
4678         * manual/dist/ps/.cvsignore
4679         * manual/dist/ps/Makefile.am
4680         * manual/dist/txt/.cvsignore
4681         * manual/dist/txt/Makefile.am
4682                 Autotool-ize manual
4683
4684 2006-01-20 [paul]       1.9.100cvs175
4685
4686         * manual/handling.xml
4687                 make Filtering and Searching entries easier to find
4688         * manual/keyboard.xml
4689                 add the remaining default keybinds
4690         * src/prefs_summaries.c
4691                 update the default keybinds
4692
4693 2006-01-20 [paul]       1.9.100cvs174
4694
4695         * src/addressbook.c
4696         * src/addrgather.c
4697         * src/addrharvest.c
4698         * src/editaddress.c
4699         * src/editgroup.c
4700         * src/exphtmldlg.c
4701         * src/expldifdlg.c
4702         * src/exporthtml.c
4703         * src/exportldif.c
4704         * src/ldif.c
4705                 replace 'e-mail' with 'email'
4706         * src/summary_search.c
4707                 add mnemonic to "Find all" button
4708
4709 2006-01-20 [wwp]        1.9.100cvs173
4710
4711         * src/export.c
4712         * src/import.c
4713                 touched mbox import/export buttons for HIG-compliance
4714
4715 2006-01-19 [paul]       1.9.100cvs172
4716
4717         * manual/account.xml
4718         * manual/addrbook.xml
4719         * manual/advanced.xml
4720         * manual/faq.xml
4721         * manual/handling.xml
4722         * manual/intro.xml
4723         * manual/plugins.xml
4724         * manual/starting.xml
4725                 more editing
4726
4727 2006-01-19 [paul]       1.9.100cvs171
4728
4729         * src/toolbar.c
4730                 allow use of trash button while receiving
4731                 Thanks to Colin
4732
4733 2006-01-19 [wwp]        1.9.100cvs170
4734
4735         * src/gtk/quicksearch.c
4736         * src/compose.c
4737                 force text color to black when yellow background is set
4738
4739 2006-01-19 [colin]      1.9.100cvs169
4740
4741         * src/plugins/trayicon/trayicon.c
4742                 Gray out Get Mail when already getting mail
4743
4744 2006-01-18 [paul]       1.9.100cvs168
4745
4746         * src/compose.c
4747                 give widget yellow background was To is
4748                 set via folder prefs
4749         * src/gtk/quicksearch.c
4750                 give widget yellow background when quick
4751                 search is active.
4752                 Thanks to Colin
4753
4754 2006-01-18 [paul]       1.9.100cvs167
4755
4756         * doc/man/sylpheed-claws.1
4757                 add --subscribe option
4758
4759 2006-01-18 [paul]       1.9.100cvs166
4760
4761         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4762         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4763                 use %U instead of %F (%F is broken for user installed
4764                 files in kde 3.5)
4765
4766 2006-01-18 [colin]      1.9.100cvs165
4767
4768         * src/summaryview.c
4769                 Default to Yes in "No more * messages" dialogs
4770
4771 2006-01-17 [colin]      1.9.100cvs164
4772
4773         * src/compose.c
4774                 Possibly fix an invalid iterator causing
4775                 crash
4776
4777 2006-01-17 [colin]      1.9.100cvs163
4778
4779         * src/mimeview.c
4780                 Fix crash when the image disappears under the
4781                 image viewer
4782
4783 2006-01-16 [colin]      1.9.100cvs162
4784
4785         * src/compose.c
4786                 Fix reenabling autowrap
4787
4788 2006-01-16 [colin]      1.9.100cvs161
4789
4790         * src/compose.c
4791                 reset quote_len before getting quote_str
4792
4793 2006-01-16 [colin]      1.9.100cvs160
4794
4795         * src/account.c
4796         * src/account.h
4797         * src/folder.c
4798         * src/imap_gtk.c
4799         * src/mh_gtk.c
4800                 Fix bug #883 (default inbox does not track folder move)
4801
4802 2006-01-16 [colin]      1.9.100cvs159
4803
4804         * src/compose.c
4805         * src/plugins/pgpcore/passphrase.c
4806                 More buttons fixes
4807
4808 2006-01-16 [paul]       1.9.100cvs158
4809
4810         * src/prefs_actions.c
4811         * src/prefs_filtering_action.c
4812         * src/prefs_matcher.c
4813         * src/quote_fmt.c
4814         * src/gtk/description_window.c
4815         * src/gtk/description_window.h
4816         * src/gtk/quicksearch.c
4817                 description window cleanups
4818
4819 2006-01-15 [colin]      1.9.100cvs157
4820
4821         * src/addressbook.c
4822         * src/prefs_filtering.c
4823                 Same here
4824
4825 2006-01-15 [colin]      1.9.100cvs156
4826
4827         * src/folderview.c
4828         * src/mainwindow.c
4829                 Same for "Empty trash"
4830
4831 2006-01-15 [colin]      1.9.100cvs155
4832
4833         * src/inc.c
4834                 Override offline dialog had Yes by default
4835
4836 2006-01-15 [colin]      1.9.100cvs154
4837
4838         * src/summaryview.c
4839                 Delete selected messages? previously had Yes the default
4840
4841 2006-01-15 [colin]      1.9.100cvs153
4842
4843         * src/folder.c
4844         * src/folder.h
4845         * src/main.c
4846                 Check if a mailbox is loaded after all
4847                 plugins are loaded.
4848
4849 2006-01-15 [colin]      1.9.100cvs152
4850
4851         * src/folder.c
4852                 Don't start wizard when there are unloaded folders (will help
4853                 people with only mbox or maildir mailboxes)
4854
4855 2006-01-14 [colin]      1.9.100cvs151
4856
4857         * src/addressbook.c
4858         * src/expldifdlg.c
4859         * src/importldif.c
4860         * src/importmutt.c
4861         * src/importpine.c
4862         * src/mh_gtk.c
4863                 More HIG compliance and fixes
4864
4865 2006-01-14 [colin]      1.9.100cvs150
4866
4867         * src/prefs_filtering_action.c
4868         * src/foldersel.c
4869                 Two forgotten button order changes
4870
4871 2006-01-14 [colin]      1.9.100cvs149
4872
4873         * src/account.c
4874         * src/addressbook.c
4875         * src/compose.c
4876         * src/folderview.c
4877         * src/imap_gtk.c
4878         * src/mainwindow.c
4879         * src/mh_gtk.c
4880         * src/news_gtk.c
4881         * src/prefs_actions.c
4882         * src/prefs_customheader.c
4883         * src/prefs_filtering.c
4884         * src/prefs_matcher.c
4885         * src/prefs_template.c
4886         * src/ssl_manager.c
4887         * src/summaryview.c
4888         * src/textview.c
4889         * src/toolbar.c
4890                 All deletion confirmations are now "Cancel, Delete" 
4891                 instead of "No, Yes"
4892                 Clarified most of the other "No, Yes" to 
4893                 "Cancel, Descriptive_action"
4894                 Rechanged the "Entry not saved" alerts to have 
4895                 "Close, Continue editing"
4896
4897
4898 2006-01-14 [paul]
4899
4900         * 2.0.0-rc4 released
4901
4902 2006-01-14 [paul]       1.9.100cvs148
4903
4904         * src/account.c
4905         * src/addressadd.c
4906         * src/addressbook.c
4907         * src/compose.c
4908         * src/editaddress.c
4909         * src/editbook.c
4910         * src/editgroup.c
4911         * src/editjpilot.c
4912         * src/editldap.c
4913         * src/editvcard.c
4914         * src/exphtmldlg.c
4915         * src/expldifdlg.c
4916         * src/folderview.c
4917         * src/grouplistdialog.c
4918         * src/imap_gtk.c
4919         * src/importmutt.c
4920         * src/importpine.c
4921         * src/inc.c
4922         * src/main.c
4923         * src/mainwindow.c
4924         * src/message_search.c
4925         * src/messageview.c
4926         * src/mh_gtk.c
4927         * src/mimeview.c
4928         * src/news_gtk.c
4929         * src/prefs_actions.c
4930         * src/prefs_customheader.c
4931         * src/prefs_filtering.c
4932         * src/prefs_matcher.c
4933         * src/prefs_template.c
4934         * src/prefs_themes.c
4935         * src/ssl_manager.c
4936         * src/summary_search.c
4937         * src/summaryview.c
4938         * src/textview.c
4939         * src/toolbar.c
4940         * src/gtk/foldersort.c
4941         * src/gtk/gtkaspell.c
4942         * src/gtk/inputdialog.c
4943         * src/gtk/prefswindow.c
4944         * src/plugins/pgpcore/select-keys.c
4945         * src/plugins/trayicon/trayicon.c
4946                 HIG compliant button order
4947
4948 2006-01-14 [mones]      1.9.100cvs147
4949
4950         * po/es.po
4951                 Updated translation
4952
4953 2006-01-13 [paul]       1.9.100cvs146
4954
4955         * AUTHORS
4956         * ChangeLog
4957         * src/gtk/authors.h
4958                 add Joshua M. Kwan to contributors list
4959
4960 2006-01-13 [colin]      1.9.100cvs145
4961
4962         * src/gtk/quicksearch.c
4963                 Don't refocus quick search after executing (Esc or Enter)
4964                 Allows to '/'search something then move up/down in 
4965                 summaryview, and to Esc a search and be back in the 
4966                 summaryview
4967
4968 2006-01-13 [paul]       1.9.100cvs144
4969
4970         * src/plugins/pgpinline/pgpinline.c
4971                 support Content-Type 'application/pgp'
4972                 patch by Joshua M. Kwan <joshuak@users.sf.net>
4973
4974 2006-01-13 [paul]       1.9.100cvs143
4975
4976         * manual/account.xml
4977                 make mention of partial retrieval
4978                 thanks to Colin
4979
4980 2006-01-13 [paul]       1.9.100cvs142
4981
4982         * src/account.c
4983         * src/account.h
4984         * src/action.c
4985         * src/action.h
4986         * src/adbookbase.h
4987         * src/addr_compl.c
4988         * src/addr_compl.h
4989         * src/addrbook.c
4990         * src/addrcache.c
4991         * src/addrcache.h
4992         * src/addrcindex.c
4993         * src/addrcindex.h
4994         * src/addrclip.c
4995         * src/addrclip.h
4996         * src/addrdefs.h
4997         * src/addressadd.c
4998         * src/addressadd.h
4999         * src/addressbook.c
5000         * src/addressbook.h
5001         * src/addrgather.c
5002         * src/addrgather.h
5003         * src/addrharvest.c
5004         * src/addrharvest.h
5005         * src/addrindex.c
5006         * src/addrindex.h
5007         * src/addritem.c
5008         * src/addritem.h
5009         * src/addrquery.c
5010         * src/addrquery.h
5011         * src/addrselect.c
5012         * src/addrselect.h
5013         * src/alertpanel.c
5014         * src/alertpanel.h
5015         * src/browseldap.c
5016         * src/browseldap.h
5017         * src/codeconv.c
5018         * src/codeconv.h
5019         * src/compose.c
5020         * src/compose.h
5021         * src/customheader.c
5022         * src/customheader.h
5023         * src/displayheader.c
5024         * src/displayheader.h
5025         * src/editaddress.c
5026         * src/editaddress.h
5027         * src/editbook.c
5028         * src/editbook.h
5029         * src/editgroup.c
5030         * src/editgroup.h
5031         * src/editjpilot.c
5032         * src/editjpilot.h
5033         * src/editldap.c
5034         * src/editldap.h
5035         * src/editldap_basedn.c
5036         * src/editldap_basedn.h
5037         * src/editvcard.c
5038         * src/editvcard.h
5039         * src/exphtmldlg.c
5040         * src/exphtmldlg.h
5041         * src/expldifdlg.c
5042         * src/expldifdlg.h
5043         * src/export.h
5044         * src/exporthtml.c
5045         * src/exporthtml.h
5046         * src/exportldif.c
5047         * src/exportldif.h
5048         * src/filtering.c
5049         * src/filtering.h
5050         * src/folder.c
5051         * src/folder.h
5052         * src/folder_item_prefs.c
5053         * src/folder_item_prefs.h
5054         * src/foldersel.c
5055         * src/foldersel.h
5056         * src/folderutils.c
5057         * src/folderutils.h
5058         * src/folderview.c
5059         * src/folderview.h
5060         * src/grouplistdialog.c
5061         * src/grouplistdialog.h
5062         * src/headerview.c
5063         * src/html.c
5064         * src/html.h
5065         * src/image_viewer.c
5066         * src/image_viewer.h
5067         * src/imap.c
5068         * src/imap.h
5069         * src/imap_gtk.c
5070         * src/imap_gtk.h
5071         * src/import.h
5072         * src/importldif.c
5073         * src/importldif.h
5074         * src/importmutt.c
5075         * src/importmutt.h
5076         * src/importpine.c
5077         * src/importpine.h
5078         * src/inc.c
5079         * src/inc.h
5080         * src/jpilot.c
5081         * src/jpilot.h
5082         * src/ldapctrl.c
5083         * src/ldapctrl.h
5084         * src/ldaplocate.c
5085         * src/ldaplocate.h
5086         * src/ldapquery.c
5087         * src/ldapquery.h
5088         * src/ldapserver.c
5089         * src/ldapserver.h
5090         * src/ldaputil.c
5091         * src/ldaputil.h
5092         * src/ldif.c
5093         * src/ldif.h
5094         * src/main.c
5095         * src/main.h
5096         * src/mainwindow.c
5097         * src/mainwindow.h
5098         * src/manual.c
5099         * src/manual.h
5100         * src/mbox.c
5101         * src/mbox.h
5102         * src/message_search.c
5103         * src/message_search.h
5104         * src/messageview.c
5105         * src/messageview.h
5106         * src/mh.c
5107         * src/mh.h
5108         * src/mh_gtk.c
5109         * src/mh_gtk.h
5110         * src/mimeview.c
5111         * src/mimeview.h
5112         * src/msgcache.c
5113         * src/msgcache.h
5114         * src/mutt.c
5115         * src/mutt.h
5116         * src/news.c
5117         * src/news.h
5118         * src/news_gtk.c
5119         * src/news_gtk.h
5120         * src/partial_download.c
5121         * src/partial_download.h
5122         * src/pine.c
5123         * src/pine.h
5124         * src/pop.c
5125         * src/pop.h
5126         * src/prefs_account.c
5127         * src/prefs_account.h
5128         * src/prefs_actions.c
5129         * src/prefs_actions.h
5130         * src/prefs_common.c
5131         * src/prefs_common.h
5132         * src/prefs_compose_writing.c
5133         * src/prefs_compose_writing.h
5134         * src/prefs_customheader.c
5135         * src/prefs_customheader.h
5136         * src/prefs_display_header.c
5137         * src/prefs_display_header.h
5138         * src/prefs_filtering.c
5139         * src/prefs_filtering.h
5140         * src/prefs_filtering_action.c
5141         * src/prefs_filtering_action.h
5142         * src/prefs_folder_column.c
5143         * src/prefs_folder_column.h
5144         * src/prefs_folder_item.c
5145         * src/prefs_folder_item.h
5146         * src/prefs_fonts.c
5147         * src/prefs_fonts.h
5148         * src/prefs_gtk.c
5149         * src/prefs_gtk.h
5150         * src/prefs_image_viewer.c
5151         * src/prefs_image_viewer.h
5152         * src/prefs_matcher.c
5153         * src/prefs_matcher.h
5154         * src/prefs_message.c
5155         * src/prefs_msg_colors.c
5156         * src/prefs_msg_colors.h
5157         * src/prefs_other.c
5158         * src/prefs_quote.c
5159         * src/prefs_receive.c
5160         * src/prefs_send.c
5161         * src/prefs_spelling.c
5162         * src/prefs_spelling.h
5163         * src/prefs_summaries.c
5164         * src/prefs_summaries.h
5165         * src/prefs_summary_column.c
5166         * src/prefs_summary_column.h
5167         * src/prefs_template.c
5168         * src/prefs_template.h
5169         * src/prefs_themes.c
5170         * src/prefs_themes.h
5171         * src/prefs_toolbar.c
5172         * src/prefs_toolbar.h
5173         * src/prefs_wrapping.c
5174         * src/prefs_wrapping.h
5175         * src/privacy.c
5176         * src/privacy.h
5177         * src/procheader.c
5178         * src/procheader.h
5179         * src/procmime.c
5180         * src/procmime.h
5181         * src/procmsg.c
5182         * src/procmsg.h
5183         * src/quote_fmt.c
5184         * src/quote_fmt_parse.y
5185         * src/recv.c
5186         * src/recv.h
5187         * src/remotefolder.c
5188         * src/remotefolder.h
5189         * src/send_message.c
5190         * src/send_message.h
5191         * src/setup.c
5192         * src/setup.h
5193         * src/sourcewindow.c
5194         * src/sourcewindow.h
5195         * src/ssl_manager.c
5196         * src/ssl_manager.h
5197         * src/statusbar.c
5198         * src/statusbar.h
5199         * src/stock_pixmap.c
5200         * src/stock_pixmap.h
5201         * src/summary_search.c
5202         * src/summary_search.h
5203         * src/summaryview.c
5204         * src/summaryview.h
5205         * src/syldap.c
5206         * src/syldap.h
5207         * src/textview.c
5208         * src/textview.h
5209         * src/toolbar.c
5210         * src/toolbar.h
5211         * src/undo.c
5212         * src/undo.h
5213         * src/unmime.c
5214         * src/unmime.h
5215         * src/vcard.c
5216         * src/vcard.h
5217         * src/wizard.c
5218         * src/wizard.h
5219         * src/common/base64.c
5220         * src/common/base64.h
5221         * src/common/defs.h
5222         * src/common/hooks.c
5223         * src/common/hooks.h
5224         * src/common/log.c
5225         * src/common/log.h
5226         * src/common/mgutils.c
5227         * src/common/mgutils.h
5228         * src/common/nntp.c
5229         * src/common/nntp.h
5230         * src/common/passcrypt.c
5231         * src/common/passcrypt.h.in
5232         * src/common/plugin.c
5233         * src/common/plugin.h
5234         * src/common/prefs.c
5235         * src/common/prefs.h
5236         * src/common/progressindicator.c
5237         * src/common/progressindicator.h
5238         * src/common/quoted-printable.c
5239         * src/common/quoted-printable.h
5240         * src/common/session.c
5241         * src/common/session.h
5242         * src/common/smtp.c
5243         * src/common/smtp.h
5244         * src/common/socket.c
5245         * src/common/socket.h
5246         * src/common/ssl.c
5247         * src/common/ssl.h
5248         * src/common/ssl_certificate.c
5249         * src/common/ssl_certificate.h
5250         * src/common/stringtable.c
5251         * src/common/stringtable.h
5252         * src/common/sylpheed.c
5253         * src/common/sylpheed.h
5254         * src/common/template.c
5255         * src/common/template.h
5256         * src/common/timing.h
5257         * src/common/utils.c
5258         * src/common/utils.h
5259         * src/common/version.h.in
5260         * src/common/xml.c
5261         * src/common/xml.h
5262         * src/common/xmlprops.c
5263         * src/common/xmlprops.h
5264         * src/gtk/colorlabel.c
5265         * src/gtk/colorsel.c
5266         * src/gtk/colorsel.h
5267         * src/gtk/description_window.c
5268         * src/gtk/description_window.h
5269         * src/gtk/filesel.c
5270         * src/gtk/filesel.h
5271         * src/gtk/foldersort.c
5272         * src/gtk/foldersort.h
5273         * src/gtk/gtkutils.c
5274         * src/gtk/gtkutils.h
5275         * src/gtk/inputdialog.c
5276         * src/gtk/inputdialog.h
5277         * src/gtk/logwindow.c
5278         * src/gtk/logwindow.h
5279         * src/gtk/manage_window.c
5280         * src/gtk/manage_window.h
5281         * src/gtk/menu.c
5282         * src/gtk/menu.h
5283         * src/gtk/pluginwindow.c
5284         * src/gtk/pluginwindow.h
5285         * src/gtk/prefswindow.c
5286         * src/gtk/prefswindow.h
5287         * src/gtk/progressdialog.c
5288         * src/gtk/progressdialog.h
5289         * src/gtk/sslcertwindow.c
5290         * src/gtk/sslcertwindow.h
5291         * src/plugins/clamav/clamav_plugin.c
5292         * src/plugins/clamav/clamav_plugin.h
5293         * src/plugins/clamav/clamav_plugin_gtk.c
5294         * src/plugins/demo/demo.c
5295         * src/plugins/dillo_viewer/dillo_prefs.c
5296         * src/plugins/dillo_viewer/dillo_prefs.h
5297         * src/plugins/dillo_viewer/dillo_viewer.c
5298         * src/plugins/pgpcore/passphrase.c
5299         * src/plugins/pgpcore/passphrase.h
5300         * src/plugins/pgpcore/plugin.c
5301         * src/plugins/pgpcore/select-keys.c
5302         * src/plugins/pgpcore/select-keys.h
5303         * src/plugins/pgpcore/sgpgme.c
5304         * src/plugins/pgpcore/sgpgme.h
5305         * src/plugins/pgpinline/pgpinline.c
5306         * src/plugins/pgpinline/pgpinline.h
5307         * src/plugins/pgpinline/plugin.c
5308         * src/plugins/pgpmime/pgpmime.c
5309         * src/plugins/pgpmime/pgpmime.h
5310         * src/plugins/pgpmime/plugin.c
5311         * src/plugins/spamassassin/spamassassin.c
5312         * src/plugins/spamassassin/spamassassin.h
5313         * src/plugins/spamassassin/spamassassin_gtk.c
5314         * src/plugins/trayicon/trayicon.c
5315                 update copyright header
5316
5317 2006-01-13 [paul]       1.9.100cvs141
5318
5319         * src/account.c
5320         * src/export.c
5321         * src/import.c
5322         * src/mainwindow.c
5323         * src/prefs_account.c
5324         * src/prefs_display_header.c
5325         * src/prefs_receive.c
5326         * src/prefs_send.c
5327         * src/prefs_summaries.c
5328         * src/prefs_themes.c
5329         * src/prefs_toolbar.c
5330         * src/gtk/about.c
5331                 various cleanups
5332
5333 2006-01-12 [colin]      1.9.100cvs140
5334
5335         * src/folder.c
5336         * src/folder.h
5337         * src/main.c
5338                 Add --subscribe option
5339                 Let sylpheed-claws email@domain.com equivalent to --compose
5340                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5341
5342 2006-01-12 [paul]       1.9.100cvs139
5343
5344         * src/mainwindow.c
5345                 append 'Change folder order' label with '...'
5346         * src/prefs_actions.c
5347                 allow reordering of actions list by dnd
5348         * src/gtk/foldersort.c
5349                 make the dialog nicer
5350
5351 2006-01-11 [colin]      1.9.100cvs138
5352
5353         * src/compose.c
5354                 Allow templates without text
5355
5356 2006-01-11 [paul]       1.9.100cvs137
5357
5358         * tools/README
5359         * tools/filter_conv_new.pl
5360                 add info to README
5361                 also check .sylpheed for filter.xml
5362                 be a bit informative to the user
5363
5364 2006-01-11 [colin]      1.9.100cvs136
5365
5366         * src/textview.c
5367                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5368
5369 2006-01-10 [paul]       1.9.100cvs135
5370
5371         * tools/Makefile.am
5372         * tools/filter_conv_new.pl
5373                 add script to convert new style Sylpheed
5374                 filter rules (Sylpheed >= 0.9.99) to
5375                 Claws filtering rules
5376
5377 2006-01-10 [colin]      1.9.100cvs134
5378
5379         * src/compose.c
5380                 Fix broken line joins in certain conditions
5381                 (between two quoted lines: <enter><enter><up>
5382                  <type a wrapped sentence><go in the first line>
5383                  <insert more text><watch as line joining failed>)
5384
5385 2006-01-10 [paul]       1.9.100cvs133
5386
5387         * src/compose.c
5388                 don't report success in error dialog
5389                 thanks to Colin
5390         * src/common/utils.c
5391                 include some trailing punctuations as URI
5392                 thanks to Hiro
5393
5394 2006-01-10 [paul]       1.9.100cvs132
5395
5396         * src/mimeview.c
5397                 fix incompatible pointer type
5398                 warning
5399
5400 2006-01-10 [paul]       1.9.100cvs131
5401
5402         * src/compose.c
5403                 change Subject in window title
5404                 instantaneously
5405
5406 2006-01-09 [colin]      1.9.100cvs130
5407
5408         * src/addressbook.c
5409         * src/headerview.c
5410         * src/mainwindow.c
5411         * src/messageview.c
5412         * src/mimeview.c
5413         * src/noticeview.c
5414         * src/summaryview.c
5415                 Fix possible crashes on exit and in addressbook
5416
5417 2006-01-09 [paul]       1.9.100cvs129
5418
5419         * src/prefs_msg_colors.c
5420                 some cleanups that I forgot last time
5421
5422 2006-01-09 [paul]       1.9.100cvs128
5423
5424         * README
5425         * src/folderview.c
5426         * src/prefs_msg_colors.c
5427                 add previously hidden option, color_new, to
5428                 the gui
5429                 move the page to Display/
5430                 rework the gui
5431
5432 2006-01-09 [wwp]        1.9.100cvs127
5433
5434         * src/prefs_themes.c
5435                 made the prefs/display/themes layouts spacing less condensed
5436                 (and so they match other prefs/pages' look).
5437
5438 2006-01-09 [paul]       1.9.100cvs126
5439
5440         * src/compose.c
5441         * src/prefs_common.c
5442         * src/prefs_common.h
5443         * src/prefs_wrapping.c
5444                 remove 'wrap at send' option
5445
5446 2006-01-06 [colin]      1.9.100cvs125
5447
5448         * src/compose.c
5449                 Just make completely sure we don't insert "manual line breaks" 
5450                 when wrapping... 
5451
5452 2006-01-04 [paul]
5453
5454         * 2.0.0-rc3 released
5455
5456 2006-01-04 [paul]       1.9.100cvs124
5457
5458         * src/folderview.c
5459                 fix bug 882, 'quick scroll in folder list
5460                 displays wrong folder contents'
5461
5462 2006-01-04 [paul]       1.9.100cvs123
5463
5464         * src/plugins/pgpmime/pgpmime.c
5465                 better debug information when signing
5466                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5467
5468 2006-01-03 [colin]      1.9.100cvs122
5469
5470         * configure.ac
5471                 We need to recheck for gpgme 1.0.0 after checking
5472                 for 1.1.1, because if 1.1.1 isn't available, 
5473                 GPGME_LIBS and friends are blanked out by the 
5474                 second check.
5475
5476 2006-01-03 [colin]      1.9.100cvs121
5477
5478         * src/common/prefs.c
5479                 Windows unlink-before rename fix
5480         * src/plugins/pgpcore/sgpgme.c
5481                 Add support for PKA info if available
5482                 Both patches by Werner Koch
5483
5484 2006-01-03 [paul]       1.9.100cvs120
5485
5486         * src/messageview.c
5487                 fix bug 884, 'Send receipt' button visible in queue
5488                 Thanks to Colin
5489
5490 2006-01-02 [colin]      1.9.100cvs119
5491
5492         * src/compose.c
5493         * src/imap.c
5494                 Fix autosave on IMAP and more generally try to
5495                 return the correct ID on a newly added IMAP message
5496
5497 2006-01-02 [paul]       1.9.100cvs118
5498
5499         * manual/keyboard.xml
5500                 edited
5501
5502 2006-01-01 [paul]       1.9.100cvs117
5503
5504         * src/gtk/authors.h
5505                 alphabetical order
5506
5507 2005-12-30 [colin]      1.9.100cvs116
5508
5509         * manual/advanced.xml
5510                 Explain Pre/Post-processing differences.
5511
5512 2005-12-30 [colin]      1.9.100cvs115
5513
5514         * src/mh.c
5515                 Implement copy_msgs for a little optimization
5516         * src/imap.c
5517                 Finish yesterday's fix
5518
5519 2005-12-29 [colin]      1.9.100cvs114
5520
5521         * src/imap.c
5522                 Fix occasional failure in fetching a mail over
5523                 IMAP
5524
5525 2005-12-29 [colin]      1.9.100cvs113
5526
5527         * src/compose.c
5528                 Don't remove a draft when sending it, if it is 
5529                 locked.
5530
5531 2005-12-28 [colin]      1.9.100cvs112
5532
5533         * src/summaryview.c
5534                 Fix leak for real
5535
5536 2005-12-28 [wwp]        1.9.100cvs111
5537
5538         * doc/faq/.cvsignore
5539         * doc/faq/de/.cvsignore
5540         * doc/faq/en/.cvsignore
5541         * doc/faq/es/.cvsignore
5542         * doc/faq/fr/.cvsignore
5543         * doc/faq/it/.cvsignore
5544         * doc/manual/.cvsignore
5545         * doc/manual/de/.cvsignore
5546         * doc/manual/en/.cvsignore
5547         * doc/manual/es/.cvsignore
5548         * doc/manual/fr/.cvsignore
5549         * doc/manual/ja/.cvsignore
5550         * src/plugins/mathml_viewer/.cvsignore
5551                 rollback revival of those files (my bad, sorry for the noise).
5552
5553 2005-12-28 [wwp]        1.9.100cvs110
5554
5555         * src/compose.c
5556                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5557
5558 2005-12-28 [wwp]        1.9.100cvs109
5559
5560         * doc/faq/.cvsignore
5561         * doc/faq/de/.cvsignore
5562         * doc/faq/en/.cvsignore
5563         * doc/faq/es/.cvsignore
5564         * doc/faq/fr/.cvsignore
5565         * doc/faq/it/.cvsignore
5566         * doc/manual/.cvsignore
5567         * doc/manual/de/.cvsignore
5568         * doc/manual/en/.cvsignore
5569         * doc/manual/es/.cvsignore
5570         * doc/manual/fr/.cvsignore
5571         * doc/manual/ja/.cvsignore
5572         * src/plugins/mathml_viewer/.cvsignore
5573         * po/.cvsignore
5574                 more files to ignore.
5575
5576 2005-12-24 [colin]      1.9.100cvs108
5577
5578         * AUTHORS
5579         * src/gtk/authors.h
5580                 Update for Werner
5581
5582 2005-12-24 [colin]      1.9.100cvs107
5583
5584         * src/procmsg.c
5585                 Allow NULL src_msginfo in 
5586                 procmsg_msginfo_new_from_mimeinfo
5587
5588 2005-12-23 [paul]       1.9.100cvs106
5589
5590         * src/plugins/pgpinline/mypgpcore.def
5591                 add this forgotten file
5592
5593 2005-12-23 [colin]      1.9.100cvs105
5594
5595         * src/mainwindow.c
5596                 Fix missing break
5597
5598 2005-12-23 [colin]      1.9.100cvs104
5599
5600         * autogen.sh
5601         * src/folder.c
5602         * src/mh.c
5603         * src/common/plugin.c
5604         * src/common/socket.c
5605         * src/common/socket.h
5606         * src/common/utils.c
5607         * src/common/utils.h
5608         * src/gtk/pluginwindow.c
5609         * src/plugins/pgpcore/plugin.def
5610         * src/plugins/pgpcore/sylpheed.def
5611         * src/plugins/pgpinline/Makefile.am
5612         * src/plugins/pgpinline/plugin.def
5613         * src/plugins/pgpinline/sylpheed.def
5614         * src/plugins/pgpmime/plugin.def
5615         * src/plugins/pgpmime/sylpheed.def
5616                 Various w32 fixes by Werner Koch
5617
5618 2005-12-22 [paul]       1.9.100cvs103
5619
5620         * src/wizard.c
5621                 don't offer IMAP as 'server type' if
5622                 libetpan isn't built in
5623
5624 2005-12-22 [paul]       1.9.100cvs102
5625
5626         * AUTHORS
5627         * src/mainwindow.c
5628         * src/mainwindow.h
5629         * src/toolbar.c
5630         * src/gtk/authors.h
5631                 support GTK_TOOLBAR_BOTH_HORIZ (text
5632                 next to icon) Patch by Marien Zwart
5633                 marienz@users.sf.net
5634                 Also reword the text
5635
5636 2005-12-21 [colin]      1.9.100cvs101
5637
5638         * configure.ac
5639                 Fix DATADIRNAME
5640         * COPYING
5641                 Fix missing section and explicit the exception better
5642         * src/compose.c
5643                 Prevent mail from being lost without notice when an
5644                 SMTP error happens on trying to send an unmodified
5645                 drafted mail.
5646         * src/send_message.c
5647         * src/common/smtp.c
5648                 Fix password remembering when wrong, and add return
5649                 value checks where they should have been
5650         * src/plugins/pgpcore/sylpheed.def
5651         * src/plugins/pgpinline/sylpheed.def
5652         * src/plugins/pgpmime/sylpheed.def
5653                 Add a few symbols needed
5654
5655 2005-12-21 [paul]       1.9.100cvs100
5656
5657         * m4/codeset.m4
5658         * m4/glibc21.m4
5659         * m4/intdiv0.m4
5660         * m4/inttypes-pri.m4
5661         * m4/inttypes.m4
5662         * m4/inttypes_h.m4
5663         * m4/isc-posix.m4
5664         * m4/lcmessage.m4
5665         * m4/stdint_h.m4
5666         * m4/uintmax_t.m4
5667                 gettextization
5668                 thanks to Colin
5669
5670 2005-12-21 [paul]       1.9.100cvs99
5671
5672         * po/sv.po
5673                 fixed by Colin
5674
5675 2005-12-20 [paul]       1.9.100cvs98
5676
5677         * po/sv.po
5678                 updated by Anders Trobäck
5679
5680 2005-12-20 [colin]      1.9.100cvs97
5681
5682         * ABOUT-NLS
5683         * Makefile.am
5684         * autogen.sh
5685         * configure.ac
5686         * config/config.rpath
5687         * config/mkinstalldirs
5688         * m4/Makefile.am
5689         * m4/glibc2.m4
5690         * m4/gnupg.m4
5691         * m4/gpgme.m4
5692         * m4/intmax.m4
5693         * m4/longdouble.m4
5694         * m4/longlong.m4
5695         * m4/printf-posix.m4
5696         * m4/signed.m4
5697         * m4/size_max.m4
5698         * m4/ulonglong.m4
5699         * m4/wchar_t.m4
5700         * m4/wint_t.m4
5701         * m4/xsize.m4
5702         * po/Makefile.in.in
5703         * po/Makevars
5704         * po/bg.po
5705         * po/ca.po
5706         * po/cs.po
5707         * po/de.po
5708         * po/el.po
5709         * po/en_GB.po
5710         * po/es.po
5711         * po/fi.po
5712         * po/fr.po
5713         * po/hr.po
5714         * po/hu.po
5715         * po/it.po
5716         * po/ja.po
5717         * po/ko.po
5718         * po/nb.po
5719         * po/nl.po
5720         * po/pl.po
5721         * po/pt_BR.po
5722         * po/ru.po
5723         * po/sk.po
5724         * po/sr.po
5725         * po/stamp-po
5726         * po/sv.po
5727         * po/zh_CN.po
5728         * po/zh_TW.po
5729         * src/Makefile.am
5730         * src/codeconv.c
5731         * src/compose.c
5732         * src/exporthtml.c
5733         * src/exportldif.c
5734         * src/folder.c
5735         * src/main.c
5736         * src/manual.c
5737         * src/mh.c
5738         * src/mimeview.c
5739         * src/send_message.c
5740         * src/common/Makefile.am
5741         * src/common/fnmatch.c
5742         * src/common/fnmatch.h
5743         * src/common/fnmatch_loop.c
5744         * src/common/nntp.c
5745         * src/common/plugin.c
5746         * src/common/smtp.c
5747         * src/common/socket.c
5748         * src/common/string_match.c
5749         * src/common/sylpheed.c
5750         * src/common/utils.c
5751         * src/common/utils.h
5752         * src/common/w32_dirent.c
5753         * src/common/w32_reg.c
5754         * src/common/w32_signal.c
5755         * src/common/w32_stat.c
5756         * src/common/w32_stdio.c
5757         * src/common/w32_stdlib.c
5758         * src/common/w32_string.c
5759         * src/common/w32_time.c
5760         * src/common/w32_unistd.c
5761         * src/common/w32_wait.c
5762         * src/common/w32lib.h
5763         * src/etpan/Makefile.am
5764         * src/gtk/Makefile.am
5765         * src/plugins/clamav/Makefile.am
5766         * src/plugins/demo/Makefile.am
5767         * src/plugins/dillo_viewer/Makefile.am
5768         * src/plugins/pgpcore/Makefile.am
5769         * src/plugins/pgpcore/passphrase.c
5770         * src/plugins/pgpcore/plugin.def
5771         * src/plugins/pgpcore/sgpgme.c
5772         * src/plugins/pgpcore/sylpheed.def
5773         * src/plugins/pgpcore/version.rc
5774         * src/plugins/pgpinline/Makefile.am
5775         * src/plugins/pgpinline/plugin.def
5776         * src/plugins/pgpinline/sylpheed.def
5777         * src/plugins/pgpinline/version.rc
5778         * src/plugins/pgpmime/Makefile.am
5779         * src/plugins/pgpmime/mypgpcore.def
5780         * src/plugins/pgpmime/plugin.def
5781         * src/plugins/pgpmime/sylpheed.def
5782         * src/plugins/pgpmime/version.rc
5783         * src/plugins/spamassassin/Makefile.am
5784                 Very little ;-) patch from Werner Koch, providing
5785                 infrastructure for cross-compiling to Win32
5786
5787 2005-12-20 [paul]       1.9.100cvs96
5788
5789         * src/account.c
5790         * src/account.h
5791         * src/mainwindow.c
5792         * src/mainwindow.h
5793         * src/toolbar.c
5794         * src/toolbar.h
5795                 add a combo to the Get All button, allowing
5796                 quick retrieval from any account
5797                 Patch by Fabien Vantard, slightly modified
5798                 by Colin
5799         * src/gtk/about.c
5800                 i18n fix. Patch by Fabien Vantard
5801
5802 2005-12-19 [colin]      1.9.100cvs95
5803
5804         * src/compose.c
5805         * src/compose.h
5806                 Don't automatically join lines when they've 
5807                 been separated by the user and not automatically
5808
5809 2005-12-19 [paul]       1.9.100cvs94
5810
5811         * src/gtk/pluginwindow.c
5812                 i18n fix.
5813                 Patch by Fabien Vantard
5814
5815 2005-12-15 [paul]       1.9.100cvs93
5816
5817         * src/common/plugin.c
5818         * src/common/plugin.h
5819         * src/gtk/pluginwindow.c
5820         * src/plugins/clamav/clamav_plugin.c
5821         * src/plugins/demo/demo.c
5822         * src/plugins/dillo_viewer/dillo_viewer.c
5823         * src/plugins/pgpcore/plugin.c
5824         * src/plugins/pgpinline/plugin.c
5825         * src/plugins/pgpmime/plugin.c
5826         * src/plugins/spamassassin/spamassassin.c
5827         * src/plugins/trayicon/trayicon.c
5828                 add plugin_version()
5829
5830 2005-12-15 [colin]      1.9.100cvs92
5831
5832         * src/compose.c
5833                 Further fix bug #875
5834
5835 2005-12-15 [paul]       1.9.100cvs91
5836
5837         * src/gtk/filesel.c
5838                 fix attach_load_dir getting set to
5839                 PLUGINDIR on plugin load
5840
5841 2005-12-14 [mones]      1.9.100cvs90
5842
5843         * manual/ack.xml
5844         * manual/keyboard.xml
5845                 Initial draft and some shortcuts added
5846                 
5847         * po/es.po
5848                 Updated translation
5849
5850 2005-12-14 [colin]      1.9.100cvs89
5851
5852         * src/compose.c
5853         * src/imap.c
5854         * src/summaryview.c
5855         * src/gtk/gtkaspell.c
5856                 More leaks fixed
5857         * src/prefs_folder_item.c
5858                 Fix recursive prefs apply
5859
5860
5861 2005-12-14 [colin]      1.9.100cvs88
5862
5863         * src/compose.c
5864                 Fix bug #875 (Freeze On Inline Forward of 
5865                 Large Message)
5866
5867 2005-12-13 [colin]      1.9.100cvs87
5868
5869         * src/compose.c
5870                 Uniq-ify and sort the mimetypes list
5871                 Patch by Fabien Vantard
5872
5873 2005-12-13 [colin]      1.9.100cvs86
5874
5875         * src/imap.c
5876         * src/etpan/imap-thread.c
5877                 Fix leaks (patch by Hoa)
5878         * src/news.c
5879         * src/common/plugin.c
5880                 Fix leaks
5881
5882 2005-12-12 [colin]
5883
5884         * 2.0.0-rc2 released
5885
5886 2005-12-12 [colin]      1.9.100cvs85
5887
5888         * src/matcher.c
5889                 Fix a leak
5890
5891 2005-12-12 [wwp]        1.9.100cvs84
5892
5893         * src/gtk/icon_legend.c
5894                 fix misbehaviour and crash when closing the legend window
5895         using the Esc key (patch by Fabien Vantard).
5896
5897 2005-12-12 [paul]       1.9.100cvs83
5898
5899         * src/browseldap.c
5900         * src/foldersel.c
5901         * src/prefs_actions.c
5902         * src/prefs_filtering.c
5903         * src/prefs_matcher.c
5904         * src/prefs_spelling.glade      ** REMOVED **
5905         * src/prefs_template.c
5906         * src/gtk/foldersort.glade      ** REMOVED **
5907         * src/gtk/pluginwindow.c
5908         * src/gtk/pluginwindow.glade    ** REMOVED **
5909         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
5910                 cleanups
5911
5912 2005-12-11 [paul]       1.9.100cvs82
5913
5914         * src/gtk/filesel.c
5915                 fix attach_load_dir crasher (double free)
5916
5917 2005-12-09 [paul]       1.9.100cvs81
5918
5919         * po/POTFILES.in
5920         * src/mainwindow.c
5921         * src/gtk/Makefile.am
5922         * src/gtk/icon_legend.c
5923         * src/gtk/icon_legend.h
5924                 add icon legend
5925         * src/manual.c
5926                 cleanup
5927
5928 2005-12-09 [paul]       1.9.100cvs80
5929
5930         * src/plugins/pgpcore/passphrase.c
5931                 wrap the label in the dialog
5932
5933 2005-12-09 [colin]      1.9.100cvs79
5934
5935         * src/plugins/pgpcore/sgpgme.c
5936                 Display (untrusted) on not trusted signatures
5937                 Patch by Michal Èihaø <michal@cihar.com>
5938                 Closes bug #867 (Report also key trust)
5939
5940 2005-12-09 [colin]      1.9.100cvs78
5941
5942         * src/common/plugin.c
5943                 Update licence check, following Eben Moglen's advice
5944
5945 2005-12-08 [colin]      1.9.100cvs77
5946
5947         * src/folder.c
5948                 Fix the occasionnal item->cache != NULL 
5949                 assertion failure. 
5950
5951 2005-12-08 [colin]      1.9.100cvs76
5952
5953         * src/mimeview.c
5954         * src/plugins/pgpcore/sgpgme.c
5955                 Print key id when unable to check it
5956                 Closes bug #866 (Show key id when missing)
5957
5958 2005-12-08 [paul]       1.9.100cvs75
5959
5960         * src/prefs_common.c
5961         * src/prefs_common.h
5962         * src/gtk/filesel.c
5963                 remember load attachment dir
5964
5965 2005-12-07 [colin]      1.9.100cvs74
5966
5967         * src/prefs_toolbar.c
5968                 Gtk fixes, patch by Fabien Vantard
5969
5970 2005-12-07 [colin]      1.9.100cvs73
5971
5972         * src/action.c
5973         * src/compose.c
5974         * src/compose.h
5975                 Fix bug #839 (Quoted text isn't colored after 
5976                 executing an action)
5977         * src/common/plugin.c
5978                 Require plugins to declare their licence in plugin_licence()
5979                 Refuse to load non-GPL plugins as they'd be illegal (as 
5980                 derived works of Sylpheed-Claws, they must be GPL).
5981         * src/plugins/clamav/clamav_plugin.c
5982         * src/plugins/demo/demo.c
5983         * src/plugins/dillo_viewer/dillo_viewer.c
5984         * src/plugins/pgpcore/plugin.c
5985         * src/plugins/pgpinline/plugin.c
5986         * src/plugins/pgpmime/plugin.c
5987         * src/plugins/spamassassin/spamassassin.c
5988         * src/plugins/trayicon/trayicon.c
5989                 Add plugin_licence()
5990
5991 2005-12-07 [paul]       1.9.100cvs72
5992
5993         * configure.ac
5994         * src/mainwindow.c
5995         * src/manual.c
5996         * src/manual.h
5997         * src/common/defs.h
5998                 clean up after local FAQ removal and
5999                 temporary manual removal
6000
6001 2005-12-06 [colin]      1.9.100cvs71
6002
6003         * configure.ac
6004         * doc/Makefile.am
6005         * doc/faq/.cvsignore
6006         * doc/faq/Makefile.am
6007         * doc/faq/de/.cvsignore
6008         * doc/faq/de/Makefile.am
6009         * doc/faq/de/sylpheed-faq-1.html
6010         * doc/faq/de/sylpheed-faq-2.html
6011         * doc/faq/de/sylpheed-faq-3.html
6012         * doc/faq/de/sylpheed-faq.html
6013         * doc/faq/en/.cvsignore
6014         * doc/faq/en/Makefile.am
6015         * doc/faq/en/sylpheed-faq-1.html
6016         * doc/faq/en/sylpheed-faq-2.html
6017         * doc/faq/en/sylpheed-faq-3.html
6018         * doc/faq/en/sylpheed-faq-4.html
6019         * doc/faq/en/sylpheed-faq.html
6020         * doc/faq/es/.cvsignore
6021         * doc/faq/es/Makefile.am
6022         * doc/faq/es/sylpheed-faq-1.html
6023         * doc/faq/es/sylpheed-faq-2.html
6024         * doc/faq/es/sylpheed-faq-3.html
6025         * doc/faq/es/sylpheed-faq-4.html
6026         * doc/faq/es/sylpheed-faq.html
6027         * doc/faq/fr/.cvsignore
6028         * doc/faq/fr/Makefile.am
6029         * doc/faq/fr/sylpheed-faq-1.html
6030         * doc/faq/fr/sylpheed-faq-2.html
6031         * doc/faq/fr/sylpheed-faq-3.html
6032         * doc/faq/fr/sylpheed-faq.html
6033         * doc/faq/it/.cvsignore
6034         * doc/faq/it/Makefile.am
6035         * doc/faq/it/sylpheed-faq-1.html
6036         * doc/faq/it/sylpheed-faq-2.html
6037         * doc/faq/it/sylpheed-faq-3.html
6038         * doc/faq/it/sylpheed-faq.html
6039         * doc/manual/.cvsignore
6040         * doc/manual/Makefile.am
6041         * doc/manual/de/.cvsignore
6042         * doc/manual/de/Makefile.am
6043         * doc/manual/de/sylpheed-1.html
6044         * doc/manual/de/sylpheed-10.html
6045         * doc/manual/de/sylpheed-11.html
6046         * doc/manual/de/sylpheed-12.html
6047         * doc/manual/de/sylpheed-13.html
6048         * doc/manual/de/sylpheed-14.html
6049         * doc/manual/de/sylpheed-15.html
6050         * doc/manual/de/sylpheed-16.html
6051         * doc/manual/de/sylpheed-17.html
6052         * doc/manual/de/sylpheed-18.html
6053         * doc/manual/de/sylpheed-19.html
6054         * doc/manual/de/sylpheed-2.html
6055         * doc/manual/de/sylpheed-20.html
6056         * doc/manual/de/sylpheed-3.html
6057         * doc/manual/de/sylpheed-4.html
6058         * doc/manual/de/sylpheed-5.html
6059         * doc/manual/de/sylpheed-6.html
6060         * doc/manual/de/sylpheed-7.html
6061         * doc/manual/de/sylpheed-8.html
6062         * doc/manual/de/sylpheed-9.html
6063         * doc/manual/de/sylpheed.html
6064         * doc/manual/en/.cvsignore
6065         * doc/manual/en/Makefile.am
6066         * doc/manual/en/sylpheed-1.html
6067         * doc/manual/en/sylpheed-10.html
6068         * doc/manual/en/sylpheed-11.html
6069         * doc/manual/en/sylpheed-12.html
6070         * doc/manual/en/sylpheed-13.html
6071         * doc/manual/en/sylpheed-14.html
6072         * doc/manual/en/sylpheed-15.html
6073         * doc/manual/en/sylpheed-16.html
6074         * doc/manual/en/sylpheed-17.html
6075         * doc/manual/en/sylpheed-18.html
6076         * doc/manual/en/sylpheed-19.html
6077         * doc/manual/en/sylpheed-2.html
6078         * doc/manual/en/sylpheed-20.html
6079         * doc/manual/en/sylpheed-21.html
6080         * doc/manual/en/sylpheed-22.html
6081         * doc/manual/en/sylpheed-3.html
6082         * doc/manual/en/sylpheed-4.html
6083         * doc/manual/en/sylpheed-5.html
6084         * doc/manual/en/sylpheed-6.html
6085         * doc/manual/en/sylpheed-7.html
6086         * doc/manual/en/sylpheed-8.html
6087         * doc/manual/en/sylpheed-9.html
6088         * doc/manual/en/sylpheed.html
6089         * doc/manual/es/.cvsignore
6090         * doc/manual/es/Makefile.am
6091         * doc/manual/es/sylpheed-1.html
6092         * doc/manual/es/sylpheed-10.html
6093         * doc/manual/es/sylpheed-11.html
6094         * doc/manual/es/sylpheed-12.html
6095         * doc/manual/es/sylpheed-13.html
6096         * doc/manual/es/sylpheed-14.html
6097         * doc/manual/es/sylpheed-15.html
6098         * doc/manual/es/sylpheed-16.html
6099         * doc/manual/es/sylpheed-17.html
6100         * doc/manual/es/sylpheed-18.html
6101         * doc/manual/es/sylpheed-19.html
6102         * doc/manual/es/sylpheed-2.html
6103         * doc/manual/es/sylpheed-20.html
6104         * doc/manual/es/sylpheed-3.html
6105         * doc/manual/es/sylpheed-4.html
6106         * doc/manual/es/sylpheed-5.html
6107         * doc/manual/es/sylpheed-6.html
6108         * doc/manual/es/sylpheed-7.html
6109         * doc/manual/es/sylpheed-8.html
6110         * doc/manual/es/sylpheed-9.html
6111         * doc/manual/es/sylpheed.html
6112         * doc/manual/fr/.cvsignore
6113         * doc/manual/fr/Makefile.am
6114         * doc/manual/fr/sylpheed-1.html
6115         * doc/manual/fr/sylpheed-10.html
6116         * doc/manual/fr/sylpheed-11.html
6117         * doc/manual/fr/sylpheed-12.html
6118         * doc/manual/fr/sylpheed-13.html
6119         * doc/manual/fr/sylpheed-14.html
6120         * doc/manual/fr/sylpheed-15.html
6121         * doc/manual/fr/sylpheed-16.html
6122         * doc/manual/fr/sylpheed-17.html
6123         * doc/manual/fr/sylpheed-18.html
6124         * doc/manual/fr/sylpheed-19.html
6125         * doc/manual/fr/sylpheed-2.html
6126         * doc/manual/fr/sylpheed-20.html
6127         * doc/manual/fr/sylpheed-3.html
6128         * doc/manual/fr/sylpheed-4.html
6129         * doc/manual/fr/sylpheed-5.html
6130         * doc/manual/fr/sylpheed-6.html
6131         * doc/manual/fr/sylpheed-7.html
6132         * doc/manual/fr/sylpheed-8.html
6133         * doc/manual/fr/sylpheed-9.html
6134         * doc/manual/fr/sylpheed.html
6135         * doc/manual/ja/.cvsignore
6136         * doc/manual/ja/Makefile.am
6137         * doc/manual/ja/sylpheed-1.html
6138         * doc/manual/ja/sylpheed-10.html
6139         * doc/manual/ja/sylpheed-11.html
6140         * doc/manual/ja/sylpheed-12.html
6141         * doc/manual/ja/sylpheed-13.html
6142         * doc/manual/ja/sylpheed-14.html
6143         * doc/manual/ja/sylpheed-15.html
6144         * doc/manual/ja/sylpheed-16.html
6145         * doc/manual/ja/sylpheed-17.html
6146         * doc/manual/ja/sylpheed-18.html
6147         * doc/manual/ja/sylpheed-19.html
6148         * doc/manual/ja/sylpheed-2.html
6149         * doc/manual/ja/sylpheed-20.html
6150         * doc/manual/ja/sylpheed-3.html
6151         * doc/manual/ja/sylpheed-4.html
6152         * doc/manual/ja/sylpheed-5.html
6153         * doc/manual/ja/sylpheed-6.html
6154         * doc/manual/ja/sylpheed-7.html
6155         * doc/manual/ja/sylpheed-8.html
6156         * doc/manual/ja/sylpheed-9.html
6157         * doc/manual/ja/sylpheed.html
6158         * doc/manual/ja/sylpheed.sgml
6159         * src/mainwindow.c
6160                 Remove outdated manual and faq. Noisy, eh?
6161
6162 2005-12-06 [colin]      1.9.100cvs70
6163
6164         * src/compose.c
6165         * src/quote_fmt_parse.y
6166         * src/undo.c
6167         * src/undo.h
6168                 Allow %X to position cursor at 0 
6169                 (no %X = before signature)
6170                 Fix paste as quotation putting the cursor at 0
6171                 Fix undo offsets when pasting
6172                 Insert the quote_fmt at once instead of line 
6173                 by line
6174                 Fix [Edited] when starting to reply/forward
6175
6176 2005-12-06 [paul]       1.9.100cvs69
6177
6178         * src/plugins/clamav/clamav_plugin_gtk.c
6179                 add another tooltip
6180         * src/plugins/spamassassin/spamassassin_gtk.c
6181                 rework spamassassin_create_widget_func()
6182
6183 2005-12-05 [colin]      1.9.100cvs68
6184
6185         * po/POTFILES.in
6186                 Fix make release ;-)
6187
6188 2005-12-05 [colin]      1.9.100cvs67
6189
6190         * src/compose.c
6191         * src/compose.h
6192                 Fix cursor positioning (not obeying %X)
6193
6194 2005-12-05 [paul]       1.9.100cvs66
6195
6196         * src/plugins/dillo_viewer/dillo_prefs.c
6197                 fix compilation warning
6198
6199 2005-12-05 [paul]       1.9.100cvs65
6200
6201         * src/prefs_spelling.c
6202         * src/plugins/trayicon/trayicon.c
6203                 cleanups - remove unused stuff
6204
6205 2005-12-05 [paul]       1.9.100cvs64
6206
6207         * README
6208         * manual/plugins.xml
6209                 remove info about removed mathml_viewer plugin
6210
6211 2005-12-05 [paul]       1.9.100cvs63
6212
6213         * configure.ac
6214         * src/plugins/Makefile.am
6215         * src/plugins/mathml_viewer/.cvsignore
6216         * src/plugins/mathml_viewer/Makefile.am
6217         * src/plugins/mathml_viewer/mathml_viewer.c
6218                 remove unmaintained mathml_viewer plugin
6219
6220 2005-12-05 [paul]       1.9.100cvs62
6221
6222         * src/summaryview.c
6223                 obey prefs_common.always_show_msg when
6224                 moving a msg
6225                 Thanks to Colin
6226
6227 2005-12-05 [paul]       1.9.100cvs61
6228
6229         * src/compose.c
6230         * src/prefs_account.c
6231         * src/prefs_filtering.c
6232         * src/prefs_quote.c
6233         * src/prefs_spelling.c
6234         * src/prefs_toolbar.c
6235         * src/summaryview.c
6236         * src/gtk/gtkutils.c
6237         * src/gtk/quicksearch.c
6238         * src/plugins/dillo_viewer/dillo_prefs.c
6239                 dialog cleanups
6240
6241 2005-12-04 [paul]       1.9.100cvs60
6242
6243         * src/inc.c
6244         * src/prefs_account.c
6245         * src/prefs_account.h
6246                 allow a Local account to specify a
6247                 default inbox
6248                 (closes bug 843 'Inbox cannot be changed for local
6249                  mailboxes')
6250
6251 2005-12-04 [colin]      1.9.100cvs59
6252
6253         * src/plugins/trayicon/trayicon.c
6254                 Remove Get, rename Get All to Get Mail in order to
6255                 be consistent with the default main toolbar
6256
6257 2005-12-03 [colin]      1.9.100cvs58
6258
6259         * manual/gpl.xml
6260         * manual/sylpheed-claws-manual.xml
6261                 Add GPL appendix
6262
6263 2005-12-03 [paul]       1.9.100cvs57
6264
6265         * AUTHORS
6266         * po/sv.po
6267         * src/gtk/authors.h
6268                 new (partially complete) Swedish translation
6269                 by Anders Troback <sylpheed@troback.com>
6270
6271 2005-12-02 [paul]       1.9.100cvs56
6272
6273         * configure.ac
6274                 libetpan 0.41 required
6275
6276 2005-12-02 [paul]       1.9.100cvs55
6277
6278         * src/plugins/clamav/clamav_plugin.c
6279         * src/plugins/clamav/clamav_plugin.h
6280         * src/plugins/clamav/clamav_plugin_gtk.c
6281         * src/plugins/spamassassin/spamassassin.c
6282         * src/plugins/spamassassin/spamassassin.h
6283         * src/plugins/spamassassin/spamassassin_gtk.c
6284                 unregister prefs pages on unloading, thus
6285                 preventing a crash
6286                 (thanks to Colin for the hint)
6287
6288 2005-12-02 [wwp]        1.9.100cvs54
6289
6290         * src/quote_fmt.h
6291         * src/quote_fmt_parse.y
6292                 fix misuse of gboolean*, use gboolean instead
6293                 (thanks to Paul, Colin, for pointing out that scaring one)
6294
6295 2005-12-02 [paul]       1.9.100cvs53
6296
6297         * src/plugins/clamav/clamav_plugin.c
6298                 int no --> unsigned int no
6299         * src/plugins/clamav/clamav_plugin_gtk.c
6300                 rework config page
6301
6302 2005-12-02 [wwp]        1.9.100cvs52
6303
6304         * src/compose.c
6305         * src/prefs_template.c
6306         * src/quote_fmt.h
6307         * src/quote_fmt_parse.y
6308                 prevent from executing |f and |p templates commands when
6309                 adding or replacing templates in prefs (avoids annoying and
6310                 potentially dangerous behaviours)
6311
6312 2005-12-02 [paul]       1.9.100cvs51
6313
6314         * src/prefs_common.c
6315                 allow translation of some default values
6316                 Patch by Fabien Vantard
6317
6318 2005-12-02 [paul]       1.9.100cvs50
6319
6320         * src/codeconv.c
6321         * src/codeconv.h
6322         * src/prefs_common.c
6323         * src/prefs_common.h
6324         * src/prefs_message.c
6325         * src/textview.c
6326                 remove obsolete 'convert_mb_alnum' option
6327                 and related stuff
6328         * src/gtk/about.c
6329                 remove unused 'about_textview_visibility_notify'
6330
6331 2005-12-02 [paul]       1.9.100cvs49
6332
6333         * src/prefs_account.c
6334         * src/prefs_compose_writing.c
6335         * src/prefs_fonts.c
6336         * src/prefs_gtk.h
6337         * src/prefs_image_viewer.c
6338         * src/prefs_message.c
6339         * src/prefs_other.c
6340         * src/prefs_receive.c
6341         * src/prefs_send.c
6342         * src/prefs_spelling.c
6343         * src/prefs_summaries.c
6344         * src/prefs_wrapping.c
6345         * src/plugins/dillo_viewer/dillo_prefs.c
6346         * src/plugins/pgpcore/prefs_gpg.c
6347                 several cleanups to the prefs dialogs
6348                 (slightly modified) patch by Fabien Vantard
6349
6350 2005-12-02 [paul]       1.9.100cvs48
6351
6352         * src/main.c
6353                 --exit means exit
6354         * src/send_message.c
6355                 fix crash on send when connection fails
6356
6357         Thanks to Colin
6358
6359 2005-12-01 [colin]      1.9.100cvs47
6360
6361         * src/html.c
6362                 Translate &hellip; to "..."
6363
6364 2005-11-30 [colin]      1.9.100cvs46
6365
6366         * src/matcher.c
6367         * src/matcher.h
6368                 Optimize back yesterday's fix.
6369
6370 2005-11-30 [paul]       1.9.100cvs45
6371
6372         * manual/faq.xml
6373                 standardised
6374         * manual/intro.xml
6375                 written by Colin, edited by me
6376
6377 2005-11-29 [colin]      1.9.100cvs44
6378
6379         * src/matcher.c
6380                 Skip headers unconditionnaly in match_body if the
6381                 rule is not message or ~message
6382
6383 2005-11-29 [colin]      1.9.100cvs43
6384
6385         * src/matcher.c
6386                 Fix body_part and such, not skipping headers 
6387                 if the matchcriteria wasn't the first in the rule
6388
6389 2005-11-29 [colin]      1.9.100cvs42
6390
6391         * src/compose.c
6392                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6393                 option missing from message view window)
6394                 Fix double text D'n'D with gtk-2.8
6395         * src/matcher.c
6396                 Fix ~message, ~headers_part, ~body_part rules
6397         * src/messageview.c
6398                 Add Windows-1252 (Closes bug #863)
6399                 Fix accels
6400         * src/gtk/gtkaspell.c
6401                 Properly destroy accels in all menus
6402
6403 2005-11-29 [mones]      1.9.100cvs41
6404
6405         * po/es.po
6406                 Updated.
6407
6408 2005-11-27 [colin]      1.9.100cvs40
6409
6410         * src/mh_gtk.c
6411                 "/Remove mailbox" -> "/Remove mailbox..."
6412
6413 2005-11-27 [paul]       1.9.100cvs39
6414
6415         * AUTHORS
6416         * po/de.po
6417         * src/gtk/authors.h
6418                 updated by new maintainer, Stephan Sachse
6419
6420 2005-11-27 [paul]       1.9.100cvs38
6421
6422         * manual/faq.xml
6423                 written by Colin, edited by me
6424
6425 2005-11-27 [paul]       1.9.100cvs37
6426
6427         * src/prefs_common.c
6428         * src/prefs_common.h
6429         * src/prefs_receive.c
6430         * src/prefs_summaries.c
6431                 move 'go to inbox after receiving new mail'
6432                 option from display/sumamaries to mail
6433                 handling/receive, and rework prefs_summaries
6434                 dialog a little
6435
6436 2005-11-25 [martin]     1.9.100cvs36
6437
6438         * po/de.po
6439             fixed windows-1252 translation;
6440             translated some new and fuzzy strings
6441
6442 2005-11-25 [paul]       1.9.100cvs35
6443
6444         * src/plugins/clamav/clamav_plugin.c
6445                 complete the update done in cvs34
6446
6447 2005-11-25 [paul]       1.9.100cvs34
6448
6449         * src/plugins/clamav/clamav_plugin.c
6450                 reflect upstream changes
6451
6452 2005-11-25 [paul]       1.9.100cvs33
6453
6454         * manual/ack.xml
6455         * manual/plugins.xml
6456         * manual/sylpheed-claws-manual.xml
6457                 written/updated by Colin, edited by me
6458         * tools/acroread2sylpheed.pl
6459                 update binary name
6460
6461 2005-11-24 [colin]      1.9.100cvs32
6462
6463         * src/compose.c
6464                 Fix bug #856 (reediting messages forgets Request
6465                 Return Receipt)
6466
6467 2005-11-24 [paul]       1.9.100cvs31
6468
6469         * manual/addrbook.xml
6470         * manual/starting.xml
6471                 written by Colin, proofread, edited, adapted by me
6472         * manual/advanced.xml
6473                 add some Actions examples
6474         * src/importldif.c
6475                 use a Save button instead of a Close button
6476         * src/wizard.c
6477                 indicate mandatory fields
6478                 fix page display
6479                 Thanks to Colin
6480
6481 2005-11-23 [colin]      1.9.100cvs30
6482
6483         * src/addressbook.c
6484                 Rename menu item, fix possible crash after
6485                 deletion of books
6486         * src/addrindex.c
6487                 Allow searching for '*' in ldap
6488         * src/browseldap.c
6489                 Fix "Browse Entry" (did anyone use it?)
6490         * src/wizard.c
6491                 Add guards for mandatory information
6492
6493 2005-11-23 [paul]       1.9.100cvs29
6494
6495         * manual/advanced.xml
6496                 corrections to the English
6497
6498 2005-11-23 [colin]      1.9.100cvs28
6499
6500         * src/mimeview.c
6501                 Fix possible crash at exit. After the call to
6502                 gtk_container_remove(), the Viewer's widget has no
6503                 more parent so gtk+ automatically frees it and its
6504                 sons. If destroy_viewer() then try to access it,
6505                 problems ensue.
6506
6507 2005-11-22 [colin]      1.9.100cvs27
6508
6509         * src/compose.c
6510         * src/gtk/gtkaspell.c
6511                 Fix right-clicking on a misspelled word
6512                 Fix More... in suggestions menu
6513
6514 2005-11-22 [wwp]        1.9.100cvs26
6515
6516         * src/prefs_template.c
6517                 templates works: re-sort templates list when adding or replacing,
6518                 prevent from adding or replacing when the template name is empty
6519
6520 2005-11-21 [colin]      1.9.100cvs25
6521
6522         * src/addressbook.c
6523                 Fix some addressbook suckage (dnd, select all)
6524         * src/compose.c
6525         * src/gtk/gtkaspell.c
6526         * src/gtk/gtkaspell.h
6527                 Make the spellchecker menu work with the 
6528                 GtkTextView one instead of overriding it
6529
6530 2005-11-20 [paul]       1.9.100cvs24
6531
6532         * manual/handling.xml
6533                 proofread and corrected
6534
6535 2005-11-20 [paul]       1.9.100cvs23
6536
6537         * manual/Makefile
6538                 generate html as one file
6539         * manual/advanced.xml
6540                 fix output generation
6541                 reformat hidden options list
6542         * manual/manual.xml     ** REMOVED **
6543         * manual/sylpheed-claws-manual.xml      ** ADDED **
6544                 renamed
6545
6546 2005-11-18 [colin]      1.9.100cvs22
6547
6548         * src/prefs_account.c
6549                 Fix layout in news and mbox accounts
6550         * manual/account.xml
6551         * manual/advanced.xml
6552                 New contents for Paul to check :)
6553
6554 2005-11-18 [wwp]        1.9.100cvs21
6555
6556         * src/gtk/quicksearch.c
6557                 don't update extended quicksearch buttons twice
6558
6559 2005-11-18 [paul]       1.9.100cvs20
6560
6561         * src/textview.c
6562                 complete 1.9.100cvs19
6563
6564 2005-11-18 [paul]       1.9.100cvs19
6565
6566         * src/compose.c
6567                 cosmetic improvements
6568         * src/textview.c
6569                 also list text/* attachments
6570
6571 2005-11-18 [colin]      1.9.100cvs18
6572
6573         * src/summaryview.c
6574                 Use column 0 instead of -1 in 
6575                 gtk_ctree_node_moveto, in a naive
6576                 hope it'll fix the gtk-related crashes
6577
6578 2005-11-18 [colin]      1.9.100cvs17
6579
6580         * src/gtk/inputdialog.c
6581                 Fix icon staying the first one
6582
6583 2005-11-17 [wwp]        1.9.100cvs16
6584                 fix possible problem showing some quicksearch buttons, and a bad
6585                 call to g_return_if_fail in a function that returns a value (both
6586                 fixes by Fabien Vantard)
6587
6588 2005-11-15 [wwp]        1.9.100cvs15
6589
6590         * src/gtk/quicksearch.c
6591                 added a tooltip to that obscure ... quicksearch button
6592
6593 2005-11-15 [wwp]        1.9.100cvs14
6594
6595         * src/gtk/quicksearch.c
6596                 add a quicksearch helper to filtering expression users: the ... button
6597                 raises the condition expr window. condition expressions set up w/ this
6598                 window are used by the quicksearch if the user closes it pressing OK.
6599
6600 2005-11-14 [paul]       1.9.100cvs13
6601
6602         * src/plugins/clamav/clamav_plugin.c
6603         * src/plugins/spamassassin/spamassassin.c
6604                 change plugin type following recent merging
6605
6606 2005-11-14 [wwp]        1.9.100cvs12
6607
6608         * src/folder.c
6609                 prevent from crashing when copying/moving message(s) from and
6610                 to the same folder
6611
6612 2005-11-14 [paul]       1.9.100cvs11
6613
6614         * src/plugins/clamav/Makefile.am
6615         * src/plugins/clamav/clamav_plugin.c
6616         * src/plugins/clamav/clamav_plugin.h
6617         * src/plugins/clamav/clamav_plugin_gtk.c
6618                 also merge clamav and clamav_gtk plugins
6619
6620 2005-11-13 [colin]      1.9.100cvs10
6621
6622         * configure.ac
6623         * src/plugins/spamassassin/Makefile.am
6624         * src/plugins/spamassassin/spamassassin.c
6625         * src/plugins/spamassassin/spamassassin.h
6626         * src/plugins/spamassassin/spamassassin_gtk.c
6627                 Merge spamassassin and spamassassin_gtk plugins,
6628                 and build it by default.
6629
6630 2005-11-12 [colin]      1.9.100cvs9
6631
6632         * src/etpan/imap-thread.c
6633                 Fix gcc warning
6634
6635 2005-11-12 [colin]      1.9.100cvs8
6636
6637         * src/procmime.c
6638                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6639
6640 2005-11-10 [colin]      1.9.100cvs7
6641
6642         * src/main.c
6643                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6644                 minimised state)
6645
6646 2005-11-10 [wwp]        1.9.100cvs6
6647
6648         * src/gtk/description_window.c
6649                 fix a crash when closing description windows using the WM's [X] button
6650
6651 2005-11-09 [colin]      1.9.100cvs5
6652
6653         * src/common/ssl.c
6654                 Update libetpan call to follow upstream
6655                 (yes, this requires libetpan-0.40cvs3)
6656
6657 2005-11-08 [colin]      1.9.100cvs4
6658
6659         * src/compose.c
6660         * src/textview.c
6661         * src/common/utils.c
6662         * src/common/utils.h
6663                 Enhance the email parser
6664
6665 2005-11-08 [colin]      1.9.100cvs3
6666
6667         * src/procmime.c
6668                 Fix what looks like an off-by-one (fixes 
6669                 attachments from the Bat)
6670
6671 2005-11-08 [wwp]        1.9.100cvs2
6672
6673         * src/main.c
6674                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6675
6676 2005-11-08 [wwp]        1.9.100cvs1
6677
6678         * src/main.c
6679                 allow exiting Sylpheed-Claws from command-line
6680
6681 2005-11-08 [paul]       1.9.100
6682
6683         1.9.100 released
6684
6685 2005-11-07 [colin]      1.9.99cvs17
6686
6687         * src/addritem.c
6688         * src/ldif.c
6689                 Fix import of base-64 encoded items
6690
6691 2005-11-07 [colin]      1.9.99cvs16
6692
6693         * src/send_message.c
6694                 Fix bug #314 (Queue does not empty under certain 
6695                 circumstances)
6696
6697 2005-11-07 [paul]       1.9.99cvs15
6698
6699         * src/mutt.c
6700         * src/pine.c
6701                 fix buffer overflows
6702                 Thanks to Colin
6703
6704 2005-11-07 [paul]       1.9.99cvs14
6705
6706         * doc/man/Makefile.am
6707         * doc/man/sylpheed-claws.1      ** ADDED **
6708         * doc/man/sylpheed.1            ** DELETED **
6709                 rename and update the man file
6710
6711 2005-11-06 [colin]      1.9.99cvs13
6712
6713         * src/ldif.c
6714                 Fix ldif_get_line() that returned empty strings
6715                 (Didn't understand why). Also fix a possible
6716                 buffer overflow.
6717
6718 2005-11-06 [wwp]        1.9.99cvs12
6719
6720         * src/textview.c
6721         * src/gtk/about.c
6722         * src/gtk/gtkutils.c
6723         * src/gtk/gtkutils.h
6724                 fix a compilation warning,
6725                 make links sensitive in the about dialog
6726
6727 2005-11-04 [wwp]        1.9.99cvs11
6728
6729         * src/gtk/about.c
6730                 don't wrap or translate URIs, and a bit text format cleanup
6731
6732 2005-11-04 [wwp]        1.9.99cvs10
6733
6734         * src/gtk/about.c
6735                 better textview tagging implementation (no more use of marks for
6736                 postponed tagging)
6737
6738 2005-11-02 [colin]      1.9.99cvs9
6739
6740         * src/common/ssl.c
6741                 Forgot an ifdef
6742
6743 2005-11-02 [colin]      1.9.99cvs8
6744
6745         * configure.ac
6746                 Require libetpan-0.40 due to upstream fix
6747         * src/common/ssl.c
6748                 Tell libetpan not to call SSL_Library_Init,
6749                 as we do it ourselves.
6750
6751 2005-11-02 [colin]      1.9.99cvs7
6752
6753         * po/POTFILES.in
6754                 Add missing files (thanks to Fabien Vantard)
6755
6756 2005-11-02 [colin]      1.9.99cvs6
6757
6758         * src/summaryview.c
6759                 Fix totals when read messages are hidden or quicksearch
6760                 is on
6761         * src/ssl_manager.c
6762         * src/ssl_manager.h
6763         * src/common/ssl_certificate.c
6764         * src/common/ssl_certificate.h
6765         * src/gtk/sslcertwindow.c
6766         * src/gtk/sslcertwindow.h
6767                 Fix copyright on my stuff
6768
6769 2005-11-02 [wwp]        1.9.99cvs5
6770
6771         * src/prefs_themes.c
6772                 fix directory name checking (theme installation/removal),
6773                 made related error a bit more verbose
6774
6775 2005-11-02 [colin]      1.9.99cvs4
6776
6777         * src/summaryview.c
6778                 Fix typo (probably fixes bug #841 (Sort by the From 
6779                 field doesn't work)
6780
6781 2005-11-02 [paul]       1.9.99cvs3
6782
6783         * po/ko.po
6784         * po/nb.po
6785                 updated by SungHyun Nam, Geir Helland
6786         * src/wizard.c
6787                 fix typo in welcome message. spotted by
6788                 Andrea Spadaccini
6789
6790 2005-11-01 [colin]      1.9.99cvs2
6791
6792         * src/compose.c
6793                 Fix replying to ml wen confirming subscription
6794         * src/messageview.c
6795         * src/mimeview.c
6796         * src/mimeview.h
6797         * src/privacy.h
6798         * src/summaryview.c
6799                 Make key check non blocking
6800
6801 2005-10-31 [paul]       1.9.99cvs1
6802
6803         * tools/claws.i18n.status.pl
6804                 updated for ChangeLog
6805
6806 2005-10-31 [paul]       1.9.99
6807
6808         1.9.99 released
6809
6810 2005-10-31 [paul]       1.9.15cvs131
6811
6812         * .cvsignore
6813         * ChangeLog
6814         * ChangeLog.claws       ** REMOVED **
6815         * ChangeLog-gtk2.claws  ** REMOVED **
6816         * ChangeLog.gtk1        ** ADDED **
6817         * INSTALL
6818         * Makefile.am
6819         * NEWS
6820         * README
6821         * README.claws          ** REMOVED **
6822         * README.jp             ** REMOVED **
6823         * RELEASE_NOTES         ** ADDED **
6824         * RELEASE_NOTES.claws   ** REMOVED **
6825         * commitHelper
6826         * configure.ac
6827         * sylpheed.spec.in      ** REMOVED **
6828                 tidy up and update the default docs:
6829                 ChangeLog.claws is renamed ChangeLog.gtk1
6830                 ChangeLog-gtk2.claws is renamed ChangeLog
6831                 README.claws is renamed README
6832                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6833
6834 2005-10-31 [paul]       1.9.15cvs130
6835
6836         * po/it.po
6837                 fix errors
6838
6839 2005-10-31 [paul]       1.9.15cvs129
6840
6841         * po/ca.po
6842         * po/de.po
6843         * po/en_GB.po
6844         * po/fr.po
6845         * po/it.po
6846         * po/pt_BR.po
6847         * po/sk.po
6848         * po/sr.po
6849         * po/zh_CN.po
6850                 updated by Miquel Oliete, Stephan Sachse and
6851                 Thomas Gilgin, me, Fabien Vantard, Andrea
6852                 Spadaccini, Frederico Goncalves Guimaraes,
6853                 Andrej Kacian, Aleksandar Urosevic, and
6854                 Ralgh Young.
6855
6856 2005-10-31 [mones]      1.9.15cvs128
6857
6858         * manual/faq.xml
6859                 More questions.
6860         
6861         * po/es.po
6862                 Updated for release.
6863
6864 2005-10-30 [colin]      1.9.15cvs127
6865
6866         * src/compose.c
6867                 Place cursor before rewrapping (fixes cursor
6868                 pos if quotation gets rewrapped)
6869
6870 2005-10-29 [paul]       1.9.15cvs126
6871
6872         * src/crash.c
6873         * src/foldersel.c
6874         * src/main.c
6875         * src/messageview.c
6876         * src/toolbar.c
6877         * src/gtk/authors.h
6878                 corrections to text items
6879
6880 2005-10-28 [colin]      1.9.15cvs125
6881
6882         * src/messageview.c
6883                 Make "hit 'C' to check sig" work from extern 
6884                 messageviews
6885
6886 2005-10-27 [colin]      1.9.15cvs124
6887
6888         * src/summaryview.c
6889                 Add a hack to avoid segfaulting when hammering 
6890                 on gtk's events
6891
6892 2005-10-27 [wwp]        1.9.15cvs123
6893
6894         * src/prefs_themes.c
6895                 sort list of themes names in themes prefs
6896
6897 2005-10-27 [paul]       1.9.15cvs122
6898
6899         * src/folder.c
6900         * src/prefs_account.c
6901                 fix building on Solaris
6902                 Patch by Alex Moore
6903
6904 2005-10-27 [wwp]        1.9.15cvs121
6905
6906         * src/summaryview.c
6907         * src/gtk/gtksctree.c
6908                 speed up unselecting messages in summary view (thanks to Colin)
6909
6910 2005-10-27 [paul]       1.9.15cvs120
6911
6912         * src/mainwindow.c
6913                 fix a compilation warning
6914         * src/summaryview.c
6915                 fix updating of 'n items selected' count
6916                 when deselecting
6917
6918 2005-10-27 [martin]     1.9.15cvs119
6919
6920         * src/action.c
6921                 ignore actions with a leading '/' in the action menu name
6922                 fixes a crash on menu creation
6923         * src/prefs_actions.c
6924                 do not allow a leading '/' in the action menu name
6925
6926 2005-10-27 [paul]       1.9.15cvs118
6927
6928         * src/main.c
6929                 fix compilation warning
6930
6931 2005-10-27 [paul]       1.9.15cvs117
6932
6933         * src/procmime.c
6934                 add #if HAVE_LOCALE_H
6935
6936 2005-10-27 [paul]       1.9.15cvs116
6937
6938         * src/plugins/clamav/clamav_plugin.c
6939         * src/plugins/dillo_viewer/dillo_viewer.c
6940         * src/plugins/mathml_viewer/mathml_viewer.c
6941         * src/plugins/pgpcore/plugin.c
6942         * src/plugins/pgpinline/plugin.c
6943         * src/plugins/pgpmime/plugin.c
6944         * src/plugins/spamassassin/spamassassin.c
6945         * src/plugins/trayicon/trayicon.c
6946                 plugin_init() : make error messages more
6947                 informative
6948
6949 2005-10-26 [wwp]        1.9.15cvs115
6950
6951         * src/prefs_matcher.c
6952                 enlarge boolean op widget width a bit (wasn't always showing text contents)
6953
6954 2005-10-26 [wwp]        1.9.15cvs114
6955
6956         * src/procmime.c
6957         * src/gtk/gtksctree.c
6958         * src/plugins/spamassassin/libspamc.c
6959         * src/plugins/spamassassin/spamassassin.c
6960                 fix some compilation warnings more
6961
6962 2005-10-26 [mones]      1.9.15cvs113
6963
6964         * po/es.po
6965                 Updated translation
6966
6967 2005-10-26 [paul]       1.9.15cvs112
6968
6969         * src/prefs_message.c
6970                 give all display_xface stuff the
6971                 #if HAVE_LIBCOMPFACE treatment, thus
6972                 preventing a crash
6973                 (Thanks to Wolfgang Enderlein)
6974
6975 2005-10-26 [colin]      1.9.15cvs111
6976
6977         * src/gedit-print.c
6978                 Fix date format
6979         * src/imap_gtk.c
6980         * src/news_gtk.c
6981                 Remove context menu items that should not be there
6982         * src/jpilot.c
6983                 Fix encoding
6984         * src/main.c
6985         * src/mainwindow.c
6986                 Don't show the mainwindow too soon
6987
6988 2005-10-26 [wwp]        1.9.15cvs110
6989
6990         * src/folder.c
6991         * src/manual.c
6992         * src/summaryview.c
6993                 fix uninitialized pointers in the folder updating hook
6994                 (thanks to Colin)
6995
6996 2005-10-25 [mones]      1.9.15cvs109
6997
6998         * manual/faq.xml
6999                 General information subsection completed. 
7000                 Removed archaic references.
7001                 
7002         * manual/Makefile
7003         * manual/dtd/manual.dsl
7004                 Added customization stylesheet for getting paragraphs
7005                 fully justified in PDF output (as suggested by Colin).
7006
7007 2005-10-25 [colin]      1.9.15cvs108
7008
7009         * src/compose.c
7010                 Fix a second leak
7011
7012 2005-10-25 [colin]      1.9.15cvs107
7013
7014         * src/addrbook.c
7015         * src/addrindex.c
7016                 Fix leak (xml_get_element() allocates memory)
7017         * src/compose.c
7018                 Fix leak + dead code (shame!)
7019         * src/procmime.c
7020                 Fix leak
7021
7022 2005-10-25 [colin]      1.9.15cvs106
7023
7024         * src/mimeview.c
7025                 Fix encoding issue in Save all and in 
7026                 overwrite-confirmation alertpanel
7027
7028 2005-10-25 [colin]      1.9.15cvs105
7029
7030         * src/common/socket.c
7031                 Fix a leak - Thanks to Christopher Aillon
7032                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7033
7034 2005-10-25 [paul]       1.9.15cvs104
7035
7036         * src/wizard.c
7037                 Always guess servers from the right-hand
7038                 email part and guess username from the
7039                 left-hand part. (Thanks to Colin)
7040                 add an X-Face to the welcome message
7041
7042 2005-10-25 [paul]       1.9.15cvs103
7043
7044         * manual/handling.xml
7045                 written by Colin, edited by me
7046
7047 2005-10-25 [wwp]        1.9.15cvs102
7048
7049         * src/folderview.c
7050         * src/grouplistdialog.c
7051         * src/imap.c
7052         * src/noticeview.c
7053                 fix some compilation warnings
7054
7055 2005-10-24 [paul]
7056
7057         1.9.99-rc3 released
7058
7059 2005-10-24 [paul]       1.9.15cvs101
7060
7061         * src/gtk/about.c
7062                 fix window sizing
7063
7064 2005-10-24 [paul]       1.9.15cvs100
7065
7066         * src/pixmaps/offline.xpm
7067         * src/pixmaps/online.xpm
7068                 replace with last default versions
7069
7070 2005-10-24 [colin]      1.9.15cvs99
7071
7072         * src/imap.c
7073                 Fix bug when moving a folder
7074         * src/imap_gtk.c
7075         * src/mh_gtk.c
7076                 "Delete folder" pops up a window, so it 
7077                 should be suffixed with "..."
7078         * src/plugins/pgpcore/sgpgme.c
7079                 Include locale.h
7080
7081 2005-10-24 [mones]      1.9.15cvs98
7082
7083         * manual/Makefile
7084         * manual/account.xml
7085         * manual/ack.xml
7086         * manual/addrbook.xml
7087         * manual/advanced.xml
7088         * manual/faq.xml
7089         * manual/glossary.xml
7090         * manual/gpl.xml
7091         * manual/handling.xml
7092         * manual/intro.xml
7093         * manual/keyboard.xml
7094         * manual/manual.xml
7095         * manual/plugins.xml
7096         * manual/starting.xml
7097         * manual/dtd/sdocbook.dtd
7098                 Initial manual structure and some content.
7099
7100 2005-10-23 [wwp]        1.9.15cvs97
7101
7102         * src/gtk/about.c
7103                 fix a typo
7104
7105 2005-10-23 [wwp]        1.9.15cvs96
7106
7107         * src/gtk/about.c
7108         * src/gtk/authors.h
7109                 rework of the about window (main work by Paul), also featuring a few
7110                 fixes for typos and duplicate names
7111
7112 2005-10-23 [wwp]        1.9.15cvs95
7113
7114         * src/.cvsignore
7115                 Ignore the right binary name (sylpheed-claws now)
7116
7117 2005-10-23 [paul]       1.9.15cvs94
7118
7119         * src/compose.c
7120                 when using Folder Pref 'Default To for
7121                 replies' make the entry in the Compose
7122                 window bold
7123                 Patch by Fabien Vantard
7124
7125 2005-10-22 [colin]      1.9.15cvs93
7126
7127         * src/codeconv.c
7128                 Fix leak
7129
7130 2005-10-22 [colin]      1.9.15cvs92
7131
7132         * src/codeconv.c
7133                 try to convert using locale (apart utf8) if necessary
7134
7135 2005-10-22 [colin]      1.9.15cvs91
7136
7137         * src/pixmaps/new.xpm
7138         * src/pixmaps/unread.xpm
7139                 Make the unread envelope blue again and
7140                 saturate the new one a bit more.
7141
7142 2005-10-22 [colin]      1.9.15cvs90
7143
7144         * src/compose.c
7145                 When replying to a mail sent by one of our accounts,
7146                 use the original list of recipients. Let 'Reply All'
7147                 and 'Reply to sender' work like previously.
7148
7149 2005-10-21 [colin]      1.9.15cvs89
7150
7151         * src/prefs_filtering.c
7152                 Clear fields after add and replace
7153         * src/textview.c
7154                 Display xface differently (better)
7155         * src/plugins/pgpinline/pgpinline.c
7156                 Fix crappy encodings/recodings
7157
7158 2005-10-21 [paul]       1.9.15cvs88
7159
7160         * src/compose.c
7161         * src/prefs_folder_item.c
7162         * src/toolbar.c
7163                 fix news folder Folder Properties
7164                 (thanks to Colin)
7165         * src/folderview.c
7166                 update folderview after Themes change
7167                 keep selected folder selected
7168                 (thanks to Colin)
7169
7170 2005-10-21 [paul]       1.9.15cvs87
7171
7172         * tools/Makefile.am
7173         * tools/OOo2sylpheed.pl
7174         * tools/README
7175         * tools/README.sylprint
7176         * tools/asus_mailled.sh         ** REMOVED **
7177         * tools/filter_conv.pl
7178         * tools/freshmeat_search.pl
7179         * tools/google_search.pl
7180         * tools/gpg-sign-syl            ** REMOVED **
7181         * tools/kmail2sylpheed.pl
7182         * tools/kmail2sylpheed_v2.pl
7183         * tools/multiwebsearch.pl
7184         * tools/nautilus2sylpheed.sh
7185         * tools/newscache_clean.pl
7186         * tools/outlook2sylpheed.pl
7187         * tools/sylpheed-switcher       ** REMOVED **
7188         * tools/sylprint.pl
7189         * tools/sylprint.rc
7190         * tools/tb2sylpheed
7191         * tools/vcard2xml.py
7192         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7193                 update default config dir
7194                 update binary name (thanks to Fabien Vantard)
7195                 remove obsolete scripts
7196
7197 2005-10-21 [colin]      1.9.15cvs86
7198
7199         * src/inc.c
7200                 Fix possible leak and units. Based on a patch by
7201                 Fabien Vantard.
7202
7203 2005-10-20 [colin]      1.9.15cvs85
7204
7205         * src/textview.c
7206                 Clear xface when clearing textview
7207
7208 2005-10-20 [colin]      1.9.15cvs84
7209
7210         * configure.ac
7211         * src/folderview.c
7212         * src/headerview.c
7213         * src/main.c
7214         * src/prefs_common.c
7215         * src/prefs_common.h
7216         * src/prefs_message.c
7217         * src/textview.c
7218         * src/textview.h
7219         * src/common/defs.h
7220         * src/common/utils.c
7221         * src/common/utils.h
7222         * src/gtk/gtkutils.c
7223         * src/gtk/gtkutils.h
7224                 Migrate config to .sylpheed-claws (Automatically)
7225                 Add a way to get the Xface in the TextView
7226
7227 2005-10-20 [colin]      1.9.15cvs83
7228
7229         * src/gtk/Makefile.am
7230         * src/gtk/about.c
7231         * src/gtk/authors.h
7232                 Make the about dialog *grooovy*
7233
7234 2005-10-20 [colin]      1.9.15cvs82
7235
7236         * src/mimeview.c
7237                 Use "Open with" on double click if no command
7238                 was found
7239
7240 2005-10-20 [colin]      1.9.15cvs81
7241
7242         * src/imap.c
7243         * src/etpan/imap-thread.c
7244                 Fix possible crash.
7245
7246 2005-10-20 [paul]       1.9.15cvs80
7247
7248         * src/folder.c
7249                 don't show clipkey icon if the only
7250                 attachment is the signature
7251                 Patch by Colin
7252
7253 2005-10-20 [paul]       1.9.15cvs79
7254
7255         * AUTHORS
7256         * src/plugins/pgpmime/pgpmime.c
7257                 name the PGP/MIME signature 'signature.asc'
7258                 Patch by Andrew Nelson <freeandy@gmail.com>
7259
7260 2005-10-19 [colin]      1.9.15cvs78
7261
7262         * src/plugins/pgpmime/pgpmime.c
7263                 Oops, no need to double-check though
7264
7265 2005-10-19 [colin]      1.9.15cvs77
7266
7267         * src/plugins/pgpinline/pgpinline.c
7268         * src/plugins/pgpmime/pgpmime.c
7269                 Check that my_tmpfile() doesn't 
7270                 return NULL
7271
7272 2005-10-19 [colin]      1.9.15cvs76
7273
7274         * src/common/utils.c
7275                 Use shorter mime boundaries to avoid having
7276                 MTAs rewrapping our headers, breaking the
7277                 PGP signature in the process 
7278         * src/compose.c
7279         * src/plugins/pgpmime/pgpmime.c
7280                 Check for boundary uniqueness to be sure
7281                 it won't happen, instead of hoping for the
7282                 best
7283
7284 2005-10-19 [colin]      1.9.15cvs75
7285
7286         * sylpheed-claws.desktop
7287         * src/Makefile.am
7288         * src/main.c
7289                 Ship a sylpheed-claws binary instead
7290                 of a sylpheed one. Change the socket
7291                 name, too
7292         * src/folderview.c
7293                 Update folder only if it changed
7294         * src/wizard.c
7295                 Fix i18n in welcome mail, patch by
7296                 Fabien Vantard
7297
7298 2005-10-19 [paul]
7299
7300         1.9.99-rc2 released
7301
7302 2005-10-19 [paul]       1.9.15cvs74
7303
7304         * src/folder.c
7305         * src/folderview.c
7306                 fix summaryview update
7307                 Patch by Colin
7308
7309 2005-10-18 [colin]      1.9.15cvs73
7310
7311         * src/plugins/pgpcore/passphrase.c
7312                 Don't XGrabServer, and try a bit more to 
7313                 sync everything before grabbing mouse/keyboard
7314
7315 2005-10-18 [colin]      1.9.15cvs72
7316
7317         * src/Makefile.am
7318         * src/addressadd.c
7319         * src/addressbook.c
7320         * src/folderview.c
7321         * src/grouplistdialog.c
7322         * src/mimeview.c
7323         * src/stock_pixmap.c
7324         * src/stock_pixmap.h
7325         * src/summaryview.c
7326         * src/gtk/gtksctree.c
7327         * src/gtk/gtksctree.h
7328         * src/pixmaps/empty.xpm
7329                 Implement a wrapper call for gtk_ctree_set_node_info
7330                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7331                 pixmap instead of a NULL one. This works around some
7332                 memory problems deep inside gtk, revealed by valgrind,
7333                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7334                 as locked crashes sylpheed.), as well as, probably, 
7335                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7336
7337 2005-10-17 [colin]      1.9.15cvs71
7338
7339         * src/mimeview.c
7340                 Provide visual feedback when checking
7341                 signature
7342
7343 2005-10-17 [colin]      1.9.15cvs70
7344
7345         * src/main.c
7346                 Keep the folder list frozen while checking caches...
7347
7348 2005-10-17 [colin]      1.9.15cvs69
7349
7350         * src/addr_compl.c
7351                 Fi bug #833 (Autocompleting from addressbook 
7352                 fails with extended chars)
7353         * src/imap.c
7354                 Fix 'adding messages' staying in statusbar
7355                 after an error
7356
7357 2005-10-17 [wwp]        1.9.15cvs68
7358
7359         * src/ssl_manager.c
7360                 Fix buttons' layout resizing when window size changes
7361
7362 2005-10-17 [wwp]        1.9.15cvs67
7363
7364         * src/account.c
7365         * src/prefs_account.c
7366         * src/prefs_common.c
7367         * src/prefs_common.h
7368         * src/prefs_folder_item.c
7369         * src/prefs_gtk.c
7370         * src/gtk/logwindow.c
7371         * src/gtk/pluginwindow.c
7372         * src/gtk/prefswindow.c
7373         * src/gtk/prefswindow.h
7374                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7375
7376 2005-10-17 [paul]       1.9.15cvs66
7377
7378         * configure.ac
7379                 fix missing libetpan message
7380         * po/en_GB.po
7381                 updated
7382         * src/crash.c
7383         * src/manual.c
7384         * src/prefs_themes.c
7385         * src/common/defs.h
7386                 add some new URI defines, change some
7387                 others
7388         * src/wizard.c
7389                 make welcome message translatable
7390                 small improvements to english
7391                 other tweaks
7392         * src/gtk/menu.c
7393                 fix warnings
7394
7395 2005-10-17 [paul]       1.9.15cvs65
7396
7397         * src/summaryview.c
7398                 fix column titles
7399
7400 2005-10-16 [mones]      1.9.15cvs64
7401
7402         * po/es.po
7403                 Updated translation
7404
7405 2005-10-16 [colin]
7406
7407         1.9.99-rc1 released
7408
7409 2005-10-16 [colin]      1.9.15cvs63
7410
7411         * src/wizard.c
7412                 Fix whitespace
7413
7414 2005-10-16 [colin]      1.9.15cvs62
7415
7416         * src/toolbar.c
7417                 s/Get All/Get Mail/
7418         * src/wizard.c
7419                 Real welcome mail text, thanks Paul
7420
7421 2005-10-16 [colin]      1.9.15cvs61
7422
7423         * src/editldap.c
7424         * src/exporthtml.c
7425         * src/main.c
7426         * src/mainwindow.c
7427         * src/prefs_themes.c
7428         * src/prefs_toolbar.c
7429         * src/plugins/demo/demo.c
7430         * src/plugins/trayicon/trayicon.c
7431                 s/Sylpheed/Sylpheed-Claws/
7432
7433 2005-10-16 [colin]      1.9.15cvs60
7434
7435         * src/wizard.c
7436                 Add a welcome email in the first empty mailbox
7437         * src/prefs_common.c
7438                 Change one more default
7439
7440 2005-10-16 [colin]      1.9.15cvs59
7441
7442         * src/wizard.c
7443                 Remove printf
7444
7445 2005-10-16 [colin]      1.9.15cvs58
7446
7447         * src/toolbar.c
7448         * src/prefs_common.c
7449                 Change some defaults
7450
7451 2005-10-16 [colin]      1.9.15cvs57
7452
7453         * src/toolbar.c
7454         * src/prefs_common.c
7455                 Change some defaults
7456
7457 2005-10-16 [colin]      1.9.15cvs56
7458
7459         * src/wizard.c
7460                 By default, initialize fonts to have
7461                 the same size as normal GtkWidgets
7462
7463 2005-10-16 [colin]      1.9.15cvs55
7464
7465         * src/mimeview.c
7466                 Fix message a bit more
7467
7468 2005-10-16 [colin]      1.9.15cvs54
7469
7470         * src/addressbook.c
7471                 Second attempt at flicker fixing
7472
7473 2005-10-16 [colin]      1.9.15cvs53
7474
7475         * src/addressbook.c
7476                 Fix flicker
7477
7478 2005-10-16 [wwp]        1.9.15cvs52
7479
7480         * src/addressbook.c
7481         * src/editaddress.c
7482         * src/prefs_common.c
7483         * src/prefs_common.h
7484                 Remember window sizes (address book)
7485
7486 2005-10-16 [wwp]        1.9.15cvs51
7487
7488         * src/plugins/clamav/clamav_plugin_gtk.c
7489         * src/plugins/spamassassin/spamassassin_gtk.c
7490                 Fix compilation warnings (missing #include).
7491
7492 2005-10-16 [colin]      1.9.15cvs50
7493
7494         * src/mimeview.c
7495         * src/summaryview.c
7496         * src/textview.c
7497                 Make 'c' check signature, and forward
7498                 c, l, y, t from summaryview to mimeview
7499
7500 2005-10-16 [colin]      1.9.15cvs49
7501
7502         * src/addressbook.c
7503                 Put border around buttons
7504         * src/mainwindow.c
7505         * src/summaryview.c
7506                 Rework menus (Patch based on a patch
7507                 by Paul)
7508
7509 2005-10-15 [wwp]        1.9.15cvs48
7510
7511         * src/editjpilot.c
7512         * src/editldap.c
7513         * src/editvcard.c
7514         * src/exphtmldlg.c
7515         * src/expldifdlg.c
7516         * src/export.c
7517         * src/import.c
7518         * src/importldif.c
7519         * src/importmutt.c
7520         * src/importpine.c
7521         * src/prefs_account.c
7522         * src/prefs_spelling.c
7523         * src/gtk/gtkutils.c
7524         * src/gtk/gtkutils.h
7525         * src/plugins/clamav/clamav_plugin_gtk.c
7526         * src/plugins/spamassassin/spamassassin_gtk.c
7527                 use nicer browse-for-file/dir buttons than the "..." ones,
7528                 code factorizing more.
7529
7530 2005-10-14 [colin]      1.9.15cvs47
7531
7532         * src/mainwindow.c
7533                 set relief on the account switcher so that people see it
7534                 grey out Create processing rules when no message is selected
7535         * src/prefs_filtering.c
7536                 ask before closing if the rule has not been modified, even if
7537                 it's not valid
7538         * src/prefs_matcher.c
7539                 fix sensitivity when entering the dialog
7540         * src/gtk/inputdialog.c
7541                 display a better icon on password ask
7542         * src/plugins/pgpcore/passphrase.c
7543                 make the dialog look better
7544
7545 2005-10-14 [paul]       1.9.15cvs46
7546
7547         * src/folderview.c
7548                 indicate presense of marked msgs in
7549                 unexpanded subfolders
7550
7551 2005-10-14 [paul]       1.9.15cvs45
7552
7553         * src/prefs_actions.c
7554         * src/prefs_common.c
7555         * src/prefs_common.h
7556         * src/prefs_filtering_action.c
7557         * src/prefs_matcher.c
7558         * src/prefs_template.c
7559                 remember window sizes
7560                 fix Info button size
7561
7562         Patches by wwp
7563
7564 2005-10-13 [colin]      1.9.15cvs44
7565
7566         * src/mimeview.c
7567         * src/noticeview.c
7568         * src/noticeview.h
7569                 Add a tooltip on the icon (optional) 
7570                 Get rid of the signature buttons and only
7571                 use the icon+tooltip
7572
7573 2005-10-13 [colin]      1.9.15cvs43
7574
7575         * src/noticeview.c
7576         * src/noticeview.h
7577                 Add hand cursor for hovering over icon
7578
7579 2005-10-13 [colin]      1.9.15cvs42
7580
7581         * src/summaryview.c
7582                 Fix crash when quicksearch's hidden 
7583                 at startup
7584
7585 2005-10-13 [colin]      1.9.15cvs41
7586
7587         * src/compose.c
7588                 Set subject when forwarding multiple mails
7589                 Check that other recipient than the default Cc or Bcc
7590                 have been set before sending.
7591
7592 2005-10-13 [colin]      1.9.15cvs40
7593
7594         * src/imap.c
7595                 Batch per-folder
7596                 Introduce locking, but don't use it yet
7597
7598 2005-10-13 [colin]      1.9.15cvs39
7599
7600         * src/gtk/quicksearch.c
7601                 Reset quicksearch when hiding it
7602                 Make sticky a real pref
7603
7604 2005-10-13 [colin]      1.9.15cvs38
7605
7606         * src/summaryview.c
7607                 Faster prefs apply
7608
7609 2005-10-13 [colin]      1.9.15cvs37
7610
7611         * src/mimeview.c
7612         * src/noticeview.c
7613         * src/noticeview.h
7614         * src/plugins/pgpcore/sgpgme.c
7615                 Make privacy icon clickable
7616                 Move Trust field in Full info
7617                 When trust is less than full, don't display
7618                 a warning icon
7619
7620 2005-10-13 [colin]      1.9.15cvs36
7621
7622         * src/folder.c
7623                 Batch on flags sync
7624         * src/folderview.c
7625                 Revert speed hack which is dangerous in fact
7626                 Apply prefs faster
7627
7628 2005-10-13 [colin]      1.9.15cvs35
7629
7630         * src/folder_item_prefs.c
7631                 Fix pref corruption on folder move. Patch
7632                 by wwp
7633
7634 2005-10-13 [paul]       1.9.15cvs34
7635
7636         * src/export.c
7637         * src/import.c
7638                 fix typos in g_warnings
7639         * src/prefs_account.c
7640                 add a file selector for Signature file
7641
7642         Patches by wwp
7643
7644 2005-10-12 [colin]      1.9.15cvs33
7645
7646         * src/mimeview.c
7647                 Provide a quick way to go back from a
7648                 signature's full info to the email part
7649
7650 2005-10-12 [colin]      1.9.15cvs32
7651
7652         * src/compose.c
7653                 Remove old hack of encoding signed mails with base64.
7654                 QP works equally well.
7655
7656 2005-10-12 [colin]      1.9.15cvs31
7657
7658         * src/crash.c
7659                 Replace deprecated GtkText with GtkTextView
7660         * src/imap.c
7661                 Fix a logic bug about counts in imap_select
7662                 (previously un-triggered)
7663         * src/mainwindow.c
7664         * src/summaryview.c
7665         * src/news.c
7666                 Allow local deletion of news posts
7667         * src/mimeview.c
7668                 Show GPG noticeview on the message/rfc822 part
7669                 in addition to the text/plain one
7670         * src/prefs_image_viewer.c
7671           src/plugins/pgpcore/prefs_gpg.c
7672                 Polish (set the label as part of the checkbox)
7673         * src/wizard.c
7674                 Don't sit there doing nothing after destroying
7675                 the window - return err
7676
7677 2005-10-11 [colin]      1.9.15cvs30
7678
7679         * src/folderview.c
7680                 Apply processing rules before showing folders.
7681                 Early folder show (before flags sync) will only
7682                 be done when there are no processing rules (nor
7683                 pre- or post- ones)
7684         * src/imap.c
7685                 Fix stuff related to mail subdir, creation and 
7686                 deletion of folders 
7687         * src/imap_gtk.c
7688                 Don't allow creation of folders in NoInferior
7689                 folders, as it won't work
7690
7691 2005-10-10 [colin]      1.9.15cvs29
7692
7693         * src/compose.c
7694                 Reselect "None" Privacy system when selecting an
7695                 account with no privacy system defined
7696
7697 2005-10-10 [colin]      1.9.15cvs28
7698
7699         * src/mainwindow.c
7700                 Add Windows-1252 encoding
7701         * src/prefs_common.c
7702                 Rework some defaults:
7703                 - autosave to draft by default
7704                 - don't show header pane (it's already in the textview)
7705                 - Select first new or unread mail on entry
7706                 - Assume 'Yes' to change folder when there's no more
7707                   unread message
7708         * src/prefs_matcher.c
7709                 Fix a gtk assertion failure
7710         * src/gtk/colorlabel.c
7711                 Workaround bad repainting on selection
7712         * src/main.c
7713                 Freeze/thaw (a bit faster on ssh -X)
7714         * src/msgcache.c
7715                 Get rid of StrdupConverter that just adds an
7716                 extra strdup/free 
7717         * src/etpan/imap_thread.c
7718                 memset buf to 0
7719
7720 2005-10-10 [colin]      1.9.15cvs27
7721
7722         * src/export.c
7723         * src/import.c
7724                 Fix compile on gtk 2.4. Patch by wwp
7725
7726 2005-10-09 [colin]      1.9.15cvs26
7727
7728         * src/mainwindow.c
7729         * src/messageview.c
7730         * src/summaryview.c
7731                 Clarify forward menus. Patch by wwp
7732
7733 2005-10-09 [colin]      1.9.15cvs25
7734
7735         * src/compose.c
7736         * src/compose.h
7737                 Fix bug #829 (Non-working "Encrypt message by 
7738                 default when replying to an encrypted message")
7739
7740 2005-10-08 [colin]      1.9.15cvs24
7741
7742         * src/wizard.c
7743                 Fix bug #827 ("Welcome" setup wizard after a 
7744                 permission error gives up & forgets itself.)
7745
7746 2005-10-08 [colin]      1.9.15cvs23
7747
7748         * src/procmime.c
7749                 Fix bug #828 (Ignoring headers with spaces around = sign)
7750
7751 2005-10-08 [colin]      1.9.15cvs22
7752
7753         * src/export.c
7754                 Warning fix by wwp
7755
7756 2005-10-08 [colin]      1.9.15cvs21
7757
7758         * src/folder.c
7759         * src/folder.h
7760                 Add a processing_pending indicator, set on 
7761                 folder_item_open and cleared after 
7762                 folder_item_process_open
7763         * src/folderview.c
7764         * src/summaryview.c
7765                 wrap procmsg_msginfo_*_flags, and in the
7766                 wrapper check that there's no folder processing 
7767                 pending. If there is, defer the flags change until 
7768                 processing is done to avoid stepping over each
7769                 other's toes.
7770                 Freeze during processing, but not during scanning.
7771
7772 2005-10-07 [colin]      1.9.15cvs20
7773
7774         * src/plugins/pgpcore/passphrase.c
7775                 Fix bug #826 (X-Server hangs when 
7776                 right-clicking a PGP encrypted message)
7777
7778 2005-10-07 [paul]       1.9.15cvs19
7779
7780         * src/compose.c
7781                 fix compose_entries[]
7782                 patch by Fabien Vantard
7783
7784 2005-10-06 [colin]      1.9.15cvs18
7785
7786         * src/pixmaps/address.xpm
7787         * src/pixmaps/address_book.xpm
7788         * src/pixmaps/book.xpm
7789         * src/pixmaps/check_spelling.xpm
7790         * src/pixmaps/checkbox_off.xpm
7791         * src/pixmaps/checkbox_on.xpm
7792         * src/pixmaps/close.xpm
7793         * src/pixmaps/complete.xpm
7794         * src/pixmaps/continue.xpm
7795         * src/pixmaps/deleted.xpm
7796         * src/pixmaps/down_arrow.xpm
7797         * src/pixmaps/exec.xpm
7798         * src/pixmaps/forwarded.xpm
7799         * src/pixmaps/group.xpm
7800         * src/pixmaps/ignorethread.xpm
7801         * src/pixmaps/interface.xpm
7802         * src/pixmaps/jpilot.xpm
7803         * src/pixmaps/ldap.xpm
7804         * src/pixmaps/linewrap.xpm
7805         * src/pixmaps/linewrapcurrent.xpm
7806         * src/pixmaps/mail.xpm
7807         * src/pixmaps/mail_attach.xpm
7808         * src/pixmaps/mail_compose.xpm
7809         * src/pixmaps/mail_forward.xpm
7810         * src/pixmaps/mail_receive.xpm
7811         * src/pixmaps/mail_receive_all.xpm
7812         * src/pixmaps/mail_reply.xpm
7813         * src/pixmaps/mail_reply_to_all.xpm
7814         * src/pixmaps/mail_reply_to_author.xpm
7815         * src/pixmaps/mail_send.xpm
7816         * src/pixmaps/mail_send_queue.xpm
7817         * src/pixmaps/mime_application.xpm
7818         * src/pixmaps/mime_audio.xpm
7819         * src/pixmaps/mime_image.xpm
7820         * src/pixmaps/mime_message.xpm
7821         * src/pixmaps/mime_text_enriched.xpm
7822         * src/pixmaps/mime_text_html.xpm
7823         * src/pixmaps/mime_text_plain.xpm
7824         * src/pixmaps/mime_unknown.xpm
7825         * src/pixmaps/new.xpm
7826         * src/pixmaps/news_compose.xpm
7827         * src/pixmaps/offline.xpm
7828         * src/pixmaps/online.xpm
7829         * src/pixmaps/paste.xpm
7830         * src/pixmaps/preferences.xpm
7831         * src/pixmaps/privacy_emblem_encrypted.xpm
7832         * src/pixmaps/privacy_expired.xpm
7833         * src/pixmaps/privacy_failed.xpm
7834         * src/pixmaps/privacy_passed.xpm
7835         * src/pixmaps/privacy_signed.xpm
7836         * src/pixmaps/privacy_unknown.xpm
7837         * src/pixmaps/privacy_warn.xpm
7838         * src/pixmaps/properties.xpm
7839         * src/pixmaps/replied.xpm
7840         * src/pixmaps/search.xpm
7841         * src/pixmaps/unread.xpm
7842         * src/pixmaps/up_arrow.xpm
7843         * src/pixmaps/vcard.xpm
7844                 Modernize internal theme, with icons from the 
7845                 Gnomaws theme. Keep some of the old ones where
7846                 they were better.
7847
7848 2005-10-06 [colin]      1.9.15cvs17
7849
7850         * src/summaryview.c
7851                 Little optimisations + bugfix
7852         * src/toolbar.c
7853                 Remove default useless items - useless being defined
7854                 by the default relevant prefs
7855         * src/wizard.c
7856                 include config.h to make gettext work
7857         * src/prefs_themes.c
7858                 Fix selection of current theme in prefs
7859
7860 2005-10-06 [colin]      1.9.15cvs16
7861
7862         * src/prefs_common.c
7863         * src/prefs_common.h
7864         * src/prefs_summaries.c
7865         * src/folderview.c
7866                 Add a warning dialog on Mark all read 
7867                 (with pref to get rid of it)
7868
7869 2005-10-06 [paul]       1.9.15cvs15
7870
7871         * po/nb.po
7872         * po/pt_BR.po
7873                 updated by Geir Helland and Frederico
7874                 Goncalves Guimaraes
7875
7876 2005-10-05 [colin]      1.9.15cvs14
7877
7878         * src/folder.c
7879         * src/folder.h
7880         * src/folderview.c
7881         * src/folderview.h
7882         * src/imap_gtk.c
7883         * src/mh_gtk.c
7884         * src/mainwindow.c
7885         * src/setup.c
7886                 add a way to rescan without rebuilding
7887                 make moving a bit faster (less folders changes)
7888                 don't lock the tree on Get 
7889         * src/imap.c
7890                 Don't re-delete deleted messages before expunging
7891         * src/summaryview.c
7892                 Set batch mode when deleting mails
7893
7894 2005-10-05 [paul]       1.9.15cvs13
7895
7896         * src/mainwindow.c
7897         * src/mainwindow.h
7898                 fix disabled Execute menu item
7899         * src/toolbar.c
7900                 match the change in 1.9.15cvs10: use Compose
7901                 instead of News by default
7902
7903 2005-10-04 [colin]      1.9.15cvs12
7904
7905         * src/compose.c
7906                 When replying to an ML post with Reply-To set
7907                 to the poster's email, honor it (as before),
7908                 but also honor our user's request to reply to
7909                 the mailing list: set the ML address in the To
7910                 field and the Reply-To address in the Cc: 
7911                 field.
7912
7913 2005-10-04 [colin]      1.9.15cvs11
7914
7915         * src/plugins/trayicon/trayicon.c
7916                 Finish cosmetic change - thanks to wwp
7917
7918 2005-10-04 [colin]      1.9.15cvs10
7919
7920         * src/toolbar.c
7921                 Use Compose instead of Email by default.
7922                 Spotted by wwp.
7923
7924 2005-10-04 [colin]      1.9.15cvs9
7925
7926         * src/folder.c
7927         * src/folder.h
7928         * src/folderview.c
7929         * src/imap.c
7930         * src/etpan/imap-thread.c
7931         * src/etpan/imap-thread.h
7932                 Try to make IMAP faster, by simplifying SEARCH
7933                 commands, avoiding sending two STATUS in a row,
7934                 and deferring flags sync and processing just
7935                 after displaying the folder. 
7936                 This will update the SummaryView in certain
7937                 cases (new mails not already fetched, flags
7938                 changed from another client) but in a non-
7939                 blocking manner.
7940
7941 2005-10-04 [colin]      1.9.15cvs8
7942
7943         * src/plugins/trayicon/trayicon.c
7944                 Relabel "Offline" to "Work offline"
7945
7946 2005-10-04 [colin]      1.9.15cvs7
7947
7948         * src/export.c
7949         * src/import.c
7950         * src/mbox.c
7951                 Fix mbox import/export buglets
7952                 Patch by wwp
7953         * src/plugins/trayicon/trayicon.c
7954                 Add offline swithc
7955                 Patch by wwp
7956
7957 2005-10-04 [colin]      1.9.15cvs6
7958
7959         * src/folder.c
7960         * src/folderview.c
7961         * src/summaryview.c
7962                 Better fix (don't break mark all read) for cvs2
7963
7964 2005-10-03 [colin]      1.9.15cvs5
7965
7966         * src/folder.c
7967                 Use a sane sort by default
7968
7969 2005-10-03 [colin]      1.9.15cvs4
7970
7971         * src/inc.c
7972                 Add a 'Only once' button for overriding offline mode
7973         * src/prefs_account.c
7974         * src/wizard.c
7975                 Add Local mbox to the wizard
7976                 Add IMAP subdir to the wizard (or the wizard is useless
7977                 for such accounts, or even worse than useless)
7978                 Move IMAP subdir from Advanced to Receive tab, as it's
7979                 not that uncommon
7980
7981 2005-10-03 [colin]      1.9.15cvs3
7982
7983         * src/send_message.c
7984                 Forgot this one in cvs1
7985
7986 2005-10-03 [colin]      1.9.15cvs2
7987
7988         * src/folder.c
7989                 Faster close when leaving a folder with lots
7990                 of new mails. Idea by David Relson.
7991
7992 2005-10-03 [colin]      1.9.15cvs1
7993
7994         * src/compose.c
7995         * src/imap.c
7996         * src/inc.c
7997         * src/main.c
7998         * src/messageview.c
7999         * src/news.c
8000         * src/summaryview.c
8001         * src/gtk/sslcertwindow.c
8002         * src/plugins/trayicon/trayicon.c
8003                 Add accels to every AlertPanel. Patch by Fabien 
8004                 Vantard
8005
8006 2005-10-03 [paul]       1.9.15
8007
8008         1.9.15 released
8009
8010 2005-10-03 [paul]       1.9.14cvs68
8011
8012         * po/ca.po
8013         * po/de.po
8014         * po/es.po
8015         * po/fi.po
8016         * po/fr.po
8017         * po/sk.po
8018         * po/sr.po
8019         * po/zh_CN.po
8020                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8021                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8022                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8023
8024 2005-10-03 [paul]       1.9.14cvs67
8025
8026         * src/send_message.c
8027                 prevent hang on Cancel
8028                 patch by Colin
8029
8030 2005-10-03 [paul]       1.9.14cvs66
8031
8032         * src/main.c
8033                 fix crash in IMAP caused by discrepancy
8034                 between check_at_startup and offline mode
8035                 Patch by Colin
8036
8037 2005-10-01 [paul]       1.9.14cvs65
8038
8039         * src/inc.c
8040                 fix engrish
8041
8042 2005-10-01 [paul]       1.9.14cvs64
8043         * src/export.c
8044         * src/import.c
8045                 synchronise import_mbox() and export_mbox()
8046         * src/mbox.c
8047                 proc_mbox(): add alert if file cannot be opened
8048                 export_list_to_mbox(): test if dest file exists,
8049                 prompt user to overwrite if it does. add alert
8050                 if file cannot be created
8051                                                                 
8052         Patch by wwp
8053                                                                                                                 
8054
8055 2005-09-30 [paul]       1.9.14cvs63
8056
8057         * src/addressbook.c
8058                 Fix sensitivity of a menu
8059         * src/codeconv.c
8060                 Respect hidden pref for mails with no encoding
8061         * src/common/xml.c
8062                 Fix memory corruption
8063         * src/plugins/pgpcore/sgpgme.c
8064                 Fix segfault on incomplete sigs, and display
8065                 of S/Mime UIDs
8066
8067         Patches by Colin
8068
8069 2005-09-30 [colin]      1.9.14cvs62
8070
8071         * src/partial_download.c
8072                 Little logic fix in almost-dead code
8073         * src/pop.c
8074                 Fix partial download when there's no new mail
8075
8076 2005-09-29 [paul]       1.9.14cvs61
8077
8078         * src/plugins/pgpinline/pgpinline.c
8079                 fix bug 819, 'crash accessing sign message'
8080                 Patch by Colin
8081
8082 2005-09-28 [martin]     1.9.14cvs60
8083
8084         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8085                 fix bug #790 (Crash when restarting window manager (fluxbox))
8086
8087 2005-09-28 [paul]       1.9.14cvs59
8088
8089         * src/gtk/gtkaspell.c
8090                 fix off-by-one typo
8091
8092 2005-09-27 [colin]      1.9.14cvs58
8093
8094         * src/plugins/pgpcore/sgpgme.c
8095                 Report error when there's one, instead of
8096                 "Signature unchecked" 
8097
8098 2005-09-27 [colin]      1.9.14cvs57
8099
8100         * src/prefs_quote.c
8101                 Fix bug #816 (Weird quotation with spaces)
8102
8103 2005-09-27 [colin]      1.9.14cvs56
8104
8105         * src/codeconv.c
8106         * src/compose.c
8107         * src/compose.h
8108                 Put subject in compose's title
8109                 Fix Automatic encoding so that it's really automatic:
8110                 first try default locale's charset, then charset of the replied mail, 
8111                 then utf-8
8112                 Fix encoding of headers (must be in strict mode too)
8113
8114 2005-09-26 [colin]      1.9.14cvs55
8115
8116         * src/gtk/gtkaspell.c
8117                 Fix previous patch - don't color the space,
8118                 just uncolor it :)
8119
8120 2005-09-26 [colin]      1.9.14cvs54
8121
8122         * src/gtk/gtkaspell.c
8123                 Unmark space if possible
8124
8125 2005-09-26 [colin]      1.9.14cvs53
8126
8127         * src/imap.c
8128                 log_error instead of alertpanel according to the pref
8129         * src/etpan/imap-thread.c
8130                 Print connect status, copy only necessary size to 
8131                 logger
8132         * src/plugins/pgpmime/pgpmime.c
8133                 Handle S/Mime signatures (verification only). Patch based
8134                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8135
8136 2005-09-26 [paul]       1.9.14cvs52
8137
8138         * src/common/passcrypt.c
8139                 this 'workaround' not necessary on NetBSD.
8140                 Thanks to Daniel Gustafson
8141
8142 2005-09-26 [paul]
8143
8144         1.9.15-rc4 released
8145
8146 2005-09-26 [paul]       1.9.14cvs51
8147
8148         * src/summaryview.c
8149                 Skip currently selected message when
8150                 looking for next new or unread message
8151                 in current folder. Patch by Colin
8152         * src/common/passcrypt.c
8153                 eliminate warnings on *BSD. Patch by
8154                 Daniel Gustafson
8155
8156 2005-09-26 [colin]      1.9.14cvs50
8157
8158         * src/procmsg.c
8159                 Call postfiltering hook anyway
8160
8161 2005-09-22 [colin]      1.9.14cvs49
8162
8163         * src/codeconv.c
8164         * src/codeconv.h
8165                 Add a strict mode that doesn't replace with _
8166         * src/compose.c
8167         * src/compose.h
8168                 Use strict conversion while sending
8169                 Fix race when drafting while sending (happens
8170                 on IMAP)
8171                 Fix d'n'd of messages from summaryview
8172         * src/prefs_common.c
8173         * src/prefs_common.h
8174                 add hidden utf8_instead_of_locale_for_broken_mail 
8175                 pref for people that preferred the default charset 
8176                 to be utf8 for broken mails
8177         * src/quote_fmt_parse.y
8178                 fix bug #815 (No quote insert if "From:" fied 
8179                 contained Russian letters)
8180         * src/summaryview.c
8181                 Fix d'n'd of messages to compose
8182
8183 2005-09-22 [paul]       1.9.14cvs48
8184
8185         * src/compose.c
8186                 fix bug where attachments Name entry
8187                 would display Path instead
8188
8189 2005-09-21 [paul]       1.9.14cvs47
8190
8191         * README
8192         * README.jp
8193         * configure.ac
8194         * config/config.rpath
8195         * doc/manual/en/sylpheed-20.html
8196         * doc/manual/es/sylpheed-20.html
8197         * po/bg.po
8198         * po/ca.po
8199         * po/de.po
8200         * po/es.po
8201         * po/fr.po
8202         * po/it.po
8203         * po/pt_BR.po
8204         * po/sk.po
8205         * po/zh_TW.po
8206         * src/account.c
8207         * src/account.h
8208         * src/action.c
8209         * src/action.h
8210         * src/adbookbase.h
8211         * src/addr_compl.c
8212         * src/addr_compl.h
8213         * src/addrbook.c
8214         * src/addrbook.h
8215         * src/addrcache.c
8216         * src/addrcache.h
8217         * src/addrcindex.c
8218         * src/addrcindex.h
8219         * src/addrclip.c
8220         * src/addrclip.h
8221         * src/addrdefs.h
8222         * src/addressadd.c
8223         * src/addressadd.h
8224         * src/addressbook.c
8225         * src/addressbook.h
8226         * src/addressitem.h
8227         * src/addrgather.c
8228         * src/addrgather.h
8229         * src/addrharvest.c
8230         * src/addrharvest.h
8231         * src/addrindex.c
8232         * src/addrindex.h
8233         * src/addritem.c
8234         * src/addritem.h
8235         * src/addrquery.c
8236         * src/addrquery.h
8237         * src/addrselect.c
8238         * src/addrselect.h
8239         * src/alertpanel.c
8240         * src/alertpanel.h
8241         * src/browseldap.c
8242         * src/browseldap.h
8243         * src/codeconv.c
8244         * src/codeconv.h
8245         * src/compose.c
8246         * src/compose.h
8247         * src/crash.c
8248         * src/crash.h
8249         * src/customheader.c
8250         * src/customheader.h
8251         * src/displayheader.c
8252         * src/displayheader.h
8253         * src/editaddress.c
8254         * src/editaddress.h
8255         * src/editbook.c
8256         * src/editbook.h
8257         * src/editgroup.c
8258         * src/editgroup.h
8259         * src/editjpilot.c
8260         * src/editjpilot.h
8261         * src/editldap.c
8262         * src/editldap.h
8263         * src/editldap_basedn.c
8264         * src/editldap_basedn.h
8265         * src/editvcard.c
8266         * src/editvcard.h
8267         * src/enriched.c
8268         * src/enriched.h
8269         * src/exphtmldlg.c
8270         * src/exphtmldlg.h
8271         * src/expldifdlg.c
8272         * src/expldifdlg.h
8273         * src/export.c
8274         * src/export.h
8275         * src/exporthtml.c
8276         * src/exporthtml.h
8277         * src/exportldif.c
8278         * src/exportldif.h
8279         * src/filtering.c
8280         * src/filtering.h
8281         * src/folder.c
8282         * src/folder.h
8283         * src/folder_item_prefs.c
8284         * src/folder_item_prefs.h
8285         * src/foldersel.c
8286         * src/foldersel.h
8287         * src/folderutils.c
8288         * src/folderutils.h
8289         * src/folderview.c
8290         * src/folderview.h
8291         * src/grouplistdialog.c
8292         * src/grouplistdialog.h
8293         * src/headerview.c
8294         * src/headerview.h
8295         * src/html.c
8296         * src/html.h
8297         * src/image_viewer.c
8298         * src/image_viewer.h
8299         * src/imap.c
8300         * src/imap.h
8301         * src/imap_gtk.c
8302         * src/imap_gtk.h
8303         * src/import.c
8304         * src/import.h
8305         * src/importldif.c
8306         * src/importldif.h
8307         * src/importmutt.c
8308         * src/importmutt.h
8309         * src/importpine.c
8310         * src/importpine.h
8311         * src/inc.c
8312         * src/inc.h
8313         * src/jpilot.c
8314         * src/jpilot.h
8315         * src/ldapctrl.c
8316         * src/ldapctrl.h
8317         * src/ldaplocate.c
8318         * src/ldaplocate.h
8319         * src/ldapquery.c
8320         * src/ldapquery.h
8321         * src/ldapserver.c
8322         * src/ldapserver.h
8323         * src/ldaputil.c
8324         * src/ldaputil.h
8325         * src/ldif.c
8326         * src/ldif.h
8327         * src/localfolder.c
8328         * src/localfolder.h
8329         * src/main.c
8330         * src/main.h
8331         * src/mainwindow.c
8332         * src/mainwindow.h
8333         * src/manual.c
8334         * src/manual.h
8335         * src/matcher.c
8336         * src/matcher.h
8337         * src/matcher_parser.h
8338         * src/matcher_parser_lex.l
8339         * src/matcher_parser_parse.y
8340         * src/mbox.c
8341         * src/mbox.h
8342         * src/message_search.c
8343         * src/message_search.h
8344         * src/messageview.c
8345         * src/messageview.h
8346         * src/mh.c
8347         * src/mh.h
8348         * src/mh_gtk.c
8349         * src/mh_gtk.h
8350         * src/mimeview.c
8351         * src/mimeview.h
8352         * src/msgcache.c
8353         * src/msgcache.h
8354         * src/mutt.c
8355         * src/mutt.h
8356         * src/news.c
8357         * src/news.h
8358         * src/news_gtk.c
8359         * src/news_gtk.h
8360         * src/noticeview.c
8361         * src/noticeview.h
8362         * src/partial_download.c
8363         * src/partial_download.h
8364         * src/pine.c
8365         * src/pine.h
8366         * src/pop.c
8367         * src/pop.h
8368         * src/prefs_account.c
8369         * src/prefs_account.h
8370         * src/prefs_actions.c
8371         * src/prefs_actions.h
8372         * src/prefs_common.c
8373         * src/prefs_common.h
8374         * src/prefs_compose_writing.c
8375         * src/prefs_compose_writing.h
8376         * src/prefs_customheader.c
8377         * src/prefs_customheader.h
8378         * src/prefs_display_header.c
8379         * src/prefs_display_header.h
8380         * src/prefs_ext_prog.c
8381         * src/prefs_ext_prog.h
8382         * src/prefs_filtering.c
8383         * src/prefs_filtering.h
8384         * src/prefs_filtering_action.c
8385         * src/prefs_filtering_action.h
8386         * src/prefs_folder_column.c
8387         * src/prefs_folder_column.h
8388         * src/prefs_folder_item.c
8389         * src/prefs_folder_item.h
8390         * src/prefs_fonts.c
8391         * src/prefs_fonts.h
8392         * src/prefs_gtk.c
8393         * src/prefs_gtk.h
8394         * src/prefs_image_viewer.c
8395         * src/prefs_image_viewer.h
8396         * src/prefs_matcher.c
8397         * src/prefs_matcher.h
8398         * src/prefs_message.c
8399         * src/prefs_message.h
8400         * src/prefs_msg_colors.c
8401         * src/prefs_msg_colors.h
8402         * src/prefs_other.c
8403         * src/prefs_other.h
8404         * src/prefs_quote.c
8405         * src/prefs_quote.h
8406         * src/prefs_receive.c
8407         * src/prefs_receive.h
8408         * src/prefs_send.c
8409         * src/prefs_send.h
8410         * src/prefs_spelling.c
8411         * src/prefs_spelling.h
8412         * src/prefs_summaries.c
8413         * src/prefs_summaries.h
8414         * src/prefs_summary_column.c
8415         * src/prefs_summary_column.h
8416         * src/prefs_template.c
8417         * src/prefs_template.h
8418         * src/prefs_themes.c
8419         * src/prefs_themes.h
8420         * src/prefs_toolbar.c
8421         * src/prefs_toolbar.h
8422         * src/prefs_wrapping.c
8423         * src/prefs_wrapping.h
8424         * src/privacy.c
8425         * src/privacy.h
8426         * src/procheader.c
8427         * src/procheader.h
8428         * src/procmime.c
8429         * src/procmime.h
8430         * src/procmsg.c
8431         * src/procmsg.h
8432         * src/quote_fmt.c
8433         * src/quote_fmt_parse.y
8434         * src/recv.c
8435         * src/recv.h
8436         * src/remotefolder.c
8437         * src/remotefolder.h
8438         * src/send_message.c
8439         * src/send_message.h
8440         * src/setup.c
8441         * src/setup.h
8442         * src/simple-gettext.c
8443         * src/sourcewindow.c
8444         * src/sourcewindow.h
8445         * src/ssl_manager.c
8446         * src/ssl_manager.h
8447         * src/statusbar.c
8448         * src/statusbar.h
8449         * src/stock_pixmap.c
8450         * src/stock_pixmap.h
8451         * src/summary_search.c
8452         * src/summary_search.h
8453         * src/summaryview.c
8454         * src/summaryview.h
8455         * src/syldap.c
8456         * src/syldap.h
8457         * src/textview.c
8458         * src/textview.h
8459         * src/toolbar.c
8460         * src/toolbar.h
8461         * src/undo.c
8462         * src/undo.h
8463         * src/unmime.c
8464         * src/unmime.h
8465         * src/vcard.c
8466         * src/vcard.h
8467         * src/wizard.c
8468         * src/wizard.h
8469         * src/common/base64.c
8470         * src/common/base64.h
8471         * src/common/defs.h
8472         * src/common/hooks.c
8473         * src/common/hooks.h
8474         * src/common/log.c
8475         * src/common/log.h
8476         * src/common/md5.c
8477         * src/common/md5.h
8478         * src/common/mgutils.c
8479         * src/common/mgutils.h
8480         * src/common/nntp.c
8481         * src/common/nntp.h
8482         * src/common/passcrypt.c
8483         * src/common/passcrypt.h.in
8484         * src/common/plugin.c
8485         * src/common/plugin.h
8486         * src/common/prefs.c
8487         * src/common/prefs.h
8488         * src/common/progressindicator.c
8489         * src/common/progressindicator.h
8490         * src/common/quoted-printable.c
8491         * src/common/quoted-printable.h
8492         * src/common/session.c
8493         * src/common/session.h
8494         * src/common/smtp.c
8495         * src/common/smtp.h
8496         * src/common/socket.c
8497         * src/common/socket.h
8498         * src/common/ssl.c
8499         * src/common/ssl.h
8500         * src/common/ssl_certificate.c
8501         * src/common/ssl_certificate.h
8502         * src/common/string_match.c
8503         * src/common/string_match.h
8504         * src/common/stringtable.c
8505         * src/common/sylpheed.c
8506         * src/common/sylpheed.h
8507         * src/common/template.c
8508         * src/common/template.h
8509         * src/common/timing.h
8510         * src/common/utils.c
8511         * src/common/utils.h
8512         * src/common/uuencode.c
8513         * src/common/uuencode.h
8514         * src/common/version.h.in
8515         * src/common/xml.c
8516         * src/common/xml.h
8517         * src/common/xmlprops.c
8518         * src/common/xmlprops.h
8519         * src/gtk/about.c
8520         * src/gtk/about.h
8521         * src/gtk/colorlabel.c
8522         * src/gtk/colorlabel.h
8523         * src/gtk/colorsel.c
8524         * src/gtk/colorsel.h
8525         * src/gtk/description_window.c
8526         * src/gtk/description_window.h
8527         * src/gtk/filesel.c
8528         * src/gtk/filesel.h
8529         * src/gtk/foldersort.c
8530         * src/gtk/foldersort.h
8531         * src/gtk/gtkutils.c
8532         * src/gtk/gtkutils.h
8533         * src/gtk/inputdialog.c
8534         * src/gtk/inputdialog.h
8535         * src/gtk/logwindow.c
8536         * src/gtk/logwindow.h
8537         * src/gtk/manage_window.c
8538         * src/gtk/manage_window.h
8539         * src/gtk/menu.c
8540         * src/gtk/menu.h
8541         * src/gtk/pluginwindow.c
8542         * src/gtk/pluginwindow.h
8543         * src/gtk/prefswindow.c
8544         * src/gtk/prefswindow.h
8545         * src/gtk/progressdialog.c
8546         * src/gtk/progressdialog.h
8547         * src/gtk/quicksearch.c
8548         * src/gtk/quicksearch.h
8549         * src/gtk/sslcertwindow.c
8550         * src/gtk/sslcertwindow.h
8551         * src/plugins/clamav/clamav_plugin.c
8552         * src/plugins/clamav/clamav_plugin.h
8553         * src/plugins/clamav/clamav_plugin_gtk.c
8554         * src/plugins/demo/demo.c
8555         * src/plugins/dillo_viewer/dillo_prefs.c
8556         * src/plugins/dillo_viewer/dillo_prefs.h
8557         * src/plugins/dillo_viewer/dillo_viewer.c
8558         * src/plugins/mathml_viewer/mathml_viewer.c
8559         * src/plugins/pgpcore/passphrase.c
8560         * src/plugins/pgpcore/passphrase.h
8561         * src/plugins/pgpcore/plugin.c
8562         * src/plugins/pgpcore/prefs_gpg.c
8563         * src/plugins/pgpcore/prefs_gpg.h
8564         * src/plugins/pgpcore/select-keys.c
8565         * src/plugins/pgpcore/select-keys.h
8566         * src/plugins/pgpcore/sgpgme.c
8567         * src/plugins/pgpcore/sgpgme.h
8568         * src/plugins/pgpinline/pgpinline.c
8569         * src/plugins/pgpinline/pgpinline.h
8570         * src/plugins/pgpinline/plugin.c
8571         * src/plugins/pgpmime/pgpmime.c
8572         * src/plugins/pgpmime/pgpmime.h
8573         * src/plugins/pgpmime/plugin.c
8574         * src/plugins/spamassassin/spamassassin.c
8575         * src/plugins/spamassassin/spamassassin.h
8576         * src/plugins/spamassassin/spamassassin_gtk.c
8577         * src/plugins/trayicon/trayicon.c
8578         * tools/OOo2sylpheed.pl
8579         * tools/acroread2sylpheed.pl
8580         * tools/asus_mailled.sh
8581         * tools/filter_conv.pl
8582         * tools/freshmeat_search.pl
8583         * tools/google_search.pl
8584         * tools/kmail2sylpheed.pl
8585         * tools/kmail2sylpheed_v2.pl
8586         * tools/maildir2sylpheed.pl
8587         * tools/multiwebsearch.pl
8588         * tools/newscache_clean.pl
8589         * tools/outlook2sylpheed.pl
8590         * tools/sylpheed-switcher
8591         * tools/update-po
8592         * tools/vcard2xml.py
8593         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8594                 update FSF address
8595
8596 2005-09-21 [colin]      1.9.14cvs46
8597
8598         * src/gedit-print.c
8599         * src/procmsg.c
8600         * src/procmsg.h
8601         * src/textview.c
8602         * src/summaryview.c
8603                 Remove some printing hacks (deselection/reselection),
8604                 which by the way fix printing the currently 
8605                 displayed mime part (still only text)
8606                 Plus a little optimisation of summary_show
8607
8608
8609 2005-09-20 [colin]      1.9.14cvs45
8610
8611         * src/mainwindow.c
8612         * src/messageview.c
8613                 GUI fixups: add accels, set message
8614                 view title to displayed mail's subject
8615         * src/prefs_spelling.c
8616         * src/gtk/gtkaspell.c
8617                 GUI fixups: allow underlining misspelled
8618                 words instead of coloring them (a11y!)
8619
8620 2005-09-19 [colin]
8621
8622         1.9.15rc3 released
8623
8624 2005-09-19 [colin]      1.9.14cvs44
8625
8626         * src/compose.c
8627                 Fix draft message
8628         * src/gtk/gtkaspell.c
8629                 Fix wrong test ;-)
8630
8631 2005-09-19 [colin]      1.9.14cvs43
8632
8633         * src/addressbook.c
8634                 Fix sensitivity of Delete button
8635         * src/compose.c
8636                 Warn if the requested Privacy system
8637                 is not available
8638         * src/exphtmldlg.c
8639         * src/expldifdlg.c
8640         * src/importldif.c
8641         * src/importmutt.c
8642         * src/importpine.c
8643                 Fix crappy UI
8644         * src/
8645         * src/ssl.h
8646         * src/prefs_account.h
8647         * src/prefs_account.c
8648                 Save SSL prefs even in builds that have
8649                 SSL support disable
8650         * src/imap.c
8651         * src/inc.c
8652         * src/news.c
8653         * src/send_message.c
8654                 Warn if connection should be secure, but
8655                 SSL support isn't compiled in
8656         * src/gtkaspell.c
8657                 Fix word separation on UTF-8 systems
8658                 Fixes bug #812 (Strange inline spellchecking)
8659         * src/compose.c
8660                 Warn if the requested Privacy system
8661                 is not available
8662                 Factorize offline warning
8663         * src/imap.c
8664         * src/imap_gtk.c
8665         * src/imap_gtk.h
8666         * src/inc.h
8667         * src/news_gtk.c
8668         * src/news_gtk.h
8669         * src/messageview.c
8670                 Factorize offline warning
8671
8672 2005-09-19 [paul]
8673
8674         1.9.15-rc2 released
8675
8676 2005-09-18 [colin]      1.9.14cvs42
8677
8678         * src/codeconv.c
8679         * src/codeconv.h
8680         * src/procmime.c
8681                 Add a way to get locale's charset ignoring utf-8,
8682                 and use that as default encoding for broken mails
8683
8684 2005-09-18 [colin]      1.9.14cvs41
8685
8686         * src/gtk/logwindow.c
8687                 Translate string. Patch by Fabien Vantard
8688
8689 2005-09-18 [colin]      1.9.14cvs40
8690
8691         * configure.ac
8692                 Fix bug #803 (IMAP/SSL support breaks with 
8693                 GnuTLS libetpan 0.38)
8694
8695 2005-09-18 [colin]      1.9.14cvs39
8696
8697         * src/codeconv.c
8698         * src/compose.c
8699         * src/procmime.c
8700                 More charsets fixes. Fixes bug #806 (non
8701                 ascii characters in subject line)
8702
8703 2005-09-17 [paul]       1.9.14cvs38
8704
8705         * src/folderview.c
8706         * src/mainwindow.c
8707                 fix gcc-2.95 issues
8708                 Patch by Pawel Pekala
8709
8710 2005-09-17 [colin]      1.9.14cvs37
8711
8712         * src/addrindex.c
8713                 bugfix for NO-USE LDAP compilation, patch 
8714                 by Fabien Vantard
8715
8716 2005-09-17 [colin]      1.9.14cvs36
8717
8718         * src/prefs_actions.c
8719         * src/prefs_customheader.c
8720         * src/prefs_display_header.c
8721         * src/prefs_filtering_action.c
8722         * src/prefs_matcher.c
8723         * src/prefs_toolbar.c
8724                 Fix strange casts (less elegant but
8725                 works better)
8726
8727 2005-09-16 [colin]      1.9.14cvs35
8728
8729         * src/jpilot.c
8730                 Missed that one
8731
8732 2005-09-16 [colin]      1.9.14cvs34
8733
8734         * configure.ac
8735         * src/Makefile.am
8736         * src/addr_compl.c
8737         * src/addrindex.c
8738         * src/browseldap.c
8739         * src/editldap.c
8740         * src/ldaplocate.c
8741         * src/ldapquery.c
8742         * src/ldapquery.h
8743         * src/ldapserver.c
8744         * src/ldapserver.h
8745         * src/main.c
8746         * src/matcher_parser_parse.y
8747         * src/prefs_themes.c
8748         * src/etpan/Makefile.am
8749         * src/gtk/description_window.c
8750         * src/plugins/clamav/Makefile.am
8751         * src/plugins/clamav/clamav_plugin.c
8752         * src/plugins/dillo_viewer/Makefile.am
8753         * src/plugins/pgpcore/Makefile.am
8754         * src/plugins/pgpinline/Makefile.am
8755         * src/plugins/pgpmime/Makefile.am
8756         * src/plugins/trayicon/Makefile.am
8757                 Fix 100% cpu usage in address completion list
8758                 Fix little bugs (return with no values etc)
8759                 Fix all warnings (with common CFLAGS)
8760
8761 2005-09-15 [colin]      1.9.14cvs33
8762
8763         * src/addressbook.c
8764                 Fix bug where sometimes a group's email list is empty,
8765                 force its refresh (probably fixes "Re: how to create a 
8766                 distribution list")
8767         * src/ldapquery.c
8768                 Don't return to the callback in the main thread from the
8769                 fetch thread (or face segs!)
8770
8771 2005-09-15 [paul]       1.9.14cvs32
8772
8773         * src/prefs_matcher.c
8774                 forgotten in last commit
8775
8776 2005-09-15 [paul]       1.9.14cvs31
8777
8778         * src/prefs_actions.c
8779         * src/prefs_filtering_action.c
8780         * src/prefs_quote.c
8781         * src/quote_fmt.c
8782         * src/summaryview.c
8783         * src/gtk/description_window.c
8784         * src/gtk/description_window.h
8785         * src/gtk/quicksearch.c
8786                 allow interaction with the called
8787                 description window
8788                 Patch by Anders Hammar
8789
8790 2005-09-14 [paul]       1.9.14cvs30
8791
8792         * src/compose.c
8793                 fix a little annoyance when pasting with 3rd button 
8794                 with wrap_pastes=0 and wrap_input=1
8795                 Patch by Colin
8796
8797 2005-09-14 [paul]       1.9.14cvs29
8798
8799         * src/prefs_account.c
8800                 disable 'Filter messages on receiving' for
8801                 SMTP-only accounts
8802                 Patch  by Anders Hammar
8803
8804 2005-09-14 [paul]       1.9.14cvs28
8805
8806         * po/sk.po
8807                 fix crash
8808                 updated by Andrej Kacian
8809
8810 2005-09-14 [paul]
8811
8812         1.9.15-rc1 released
8813
8814 2005-09-14 [paul]       1.9.14cvs27
8815
8816         * po/es.po
8817                 updated by Ricardo Mones Lastra
8818         * src/compose.c
8819         * src/compose.h
8820                 associate no_wrap_tags to Compose windows
8821                 instead of using a static one
8822                 Patch by Colin
8823         * src/mbox.c
8824                 fix proc_mbox()
8825                 Patch by wwp
8826         * src/textview.c
8827                 remove unneeded printf()
8828
8829 2005-09-14 [paul]       1.9.14cvs26
8830
8831         * src/addrcache.c
8832         * src/codeconv.h
8833         * src/folder.h
8834         * src/mainwindow.h
8835         * src/mh.c
8836         * src/mimeview.h
8837         * src/partial_download.c
8838         * src/pop.c
8839         * src/prefs_account.c
8840         * src/prefs_account.h
8841         * src/prefs_actions.c
8842         * src/prefs_customheader.c
8843         * src/prefs_display_header.c
8844         * src/prefs_filtering_action.c
8845         * src/prefs_matcher.c
8846         * src/prefs_toolbar.c
8847         * src/privacy.h
8848         * src/procmime.c
8849         * src/procmime.h
8850         * src/procmsg.h
8851         * src/textview.c
8852         * src/undo.h
8853         * src/common/plugin.c
8854         * src/common/session.h
8855         * src/common/socket.c
8856         * src/common/socket.h
8857         * src/common/template.c
8858         * src/gtk/gtkaspell.c
8859         * src/gtk/quicksearch.h
8860         * src/plugins/pgpcore/passphrase.c
8861         * src/plugins/pgpcore/prefs_gpg.h
8862         * src/plugins/pgpcore/select-keys.c
8863         * src/plugins/pgpcore/select-keys.h
8864         * src/plugins/pgpcore/sgpgme.c
8865         * src/plugins/pgpinline/pgpinline.c
8866         * src/plugins/pgpmime/pgpmime.c
8867         * src/plugins/trayicon/trayicon.c
8868                 fix compilation warnings
8869                 Patch by Daniel Gustafson
8870
8871 2005-09-14 [paul]       1.9.14cvs25
8872
8873         * src/addressbook.c
8874                 add missing column header, and other small
8875                 bug fixes
8876                 Patch by Anders Hammar
8877
8878 2005-09-13 [colin]      1.9.14cvs24
8879
8880         * src/gtk/gtkaspell.c
8881                 Fix non-utf8 in menu
8882                 Fix little leaks
8883                 Nullify struct members after free()s
8884
8885 2005-09-13 [colin]      1.9.14cvs23
8886
8887         * src/compose.c
8888                 Test utf8 compliance before inserting to 
8889                 buffer, and try to convert if necessary
8890         * src/procmime.c
8891                 If no charset is present, use the locale 
8892                 one instead of us-ascii
8893         * src/procmsg.c
8894                 Add Sender, List-Post and To in the checked 
8895                 headers for automatic rules creation 
8896                 (thanks to wwp)
8897         * src/prefs_themes.c
8898         * src/gtk/gtkaspell.c
8899                 Remove deprecated functions. 
8900                 patch by Daniel Gustafson
8901
8902 2005-09-12 [colin]      1.9.14cvs22
8903
8904         * src/compose.c
8905                 Fix bug #448 (Scrolling/Redraw issue with 
8906                 address-fields in Header)
8907         * src/mainwindow.c
8908         * src/summaryview.c
8909         * src/summaryview.h
8910                 Fix loss of MSG_MARKED on move/copy
8911                 Fix bug #804 (Quicksearch togglebutton doesn't 
8912                 get depressed after '/' key is pressed)
8913
8914 2005-09-12 [paul]       1.9.14cvs21
8915
8916         * AUTHORS
8917         * src/gtk/logwindow.c
8918                 add 'Clear Log' to popup menu
8919                 Patch by Anders Hammar <anders.hammar@telia.com>
8920
8921 2005-09-12 [paul]       1.9.14cvs20
8922
8923         * src/compose.c
8924                 set correct sensitivity on attachments
8925                 popup menu
8926         * src/folder.c
8927                 fix typo
8928         * src/prefs_spelling.c
8929                 fix crash when no LANG env is set
8930         * src/common/xml.c
8931                 fix crash in wizard
8932                 don't use memeory after free
8933
8934         All patches by Daniel Gustafson
8935
8936 2005-09-12 [paul]       1.9.14cvs19
8937
8938         * src/prefs_themes.c
8939                 make theme info selectable
8940         * src/gtk/description_window.c
8941                 make window non-modal
8942         * tools/README
8943                 add details of asus_mailed.sh
8944         * tools/claws.i18n.status.pl
8945                 update for new zh_TW translator
8946                 widen the output
8947                 create alternate coloured lines
8948                 improve readability
8949
8950 2005-09-10 [colin]      1.9.14cvs18
8951
8952         * src/plugins/pgpcore/select-keys.c
8953                 Better order for the buttons
8954
8955 2005-09-10 [colin]      1.9.14cvs17
8956
8957         * src/compose.c
8958         * src/plugins/pgpcore/select-keys.c
8959         * src/plugins/pgpcore/select-keys.h
8960         * src/plugins/pgpcore/sgpgme.c
8961                 Add a "Don't encrypt" button to the key
8962                 selection dialog. Fixes bug #177 (There should be a 
8963                 'Don't encrypt button in the Select Keys dialog)
8964
8965 2005-09-10 [colin]      1.9.14cvs16
8966
8967         * src/compose.c
8968                 Fix bug #572 (%X option does not work with templates)
8969
8970 2005-09-10 [colin]      1.9.14cvs15
8971
8972         * src/toolbar.c 
8973                 Remove g_print
8974
8975 2005-09-10 [colin]      1.9.14cvs14
8976
8977         * src/imap.c
8978                 Fix a possible crash
8979
8980 2005-09-09 [colin]      1.9.14cvs13
8981
8982         * src/imap.c
8983         * src/etpan/imap-thread.c
8984         * src/etpan/imap-thread.h
8985                 Fix moving from queue or drafts to normal folders
8986                 Fix bug #794 (No way to delete without expunging)
8987                 Take flags unset by other mailers into account
8988                 Take deleted flag set by other mailers into account
8989                 Fix unsetting REPLIED flag
8990                 Fix crash when capabilities can't be retrieved
8991         * src/mainwindow.c
8992         * src/mainwindow.h
8993                 Add M_DELAYED_FLAGS condition, and let the user use
8994                 Execute in order to be able to expunge deleted mails,
8995                 even if he's not in delayed execute mode
8996         * src/prefs_spelling.c
8997                 Use 'en' dictionary by default if LANG is POSIX or C
8998         * src/gtk/prefswindow.c
8999                 Fix bug #767 (Preferences windows expanding) by making
9000                 the window a bit larger when the resolution is greater
9001                 than 640x480, and by putting the prefs in a
9002                 GtkScrolledWindow.
9003
9004 2005-09-09 [paul]       1.9.14cvs12
9005
9006         * AUTHORS
9007         * configure.ac
9008         * po/zh_TW.Big5.po      ** REMOVED **
9009         * po/zh_TW.po           ** ADDED **
9010                 updated by Wei-Lun Chao
9011
9012 2005-09-09 [paul]       1.9.14cvs11
9013
9014         * src/mainwindow.c
9015                 fix asserts
9016         * src/common/xml.c
9017                 delay memory allocation until file is
9018                 opened successfully
9019                 Patch by Daniel Gustafson
9020
9021 2005-09-09 [colin]      1.9.14cvs10
9022
9023         * src/imap.c
9024                 Add guards
9025
9026 2005-09-08 [colin]      1.9.14cvs9
9027
9028         * src/compose.c
9029                 Alert when we can't save draft
9030                 Fix various wrap/color issues
9031                 Add mid-click pasting respecting wrap_paste option
9032         * src/folder.c
9033         * src/folder.h
9034         * src/folder_item_prefs.c
9035         * src/folder_item_prefs.h
9036         * src/imap.c
9037         * src/imap_gtk.c
9038         * src/imap_gtk.h
9039         * src/main.c
9040         * src/mainwindow.c
9041         * src/mainwindow.h
9042         * src/news.c
9043         * src/news_gtk.c
9044         * src/news_gtk.h
9045         * src/prefs_folder_item.c
9046                 Fix the impossibility to synchronise folders for
9047                 offline use (IMAP and NNTP are concerned)
9048
9049 2005-09-08 [colin]      1.9.14cvs8
9050
9051         * configure.ac
9052                 Build LDAP and JPilot by default if available
9053         * src/textview.c
9054                 Fix use after free
9055
9056 2005-09-08 [paul]       1.9.14cvs7
9057
9058         * doc/manual/en/sylpheed-1.html
9059         * doc/manual/en/sylpheed-18.html
9060         * doc/manual/en/sylpheed-19.html
9061         * doc/manual/en/sylpheed-4.html
9062         * doc/manual/en/sylpheed-6.html
9063         * doc/manual/en/sylpheed.html
9064                 a few minor updates, plus include some
9065                 details about plugins and their requirements
9066         * src/mainwindow.c
9067                 minor changes to English in /View/Sort
9068
9069 2005-09-07 [colin]      1.9.14cvs6
9070
9071         * doc/manual/en/sylpheed-1.html
9072         * doc/manual/en/sylpheed-10.html
9073         * doc/manual/en/sylpheed-11.html
9074         * doc/manual/en/sylpheed-12.html
9075         * doc/manual/en/sylpheed-13.html
9076         * doc/manual/en/sylpheed-14.html
9077         * doc/manual/en/sylpheed-15.html
9078         * doc/manual/en/sylpheed-16.html
9079         * doc/manual/en/sylpheed-17.html
9080         * doc/manual/en/sylpheed-18.html
9081         * doc/manual/en/sylpheed-19.html
9082         * doc/manual/en/sylpheed-2.html
9083         * doc/manual/en/sylpheed-20.html
9084         * doc/manual/en/sylpheed-21.html
9085         * doc/manual/en/sylpheed-22.html
9086         * doc/manual/en/sylpheed-3.html
9087         * doc/manual/en/sylpheed-4.html
9088         * doc/manual/en/sylpheed-5.html
9089         * doc/manual/en/sylpheed-6.html
9090         * doc/manual/en/sylpheed-7.html
9091         * doc/manual/en/sylpheed-8.html
9092         * doc/manual/en/sylpheed-9.html
9093         * doc/manual/en/sylpheed.html
9094                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9095
9096 2005-09-07 [colin]      1.9.14cvs5
9097
9098         * src/mainwindow.c
9099                 Make labels more to-the-point
9100
9101 2005-09-07 [colin]      1.9.14cvs4
9102
9103         * doc/manual/en/sylpheed-1.html
9104         * doc/manual/en/sylpheed-12.html
9105         * doc/manual/en/sylpheed-13.html
9106         * doc/manual/en/sylpheed-14.html
9107         * doc/manual/en/sylpheed-15.html
9108         * doc/manual/en/sylpheed-16.html
9109         * doc/manual/en/sylpheed-17.html
9110         * doc/manual/en/sylpheed-18.html
9111         * doc/manual/en/sylpheed-19.html
9112         * doc/manual/en/sylpheed-2.html
9113         * doc/manual/en/sylpheed-20.html
9114         * doc/manual/en/sylpheed-21.html
9115         * doc/manual/en/sylpheed-22.html
9116         * doc/manual/en/sylpheed-4.html
9117         * doc/manual/en/sylpheed-5.html
9118         * doc/manual/en/sylpheed-6.html
9119         * doc/manual/en/sylpheed-7.html
9120         * doc/manual/en/sylpheed-8.html
9121         * doc/manual/en/sylpheed-9.html
9122         * doc/manual/en/sylpheed.html
9123                 Update manual
9124
9125 2005-09-07 [colin]      1.9.14cvs3
9126
9127         * doc/faq/en/sylpheed-faq-1.html
9128         * doc/faq/en/sylpheed-faq-2.html
9129         * doc/faq/en/sylpheed-faq-3.html
9130         * doc/faq/en/sylpheed-faq.html
9131                 Update FAQ
9132
9133 2005-09-07 [colin]      1.9.14cvs2
9134
9135         * src/folderview.c
9136         * src/procmsg.c
9137         * src/summaryview.c
9138         * src/toolbar.c
9139                 Fix special subfolders:
9140                 - Inherit parent's icon
9141                 - sent contents of queues subfolders
9142                 - empty subfolders of trashes
9143         * src/mainwindow.c
9144                 Remove outdated manual and faq entries
9145         * src/common/utils.c
9146                 Add quotes around %s coming from mailcap
9147
9148 2005-09-07 [colin]      1.9.14cvs1
9149
9150         * src/compose.c
9151                 After saving draft, set modified to FALSE
9152         * src/mimeview.c
9153         * src/common/utils.c
9154         * src/common/utils.h
9155                 Try to open mime parts using what is 
9156                 indicated in ~/.mailcap or /etc/mailcap,
9157                 if possible.
9158
9159 2005-09-05 [paul]       1.9.14
9160
9161         1.9.14 released
9162
9163         * po/sk.po
9164                 updated by Andrej Kacian
9165
9166 2005-09-05 [paul]       1.9.13cvs83
9167
9168         * po/de.po
9169         * po/es.po
9170         * po/fi.po
9171         * po/fr.po
9172         * po/nb.po
9173         * po/pt_BR.po
9174         * po/sr.po
9175                 updated translations by Thomas Gilgin, Ricardo Mones
9176                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9177                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9178
9179 2005-09-04 [paul]       1.9.13cvs82
9180
9181         * src/compose.c
9182                 only warn about exceeded line length limit
9183                 on send
9184
9185 2005-09-04 [paul]       1.9.13cvs81
9186
9187         * src/compose.c
9188                 fix crash in 'line length exceeded' dialogue
9189
9190 2005-09-02 [paul]       1.9.13cvs80
9191
9192         * src/imap.c
9193                 fix bug 795, 'Connection lost IMAP'
9194                 and add statusbar prints
9195                 Patch by Colin
9196
9197 2005-09-02 [paul]       1.9.13cvs79
9198
9199         * src/compose.c
9200                 compose_wrap_paragraph() becomes
9201                 compose_beautify_paragraph()
9202                 Patch by Colin
9203
9204 2005-09-02 [colin]      1.9.13cvs78
9205
9206         * src/folderview.c
9207                 Micro-fix
9208
9209 2005-09-01 [colin]      1.9.13cvs77
9210
9211         * src/imap.c
9212                 Maybe fix bug #795 (Connection lost IMAP)
9213                 Don't try to send logout when we're disconnected.
9214         * src/summaryview.c
9215                 Include locked and marked emails in HRM
9216                 view. Fixes bug #800 (Locked messages no longer 
9217                 show up when hide read messages is used)
9218
9219 2005-09-01 [paul]       1.9.13cvs76
9220
9221         * src/prefs_common.c
9222                 fix bad cutting
9223
9224 2005-08-31 [colin]      1.9.13cvs75
9225
9226         * src/folderview.c
9227         * src/folderview.h
9228         * src/prefs_summaries.c
9229         * src/summaryview.c
9230                 Fix "go to next new", fix preference
9231                 (Open unread/next swapped)
9232
9233 2005-08-31 [paul]       1.9.13cvs74
9234
9235         * src/compose.c
9236         * src/folderview.c
9237         * src/headerview.c
9238         * src/headerview.h
9239         * src/mainwindow.c
9240         * src/prefs_common.c
9241         * src/prefs_common.h
9242         * src/prefs_fonts.c
9243         * src/summaryview.c
9244         * src/textview.c
9245         * src/common/defs.h
9246                 remove obsolete BOLD_FONT setting
9247                 fix font update in headerview and textview
9248                 headers after prefs change
9249                 Patch By Colin
9250
9251 2005-08-31 [paul]
9252
9253         1.9.14-rc4 released
9254
9255 2005-08-30 [colin]      1.9.13cvs73
9256
9257         * src/summaryview.c
9258                 When Hide read messages is selected and we
9259                 refresh the summaryview, don't remove the 
9260                 currently displayed message. Fixes bug #797
9261                 (Summary view reloads when new mail is 
9262                 downloaded in 1.9.14 rc)
9263
9264 2005-08-30 [colin]      1.9.13cvs72
9265
9266         * src/folderview.c
9267                 Fix flickering
9268         * src/mainwindow.c
9269                 Remove useless callback
9270         * src/mimeview.c
9271         * src/gtk/filesel.c
9272         * src/gtk/filesel.h
9273                 Add a filesel_select_file_save_folder() - used by Save All
9274
9275 2005-08-29 [paul]       1.9.13cvs71
9276
9277         * AUTHORS
9278         * src/matcher_parser_parse.y
9279         * src/etpan/imap-thread.c
9280                 fix building on FreeBSD
9281                 Patch by Daniel Gustafson <daniel@hobbit.se>
9282
9283 2005-08-29 [paul]       1.9.13cvs70
9284
9285         * src/plugins/pgpinline/pgpinline.c
9286                 only initialise sig result if it's been handled
9287                 Patch by Colin
9288
9289 2005-08-29 [paul]       1.9.13cvs69
9290         
9291         Patches by Colin:
9292
9293         * src/imap.c
9294         * src/common.utils.c
9295         * src/common/utils.h
9296                 optimisation
9297         * src/stock_pixmap.h
9298                 fix wrong icon reference
9299         * src/pixmaps/trash_btn.xpm
9300                 replace with nicer image
9301
9302 2005-08-28 [colin]      1.9.13cvs68
9303
9304         * src/Makefile.am
9305         * src/stock_pixmap.c
9306         * src/stock_pixmap.h
9307         * src/toolbar.c
9308         * src/pixmaps/trash_btn.xpm
9309                 Add a specific trash xpm for the button
9310
9311 2005-08-28 [colin]      1.9.13cvs67
9312
9313         * src/imap.c
9314                 Fix leak
9315
9316 2005-08-27 [colin]      1.9.13cvs66
9317
9318         * src/imap.c
9319         * src/procmime.c
9320                 Correctly fix "Problem with replies", fixes
9321                 pgpmime encryption too. 
9322
9323 2005-08-27 [colin]      1.9.13cvs65
9324
9325         * src/folder.c
9326         * src/procmsg.c
9327         * src/procmsg.h
9328         * src/summaryview.c
9329                 Fix bug #517 (messages removed from summaryview 
9330                 when moving fails)
9331
9332 2005-08-27 [colin]      1.9.13cvs64
9333
9334         * tools/Makefile.am
9335         * tools/asus_mailled.sh
9336                 Add a script to blink ASUS laptops' mail LED where there
9337                 is unread mail.
9338
9339 2005-08-27 [colin]      1.9.13cvs63
9340
9341         * src/imap.c
9342         * src/etpan/imap-thread.c
9343         * src/etpan/imap-thread.h
9344                 Implement automatic choosing of login method
9345                 Fixes bug #791
9346         * src/gtk/.cvsignore
9347                 Add sylpheed-marshal.[ch]
9348
9349 2005-08-27 [colin]      1.9.13cvs62
9350
9351         * src/common/utils.c
9352                 Fix confusing perror
9353
9354 2005-08-27 [colin]      1.9.13cvs61
9355
9356         * src/toolbar.c
9357         * src/toolbar.h
9358                 Remove A_DELETE, replace it with 
9359                 A_TRASH and A_DELETE_REAL. Automatically
9360                 rewrite config files to replace A_DELETE
9361                 with A_TRASH (no functionality change).
9362                 Fixes half of #794
9363
9364 2005-08-26 [colin]      1.9.13cvs60
9365
9366         * src/procmime.c
9367                 Previous "Problem with replies" fix brought other
9368                 problems, fixing them
9369
9370 2005-08-26 [colin]      1.9.13cvs59
9371
9372         * src/procmime.c
9373                 Fix "Problem with replies". This happened only
9374                 on IMAP...
9375         * src/procmsg.c
9376                 Factorize code a bit
9377         * src/compose.c
9378                 Speed improvement on very long messages (wrapping)
9379                 Fix signature color on Reedit and Redirect
9380                 On Reedit, don't attach pgp-signatures parts, but
9381                 set signing to On.
9382
9383 2005-08-24 [paul]       1.9.13cvs58
9384
9385         * src/compose.c
9386                 don't claim success when clicking
9387                 Cancel on the passphrase box.
9388                 Patch by Colin
9389
9390 2005-08-24 [paul]       1.9.13cvs57
9391
9392         * src/main.c
9393                 fix misplaced sylpheed.log
9394         * src/common/defs.h
9395                 define UIDL_DIR
9396
9397 2005-08-24 [paul]       1.9.13cvs56
9398
9399         * src/imap.c
9400         * src/etpan/imap-thread.c
9401         * src/etpan/imap-thread.h
9402                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9403                 Patch by Colin
9404         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9405         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9406                 remove autogenerated files
9407         * tools/kdeservicemenu/README
9408         * tools/kdeservicemenu/install.sh
9409         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9410         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9411                 use Claws icon, use 'Sylpheed-Claws' in menu,
9412                 use kdialog, and other cleanups
9413
9414 2005-08-23 [paul]       1.9.13cvs55
9415
9416         * src/compose.c
9417                 fix paste/wrap crash
9418                 Patch by Colin
9419
9420 2005-08-23 [paul]       1.9.13cvs54
9421
9422         * src/main.c
9423                 fix crash recovery
9424                 Patch by Colin
9425
9426 2005-08-23 [paul]       1.9.13cvs53
9427
9428         * src/addressbook.c
9429         * src/editaddress.c
9430                 view all data of LDAP contacts
9431                 Patch by Colin
9432
9433 2005-08-23 [paul]       1.9.13cvs52
9434
9435         * src/addressbook.c
9436                 fix issues with the Search field
9437                 Patch by Colin
9438
9439 2005-08-22 [paul]       1.9.13cvs51
9440
9441         * src/folderview.c
9442                 put name of folder in processing dialog
9443                 title
9444         * src/prefs_folder_item.c
9445                 improve english usage
9446
9447 2005-08-22 [paul]       1.9.13cvs50
9448
9449         * src/filtering.c
9450         * src/filtering.h
9451         * src/matcher.c
9452         * src/matcher_parser_lex.l
9453         * src/matcher_parser_parse.y
9454         * src/prefs_filtering.c
9455                 add Filtering/Processing rule names feature.
9456                 (the incompatible old matcherrc is saved as
9457                 matcherrc.pre_names).
9458                 Patch by Colin
9459
9460 2005-08-22 [paul]       1.9.13cvs49
9461
9462         * src/procmsg.c
9463                 fix colour labelling
9464                 Patch by Colin
9465
9466 2005-08-22 [paul]       1.9.13cvs48
9467
9468         * src/textview.c
9469                 fix open_image_cb()
9470
9471 2005-08-22 [paul]       1.9.13cvs47
9472
9473         * src/imap.c
9474                 fix bug 789, 'SC crashes with imap (CVS ver)'
9475                 Patch by Colin
9476
9477 2005-08-22 [paul]       1.9.13cvs46
9478
9479         * src/mimeview.c
9480         * src/prefs_common.c
9481         * src/common/defs.h
9482                 define reused defaults in defs.h
9483         * src/textview.c
9484                 add 'Open image' to image popup menu
9485
9486 2005-08-21 [colin]      1.9.13cvs45
9487
9488         * src/summaryview.c
9489                 Fix bug #788 (Bogus "From" address displayed)
9490
9491 2005-08-20 [colin]      1.9.13cvs44
9492
9493         * src/folder.c
9494                 Fix buf #787 (multilevel delete causes SIGSEGV)
9495
9496 2005-08-19 [colin]      1.9.13cvs43
9497
9498         * src/inc.c
9499         * src/prefs_common.c
9500         * src/prefs_common.h
9501                 Add an hidden pref to allow modifying the
9502                 update stepping in incorporation.
9503                 Patch by wwp.
9504
9505 2005-08-19 [colin]      1.9.13cvs42
9506
9507         * src/compose.c
9508         * src/procmime.c
9509                 Workaround for broken MUAs: encode 
9510                 Content-type: name: as ASCII and 
9511                 Content-Disposition: filename: as
9512                 per rfc2231
9513         * src/prefs_account.c
9514                 Fix invisible-ness of SMTP SSL prefs
9515                 in NNTP accounts
9516
9517 2005-08-19 [paul]       1.9.13cvs41
9518
9519         * src/compose.c
9520         * src/prefs_common.c
9521         * src/prefs_common.h
9522         * src/prefs_wrapping.c
9523                 paste with or without wrapping.
9524                 patch by Colin
9525
9526 2005-08-19 [paul]       1.9.13cvs40
9527
9528         * src/prefs_common.c
9529         * src/prefs_common.h
9530         * src/summaryview.c
9531                 reintroduce enable_swap_from as a
9532                 hidden pref. patch by Colin
9533         * src/quote_fmt_parse.y
9534         * src/plugins/clamav/clamav_plugin.c
9535         * src/plugins/dillo_viewer/dillo_viewer.c
9536         * src/plugins/mathml_viewer/mathml_viewer.c
9537         * src/plugins/pgpcore/sgpgme.c
9538         * src/plugins/pgpinline/pgpinline.c
9539         * src/plugins/pgpmime/pgpmime.c
9540                 tidy up. patch by Colin
9541
9542 2005-08-19 [paul]       1.9.13cvs39
9543
9544         * configure.ac
9545                 complete cvs38's sync
9546         * src/editaddress.c
9547         * src/gedit-print.c
9548         * src/mutt.c
9549         * src/etpan/etpan-log.c
9550         * src/etpan/imap-thread.c
9551         * src/gtk/gtksourceprintjob.c
9552                 fix compilation warnings
9553                 (patch by Colin)
9554
9555 2005-08-19 [paul]       1.9.13cvs38
9556
9557         sync with main:
9558
9559         * src/account.c
9560         * src/action.c
9561         * src/addrbook.c
9562         * src/addrcache.c
9563         * src/addrharvest.c
9564         * src/addrindex.c
9565         * src/codeconv.c
9566         * src/compose.c
9567         * src/crash.c
9568         * src/exporthtml.c
9569         * src/exportldif.c
9570         * src/folder.c
9571         * src/image_viewer.c
9572         * src/inc.c
9573         * src/inc.h
9574         * src/jpilot.c
9575         * src/ldif.c
9576         * src/main.c
9577         * src/matcher.c
9578         * src/mbox.c
9579         * src/messageview.c
9580         * src/mh.c
9581         * src/mimeview.c
9582         * src/msgcache.c
9583         * src/mutt.c
9584         * src/news.c
9585         * src/partial_download.c
9586         * src/pine.c
9587         * src/pop.c
9588         * src/prefs_actions.c
9589         * src/prefs_common.c
9590         * src/prefs_customheader.c
9591         * src/prefs_display_header.c
9592         * src/prefs_gtk.c
9593         * src/prefs_themes.c
9594         * src/procheader.c
9595         * src/procmime.c
9596         * src/procmsg.c
9597         * src/recv.c
9598         * src/send_message.c
9599         * src/simple-gettext.c
9600         * src/sourcewindow.c
9601         * src/textview.c
9602         * src/vcard.c
9603         * src/common/defs.h
9604         * src/common/log.c
9605         * src/common/plugin.c
9606         * src/common/prefs.c
9607         * src/common/session.c
9608         * src/common/session.h
9609         * src/common/socket.c
9610         * src/common/socket.h
9611         * src/common/ssl_certificate.c
9612         * src/common/template.c
9613         * src/common/utils.c
9614         * src/common/utils.h
9615         * src/common/xml.c
9616         * src/gtk/about.c
9617         added wrappers for C library function that
9618                 take pathname arguments.
9619                 enabled compilation with MinGW.
9620                 use GDir instead of directly using opendir().
9621                 added rename_force().
9622
9623 2005-08-19 [paul]       1.9.13cvs37
9624         
9625         patches by Colin:
9626         * src/compose.c
9627                 fix privacy settings on re-editing
9628                 a sent message
9629         * src/jpilot.c
9630                 fix encoding bug
9631         * src/folder.c
9632         * src/procmsg.c
9633         * src/procmsg.h
9634         * src/summaryview.c
9635                 flag changing optimisation
9636
9637 2005-08-18 [martin]     1.9.13cvs36
9638
9639         * commitHelper
9640             added my login
9641         * src/addrcache.c
9642         * src/addrharvest.c
9643         * src/addrindex.c
9644         * src/compose.c
9645         * src/grouplistdialog.c
9646         * src/main.c
9647         * src/mainwindow.c
9648         * src/msgcache.c
9649         * src/mutt.c
9650         * src/pine.c
9651         * src/prefs_account.c
9652         * src/prefs_themes.c
9653         * src/stock_pixmap.c
9654         * src/summaryview.c
9655         * src/gtk/about.c
9656         * src/gtk/logwindow.c
9657             removed deprecated glib and gdk stuff
9658         * src/plugins/pgpcore/select-keys.c
9659             convert attributes from locale to utf8
9660
9661 2005-08-17 [paul]       1.9.13cvs35
9662
9663         * src/account.c
9664         * src/addressbook.c
9665                 use new GTK_STOCK_ icons if available
9666         * src/summaryview.c
9667         * src/gtk/gtksctree.c
9668         * src/gtk/gtksctree.h
9669                 faster range select. patch by Colin
9670
9671 2005-08-17 [paul]       1.9.13cvs34
9672
9673         patches by colin:
9674         * src/addressbook.c
9675         * src/addressitem.h
9676                 Add an edit button for contacts, fix selections
9677                 of gtksctree items
9678         * src/editaddress.c
9679                 Change labels, let Save be always possible in the
9680                 email and user atributes tabs
9681         * src/folderview.c
9682                 fix sort issues
9683         * src/summaryview.c
9684                 select next item instead of the displayed one
9685                 after deletion
9686
9687         * src/gtk/progressdialog.c
9688                 use prefs_common.enable_rules_hint
9689
9690 2005-08-13 [hoa]        1.9.13cvs33
9691
9692         * src/etpan/imap-thread.c
9693                 fixed build on Solaris.
9694
9695 2005-08-10 [colin]      1.9.13cvs32
9696
9697         * src/procmsg.c
9698                 Fix cvs31 (missing fclose before reading
9699                 the file)
9700
9701 2005-08-10 [colin]      1.9.13cvs31
9702
9703         * src/procmsg.c
9704                 Fix procmsg_msginfo_new_from_mimeinfo() when
9705                 the MimeInfo isn't stored in memory. This fixes
9706                 replying to an attached message.
9707
9708 2005-08-10 [colin]      1.9.13cvs30
9709
9710         * src/mainwindow.c
9711                 Fix slowness in account changing
9712
9713 2005-08-10 [colin]      1.9.13cvs29
9714
9715         * src/folder.c
9716         * src/folderutils.c
9717         * src/folderview.c
9718         * src/imap_gtk.c
9719         * src/mainwindow.c
9720         * src/mh_gtk.c
9721         * src/procmsg.c
9722         * src/summaryview.c
9723                 Optimize folder_has_parent_of_type
9724                 Prevent moving special sub-folders from contextual menus
9725                 Rework message a bit ("Empty all messages" -> "Delete all
9726                 messages")
9727                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9728                 and "Deleted Items" folders)
9729
9730 2005-08-08 [colin]      1.9.13cvs28
9731
9732         * src/summaryview.c
9733         * src/prefs_summaries.c
9734                 Make "Select first unread|new" more flexible
9735                 (just prioritize new or unread)
9736
9737 2005-08-08 [colin]      1.9.13cvs27
9738
9739         * src/summaryview.c
9740                 If "select first new" is selected and there only
9741                 are unread messages, fallback to "select first
9742                 unread".
9743
9744 2005-08-08 [colin]      1.9.13cvs26
9745
9746         * src/folder.c
9747                 Fix shameful bugs (and bug #779)
9748
9749 2005-08-08 [colin]      1.9.13cvs25
9750
9751         * src/folder.c
9752         * src/folder.h
9753                 Cache parents' type to make folder_has_parent_of_type
9754                 faster
9755         * src/folderview.c
9756                 Forbid DnD of special sub-folders
9757         * src/procmsg.c
9758         * src/procmsg.h
9759                 Add MAIL_POSTFILTERING_HOOK
9760         * src/summaryview.c
9761                 Revert over-zealous deletion of the use_addr_book 
9762                 code
9763
9764 2005-08-07 [colin]      1.9.13cvs24
9765
9766         * src/folder.c
9767                 Fix big mistake (passing MsgInfo instead 
9768                 of FolderItem)
9769
9770 2005-08-07 [colin]      1.9.13cvs23
9771
9772         * src/compose.c
9773         * src/folder.c
9774         * src/folder.h
9775         * src/foldersel.c
9776         * src/folderutils.c
9777         * src/folderview.c
9778         * src/imap.c
9779         * src/mainwindow.c
9780         * src/messageview.c
9781         * src/mh.c
9782         * src/msgcache.c
9783         * src/procmime.c
9784         * src/summaryview.c
9785                 Make subfolders of Drafts, Queue, Outbox, Trash
9786                 work like their parents. 
9787                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9788
9789 2005-08-07 [colin]      1.9.13cvs22
9790
9791         * src/addressbook.c
9792                 Fix bug #771 (Dragged contacts not saved)
9793
9794 2005-08-07 [paul]       1.9.13cvs21
9795
9796         * src/summaryview.c
9797                 fix bug 32 'Search Doesn't display results
9798                 if "Hide Read Messages" is chosen'
9799                 be more literal in interpreting 'Hide read
9800                 messages'
9801
9802 2005-08-07 [colin]      1.9.13cvs20
9803
9804         * src/folderview.c
9805                 Add debug
9806         * src/summaryview.c
9807                 Faster 'unthread_for_execution'
9808
9809 2005-08-06 [paul]       1.9.13cvs19
9810
9811         * src/mainwindow.c
9812                 add mnemonics to Set displayed columns
9813                 fix bug where msgview_visible option was
9814                 overwritten as TRUE on startup
9815
9816 2005-08-06 [paul]       1.9.13cvs18
9817
9818         * src/mainwindow.c
9819                 refer to 'displayed columns in folder/message
9820                 list' not 'displayed items in summary/message view'
9821         * src/prefs_display_header.c
9822                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9823                 be consistent with similar dialogues
9824         * src/prefs_folder_column.c
9825         * src/prefs_summary_column.c
9826                 'columns' not 'items', and folder and message lists,
9827                 instead of folder and summary views;
9828                 Use 'Hidden columns' as list heading not 'Available
9829                 items';
9830                 move the 'Remove' button to the right hand side;
9831                 top-align the buttons;
9832                 remove unneeded vbox
9833         * src/prefs_summaries.c
9834                 put the 2 column prefs buttons in a frame to reduce
9835                 overall width; refer to columns not items &c.
9836
9837 2005-08-05 [colin]      1.9.13cvs17
9838
9839         * src/prefs_common.c
9840         * src/prefs_common.h
9841         * src/mainwindow.c
9842         * src/compose.c
9843         * src/messageview.c
9844                 Add an hidden toolbar_detachable pref, so
9845                 that I can get rid of these painful handles
9846                 in the toolbars. Defaults to TRUE to avoid
9847                 changing the GUI on unsuspecting people...
9848
9849 2005-08-05 [colin]      1.9.13cvs16
9850
9851         * src/Makefile.am
9852         * src/prefs_folder_column.c
9853         * src/prefs_folder_column.h
9854                 Add prefs for folder columns
9855         * src/folderview.c
9856         * src/folderview.h
9857         * src/mainwindow.c
9858         * src/mainwindow.h
9859         * src/prefs_common.c
9860         * src/prefs_common.h
9861         * src/prefs_summaries.c
9862                 Use them
9863         * src/prefs_summary_column.c
9864         * src/summaryview.c
9865         * src/summaryview.h
9866                 Add a To column
9867         * src/textview.c
9868         * src/common/utils.c
9869         * src/common/utils.h
9870                 Move uri colourisation functions
9871                 to utils
9872         * src/compose.c
9873                 Colourise URIs
9874         * src/imap.c
9875                 Fix bug with LIST where we'd try
9876                 to get Folder//////[...]/// 
9877
9878 2005-08-05 [paul]       1.9.13cvs15
9879
9880         * src/prefs_summaries.c
9881                 improve the English usage
9882         * src/summaryview.c
9883                 set font on column change
9884                 thanks to Colin
9885
9886 2005-08-05 [paul]       1.9.13cvs14
9887
9888         * src/prefs_common.c
9889         * src/prefs_common.h
9890         * src/prefs_summaries.c
9891         * src/summaryview.c
9892                 replace 'open_unread_on_enter' option with
9893                 'select_on_entry' option. opening/not opening
9894                 is now exclusively controlled by 'always_show_msg'
9895
9896 2005-08-04 [colin]      1.9.13cvs13
9897
9898         * src/compose.c
9899                 Remove dead code
9900                 Add colourisation of quotes and signatures
9901         * src/folderview.c
9902                 Fix possible crashes
9903         * src/messageview.c
9904                 Change an assert that is no problem
9905         * src/news.c
9906         * src/news_gtk.c
9907         * src/news_gtk.h
9908                 Fix offline mode
9909         * src/gtk/quicksearch.c
9910                 Fix a possible crash
9911
9912 2005-08-03 [colin]      1.9.13cvs12
9913
9914         * src/prefs_account.c
9915                 Fix bug #777 (Sylpheed crash in account configuration)
9916
9917 2005-08-03 [colin]      1.9.13cvs11
9918
9919         * src/addressbook.c
9920         * src/editaddress.c
9921         * src/editgroup.c
9922                 Fixing addressbook, round 2
9923         * src/textview.c
9924                 Fix emphasis color on rechecking 'Colorize messages'
9925
9926 2005-08-03 [paul]       1.9.13cvs10
9927
9928         sync with main
9929
9930         * src/addr_compl.c
9931         * src/compose.c
9932         * src/main.c
9933         * src/pop.c
9934         * src/prefs_account.c
9935         * src/procmime.c
9936         * src/procmsg.c
9937         * src/quote_fmt_parse.y
9938         * src/textview.c
9939         * src/common/quoted-printable.c
9940         * src/common/utils.c
9941         * src/common/utils.h
9942         * src/common/xml.c
9943                 replaced incorrect locale-independent
9944                 ctype functions with GLib's. Corrected
9945                 signedness mismatch.
9946         * src/headerview.c
9947                 headerview_create(): added spacing for vbox.
9948         * src/gtk/about.c
9949                 set focus to the OK button.
9950
9951 2005-08-03 [colin]      1.9.13cvs9
9952
9953         * src/folderview.c
9954                 Fix possible crash
9955
9956 2005-08-02 [colin]      1.9.13cvs8
9957
9958         * src/mainwindow.c
9959                 Fix cast
9960         * src/addressbook.c
9961         * src/addressitem.h
9962                 Fix a cast and more generally, try to make the
9963                 GUI more intuitive and consistent (round 1)
9964
9965 2005-08-02 [paul]       1.9.13cvs7
9966
9967         * src/folder.h
9968                 missing in 1.9.13cvs6
9969
9970 2005-08-02 [colin]      1.9.13cvs6
9971
9972         * src/folder.c
9973                 Fix one more leak
9974
9975 2005-08-02 [colin]      1.9.13cvs5
9976
9977         * src/folder.c
9978         * src/folderview.c
9979         * src/imap.c
9980         * src/main.c
9981         * src/mbox.c
9982         * src/procmsg.c
9983         * src/summaryview.c
9984                 Fix a number of folder_item_get_msg_list()-related
9985                 leaks (missing procmsg_msginfo_free()s)
9986
9987 2005-08-01 [colin]      1.9.13cvs4
9988
9989         * src/folderview.c
9990         * src/folderview.h
9991         * src/mainwindow.c
9992         * src/prefs_fonts.c
9993         * src/prefs_summaries.c
9994         * src/prefs_themes.c
9995         * src/summaryview.c
9996         * src/summaryview.h
9997         * src/textview.c
9998         * src/textview.h
9999                 Fix instant-apply of summary and folderview-related prefs
10000                 Fix erroneous g_free and alertpanels in prefs_theme
10001                 Add instant-apply for fonts
10002                 Defer applying of prefs a little bit so it's done only
10003                 once even if requested by multiples prefs pages
10004
10005 2005-08-01 [paul]       1.9.13cvs3
10006
10007         * src/main.c
10008                 fix bug 776 'S.C. crashes on close'
10009                 thanks to Colin
10010         * src/etpan/etpan-thread-manager-types.h
10011                 add missing include
10012                 thanks to Hoa
10013
10014 2005-07-25 [paul]       1.9.13cvs2
10015
10016         * src/summaryview.c
10017                 fix typos. spotted by Fabien Vantard
10018
10019 2005-07-24 [paul]       1.9.13cvs1
10020
10021         * doc/man/sylpheed.1
10022                 update man page, incorporating fix of
10023                 bug 769 'Typo in manpage'
10024         * src/etpan/imap-thread.c
10025                 fix NetBSD openssl dependencies. patch by
10026                 George Michaelson <ggm@apnic.net>
10027         * po/pt_BR.po
10028                 updated by Frederico Goncalves Guimaraes
10029
10030 2005-07-22 [paul]       1.9.13
10031
10032         1.9.13 release
10033
10034 2005-07-22 [paul]       1.9.12cvs91
10035
10036         * AUTHORS
10037         * INSTALL
10038         * README.claws
10039         * RELEASE_NOTES.claws
10040                 updated for release
10041         * configure.ac
10042         * po/nb.po
10043         * tools/claws.i18n.status.pl
10044                 add Norwegian translation. submiited by
10045                 Geir Helland <pjallabais@users.sourceforge.net>
10046         * po/ca.po
10047         * po/de.po
10048         * po/es.po
10049         * po/fi.po
10050         * po/fr.po
10051         * po/it.po
10052         * po/sk.po
10053         * po/sr.po
10054         * po/zh_CN.po
10055                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10056                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10057                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10058                 Yang Guilong
10059         * src/plugins/clamav/clamav_plugin_gtk.c
10060         * src/plugins/spamassassin/spamassassin_gtk.c
10061                 replace outdated description strings
10062
10063 2005-07-21 [colin]      1.9.12cvs90
10064
10065         * src/folder.c
10066                 Set folder to batch mode when scanning it. Makes deletion
10067                 of unread mails on IMAP much faster (due to the UNREAD 
10068                 flag unsetting)
10069
10070 2005-07-21 [darko]      1.9.12cvs89
10071
10072         * configure.ac
10073                 link against libresolv if necessary (patch by Paul)
10074         * src/msgcache.c
10075                 use glib's portable macros to determine endianness
10076
10077 2005-07-21 [paul]       1.9.12cvs88
10078
10079         * src/crash.c
10080         * src/gtk/about.c
10081                 update compiled-in features list
10082
10083 2005-07-20 [colin]      1.9.12cvs87
10084
10085         * src/folder.c
10086         * src/textview.c
10087                 Gcc 2.9x compilation fixes, thanks to Darko
10088         * src/plugins/clamav/clamav_plugin.c
10089                 Little optimisation: load virus database only once
10090         * src/plugins/spamassassin/spamassassin.c
10091                 Big optimisation: filtering one mail took at least 1 second,
10092                 now it takes at least 50ms. Doesn't speed up spamassassin 
10093                 itself, but should already be much more tolerable.
10094
10095 2005-07-20 [colin]      1.9.12cvs86
10096
10097         * src/summaryview.c
10098                 Fix performance issue
10099
10100 2005-07-19 [colin]      1.9.12cvs85
10101
10102         * src/plugins/pgpinline/plugin.c
10103                 Fix warning
10104
10105 2005-07-19 [colin]      1.9.12cvs84
10106
10107         * configure.ac
10108         * src/plugins/Makefile.am
10109         * src/plugins/pgpinline/.cvsignore
10110         * src/plugins/pgpinline/Makefile.am
10111         * src/plugins/pgpinline/pgpinline.c
10112         * src/plugins/pgpinline/pgpinline.deps
10113         * src/plugins/pgpinline/pgpinline.h
10114         * src/plugins/pgpinline/plugin.c
10115                 Put pgpinline in the main tree
10116
10117 2005-07-19 [paul]       1.9.12cvs83
10118
10119         * src/prefs_actions.c
10120                 prevent '//' in menu names, which cause a crash
10121                 thanks to Colin
10122
10123 2005-07-19 [paul]       1.9.12cvs82
10124
10125         * configure.ac
10126                 be generally more informative in configure output.
10127                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10128                 '[ --disable-openssl ...', as --enable-openssl is default
10129                 PGP/MIME: don't check for GPGME again, check for
10130                 pgpcore instead. Therefore prevent the possibility of
10131                 attempting to build pgpmime if pgpcore dependencies are
10132                 not met
10133                 ClamAV: use pkgconfig to check for lib
10134                 libgnomeprint: revert logic on inner test to match
10135                 everything else
10136         * src/plugins/pgpcore/sgpgme.c
10137                 add missing include
10138
10139 2005-07-19 [colin]      1.9.12cvs81
10140
10141         * src/summaryview.c
10142                 Fix slow thread rebuilding in particular
10143                 cases
10144
10145 2005-07-19 [paul]       1.9.12cvs80
10146
10147         * sylpheed-claws.desktop
10148                 fix typo, spotted by Stephan Sachse
10149         * src/account.c
10150                 replace GTK_STOCK_ADD with
10151                 GTK_STOCK_NEW button
10152
10153 2005-07-18 [colin]      1.9.12cvs79
10154
10155         * src/etpan/imap-thread.c
10156                 Fix return value (Thanks Hoa)
10157
10158 2005-07-18 [colin]      1.9.12cvs78
10159
10160         * src/imap.c
10161                 Allow empty passwords
10162                 Create drafts/queue/outbox if necessary
10163         * src/summaryview.c
10164                 Remove old code
10165         * src/etpan/imap-thread.c
10166                 Fix STARTTLS (Thanks to Hoa)
10167
10168 2005-07-18 [paul]       1.9.12cvs77
10169
10170         * ChangeLog-gtk2.jp
10171         * ChangeLog.jp
10172                 removed
10173         * Makefile.am
10174                 updated to reflect additions and removals
10175         * TODO
10176                 updated to be claws-specific
10177         * TODO-gtk2
10178         * TODO-gtk2.jp
10179         * TODO.jp
10180         * sylpheed-128x128.png
10181         * sylpheed-64x64.png
10182                 removed
10183         * sylpheed-claws-128x128.png
10184         * sylpheed-claws-64x64.png
10185         * sylpheed-claws.desktop
10186         * sylpheed-claws.png
10187                 added
10188         * sylpheed.desktop
10189         * sylpheed.png
10190                 removed
10191
10192 2005-07-17 [paul]       1.9.12cvs76
10193
10194         * src/account.c
10195         * src/addressbook.c
10196         * src/alertpanel.c
10197         * src/alertpanel.h
10198         * src/compose.c
10199         * src/exphtmldlg.c
10200         * src/expldifdlg.c
10201         * src/folderview.c
10202         * src/imap_gtk.c
10203         * src/inc.c
10204         * src/message_search.c
10205         * src/messageview.c
10206         * src/mh_gtk.c
10207         * src/news_gtk.c
10208         * src/prefs_actions.c
10209         * src/prefs_filtering.c
10210         * src/prefs_matcher.c
10211         * src/prefs_template.c
10212         * src/prefs_themes.c
10213         * src/ssl_manager.c
10214         * src/summary_search.c
10215         * src/textview.c
10216         * src/toolbar.c
10217         * src/gtk/sslcertwindow.c
10218         * src/plugins/pgpcore/sgpgme.c
10219                 rework alertpanels
10220
10221 2005-07-17 [colin]      1.9.12cvs75
10222
10223         * src/privacy.c
10224                 add a PrivacySystem accessor that checks that
10225                 the system cached in a MimeInfo's privacydata
10226                 is still registered. Use this accessor instead
10227                 of directly using data->system. Fixes crashes
10228                 after unloading pgp plugins.
10229
10230 2005-07-17 [colin]      1.9.12cvs74
10231
10232         * src/alertpanel.c
10233                 Change geometry hints to a simple default size.
10234                 Fixes the certs dialogs.
10235
10236 2005-07-17 [colin]      1.9.12cvs73
10237
10238         * src/gtk/sslcertwindow.c
10239                 Use a gtkExpander
10240
10241 2005-07-17 [colin]      1.9.12cvs72
10242
10243         * src/plugins/pgpcore/Makefile.am
10244         * src/plugins/pgpmime/Makefile.am
10245                 Add gpgme libs
10246
10247 2005-07-17 [paul]       1.9.12cvs71
10248
10249         * configure.ac
10250                 add --disable-gnomeprint option
10251                 modified version of patch by Marius Mauch
10252
10253 2005-07-17 [paul]       1.9.12cvs70
10254
10255         * src/common/defs.h
10256                 update urls
10257         * src/account.c
10258         * src/action.c
10259         * src/addressbook.c
10260         * src/compose.c
10261         * src/foldersel.c
10262         * src/folderview.c
10263         * src/html.c
10264         * src/imap_gtk.c
10265         * src/main.c
10266         * src/mainwindow.c
10267         * src/messageview.c
10268         * src/mh_gtk.c
10269         * src/mimeview.c
10270         * src/news_gtk.c
10271         * src/prefs_account.c
10272         * src/prefs_send.c
10273         * src/prefs_summaries.c
10274         * src/procmsg.c
10275         * src/summaryview.c
10276         * src/common/utils.c
10277         * src/common/xml.c
10278         * src/plugins/pgpcore/passphrase.c
10279         * src/plugins/pgpcore/select-keys.c
10280                 replace inappropriately used backticks
10281                 with single quotes
10282
10283 2005-07-16 [colin]      1.9.12cvs69
10284
10285         * src/image_viewer.c
10286                 Add extra paranoid checks
10287
10288 2005-07-16 [colin]      1.9.12cvs68
10289
10290         * src/plugins/pgpcore/prefs_gpg.c
10291                 Don't auto-check sigs by default, as it
10292                 can be really slow.
10293
10294 2005-07-16 [colin]      1.9.12cvs67
10295
10296         * src/plugins/pgpcore/sgpgme.c
10297                 Make messages a bit better.
10298
10299 2005-07-16 [colin]      1.9.12cvs66
10300
10301         * src/imap.c
10302                 Remove pseudo-log
10303         * src/etpan/imap-thread.c
10304                 Add real log
10305
10306 2005-07-16 [colin]      1.9.12cvs65
10307
10308         * src/main.c
10309         * src/prefs_other.c
10310                 And now, fix build with libetpan :-/
10311
10312 2005-07-15 [colin]      1.9.12cvs64
10313
10314         * src/prefs_other.c
10315                 Continue fixing build without libetpan.
10316
10317 2005-07-15 [colin]      1.9.12cvs63
10318
10319         * src/main.c
10320                 Fix build with --disable-libetpan
10321
10322 2005-07-15 [colin]      1.9.12cvs62
10323
10324         * configure.ac
10325                 Bump libetpan's version
10326
10327 2005-07-15 [colin]      1.9.12cvs61
10328
10329         * src/etpan/imap-thread.c
10330                 Actually stop logging :)
10331
10332 2005-07-15 [colin]      1.9.12cvs60
10333
10334         * src/addressbook.c
10335                 Fix dnd of multiple addresses.
10336
10337 2005-07-15 [hoa]        1.9.12cvs59
10338
10339         * src/etpan/imap-thread.c
10340             disable login of IMAP password in libetpan log file.
10341
10342 2005-07-15 [paul]       1.9.12cvs58
10343
10344         * src/account.c
10345                 don't automatically sort
10346                 do allow drag n drop
10347
10348 2005-07-15 [paul]       1.9.12cvs57
10349
10350         * src/account.c
10351         * src/ssl_manager.c
10352                 alphabetical listing
10353
10354 2005-07-15 [paul]       1.9.12cvs56
10355
10356         * src/gtk/pluginwindow.c
10357                 sort plugin list alphabetically
10358
10359 2005-07-15 [paul]       1.9.12cvs55
10360
10361         * src/prefs_spelling.c
10362         * src/prefs_wrapping.c
10363                 unify English usage
10364
10365 2005-07-15 [colin]      1.9.12cvs54
10366
10367         * src/wizard.c
10368                 Typo fix
10369
10370 2005-07-15 [paul]       1.9.12cvs53
10371
10372         * src/prefs_message.c
10373                 make 'show cursor' a hidden option
10374
10375 2005-07-14 [colin]      1.9.12cvs52
10376
10377         * src/plugins/spamassassin/Makefile.am
10378         * src/plugins/clamav/Makefile.am
10379                 Fix double EXTRA_DISTs
10380
10381 2005-07-14 [colin]      1.9.12cvs51
10382
10383         * src/plugins/clamav/Makefile.am
10384         * src/plugins/clamav/clamav_plugin_gtk.deps
10385         * src/plugins/spamassassin/Makefile.am
10386         * src/plugins/spamassassin/spamassassin_gtk.deps
10387                 Make $plugin_gtk depend on $plugin
10388
10389 2005-07-14 [hoa]        1.9.12cvs50
10390
10391         * src/etpan/imap-thread.c
10392                 enable debug log of libetpan when running with --debug
10393
10394 2005-07-14 [colin]      1.9.12cvs49
10395
10396         * configure.ac
10397         * src/common/Makefile.am
10398         * src/common/plugin.c
10399         * src/common/plugin.h
10400                 Add a little plugin dependancy system.
10401                 Plugins can ship a $plugin_name.deps file
10402                 (near them in PLUGINDIR) so that their
10403                 dependancies are loaded if possible.
10404         * src/plugins/Makefile.am
10405         * src/plugins/pgpcore/Makefile.am
10406         * src/plugins/pgpcore/passphrase.c
10407         * src/plugins/pgpcore/passphrase.h
10408         * src/plugins/pgpcore/plugin.c
10409         * src/plugins/pgpcore/prefs_gpg.c
10410         * src/plugins/pgpcore/prefs_gpg.h
10411         * src/plugins/pgpcore/select-keys.c
10412         * src/plugins/pgpcore/select-keys.h
10413         * src/plugins/pgpcore/sgpgme.c
10414         * src/plugins/pgpcore/sgpgme.h
10415                 Introduce pgpcore, used by pgpmime and
10416                 pgpinline
10417         * src/plugins/pgpmime/Makefile.am
10418         * src/plugins/pgpmime/passphrase.c
10419         * src/plugins/pgpmime/passphrase.h
10420         * src/plugins/pgpmime/pgpmime.c
10421         * src/plugins/pgpmime/pgpmime.deps
10422         * src/plugins/pgpmime/plugin.c
10423         * src/plugins/pgpmime/prefs_gpg.c
10424         * src/plugins/pgpmime/prefs_gpg.h
10425         * src/plugins/pgpmime/select-keys.c
10426         * src/plugins/pgpmime/select-keys.h
10427         * src/plugins/pgpmime/sgpgme.c
10428         * src/plugins/pgpmime/sgpgme.h
10429                 Remove the core from pgpmime and add the
10430                 dependancy to pgpcore.
10431
10432 2005-07-14 [paul]       1.9.12cvs48
10433
10434         * src/stock_pixmap.c
10435                 forgot this in last commit
10436
10437 2005-07-14 [paul]       1.9.12cvs47
10438
10439         * src/account.c
10440         * src/addressbook.c
10441                 add accelerators for the buttons (sync with main)
10442         * src/compose.c
10443         * src/compose.h
10444                 add accelerators for the buttons.
10445                 fix editing with external editor.
10446                 replace gdk_input_*() with GIOChannel;
10447                 (sync with main)
10448         * src/foldersel.c
10449                 display folder names with new/unread
10450                 representation (sync with main)
10451         * src/main.c
10452                 specify default window icon (sync with main)
10453         * src/prefs_common.c
10454                 use_addr_book default to FALSE
10455         * src/summaryview.c
10456         * src/textview.c
10457                 add accelerators for the buttons (sync with main)
10458         * src/gtk/menu.c
10459                 fix typos
10460         * src/pixmaps/sylpheed_icon.xpm
10461                 updated
10462
10463 2005-07-13 [paul]       1.9.12cvs46
10464
10465         * src/plugins/pgpmime/pgpmime.c
10466         * src/plugins/pgpmime/sgpgme.c
10467                 (temporarily) use deprecated gpgme_data_rewind()
10468                 while largefile support is not present
10469                 (as suggested by Colin)
10470
10471 2005-07-13 [paul]       1.9.12cvs45
10472
10473         * configure.ac
10474                 remove large file support (for now):
10475                 it breaks too many things
10476
10477 2005-07-13 [paul]       1.9.12cvs44
10478
10479         * configure.ac
10480                 add large file support
10481         * src/html.c
10482                 fix bug #763 where href attribute was not
10483                 the very first attribute of a link
10484                 patch by Thomas Gilgin
10485
10486 2005-07-13 [colin]      1.9.12cvs43
10487
10488         * src/gtk/pluginwindow.c
10489                 Little portability fix
10490
10491 2005-07-13 [colin]      1.9.12cvs42
10492
10493         * src/plugins/pgpmime/sgpgme.c
10494                 Fix crasher.
10495
10496 2005-07-13 [colin]      1.9.12cvs41
10497
10498         * src/plugins/pgpmime/pgpmime.c
10499         * src/plugins/pgpmime/sgpgme.c
10500                 Use gpgme_data_release_and_get_mem instead
10501                 of gpgme_data_read.
10502
10503 2005-07-13 [colin]      1.9.12cvs40
10504
10505         * configure.ac
10506         * src/plugins/pgpmime/passphrase.c
10507         * src/plugins/pgpmime/passphrase.h
10508         * src/plugins/pgpmime/pgpmime.c
10509         * src/plugins/pgpmime/plugin.c
10510         * src/plugins/pgpmime/select-keys.c
10511         * src/plugins/pgpmime/select-keys.h
10512         * src/plugins/pgpmime/sgpgme.c
10513         * src/plugins/pgpmime/sgpgme.h
10514                 Port pgpmime to gpgme-1.0.
10515
10516 2005-07-12 [paul]       1.9.12cvs39
10517
10518         * AUTHORS
10519         * src/toolbar.c
10520         * src/toolbar.h
10521                 add a 'Go to Prev' button to the toolbar.
10522                 correct tooltip text of go to buttons.
10523                 based on patch by Yang Guilong <bamanzi@gmail.com>
10524
10525 2005-07-12 [colin]      1.9.12cvs38
10526
10527         * src/statusbar.c
10528                 Fix progress bar showing stuff at startup.
10529
10530 2005-07-12 [paul]       1.9.12cvs37
10531
10532         * src/editjpilot.c
10533                 fix building with jpilot support
10534
10535 2005-07-11 [colin]      1.9.12cvs36
10536
10537         * src/inc.c
10538                 Add visual indication that filtering is running
10539         * src/textview.c
10540                 Make {}[] uri delimiters
10541         * src/summaryview.c
10542                 Remove useless (and slow) calls
10543
10544 2005-07-11 [paul]       1.9.12cvs35
10545
10546         * src/plugins/clamav/clamav_plugin_gtk.c
10547         * src/plugins/dillo_viewer/dillo_prefs.c
10548         * src/plugins/pgpmime/prefs_gpg.c
10549         * src/plugins/spamassassin/spamassassin_gtk.c
10550                 gather plugins prefs together under their
10551                 own 'Plugins' heading
10552
10553 2005-07-11 [paul]       1.9.12cvs34
10554
10555         sync with main
10556
10557         * src/account.c
10558                 account_delete(): modified alert dialog
10559         * src/editjpilot.c
10560         * src/editvcard.c
10561                 fixed a crash when cancelling file selection
10562                 dialog by Escape key. Made non-ascii filename
10563                 selectable.
10564         * src/prefs_template.c
10565                 prefs_template_window_create(): make scrolled
10566                 window policy AUTOMATIC
10567
10568 2005-07-10 [hoa]        1.9.12cvs33
10569
10570         * src/etpan/imap-thread.c
10571                 workaround for old Courier IMAP servers.
10572
10573 2005-07-10 [colin]      1.9.12cvs32
10574
10575         * src/folder.c
10576         * src/statusbar.c
10577         * src/statusbar.h
10578                 Add visual progress indicator on filtering/processing
10579                 Factorize the progress bar code
10580         * src/imap.c
10581         * src/imap.h
10582         * src/etpan/imap-thread.c
10583                 Add a reference counter to avoid destroying the Folder
10584                 while it's in use by another callback.
10585
10586 2005-07-09 [hoa]        1.9.12cvs31
10587
10588         * src/imap.c
10589         * src/etpan/imap-thread.c
10590                 fixed deadlock when removing IMAP account.
10591
10592 2005-07-08 [colin]      1.9.12cvs30
10593
10594         * src/textview.c
10595         * src/unmime.c
10596                 Fix again problems decoding broken headers
10597         * src/gtk/inputdialog.c
10598                 Fix local variable shadowing a global one
10599
10600 2005-07-08 [colin]      1.9.12cvs29
10601
10602         * src/msgcache.c
10603                 Make the cache/mark files platform-agnostic by writing
10604                 them in little-endian format. Reading them is also done
10605                 in little-endian format, of course; however, in order
10606                 to avoid trashing mark data on big-endian machines, the
10607                 files are, at first, read from the native format if the
10608                 little-endian one doesn't exist. This is easy to deter-
10609                 mine by trying to open a file with a swapped data_ver
10610                 and seeing if it's the wanted version.
10611                 Little-endian using users should see absolutely no
10612                 difference, Big-endian users may get a very little
10613                 performance drop due to byte-swapping.
10614                 Tested on i386 and ppc32. 
10615                 Fixes bug #159 (The index file, in the mailboxes, is 
10616                 hardware depending).
10617
10618                 To have the cache/mark files updated to the new little-
10619                 endian format, "Check for new messages" or even
10620                 "Rebuild folder tree" aren't enough. Files will be
10621                 updated as soon as a folder has been opened/closed.
10622                 To update everything, just select all folders by
10623                 selecting them one by one.
10624
10625 2005-07-07 [colin]      1.9.12cvs28
10626
10627         * src/imap.c
10628                 Remember the folder separator per IMAPFolder
10629                 instead of globally.
10630                 Revive the Session on noop; fixes bug #761
10631                 (mark a bunch of unread messages as read takes 
10632                 forever)
10633
10634 2005-07-07 [darko]      1.9.12cvs27
10635
10636         * src/common/template.c
10637                 Sort templates alphabetically
10638
10639 2005-07-06 [colin]      1.9.12cvs26
10640
10641         * src/imap.c
10642                 Try to use the correct separator in
10643                 most cases. Possibly fixes bug #759
10644                 (only creates the INBOX folder when 
10645                 setting up new IMAP account) and 
10646                 bug #760 (Can't retrieve messages)
10647
10648 2005-07-06 [colin]      1.9.12cvs25
10649
10650         * src/imap.c
10651                 Use real_path in status command. This will
10652                 help later, when namespaces will be used.
10653
10654 2005-07-06 [colin]      1.9.12cvs24
10655
10656         * configure.ac
10657         * src/account.c
10658         * src/folder.c
10659         * src/imap.c
10660         * src/etpan/etpan-log.c
10661         * src/etpan/etpan-thread-manager.c
10662         * src/etpan/imap-thread.c
10663                 Add a --disable-libetpan parameter. With this,
10664                 users that don't want IMAP4 support can avoid
10665                 the new dependancy (and have no IMAP support).
10666                 Users that have IMAP4 accounts and use this
10667                 parameter won't lose their configuration, their
10668                 IMAP accounts will just be invisible and not
10669                 used.
10670         * src/textview.c
10671                 Make the "Copy ..." contextual menu items 
10672                 copy to both the X clipboard and the gtk 
10673                 clipboard - as most other apps do.
10674         * src/gtk/about.c
10675                 Add a notice about OpenSSL usage, in order to
10676                 comply with OpenSSL's license (point 6):
10677                 http://www.openssl.org/source/license.html
10678
10679 2005-07-06 [colin]      1.9.12cvs23
10680
10681         * src/alertpanel.c
10682                 Fix a minimum size for alertpanels
10683         * src/compose.c
10684                 Show 'No space left on device' type errors
10685                 when queuing/sending
10686         * src/imap_gtk.c
10687         * src/mh_gtk.c
10688                 Rework folder's deletion message (remove 
10689                 extra \n)
10690
10691 2005-07-05 [colin]      1.9.12cvs22
10692
10693         * src/imap.c
10694                 Add an alertpanel on auth error
10695                 Add pseudo-log
10696                 Remove pthread-related stuff
10697
10698 2005-07-05 [colin]      1.9.12cvs21
10699
10700         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10701                 Fix crash on plugin reloading (with a hack)
10702
10703 2005-07-05 [colin]      1.9.12cvs20
10704
10705         * src/prefs_account.c
10706         * src/prefs_account.h
10707                 Fix typo
10708         * src/gtk/filesel.c
10709         * src/gtk/filesel.h
10710                 Add a way to filter the view
10711         * src/gtk/pluginwindow.c
10712                 Filter loadable stuff
10713         * src/plugins/pgpmime/prefs_gpg.c
10714                 Fix missing unregistration
10715         * .cvsignore
10716         * src/etpan/.cvsignore
10717         * src/plugins/spamassassin/.cvsignore
10718                 Add more stuff to cvs ignored files
10719
10720 2005-07-04 [colin]      1.9.12cvs19
10721
10722         * src/imap.c
10723                 Fix scan_required returning FALSE when it
10724                 shouldn't. Maybe fix #760 (Can't retrieve
10725                 messages)
10726
10727 2005-07-04 [colin]      1.9.12cvs18
10728
10729         * src/summaryview.c
10730                 Fix always_show_msg pref
10731
10732 2005-07-04 [paul]       1.9.12cvs17
10733
10734         sync with main (forgotten in last commit)
10735         
10736         * src/common/utils.c
10737         * src/common/utils.h
10738                 check_line_length(): new.
10739                 is_dir_exist()
10740                 is_file_entry_exist()
10741                 dirent_is_regular_file()
10742                 dirent_is_directory(): use g_file_test() instead of stat().
10743
10744 2005-07-04 [paul]       1.9.12cvs16
10745
10746         sync with main:
10747
10748         * src/compose.c
10749                 compose_write_to_file(): check for line
10750                 length limit and display warning if exceeds
10751         * src/jpilot.c
10752                 use get_home_dir() instead of g_get_home_dir()
10753         * src/procheader.c
10754                 removed warning about invalid date
10755         * src/vcard.c
10756                 use get_home_dir() instead of g_get_home_dir()
10757
10758 2005-07-04 [paul]       1.9.12cvs15
10759
10760         * src/stock_pixmap.c
10761                 fix new pixmap naming errors
10762                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10763
10764 2005-07-04 [colin]      1.9.12cvs14
10765
10766         * src/imap.c
10767                 Fix debugging string with a warning
10768
10769 2005-07-04 [colin]      1.9.12cvs13
10770
10771         * configure.ac
10772                 Add a check for libetpan's version (>= 0.37)
10773
10774 2005-07-04 [hoa]        1.9.12cvs12
10775
10776         * commitHelper
10777         * src/imap.c
10778         * src/etpan/imap-thread.c
10779         * src/etpan/imap-thread.h
10780                 fixed IMAP implementation of check of mails.
10781
10782 2005-07-03 [hoa]        1.9.12cvs11
10783
10784         * src/etpan/Makefile.am
10785         * src/etpan/etpan-errors.h
10786         * src/etpan/etpan-log.[ch]
10787         * src/etpan/etpan-thread-manager-types.h
10788         * src/etpan/etpan-thread-manager.[ch]
10789         * src/etpan/imap-thread.[ch]
10790         * src/Makefile.am
10791         * src/imap.c
10792         * src/main.c
10793         * src/prefs_other.c
10794         * configure.ac
10795             merged imap branch.
10796             dependency on libetpan 0.37 is now added.
10797
10798 2005-07-01 [colin]      1.9.12cvs10
10799
10800         * src/Makefile.am
10801         * src/folder.c
10802         * src/folder.h
10803         * src/folderview.c
10804         * src/stock_pixmap.c
10805         * src/stock_pixmap.h
10806         * src/plugins/trayicon/trayicon.c
10807                 Add marked symbol on folders containing
10808                 marked messages
10809         * src/procmsg.c
10810         * src/procmsg.h
10811         * src/toolbar.c
10812         * src/prefs_common.c
10813         * src/prefs_common.h
10814         * src/prefs_send.c
10815                 Add an optional confirmation dialog on queue
10816                 sending. Patch by wwp.
10817         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10818         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10819         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10820         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10821         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10822         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10823         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10824         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10825         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10826         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10827         * src/pixmaps/trash_mark.xpm            ** ADDED **
10828                 New pixmaps
10829
10830 2005-07-01 [colin]      1.9.12cvs9
10831
10832         * src/summaryview.c
10833                 Fix a little threading bug
10834         * src/addrgather.c
10835         * src/mainwindow.c
10836                 A little bit of HIG normality never hurts
10837
10838 2005-07-01 [colin]      1.9.12cvs8
10839
10840         * src/compose.c
10841         * src/msgcache.c
10842         * src/pop.c
10843         * src/procmime.c
10844         * src/recv.c
10845         * src/common/log.c
10846         * src/common/template.c
10847         * src/common/utils.c
10848         * src/common/utils.h
10849                 Reverted the fwrite_atomic stuff. In fact
10850                 it is already atomic.
10851
10852 2005-06-30 [colin]      1.9.12cvs7
10853
10854         * src/common/utils.c
10855         * src/common/utils.h
10856                 Add an fwrite_atomic() function to make
10857                 sure we write everything: fwrite can make
10858                 short writes.
10859         * src/compose.c
10860         * src/msgcache.c
10861         * src/pop.c
10862         * src/procmime.c
10863         * src/recv.c
10864         * src/common/log.c
10865         * src/common/template.c
10866                 Use that (and fix swapping of size and nmemb).
10867                 Thanks to Rich Coe for the heads up.
10868
10869 2005-06-30 [colin]      1.9.12cvs6
10870
10871         * src/addressbook.c
10872                 Optimize addressbook opening 
10873
10874 2005-06-30 [colin]      1.9.12cvs5
10875
10876         * src/summaryview.c
10877                 Remove calls to summary_step after move/copy
10878
10879 2005-06-28 [paul]       1.9.12cvs4
10880
10881         * src/alertpanel.c
10882                 wrap and make the error msg selectable
10883
10884 2005-06-28 [paul]       1.9.12cvs3
10885
10886         * src/ssl_manager.c
10887                 replace the OK button with a Close button
10888         * src/gtk/foldersort.c
10889                 use GTK_STOCK_ icons/buttons
10890
10891 2005-06-28 [colin]      1.9.12cvs2
10892
10893         * src/gedit-print.c             ** ADDED **
10894         * src/gedit-print.h             ** ADDED **
10895         * src/gtk/gtksourceprintjob.c   ** ADDED **
10896         * src/gtk/gtksourceprintjob.h   ** ADDED **
10897                 I can't believe no one had enough time to tell
10898                 me I forgot the `cvs add`
10899
10900 2005-06-27 [colin]      1.9.12cvs1
10901
10902         * src/Makefile.am
10903         * src/gtk/Makefile.am
10904         * src/messageview.c
10905         * src/procmsg.c
10906         * src/summaryview.c
10907         * configure.ac
10908                 Add optional libgnomeprint-based printing
10909         * src/mainwindow.c
10910         * src/gtk/quicksearch.c
10911                 Add an Edit/Quick search menu item to show
10912                 and focus the quicksearch
10913
10914 2005-06-27 [paul]       1.9.12
10915
10916         1.9.12 release
10917
10918         * po/ca.po
10919         * po/de.po
10920         * po/es.po
10921         * po/fr.po
10922         * po/it.po
10923         * po/ko.po
10924         * po/pt_BR.po
10925         * po/sk.po
10926         * po/zh_CN.po
10927                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10928                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
10929                 SungHyun Nam, Frederico Goncalves Guimaraes,
10930                 Andrej Kacian, and Yang Guilong
10931 2005-06-26 [colin]      1.9.11cvs106
10932
10933         * src/imap_gtk.c
10934                 Forgot one file for previous fix
10935
10936 2005-06-26 [colin]      1.9.11cvs105
10937
10938         * src/folder.c
10939         * src/imap.c
10940                 Fix problems with folder operations in no_select
10941                 imap folders. it applies only to mails, and 
10942                 creation/deletion/move/renaming of folders 
10943                 should be possible
10944
10945 2005-06-26 [paul]       1.9.11cvs104
10946
10947         * src/prefs_filtering.c
10948                 replace one more GTK_STOCK_REMOVE
10949                 with GTK_STOCK_DELETE
10950
10951 2005-06-25 [colin]      1.9.11cvs103
10952
10953         * src/imap.c
10954                 Optimize get_seq_set_from_seq_list
10955                 (Patch by Ricardo) 
10956
10957 2005-06-25 [colin]      1.9.11cvs102
10958
10959         * src/mh.c
10960                 If the directory exists, but not in the
10961                 correct encoding, rename it. This should
10962                 handle old-versions-induced bugs.
10963
10964 2005-06-25 [colin]      1.9.11cvs101
10965
10966         * src/mh.c
10967                 Fix path access with extended dir names
10968                 Fixes bug #589 (SC segfaults with wrong locale
10969                 settings)
10970
10971 2005-06-25 [colin]      1.9.11cvs100
10972
10973         * src/prefs_account.c
10974         * src/prefs_account.h
10975         * src/compose.c
10976                 Add an option to encrypt replies to
10977                 encrypted messages
10978
10979 2005-06-25 [colin]      1.9.11cvs99
10980
10981         * src/compose.c
10982         * src/quote_fmt_parse.y
10983                 ... And make it work with pgpinline.
10984
10985 2005-06-25 [colin]      1.9.11cvs98
10986
10987         * src/compose.c
10988         * src/procmime.c
10989         * src/procmime.h
10990         * src/quote_fmt_parse.y
10991                 o Make reedition of encrypted messages possible
10992                   (as long as it is encrypted to self too, no
10993                    magic there)
10994                 o Make replying with quote (and without selecting
10995                   text) possible for encrypted messages.
10996                 Closes bug #550 (Not possible to "reply with quote"
10997                 to gnupg encrypted messages)
10998
10999 2005-06-24 [paul]       1.9.11cvs97
11000
11001         * src/imap.c
11002                 add missing include
11003
11004 2005-06-24 [paul]       1.9.11cvs96
11005
11006         * src/editldap.c
11007                 made bind password entry invisible
11008                 (sync with main)
11009         * src/send_message.c
11010                 send_message_local(): check exit status
11011                 to detect errors (sync with main)
11012         * src/textview.c
11013                 use main's less ambiguous popup menu
11014                 wording
11015
11016 2005-06-24 [paul]       1.9.11cvs95
11017
11018         * src/prefs_actions.c
11019         * src/prefs_customheader.c
11020         * src/prefs_display_header.c
11021         * src/prefs_filtering_action.c
11022         * src/prefs_matcher.c
11023         * src/prefs_template.c
11024         * src/prefs_toolbar.c
11025                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11026         * src/gtk/description_window.c
11027                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11028
11029 2005-06-23 [colin]      1.9.11cvs94
11030
11031         * src/summaryview.c
11032                 Fix rough edges (be sure to call status_show whenever
11033                 necessary).
11034
11035 2005-06-23 [colin]      1.9.11cvs93
11036
11037         * src/summaryview.c
11038                 Optimize Select All
11039                 Before, in a 5K mails folder: 11s
11040                 After, in the same folder: 58000µs
11041                 The joys of locking... gtk_clist_select_all() fires a 
11042                 tree-select-row event for each selected row, which in 
11043                 summaryview, callbacks summary_selected which in turn,
11044                 calls summary_status_show, which walks the selected
11045                 rows. Hence, calling gtk_clist_select_all was 
11046                 exponential. Locking the summaryview makes 
11047                 summary_selected return early.
11048
11049 2005-06-23 [colin]      1.9.11cvs92
11050
11051         * src/imap.c
11052                 Move mutex at the important place to avoid
11053                 deadlocks
11054         * src/summaryview.c
11055                 Fix Del key deleting directly instead of
11056                 moving to trash
11057
11058 2005-06-22 [colin]      1.9.11cvs91
11059
11060         * src/plugins/spamassassin/libspamc.c
11061                 As we do spagetti code with assignations in multiple
11062                 places (see _message_read_raw where out = msg = raw),
11063                 let's be sure we don't free the same pointer twice.
11064                 Should fix bug #683 (Crash in libpam at 
11065                 message_cleanup).
11066
11067 2005-06-22 [colin]      1.9.11cvs90
11068
11069         * src/compose.c
11070         * src/messageview.c
11071         * src/toolbar.c
11072                 Make toolbar's delete use the move to trash stuff;
11073                 Add gtk_widget_realize to be sure pixmaps can get
11074                 created (that may fix an old worksforme bug which
11075                 I can't find back...)
11076
11077 2005-06-22 [colin]      1.9.11cvs89
11078
11079         * src/summaryview.c
11080         * src/summaryview.h
11081         * src/mainwindow.c
11082                 Rename "Message/Delete" to "Message/Move to trash"
11083                 Add "Message/Delete..." that directly destroys the
11084                 selected messages after asking for a confirmation.
11085
11086 2005-06-22 [colin]      1.9.11cvs88
11087
11088         * src/imap.c
11089                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11090                 o Fix a deadlock (thanks Darko)
11091
11092 2005-06-22 [colin]      1.9.11cvs87
11093
11094         * src/gtk/foldersort.c
11095                 Add missing include for the i18n;
11096                 patch by Fabien Vantard
11097
11098 2005-06-21 [colin]      1.9.11cvs86
11099
11100         * src/folder.c
11101         * src/folderview.c
11102                 Respect the no_select flag
11103         * src/imap.c
11104                 Fix recursive deletion
11105         * src/imap_gtk.c
11106         * src/mh_gtk.c
11107                 Make the folder deletion's warning
11108                 more explicit
11109
11110 2005-06-21 [colin]      1.9.11cvs85
11111
11112         * src/textview.c
11113                 Prevent email addresses from spanning accross
11114                 lines - fixes bug # 646 (newline-chars in 
11115                 email addresses)
11116
11117 2005-06-20 [colin]      1.9.11cvs84
11118
11119         * src/folder.c
11120                 Be sure not to remove source if copy failed
11121
11122 2005-06-20 [colin]      1.9.11cvs83
11123
11124         * src/folderview.c
11125         * src/imap_gtk.c
11126                 remove summaryview's lock
11127         * src/imap.c
11128                 introduce threads to avoid problems when foreground tasks
11129                 interfere with background tasks
11130         * src/mh.c
11131                 prevent moving to drafts/queue
11132         * src/mimeview.c
11133                 fix leak
11134
11135 2005-06-19 [colin]      1.9.11cvs82
11136
11137         * src/imap_gtk.c
11138                 Remember that the user doesn't want to override
11139                 offline mode, for 3 seconds. It avoid presenting
11140                 him with N popups in a really short time.
11141
11142 2005-06-17 [colin]      1.9.11cvs81
11143
11144         * src/imap.c
11145                 Fix IMAP breaking on folders containing '('
11146                 (Probably won't be enough)
11147
11148 2005-06-17 [colin]      1.9.11cvs80
11149
11150         Forgotten files on 1.9.11cvs79
11151         * src/summaryview.c
11152                 Fix stepping when not immediately executing
11153         * src/imap.c
11154                 Really prevent UID FETCH 0
11155         * src/codeconv.c
11156                 Fix outgoing charset never set to utf-8
11157         * src/mh.c
11158                 Fix leak
11159
11160 2005-06-16 [colin]      1.9.11cvs79
11161
11162         * src/compose.c
11163                 Fix bug #707 (Dash splits rows)
11164                 Only wrap if we're on a line break position and
11165                 the previous one was a "white" (space) char.
11166                 Pango stuff is weird.
11167
11168 2005-06-16 [colin]      1.9.11cvs78
11169
11170         * src/imap_gtk.c
11171                 Lock summaryview while downloading messages
11172                 on user demand
11173         * src/procheader.c
11174         * src/unmime.c
11175         * src/common/utils.c
11176         * src/common/utils.h
11177                 Replace \r and \n with spaces in From and
11178                 Subject headers
11179
11180 2005-06-16 [paul]       1.9.11cvs77
11181
11182         * src/procmime.c
11183                 liberalise the mime parser
11184         * src/gtk/about.c
11185                 add text wrapping
11186
11187 2005-06-16 [paul]       1.9.11cvs76
11188
11189         * src/gtk/about.c
11190                 reworked
11191
11192 2005-06-15 [colin]      1.9.11cvs75
11193
11194         * src/compose.c
11195                 Finish header encoding fix
11196         * src/summaryview.c
11197                 Fix segfault
11198         * src/headerview.c
11199                 Fix compilation (Thanks Stephan
11200                 Sachse)
11201
11202 2005-06-15 [colin]      1.9.11cvs74
11203
11204         * Makefile.am
11205                 Install gnome2 stuff rather than gnome1, 
11206                 if both are present
11207         * src/codeconv.c
11208         * src/codeconv.h
11209         * src/compose.c
11210                 Fix headers encoding
11211         * src/folder.c
11212                 Visual progress when fetching all messages
11213         * src/folderview.c
11214         * src/summaryview.c
11215         * src/summaryview.h
11216                 Prevent changing current message while
11217                 incorporating
11218
11219 2005-06-15 [paul]       1.9.11cvs73
11220
11221         * src/gtk/gtkaspell.c
11222         * src/gtk/gtkaspell.h
11223                 fix build warnings
11224
11225 2005-06-15 [paul]       1.9.11cvs72
11226
11227         * src/prefs_filtering.c
11228                 allow reordering of filter rules by
11229                 drag n drop
11230
11231 2005-06-15 [paul]       1.9.11cvs71
11232
11233         * COPYING
11234                 updated
11235         * src/codeconv.c
11236                 replace deprecated function
11237         * src/inc.c
11238         * src/send_message.c
11239         * src/gtk/progressdialog.c
11240         * src/gtk/progressdialog.h
11241                 salvage and reuse parts of reverted sync
11242
11243 2005-06-15 [paul]       1.9.11cvs70
11244
11245         * src/inc.c
11246         * src/send_message.c
11247         * src/gtk/progressdialog.c
11248         * src/gtk/progressdialog.h
11249                 revert yesterday's sync with main
11250                 it contains deprecated functions
11251
11252 2005-06-15 [colin]      1.9.11cvs69
11253
11254         * src/headerview.c
11255                 Fix bug #670 (multi user to: will corrupt message 
11256                 headers display)
11257
11258 2005-06-15 [colin]      1.9.11cvs68
11259
11260         * src/compose.c
11261                 Fix bug #421 (Fix undo on wrapping)
11262
11263 2005-06-15 [colin]      1.9.11cvs67
11264
11265         * src/folder.c
11266                 Provide visual feedback while processing
11267                 folder's rules.
11268         * src/imap.c
11269                 Provide visual feedback while getting
11270                 short headers (for uncached messages)
11271
11272
11273 2005-06-14 [paul]       1.9.11cvs66
11274
11275         * src/account.c
11276                 change a couple stock icons
11277         * src/inc.c
11278         * src/send_message.c
11279         * src/gtk/progressdialog.c
11280         * src/gtk/progressdialog.h
11281                 sync main's GtkTreeView implementation
11282
11283 2005-06-14 [colin]      1.9.11cvs65
11284
11285         * src/imap.c
11286                 Various little fixes, mainly on error paths
11287
11288 2005-06-13 [colin]      1.9.11cvs64
11289
11290         * matcher.c
11291         * procmsg.c
11292         * procmsg.h
11293                 Add a way to fetch only headers. This speeds
11294                 up filtering on headers for IMAP. Fixes:
11295                 bug #481 extraneous imap commands slow down 
11296                         imap filtering
11297                 bug #522 Sylpheed downloads all messages 
11298                         when opening mailbox (IMAP)
11299                 bug #677 IMAP fetch is soooooooooooooo slow
11300         * src/folder.c
11301         * src/folder.h
11302                 Add a folder set_batch method so that
11303                 implementations can speed up flags changes
11304         * src/folderutils.c
11305         * src/summaryview.c
11306                 Use that in mark as (un)read and mark all read
11307                 Refix bug #679
11308         * src/imap.c
11309                 Implement set_batch - brings back deferred
11310                 flags in a less buggy manner. Fixes:
11311                 bug #729 IMAP immediate expunge of deleted messages
11312                 bug #191 remove list of messages with one command
11313                 Fix login with strange chars
11314                 Implement fetch_msg_full
11315                 Fix copy (wrong counts)
11316
11317 2005-06-12 [colin]      1.9.11cvs63
11318
11319         * src/folder.c
11320                 lock incorporation during long operations.
11321                 Avoids fucking up the IMAP socket.
11322
11323 2005-06-12 [colin]      1.9.11cvs62
11324
11325         * src/imap.c
11326                 Fix harmful typo
11327                 Factorize remove_all_msg
11328                 Thread-ize expunge
11329         * src/summaryview.c
11330                 Don't update partial-download status if unnecessary
11331         * src/folder.c
11332                 Use remove_msgs everywhere possible
11333
11334 2005-06-12 [colin]      1.9.11cvs61
11335
11336         * src/folder.c
11337         * src/folder.h
11338                 Add a remove_msgs function to remove a 
11339                 list of messages
11340         * src/imap.c
11341                 Implement that.
11342
11343 2005-06-12 [colin]      1.9.11cvs60
11344
11345         * src/imap.c
11346                 Remove flags-processing deferring... Too hard
11347                 to get it to work in all cases.
11348
11349 2005-06-11 [colin]      1.9.11cvs59
11350
11351         * src/imap.c
11352                 printf -> debug_print
11353
11354 2005-06-11 [colin]      1.9.11cvs58
11355
11356         * src/imap.c
11357                 o Fix build without USE_PTHREAD
11358                 o Factorize imap_open
11359                 o Alertpanel in case of impossible connection
11360                 o Alertpanel in case of impossible login
11361                 o Fix deferred flags processing to force a 
11362                   flush before adding some more flags to process,
11363                   but in another folder.
11364
11365 2005-06-10 [colin]      1.9.11cvs57
11366
11367         * src/imap.c
11368                 o Fix a format string error
11369                 o init ssl socket outside of the thread 
11370                   (it possibly invokes gtk calls)
11371         * src/procmime.c
11372                 o Put back the buffer to its necessary size
11373                 o Fix changing a file pointer without keeping
11374                   track of it (thanks Valgrind)
11375         * src/common/smtp.c
11376                 o Fix automatic STARTTLS if login should be done
11377                   and the server only allows it after starting TLS
11378         * src/gtk/gtkinputdialog.c
11379                 o Eat GDK_Return so that the combo popup doesn't 
11380                   appear when we press Enter to validate the combo
11381                   input dialog (as seen in the Open with... dialog)
11382
11383 2005-06-10 [colin]      1.9.11cvs56
11384
11385         * src/imap.c
11386                 o A bit less debug
11387                 o Fix a crash on deletion
11388                 o Threadize imap_select (it's called outside of 
11389                   threads)
11390                 o Defer treatment of DELETED flags
11391
11392
11393 2005-06-09 [colin]      1.9.11cvs55
11394
11395         * src/imap.c
11396                 Make sure we check imap_gtk_should_override(), which
11397                 potentially calls gtk stuff, before creating thread.
11398                 That way it should't be called via imap_get_session()
11399                 inside a thread.
11400
11401 2005-06-09 [colin]      1.9.11cvs54
11402
11403         * src/imap.c
11404                 o add a bit of status output
11405                 o remove some dead code
11406                 o threadize get_list_of_uids
11407                 o threadize imap_get_flags
11408                 o defer flag changing by 500ms so that they
11409                   can be batched
11410
11411
11412 2005-06-08 [colin]      1.9.11cvs53
11413
11414         * src/imap.c
11415                 Thread-ize imap_cmd_fetch
11416
11417 2005-06-08 [colin]      1.9.11cvs52
11418
11419         * src/main.c
11420                 Mmh, that broke POP3...
11421
11422 2005-06-08 [colin]      1.9.11cvs51
11423
11424         * src/main.c
11425                 Stabilize IMAP patch (thanks to Hoa)
11426
11427 2005-06-08 [colin]      1.9.11cvs50
11428
11429         * src/imap.c
11430                 Test patch to speed up imap. 
11431
11432 2005-06-08 [colin]      1.9.11cvs49
11433
11434         * src/imap_gtk.c
11435                 Warning fix
11436         * src/procmime.c
11437                 Apply patch from gentoo to use /usr/share/mime/globs if 
11438                 available, after un-breaking it
11439         * src/common/log.c
11440         * src/common/log.h
11441                 Use g_timeout for invoking hooks that possibly use gtk
11442                 calls. This should leave gtk calls in the main thread.
11443
11444 2005-06-08 [paul]       1.9.11cvs48
11445
11446         * src/codeconv.c
11447                 conv_get_outgoing_charset_str(): don't
11448                 use prefs_common setting
11449         * src/compose.c
11450         * src/compose.h
11451                 add /Options/Character encoding/... to
11452                 temporarily change the outgoing encoding
11453
11454         (belated sync with main)
11455
11456 2005-06-08 [paul]       1.9.11cvs47
11457
11458         * src/compose.c
11459                 correction to/completion of last
11460                 sync with main
11461
11462 2005-06-08 [paul]       1.9.11cvs46
11463
11464         sync with main:
11465         
11466         * src/codeconv.c
11467         * src/codeconv.h
11468                 always enabled Japanese auto-detection
11469                 if the first letters of locale string
11470                 is "ja"
11471         * src/compose.c
11472                 don't use "destroy" signal to destroy
11473                 Compose object (fix rare crashes on discard?)
11474         * src/mainwindow.c
11475         * src/messageview.c
11476         * src/prefs_send.c
11477                 added Hebrew encodings
11478         * src/sourcewindow.c
11479                 don't use "destroy" signal to destroy
11480                 objects
11481
11482 2005-06-07 [colin]      1.9.11cvs45
11483
11484         * src/summaryview.c
11485                 Add missing unlocks/locks
11486
11487 2005-06-07 [paul]       1.9.11cvs44
11488
11489         * src/summaryview.c
11490                 restore bug #749 fix
11491
11492 2005-06-06 [colin]      1.9.11cvs43
11493
11494         * src/summaryview.c
11495                 Fix selection bug when prefs_common.open_unread 
11496                 is FALSE
11497
11498 2005-06-06 [colin]      1.9.11cvs42
11499
11500         * src/common/md5.c
11501                 Fix a warning
11502         * src/summaryview.c
11503         * src/folderview.c
11504                 Factorize long operations beginning and end
11505                 (locking, freezing/thawing, cursor, ...)
11506                 Check selection->data member in selection-
11507                 related loops; this avoids dying an awful
11508                 death if the selection changes on us while
11509                 we're marking a whole IMAP folder unread, 
11510                 for example.
11511
11512 2005-06-06 [paul]       1.9.11cvs41
11513
11514         * src/textview.c
11515                 don't g_free() a static gchar buffer
11516
11517 2005-06-05 [colin]      1.9.11cvs40
11518
11519         * src/mainwindow.c
11520         * src/messageview.c
11521         * src/summaryview.c
11522                 Fix bug #749 (Show all headers should be
11523                 sticky as the GUI suggests)
11524
11525 2005-06-03 [paul]       1.9.11cvs39
11526
11527         * src/compose.c
11528                 don't allow editing of mail while sending.
11529                 patch by Colin
11530
11531 2005-06-03 [paul]       1.9.11cvs38
11532
11533         * src/folderview.c
11534                 add a freeze/thaw to speed up 'mark all read'
11535
11536 2005-06-03 [paul]       1.9.11cvs37
11537
11538         * src/prefs_message.c
11539                 reflect changes immediately
11540
11541 2005-06-02 [colin]      1.9.11cvs36
11542
11543         * po/POTFILES.in
11544                 Patch by Fabien Vantard.
11545
11546 2005-06-02 [colin]      1.9.11cvs35
11547
11548         * src/imap.c
11549                 Use a non-blocking imap_getline() if possible.
11550                 This should completely prevent the interface
11551                 from freezin on imap operations, although it
11552                 may do strange stuff in case of folder switching
11553                 while a big imap operation is taking place...
11554
11555                 In addition, fix a leak in the case thread
11556                 creation fails on connection.
11557
11558 2005-06-02 [colin]      1.9.11cvs34
11559
11560         * src/crash.c
11561         * src/prefs_common.h
11562                 Fix build (prefs_common_init() doesn't exist
11563                 anymore)
11564
11565 2005-06-02 [colin]      1.9.11cvs33
11566
11567         * src/prefs_account.c
11568                 Fix bug #245 (filtering rules broken when
11569                 renaming a remote account (imap4 or nntp)
11570
11571 2005-06-02 [colin]      1.9.11cvs32
11572
11573         * src/imap.c
11574                 Try to fix IMAP shortcomings: 
11575                 o Multithread imap_open()
11576                 o allow offline-mode overriding instead of
11577                   just returning NULL
11578         * src/imap_gtk.c
11579         * src/imap_gtk.h
11580                 Add a function to ask whether we want to
11581                 override offline-mode for 10 minutes (one-shot
11582                 asking was painful)
11583         * src/procheader.c
11584                 Fix segfault when imap parser isn't happy about
11585                 a missing {
11586
11587 2005-06-01 [colin]      1.9.11cvs31
11588
11589         * src/addrharvest.c
11590         * src/compose.c
11591         * src/mbox.c
11592         * src/mbox.h
11593         * src/mh.c
11594         * src/msgcache.c
11595         * src/send_message.c
11596         * src/setup.c
11597         * src/undo.c
11598         * src/common/hooks.c
11599         * src/common/prefs.c
11600         * src/common/template.c
11601         * src/common/utils.c
11602         * src/gtk/gtkutils.c
11603         * src/gtk/inputdialog.c
11604         * src/gtk/menu.c
11605         * src/gtk/pluginwindow.c
11606         * src/gtk/prefswindow.c
11607         * src/plugins/pgpmime/passphrase.c
11608         * src/plugins/pgpmime/prefs_gpg.c
11609                 More -Wall fixes
11610
11611         * src/common/Makefile.am
11612         * src/common/timing.h
11613                 Add basic timing code
11614
11615         * src/summaryview.c
11616                 Fix a bug with unread messages when 
11617                 re-sorting folders, and by the way
11618                 fix a big performance hit when 
11619                 re-sorting (10k mails: before 5s,
11620                 after .5s)
11621
11622         * src/prefs_compose_writing.c
11623         * src/prefs_compose_writing.h
11624         * src/prefs_message.c
11625         * src/prefs_message.h
11626         * src/prefs_other.c
11627         * src/prefs_other.h
11628         * src/prefs_quote.c
11629         * src/prefs_quote.h
11630         * src/prefs_receive.c
11631         * src/prefs_receive.h
11632         * src/prefs_send.c
11633         * src/prefs_send.h
11634         * src/prefs_summaries.c
11635         * src/prefs_summaries.h
11636                 Fix copyright banner
11637
11638 2005-06-01 [paul]       1.9.11cvs30
11639
11640         * po/fi.po
11641                 updated by Flammie Pirinen
11642         * src/procmime.c
11643                 fix 'Bad BASE64 content' output
11644
11645 2005-05-31 [colin]      1.9.11cvs29
11646
11647         * src/procmime.c
11648                 Oops, where did my hunk go.
11649
11650 2005-05-31 [colin]      1.9.11cvs28
11651
11652         * src/Makefile.am
11653         * src/account.c
11654         * src/action.c
11655         * src/addr_compl.c
11656         * src/addressbook.c
11657         * src/codeconv.c
11658         * src/compose.c
11659         * src/export.c
11660         * src/folder.c
11661         * src/folderview.c
11662         * src/image_viewer.c
11663         * src/main.c
11664         * src/mainwindow.c
11665         * src/messageview.c
11666         * src/mimeview.c
11667         * src/msgcache.c
11668         * src/prefs_account.c
11669         * src/prefs_actions.c
11670         * src/prefs_common.c
11671         * src/prefs_compose_writing.c
11672         * src/prefs_customheader.c
11673         * src/prefs_ext_prog.c
11674         * src/prefs_filtering.c
11675         * src/prefs_filtering_action.c
11676         * src/prefs_fonts.c
11677         * src/prefs_image_viewer.c
11678         * src/prefs_message.c
11679         * src/prefs_message.h
11680         * src/prefs_msg_colors.c
11681         * src/prefs_other.c
11682         * src/prefs_other.h
11683         * src/prefs_quote.c
11684         * src/prefs_receive.c
11685         * src/prefs_receive.h
11686         * src/prefs_send.c
11687         * src/prefs_send.h
11688         * src/prefs_spelling.c
11689         * src/prefs_summaries.c
11690         * src/prefs_summary_column.c
11691         * src/prefs_template.c
11692         * src/prefs_themes.c
11693         * src/prefs_toolbar.c
11694         * src/prefs_wrapping.c
11695         * src/procmime.c
11696         * src/procmsg.c
11697         * src/send_message.h
11698         * src/ssl_manager.c
11699         * src/summary_search.c
11700         * src/summaryview.c
11701         * src/textview.c
11702         * src/wizard.c
11703         * src/common/smtp.c
11704         * src/common/smtp.h
11705         * src/gtk/gtkutils.h
11706                 o Move the rest of Common prefs to new style
11707                 o Lots of -Wall warning fixes
11708                 o fix FIXME in cache memusage calculation
11709                 o Let return receipts be sent from any account
11710                 o Little cache optimisation (read)
11711                 o Fix bug #746 (don't treat commas as separators
11712                   when inside a quoted string)
11713
11714 2005-05-31 [paul]       1.9.11cvs27
11715
11716         * src/prefs_common.c
11717                 fix 'off-by-one' typo
11718
11719 2005-05-31 [paul]       1.9.11cvs26
11720
11721         * src/account.c
11722         * src/addr_compl.c
11723         * src/compose.c
11724         * src/foldersel.c
11725         * src/prefs_actions.c
11726         * src/prefs_common.c
11727         * src/prefs_common.h
11728         * src/prefs_customheader.c
11729         * src/prefs_display_header.c
11730         * src/prefs_filtering.c
11731         * src/prefs_filtering_action.c
11732         * src/prefs_matcher.c
11733         * src/prefs_summaries.c
11734         * src/prefs_summary_column.c
11735         * src/prefs_template.c
11736         * src/prefs_toolbar.c
11737         * src/ssl_manager.c
11738         * src/gtk/pluginwindow.c
11739         * src/gtk/prefswindow.c
11740         * src/gtk/progressdialog.c
11741                 add hidden prefs 'enable_rules_hint'
11742                 for gtk_tree_view_set_rules_hint()
11743                 (sync with main)
11744                 
11745
11746 2005-05-31 [colin]      1.9.11cvs25
11747
11748         * src/Makefile.am
11749         * src/main.c
11750         * src/prefs_common.c
11751         * src/prefs_summaries.c ** ADDED **
11752         * src/prefs_summaries.h ** ADDED **
11753                 Common/Display -> Display/Summaries
11754
11755 2005-05-31 [colin]      1.9.11cvs24
11756
11757         * src/Makefile.am
11758         * src/main.c
11759         * src/prefs_quote.c ** ADDED **
11760         * src/prefs_quote.h ** ADDED **
11761                 Move Common/Quote to Compose/Quoting
11762         * src/prefs_common.c
11763         * src/prefs_common.h
11764                 Remove old quote stuff, add
11765                 convenience functions for GtkTextView prefs
11766         * src/gtk/prefswindow.c
11767                 Set default height higher
11768
11769 2005-05-30 [colin]      1.9.11cvs23
11770
11771         * src/Makefile.am
11772         * src/main.c
11773         * src/prefs_common.c
11774         * src/prefs_compose_writing.c ** ADDED **
11775         * src/prefs_compose_writing.h ** ADDED **
11776                 Move Common/Compose prefs to Compose/Writing
11777
11778 2005-05-30 [colin]      1.9.11cvs22
11779
11780         * src/common/utils.c
11781                 Fix bug #651 (Confused Attract by Subject)
11782                 Patch by M. Benkmann <haferfrost@web.de>
11783         * AUTHORS
11784
11785 2005-05-30 [colin]      1.9.11cvs21
11786
11787         * src/compose.c
11788                 Fix concatenation of different headers of
11789                 the same type (bug #645)
11790         * src/prefs_folder_item.c
11791                 Fix bug #699 (setting color to black doesn't
11792                 work immediately)
11793         * src/procmime.c
11794                 Print out decoding error only once per
11795                 block
11796
11797 2005-05-30 [paul]       1.9.11cvs20
11798
11799         * src/common/template.c
11800                 fix Bcc
11801
11802 2005-05-30 [paul]       1.9.11cvs19
11803
11804         * doc/src/rfc2368.txt   **NEW FILE**
11805         * src/compose.c
11806                 compose_entries_set(): don't interpret Bcc
11807                 header field (conform to RFC 2368)
11808                 (sync with main)
11809
11810 2005-05-29 [colin]      1.9.11cvs18
11811
11812         * src/prefs_common.c
11813                 Let the default reply format respect
11814                 netiquette by cutting the signature.
11815
11816 2005-05-29 [colin]      1.9.11cvs17
11817
11818         * src/summaryview.c
11819                 Don't let always_show_msg override
11820                 open_unread_on_enter when opening a new
11821                 directory.
11822
11823 2005-05-27 [paul]       1.9.11cvs16
11824
11825         sync with main:
11826
11827         * src/main.c
11828                 app_will_exit(): cleanup tmp directory when exit
11829         * src/message_search.c
11830                 improved the interface and made code cleanup.
11831                 removed Clear button
11832         * src/send_message.c
11833                 send_message_local(): use GSpawn, and detect errors
11834         * src/summary_search.c
11835                 improved the interface and made code cleanup
11836         * src/textview.c
11837                 textview_write_link(): also skip non-ascii space
11838                  at the head of link strings (phishing check
11839                  didn't work at the case)
11840         * src/common/utils.c
11841                 get_command_output(): use g_spawn_command_line_sync()
11842                 instead of popen()
11843
11844 2005-05-26 [colin]      1.9.11cvs15
11845
11846         * src/folder.c
11847                 remove printf
11848
11849 2005-05-26 [colin]      1.9.11cvs14
11850
11851         * src/common/nntp.c
11852                 Fix nntp mode reader (bug #611)
11853                 Patch by Florian Mickler <florian@mickler.org>
11854
11855 2005-05-26 [colin]      1.9.11cvs13
11856
11857         * src/plugins/pgpmime/passphrase.c
11858                 Fix mouse grabbing (bug #557)
11859
11860 2005-05-26 [colin]      1.9.11cvs12
11861
11862         * src/prefs_themes.c
11863                 Fix g_warning (bug #541)
11864
11865 2005-05-26 [colin]      1.9.11cvs11
11866
11867         * src/prefs_actions.c
11868         * src/prefs_template.c
11869                 Fix bug #506 (no warning if action/template
11870                 is not saved)
11871         * src/common/template.c
11872                 Fix a possible crash
11873
11874 2005-05-26 [colin]      1.9.11cvs10
11875
11876         * src/folder.c
11877         * src/folderview.c
11878         * src/procmsg.c
11879         * src/summaryview.c
11880                 Forbid locked messages to be moved or
11881                 deleted. Locked messages in trashes 
11882                 still get deleted, for performance
11883                 reason (mh.c::mh_remove_all_msgs)
11884
11885 2005-05-25 [colin]      1.9.11cvs9
11886
11887         * src/procmime.c
11888                 Use correct encoding when sending mails
11889                 with attachments that have accentued 
11890                 chars in their name
11891
11892 2005-05-24 [colin]      1.9.11cvs8
11893
11894         * src/summaryview.c
11895                 Fix bug #688 f) read/unread marker not
11896                 changed on first click
11897                 Also, optimize summary_status_show()
11898                 calls
11899         * src/folder.c
11900         * src/inc.c
11901         * src/procmime.c
11902                 Fix bug #688 b) and c) wrt message
11903                 attachments and signature
11904         * src/stock_pixmap.c
11905         * src/stock_pixmap.h
11906         * src/stock_pixmap.c
11907         * src/stock_pixmap.h
11908         * src/Makefile.am
11909         * src/pixmaps/clip_gpg_signed.xpm
11910                 Add clip/signed icon
11911
11912 2005-05-24 [colin]      1.9.11cvs7
11913
11914         * src/folder_item_prefs.c
11915                 whitespace fix
11916
11917 2005-05-24 [colin]      1.9.11cvs6
11918
11919         * src/folderview.c
11920         * src/prefs_common.c
11921         * src/prefs_common.h
11922                 Add a confirmation to folder drag and drop
11923                 fixes bug #156
11924         * src/alertpanel.c
11925         * src/alertpanel.h
11926                 fix _with_disable parameters so that
11927                 the buttons labels are specifiable too
11928         * src/plugins/pgpmime/sgpgme.c
11929                 reflect said change
11930                 
11931
11932 2005-05-24 [colin]      1.9.11cvs5
11933
11934         * src/folderview.c
11935                 Uncollapse/collapse folders on double-click
11936                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
11937                 closes bug #108
11938
11939 2005-05-23 [colin]      1.9.11cvs4
11940
11941         * src/common/socket.c
11942                 Check another special SSL_peek() error.
11943                 Should help wrt bug #728
11944
11945 2005-05-23 [colin]      1.9.11cvs3
11946
11947         * src/plugins/pgpmime/pgpmime.c
11948                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
11949                 breaking menu accelerators and stuff. Users will have to
11950                 reselect "PGP MIME" instead of "PGP/MIME" in their 
11951                 account's privacy preferences if needed.
11952
11953 2005-05-22 [paul]
11954
11955         * tools/kdeservicemenu/install.sh
11956                 use kdesu to prompt for root password if doing
11957                 global install/uninstall
11958
11959 2005-05-20 [colin]      1.9.11cvs2
11960
11961         * src/procmsg.c
11962                 Fix another compilation error with gcc-2.9x
11963                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
11964         * src/send_message.c
11965                 Don't send QUIT if we aren't connected
11966
11967 2005-05-19 [colin]      1.9.11cvs1
11968
11969         * src/procmsg.c
11970                 Fix compilation with gcc 2.9x
11971
11972 2005-05-19 [paul]       1.9.11
11973
11974         1.9.11 released
11975
11976 2005-05-19 [paul]       1.9.9cvs14
11977
11978         * src/gtk/inputdialog.c
11979                 prevent gettext warning
11980
11981 2005-05-19 [paul]       1.9.9cvs13
11982
11983         * src/mainwindow.c
11984         * src/prefs_common.c
11985         * src/prefs_common.h
11986         * src/textview.c
11987         * src/textview.h
11988                 add an option to toggle cursor in message
11989                 view (sync with main)
11990
11991 2005-05-18 [colin]      1.9.9cvs12
11992
11993         * src/compose.c
11994                 Dereference freed pointer
11995         * src/gtk/gtkaspell.c
11996                 Fix duplication of dictionaries (is it an aspell issue?)
11997
11998 2005-05-18 [colin]      1.9.9cvs11
11999
12000         * src/gtk/inputdialog.c
12001         * src/gtk/gtkaspell.c
12002                 HIGuify dialogs
12003         * src/alertpanel.c
12004                 Remove a double call
12005
12006 2005-05-17 [colin]      1.9.9cvs10
12007
12008         * src/gtk/gtkaspell.c
12009                 Fix dialogs, Ctrl-Enter accel
12010
12011 2005-05-17 [colin]      1.9.9cvs9
12012
12013         * src/gtk/gtkaspell.c
12014                 Fix some accelerators, escape in replace-window
12015
12016 2005-05-16 [colin]      1.9.9cvs8
12017
12018         * src/gtk/gtkaspell.c
12019                 Revert last commit, it was a mistake.
12020
12021 2005-05-16 [colin]      1.9.9cvs7
12022
12023         * src/gtk/gtkaspell.c
12024                 Remove buggy code while we're at it. It's a 
12025                 dead code path anyway.
12026
12027 2005-05-16 [colin]      1.9.9cvs6
12028
12029         * src/gtk/gtkaspell.c
12030                 Missed some gtk_menu_popup where deactivate
12031                 signal should be handled. Should fix bug
12032                 #629 a bit more.
12033
12034 2005-05-16 [colin]      1.9.9cvs5
12035
12036         * src/gtk/gtkaspell.c
12037                 Remove debug printf()s
12038
12039 2005-05-16 [colin]      1.9.9cvs4
12040
12041         * src/gtk/gtkaspell.c
12042                 Fix a bit aspell problems
12043                 (see bug #629)
12044
12045 2005-05-13 [colin]      1.9.9cvs3
12046
12047         * src/folderview.c
12048                 Fix the + appearing even when no subfolders
12049                 have unread messages. Thanks to wwp for the
12050                 bug report.
12051
12052 2005-05-11 [paul]       1.9.9cvs2
12053
12054         * src/folderview.c
12055                 correction to 1.9.9cvs1, only colour folders that
12056                 have new msgs (not unread msgs)
12057
12058 2005-05-10 [colin]      1.9.9cvs1
12059
12060         * src/folderview.c
12061         * src/summaryview.c
12062                 Try to fix bolding bugs again.
12063
12064 2005-05-09 [paul]
12065
12066         * tools/claws.i18n.status.pl
12067                 add Ricardo Mones Lastra's script that has been providing
12068                 the i18n status page for many months
12069
12070 2005-05-09 [paul]       1.9.9
12071
12072         1.9.9 release
12073
12074 2005-05-09 [paul]       1.9.6cvs58
12075
12076         * AUTHORS
12077         * INSTALL
12078         * README.claws
12079                 updated
12080         * Makefile.am 
12081         * RELEASE_NOTES.claws
12082                 add release notes to cvs to simplify release
12083                 procedure
12084         * configure.ac
12085                 add ca and fi to ALL_LINGUAS
12086         * po/Makefile.in.in
12087                 workaround for missing Makevars
12088         * po/ca.po
12089         * po/fi.po
12090                 add new Catalan and Finnish translations
12091                 submitted by Miquel Oliete and Flammie Pirinen
12092         * po/de.po
12093         * po/es.po
12094         * po/fr.po
12095         * po/it.po
12096         * po/pl.po
12097         * po/ru.po
12098         * po/sk.po
12099         * po/sr.po
12100         * po/zh_CN.po
12101                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12102                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12103                 Urke MMI, and Hansom Young
12104         * src/main.c
12105                 Fix drafting when quitting. compose_draft() closes the
12106                 compose windows, which modifies the compose_list GSList.
12107                 We have to refresh this list after echo drafting to avoid a
12108                 segfault
12109         * src/partial_download.c
12110                 fix segfault on exit
12111
12112 2005-05-06 [paul]       1.9.6cvs57
12113
12114         * src/grouplistdialog.c
12115                 quick fix/workaround for unresizeable newsgroup
12116                 name column 
12117
12118 2005-05-06 [paul]       1.9.6cvs56
12119
12120         * src/inc.c
12121         * src/mainwindow.c
12122                 use gettext plural forms
12123         * src/imap_gtk.c
12124         * src/mh_gtk.c
12125         * src/toolbar.c
12126                 small improvement to english usage
12127
12128 2005-05-05 [thorsten]   1.9.6cvs55
12129
12130         * src/folder.c
12131                 fix possible crash
12132
12133 2005-05-05 [paul]       1.9.6cvs54
12134         
12135         sync with HEAD
12136
12137         * AUTHORS
12138         * src/compose.c
12139                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12140                 patch by Tim Mann
12141
12142 2005-05-05 [paul]       1.9.6cvs53
12143
12144         * src/mainwindow.c
12145                 fix resizing of separate message and
12146                 folder views
12147
12148 2005-05-05 [paul]       1.9.6cvs52
12149
12150         * src/account.c
12151         * src/addrgather.c
12152         * src/browseldap.c
12153         * src/exphtmldlg.c
12154         * src/expldifdlg.c
12155         * src/importmutt.c
12156         * src/importpine.c
12157         * src/main.c
12158         * src/mainwindow.c
12159         * src/noticeview.c
12160         * src/prefs_filtering.c
12161         * src/prefs_filtering_action.c
12162         * src/prefs_matcher.c
12163         * src/prefs_spelling.c
12164         * src/prefs_toolbar.c
12165         * src/toolbar.c
12166         * src/wizard.c
12167         * src/gtk/description_window.c
12168         * src/gtk/gtkvscrollbutton.c
12169         * src/gtk/progressdialog.c
12170         * src/gtk/quicksearch.c
12171         * src/plugins/pgpmime/prefs_gpg.c
12172         * src/plugins/spamassassin/spamassassin_gtk.c
12173                 replace deprecated gtk_widget_set_usize
12174
12175 2005-05-04 [colin]      1.9.6cvs51
12176
12177         * src/common/utils.c
12178                 Fix crash when subst_for_filename is called
12179                 with a NULL parameter
12180
12181 2005-05-04 [colin]      1.9.6cvs50
12182
12183         * src/partial_download.c
12184         * src/pop.c
12185                 Escape login when writing uidl file
12186                 fixes bug #736
12187
12188 2005-05-03 [colin]      1.9.6cvs49
12189
12190         * src/procmime.c
12191                 Fix possible DOS in mime parser
12192                 (see bug #634)
12193
12194 2005-05-02 [colin]      1.9.6cvs48
12195
12196         * src/compose.c
12197                 Try to fix the copy/paste mess once again.
12198
12199
12200 2005-04-30 [colin]      1.9.6cvs47
12201
12202         * src/prefs_account.h
12203         * src/procmsg.c
12204         * src/send_message.c
12205         * src/common/smtp.c
12206         * src/common/smtp.h
12207                 Try to batch sending mails (per account) instead of
12208                 reconnecting to server every time.
12209
12210 2005-04-29 [colin]      1.9.6cvs46
12211
12212         * src/messageview.c
12213                 Fix window resizing that refused to size down
12214         * src/prefs_common.c
12215         * src/prefs_common.h
12216         * src/prefs_filtering.c
12217                 Save Filtering's window size
12218
12219 2005-04-21 [paul]       1.9.6cvs45
12220
12221         * ChangeLog-gtk2.claws
12222         * src/setup.c
12223                 correction to sync
12224
12225 2005-04-21 [paul]       1.9.6cvs44
12226
12227         sync with main:
12228
12229         * src/setup.c
12230         * src/statusbar.c
12231         * src/statusbar.h
12232                 use gtkut_widget_draw_now(). Improved performance
12233                 of the update of statusbar
12234         * src/textview.c
12235                 textview_smooth_scroll_do(): redraw it after scroll
12236                 is done (fixed incorrect display when a part of the
12237                 view is hidden).
12238         * src/gtk/gtkutils.c
12239         * src/gtk/gtkutils.h
12240                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12241                 to force update of widgets.
12242                 Removed gtkut_widget_wait_for_draw() which had a big
12243                 overhead  because of waiting for all events processed 
12244
12245 2005-04-20 [paul]       1.9.6cvs43
12246
12247         * src/codeconv.c
12248                 complete 1.9.6cvs42's sync:
12249                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12250
12251 2005-04-19 [paul]       1.9.6cvs42
12252
12253         sync with main:
12254
12255         * src/action.c
12256                 catch_output(): correctly select the insert text
12257                 (fix invalid iterator warnings).
12258         * src/codeconv.c
12259         * src/codeconv.h
12260         * src/mainwindow.c
12261         * src/messageview.c
12262         * src/prefs_common.c
12263                 support GBK encoding.
12264         * src/common/session.c
12265         * src/common/session.h
12266                 use separate buffer for large data to be sent,
12267                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12268
12269 2005-04-18 [paul]       1.9.6cvs41
12270
12271         * src/jpilot.c
12272                 convert unsigned long into guint32
12273                 patch by Paul LeoNerd Evans 
12274
12275 2005-04-17 [colin]      1.9.6cvs40
12276
12277         * src/compose.c
12278                 Fix 'Request return receipt' from folder
12279                 properties (bug #708)
12280
12281 2005-04-17 [colin]      1.9.6cvs39
12282
12283         * src/mainwindow.c
12284                 Fix duplicate hotkeys in Mainwindow's menu
12285
12286 2005-04-17 [colin]      1.9.6cvs38
12287
12288         * src/folderview.c
12289                 Fix duplicate hotkeys in Folderview's contextual
12290                 menu
12291
12292 2005-04-15 [colin]      1.9.6cvs37
12293
12294         * src/summaryview.c
12295                 Fix 'Save as...' with non-ascii filenames
12296
12297 2005-04-15 [colin]      1.9.6cvs36
12298
12299         * src/plugins/pgpmime/pgpmime.c
12300                 Fix bus error on 64bit. Spotted by 
12301                 macallan1888@gmail.com
12302
12303 2005-04-15 [colin]      1.9.6cvs35
12304
12305         * src/prefs_account.c
12306                 Fix cvs34.
12307
12308 2005-04-12 [colin]      1.9.6cvs34
12309
12310         * src/prefs_account.c
12311                 Fix smtp auth type off-by-one. We forgot to
12312                 add PLAIN in the prefs-to-gui setter func and
12313                 as a result, the selected auth when opening
12314                 account prefs was not the correct one.
12315
12316 2005-04-12 [paul]       1.9.6cvs33
12317
12318         * src/inc.c
12319                 if the recv dialog is visible, Cancel only
12320                 cancels the current account
12321
12322
12323 2005-04-10 [colin]      1.9.6cvs32
12324
12325         * src/filtering.c
12326                 Copy score when copying FilteringActions
12327                 Fix bug #674
12328
12329 2005-04-10 [colin]      1.9.6cvs31
12330
12331         * src/inc.c
12332                 Make Message -> Receive -> Cancel cancel 
12333                 incorporation on all accounts. Fixes
12334                 bug #693
12335
12336 2005-04-10 [colin]      1.9.6cvs30
12337
12338         * src/prefs_account.c
12339                 Update Privacy checkbuttons status based
12340                 on the selected privacy system
12341         * src/compose.c
12342                 Always connect the "None" privacy system; the
12343                 static boolean was probably there to avoid
12344                 reconnecting twice in the same compose window,
12345                 but as the parent function is only called once
12346                 per compose, it's only a bug - as a static is
12347                 initialized once per application instance.
12348                 Also, don't uncheck Sign and Encrypt when
12349                 selecting None as privacy system; just ignore
12350                 them when sending/queuing.
12351                 Should fix bug #695
12352
12353 2005-04-08 [colin]      1.9.6cvs29
12354
12355         * src/account.c
12356         * src/prefs_account.c
12357         * src/prefs_account.h
12358                 Add account preference to queue message in a certain
12359                 folder.
12360
12361 2005-04-06 [colin]      1.9.6cvs28
12362
12363         * src/prefs_account.c
12364                 Update old inbox path syntax
12365
12366 2005-04-06 [paul]       1.9.6cvs27
12367
12368         sync with main:
12369
12370         * configure.ac
12371                 changed -traditional-cpp to -no-cpp-precomp for newer
12372                 Mac OS X support
12373         * src/foldersel.c
12374                 made column resize automatically
12375         * src/send_message.c
12376                 send_message_smtp(): consider EOF right after QUIT
12377                 successful (workaround for Gmail SMTP server)
12378         * src/common/socket.c
12379                 ssl_read(), ssl_peek(): check EOF which violates the
12380                 SSL protocol
12381         * src/gtk/colorlabel.c
12382                 removed warnings when displaying colorlabel menu
12383                 (don't use GtkAlignment)
12384
12385 2005-04-05 [paul]       1.9.6cvs26
12386
12387         * src/plugins/trayicon/trayicon.c
12388                 fix clipping of icon under KDE3 
12389
12390 2005-04-05 [paul]       1.9.6cvs25
12391
12392         * src/summaryview.c
12393                 hide display of threading
12394                 patch by Alfons
12395
12396 2005-04-04 [thorsten]   1.9.6cvs24
12397
12398         * src/mh.c
12399                 marks lost on filesystems with different stat() results on
12400                 summer-/wintertime
12401
12402 2005-04-03 [colin]      1.9.6cvs23
12403
12404         * src/summaryview.c
12405                 Don't handle up/down. Patch by Alfons
12406
12407 2005-04-02 [colin]      1.9.6cvs22
12408
12409         * src/summaryview.c
12410                 Make scrolling faster. Patch by Alfons.
12411
12412 2005-04-01 [colin]      1.9.6cvs21
12413
12414         * src/Makefile.am
12415         * src/stock_pixmap.c
12416         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12417         * src/pixmaps/dir_noselect.xpm ** ADDED **
12418                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12419
12420 2005-04-01 [colin]      1.9.6cvs20
12421
12422         * src/image_viewer.c
12423         * src/image_viewer.h
12424         * src/procmime.c
12425         * src/procmime.h
12426         * src/textview.c
12427         * src/textview.h
12428                 Implement inline image resizing and right-clicking
12429
12430 2005-04-01 [paul]       1.9.6cvs19
12431
12432         * AUTHORS
12433         * Makefile.am
12434         * configure.ac
12435                 check for gnome2
12436                 patch by Luca Cavalli <loopback<AT>slackit.org>
12437         * po/ru.po
12438                 updated by Pavlo Bohmat
12439
12440 2005-03-31 [colin]      1.9.6cvs18
12441
12442         * src/news.c
12443                 Fix parsing references
12444         * src/msgcache.c
12445                 don't put nulls in the references list
12446         * src/procheader.c
12447                 commit that forgotten file in 1.9.6cvs14
12448
12449 2005-03-31 [colin]      1.9.6cvs17
12450
12451         * src/compose.c
12452                 Fix joining of signature separator again. 
12453                 Maybe Hiro could put it in main too...
12454
12455 2005-03-31 [colin]      1.9.6cvs16
12456
12457         * src/Makefile.am
12458         * src/foldersel.c
12459         * src/stock_pixmap.c
12460         * src/stock_pixmap.h
12461         * src/pixmaps/dir-noselect.xpm
12462                 Update foldersel.c (sync from main, patch by Alfons)
12463
12464 2005-03-30 [colin]      1.9.6cvs15
12465
12466         * src/imap.c
12467                 Fix handling of imap folders containing [] in 
12468                 their name. Thanks to Nahuel Angelinetti for
12469                 the detailed bugreport.
12470
12471 2005-03-30 [colin]      1.9.6cvs14
12472
12473         * src/common/utils.h
12474         * src/common/utils.c
12475         * src/common/defs.h
12476         * src/matcher.c
12477         * src/msgcache.c
12478         * src/news.c
12479         * src/procmsg.c
12480         * src/procmsg.h
12481         * src/quote_fmt_parse.y
12482         * src/summaryview.c
12483                 Update references system. Patch by Alfons
12484
12485 2005-03-30 [colin]      1.9.6cvs13
12486
12487         * src/common/socket.c
12488                 Force the glibc to read resolv.conf again when 
12489                 it has changed. Should fix issues when changing
12490                 networks on a laptop and not restarting sylpheed. 
12491
12492 2005-03-30 [paul]       1.9.6cvs12
12493
12494         partial sync with main:
12495
12496         * src/action.c
12497                 create_io_dialog(): use user-defined text font
12498                 (thanks to Alfons), and modified its appearance.
12499         * src/addrgather.c
12500         * src/addrharvest.c
12501         * src/browseldap.c
12502                 replace old code
12503         * src/compose.c
12504                 don't join (presumably) itemized lines on line-wrapping
12505                 fixed wrapping of quote when auto-wrapping is enabled
12506                 compose_destroy(): destroy paned only if it's not
12507                 attached to window. Fixed memory leak of popup menu.
12508         * src/exphtmldlg.c
12509         * src/expldifdlg.c
12510                 replace old code
12511         * src/html.c
12512         * src/html.h
12513         * src/importmutt.c
12514         * src/importpine.c
12515                 replace old code
12516         * src/main.c
12517                 removed redundant code
12518         * src/mainwindow.c
12519                 changed 'Code set' (which is rather incorrect)
12520                 in the menu to 'Character encoding'
12521                 main_window_set_widgets(): request size first
12522                 to prevent window size becoming wrong
12523                 fixed remembering of the state of the visibility
12524                 of MessageView
12525         * src/messageview.c
12526                 changed 'Code set' (which is rather incorrect)
12527                 in the menu to 'Character encoding'
12528         * src/prefs_common.c
12529         * src/prefs_common.h
12530                 added an option whether to render HTML as text or not
12531                 added separators to outgoing encoding menu
12532         * src/procheader.c
12533                 procheader_scan_date_string(): support header
12534                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12535         * src/summaryview.c
12536         * src/summaryview.h
12537                 minor code cleanup
12538         * src/textview.c
12539                 textview_show_html(): force output of newline
12540                 added an option whether to render HTML as text or not
12541         * src/common/utils.c
12542                 strncpy2(): optimized based on Alfons' code
12543         * src/gtk/gtkutils.c
12544         * src/gtk/gtkutils.h
12545                 removed non-used code
12546         * src/plugins/pgpmime/passphrase.c
12547                 partially fixed grab input of passphrase dialog
12548                 Confine pointer to window
12549
12550 2005-03-30 [colin]      1.9.6cvs11
12551
12552         * src/msgcache.c
12553         * src/msgcache.h
12554                 Read/write 32bit ints from cache & marks
12555                 From main.
12556
12557 2005-03-29 [paul]       1.9.6cvs10
12558
12559         * AUTHORS
12560         * ChangeLog.claws
12561         * src/compose.c
12562         * src/gtk/gtkaspell.c
12563                 sync with HEAD (don't pass NULL pointers) 
12564
12565 2005-03-24 [paul]
12566
12567         * tools/Makefile.am
12568         * tools/README
12569         * tools/acroread2sylpheed.pl
12570                 sync with HEAD (add script to send pdfs as
12571                 attachments from Adobe Reader 7)
12572
12573 2005-03-21 [paul]       1.9.6cvs9
12574
12575         * configure.ac
12576         * po/POTFILES.in
12577         * src/Makefile.am
12578         * src/crash.c
12579         * src/image_viewer.c ** ADDED **
12580         * src/image_viewer.h ** ADDED **
12581         * src/main.c
12582         * src/prefs_common.c
12583         * src/prefs_common.h
12584         * src/prefs_image_viewer.c ** ADDED **
12585         * src/prefs_image_viewer.h ** ADDED **
12586         * src/textview.c
12587         * src/gtk/about.c
12588         * src/pixmaps/sylpheed_logo.xpm
12589         * src/plugins/Makefile.am
12590         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12591         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12592         * src/plugins/image_viewer/plugin.c ** REMOVED **
12593         * src/plugins/image_viewer/viewer.c ** REMOVED **
12594         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12595         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12596         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12597         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12598         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12599                 as gdk-pixbuf is now built-in
12600                 remove image_viewer plugin and put code back into
12601                 main codebase
12602                 implement inline image display (sync with main)
12603
12604                 replace logo with newer, nicer, larger version  
12605
12606 2005-03-21 [paul]       1.9.6cvs8
12607
12608         * src/gtk/about.c
12609                 cosmetic improvement
12610
12611 2005-03-21 [holger]     1.9.6cvs7
12612
12613         * src/plugins/spamassassin/spamassassin.c
12614                 Sync with HEAD
12615                 (unregister hook on failed plugin init)
12616
12617 2005-03-20 [colin]      1.9.6cvs6
12618
12619         * src/common/plugin.c
12620                 Check that plugin isn't already loaded
12621                 Patch by Alfons
12622
12623 2005-03-20 [thorsten]   1.9.6cvs5
12624
12625         * src/compose.c
12626                 use a more compatible syntax
12627
12628 2005-03-20 [thorsten]   1.9.6cvs4
12629
12630         * src/prefs_toolbar.c
12631                 fix crash when selecting toolbar item (uninitialized pointer)
12632
12633 2005-03-20 [thorsten]   1.9.6cvs3
12634
12635         * src/procmime.c
12636                 fix mimetype detection (referenced free()d string)
12637
12638 2005-03-20 [paul]       1.9.6cvs2
12639
12640         * src/compose.c
12641                 sync with HEAD (1.0.3cvs5)
12642                 neglect Reply-To header if empty
12643                 Patch by Alfons 
12644
12645 2005-03-19 [holger]     1.9.6cvs1
12646
12647         * src/summaryview.c
12648         * src/summaryview.h
12649                 Sync with HEAD
12650
12651 2005-03-18 [paul]       1.9.6
12652
12653         initial GTK2 release
12654
12655 2005-03-18 [paul]       1.0.3cvs3.1
12656
12657         * AUTHORS
12658         * ChangeLog.claws
12659         * configure.ac
12660         * src/gtk/about.c
12661         * src/pixmaps/sylpheed_logo.xpm
12662                 sync with HEAD
12663
12664 2005-03-18 [colin]      1.0.3cvs2.6
12665
12666         * src/summaryview.c
12667                 Remove call to summary_step in summary_copy_selected_to
12668                 Can't see its purpose, and this causes bug when copying
12669                 a message if the next one is unread: it reads it.
12670
12671 2005-03-18 [paul]       1.0.3cvs2.5
12672
12673         * src/foldersel.c
12674                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12675
12676 2005-03-18 [paul]       1.0.3cvs2.4
12677
12678         * src/addrharvest.c
12679         * src/codeconv.c
12680         * src/codeconv.h
12681         * src/compose.c
12682         * src/news.c
12683         * src/procheader.c
12684         * src/procmime.c
12685         * src/unmime.c
12686         * src/unmime.h
12687                 fix buffer overflow, CAN-2005-0667, see
12688                 http://secunia.com/advisories/14491/
12689                 Patch by Alfons
12690
12691 2005-03-17 [colin]      1.0.3cvs2.3
12692
12693         * src/prefs_fonts.c
12694         * src/summaryview.c
12695                 Fix font bugs (both lists now officialy share 
12696                 the same font)
12697                 
12698
12699 2005-03-17 [paul]       1.0.3cvs2.2
12700
12701         * src/gtk/pluginwindow.c
12702                 make plugin descriptions uneditable
12703
12704 2005-03-11 [paul]       1.0.3cvs2.1
12705
12706         * ChangeLog.claws
12707         * configure.ac
12708         * po/POTFILES.in
12709         * src/plugins/trayicon/trayicon.c
12710                 sync with HEAD
12711                 add src/wizard.c to POTFILES.in
12712
12713 2005-03-11 [paul]       1.0.3cvs1.1
12714
12715         * ChangeLog
12716         * ChangeLog.claws
12717         * configure.ac
12718         * po/de.po
12719         * po/es.po
12720         * po/fr.po
12721         * po/it.po
12722         * po/pt_BR.po
12723         * po/ru.po
12724         * po/sk.po
12725         * po/sr.po
12726         * po/zh_CN.po
12727                 sync with HEAD
12728
12729 2005-03-04 [colin]      1.0.1cvs22.2
12730
12731         * src/compose.c
12732                 Fix signatures with accentued chars in it
12733
12734 2005-03-04 [colin]      1.0.1cvs22.1
12735
12736         * src/common/smtp.c
12737         * src/common/smtp.h
12738                 Don't use SIZE param in MAIL FROM: if server 
12739                 doesn't support it. Patch by Eugen Freiter
12740                 <eugen_f@users.sf.net>
12741
12742 2005-02-27 [paul]       1.0.1cvs20.1
12743
12744         * ChangeLog.claws
12745         * configure.ac
12746         * src/messageview.c
12747                 sync with HEAD
12748
12749 2005-02-27 [colin]      1.0.1cvs19.4
12750
12751         * src/procheader.c
12752         * src/procheader.h
12753                 Fix prototypes. Patch by Alfons
12754
12755 2005-02-27 [colin]      1.0.1cvs19.3
12756
12757         * src/compose.c
12758                 Don't auto-join the signature separator.
12759
12760 2005-02-26 [colin]      1.0.1cvs19.2
12761
12762         * src/summaryview.c
12763                 Fix 'mark all read' with collapsed threads.
12764                 Patch by Alfons.
12765
12766 2005-02-25 [paul]       1.0.1cvs19.1
12767
12768         * ChangeLog.claws
12769         * configure.ac
12770         * src/prefs_account.c
12771         * src/prefs_folder_item.c
12772         * src/gtk/prefswindow.c
12773         * src/gtk/prefswindow.h
12774                 sync with HEAD
12775
12776 2005-02-25 [paul]       1.0.1cvs15.12
12777
12778         * src/alertpanel.c
12779         * src/codeconv.c
12780         * src/compose.c
12781         * src/textview.c
12782         * src/gtk/gtkutils.c
12783         * src/gtk/gtkutils.h
12784         * src/gtk/logwindow.c
12785         * src/gtk/progressdialog.c
12786                 sync with main (revision 127)
12787                 and fix logwindow clipping
12788
12789 2005-02-24 [colin]      1.0.1cvs15.11
12790
12791         * src/plugins/pgpmime/passphrase.c
12792                 Disable input grabbing; it doesn't work yet.
12793
12794 2005-02-24 [colin]      1.0.1cvs15.10
12795
12796         * src/messageview.c
12797                 Don't send out receipts if offline. Ask.
12798
12799 2005-02-23 [colin]      1.0.1cvs15.9
12800
12801         * src/summaryview.c     
12802                 Fix expanding
12803
12804 2005-02-23 [colin]      1.0.1cvs15.8
12805
12806         * src/summaryview.c
12807                 Really fix Bug 568 by removing useless
12808                 calls. summary_thread_init() now called
12809                 in summary_sort(). This should please
12810                 Alfons as it should be faster than 
12811                 previously.
12812
12813 2005-02-23 [colin]      1.0.1cvs15.7
12814
12815         * src/compose.c
12816                 Encode parts as QP or B64 if signing
12817
12818 2005-02-23 [colin]      1.0.1cvs15.6
12819
12820         * src/compose.c
12821                 Fix Mimeinfo leakage (including tmp files)
12822         * src/procmsg.c
12823                 Fix tmp file leakage (spotted by Ivan Rayner)
12824
12825 2005-02-22 [colin]      1.0.1cvs15.5
12826
12827         * src/expldifdlg.c
12828                 Fix keyboard input. Patch by Alfons.
12829
12830 2005-02-21 [colin]      1.0.1cvs15.4
12831
12832         * src/compose.c
12833                 Fix Sign/Encrypt when unselecting privacy
12834                 system
12835         * src/prefs_common.c
12836                 Change default message font to Monospace
12837         * src/summaryview.c
12838                 More freezing during potentially large operations
12839
12840 2005-02-21 [paul]       1.0.1cvs15.3
12841
12842         * src/main.c
12843                 fix --help output
12844
12845 2005-02-21 [paul]       1.0.1cvs15.2
12846
12847         * po/Makefile.in.in
12848         * src/compose.c
12849         * src/summaryview.c
12850         * src/textview.c
12851         * src/common/utils.c
12852         * src/common/utils.h
12853                 sync with main (revision 117)
12854
12855 2005-02-20 [colin]      1.0.1cvs15.1
12856
12857         * src/common/defs.h
12858                 Change cache file to .sylpheed_claws_cache, as
12859                 suggested by Alfons. Allows people to switch
12860                 between Sylpheed and Sylpheed-Claws. it is
12861                 a good idea to "Check for new messages" at next
12862                 startup.
12863
12864
12865 2005-02-18 [colin]      1.0.1cvs14.1
12866
12867         * src/quote_fmt_lex.l
12868         * src/quote_fmt_parse.y
12869                 Fix parser initialisation. Patch by Ivan.
12870
12871 2005-02-18 [colin]      1.0.1cvs11.6
12872
12873         * src/folderview.c
12874                 Fix scrolldown (bug 662)
12875
12876 2005-02-17 [colin]      1.0.1cvs11.5
12877
12878         * src/codeconv.c
12879                 conv_filename_to_utf8: return clean 7bit instead
12880                 of broken utf8 if needed
12881         * src/mimeview.c
12882                 Fix display of parts with unclean 8bit names
12883
12884 2005-02-17 [paul]       1.0.1cvs11.4
12885
12886         * src/compose.c
12887         * src/exportldif.c
12888         * src/matcher_parser_parse.y
12889         * src/procmime.c
12890         * src/sourcewindow.c
12891         * src/common/Makefile.am
12892         * src/common/intl.h             ** REMOVED **
12893         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12894                 sync with main (revision 109)
12895                 and clean up
12896
12897 2005-02-16 [colin]      1.0.1cvs11.3
12898
12899         * src/summaryview.c
12900                 Fix collapsed thread not highlighting when new
12901                 messages in it (Bug 568) Patch by Stephan Sachse.
12902                 Fix messed up selection when reaching bounds (Bug 632)
12903         * src/prefs_themes.c
12904                 Fix theme installing (Bug 684)
12905
12906 2005-02-16 [colin]      1.0.1cvs11.2
12907
12908         * src/messageview.c
12909                 Fix messageview_select_all
12910
12911 2005-02-16 [colin]      1.0.1cvs11.1
12912
12913         * src/mh.c
12914                 Sync with HEAD (MH scan required function)
12915
12916 2005-02-15 [colin]      1.0.1cvs8.1
12917
12918         * src/mimeview.c
12919         * src/common/utils.c
12920                 Sync with HEAD (filename chars substitution)
12921
12922 2005-02-15 [colin]      1.0.1cvs7.3
12923
12924         * src/gtk/pluginwindow.c
12925                 Fix button spacing
12926
12927 2005-02-15 [colin]      1.0.1cvs7.2
12928
12929         * src/mimeview.c
12930                 Fix mime icons not reset across message when
12931                 scrolled down
12932
12933 2005-02-15 [colin]      1.0.1cvs7.1
12934
12935         * src/compose.c
12936         * src/procmime.c
12937                 Sync with HEAD (optimisation of cvs6)
12938
12939 2005-02-14 [colin]      1.0.1cvs6.1
12940
12941         * src/compose.c
12942         * src/procmime.c
12943                 Sync with HEAD (encode "From " at line beginning)
12944
12945 2005-02-14 [colin]      1.0.1cvs5.3
12946
12947         * src/compose.c
12948                 Fix wrapping with accentued chars.
12949
12950 2005-02-13 [colin]      1.0.1cvs5.2
12951
12952         * src/textview.c
12953                 Fix email informative part parsing with
12954                 accentued chars in it. ispunct() returns
12955                 true for them in utf8...
12956
12957 2005-02-12 [colin]      1.0.1cvs5.1
12958
12959         * src/filtering.c
12960                 Sync with HEAD (remove wrong use of compose after send)
12961
12962 2005-02-12 [paul]       1.0.1cvs4.5
12963
12964         * src/textview.c
12965                 remove unnecessary code (thanks to Alfons)
12966
12967 2005-02-12 [paul]       1.0.1cvs4.4
12968
12969         * src/textview.c
12970                 add 'Copy' to contextual menu on emails
12971
12972 2005-02-11 [colin]      1.0.1cvs4.3
12973
12974         * src/compose.c
12975                 revert 1.0.0cvs28.2, it doesn't work that well.
12976
12977 2005-02-11 [paul]       1.0.1cvs4.2
12978
12979         * po/Makefile.in.in
12980                 fix 'make release'
12981
12982 2005-02-10 [paul]       1.0.1cvs4.1
12983
12984         * ChangeLog
12985         * ChangeLog.claws
12986         * ChangeLog.jp
12987         * configure.ac
12988         * src/compose.c
12989                 sync with HEAD (sync with main)
12990
12991 2005-02-10 [paul]       1.0.1cvs3.2
12992
12993         * AUTHORS
12994         * Makefile.am
12995         * autogen.sh
12996         * configure.ac
12997         * config/mkinstalldirs
12998         * intl/.cvsignore
12999         * intl/ChangeLog
13000         * intl/VERSION
13001         * intl/bindtextdom.c
13002         * intl/config.charset
13003         * intl/dcgettext.c
13004         * intl/dcigettext.c
13005         * intl/dcngettext.c
13006         * intl/dgettext.c
13007         * intl/dngettext.c
13008         * intl/eval-plural.h
13009         * intl/explodename.c
13010         * intl/finddomain.c
13011         * intl/gettext.c
13012         * intl/gettextP.h
13013         * intl/gmo.h
13014         * intl/hash-string.h
13015         * intl/intl-compat.c
13016         * intl/l10nflist.c
13017         * intl/libgnuintl.h.in
13018         * intl/loadinfo.h
13019         * intl/loadmsgcat.c
13020         * intl/localcharset.c
13021         * intl/localcharset.h
13022         * intl/locale.alias
13023         * intl/localealias.c
13024         * intl/localename.c
13025         * intl/log.c
13026         * intl/ngettext.c
13027         * intl/os2compat.c
13028         * intl/os2compat.h
13029         * intl/osdep.c
13030         * intl/plural-exp.c
13031         * intl/plural-exp.h
13032         * intl/plural.c
13033         * intl/plural.y
13034         * intl/ref-add.sin
13035         * intl/ref-del.sin
13036         * intl/relocatable.c
13037         * intl/relocatable.h
13038         * intl/textdomain.c
13039         * m4/Makefile.am
13040         * po/Makefile.in.in
13041         * src/Makefile.am
13042         * src/account.c
13043         * src/action.c
13044         * src/addr_compl.c
13045         * src/addressadd.c
13046         * src/addressbook.c
13047         * src/addrgather.c
13048         * src/addrindex.c
13049         * src/alertpanel.c
13050         * src/browseldap.c
13051         * src/codeconv.c
13052         * src/codeconv.h
13053         * src/compose.c
13054         * src/compose.h
13055         * src/crash.c
13056         * src/editaddress.c
13057         * src/editbook.c
13058         * src/editgroup.c
13059         * src/editjpilot.c
13060         * src/editldap.c
13061         * src/editldap_basedn.c
13062         * src/editvcard.c
13063         * src/exphtmldlg.c
13064         * src/expldifdlg.c
13065         * src/export.c
13066         * src/exporthtml.c
13067         * src/filtering.c
13068         * src/folder.c
13069         * src/folder_item_prefs.c
13070         * src/foldersel.c
13071         * src/folderview.c
13072         * src/grouplistdialog.c
13073         * src/headerview.c
13074         * src/imap.c
13075         * src/imap_gtk.c
13076         * src/import.c
13077         * src/importldif.c
13078         * src/importmutt.c
13079         * src/importpine.c
13080         * src/inc.c
13081         * src/ldif.c
13082         * src/main.c
13083         * src/mainwindow.c
13084         * src/matcher.c
13085         * src/mbox.c
13086         * src/message_search.c
13087         * src/messageview.c
13088         * src/mh.c
13089         * src/mh_gtk.c
13090         * src/mimeview.c
13091         * src/msgcache.c
13092         * src/news.c
13093         * src/news_gtk.c
13094         * src/noticeview.c
13095         * src/partial_download.c
13096         * src/pop.c
13097         * src/prefs_account.c
13098         * src/prefs_actions.c
13099         * src/prefs_common.c
13100         * src/prefs_customheader.c
13101         * src/prefs_display_header.c
13102         * src/prefs_ext_prog.c
13103         * src/prefs_filtering.c
13104         * src/prefs_filtering_action.c
13105         * src/prefs_folder_item.c
13106         * src/prefs_fonts.c
13107         * src/prefs_gtk.c
13108         * src/prefs_matcher.c
13109         * src/prefs_msg_colors.c
13110         * src/prefs_spelling.c
13111         * src/prefs_summary_column.c
13112         * src/prefs_template.c
13113         * src/prefs_themes.c
13114         * src/prefs_toolbar.c
13115         * src/prefs_wrapping.c
13116         * src/privacy.c
13117         * src/procheader.c
13118         * src/procmime.c
13119         * src/procmsg.c
13120         * src/quote_fmt.c
13121         * src/recv.c
13122         * src/send_message.c
13123         * src/setup.c
13124         * src/sourcewindow.c
13125         * src/ssl_manager.c
13126         * src/statusbar.c
13127         * src/summary_search.c
13128         * src/summaryview.c
13129         * src/textview.c
13130         * src/toolbar.c
13131         * src/wizard.c
13132         * src/common/nntp.c
13133         * src/common/plugin.c
13134         * src/common/smtp.c
13135         * src/common/ssl.c
13136         * src/common/ssl_certificate.c
13137         * src/common/string_match.c
13138         * src/common/sylpheed.c
13139         * src/common/template.c
13140         * src/common/utils.c
13141         * src/gtk/about.c
13142         * src/gtk/colorlabel.c
13143         * src/gtk/description_window.c
13144         * src/gtk/filesel.c
13145         * src/gtk/foldersort.c
13146         * src/gtk/gtkaspell.c
13147         * src/gtk/gtkutils.c
13148         * src/gtk/inputdialog.c
13149         * src/gtk/logwindow.c
13150         * src/gtk/menu.c
13151         * src/gtk/pluginwindow.c
13152         * src/gtk/prefswindow.c
13153         * src/gtk/progressdialog.c
13154         * src/gtk/quicksearch.c
13155         * src/gtk/sslcertwindow.c
13156         * src/plugins/clamav/clamav_plugin.c
13157         * src/plugins/clamav/clamav_plugin_gtk.c
13158         * src/plugins/demo/demo.c
13159         * src/plugins/dillo_viewer/dillo_prefs.c
13160         * src/plugins/dillo_viewer/dillo_viewer.c
13161         * src/plugins/image_viewer/plugin.c
13162         * src/plugins/image_viewer/viewer.c
13163         * src/plugins/image_viewer/viewerprefs.c
13164         * src/plugins/mathml_viewer/mathml_viewer.c
13165         * src/plugins/pgpmime/passphrase.c
13166         * src/plugins/pgpmime/plugin.c
13167         * src/plugins/pgpmime/prefs_gpg.c
13168         * src/plugins/pgpmime/select-keys.c
13169         * src/plugins/pgpmime/sgpgme.c
13170         * src/plugins/spamassassin/spamassassin.c
13171         * src/plugins/spamassassin/spamassassin_gtk.c
13172         * src/plugins/trayicon/trayicon.c
13173                 sync with main (revision 104)
13174
13175 2005-02-10 [colin]      1.0.1cvs3.1
13176
13177         * src/mainwindow.c
13178                 Sync with HEAD (fix occasional crasher)
13179
13180 2005-02-10 [colin]      1.0.1cvs2.1
13181
13182         * src/messageview.c
13183                 Synw with HEAD (don't automatically display html)
13184
13185 2005-02-09 [colin]      1.0.1cvs1.3
13186
13187         * src/textview.c
13188         * src/textview.h
13189                 Add contextual menu on emails
13190
13191 2005-02-09 [colin]      1.0.1cvs1.2
13192
13193         * src/codeconv.c
13194                 Fix converting from broken headers and 
13195                 put back the _ in missing places
13196                 (feature broke with cvs24.2 sync, main 
13197                  possibly affected?)
13198
13199 2005-02-09 [colin]      1.0.1cvs1.1
13200
13201         * src/messageview.c
13202         * src/mimeview.c
13203         * src/mimeview.h
13204                 Sync with HEAD (display non text/plain mails with plugin)
13205
13206 2005-02-08 [colin]      1.0.1.1
13207
13208         * ChangeLog.claws
13209         * po/pt_BR.po
13210                 Sync with HEAD
13211         * configure.ac
13212                 Make default configuration directory 
13213                 be .sylpheed-gtk2
13214
13215 2005-02-08 [colin]      1.0.0cvs29.1
13216
13217         * po/de.po
13218         * po/es.po
13219         * po/fr.po
13220         * po/it.po
13221         * po/sk.po
13222         * po/sr.po
13223                 Sync translations with HEAD
13224
13225 2005-02-06 [colin]      1.0.0cvs28.3
13226
13227         * src/compose.c
13228                 Make compose a bit faster - patch by Alfons.
13229
13230 2005-02-06 [colin]      1.0.0cvs28.2
13231
13232         * src/compose.c
13233                 Make pasting via middle-click more reliable
13234
13235 2005-02-05 [paul]       1.0.0cvs28.1
13236
13237         * ChangeLog
13238         * ChangeLog.claws
13239         * ChangeLog.jp
13240         * configure.ac
13241         * src/compose.c
13242                 sync with HEAD
13243                 (fix bug 682 'redirect is broken'
13244
13245 2005-02-05 [torte]      1.0.0cvs27.1
13246
13247         * ChangeLog.claws
13248         * configure.ac
13249         * src/partial_download.c
13250                 Sync with HEAD (fix buf overflow)
13251
13252 2005-02-03 [colin]      1.0.0cvs26.1
13253
13254         * src/common/plugin.c
13255                 Sync with HEAD (avoid plugin mismatches)
13256
13257 2005-02-03 [paul]       1.0.0cvs25.3
13258
13259         * src/folderview.c
13260         * src/headerview.c
13261         * src/summaryview.c
13262         * src/textview.c
13263         * src/gtk/colorlabel.c
13264                 third and final part of initial sync with main-gtk2
13265
13266 2005-02-03 [paul]       1.0.0cvs25.2
13267
13268         * src/jpilot.c
13269                 fix building with jpilot support
13270
13271 2005-02-02 [colin]      1.0.0cvs25.1
13272
13273         * src/messageview.c
13274                 Sync with HEAD (fix dangerous typo)
13275
13276 2005-02-01 [colin]      1.0.0cvs24.3
13277
13278         * src/common/xml.c
13279                 Write file as advertised (UTF-8)
13280
13281 2005-02-01 [paul]       1.0.0cvs24.2
13282
13283         * src/addrbook.c
13284         * src/addrindex.c
13285         * src/alertpanel.h
13286         * src/codeconv.c
13287         * src/codeconv.h
13288         * src/compose.c
13289         * src/export.c
13290         * src/folder_item_prefs.c
13291         * src/html.c
13292         * src/imap.c
13293         * src/import.c
13294         * src/jpilot.c
13295         * src/mainwindow.c
13296         * src/matcher_parser_lex.l
13297         * src/messageview.c
13298         * src/mh.c
13299         * src/prefs_account.c
13300         * src/prefs_actions.c
13301         * src/prefs_common.c
13302         * src/prefs_gtk.c
13303         * src/prefs_gtk.h
13304         * src/prefs_themes.c
13305         * src/procheader.c
13306         * src/procmime.c
13307         * src/sourcewindow.c
13308         * src/statusbar.c
13309         * src/summaryview.c
13310         * src/textview.c
13311         * src/toolbar.c
13312         * src/unmime.c
13313         * src/common/template.c
13314         * src/common/utils.c
13315         * src/common/xml.c
13316         * src/common/xml.h
13317         * src/gtk/gtkaspell.c
13318         * src/plugins/clamav/clamav_plugin.c
13319         * src/plugins/dillo_viewer/dillo_prefs.c
13320         * src/plugins/image_viewer/viewerprefs.c
13321         * src/plugins/pgpmime/passphrase.c
13322         * src/plugins/pgpmime/prefs_gpg.c
13323         * src/plugins/pgpmime/select-keys.c
13324         * src/plugins/spamassassin/spamassassin.c
13325                 second part of initial sync with main-gtk2
13326                 (more to follow)
13327
13328 2005-01-31 [colin]      1.0.0cvs24.1
13329
13330         * src/compose.c
13331                 Sync with HEAD
13332
13333 2005-01-29 [paul]       1.0.0cvs23.2
13334
13335         * src/account.c
13336         * src/action.c
13337         * src/addressadd.c
13338         * src/addressbook.c
13339         * src/alertpanel.c
13340         * src/compose.c
13341         * src/editaddress.c
13342         * src/editbook.c
13343         * src/editgroup.c
13344         * src/editjpilot.c
13345         * src/editldap.c
13346         * src/editldap_basedn.c
13347         * src/editvcard.c
13348         * src/export.c
13349         * src/foldersel.c
13350         * src/grouplistdialog.c
13351         * src/import.c
13352         * src/importldif.c
13353         * src/inc.c
13354         * src/main.c
13355         * src/mainwindow.c
13356         * src/message_search.c
13357         * src/messageview.c
13358         * src/mimeview.c
13359         * src/prefs_actions.c
13360         * src/prefs_common.c
13361         * src/prefs_common.h
13362         * src/prefs_customheader.c
13363         * src/prefs_display_header.c
13364         * src/prefs_filtering.c
13365         * src/prefs_filtering_action.c
13366         * src/prefs_gtk.c
13367         * src/prefs_matcher.c
13368         * src/prefs_summary_column.c
13369         * src/prefs_template.c
13370         * src/sourcewindow.c
13371         * src/summary_search.c
13372         * src/summaryview.c
13373         * src/textview.c
13374         * src/gtk/about.c
13375         * src/gtk/description_window.c
13376         * src/gtk/gtkshruler.c
13377         * src/gtk/gtkutils.c
13378         * src/gtk/gtkutils.h
13379         * src/gtk/inputdialog.c
13380         * src/gtk/logwindow.c
13381         * src/gtk/prefswindow.c
13382         * src/gtk/progressdialog.c
13383         * src/gtk/progressdialog.h
13384                 first part of initial sync with main-gtk2
13385                 (more to follow)
13386
13387 2005-01-28 [colin]      1.0.0cvs23.1
13388
13389         * src/folderview.c
13390                 Sync with HEAD
13391
13392 2005-01-27 [colin]      1.0.0cvs21.1
13393
13394         * src/folder.c
13395         * src/folderview.c
13396                 Sync with HEAD
13397
13398 2005-01-27 [colin]      1.0.0cvs19.1
13399
13400         * src/procmime.c
13401                 Sync with HEAD
13402
13403 2005-01-27 [colin]      1.0.0cvs18.1
13404
13405         * src/messageview.c
13406         * src/summaryview.c
13407         * src/mainwindow.c
13408         * src/compose.c
13409         * src/compose.h
13410         * src/procmsg.c
13411         * src/procmsg.h
13412         * src/toolbar.c
13413                 Sync with HEAD
13414
13415 2005-01-26 [paul]       1.0.0cvs15.2
13416
13417         * src/compose.c
13418                 compose_entries_set(): convert subject and body to
13419                 utf8 if necessary. patch by Felix Eckhofer
13420
13421 2005-01-26 [paul]       1.0.0cvs15.1
13422
13423         * configure.ac
13424         * src/common/template.c
13425                 sync with HEAD (fix memory leak)
13426
13427 2005-01-25 [paul]       1.0.0cvs14.1
13428
13429         * configure.ac
13430         * src/compose.c
13431                 sync with HEAD
13432
13433 2005-01-24 [colin]      1.0.0cvs13.1
13434
13435         * src/summaryview.c
13436                 Sync with HEAD
13437
13438 2005-01-24 [paul]       1.0.0cvs12.1
13439
13440         * configure.ac
13441         * src/messageview.c
13442         * src/mh.c
13443         * src/common/utils.c
13444                 sync with HEAD
13445
13446 2005-01-24 [colin]      1.0.0cvs11.1
13447
13448         * src/procheader.c
13449                 Sync with HEAD
13450
13451 2005-01-24 [colin]      1.0.0cvs10.1
13452
13453         * src/folderview.c
13454                 Sync with HEAD
13455
13456 2005-01-23 [colin]      1.0.0cvs9.1
13457
13458         * src/crash.c
13459                 Sync with HEAD
13460
13461 2005-01-22 [colin]      1.0.0cvs8.1
13462
13463         * src/summaryview.c
13464         * src/gtk/quicksearch.c
13465                 Sync with HEAD
13466
13467 2005-01-21 [colin]      1.0.0cvs7.1
13468
13469         * src/summaryview.c
13470                 Sync with HEAD
13471
13472 2005-01-21 [colin]      1.0.0cvs6.1
13473
13474         * src/summaryview.c
13475                 Sync with HEAD
13476
13477 2005-01-21 [colin]      1.0.0cvs5.1
13478
13479         * src/gtk/quicksearch.c
13480         * src/prefs_common.c
13481         * src/prefs_common.h
13482                 Sync with HEAD (recurse option)
13483
13484 2005-01-21 [colin]      1.0.0cvs4.1
13485
13486         * src/folder.h
13487         * src/folderview.c
13488         * src/folderview.h
13489         * src/summaryview.c
13490         * src/gtk/quicksearch.c
13491         * src/gtk/quicksearch.h
13492                 Sync with HEAD (recursive quicksearch)
13493
13494 2005-01-20 [colin]      1.0.0cvs3.4
13495
13496         * src/ssl_manager.c
13497                 Remove useless code
13498
13499 2005-01-20 [colin]      1.0.0cvs3.3
13500
13501         * src/ssl_manager.c
13502                 Fix leak, thanks to Alfons.
13503
13504 2005-01-20 [colin]      1.0.0cvs3.2
13505
13506         * src/ssl_manager.c
13507                 Port SSL certificate window to GTK2.
13508
13509 2005-01-20 [paul]       1.0.0cvs3.1
13510
13511         * ChangeLog.claws
13512         * configure.ac
13513         * src/addrindex.c
13514         * src/addrindex.h
13515                 sync with HEAD
13516
13517 2005-01-19 [colin]      1.0.0cvs2.2
13518
13519         * src/plugins/trayicon/trayicon.c
13520                 Fix freeze with gtk-2.6, the easy way
13521                 (signal blocking helpless there...)
13522                 Closes bug #668.
13523
13524 2005-01-19 [colin]      1.0.0cvs2.1
13525
13526         * src/mbox.c
13527         * src/mbox.h
13528         * src/mainwindow.c
13529         * src/summaryview.c
13530         * src/summaryview.h
13531                 Sync with HEAD
13532
13533 2005-01-19 [paul]       1.0.0cvs1.1
13534
13535         * configure.ac
13536         * po/de.po
13537         * po/es.po
13538         * po/fr.po
13539         * po/hr.po
13540         * po/it.po
13541         * po/ja.po
13542         * po/ko.po
13543         * po/pt_BR.po
13544         * po/ru.po
13545         * po/sk.po
13546         * po/sr.po
13547                 sync with HEAD (update translations)
13548
13549 2005-01-18 [colin]      1.0.0cvs0.1
13550
13551         * src/foldersel.c
13552                 Specify search column - patch by Alfons
13553
13554 2005-01-18 [colin]      0.9.13cvs36.3
13555
13556         * src/prefs_toolbar.c
13557                 Change Delete to Remove
13558         * src/prefs_fonts.c
13559                 GTK2 version and leak fixes
13560         * src/prefs_actions.c
13561                 Add stock buttons.
13562                 All patches by Alfons
13563
13564 2005-01-17 [colin]      0.9.13cvs36.2
13565
13566         * src/compose.c
13567                 Fix DnD inserting twice. While at it,
13568                 add DnD support for text/plain in the
13569                 body, and add support in the headers.
13570
13571 2005-01-16 [colin]      0.9.13cvs36.1
13572
13573         * ChangeLog
13574         * ChangeLog.jp
13575         * ChangeLog.claws
13576                 Sync with HEAD (nothing applicable)
13577
13578 2005-01-16 [colin]      0.9.13cvs33.2
13579
13580         * src/prefs_toolbar.c
13581                 GTK2ize prefs_toolbar, by Alfons.
13582
13583 2005-01-14 [colin]      0.9.13cvs33.1
13584
13585         * src/html.c
13586         * src/msgcache.c
13587                 Sync with HEAD
13588
13589 2005-01-14 [colin]      0.9.13cvs32.1
13590
13591         * src/html.c
13592         * src/html.h
13593         * src/msgcache.c
13594         * AUTHORS
13595         * tools/calypso_convert.pl
13596                 Sync with HEAD
13597
13598 2005-01-08 [colin]      0.9.13cvs29.2
13599
13600         * src/prefs_filtering_action.c
13601         * src/prefs_filtering.c
13602                 2 more gtk2 patches by Alfons
13603
13604 2005-01-07 [paul]       0.9.13cvs29.1
13605
13606         * ChangeLog
13607         * ChangeLog.claws
13608         * ChangeLog.jp
13609         * configure.ac
13610         * src/pop.c
13611         * src/pop.h
13612                 sync with HEAD
13613
13614 2005-01-07 [colin]      0.9.13cvs28.3
13615
13616         * src/gtk/progressdialog.c
13617         * src/gtk/progressdialog.h
13618         * src/inc.c
13619         * src/send_message.c
13620                 GTK2 for the incorporation dialog. The CList isn't dead
13621                 yet, for a more smooth migration. Patch by Alfons.
13622
13623 2005-01-06 [colin]      0.9.13cvs28.2
13624
13625         * src/prefs_display_header.c
13626                 GTK2 conversion by Alfons
13627         * src/prefs_actions.c
13628         * src/prefs_matcher.c
13629                 Fix 2 leaks - patch by Alfons
13630
13631 2005-01-06 [colin]      0.9.13cvs28.1
13632
13633         * src/prefs_matcher.c
13634                 Sync with HEAD
13635
13636 2005-01-06 [colin]      0.9.13cvs27.4
13637
13638         * src/prefs_matcher.c
13639                 Fix double-free. Patch by Alfons
13640
13641 2005-01-06 [colin]      0.9.13cvs27.3
13642
13643         * src/prefs_matcher.c
13644                 GTK2 widgets + memleak
13645                 Patch by Alfons
13646
13647 2005-01-05 [colin]      0.9.13cvs27.2
13648
13649         * src/account.c
13650         * src/addr_compl.c
13651         * src/foldersel.c
13652         * src/stock_pixmap.c
13653         * src/stock_pixmap.h
13654                 3 more GTK2 patches by Alfons.
13655
13656 2005-01-04 [colin]      0.9.13cvs27.1
13657
13658         * src/folderview.c
13659         * src/imap_gtk.c
13660         * src/news_gtk.c
13661                 Sync with HEAD
13662
13663 2005-01-04 [colin]      0.9.13cvs25.9
13664
13665         * src/compose.c
13666                 Fix Show Ruler menuitem
13667         * src/prefs_template.c
13668                 Convert to GTK2
13669         * src/common/utils.c
13670                 Make auto pointer stuff handles NULLs
13671                 Patches by Alfons.
13672
13673 2005-01-04 [colin]      0.9.13cvs25.8
13674
13675         * src/compose.c
13676                 Move the attachment list to gtk2
13677                 Patch by Alfons.
13678
13679 2005-01-04 [colin]      0.9.13cvs25.7
13680
13681         * src/textview.c
13682                 Make some keys work again
13683                 Patch by SungHyun Nam <namsh@kldp.org>
13684
13685 2005-01-04 [colin]      0.9.13cvs25.6
13686
13687         * src/gtk/gtkshruler.c
13688                 Move the ruler to GTK2
13689                 Patch by Alfons
13690
13691 2005-01-03 [colin]      0.9.13cvs25.5
13692
13693         * src/compose.c
13694                 Fix my broken patch apply 
13695
13696 2005-01-03 [colin]      0.9.13cvs25.4
13697
13698         * src/common/utils.c
13699         * src/common/utils.h
13700         * src/gtk/prefswindow.c
13701                 Move auto pointer stuff to utils.c
13702                 Patch by Alfons again :)
13703
13704 2005-01-03 [colin]      0.9.13cvs25.3
13705
13706         * src/compose.c
13707         * src/prefs_gtk.c
13708         * src/prefs_template.c
13709         * src/textview.c
13710                 Empty text widgets with empty strings, not NULL char
13711                 Patch by SungHyun Nam <namsh@kldp_org>
13712
13713 2005-01-03 [colin]      0.9.13cvs25.2
13714
13715         * src/main.c
13716         * AUTHORS
13717                 Sync with HEAD
13718
13719 2005-01-03 [colin]      0.9.13cvs25.1
13720
13721         * src/pop.c
13722         * src/pop.h
13723                 Sync with HEAD
13724
13725 2005-01-03 [colin]      0.9.13cvs24.3
13726
13727         * src/account.c
13728                 Two patches from Alfons and Alex S Moore:
13729                 fix images, fix return value.
13730
13731 2005-01-01 [colin]      0.9.13cvs24.2
13732
13733         * src/prefs_actions.c
13734                 Fix over-zealous assertion. Patch by Alfons
13735
13736 2005-01-01 [colin]      0.9.13cvs24.1
13737
13738         * src/procmime.c
13739                 Sync with HEAD (leak fix)
13740
13741 2004-12-31 [colin]      0.9.13cvs23.2
13742
13743         * src/prefs_common.c
13744                 GTK2 widgets + stock buttons - patch by Alfons
13745
13746 2004-12-31 [paul]       0.9.13cvs23.1
13747
13748         * configure.ac
13749                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13750         * src/gtk/pluginwindow.c
13751                 use GTK2 widgets and plug memory leaks,
13752                 patches by Alfons
13753
13754 2004-12-30 [colin]      0.9.13cvs22.4
13755
13756         * src/account.c
13757         * src/action.c
13758         * src/export.c
13759         * src/foldersel.c
13760         * src/import.c
13761         * src/message_search.c
13762         * src/prefs_actions.c
13763         * src/prefs_common.c
13764         * src/prefs_customheader.c
13765         * src/prefs_filtering.c
13766         * src/prefs_summary_column.c
13767         * src/summary_search.c
13768         * src/gtk/about.c
13769         * src/gtk/description_window.c
13770         * src/gtk/gtkutils.c
13771         * src/gtk/gtkutils.h
13772         * src/gtk/inputdialog.c
13773         * src/gtk/prefswindow.c
13774                 Use GTK2 stock buttons. Patches by Alfons.
13775
13776 2004-12-30 [colin]      0.9.13cvs22.3
13777
13778         * src/account.c
13779                 Sync with HEAD
13780         * src/prefs_actions.c
13781         * src/prefs_customheader.c
13782         * src/prefs_filtering.c
13783         * src/prefs_msg_colors.c
13784         * src/prefs_summary_column.c
13785         * src/gtk/prefswindow.c
13786                 Use GtkTreeView instead of deprecated 
13787                 widgets. Patches by Alfons.
13788
13789 2004-12-30 [paul]       0.9.13cvs22.2
13790
13791         * src/foldersel.c
13792                 use GTK 2 Tree View
13793                 patch by Alfons, with root folder sorting fix
13794                 by Stephan Sachse
13795
13796 2004-12-30 [paul]       0.9.13cvs22.1
13797
13798         * ChangeLog
13799         * ChangeLog.claws
13800         * ChangeLog.jp
13801         * NEWS
13802         * configure.ac
13803         * src/account.c
13804                 sync with HEAD
13805
13806 2004-12-22 [martin]     0.9.13cvs21.2
13807
13808         * src/action.c
13809                 free the command line after its use
13810
13811 2004-12-18 [paul]       0.9.13cvs21.1
13812
13813         * AUTHORS
13814         * ChangeLog
13815         * ChangeLog.claws
13816         * ChangeLog.jp
13817         * NEWS
13818         * configure.ac
13819         * src/action.c
13820         * src/compose.c
13821         * src/syldap.c
13822                 sync with HEAD
13823
13824 2004-12-17 [martin]     0.9.13cvs17.2
13825
13826         * src/action.c
13827                 convert actions input to locale
13828         * src/inc.c
13829                 convert notification command to locale
13830         * src/plugins/pgpmime/select-keys.c
13831                 convert attributes to utf8
13832
13833 2004-12-14 [colin]      0.9.13cvs17.1
13834
13835         * ChangeLog
13836         * ChangeLog.jp
13837         * ChangeLog.claws
13838         * src/action.c
13839         * src/common/utils.c
13840         * src/gtk/prefswindow.c
13841         * src/gtk/gtkutils.c
13842         * src/gtk/gtkutils.h
13843         * src/plugins/spamassassin/libspamc.c
13844                 Sync with HEAD
13845
13846 2004-12-13 [colin]      0.9.13cvs14.1
13847
13848         * src/quote_fmt_parse.y
13849                 Sync with HEAD
13850
13851 2004-12-10 [colin]      0.9.13cvs12.1
13852
13853         * src/prefs_themes.c
13854         * src/mainwindow.c
13855         * src/messageview.c
13856                 Sync with HEAD
13857
13858 2004-12-09 [colin]      0.9.13cvs10.1
13859
13860         * src/procmime.c
13861                 Sync with HEAD (fix B64 encoding from memory)
13862
13863 2004-12-08 [colin]      0.9.13cvs9.1
13864
13865         * src/gtk/colorlabel.c
13866                 Sync with HEAD
13867
13868 2004-12-08 [paul]       0.9.13cvs8.2
13869
13870         * src/gtk/pluginwindow.c
13871                 fix window resizing oddities
13872
13873 2004-12-08 [colin]      0.9.13cvs8.1
13874
13875         * src/quote_fmt_parse.y
13876                 Sync with HEAD
13877
13878 2004-12-08 [colin]      0.9.13cvs7.1
13879
13880         * src/matcher_parser_parse.y
13881         * src/msgcache.c
13882         * src/prefs_matcher.c
13883         * src/procheader.c
13884         * src/matcher.c
13885         * src/common/defs.h
13886         * po/sr.po
13887                 Sync with HEAD
13888
13889 2004-12-08 [colin]      0.9.13cvs6.1
13890
13891         * src/quote_fmt_parse.y
13892         * src/textview.c
13893                 Sync with HEAD
13894         * src/gtk/prefswindow.c
13895         * src/gtk/pluginwindow.c
13896                 Fix G_CALLBACKS protos (thanks to Alfons)
13897
13898 2004-12-07 [torte]      0.9.13cvs2.2
13899
13900         * src/procmime.c
13901                 [Bug 650] reply button causes crash
13902                 Thanks to David Relson and Christoph
13903
13904 2004-12-07 [colin]      0.9.13cvs2.1
13905
13906         * ChangeLog.claws
13907         * AUTHORS
13908         * po/sk.po
13909         * src/procmime.c
13910         * src/prefs_account.c
13911         * src/common/smtp.c
13912         * src/common/smtp.h
13913                 Sync with HEAD
13914
13915 2004-12-06 [colin]      0.9.12cvs187.1
13916
13917         * ChangeLog.claws
13918         * INSTALL
13919         * Makefile.am
13920         * README.claws
13921         * TODO.claws
13922         * configure.ac
13923         * po/bg.po
13924         * po/cs.po
13925         * po/el.po
13926         * po/en_GB.po
13927         * po/es.po
13928         * po/fr.po
13929         * po/hr.po
13930         * po/hu.po
13931         * po/it.po
13932         * po/ja.po
13933         * po/ko.po
13934         * po/nl.po
13935         * po/pl.po
13936         * po/pt_BR.po
13937         * po/ru.po
13938         * po/sk.po
13939         * po/sr.po
13940         * po/sv.po
13941         * po/zh_CN.po
13942         * po/zh_TW.Big5.po
13943         * src/compose.c
13944         * tools/Makefile.am
13945         * tools/README
13946         * tools/filter_conv.pl
13947         * tools/kdeservicemenu/README
13948         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13949         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13950                 Sync with HEAD
13951
13952 2004-12-04 [colin]      0.9.12cvs183.1
13953
13954         * src/compose.c
13955                 Sync with HEAD (compose window position saving)
13956
13957 2004-12-04 [paul]       0.9.12cvs182.3
13958
13959         * src/messageview.c
13960         * src/mimeview.c
13961         * src/prefs_customheader.c
13962         * src/gtk/quicksearch.c
13963                 replace some forgotten GTK_SIGNAL_FUNCs
13964
13965 2004-12-04 [paul]       0.9.12cvs182.2
13966
13967         * src/Makefile.am
13968                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
13969                 committed in error      
13970
13971 2004-12-04 [paul]       0.9.12cvs182.1
13972
13973         * ChangeLog
13974         * ChangeLog.claws
13975         * ChangeLog.jp
13976         * INSTALL
13977         * NEWS
13978         * README
13979         * README.jp
13980         * configure.ac
13981         * doc/manual/ja/Makefile.am
13982         * doc/manual/ja/sylpheed-1.html
13983         * doc/manual/ja/sylpheed-10.html
13984         * doc/manual/ja/sylpheed-11.html
13985         * doc/manual/ja/sylpheed-12.html
13986         * doc/manual/ja/sylpheed-13.html
13987         * doc/manual/ja/sylpheed-14.html
13988         * doc/manual/ja/sylpheed-15.html
13989         * doc/manual/ja/sylpheed-16.html
13990         * doc/manual/ja/sylpheed-17.html
13991         * doc/manual/ja/sylpheed-18.html
13992         * doc/manual/ja/sylpheed-19.html
13993         * doc/manual/ja/sylpheed-2.html
13994         * doc/manual/ja/sylpheed-20.html
13995         * doc/manual/ja/sylpheed-3.html
13996         * doc/manual/ja/sylpheed-4.html
13997         * doc/manual/ja/sylpheed-5.html
13998         * doc/manual/ja/sylpheed-6.html
13999         * doc/manual/ja/sylpheed-7.html
14000         * doc/manual/ja/sylpheed-8.html
14001         * doc/manual/ja/sylpheed-9.html
14002         * doc/manual/ja/sylpheed.html
14003         * doc/manual/ja/sylpheed.sgml
14004         * po/de.po
14005         * src/Makefile.am
14006         * src/compose.c
14007         * src/procmime.c
14008         * src/pixmaps/regular.xpm **REMOVED**
14009         * src/plugins/pgpmime/pgpmime.c
14010         * src/plugins/pgpmime/plugin.c
14011         * src/plugins/pgpmime/prefs_gpg.c
14012                 sync with HEAD
14013
14014 2004-12-03 [paul]       0.9.12cvs180.1
14015
14016         * ChangeLog
14017         * ChangeLog.claws
14018         * ChangeLog.jp
14019         * configure.ac
14020         * src/Makefile.am
14021         * src/pop.c
14022         * src/common/utils.c
14023         * src/common/utils.h
14024         * src/pixmaps/continue.xpm
14025         * src/pixmaps/dir_close.xpm
14026         * src/pixmaps/dir_open.xpm
14027         * src/pixmaps/drafts_close.xpm
14028         * src/pixmaps/drafts_open.xpm
14029         * src/pixmaps/folder.xpm **REMOVED**
14030         * src/pixmaps/group.xpm
14031         * src/pixmaps/unread.xpm
14032                 sync with HEAD
14033
14034 2004-12-02 [colin]      0.9.12cvs179.1
14035
14036         * src/compose.c
14037                 Sync with HEAD (non-duplicated reedition)
14038
14039 2004-12-02 [colin]      0.9.12cvs178.1
14040
14041         * src/compose.c
14042                 Sync with HEAD (linewrap_quote fix)
14043
14044 2004-12-01 [colin]      0.9.12cvs177.3
14045
14046         * src/addrharvest.c
14047                 Replace sizeof with strlen
14048
14049 2004-12-01 [paul]       0.9.12cvs177.2
14050
14051         * src/addrharvest.c
14052                 fix 'harvest addresses'
14053
14054 2004-11-30 [colin]      0.9.12cvs177.1
14055
14056         * src/gtk/prefswindow.c
14057         * src/gtk/pluginwindow.c
14058                 Sync with HEAD
14059
14060 2004-11-29 [colin]      0.9.12cvs176.1
14061
14062         * src/folderview.c
14063                 sync with HEAD (Fix disappearing separators in folderview's popup)
14064
14065 2004-11-29 [colin]      0.9.12cvs175.1
14066
14067         * src/procmime.c
14068                 Sync with head (another format fix)
14069
14070 2004-11-29 [colin]      0.9.12cvs174.1
14071
14072         * src/pop.c
14073                 Sync with HEAD (format string fix)
14074
14075 2004-11-26 [colin]      0.9.12cvs173.1
14076
14077         * src/common/smtp.c
14078         * src/common/smtp.h
14079                 Sync with HEAD
14080
14081 2004-11-24 [colin]      0.9.12cvs172.1
14082
14083         * src/plugins/pgpmime/pgpmime.c
14084                 Sync with HEAD
14085
14086 2004-11-24 [colin]      0.9.12cvs171.1
14087
14088         * src/plugins/pgpmime/pgpmime.c
14089                 Sync with head (gpgmectx leaks)
14090
14091 2004-11-24 [colin]      0.9.12cvs169.1
14092
14093         * src/plugins/pgpmime/plugin.c
14094         * src/plugins/trayicon/Makefile.am
14095         * src/plugins/trayicon/newmarkedmail.xpm
14096         * src/plugins/trayicon/trayicon.c
14097         * src/plugins/trayicon/unreadmarkedmail.xpm
14098                 Sync with HEAD
14099
14100 2004-11-23 [colin]      0.9.12cvs168.1
14101
14102         * src/partial_download.c
14103         * src/partial_download.h
14104         * src/plugins/pgpmime/plugin.c
14105                 Sync with HEAD
14106
14107 2004-11-23 [colin]      0.9.12cvs166.1
14108
14109         * src/Makefile.am
14110         * src/codeconv.c
14111         * src/compose.c
14112         * src/folderview.c
14113         * src/main.c
14114         * src/partial_download.c
14115         * src/partial_download.h
14116         * src/prefs_account.c
14117         * src/prefs_account.h
14118         * src/privacy.c
14119         * src/privacy.h
14120         * src/procmime.c
14121         * src/common/Makefile.am
14122         * src/common/base64.h
14123         * src/common/partial_download.c
14124         * src/common/partial_download.h
14125         * src/gtk/prefswindow.c
14126         * src/gtk/prefswindow.h
14127         * src/plugins/pgpmime/pgpmime.c
14128         * src/plugins/pgpmime/prefs_gpg.c
14129         * src/plugins/pgpmime/prefs_gpg.h
14130         * src/plugins/pgpmime/sgpgme.c
14131         * src/plugins/pgpmime/sgpgme.h
14132                 Sync with HEAD
14133
14134 2004-11-23 [colin]      0.9.12cvs163.1
14135
14136         * src/main.c
14137                 Sync with HEAD (cursor optimization)
14138
14139 2004-11-23 [colin]      0.9.12cvs162.1
14140
14141         * src/prefs_common.c
14142         * src/prefs_themes.c
14143         * src/procmsg.c
14144                 Sync with HEAD
14145
14146 2004-11-23 [colin]      0.9.12cvs158.9
14147
14148         * src/compose.c
14149                 Fix double-free when forwarding
14150         * src/msgcache.c
14151                 Fix leak on error path
14152                 
14153
14154 2004-11-23 [colin]      0.9.12cvs158.8
14155
14156         * src/compose.c
14157                 Fix possible double-free
14158                 Spotted by Alfons
14159
14160 2004-11-23 [colin]      0.9.12cvs158.7
14161
14162         * src/compose.c
14163                 Fix some signal handlers' prototypes
14164                 Spotted by Alfons
14165
14166 2004-11-22 [colin]      0.9.12cvs158.6
14167
14168         * src/compose.c
14169                 Remove unneeded code and duplicated
14170                 wrapping - patch by Alfons
14171
14172 2004-11-22 [colin]      0.9.12cvs158.5
14173
14174         * src/prefs_themes.c
14175                 Fix oversized selector
14176
14177 2004-11-22 [colin]      0.9.12cvs158.4
14178
14179         * src/compose.c
14180                 fix dump_text()
14181                 patch by Alfons
14182
14183 2004-11-19 [colin]      0.9.12cvs158.3
14184
14185         * src/textview.c
14186                 Add a context menu on links (open, copy)
14187
14188 2004-11-18 [paul]       0.9.12cvs158.2
14189
14190         * src/addrgather.c
14191         * src/exphtmldlg.c
14192         * src/expldifdlg.c
14193         * src/mimeview.c
14194         * src/prefs_common.c
14195         * src/plugins/image_viewer/viewer.c
14196         * src/plugins/spamassassin/spamassassin_gtk.c
14197                 replace deprecated gtk_notebook_set_page
14198                 and gtk_notebook_current_page
14199
14200 2004-11-18 [paul]       0.9.12cvs158.1
14201
14202         * configure.ac
14203         * src/compose.c
14204         * src/mainwindow.c
14205         * src/messageview.c
14206         * src/prefs_common.c
14207         * src/common/utils.c
14208         * src/common/utils.h
14209                 sync with HEAD
14210
14211 2004-11-17 [colin]      0.9.12cvs156.1
14212
14213         * src/prefs_account.c
14214         * src/prefs_account.h
14215         * src/procmsg.c
14216                 Sync with HEAD (add pref to store encrypted mails encrypted)
14217
14218 2004-11-17 [paul]       0.9.12cvs155.1
14219
14220         * ChangeLog
14221         * ChangeLog.claws
14222         * ChangeLog.jp
14223         * NEWS
14224         * configure.ac
14225         * src/compose.c
14226         * src/jpilot.c
14227         * src/privacy.c
14228         * src/procmime.c
14229         * src/procmime.h
14230         * src/procmsg.c
14231         * src/toolbar.c
14232         * src/pixmaps/error.xpm
14233                 sync with HEAD
14234
14235 2004-11-17 [colin]      0.9.12cvs151.1
14236
14237         * src/plugins/pgpmime/pgpmime.c
14238                 Sync with HEAD (remove debug printf)
14239
14240 2004-11-17 [colin]      0.9.12cvs150.1
14241
14242         * src/plugins/pgpmime/pgpmime.c
14243                 Sync with HEAD (off-by-one fix)
14244
14245 2004-11-17 [colin]      0.9.12cvs149.1
14246
14247         * src/procmsg.c
14248                 Sync with HEAD (coding style fixes)
14249
14250 2004-11-16 [colin]      0.9.12cvs148.1
14251
14252         * src/procmsg.c
14253                 Sync with head (Fix the fix)
14254
14255 2004-11-16 [colin]      0.9.12cvs147.1
14256
14257         * src/procmsg.c
14258                 Sync with Main (leak fix)
14259
14260 2004-11-16 [colin]      0.9.12cvs146.14
14261
14262         * src/compose.c
14263                 Remove useless chunk of code
14264                 Patch by Alfons
14265
14266 2004-11-15 [colin]      0.9.12cvs146.13
14267
14268         * src/compose.c
14269                 Fix drafting after insertion
14270                 Patch by Alfons
14271
14272 2004-11-15 [colin]      0.9.12cvs146.12
14273
14274         * src/compose.c
14275         * src/prefs_filtering.c
14276         * src/prefs_filtering_action.c
14277         * src/prefs_toolbar.c
14278                 Fix some const-correctness
14279
14280 2004-11-15 [colin]      0.9.12cvs146.11
14281
14282         * src/summaryview.c
14283         * src/prefs_themes.c
14284         * src/messageview.c
14285                 Fix some leaks
14286
14287 2004-11-15 [colin]      0.9.12cvs146.10
14288
14289         * src/codeconv.c
14290                 More unreadable locale fixes
14291
14292 2004-11-14 [colin]      0.9.12cvs146.9
14293
14294         * src/textview.c
14295                 Fix uri_security_check
14296                 Patch by Alfons
14297
14298 2004-11-13 [paul]       0.9.12cvs146.8
14299
14300         * src/folder.c
14301         * src/procmime.c
14302                 fix 2 bugs introduced in last commit
14303
14304 2004-11-13 [paul]       0.9.12cvs146.7
14305
14306         * src/compose.c
14307         * src/exporthtml.c
14308         * src/exportldif.c
14309         * src/folder.c
14310         * src/imap.c
14311         * src/imap_gtk.c
14312         * src/main.c
14313         * src/mainwindow.c
14314         * src/messageview.c
14315         * src/mh_gtk.c
14316         * src/prefs_themes.c
14317         * src/procmime.c
14318         * src/setup.c
14319         * src/summaryview.c
14320                 replace deprecated g_basename
14321
14322 2004-11-13 [paul]       0.9.12cvs146.6
14323
14324         * src/compose.c
14325         * src/imap.c
14326         * src/matcher_parser.h
14327         * src/matcher_parser_parse.y
14328         * src/prefs_filtering.c
14329         * src/prefs_filtering_action.c
14330         * src/prefs_themes.c
14331         * src/prefs_toolbar.c
14332         * src/common/utils.c
14333                 various small fixes/cleanups
14334
14335 2004-11-12 [colin]      0.9.12cvs146.5
14336
14337         * src/textview.c
14338                 Validate event's origin on visibility notify
14339                 Patch by Alfons.
14340
14341 2004-11-12 [paul]       0.9.12cvs146.4
14342
14343         * src/exporthtml.c
14344         * src/exportldif.c
14345         * src/imap.c
14346         * src/mh.c
14347         * src/mimeview.c
14348         * src/prefs_spelling.c
14349         * src/prefs_themes.c
14350                 replace deprecated g_dirname    
14351
14352 2004-11-12 [colin]      0.9.12cvs146.3
14353
14354         * src/textview.c
14355                 Some coding style fixes
14356
14357 2004-11-12 [colin]      0.9.12cvs146.2
14358
14359         * src/codeconv.c
14360                 We want to replace _all_ extended chars in
14361                 conv_unreadable_*, because any string containing
14362                 extended chars not parsing as UTF8 is 
14363                 undisplayed on gtk2.
14364
14365 2004-11-12 [paul]       0.9.12cvs146.1
14366
14367         * ChangeLog
14368         * ChangeLog.claws
14369         * ChangeLog.jp
14370         * NEWS
14371         * configure.ac
14372         * src/account.c
14373         * src/folderview.c
14374         * src/folderview.h
14375         * src/imap.c
14376         * src/imap_gtk.c
14377         * src/inc.c
14378         * src/mainwindow.c
14379         * src/mh_gtk.c
14380         * src/news_gtk.c
14381         * src/pop.c
14382         * src/prefs_account.c
14383         * src/prefs_account.h
14384         * src/prefs_ext_prog.c
14385         * src/procmime.c
14386         * src/procmime.h
14387         * src/procmsg.c
14388         * src/procmsg.h
14389         * src/summary_search.c
14390         * src/summaryview.c
14391         * src/textview.c
14392         * src/common/defs.h
14393         * src/common/utils.c
14394         * src/common/utils.h
14395         * src/gtk/menu.c
14396         * src/gtk/menu.h
14397                 sync with HEAD
14398
14399 2004-11-11 [colin]      0.9.12cvs144.2
14400
14401         * src/textview.c
14402                 Fix URI range selection (patch by Alfons)
14403
14404 2004-11-09 [colin]      0.9.12cvs144.1
14405
14406         * ChangeLog.claws
14407         * src/compose.c
14408         * src/folder.c
14409         * src/folder_item_prefs.c
14410         * src/prefs_account.c
14411         * src/prefs_account.h
14412         * src/plugins/pgpmime/pgpmime.c
14413                 Sync with HEAD
14414
14415 2004-11-08 [colin]      0.9.12cvs143.1
14416
14417         * src/summaryview.c
14418                 Sync with HEAD (optimize quicksearch)
14419
14420 2004-11-08 [colin]      0.9.12cvs142.2
14421
14422         * src/compose.c
14423                 Don't wrap when Edit/Auto wrapping is disabled
14424
14425 2004-11-08 [colin]      0.9.12cvs142.1
14426
14427         * src/textview.c
14428                 Sync with HEAD
14429
14430 2004-11-08 [colin]      0.9.12cvs141.1
14431
14432         * src/textview.c
14433                 Sync with HEAD (fix some mail URIs)
14434
14435 2004-11-08 [colin]      0.9.12cvs140.3
14436
14437         * src/textview.c
14438                 o Use text cursor instead of arrow when
14439                   not on a link
14440                 o Fix handling of contiguous links (as in
14441                   "colin@colino.net" <colin@colino.net>)
14442                   This one unveils a bug in get_email_part()
14443
14444 2004-11-07 [colin]      0.9.12cvs140.2
14445
14446         * src/textview.c
14447                 Fix memleak. Patch by Alfons.
14448
14449 2004-11-06 [colin]      0.9.12cvs140.1
14450
14451         * src/compose.c
14452                 Sync with HEAD (don't ask passphrase
14453                 when drafting)
14454
14455 2004-11-06 [paul]       0.9.12cvs139.2
14456
14457         * AUTHORS
14458         * src/textview.c
14459         * src/textview.h
14460                 textview URI handling. hovering over a 
14461                 link displays it in the status bar,
14462                 and changes the mouse pointer to a hand 
14463                 cursor. a link is activated with a single 
14464                 click. (Modified from the) patch by Jean-Yves 
14465                 Lefort <jylefort@users.sourceforge.net>
14466                 
14467
14468 2004-11-05 [colin]      0.9.12cvs139.1
14469
14470         * src/compose.c
14471         * src/procmime.c
14472                 Sync with HEAD again ^^
14473
14474 2004-11-05 [colin]      0.9.12cvs139.1
14475
14476         * src/compose.c
14477         * src/procmime.c
14478                 Sync with HEAD
14479
14480 2004-11-03 [paul]       0.9.12cvs138.1
14481
14482         * ChangeLog.claws
14483         * configure.ac
14484         * po/POTFILES.in
14485         * src/prefs_ext_prog.c
14486         * src/procmime.c
14487         * tools/kdeservicemenu/README
14488         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14489         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14490                 sync with HEAD
14491
14492 2004-11-01 [christoph]  0.9.12cvs136.2
14493
14494         * src/procmime.c
14495                 convert MIME parameters to UTF-8
14496
14497 2004-10-29 [colin]      0.9.12cvs136.1
14498
14499         * src/common/utils.c
14500                 Sync with HEAD (don't use '=' in mime boundary)
14501
14502 2004-10-29 [paul]       0.9.12cvs135.1
14503
14504         * configure.ac
14505         * doc/src/rfc2231.txt
14506         * src/procmime.c
14507         * src/common/quoted-printable.c
14508         * src/common/utils.c
14509         * src/common/utils.h
14510                 sync with HEAD
14511
14512 2004-10-27 [paul]       0.9.12cvs134.1
14513
14514         * configure.ac
14515         * src/main.c
14516         * src/procmime.c
14517         * src/plugins/pgpmime/pgpmime.c
14518                 sync with HEAD
14519
14520 2004-10-26 [paul]       0.9.12cvs132.3
14521
14522         * src/account.c
14523         * src/addressbook.c
14524         * src/addrgather.c
14525         * src/addrharvest.c
14526         * src/codeconv.c
14527         * src/compose.c
14528         * src/customheader.c
14529         * src/editaddress.c
14530         * src/editgroup.c
14531         * src/enriched.c
14532         * src/expldifdlg.c
14533         * src/exporthtml.c
14534         * src/exportldif.c
14535         * src/folder.c
14536         * src/foldersel.c
14537         * src/folderview.c
14538         * src/grouplistdialog.c
14539         * src/html.c
14540         * src/imap.c
14541         * src/jpilot.c
14542         * src/ldapserver.c
14543         * src/ldif.c
14544         * src/mimeview.c
14545         * src/news.c
14546         * src/news_gtk.c
14547         * src/pop.c
14548         * src/prefs_display_header.c
14549         * src/prefs_gtk.c
14550         * src/prefs_msg_colors.c
14551         * src/prefs_toolbar.c
14552         * src/procheader.c
14553         * src/procmime.c
14554         * src/summaryview.c
14555         * src/textview.c
14556         * src/toolbar.c
14557         * src/vcard.c
14558         * src/common/mgutils.c
14559         * src/common/nntp.c
14560         * src/common/smtp.c
14561         * src/common/template.c
14562         * src/common/utils.c
14563         * src/common/xmlprops.c
14564         * src/plugins/pgpmime/pgpmime.c
14565         * src/plugins/pgpmime/select-keys.c
14566         * src/plugins/pgpmime/sgpgme.c
14567                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14568                 g_string_sprintfa(), gtk_notebook_current_page()
14569
14570 2004-10-26 [colin]      0.9.12cvs132.2
14571
14572         * src/prefs_folder_item.c
14573                 Fix default-account selection
14574
14575 2004-10-21 [colin]      0.9.12cvs133
14576
14577         * src/compose.c
14578                 Sync with HEAD (Remove extra separator in compose's Options)
14579         * src/textview.c
14580                 Set wrapping to char
14581
14582 2004-10-21 [paul]       0.9.12cvs131.2
14583
14584         * src/compose.c
14585         * src/sourcewindow.c
14586                 fix wrapping
14587                 fix window shrinking 
14588
14589 2004-10-21 [colin]      0.9.12cvs131.1
14590
14591         * ChangeLog.claws
14592         * src/compose.c
14593                 Sync with HEAD
14594
14595 2004-10-21 [paul]       0.9.12cvs130.2
14596
14597         * src/prefs_folder_item.c
14598                 sync with HEAD (Apply to subfolders)
14599
14600 2004-10-19 [colin]      0.9.12cvs130.1
14601
14602         * ChangeLog.claws
14603         * src/compose.c
14604         * src/common/utils.c
14605         * src/gtk/menu.c
14606                 Sync with HEAD
14607
14608 2004-10-19 [colin]      0.9.12cvs128.1
14609
14610         * src/addrbook.c
14611         * src/addrcache.c
14612         * src/addressbook.c
14613         * src/codeconv.c
14614         * src/compose.c
14615         * src/customheader.c
14616         * src/editaddress.c
14617         * src/editgroup.c
14618         * src/exporthtml.c
14619         * src/folder.c
14620         * src/folderview.c
14621         * src/imap.c
14622         * src/jpilot.c
14623         * src/main.c
14624         * src/matcher_parser_parse.y
14625         * src/mbox.c
14626         * src/pop.c
14627         * src/prefs_account.c
14628         * src/prefs_gtk.c
14629         * src/prefs_msg_colors.c
14630         * src/procheader.c
14631         * src/procmime.c
14632         * src/procmime.h
14633         * src/procmsg.c
14634         * src/summaryview.c
14635         * src/textview.c
14636         * src/common/base64.c
14637         * src/common/partial_download.c
14638         * src/common/socket.c
14639         * src/common/sylpheed.c
14640         * src/common/utils.c
14641         * src/common/utils.h
14642         * src/gtk/pluginwindow.c
14643         * src/gtk/quicksearch.c
14644         * src/plugins/clamav/clamav_plugin.c
14645         * src/plugins/clamav/clamav_plugin.h
14646         * src/plugins/clamav/clamav_plugin_gtk.c
14647         * src/plugins/pgpmime/passphrase.c
14648         * src/plugins/pgpmime/pgpmime.c
14649         * src/plugins/pgpmime/plugin.c
14650         * src/plugins/pgpmime/prefs_gpg.c
14651         * src/plugins/pgpmime/prefs_gpg.h
14652         * src/plugins/pgpmime/select-keys.c
14653         * src/plugins/pgpmime/sgpgme.c
14654         * src/plugins/spamassassin/libspamc.c
14655         * src/plugins/spamassassin/spamassassin.c
14656         * src/plugins/spamassassin/spamassassin.h
14657         * src/plugins/spamassassin/spamassassin_gtk.c
14658         * src/plugins/trayicon/trayicon.c
14659         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14660                 Sync with HEAD
14661
14662 2004-10-14 [colin]      0.9.12cvs126.2
14663
14664         * src/codeconv.c
14665         * src/textview.c
14666                 Fix conv_unreadable_locale
14667
14668 2004-10-13 [colin]      0.9.12cvs126.1
14669
14670         * src/compose.c
14671                 Sync with HEAD (don't convert charset for 
14672                 drafted messages, minor cleanup)
14673
14674 2004-10-13 [colin]      0.9.12cvs125.1
14675
14676         * po/POTFILES.in
14677                 Sync with HEAD (POTFILES fix)
14678
14679 2004-10-12 [colin]      0.9.12cvs124.3
14680
14681         * src/compose.c
14682                 Fix encoding bug from latest sync
14683
14684 2004-10-12 [paul]       0.9.12cvs124.2
14685
14686         * src/plugins/pgpmime/prefs_gpg.c
14687         * src/plugins/pgpmime/prefs_gpg.h
14688                 forgotten in last commit        
14689
14690 2004-10-12 [paul]       0.9.12cvs124.1
14691
14692         * ChangeLog.claws
14693         * configure.ac
14694         * m4/spamassassin.m4
14695         * src/Makefile.am
14696         * src/account.c
14697         * src/compose.c
14698         * src/compose.h
14699         * src/crash.c
14700         * src/main.c
14701         * src/mimeview.c
14702         * src/passphrase.c
14703         * src/passphrase.h
14704         * src/prefs_account.c
14705         * src/prefs_account.h
14706         * src/prefs_common.c
14707         * src/privacy.c
14708         * src/privacy.h
14709         * src/procmime.c
14710         * src/procmime.h
14711         * src/procmsg.c
14712         * src/rfc2015.c
14713         * src/rfc2015.h
14714         * src/select-keys.c
14715         * src/select-keys.h
14716         * src/textview.c
14717         * src/common/utils.c
14718         * src/common/utils.h
14719         * src/gtk/about.c
14720         * src/plugins/pgpmime/Makefile.am
14721         * src/plugins/pgpmime/passphrase.c
14722         * src/plugins/pgpmime/passphrase.h
14723         * src/plugins/pgpmime/pgpmime.c
14724         * src/plugins/pgpmime/plugin.c
14725         * src/plugins/pgpmime/select-keys.c
14726         * src/plugins/pgpmime/select-keys.h
14727         * src/plugins/pgpmime/sgpgme.c
14728         * src/plugins/pgpmime/sgpgme.h
14729                 sync with HEAD
14730
14731 2004-10-04 [colin]      0.9.12cvs122.1
14732
14733         * src/mainwindow.c
14734         * src/messageview.c
14735         * src/messageview.h
14736         * src/textview.c
14737                 Sync with HEAD
14738
14739 2004-10-04 [colin]      0.9.12cvs121.1
14740
14741         * src/summaryview.c
14742                 Sync with HEAD
14743
14744 2004-10-04 [paul]       0.9.12cvs120.1
14745
14746         * configure.ac
14747                 sync with HEAD [don't try to build 
14748                 pgpmime plugin when gpgme is disabled]
14749
14750 2004-10-03 [colin]      0.9.12cvs119.3
14751
14752         * src/gtk/gtksctree.c
14753                 Lots of side effects. Put back as before 117.2.
14754         * src/summaryview.c
14755                 Fix bug #602
14756
14757 2004-10-03 [colin]      0.9.12cvs119.2
14758
14759         * src/gtk/gtksctree.c
14760                 Revert 608 fix that doesn't work that good
14761
14762 2004-10-02 [colin]      0.9.12cvs119.1
14763
14764         * src/mainwindow.c
14765         * src/messageview.c
14766         * src/prefs_common.h
14767         * src/procmime.c
14768         * src/procmime.h
14769         * src/textview.c
14770                 Sync with HEAD
14771         * src/gtk/gtksctree.c
14772                 Close bug #608
14773
14774 2004-10-01 [colin]      0.9.12cvs118.1
14775
14776         * src/mimeview.c
14777                 Sync with HEAD (better Save All fix)
14778
14779 2004-10-01 [colin]      0.9.12cvs117.2
14780
14781         * src/gtk/gtksctree.c
14782                 Faster on selection
14783
14784 2004-10-01 [colin]      0.9.12cvs117.1
14785
14786         * src/mimeview.c
14787                 Sync with HEAD (Save All: only attachments)
14788
14789 2004-10-01 [paul]       0.9.12cvs116.1
14790
14791         * ChangeLog.claws
14792         * configure.ac
14793         * src/account.c
14794         * src/prefs_common.c
14795         * src/gtk/colorlabel.c
14796                 sync with HEAD
14797
14798 2004-09-30 [colin]      0.9.12cvs115.1
14799
14800         * src/stock_pixmap.c
14801         * src/stock_pixmap.h
14802         * src/folderview.c
14803         * src/Makefile.am
14804         * src/pixmaps/read.xpm
14805                 Sync with HEAD (new pixmap)
14806
14807 2004-09-29 [colin]      0.9.12cvs114.1
14808
14809         * src/compose.c
14810                 Sync with HEAD
14811                 Fix focus handling in headers
14812
14813 2004-09-29 [paul]       0.9.12cvs113.1
14814
14815         * src/quote_fmt_parse.y
14816                 sync with HEAD
14817  
14818
14819 2004-09-28 [colin]      0.9.12cvs112.1
14820
14821         * src/folderview.c
14822         * src/mainwindow.c
14823                 Sync with HEAD
14824
14825 2004-09-28 [colin]      0.9.12cvs110.1
14826
14827         * src/folderview.c
14828                 Sync with HEAD (Contextual Empty trash menu)
14829
14830 2004-09-28 [colin]      0.9.12cvs108.1
14831
14832         * src/addressbook.c
14833                 Sync with HEAD (addressbook edit on double-click)
14834
14835 2004-09-28 [colin]      0.9.12cvs106.1
14836
14837         * src/inc.c
14838                 Sync with HEAD (folder_item freeze on inc)
14839
14840 2004-09-27 [colin]      0.9.12cvs105.1
14841
14842         * src/folderview.c
14843                 Sync with HEAD (right-align new and unread column)
14844
14845 2004-09-27 [colin]      0.9.12cvs104.1
14846
14847         * src/main.c
14848                 Sync with HEAD (revert 0.9.12cvs101)
14849
14850 2004-09-24 [colin]      0.9.12cvs103.2
14851
14852         * src/wizard.c
14853                 Fix gtk warnings and use domain part of the email address 
14854                 when domain detection fails (no dot in domain name)
14855
14856 2004-09-23 [colin]      0.9.12cvs103.1
14857
14858         * src/plugins/spamassassin/libspamc.c
14859         * src/plugins/spamassassin/libspamc.h
14860         * src/plugins/spamassassin/utils.c
14861         * src/plugins/spamassassin/utils.h
14862                 Sync with HEAD (Update spamassassin to 3.0)
14863
14864 2004-09-21 [colin]      0.9.12cvs102.3
14865
14866         * src/action.c
14867                 Add horizontal scrollbar in action io dialog as needed
14868                 Patch by Alfons.
14869
14870 2004-09-20 [colin]      0.9.12cvs102.2
14871
14872         * src/plugins/image_viewer/viewer.c
14873                 Remove imlib stuff
14874                 use gtk_pixmap_set when clearing
14875                 (would be better to use gtkImages, but causes size-allocate 
14876                 signals storm)
14877
14878 2004-09-17 [paul]       0.9.12cvs102.1
14879
14880         * ChangeLog
14881         * ChangeLog.claws
14882         * ChangeLog.jp
14883         * configure.ac
14884         * src/inc.c
14885                 sync with HEAD
14886
14887
14888 2004-09-17 [colin]      0.9.12cvs101.1
14889
14890         * ChangeLog.claws
14891         * src/main.c
14892                 Sync with HEAD (fix segs at exit)
14893
14894 2004-09-14 [colin]      0.9.12cvs99.5
14895
14896         * src/common/socket.c
14897         * AUTHORS
14898                 Fix send error on 64bit platforms
14899                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
14900
14901 2004-09-14 [colin]      0.9.12cvs99.4
14902
14903         * src/action.c
14904                 Fix action output with utf8 
14905                 Patch by Alfons.
14906
14907 2004-09-14 [colin]      0.9.12cvs99.3
14908
14909         * ChangeLog.claws
14910         * src/folder.c
14911                 Sync with HEAD
14912
14913 2004-09-09 [colin]      0.9.12cvs99.2
14914
14915         * src/action.c
14916                 Fix progress bar (displaying "Completed %v/%u")
14917                 Patch by Alfons.
14918
14919 2004-09-08 [colin]      0.9.12cvs99.1
14920
14921         * src/account.c
14922         * src/folder.c
14923         * src/procmsg.c
14924         * src/procmsg.h
14925         * src/plugins/pgpmime/pgpmime.c
14926                 Sync with HEAD
14927
14928 2004-09-08 [colin]      0.9.12cvs97.2
14929
14930         * src/summaryview.c
14931                 Don't select mails in collapsed threads 
14932                 when navigating with up/down
14933
14934 2004-09-07 [colin]      0.9.12cvs97.1
14935
14936         * src/inc.c
14937                 Sync with HEAD (meaningful error messages)
14938
14939 2004-09-06 [colin]      0.9.12cvs96.1
14940
14941         * src/toolbar.c
14942                 Sync with HEAD (fix Redirect graying out)
14943
14944 2004-09-06 [colin]      0.9.12cvs95.1
14945
14946         * src/summaryview.c
14947         * src/mimeview.c
14948                 Sync with HEAD (fix dropped URIs)
14949
14950 2004-09-06 [colin]      0.9.12cvs94.1
14951
14952         * src/addressbook.c
14953         * src/addressitem.h
14954         * src/addritem.c
14955         * src/addritem.h
14956                 Sync with HEAD (addressbook DnD)
14957
14958 2004-09-03 [colin]      0.9.12cvs93.1
14959
14960         * src/summaryview.c
14961                 Sync with HEAD (next/prev unread)
14962
14963 2004-09-03 [colin]      0.9.12cvs92.1
14964
14965         * src/prefs_common.c
14966         * src/prefs_common.h
14967         * src/summaryview.c
14968                 Sync with HEAD ('mark_as_read_delay' pref)
14969
14970 2004-09-02 [colin]      0.9.12cvs91.2
14971
14972         * src/common/xml.c
14973                 Fix leak
14974
14975 2004-09-02 [colin]      0.9.12cvs91.1
14976
14977         * src/gtk/menu.c
14978                 Sync with HEAD (menu accel don't work, but whatever)
14979
14980 2004-09-02 [colin]      0.9.12cvs90.1
14981
14982         * src/account.c
14983                 Sync with HEAD (fix bug 582)
14984
14985 2004-09-02 [colin]      0.9.12cvs89.1
14986
14987         * src/addrindex.c
14988                 Sync with HEAD (free deleted queries)
14989
14990 2004-09-02 [colin]      0.9.12cvs88.1
14991
14992         * src/ldapquery.c
14993                 Sync with HEAD (fix LDAP freezes)
14994
14995 2004-09-02 [colin]      0.9.12cvs87.1
14996
14997         * src/prefs_spelling.c
14998                 Sync with HEAD (add default dictionary)
14999
15000 2004-09-01 [colin]      0.9.12cvs86.1
15001
15002         * src/filtering.c
15003         * src/folderview.c
15004         * src/imap.c
15005         * src/prefs_matcher.c
15006         * src/stock_pixmap.c
15007         * src/summary_search.c
15008         * src/summaryview.c
15009         * src/wizard.c
15010         * src/wizard.h
15011                 Sync with HEAD (uninitialized vars fixes)
15012                 + gtk2 specific warning fixes
15013
15014 2004-08-31 [colin]      0.9.12cvs85.1
15015
15016         * src/folder.c
15017                 Sync with HEAD (Fix memory corruption due to 
15018                 uninitialized var)
15019
15020 2004-08-31 [colin]      0.9.12cvs84.4
15021
15022         * src/summary_search.c
15023                 Fix segfaults when searching in folders with broken headers
15024
15025 2004-08-31 [colin]      0.9.12cvs84.3
15026
15027         * src/compose.c
15028         * src/textview.c
15029                 Fix some more encoding/decoding issues
15030
15031 2004-08-30 [colin]      0.9.12cvs84.2
15032
15033         * src/mimeview.c
15034         * src/prefs_themes.c
15035         * src/gtk/filesel.c
15036         * src/gtk/filesel.h
15037                 Add a folder-mode selection (fixes mimeview's "Save all")
15038
15039 2004-08-29 [colin]      0.9.12cvs84.1
15040
15041         * src/mimeview.c
15042                 Sync with HEAD (don't escape saved filenames)
15043
15044 2004-08-27 [colin]      0.9.12cvs83.1
15045
15046         * ChangeLog
15047         * ChangeLog.claws
15048         * ChangeLog.jp
15049         * src/mh.c
15050         * src/procheader.c
15051         * src/procmsg.c
15052         * src/procmsg.h
15053         * src/common/utils.c
15054         * src/gtk/menu.h
15055         * po/
15056                 Sync with HEAD 0.9.12cvs83 (sync with main)
15057
15058 2004-08-26 [colin]      0.9.12cvs82.4
15059
15060         * src/codeconv.c
15061                 Fix strange stack corruption
15062                 Convert to utf8 after unmime, not before
15063
15064 2004-08-26 [colin]      0.9.12cvs82.3
15065
15066         * src/main.c
15067         * src/wizard.c
15068                 Fix account folders duplication
15069
15070 2004-08-25 [colin]      0.9.12cvs82.2
15071
15072         * src/wizard.c
15073                 Remove ports
15074                 Add SSL selection
15075                 Use login@server as account name
15076
15077 2004-08-25 [colin]      0.9.12cvs82.1
15078
15079         * src/plugins/pgpmime/pgpmime.c
15080                 Sync with HEAD (leak fix).
15081
15082 2004-08-25 [colin]      0.9.12cvs81.1
15083
15084         * src/plugins/pgpmime/pgpmime.c
15085         * src/plugins/pgpmime/sgpgme.c
15086         * src/plugins/pgpmime/sgpgme.h
15087                 Sync with HEAD (Handle combined messages).
15088
15089 2004-08-24 [colin]      0.9.12cvs80.3
15090
15091         * src/wizard.c
15092                 Fix full name, ports, and imap
15093
15094 2004-08-24 [colin]      0.9.12cvs80.2
15095
15096         * src/Makefile.am
15097         * src/main.c
15098         * src/setup.c
15099         * src/setup.h
15100         * src/stock_pixmap.c
15101         * src/stock_pixmap.h
15102         * src/wizard.c ** ADDED **
15103         * src/wizard.h ** ADDED ** 
15104         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15105                 Add a setup wizard 
15106
15107 2004-08-24 [colin]      0.9.12cvs80.1
15108
15109         * src/folder.c
15110                 Sync with HEAD (set mimeflags on all messages)
15111
15112 2004-08-24 [colin]      0.9.12cvs79.3
15113
15114         * src/matcher_parser_lex.l
15115                 Fix 8bits strings not in utf8
15116
15117 2004-08-24 [colin]      0.9.12cvs79.2
15118
15119         * src/compose.c
15120                 Check conversion result before replacing buffer
15121
15122 2004-08-23 [colin]      0.9.12cvs79.1
15123
15124         * src/compose.c
15125                 Sync with HEAD (create message header in memory)
15126
15127 2004-08-23 [colin]      0.9.12cvs78.1
15128
15129         * src/rfc2015.c
15130         * src/rfc2015.h
15131                 Sync with HEAD (fix bug 197 again)
15132
15133 2004-08-23 [colin]      0.9.12cvs77.3
15134
15135         * src/compose.c
15136                 Fix again inline gpg signing (which outputs utf8
15137                 in gtk2). Not syncing this fix to HEAD as this 
15138                 code is meant to die.
15139
15140 2004-08-23 [colin]      0.9.12cvs77.2
15141
15142         * src/prefs_account.h
15143                 Remove useless include
15144
15145 2004-08-23 [colin]      0.9.12cvs77.1
15146
15147         * src/imap.c
15148         * po/es.po
15149         * po/fr.po
15150         * po/it.po
15151         * po/pl.po
15152         * po/pt_BR.po
15153         * po/sk.po
15154         * po/sr.po
15155                 Sync with HEAD (fix bug 577)
15156
15157 2004-08-22 [colin]      0.9.12cvs76.1
15158
15159         * src/plugins/trayicon/trayicon.c
15160                 Sync with HEAD (fix formatting bug)
15161
15162 2004-08-21 [colin]      0.9.12cvs74.2
15163
15164         * src/gtk/colorsel.c
15165                 Fix bug 564 (Folder color selection window exits on any
15166                 keypress)
15167
15168 2004-08-21 [colin]      0.9.12cvs74.1
15169
15170         * ChangeLog.claws
15171         * src/compose.c
15172         * src/summaryview.c
15173         * src/toolbar.c
15174                 Sync with HEAD (fix bug 576)
15175
15176 2004-08-21 [colin]      0.9.12cvs70.1
15177
15178         * src/compose.c
15179         * src/mainwindow.c
15180                 Sync with HEAD
15181                 
15182
15183 2004-08-21 [paul]       0.9.12cvs66.4
15184
15185         * src/mainwindow.c
15186         * src/messageview.c
15187         * src/gtk/menu.c
15188         * src/plugins/spamassassin/spamassassin_gtk.c
15189                 remove some deprecated gtk1 functions
15190
15191
15192 2004-08-21 [colin]      0.9.12cvs66.3
15193
15194         * src/compose.c
15195         * src/codeconv.c
15196                 Fix warnings
15197                 Remove encoding hacks
15198                 Fix bug 575 (Strange character messes up message)
15199                 Don't display conversion error when drafting
15200
15201 2004-08-21 [paul]       0.9.12cvs66.2
15202
15203         * src/prefs_account.c
15204                 fix GnuPG mode bugs
15205
15206
15207 2004-08-20 [colin]      0.9.12cvs66.1
15208
15209         * src/codeconv.c
15210                 Sync with HEAD 0.9.12cvs66
15211
15212 2004-08-20 [paul]
15213
15214         * src/plugins/pgpmime/plugin.c
15215                 modify PGP/MIME plugin's description
15216
15217 2004-08-17 [colin]      0.9.12cvs65.1
15218
15219         * src/common/ssl.c
15220         * src/plugins/pgpmime/plugin.c
15221                 Sync with HEAD
15222
15223 2004-08-14 [colin]      0.9.12cvs60.3
15224
15225         * src/plugins/trayicon/trayicon.c
15226                 Put back resize callback, on size-request signal
15227                 rather than size-allocate to avoid infinite 
15228                 callback loop
15229
15230 2004-08-13 [colin]      0.9.12cvs60.2
15231
15232         * src/common/defs.h
15233                 Cache versions have been fixed
15234
15235 2004-08-13 [colin]      0.9.12cvs60.1
15236
15237         * src/folderutils.c
15238                 Sync with HEAD
15239
15240 2004-08-12 [colin]      0.9.12cvs59.1
15241
15242         * src/plugins/trayicon/trayicon.c
15243                 Sync with HEAD
15244
15245 2004-08-12 [colin]      0.9.12cvs57.5
15246
15247         * sylpheed.desktop
15248         * configure.ac
15249         * src/Makefile.am
15250         * src/main.c
15251                 Add support for Freedesktop.org's startup notification
15252
15253 2004-08-11 [colin]      0.9.12cvs57.4
15254
15255         * src/textview.c
15256                 Fix off-by-one
15257
15258 2004-08-11 [colin]      0.9.12cvs57.3
15259
15260         * src/message_search.c
15261         * src/summary_search.c
15262                 Make searches case insensitive by default
15263         * src/textview.c
15264                 Fix case-insensitive search in message
15265
15266 2004-08-11 [colin]      0.9.12cvs57.2
15267
15268         * src/summary_search.c
15269                 Let case-sensitive be specified
15270
15271 2004-08-10 [colin]      0.9.12cvs55.4
15272
15273         * src/common/socket.c
15274                 Fix the possible race condition
15275
15276 2004-08-09 [paul]       0.9.12cvs55.3
15277
15278         * configure.ac
15279         * src/Makefile.am
15280         * src/common/Makefile.am
15281                 sync with HEAD
15282
15283
15284 2004-08-09 [paul]       0.9.12cvs55.2
15285
15286         * autogen.sh
15287         * po/poconv.sh
15288                 remove unneeded script
15289
15290         * configure.ac
15291                 add forgotten USE_LDAP_TLS (sync with HEAD)
15292
15293
15294 2004-08-09 [colin]      0.9.12cvs55.1
15295
15296         * src/main.c
15297         * src/common/ssl.c
15298         * src/common/sylpheed.c
15299         * src/common/sylpheed.h
15300                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15301
15302 2004-08-09 [paul]       0.9.12cvs54.1
15303
15304         * ChangeLog
15305         * ChangeLog.claws
15306         * ChangeLog.jp
15307         * configure.ac
15308         * po/POTFILES.in
15309         * src/Makefile.am
15310         * src/folderutils.c
15311         * src/main.c
15312         * src/pgpmime.c
15313         * src/pgpmime.h
15314         * src/sgpgme.c
15315         * src/sgpgme.h
15316         * src/plugins/Makefile.am
15317         * src/plugins/pgpmime/.cvsignore
15318         * src/plugins/pgpmime/Makefile.am
15319         * src/plugins/pgpmime/pgpmime.c
15320         * src/plugins/pgpmime/pgpmime.h
15321         * src/plugins/pgpmime/plugin.c
15322         * src/plugins/pgpmime/sgpgme.c
15323         * src/plugins/pgpmime/sgpgme.h
15324                 sync with HEAD
15325
15326 2004-08-08 [paul]       0.9.12cvs51.1
15327
15328         * configure.ac
15329         * src/folder.c
15330                 sync with HEAD
15331
15332 2004-08-07 [colin]      0.9.12cvs50.1
15333
15334         * src/pop.c
15335         * src/common/partial_download.c
15336                 fix warnings (sync from HEAD)
15337
15338 2004-08-07 [colin]      0.9.12cvs48.1
15339
15340         * src/prefs_folder_item.c
15341                 sync with HEAD 0.9.12cvs48
15342
15343 2004-08-06 [colin]      0.9.12cvs47.1
15344
15345         * src/compose.c
15346                 Sync with HEAD
15347
15348 2004-08-06 [christoph]  0.9.12cvs46.2
15349
15350         * src/main.c
15351         * src/plugins/clamav/clamav_plugin_gtk.c
15352         * src/plugins/dillo_viewer/dillo_viewer.c
15353         * src/plugins/image_viewer/plugin.c
15354         * src/plugins/mathml_viewer/mathml_viewer.c
15355         * src/plugins/spamassassin/spamassassin_gtk.c
15356         * src/plugins/trayicon/trayicon.c
15357                 don't mix GTK1.2 plugin with GTK2 plugins
15358
15359 2004-08-06 [colin]      0.9.12cvs46.1
15360
15361         * ChangeLog
15362         * ChangeLog.claws
15363         * ChangeLog.jp
15364         * configure.ac
15365         * sylpheed-claws.pc.in
15366         * src/folder.c
15367         * src/imap.c
15368         * src/localfolder.c
15369         * src/messageview.c
15370         * src/mimeview.c
15371         * src/mimeview.h
15372         * src/msgcache.c
15373         * src/news.c
15374         * src/prefs_ext_prog.c
15375         * src/prefs_folder_item.c
15376         * src/prefs_fonts.c
15377         * src/prefs_msg_colors.c
15378         * src/prefs_spelling.c
15379         * src/prefs_themes.c
15380         * src/prefs_toolbar.c
15381         * src/prefs_wrapping.c
15382         * src/procmime.h
15383         * src/common/defs.h
15384         * src/common/nntp.c
15385         * src/common/session.c
15386         * src/common/session.h
15387         * src/common/socket.c
15388         * src/common/utils.h
15389         * src/common/xml.c
15390         * src/common/xml.h
15391         * src/gtk/prefswindow.c
15392         * src/gtk/prefswindow.h
15393         * src/plugins/clamav/clamav_plugin_gtk.c
15394         * src/plugins/dillo_viewer/dillo_prefs.c
15395         * src/plugins/image_viewer/viewerprefs.c
15396         * src/plugins/spamassassin/spamassassin_gtk.c
15397         * m4/openssl.m4 *** REMOVED ***
15398                 Sync with HEAD 0.9.12cvs46
15399
15400 2004-08-03 [paul]       0.9.12cvs40.2
15401
15402         * src/action.c
15403         * src/addressadd.c
15404         * src/addressbook.c
15405         * src/addrgather.c
15406         * src/browseldap.c
15407         * src/compose.c
15408         * src/crash.c
15409         * src/editaddress.c
15410         * src/editgroup.c
15411         * src/editldap_basedn.c
15412         * src/foldersel.c
15413         * src/importldif.c
15414         * src/mimeview.c
15415         * src/prefs_common.c
15416         * src/prefs_template.c
15417         * src/sourcewindow.c
15418         * src/summaryview.c
15419         * src/gtk/about.c
15420         * src/gtk/foldersort.c
15421         * src/gtk/logwindow.c
15422         * src/gtk/pluginwindow.c
15423         * src/gtk/prefswindow.c
15424                 change all gtk_scrolled_window_set_policy from 
15425                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15426
15427 2004-08-02 [paul]       0.9.12cvs40.1
15428
15429         * AUTHORS
15430                 update translation team section
15431         * po/pt_BR.po
15432                 updated by Frederico Goncalves Guimaraes
15433                 <fggdebian@yahoo.com.br>
15434
15435 2004-07-31 [colin]      0.9.12cvs39.9
15436
15437         * src/exphtmldlg.c
15438                 Fix compilation
15439
15440 2004-07-31 [colin]      0.9.12cvs39.8
15441
15442         * src/exphtmldlg.c
15443                 Fix an alertpanel type
15444
15445 2004-07-30 [colin]      0.9.12cvs39.7
15446
15447         * src/alertpanel.c
15448                 Fix alertpanel_error_log's icon
15449
15450 2004-07-30 [colin]      0.9.12cvs39.6
15451
15452         * src/pop.c
15453                 Two of them should still be warnings
15454
15455 2004-07-30 [colin]      0.9.12cvs39.5
15456
15457         * src/pop.c
15458                 More warning -> error
15459 2004-07-29 [colin]      0.9.12cvs39.4
15460
15461         * src/pop.c
15462                 Warning -> error
15463
15464 2004-07-29 [colin]      0.9.12cvs39.3
15465
15466         * src/prefs_matcher.c
15467                 Fix segfault
15468
15469 2004-07-29 [colin]      0.9.12cvs39.2
15470
15471         * src/alertpanel.c
15472                 More nice-looking alertpanels
15473
15474 2004-07-29 [colin]      0.9.12cvs39.1
15475
15476         * src/messageview.c
15477                 sync with head
15478                 (inform user when partial mail is deleted on server)
15479
15480 2004-07-29 [colin]      0.9.12cvs38.1
15481
15482         * src/messageview.c
15483                 sync with head
15484
15485 2004-07-28 [paul]       0.9.12cvs37.7
15486
15487         * src/mainwindow.c
15488                 complete the replacement of deprecated gtk_progress_*
15489
15490 2004-07-28 [paul]       0.9.12cvs37.6
15491
15492         * src/action.c
15493         * src/inc.c
15494         * src/mainwindow.c
15495         * src/send_message.c
15496         * src/gtk/progressdialog.c
15497         * src/gtk/progressdialog.h
15498                 replace deprecated gtk_progress_*
15499
15500 2004-07-28 [paul]       0.9.12cvs37.5
15501
15502         * src/gtk/filesel.c
15503                 remove gtk_window_set_wmclass()
15504 2004-07-28 [paul]       0.9.12cvs37.4
15505
15506         * src/addressbook.c
15507         * src/compose.c
15508         * src/foldersel.c
15509         * src/mainwindow.c
15510         * src/messageview.c
15511         * src/sourcewindow.c
15512         * src/gtk/logwindow.c
15513                 remove gtk_window_set_wmclass()
15514                 
15515         * src/prefs_filtering.c
15516         * src/prefs_filtering_action.c
15517         * src/prefs_fonts.c
15518         * src/prefs_gtk.c
15519         * src/prefs_matcher.c
15520         * src/ssl_manager.c
15521         * src/gtk/prefswindow.c
15522                 replace gtk_window_position()
15523
15524 2004-07-28 [colin]      0.9.12cvs37.3
15525
15526         * src/alertpanel.c
15527         * src/alertpanel.h
15528                 Add a way to specify panel type for specific
15529                 panels (alertpanel())
15530         * src/account.c
15531         * src/addressbook.c
15532         * src/compose.c
15533         * src/expldifdlg.c
15534         * src/main.c
15535         * src/messageview.c
15536         * src/summaryview.c
15537         * src/textview.c
15538         * src/gtk/sslcertwindow.c
15539                 Fix alertpanel()s so that their icon match
15540                 their real type
15541
15542 2004-07-28 [paul]       0.9.12cvs37.2
15543
15544         * src/addr_compl.c
15545         * src/addressbook.c
15546         * src/alertpanel.c
15547         * src/compose.c
15548         * src/export.c
15549         * src/foldersel.c
15550         * src/folderview.c
15551         * src/grouplistdialog.c
15552         * src/import.c
15553         * src/mainwindow.c
15554         * src/message_search.c
15555         * src/messageview.c
15556         * src/passphrase.c
15557         * src/prefs_actions.c
15558         * src/prefs_common.c
15559         * src/prefs_customheader.c
15560         * src/prefs_display_header.c
15561         * src/prefs_filtering.c
15562         * src/prefs_filtering_action.c
15563         * src/prefs_gtk.c
15564         * src/prefs_matcher.c
15565         * src/prefs_msg_colors.c
15566         * src/prefs_summary_column.c
15567         * src/prefs_template.c
15568         * src/sourcewindow.c
15569         * src/ssl_manager.c
15570         * src/summary_search.c
15571         * src/gtk/colorsel.c
15572         * src/gtk/description_window.c
15573         * src/gtk/gtkaspell.c
15574         * src/gtk/inputdialog.c
15575         * src/gtk/logwindow.c
15576         * src/gtk/prefswindow.c
15577         * src/gtk/progressdialog.c
15578                 replace deprecated gtk_window_set_policy
15579
15580 2004-07-27 [colin]      0.9.12cvs37.1
15581
15582         * src/msgcache.c
15583                 More fixes (synced for head again)
15584
15585 2004-07-27 [colin]      0.9.12cvs35.3
15586
15587         * src/msgcache.c
15588                 Fix wrong test
15589
15590 2004-07-27 [colin]      0.9.12cvs35.2
15591
15592         * src/mimeview.c
15593                 Fix width a bit (by Paul)
15594         * src/alertpanel.c
15595         * src/alertpanel.h
15596                 Specialize icons, make alertpanel_message()
15597                 private
15598         * src/message_search.c
15599         * src/sgpgme.c
15600         * src/summary_search.c
15601                 Suit alertpanel changes
15602
15603 2004-07-27 [colin]      0.9.12cvs35.1
15604
15605         * src/alertpanel.c
15606                 Add an icon
15607         * src/passphrase.c
15608                 Add debug output - maybe someone will
15609                 want to look at the problem with Grab
15610                 Input :)
15611         Bump version as we're synced with HEAD
15612
15613 2004-07-26 [colin]      0.9.12cvs33.26
15614
15615         * src/pop.c
15616                 Fix uidl-file parsing when not in new
15617                 format
15618
15619 2004-07-26 [colin]      0.9.12cvs33.25
15620
15621         * src/gtk/menu.c
15622                 Move popup menu up if necessary (fixes 
15623                 account selector)
15624         * src/mainwindow.c
15625                 Set account selector's button height to
15626                 minimum
15627
15628 2004-07-26 [colin]      0.9.12cvs33.24
15629
15630         * src/alertpanel.c
15631                 Maybe fix 551 (Truncated font in alert window)
15632
15633 2004-07-26 [colin]      0.9.12cvs33.23
15634
15635         * po/de.po
15636         * po/es.po
15637         * po/fr.po
15638         * po/it.po
15639         * po/ja.po
15640         * po/pl.po
15641         * po/ru.po
15642         * po/sk.po
15643         * po/sr.po
15644         * po/zh_CN.po
15645                 Sync po files with HEAD
15646
15647 2004-07-26 [paul]       0.9.12cvs33.22
15648
15649         * src/compose.c
15650                 fix Bug 556 'Organisation-header is sent even if empty'
15651
15652 2004-07-24 [colin]      0.9.12cvs33.21
15653
15654         * src/compose.c
15655         * src/gtk/gtkaspell.c
15656         * src/gtk/gtkaspell.h
15657                 Fix speller accelerators (require hack)
15658
15659 2004-07-24 [colin]      0.9.12cvs33.20
15660
15661         * src/gtk/gtkaspell.c
15662                 Fix over-eager code deletion breaking
15663                 Check while typing
15664
15665 2004-07-24 [colin]      0.9.12cvs33.19
15666
15667         * src/browseldap.c
15668         * src/ldapctrl.c
15669         * src/ldapctrl.h
15670         * src/ldapserver.h
15671                 Sync ldap with HEAD
15672         (Fixes 546 LDAP completely broken)
15673
15674 2004-07-24 [colin]      0.9.12cvs33.18
15675
15676         * src/prefs_msg_colors.c
15677                 Fix prototype mismatch
15678         (Fixes 547 void function cannot return value)
15679
15680 2004-07-24 [colin]      0.9.12cvs33.17
15681
15682         * src/mainwindow.c
15683                 Fix sort going back to previous sort key
15684                 when changing sort direction
15685
15686 2004-07-24 [colin]      0.9.12cvs33.16
15687
15688         * src/compose.c
15689                 Fix space insertion when re-wrapping at 
15690                 cursor point
15691
15692 2004-07-24 [colin]      0.9.12cvs33.15
15693
15694         * src/gtk/gtkaspell.c
15695                 Don't change cursor position in insert-text
15696                 callback
15697         (Fixes 539 Word wrapping on input transposes letters)
15698
15699 2004-07-24 [colin]      0.9.12cvs33.14
15700
15701         * src/gtk/gtkaspell.c
15702                 Reencode non-ascii chars to dictionary's
15703                 encoding
15704         (Fixes 544 Spell check broken non english locale)
15705
15706 2004-07-24 [colin]      0.9.12cvs33.13
15707
15708         * src/summaryview.c
15709                 Fix Shift+Down, add Home/End/PgUp/PgDown
15710
15711 2004-07-21 [colin]      0.9.12cvs33.12
15712
15713         * src/prefs_common.c
15714                 Fix a gtk warning (Patch by Andrej Kacian)
15715
15716 2004-07-21 [colin]      0.9.12cvs33.11
15717
15718         * src/gtk/filesel.c
15719                 More check
15720
15721 2004-07-21 [colin]      0.9.12cvs33.10
15722
15723         * src/compose.c
15724         * src/crash.c
15725         * src/export.c
15726         * src/import.c
15727         * src/messageview.c
15728         * src/mimeview.c
15729         * src/prefs_spelling.c
15730         * src/prefs_themes.c
15731         * src/summaryview.c
15732         * src/gtk/filesel.c
15733         * src/gtk/filesel.h
15734         * src/gtk/pluginwindow.c
15735                 Untwist open/save mode guessing logic, make
15736                 it explicit
15737
15738 2004-07-20 [colin]      0.9.12cvs33.9
15739
15740         * src/codeconv.c
15741                 conv_encode_header: src_charset is UTF-8 on
15742                 gtk2
15743         * src/compose.c
15744                 Remove double encoding of the headers
15745
15746 2004-07-20 [colin]      0.9.12cvs33.8
15747
15748         * src/codeconv.c
15749                 Fix typo
15750
15751 2004-07-20 [colin]      0.9.12cvs33.7
15752
15753         * src/mainwindow.c
15754                 Set the separated messageview to the saved
15755                 size of Claws' messageview (Patch by Alfons)
15756                 Fix a callback prototype (me)
15757
15758 2004-07-20 [colin]      0.9.12cvs33.6
15759
15760         * src/codeconv.h
15761                 Forgot one hunk in 0.9.12cvs33.4
15762
15763 2004-07-19 [colin]      0.9.12cvs33.5
15764
15765         * src/action.c
15766                 Action output fix
15767                 Patch by Alfons
15768
15769 2004-07-19 [colin]      0.9.12cvs33.4
15770
15771         * src/compose.c
15772                 Fix outgoing charset bug in headers
15773         * src/codeconv.c
15774                 Clean for glib2 - Patch by Alfons
15775
15776 2004-07-19 [colin]      0.9.12cvs33.3
15777
15778         * src/statusbar.c
15779                 Remove grip from the statusbar
15780                 Patch by Alfons
15781
15782 2004-07-19 [colin]      0.9.12cvs33.2
15783
15784         * src/messageview.c
15785         * src/textview.c
15786                 Fix messageview remembering the previous
15787                 scroll position when loading a new message
15788                 Patch by Alfons
15789
15790 2004-07-19 [colin]      0.9.12cvs33.1
15791
15792         * src/folder.h
15793         * src/folderview.c
15794         * src/summaryview.c
15795                 Sync with HEAD
15796
15797 2004-07-18 [colin]      0.9.12cvs32.7
15798
15799         * configure.ac
15800                 Remove useless check for XIM - noticed
15801                 by Alfons
15802
15803 2004-07-18 [colin]      0.9.12cvs32.6
15804
15805         * src/summaryview.c
15806                 Remove non-modified and shift-modified
15807                 accelerators in summaryview's popup
15808                 menu, as that doesn't get catched by
15809                 the accel-activate signal catcher...
15810
15811 2004-07-18 [colin]      0.9.12cvs32.5
15812
15813         * src/prefs_common.c
15814                 Define sensible default prefs for 
15815                 wrapping
15816
15817 2004-07-18 [colin]      0.9.12cvs32.4
15818
15819         * src/compose.c
15820         * src/prefs_common.c
15821         * src/prefs_common.h
15822         * src/prefs_wrapping.c
15823                 Remove Smart Wrapping pref, which does
15824                 nothing on gtk2 branch
15825
15826 2004-07-18 [colin]      0.9.12cvs32.3
15827
15828         * src/sourcewindow.c
15829                 Proper utf8
15830
15831 2004-07-18 [colin]      0.9.12cvs32.2
15832
15833         * src/compose.c
15834                 Save attachment status when drafting
15835
15836 2004-07-18 [colin]      0.9.12cvs32.1
15837
15838         * src/gtk/filesel.c
15839                 Fix erratic folder selection in open mode
15840
15841 2004-07-18 [colin]      0.9.12cvs31.11
15842
15843         * src/pop.c
15844                 Don't let partial messages get deleted
15845                 even with "dowload all"
15846                 (0.9.12cvs31.8 fix extension)
15847 2004-07-18 [colin]      0.9.12cvs31.10
15848
15849         * src/gtk/logwindow.c
15850                 Fix log scrolling
15851
15852 2004-07-18 [colin]      0.9.12cvs31.9
15853
15854         * src/common/utils.c
15855                 Fix non-utf8 strings coming from commands
15856                 and files
15857
15858 2004-07-18 [colin]      0.9.12cvs31.8
15859
15860         * src/pop.c
15861                 Fix partial download bug with Download all
15862                 messages option
15863
15864 2004-07-18 [colin]      0.9.12cvs31.7
15865
15866         * src/textview.c
15867                 Fix bug introduced in 0.9.12cvs31.2
15868                 (blocked in select mode after double click)
15869
15870 2004-07-18 [colin]      0.9.12cvs31.6
15871
15872         * src/compose.c
15873         * src/gtk/menu.c
15874                 More glib-warning fixes
15875
15876 2004-07-18 [colin]      0.9.12cvs31.5
15877
15878         * src/compose.c
15879                 Fix trashing the primary clipboard when moving 
15880                 around with tab
15881         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
15882
15883 2004-07-18 [colin]      0.9.12cvs31.4
15884
15885         * src/codeconv.c
15886                 convert unencoded iso headers to utf8
15887         (Fix Bug 538 Unencoded local characters in subject make it 
15888          disappear)
15889
15890 2004-07-18 [colin]      0.9.12cvs31.3
15891
15892         * src/compose.c
15893                 Fix tab char handling in wrapping
15894         (Fix Bug 537 Line wrap problem - TAB character treated as 
15895          one character instead of 8)
15896
15897 2004-07-18 [colin]      0.9.12cvs31.2
15898
15899         * src/textview.c
15900                 return FALSE on GDK_MOTION_NOTIFY
15901         (Fix Bug 535 Hyperlinks/addresses are not selectable 
15902          (unable to highlight))
15903
15904 2004-07-18 [colin]      0.9.12cvs31.1
15905
15906         * src/folderview.c
15907                 Sync with 0.9.12cvs31
15908
15909 2004-07-18 [colin]      0.9.12cvs30.4
15910
15911         * src/compose.c
15912                 Also block text_inserted when inserting a file
15913
15914 2004-07-18 [colin]      0.9.12cvs30.3
15915
15916         * src/compose.c
15917                 Fix smart wrapping (block text_inserted handler
15918                 while putting quotation to avoid wrap on input,
15919                 don't join lines if next is sig separator)
15920
15921 2004-07-17 [colin]      0.9.12cvs30.2
15922
15923         * src/folderview.c
15924         * src/mainwindow.c
15925         * src/mimeview.c
15926         * src/summaryview.c
15927         * src/gtk/quicksearch.c
15928         * src/gtk/quicksearch.h
15929                 Block key events handlers *and* accels while
15930                 quicksearch is focused
15931         (Fixes Bug 534 quick-search bar not accepting certain letters)
15932
15933 2004-07-17 [colin]      0.9.12cvs30.1
15934
15935         * src/folder.h
15936         * src/folderview.c
15937         * src/summaryview.c
15938                 Sync with 0.9.12cvs30
15939
15940 2004-07-17 [colin]      0.9.12cvs28.2
15941
15942         * src/mimeview.c
15943         * src/procmime.c
15944         * src/summaryview.c
15945         * src/gtk/menu.c
15946                 Squash some compile and glib warnings
15947
15948 2004-07-17 [paul]       0.9.12cvs28.1
15949
15950         * src/mimeview.c
15951                 sync with 0.9.12cvs28 HEAD
15952
15953 2004-07-16 [paul]       0.9.12cvs26.1
15954         
15955         * src/gtk/quicksearch.c
15956         * src/account.c
15957         * src/account.h
15958         * src/compose.c
15959         * src/customheader.c
15960         * src/folder_item_prefs.c
15961         * src/main.c
15962         * src/mainwindow.c
15963         * src/messageview.c
15964         * src/mimeview.c
15965         * src/news.c
15966         * src/pgpmime.c
15967         * src/pop.c
15968         * src/pop.h
15969         * src/prefs_account.c
15970         * src/prefs_account.h
15971         * src/prefs_common.c
15972         * src/prefs_common.h
15973         * src/prefs_display_header.c
15974         * src/prefs_gtk.c
15975         * src/prefs_gtk.h
15976         * src/procheader.c
15977         * src/procmime.c
15978                 sync with 0.9.12cvs26 HEAD      
15979
15980 2004-07-15 [colin]      0.9.12cvs18.14
15981
15982         * src/folder.c
15983                 Disable GPG signature check during
15984                 folder move and scan
15985         (Closes Bug 521 Signature checking slows down Folder-Move)
15986
15987 2004-07-14 [colin]      0.9.12cvs18.13
15988
15989         * src/common/partial_download.c
15990                 update includes
15991
15992 2004-07-14 [colin]      0.9.12cvs18.12
15993
15994         * src/common/partial_download.c
15995         * src/common/partial_download.h
15996                 Move doc at top, add correct copyright
15997
15998 2004-07-14 [colin]      0.9.12cvs18.11
15999
16000         * src/folder.c
16001         * src/messageview.c
16002         * src/pop.c
16003         * src/pop.h
16004         * src/procmsg.c
16005         * src/summaryview.c
16006         * src/common/Makefile.am
16007         * src/common/partial_download.c ** NEW FILES **
16008         * src/common/partial_download.h ** NEW FILES **
16009                 Move partial-download related stuff to its
16010                 own file
16011
16012 2004-07-14 [colin]      0.9.12cvs18.10
16013
16014         * src/send_message.c
16015                 Fix smtp auth when user is null or empty
16016
16017 2004-07-13 [colin]      0.9.12cvs18.9
16018
16019         * src/gtk/quicksearch.c
16020                 Use alphabetic order
16021
16022 2004-07-13 [colin]      0.9.12cvs18.8
16023
16024         * src/pop.c
16025                 Be paranoid on the checks
16026
16027 2004-07-13 [colin]      0.9.12cvs18.7
16028
16029         * src/gtk/quicksearch.c
16030                 Fix Engrish once again
16031
16032 2004-07-13 [colin]      0.9.12cvs18.6
16033
16034         * src/procmsg.c
16035         * src/summaryview.c
16036                 Mark messages for deletion when they are about to
16037                 be removed from trash
16038
16039 2004-07-13 [colin]      0.9.12cvs18.5
16040
16041         * src/matcher.c
16042         * src/matcher.h
16043         * src/matcher_parser_parse.y
16044         * src/prefs_matcher.c
16045         * src/gtk/quicksearch.c
16046                 Add 'partial' ('p') match string to find partially
16047                 downloaded messages
16048
16049 2004-07-13 [colin]      0.9.12cvs18.4
16050
16051         * src/pop.c
16052                 Fix misplaced block
16053
16054 2004-07-13 [colin]      0.9.12cvs18.3
16055
16056         * src/pop.c
16057         * src/pop.h
16058         * src/messageview.c
16059                 Refactor API (to avoid passing 5+ params and code
16060                 duplication)
16061         * src/folder.c
16062         * src/msgcache.c
16063         * src/procheader.c
16064         * src/common/defs.h
16065                 Add planned_download to cache
16066                 Don't mess uidl file when moving partially downloaded
16067                 mails (they change folder, we should change it in the
16068                 uidl list too or we'll remove an incorrect message)
16069                 (this also helps removing hacks when changing 
16070                 planned_download in messageview.c)
16071
16072 2004-07-12 [colin]      0.9.12cvs18.2
16073
16074         * src/gtk/quicksearch.c
16075                 Fix missing status update in quicksearch
16076
16077 2004-07-12 [paul]       0.9.12cvs18.1
16078
16079         * po/POTFILES.in
16080         * src/Makefile.am
16081         * src/account.c
16082         * src/codeconv.c
16083         * src/compose.c
16084         * src/inc.c
16085         * src/main.c
16086         * src/prefs_common.c
16087         * src/procmsg.h
16088         * src/toolbar.c
16089         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16090         * src/prefs_wrapping.[ch]       ** NEW FILES **
16091         * src/common/intl.h
16092         * src/common/utils.[ch]
16093         * src/gtk/quicksearch.[ch]
16094                 sync with 0.9.12cvs18 HEAD
16095
16096 2004-07-12 [colin]      0.9.11cvs17.25
16097
16098         * src/folder.c
16099         * src/folder.h
16100                 Remove unused function added by me in 0.9.11cvs17.10
16101
16102 2004-07-11 [colin]      0.9.11cvs17.24
16103
16104         * src/inc.c
16105         * src/messageview.c
16106         * src/pop.c
16107         * src/pop.h
16108                 Use folderitem and msgnum instead of filename to
16109                 know which mail to delete
16110                 Move old partial mail deletion to pop.c
16111
16112 2004-07-10 [colin]      0.9.11cvs17.23
16113
16114         * src/inc.c
16115                 Add debug
16116         * src/pop.c
16117         * src/pop.h
16118                 Don't re-use same enums for unrelated stuff: it's 
16119                 completely misleading !
16120                 Document a bit
16121
16122 2004-07-09 [colin]      0.9.11cvs17.22
16123
16124         * src/inc.c
16125                 Remove folder-type check and do
16126                 more tests to be sure everything's
16127                 ok
16128         * src/messageview.c
16129                 Punctuation update, remove useless
16130                 code, fix two warnings
16131         * src/noticeview.c
16132                 Layout cleaning, reset 2nd button
16133                 when specifying one
16134
16135 2004-07-09 [colin]      0.9.11cvs17.21
16136
16137         * src/messageview.c
16138         * src/pop.c
16139         * src/pop.h
16140                 Allow user to change his mind
16141                 and postpone decision (by
16142                 unmarking the mail)
16143
16144 2004-07-09 [colin]      0.9.11cvs17.20
16145
16146         * src/messageview.c
16147                 Fix bug with delete state
16148         * src/pop.c
16149         * src/pop.h
16150                 Fix buffer leak (fread doesn't 
16151                 terminate buffers with \0)
16152                 Refactoring (remove magic 
16153                 numbers)
16154
16155 2004-07-09 [colin]      0.9.11cvs17.19
16156
16157         * src/pop.c
16158                 Don't log "Skipping message" if 
16159                 we're going to TOP it two lines
16160                 later
16161
16162 2004-07-09 [colin]      0.9.11cvs17.18
16163
16164         * src/messageview.c
16165                 Fix Engrish
16166
16167 2004-07-09 [colin]      0.9.11cvs17.17
16168
16169         * src/pop.c
16170                 strlen checking...
16171         * src/messageview.c
16172                 refactoring a bit
16173
16174 2004-07-08 [colin]      0.9.11cvs17.16
16175
16176         * src/noticeview.c
16177         * src/noticeview.h
16178                 Add an optional second button
16179         * src/messageview.c
16180         * src/pop.c
16181         * src/pop.h
16182                 Don't delete partially received mails after a certain
16183                 time; rather, let the user decide.
16184
16185 2004-07-08 [colin]      0.9.11cvs17.15
16186
16187         * src/common/smtp.h
16188                 Sync with HEAD
16189
16190 2004-07-08 [colin]      0.9.11cvs17.14
16191
16192         * src/messageview.c
16193         * src/common/smtp.c
16194                 Use to_human_readable() for sizes
16195
16196 2004-07-08 [colin]      0.9.11cvs17.13
16197
16198         * src/inc.c
16199         * src/messageview.c
16200         * src/pop.c
16201         * src/pop.h
16202         * src/procmsg.c
16203                 Fix partial-downloading issues:
16204                         catch unsupported TOP
16205                         don't delete partially downloaded mails before 5 days
16206                         don't update existing with non-MH folders; that'll
16207                         make dups, but it's better than trashing the folder
16208                         free new msginfo parts
16209                 Fix indentation ;-)
16210
16211 2004-07-08 [colin]      0.9.11cvs17.12
16212
16213         * src/common/smtp.c
16214         * src/common/smtp.h
16215                 Sync smtp size verification with HEAD
16216
16217 2004-07-08 [colin]      0.9.11cvs17.11
16218
16219         * src/summaryview.c
16220         * src/prefs_common.c
16221         * src/prefs_common.h
16222         * src/gtk/quicksearch.c
16223         * src/gtk/quicksearch.h
16224                 Sync sticky pref with HEAD
16225
16226 2004-07-08 [colin]      0.9.11cvs17.10
16227
16228         * src/folder.c [1.213.2.6]
16229         * src/folder.h [1.87.2.6]
16230         * src/inc.c [1.149.2.7]
16231         * src/messageview.c [1.94.2.8]
16232         * src/procheader.c [1.47.2.6]
16233         * src/procmsg.c [1.150.2.4]
16234         * src/procmsg.h [1.60.2.5]
16235         * src/pop.c [1.56.2.4]
16236         * src/pop.h [1.17.2.3]
16237                 Let too big messages get downloaded, but truncated
16238                 Add a button to download them completely
16239                 
16240 2004-07-06 [colin]      0.9.11cvs17.9
16241
16242         * src/gtk/quicksearch.c [1.1.2.3]
16243                 Add a Clear button
16244         * commitHelper
16245         * PATCHSETS
16246                 Add a script to help with cvs
16247
16248 2004-07-03 [colin]      0.9.11cvs17.8
16249
16250         * src/plugins/imageviewer/viewer.c
16251                 fix imageviewer (which was staying on the first
16252                 displayed image)
16253
16254 2004-07-03 [colin]      0.9.11cvs17.7
16255
16256         Removed FIXME_GTK2 warnings
16257         * src/gtk/gtkutils.c
16258                 useless #warnings
16259         * src/gtk/menu.c
16260                 useless #warnings (no need to mess with menu rc)
16261         * src/gtk/menu.h
16262                 unused functions
16263         
16264
16265 2004-07-03 [colin]      0.9.11cvs17.6
16266
16267         Removed FIXME_GTK2 warnings
16268         * src/codeconv.c
16269                 useless #warnings (rewrite needed)
16270         * src/compose.c
16271                 useless #warnings (rewrite needed)
16272                 useless #warnings (gtk2 is like that)
16273                 useless #warnings (previously fixed)
16274         * src/main.c
16275                 useless #warnings (previously fixed)
16276         * src/message_search.c
16277                 useless #warnings (gtk2 is like that)
16278                 Made apparent that search is case-sensitive
16279         * src/mimeview.c
16280                 useless #warnings (rewrite needed)
16281                 useless #warnings (gtk2 is like that)
16282                 reimplemented real warnings
16283         * src/prefs_common.c
16284                 Removed block cursor option (not it gtk2)
16285         * src/prefs_gtk.c
16286                 useless #warnings (rewrite needed)
16287         * src/procheader.c
16288                 useless #warnings (rewrite needed)
16289         * src/sourcewindow.c
16290                 useless #warnings (incorrect placing)
16291         * src/summary_search.c
16292                 useless #warnings (gtk2 is like that)
16293                 Made apparent that search is case-sensitive
16294         * src/action.c
16295                 useless #warnings (gtk2 is like that)
16296         * src/textview.c
16297                 useless #warnings (rewrite needed)
16298         * src/toolbar.c
16299                 useless #warnings (rewrite needed)
16300
16301 2004-07-03 [colin]      0.9.11cvs17.5
16302
16303         * src/textview.c
16304                 Fix mismerge which broke URI opening
16305                 
16306 2004-07-01 [colin]      0.9.11cvs17.4
16307
16308         * src/gtk/filesel.c
16309                 Fill filename when saving
16310                 
16311 2004-06-27 [colin]      0.9.11cvs17.3
16312
16313         * src/gtk/filesel.[ch]
16314                 Use the new GTK file selector
16315                 Update prototype to match the reality: multiple file
16316                 selection is open-only          
16317         * src/compose.c
16318                 Match the new prototypes        
16319         * configure.ac
16320                 Match the new requirements (gtk 2.4.0)
16321                         
16322 2004-06-26 [colin]      0.9.11cvs17.2
16323
16324         * src/plugins/trayicon/trayicon.c
16325                 Remove useless signal handler on resize, which causes
16326                 an infinite "loop"
16327         
16328 2004-06-26 [colin]      0.9.11cvs17.1
16329         
16330         * tools/Makefile.am
16331                 remove launch_firebird and add nautilus2sylpheed.sh
16332         * src/quicksearch.c
16333           src/summaryview.c
16334                 Fix show/hide "Extended symbols" button problem
16335                 Fix apparition at startup
16336                 Fix const warnings
16337         * src/plugins/image_viewer/Makefile.am
16338                 Fix configure 
16339         * common/ssl.c
16340                 Re-enable certificate check, as it doesn't seem to
16341                 cause Xlib errors anymore
16342
16343 2004-06-25 [paul]       0.9.11cvs17
16344
16345         * sync with 0.9.11cvs17 HEAD
16346         
16347         NOTE: QuickSearch is broken
16348
16349 2004-06-07 [colin]      0.9.10claws67.10
16350         * src/plugins/trayicon/trayicon.c
16351           src/plugins/trayicon/libeggtrayicon/Makefile.am
16352           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16353                 Fix gettextization in trayicon plugin
16354
16355 2004-06-07 [colin]      0.9.10claws67.9
16356         
16357         * src/summaryview.c
16358           src/gtk/gtksctree.[ch]
16359                 Let Shift+{Up,Down} work in summaryview
16360                 (well, Down "works" and Up works)
16361                 Let the list scroll when using these keys
16362
16363 2004-06-06 [colin]      0.9.10claws67.8
16364
16365         * src/plugins/trayicon/trayicon.c
16366                 Fix pixmap update
16367
16368 2004-06-06 [colin]      0.9.10claws67.7
16369
16370         * src/addressbook.c
16371                 Fix signal handling causing system-wide focus grab
16372
16373 2004-05-25 [paul]       0.9.10claws67.6
16374
16375         * Makefile.am
16376           src/Makefile.am
16377                 clean up
16378
16379 2004-05-25 [paul]       0.9.10claws67.5
16380
16381         * replace deprecated gtk_signal... functions
16382
16383 2004-05-23 [colin]      0.9.10claws67.4
16384
16385         * src/compose.c
16386                 Fix wrapping
16387
16388 2004-05-22 [colin]      0.9.10claws67.3
16389
16390         * src/compose.c
16391                 Re-fix [Edited] in compose.c::compose_reedit()
16392
16393 2004-05-22 [colin]      0.9.10claws67.2
16394
16395         * src/procmime.c
16396                 Fix parsing of multiparts mails
16397
16398 2004-05-22 [colin]      0.9.10claws67.1
16399
16400         * src/summaryview.c
16401                 Fix quicksearch
16402
16403 2004-05-22 [paul]       0.9.10claws67
16404
16405         * sync with 0.9.10claws67 HEAD
16406
16407 2004-05-14 [alfons]
16408
16409         * src/procmime.h
16410                 add forgotton prototype
16411
16412 2004-05-10 [paul]       0.9.10claws57
16413
16414         * sync with 0.9.10claws57 HEAD
16415
16416 2004-05-05 [paul]       0.9.9.claws1
16417
16418         * ChangeLog-gtk2        ** REMOVED **
16419           ChangeLog-gtk2.claws  ** ADDED **
16420                 rename and adopt the normal claws format
16421                 
16422         * configure.ac
16423                 require gtkmathview >= 0.5
16424
16425         * ac/*                          ** REMOVED **
16426           ac/                           ** REMOVED **
16427           intl/Makefile.in              ** REMOVED **
16428           m4/                           ** ADDED **
16429           m4/missing                    ** ADDED **
16430           m4/missing/gdk-pixbuf.m4      ** ADDED **
16431           m4/missing/gettext.m4         ** ADDED **
16432           m4/missing/gpgme.m4           ** ADDED **
16433           m4/missing/imlib.m4           ** ADDED **
16434           m4/.cvsignore                 ** ADDED **
16435           m4/Makefile.am                ** ADDED **
16436           m4/README                     ** ADDED **
16437           m4/aclocal-include.m4         ** ADDED **
16438           m4/aspell.m4                  ** ADDED **
16439           m4/check-type.m4              ** ADDED **
16440           m4/gnupg-check-typedef.m4     ** ADDED **
16441           m4/openssl.m4                 ** ADDED **
16442           m4/spamassassin.m4            ** ADDED **
16443           po/ChangeLog                  ** REMOVED **
16444           po/Makefile.in.in             ** REMOVED **
16445           po/Rules-quot                 ** REMOVED **
16446           po/boldquot.sed               ** REMOVED **
16447           po/en@boldquot.header         ** REMOVED **
16448           po/en@quot.header             ** REMOVED **
16449           po/insert-header.sin          ** REMOVED **
16450           po/quot.sed                   ** REMOVED **
16451           po/remove-potcdate.sed        ** REMOVED **
16452           po/remove-potcdate.sin        ** REMOVED **
16453           po/stamp-po                   ** REMOVED **
16454           Makefile.am
16455           autogen.sh
16456           configure.ac
16457                 enable building with automake 1.8.x
16458                 add 'autopoint --force' to autogen.sh and remove all
16459                 auto-generated files, remove ac/ directory and use
16460                 m4/ directory instead
16461                 
16462         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16463                 fix gettextization
16464
16465 2004-02-28 Colin Leroy <colin@colino.net>
16466         * src/prefs_matcher.c
16467           src/prefs_filtering.c
16468           src/prefs_filtering_action.c
16469                 Fix non-editable GtkEntries
16470
16471 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16472         * src/prefs_themes.c
16473                 utf8 conversion for theme info
16474
16475 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16476         * sync 0.9.9claws
16477
16478 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16479         * src/grouplistdialog.c
16480                 allow multiple selections without ctrl key
16481
16482 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16483         * src/main.c
16484                 enable customizable accelerators
16485
16486 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16487         * src/prefs_common.c
16488                 re-enable different font settings for gtk1/2
16489         * src/prefs_folder_item.c
16490                 fix folder prefs displayed wrong
16491         * src/textview.c
16492                 set 'sunken' shadow type
16493
16494 2004-02-07 Colin Leroy <colin@colino.net>
16495         * src/compose.c
16496                 Fix message being always [Edited]
16497                 Encode headers correctly (utf8 buf)
16498
16499 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16500         * src/socket.c
16501                 remove double g_source_attach()
16502                 (Thanks to Colin Leroy)
16503
16504 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16505         * src/gtk/gtksctree.c
16506                 Fix SSL certificate list not shown
16507         * src/mimeview.c
16508                 Fix clicks in mime tree
16509
16510 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16511         * src/common/socket.c
16512                 Fix SSL receive
16513         * src/compose.c
16514                 Fix clipboard menu hotkeys
16515
16516 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16517         * src/gtk/gtkaspell.[ch]
16518           src/compose.c
16519                 reimplement spellchecker
16520
16521 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16522         * src/gtk/filesel.c
16523                 crash when inserting file in compose window
16524                 (TODO: keep old selection on clicks)
16525         * src/main.c
16526                 use gtkrc-2.0 instead of gtkrc
16527
16528 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16529         * src/messageview.c
16530                 remove orphaned mimeview unref()
16531
16532 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16533         * src/grouplistdialog.c
16534                 expand nodes containing subscribed groups
16535
16536 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16537         * src/textview.c
16538                 textview: hide cursor, restore old click behaviour
16539
16540 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16541         * src/textview.c
16542                 variable names messed up
16543
16544 2004-01-17 Colin Leroy <colin@colino.net>
16545         * src/addr_compl.c
16546                 Fix completion address too thin
16547         * src/compose.c
16548                 Fix tab-to-subject behaviour
16549         * src/summaryview.c
16550                 Implement key up & down in summaryview
16551
16552 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16553
16554         * sync 098claws
16555
16556 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16557         * configure.ac
16558           Makefile.am
16559           doc/.cvsignore
16560           doc/Makefile.am
16561                 faq, man, manual moved to doc/
16562         * ac/aspell.m4
16563           ac/check-type.m4
16564           ac/gnupg-check-typedef.m4
16565           ac/openssl.m4
16566           ac/spamassassin.m4
16567           ac/missing/gdk-pixbuf.m4
16568           ac/missing/gpgme.m4
16569           ac/missing/imlib.m4
16570                 fix automake warnings
16571
16572 2003-12-06 Colin Leroy <colin@colino.net>
16573         * src/summaryview.c
16574                 Fix quicksearch
16575
16576 2003-12-05 Colin Leroy <colin@colino.net>
16577         * src/summaryview.c
16578                 Fix going to next unread folder
16579
16580 2003-12-05 Colin Leroy <colin@colino.net>
16581         * src/crash.c
16582                 Fix gtk2 compilation
16583         * src/session.c
16584                 Remove iotag source handler at disconnection
16585         * src/socket.[ch] 
16586                 Remove source handler when closing socket 
16587                 (fixes another seg)
16588
16589 2003-12-04 Colin Leroy <colin@colino.net>
16590         * src/compose.c
16591           src/prefs_account.c
16592           src/prefs_common.c
16593                 Fix some dropdown menus
16594
16595 2003-12-04 Colin Leroy <colin@colino.net>
16596         * src/compose.c
16597                 Fix event handlers on header fields
16598         * src/common/socket.c
16599           src/common/session.c
16600                 Fix segfault with callback (SSL)
16601                 Fix end of session 
16602
16603 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16604
16605         * Fix compile bug in src/compose.c
16606         * removed src/gtk/gtkstext.[ch]
16607
16608 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16609
16610         * Convert character set and escape "text" attributes in toolbar setting
16611         files.
16612         * Fixed bug in button-press-event handling.
16613
16614 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16615
16616         * Fixed bug in key-press-event handling.
16617
16618 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16619
16620         * Enabled to compile tray-icon plugin (Ad-hoc).
16621         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16622
16623 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16624
16625         * Enabled to compile on sylpheed-claws.
16626         (tray-icon plugin still cannot compile yet.)
16627
16628 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16629
16630         * Updated to 0.9.5.
16631
16632 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16633
16634         * Updated to 0.9.4.
16635         * Ported monitoring SSL mechanism to GSource of GLib2
16636         (I don't confirm it)
16637         * Added _gtk2 suffix to key name of font preference to avoid
16638         ovverwriting preference of Gtk+-1.2 version.
16639
16640 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16641
16642         * Updated to 0.9.2.
16643
16644 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16645
16646         * Updated to 0.9.1.
16647         * Translate po files into UTF-8 when execute autogen.sh.
16648
16649 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16650
16651         * Updated to 0.9.0.
16652
16653 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16654
16655         * Plugged GError related memory leaks.
16656
16657 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16658
16659         * Changed default size of fonts.
16660         * Enabled to set titile font size of warning dialog.
16661
16662 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16663
16664         * Embed a sylpheed icon into executable binary on Windows.
16665
16666 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16667
16668         * I forgot to traslate character set of element string in src/xml.c.
16669
16670 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16671
16672         * Fixed detecting bind_textdomain_codeset in configure.in.
16673         * The bug in which "Example" of "Date fromat" preference isn't displayed
16674         correctly has been fixed.
16675
16676 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16677
16678         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16679           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16680           glib-gettextize
16681           Removed intl directory.
16682           Translated po files into UTF-8.
16683           (Thanks! Ryuji Abe)
16684
16685 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16686
16687         * The bug which doesn't unscape string in xml.c has been fixed.
16688
16689 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16690
16691         * The bug which is failed to translate encoding of file name thorough
16692         file dialog has been fixed.
16693
16694 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16695
16696         * Modified to translate file names which is used in inporting/expoting
16697         mbox feature and "Save as" feature into locale encoding.
16698         * Translate file names into locale encoding when "Attache file" and
16699         "Insert file".
16700         * Force set G_BROKEN_FILENAMES environment variable.
16701         * Other minor fixes.
16702
16703 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16704
16705         * Modified to treat MH folder's name as locale encoding.
16706
16707 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16708
16709         * The bug which clash on switching candidates of auto completion of
16710         addresses, cannot use auto completion in Japanesse is fixed
16711         (Thanks! Tokunaga-san)¡¥
16712
16713 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16714
16715         * The bug which cannot switch key accelerator preference has been fixed
16716         (Thanks! smbd-san)¡¥
16717
16718 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16719
16720         * version 0.8.11-gtk2-20030314
16721
16722 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16723
16724         * The bug in which character set conversion of filtering messages has
16725         been fixed.(Thanks! COCOA-san).
16726
16727 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16728
16729         * Revived "Leave space on head" preference in "Message" category.
16730         * A bug which clash when put the cursor to end of buffer and execute
16731         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16732
16733 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16734
16735         * version 0.8.11-gtk2-20030312
16736
16737 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16738
16739         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16740         * Modified to use Pango's API directly for font preference.
16741         * Integrated GtkTextView of textview to one widget.
16742         * Set fonts of header title in textview by "header_title" tag.
16743         * Removed some deprecated codes.
16744
16745 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16746
16747         * Updated to 0.8.11.
16748         * Merged cygwin patch(Thanks! Sakai-san).
16749
16750 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16751
16752         * version 0.8.10-gtk2-20030309