2006-08-09 [colin] 2.4.0cvs37
[claws.git] / ChangeLog
1 2006-08-09 [colin]      2.4.0cvs37
2
3         * src/prefs_filtering.c
4                 Warning fix, patch by Paul
5         * src/messageview.c
6         * src/prefs_actions.c
7         * src/prefs_filtering_action.c
8         * src/prefs_matcher.c
9                 Uniformisation of "Info ..." to "Info..." (for
10                 old gtk), patch by Fabien
11         * src/plugins/clamav/clamav_plugin_gtk.c
12                 Sensitivity fix by Fabien
13
14 2006-08-09 [colin]      2.4.0cvs36
15
16         * src/main.c
17         * src/main.h
18                 Add a function to know whether we're exiting
19         * src/plugins/trayicon/trayicon.c
20                 If exiting, don't do anything. Faster, and
21                 avoids gtk_main_iteration reentracy causing
22                 segfaults at exit
23
24 2006-08-09 [colin]      2.4.0cvs35
25
26         * src/messageview.c
27         * src/mimeview.c
28         * src/mimeview.h
29                 Fix lack of part selection when automatically 
30                 jumping to a specific part
31         * src/msgcache.c
32                 Little optimisation in cache reading
33
34 2006-08-09 [colin]      2.4.0cvs34
35
36         * src/compose.c
37                 Fix crash setting the priority on reedit
38                 (Accessing compose before creating it!)
39
40 2006-08-08 [colin]      2.4.0cvs33
41
42         * src/procmime.c
43                 Fix bug #998 (last attachment is not accessible)
44                 Bad RFC interpretation on multipart close-delimiters
45         * src/mimeview.c
46         * src/mimeview.h
47         * src/gtk/gtkvscrollbutton.c
48         * src/gtk/gtkvscrollbutton.h
49                 Make attachments list wheel-scrollable
50
51 2006-08-07 [colin]      2.4.0cvs32
52
53         * src/gtk/gtkaspell.c
54                 Fix bug #973 (Unicode punctation characters 
55                 are not recognized as separators by the
56                 spell checker); fix unsigned stuff
57
58 2006-08-07 [colin]      2.4.0cvs31
59
60         * src/compose.c
61                 Fix bug #956 (DnD text with accents in compose 
62                 text entry); fix gccc's signed/unsigned fuss
63
64 2006-08-06 [colin]      2.4.0cvs30
65
66         * src/main.c
67                 Fix bug #979 (Plugin crashes when exiting 
68                 sylpheed-claws) : handle exit request only 
69                 once
70
71 2006-08-05 [colin]      2.4.0cvs29
72
73         * src/news.c
74                 Just make sure we have a msgid.
75
76 2006-08-05 [colin]      2.4.0cvs28
77
78         * src/news.c
79         * src/summaryview.c
80                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
81                 by reimplementing it
82         * src/textview.c
83                 Fix bug when hiding quotes with level > 3 and quote
84                 colors are recycled
85
86 2006-08-04 [colin]      2.4.0cvs27
87
88         * src/compose.c
89         * src/undo.c
90         * src/undo.h
91                 Fix a bit replace-by-pasting undo
92         * src/mainwindow.c
93         * src/messageview.c
94                 Fix Fold quotes menu synchro in
95                 mainwindow when it changes in 
96                 messageview
97         * src/textview.c
98                 Fix right-click on quotes blocks
99         * src/common/utils.c
100                 Verify that the file created by
101                 my_tmpfile() is writable. Fixes
102                 bug #988 (very specific filesystem
103                 issue)
104         * src/plugins/pgpcore/sgpgme.c
105                 Fix file descriptor leak
106         * src/plugins/spamassassin/spamassassin.c
107                 Warn once if spamd isn't reachable
108
109 2006-08-04 [colin]      2.4.0cvs26
110
111         * src/toolbar.c
112                 i18n context patch by Fabien
113
114 2006-08-03 [colin]      2.4.0cvs25
115
116         * src/mainwindow.c
117         * src/messageview.c
118                 Rename "Hide quotes" to "Fold quotes"
119         * src/textview.c
120                 Don't use hand cursor on quotes. "all 
121                 the bonuses of the feature and none of 
122                 unwelcome side-effects"
123
124 2006-08-03 [colin]      2.4.0cvs24
125
126         * AUTHORS
127         * sylpheed-claws.desktop
128         * src/gtk/authors.h
129                 Bring the desktop file to XDG compliance
130                 Patch by Charles A. Edwards
131
132 2006-08-03 [colin]      2.4.0cvs23
133
134         * src/textview.c
135                 Fix links offset when they are preceded
136                 by accentued chars (g_utf8_strlen!)
137         * src/mainwindow.c
138                 Fix wrong status when starting offline
139
140
141 2006-08-03 [wwp]        2.4.0cvs22
142
143         * src/prefs_common.h
144                 ask what to do w/ filtering rules that belong to an account when
145                 applying filtering rules manually from the main window (skip,
146                 apply regardless of the account, use current account). This dialog
147                 can be skipped and the last reply used.
148                 (forgot that file)
149
150 2006-08-03 [wwp]        2.4.0cvs21
151
152         * src/filtering.c
153         * src/filtering.h
154         * src/prefs_common.c
155         * src/summaryview.c
156         * src/alertpanel.c
157         * src/alertpanel.h
158         * src/messageview.c
159                 ask what to do w/ filtering rules that belong to an account when
160                 applying filtering rules manually from the main window (skip,
161                 apply regardless of the account, use current account). This dialog
162                 can be skipped and the last reply used.
163
164
165 2006-08-03 [colin]      2.4.0cvs20
166
167         * src/textview.c
168                 Optimize previous patch
169
170 2006-08-03 [cleroy]     2.4.0cvs19
171
172         * src/textview.c
173                 Fix quotes getting toggled back when the
174                 mail has an even number of text parts
175
176 2006-08-02 [colin]      2.4.0cvs18
177
178         * src/messageview.c
179                 Add Hide quotes menu
180
181 2006-08-02 [colin]      2.4.0cvs17
182
183         * src/mainwindow.c
184         * src/prefs_common.c
185         * src/textview.c
186         * src/textview.h
187         * src/gtk/about.c
188                 Allow per-level quote hiding,
189                 Allow toggling quotes by double-clicking them
190                 Rename RemoteURI to ClickableText to reflect
191                 the fact it's used for a variety of things
192
193 2006-08-02 [wwp]        2.4.0cvs16
194
195         * src/mainwindow.c
196                 fix "View/Hide quotes" menu item status initialization.
197
198 2006-08-02 [wwp]        2.4.0cvs15
199
200         * src/matcher_parser_parse.y
201                 remove a debug trace.
202
203 2006-08-02 [paul]       2.4.0cvs14
204
205         * src/plugins/pgpcore/passphrase.c
206                 don't set initial dialog size
207                 make it resizable
208
209 2006-08-02 [paul]       2.4.0cvs13
210
211         * src/noticeview.c
212                 remove the rogue '/' character
213
214 2006-08-02 [paul]       2.4.0cvs12
215
216         * src/noticeview.c
217                 allow buttons to resize as necessary
218
219 2006-08-01 [wwp]        2.4.0cvs11
220
221         * src/mbox.c
222                 fix strict ISO C90 compliance.
223
224 2006-08-01 [wwp]        2.4.0cvs10
225
226         * tools/update-po
227                 updated update-po tool to work w/ context-dependent translations.
228                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
229
230 2006-08-01 [wwp]        2.4.0cvs9
231
232         * src/matcher.c
233         * src/prefs_filtering.c
234         * src/prefs_matcher.c
235                 allow context-dependent translations for "All",
236                 patch by Fabien Vantard <fzzzzz@gmail.com>.
237
238 2006-07-31 [colin]      2.4.0cvs8
239
240         * AUTHORS
241         * src/gtk/authors.h
242                 Add Rafal to authors
243
244 2006-07-31 [colin]      2.4.0cvs7
245
246         * src/compose.c
247         * src/mainwindow.c
248         * src/messageview.h
249         * src/prefs_common.c
250         * src/prefs_common.h
251         * src/textview.c
252                 Add 'View/Hide quotes'. Patch based on a patch
253                 by Rafal Weglarz
254
255 2006-07-31 [colin]      2.4.0cvs6
256
257         * src/action.c
258                 Fix problem with "> stuff >" actions
259
260 2006-07-31 [paul]       2.4.0cvs5
261
262         * po/nb.po
263                 updated by Geir Helland
264
265 2006-07-31 [wwp]        2.4.0cvs4
266
267         * src/mainwindow.c
268         * src/summaryview.c
269         * src/summaryview.h
270                 add "View/Go to/Parent message" and "View/Go to/Last read message",
271                 thanks to Colin.
272
273 2006-07-31 [wwp]        2.4.0cvs3
274
275         * src/Makefile.am
276         * src/addr_compl.c
277         * src/addr_compl.h
278         * src/addressbook.c
279         * src/addressbook.h
280         * src/addressbook_foldersel.c
281         * src/addressbook_foldersel.h
282         * src/addrindex.c
283         * src/addrindex.h
284         * src/matcher.c
285         * src/matcher.h
286         * src/matcher_parser_lex.l
287         * src/matcher_parser_parse.y
288         * src/prefs_common.c
289         * src/prefs_common.h
290         * src/prefs_filtering.c
291         * src/prefs_matcher.c
292         * src/prefs_matcher.h
293         * src/summaryview.c
294                 introduce filtering against the address book. It's now possible to add
295                 matched conditions to determine if any email address in a message matches
296                 or doesn't match any or all books or folders in the address book.
297
298 2006-07-31 [wwp]        2.4.0cvs2
299
300         * src/account.c
301         * src/filtering.c
302         * src/filtering.h
303         * src/folder.c
304         * src/folderview.c
305         * src/inc.c
306         * src/mainwindow.c
307         * src/matcher.c
308         * src/matcher_parser_lex.l
309         * src/matcher_parser_parse.y
310         * src/mbox.c
311         * src/prefs_filtering.c
312         * src/prefs_filtering.h
313         * src/procmsg.c
314         * src/procmsg.h
315         * src/summaryview.c
316                 introduce per-account filtering rules. Each filtering rule can now be assigned
317                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
318                 when applying filtering rules manually, as all rules will apply - even the ones
319                 assigned to an account. This issue will be addressed soon.
320  
321
322
323 2006-07-31 [wwp]        2.4.0cvs1
324
325         * src/quote_fmt.c
326                 make more strings translatable.
327
328 2006-07-31 [paul]       2.4.0
329
330         2.4.0 released
331
332 2006-07-31 [paul]       2.3.1cvs91
333
334         * po/ca.po
335                 updated by Miquel Oliete
336
337 2006-07-31 [paul]       2.3.1cvs90
338
339         * po/de.po
340         * po/el.po
341         * po/fr.po
342         * po/it.po
343         * po/pl.po
344         * po/pt_BR.po
345         * po/sr.po
346         * po/zh_CN.po
347                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
348                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
349                 Aleksandar Urosevic, and Ralgh Young
350
351 2006-07-31 [paul]       2.3.1cvs89
352
353         * src/account.c
354         * src/main.c
355         * src/mainwindow.c
356         * src/mainwindow.h
357                 Fix a race condition when, after an SC crash, rescanning
358                 folders took more than 0.5 seconds
359                 Thanks to Colin
360
361 2006-07-31 [paul]       2.3.1cvs88
362
363         * src/folderview.c
364                 don't translate separator strings
365
366 2006-07-30 [mones]      2.3.1cvs87
367
368         * doc/man/sylpheed-claws.1
369                 Fixed non-ASCII chars in Hoa's name
370         * po/es.po
371                 Updated for release
372
373 2006-07-27 [colin]      2.3.1cvs86
374
375         * src/textview.c
376                 Don't include the leading \n in links
377                 Patch by Fabien
378
379 2006-07-25 [colin]      2.3.1cvs85
380
381         * src/mainwindow.c
382         * src/common/socket.h
383         * src/etpan/imap-thread.c
384                 Refresh resolvers before connecting
385                 to IMAP servers, and after switching
386                 to online. Thanks to Paul.
387
388 2006-07-18 [colin]
389
390         * 2.4.0-rc4 released
391
392 2006-07-17 [colin]      2.3.1cvs84
393
394         * src/inc.c
395                 Show connection attempt in statusbar before
396                 connecting (previously first message was
397                 "Retrieving messages from ..." after the
398                 connection succeeded.
399
400 2006-07-16 [wwp]        2.3.1cvs83
401
402         * sylpheed-claws.ico
403                 Added .ico file (windows multi-size icon file, generated).
404
405 2006-07-12 [wwp]        2.3.1cvs82
406
407         * src/messageview.c
408                 remove Message/Re-edit menu entry from messageview window,
409                 as sent/draft/queued messages are opened in compose window when
410                 re-edited and it's not possible to re-edit other msgs.
411
412 2006-07-12 [paul]       2.3.1cvs81
413
414         * AUTHORS
415         * src/mainwindow.c
416         * src/gtk/authors.h
417                 check online state before resetting
418                 mailcheck timer. Useful if some program
419                 verifies connection state and updates
420                 Claws.
421                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
422
423 2006-07-12 [paul]       2.3.1cvs80
424
425         * sylpheed-claws-128x128.png
426         * sylpheed-claws-64x64.png
427         * sylpheed-claws.png
428         * src/Makefile.am
429         * src/main.c
430         * src/prefs_toolbar.c
431         * src/stock_pixmap.c
432         * src/stock_pixmap.h
433         * src/wizard.c
434         * src/gtk/about.c
435         * src/gtk/gtkutils.c
436         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
437         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
438         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
439         * src/pixmaps/sylpheed.xpm              ** REMOVED **
440         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
441         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
442                 updated and renamed logo/icon files and related
443                 logo by Jesper Schultz
444
445 2006-07-11 [paul]       2.3.1cvs79
446
447         * src/main.c
448                 fix the labels a smidgin
449
450 2006-07-09 [colin]      2.3.1cvs78
451
452         * src/textview.c
453                 Show errors in textviewer's command
454                 Patch by H. Merijn Brand
455
456 2006-07-09 [colin]      2.3.1cvs77
457
458         * src/compose.c
459                 Save FMID in drafts too
460
461 2006-07-08 [colin]      2.3.1cvs76
462
463         * src/compose.c
464                 Svae RMID in drafted mails too
465                 Save quote_fmt vars for whole mails,
466                 don't reset at each quote_fmt_init:
467                 allows to use the same |i{var} in
468                 various template fields
469         * src/prefs_template.c
470         * src/quote_fmt.h
471         * src/quote_fmt_parse.y
472                 Same
473
474 2006-07-08 [colin]      2.3.1cvs75
475
476         * src/textview.c
477                 Fix highlighting of attached parts URIs
478
479 2006-07-08 [colin]      2.3.1cvs74
480
481         * src/main.c
482                 Prevent bug #981 (sc 2.3.1 segfaults with 
483                 gtk+ 2.10) from being reported again:
484                 if Sylpheed-Claws has been compiled against
485                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
486                 of if Sylpheed-Claws has been compiled against
487                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
488                 error out.
489
490 2006-07-07 [colin]      2.3.1cvs73
491
492         * src/prefs_actions.c
493                 Fix label
494
495 2006-07-07 [colin]      2.3.1cvs72
496
497         * src/prefs_actions.c
498                 Fix compile on gtk < 2.8. argh :)
499
500 2006-07-07 [paul]       2.3.1cvs71
501
502         * src/common/defs.h
503                 update DONATE_URI
504
505 2006-07-07 [colin]      2.3.1cvs70
506
507         * po/POTFILES.in
508         * src/quote_fmt.c
509         * src/quote_fmt_lex.l
510         * src/quote_fmt_parse.y
511                 Add |i{var}, a way to insert user-entered
512                 text in a template
513
514 2006-07-07 [colin]
515
516         * 2.4.0-rc3 released
517
518 2006-07-07 [colin]      2.3.1cvs69
519
520         * src/folder.c
521                 Don't consider inboxes of UNKNOWN folder 
522                 classes to be useable as default inboxes
523
524 2006-07-07 [paul]       2.3.1cvs68
525
526         * src/textview.c
527                 add missing #include <errno.h>
528                 Thanks to René J. Blokland
529
530 2006-07-07 [paul]       2.3.1cvs67
531
532         * src/action.c
533                 Return now Closes dialog
534         * src/mimeview.c
535         * src/mimeview.h
536         * src/textview.c
537                 add contextual menu to mime parts listed
538                 in the textview
539                 Thanks to Colin
540         * src/common/utils.c
541                 reversal: ' is a valid character in URLs
542
543 2006-07-06 [colin]      2.3.1cvs66
544
545         * src/remotefolder.h
546                 Forgotten in previous commit
547
548 2006-07-06 [colin]      2.3.1cvs65
549
550         * src/folder.c
551                 Set summary update flag whenever
552                 totals changed
553         * src/imap.c
554         * src/prefs_account.c
555         * src/common/utils.h
556         * src/etpan/imap-thread.c
557                 Fix warnings, thanks to Fabien and
558                 Ricardo
559
560 2006-07-06 [wwp]        2.3.1cvs64
561
562         * src/gtk/gtkutils.c
563                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
564
565 2006-07-06 [wwp]        2.3.1cvs63
566
567         * src/account.c
568         * src/addressbook.c
569         * src/addressitem.h
570         * src/folderview.c
571         * src/mainwindow.c
572         * src/manual.c
573         * src/manual.h
574         * src/message_search.c
575         * src/prefs_actions.c
576         * src/prefs_filtering.c
577         * src/prefs_filtering.h
578         * src/prefs_template.c
579         * src/summary_search.c
580         * src/summaryview.c
581         * src/gtk/gtkutils.c
582         * src/gtk/gtkutils.h
583         * src/gtk/pluginwindow.c
584                 add help buttons to some dialogs. Clicking such buttons opens a
585                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
586
587 2006-07-06 [paul]       2.3.1cvs62
588
589         * src/textview.c
590                 fix attachments contextual menu
591                 Thanks to Colin
592
593 2006-07-05 [colin]      2.3.1cvs61
594
595         * src/textview.c
596         * src/compose.c
597                 Handle sftp:// links
598
599 2006-07-05 [paul]       2.3.1cvs60
600
601         * src/gtk/filesel.c
602                 grab save button by default
603                 Thanks to Colin
604
605 2006-07-05 [wwp]        2.3.1cvs59
606
607         * manual/xml2pdf
608                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
609
610 2006-07-04 [colin]      2.3.1cvs58
611
612         * src/mimeview.c
613         * src/textview.c
614                 Use left click to select, middle click to open
615                 on mimeparts links
616         * src/common/utils.c
617                 Fix segfault
618
619 2006-07-04 [colin]      2.3.1cvs57
620
621         * src/mainwindow.c
622         * src/news.c
623                 Warning fixes, thanks to Fabien
624
625 2006-07-04 [colin]      2.3.1cvs56
626
627         * src/mimeview.c
628         * src/mimeview.h
629         * src/textview.c
630                 Allow parts to be selected via their text label
631                 in textview
632
633 2006-07-04 [colin]      2.3.1cvs55
634
635         * src/folderview.c
636                 Feedback when closing (for big folders)
637         * src/prefs_actions.c
638         * src/prefs_filtering.c
639         * src/prefs_matcher.c
640         * src/prefs_template.c
641                 Fix default button when closing without
642                 having saved
643
644 2006-07-04 [colin]      2.3.1cvs54
645
646         * src/news.c
647                 Delete local file on deletion
648
649 2006-07-03 [colin]      2.3.1cvs53
650
651         * src/folderview.c
652         * src/main.c
653                 Don't freeze when rescanning after crash
654
655 2006-07-03 [wwp]        2.3.1cvs52
656
657         * src/compose.c
658         * src/privacy.c
659         * src/privacy.h
660         * src/plugins/pgpinline/pgpinline.c
661         * src/plugins/pgpmime/pgpmime.c
662                 don't report an error when the user cancels the passphrase dialog.
663
664 2006-07-02 [colin]      2.3.1cvs51
665
666         * src/folderview.c
667                 Open message when crossing folders with Space,
668                 goto next unread and friends
669
670 2006-07-01 [colin]      2.3.1cvs50
671
672         * src/prefs_account.c
673                 Typographic rules varying from language
674                 to language (in french "Protocole :"),
675                 we have to do that :)
676
677 2006-07-01 [ticho]      2.3.1cvs49
678
679         * src/prefs_account.c
680                 Only use one temporary gchar* variable in
681                 prefs_account_protocol_set_optmenu().
682
683 2006-07-01 [ticho]      2.3.1cvs48
684
685         * src/prefs_account.c
686         * src/prefs_account.h
687                 Use GtkLabel for existing account protocol name.
688                 Created an array for protocol names and populate the
689                 combobox from it in a for() cycle.
690
691 2006-06-30 [colin]      2.3.1cvs47
692
693         * src/compose.c
694                 Block undo when changing signature (by changing
695                 account)
696
697 2006-06-30 [paul]       2.3.1cvs46
698
699         * src/send_message.c
700                 when editing From in the Compose window, use that address
701                 in the Return-Path: header
702                 Thanks to Colin
703
704 2006-06-30 [colin]      2.3.1cvs45
705
706         * src/compose.c
707                 Fix signature replacement:
708                 - when no newline before separator
709                 - when reediting
710
711 2006-06-29 [colin]      2.3.1cvs44
712
713         * src/folderview.c
714         * src/folderview.h
715         * src/mainwindow.c
716         * src/summaryview.c
717                 Let 'View/Go to/Next marked' work like
718                 Next new & Next unread: across folders
719                 Change the select_on_entry pref to do
720                 what we want when changing folder
721         * src/common/utils.c
722                 Fix single-quoted links 
723
724 2006-06-29 [colin]      2.3.1cvs43
725
726         * src/gtk/gtkaspell.c
727                 "Sylpheed" and "Sylpheed-Claws" do exist !
728
729 2006-06-29 [colin]      2.3.1cvs42
730
731         * src/imap.c
732                 Forgot to remove debug
733
734 2006-06-29 [colin]      2.3.1cvs41
735
736         * src/imap.c
737         * src/imap.h
738         * src/mainwindow.c
739                 Disconnect from IMAP servers when going
740                 offline. Fixes bug #978 (going to offline-mode 
741                 won't close connections)
742
743 2006-06-29 [colin]      2.3.1cvs40
744
745         * src/main.c
746                 Fix transient setting on failing plugins
747                 Patch by Fabien
748         * src/plugins/pgpcore/sgpgme.c
749                 Only warn for OpenPGP. Most people don't
750                 have CMS available.
751
752 2006-06-29 [colin]      2.3.1cvs39
753
754         * src/compose.c
755                 Fix Spelling menu (discrepancy between context menu
756                 and top menu when folder's dictionary isn't the 
757                 default one)
758         * src/plugins/pgpcore/sgpgme.c
759                 More error reporting about why gpgme can fail
760
761 2006-06-29 [wwp]        2.3.1cvs38
762
763         * src/mainwindow.c
764                 honor the display-header-pane setting even when the message view
765                 is a separate window.
766
767 2006-06-29 [wwp]        2.3.1cvs37
768
769         * src/prefs_actions.c
770                 forgot to commit that one (use of GTK_STOCK_INFO).
771
772 2006-06-29 [colin]      2.3.1cvs36
773
774         * src/imap.c
775                 Better handling of login errors (ask the password
776                 again once), alert in case of error. Fix three
777                 signedness warnings.
778
779 2006-06-28 [wwp]        2.3.1cvs35
780
781         * src/prefs_template.c
782         * src/prefs_matcher.c
783         * src/prefs_filtering_action.c
784         * src/prefs_quote.c
785                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
786                 patch by Fabien Vantard, slightly modified.
787
788 2006-06-28 [paul]
789
790         2.4.0-rc2 released
791
792 2006-06-28 [colin]      2.3.1cvs34
793
794         * src/prefs_account.c
795                 Fix bug #977 (Can't add or edit imap accounts)
796
797 2006-06-28 [colin]      2.3.1cvs33
798
799         * src/mimeview.c
800                 Fix previous
801
802 2006-06-28 [colin]      2.3.1cvs32
803
804         * src/mimeview.c
805                 Save named inlined attachments with "Save all"
806         * src/main.c
807         * src/mbox.c
808         * src/common/plugin.c
809         * src/common/plugin.h
810         * src/common/sylpheed.c
811         * src/common/utils.c
812         * src/plugins/pgpcore/sylpheed.def
813         * src/plugins/pgpinline/sylpheed.def
814         * src/plugins/pgpmime/sylpheed.def
815                 Win32 compatibility patch, by
816                 Werner Koch
817
818 2006-06-28 [wwp]        2.3.1cvs31
819
820         * src/imap.c
821         * src/prefs_folder_item.c
822                 less compilation warnings (thanks to Fabien Vantard), less typos.
823
824 2006-06-28 [paul]       2.3.1cvs30
825
826         * src/gtk/gtkutils.c
827                 gtk_combo_box_set_focus_on_click() is only
828                 available since gtk 2.6.0
829
830 2006-06-28 [paul]       2.3.1cvs29
831
832         * src/prefs_ext_prog.c
833                 fix engrish and add a tooltip for the
834                 'command for 'Display as text' option
835
836 2006-06-28 [paul]
837
838         2.4.0-rc1 released
839
840 2006-06-28 [paul]       2.3.1cvs28
841
842         * ChangeLog
843         * tools/Makefile.am
844                 include textviewer.pl in releases
845
846 2006-06-28 [paul]       2.3.1cvs27
847
848         * src/prefs_ext_prog.c
849                 hide Print command option if libgnomeprint
850                 support is present
851
852 2006-06-27 [colin]      2.3.1cvs26
853
854         * src/compose.c
855                 Fix Esc handling in insert/attach dialog
856                 Don't show this dialog if dragging something
857                 else than text/uri-list
858                 Thanks to Fabien Vantard
859         * tools/textviewer.pl
860                 Filter script to display stuff as text
861                 by H. Merijn Brand
862
863 2006-06-27 [wwp]        2.3.1cvs25
864
865         * src/messageview.c
866                 use the exact product name (message view title), patch
867                 by Fabien Vantard.
868
869 2006-06-27 [ticho]      2.3.1cvs24
870
871         * src/prefs_account.c
872         * src/prefs_common.c
873         * src/prefs_common.h
874         * src/prefs_ext_prog.c
875         * src/textview.c
876                 Add a preference (Preferences/External programs)
877                 to allow "Display as text" to be done via a script
878                 (patch by H.Merijn Brand).
879                 Use GtkComboBox for protocol selection in account
880                 preferences.
881                 Only include current choice for existing accounts, and
882                 insensitivize the combobox.
883
884 2006-06-27 [paul]       2.3.1cvs23
885
886         * src/mbox.c
887                 fix crasher introduced in cvs21.
888                 Thanks to Colin
889
890 2006-06-26 [colin]      2.3.1cvs22
891
892         * src/mbox.c
893                 Fix double-frees when leaving folders
894                 after exporting to mbox
895
896 2006-06-26 [colin]      2.3.1cvs21
897
898         * src/mbox.c
899                 More feedback (and optimisation)
900                 on import/export
901         * src/common/utils.c
902                 Fix case when looking for mail addresses
903         * src/gtk/gtkutils.c
904                 Extra check for (X-)Face
905
906 2006-06-25 [ticho]      2.3.1cvs20
907
908         * src/compose.c
909         * src/exphtmldlg.c
910         * src/gtk/gtkutils.c
911         * src/gtk/gtkutils.h
912                 Added second argument to gtkut_sc_combobox_create() to
913                 control focus-on-click for the widget.
914                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
915
916 2006-06-25 [ticho]      2.3.1cvs19
917
918         * src/compose.c
919         * src/gtk/Makefile.am
920         * src/gtk/combobox.c
921         * src/gtk/combobox.h
922         * src/gtk/gtkutils.c
923         * src/gtk/gtkutils.h
924                 Use GtkComboBox instead of deprecated GtkOptionMenu
925                 for account selector in compose window and for encoding
926                 selector in attachment properties.
927                 Also factorise working with the new GtkComboBox somewhat.
928
929 2006-06-24 [paul]       2.3.1cvs18
930
931         * src/prefs_common.c
932                 use the correct default value
933
934 2006-06-24 [paul]       2.3.1cvs17
935
936         * src/compose.c
937         * src/prefs_common.c
938         * src/prefs_common.h
939         * src/prefs_compose_writing.c
940                 enable setting of default action when
941                 dnd'ing files in the compose window.
942                 (Collaborative effort with wwp)
943
944 2006-06-23 [wwp]        2.3.1cvs16
945
946         * src/compose.c
947                 i18n fix (thanks to Fabien Vantard)
948
949 2006-06-22 [colin]      2.3.1cvs15
950
951         * src/prefs_customheader.c
952                 Don't use filters in custom headers' file 
953                 selector. Remember, extensions mean nothing :)
954
955 2006-06-22 [paul]       2.3.1cvs14
956
957         * configure.ac
958                 allow setting of man directory location
959
960 2006-06-22 [colin]      2.3.1cvs13
961
962         * src/mainwindow.c
963                 Add 'View/Go to/Next unread folder'.
964                 I missed that :)
965
966 2006-06-22 [colin]      2.3.1cvs12
967
968         * src/common/utils.c
969                 Add some subject prefixes
970                 Patch by Bjorn T Johansen <btj@havleik.no>
971
972 2006-06-22 [colin]      2.3.1cvs11
973
974         * manual/advanced.xml
975                 Forgotten hidden pref
976
977 2006-06-21 [paul]       2.3.1cvs10
978
979         * src/prefs_account.c
980                 complete the removal of 'Add date header' option
981
982 2006-06-21 [paul]       2.3.1cvs9
983
984         * src/account.c
985         * src/compose.c
986         * src/prefs_account.c
987         * src/prefs_account.h
988                 remove option to add date header - always
989                 add date header
990         * src/etpan/imap-thread.c
991                 fix warnings (Thanks to Colin)
992
993 2006-06-21 [wwp]        2.3.1cvs8
994
995         * src/folder.c
996                 set the attachment flag when inline text part are (file)named. This is more convenient
997                 when receiving (for instance) inline source files or patches sent using thunderbird.
998
999 2006-06-21 [paul]       2.3.1cvs7
1000
1001         * src/inc.c
1002                 fix off-by-one count of current msg in
1003                 statusbar filtering progressbar
1004
1005 2006-06-21 [paul]       2.3.1cvs6
1006
1007         * src/folder.c
1008                 Show attachment icon even if the part is 'inline'
1009                 if the following conditions are met:
1010                 - content-type != 'text/plain'
1011                 - content-type != '*/pgp-signature'
1012                 - either 'name' or 'filename' parameter is not NULL
1013                 
1014                 Thanks to Colin
1015
1016 2006-06-21 [paul]       2.3.1cvs5
1017
1018         * src/messageview.c
1019         * src/prefs_common.c
1020         * src/prefs_common.h
1021         * src/prefs_other.c
1022                 add an option to 'Never send Return
1023                 Receipts'
1024                 Thanks to Colin
1025
1026 2006-06-20 [mones]      2.3.1cvs4
1027
1028         * po/es.po
1029                 updated
1030         * src/compose.c
1031                 typo fixed (space after comma)
1032         * tools/make.themes.project
1033                 remove exec mode from tarball files
1034
1035 2006-06-20 [colin]      2.3.1cvs3
1036
1037         * src/news.c
1038         * src/procheader.c
1039         * src/unmime.c
1040                 Better fix for \n's in headers (don't 
1041                 break Received: and others)
1042
1043 2006-06-20 [paul]       2.3.1cvs2
1044
1045         * src/alertpanel.c
1046         * src/textview.c
1047                 improve legibility of phishing attempt
1048                 dialog
1049
1050 2006-06-20 [paul]       2.3.1cvs1
1051
1052         * NEWS
1053         * README
1054         * configure.ac
1055                 Update version number following
1056                 stable release
1057
1058 2006-06-20 [colin]      2.3.0cvs26
1059
1060         * src/compose.c
1061                 When dragging a file to the text of the compose
1062                 window, ask whether we want to insert or attach
1063                 (I know lots of people who do that to attach)
1064
1065 2006-06-20 [colin]      2.3.0cvs25
1066
1067         * src/etpan/imap-thread.c
1068                 Fix threshold (the append command is often > 32 bytes)
1069
1070 2006-06-19 [colin]      2.3.0cvs24
1071
1072         * src/imap.c
1073         * src/etpan/imap-thread.c
1074                 Workaround Rockliffe IMAP server bug: replace
1075                 "x UID SEARCH (ANSWERED UID 1:*)" with
1076                 "x UID SEARCH ANSWERED"
1077                 (Rockliffe doesn't handle the parenthesis)
1078
1079 2006-06-19 [colin]      2.3.0cvs23
1080
1081         * src/compose.c
1082         * src/imap.c
1083         * src/etpan/imap-thread.c
1084                 Probably fix bug #972 (Freezes when adding 
1085                 an attachment to the message)
1086         * src/common/defs.h
1087                 Modernize Firefox cmd
1088
1089
1090 2006-06-18 [colin]      2.3.0cvs22
1091
1092         * src/prefs_customheader.c
1093                 Only allow correct filenames for various
1094                 custom headers
1095
1096 2006-06-18 [colin]      2.3.0cvs21
1097
1098         * src/prefs_customheader.c
1099                 Add a 'From File...' button in custom headers prefs, which
1100                 try to do the right thing: 
1101                 for normal headers, use file as plaintext,
1102                 for X-Face, calls compface,
1103                 for Face, encode to b64.
1104
1105 2006-06-17 [colin]      2.3.0cvs20
1106
1107         * src/mh.c
1108                 Warning fix
1109
1110 2006-06-16 [colin]      2.3.0cvs19
1111
1112         * src/summaryview.c
1113                 Recursive quicksearch: show message list
1114                 in current folder, *then* search children
1115                 in the background.
1116
1117 2006-06-16 [colin]      2.3.0cvs18
1118
1119         * src/main.c
1120                 Instead of ignoring SIGPIPE, save caches
1121                 when getting one. Will fix the fact that
1122                 hot caches are out-of-date when logging 
1123                 out of Xorg.
1124         * src/compose.c
1125         * src/prefs_compose_writing.c
1126                 Only save text (not attachments) when 
1127                 auto-saving to drafts
1128         * src/unmime.c
1129                 Always replace \n, \r and \t with spaces
1130                 in headers
1131         * manual/dist/html/Makefile.am
1132         * manual/dist/pdf/Makefile.am
1133         * manual/dist/ps/Makefile.am
1134         * manual/dist/txt/Makefile.am
1135         * manual/fr/dist/html/Makefile.am
1136         * manual/fr/dist/pdf/Makefile.am
1137         * manual/fr/dist/ps/Makefile.am
1138         * manual/fr/dist/txt/Makefile.am
1139         * manual/pl/dist/html/Makefile.am
1140         * manual/pl/dist/pdf/Makefile.am
1141         * manual/pl/dist/ps/Makefile.am
1142         * manual/pl/dist/txt/Makefile.am
1143                 Fix make clean removing pregenerated manuals
1144
1145
1146 2006-06-16 [colin]      2.3.0cvs17
1147
1148         * src/plugins/pgpcore/sgpgme.c
1149         * src/plugins/pgpmime/pgpmime.c
1150         * src/plugins/pgpinline/pgpinline.c
1151                 Better error reporting in setup_signers.
1152                 Don't fallback to default key if specified
1153                 key isn't found.
1154                 Don't allow signing if more than one secret
1155                 key matches the one specified in prefs.
1156
1157 2006-06-15 [colin]      2.3.0cvs16
1158
1159         * src/folderview.c
1160                 Add "Send queue" in the folder's contextual
1161                 menu
1162         * src/compose.c
1163         * src/messageview.c
1164         * src/privacy.c
1165         * src/privacy.h
1166         * src/procmime.c
1167         * src/procmsg.c
1168         * src/plugins/pgpcore/passphrase.c
1169         * src/plugins/pgpcore/sgpgme.c
1170         * src/plugins/pgpinline/pgpinline.c
1171         * src/plugins/pgpmime/pgpmime.c
1172                 Better error reporting
1173         * src/mbox.c
1174                 Probably fix bug #971 (2.2.3 cannot read mail 
1175                 from local mbox)
1176
1177
1178 2006-06-15 [mones]      2.3.0cvs15
1179
1180         * tools/make.themes.project
1181                 creates the themes project from the web page
1182
1183 2006-06-15 [colin]      2.3.0cvs14
1184
1185         * src/folder.c
1186                 Better fix (avoid losing the folder if scan_tree 
1187                 fails)
1188
1189 2006-06-15 [cleroy]     2.3.0cvs13
1190
1191         * src/folder.c
1192                 Probably fix Bug #969 (crash on rebuilding 
1193                 imap folder)
1194
1195 2006-06-14 [colin]      2.3.0cvs12
1196
1197         * manual/dtd/manual.xsl
1198         * manual/sylpheed-claws-manual.xml
1199         * manual/fr/sylpheed-claws-manual.xml
1200         * manual/pl/sylpheed-claws-manual.xml
1201                 Insert pagebreaks between sections
1202
1203 2006-06-14 [paul]       2.3.0cvs11
1204
1205         * configure.ac
1206                 better fix than 2.3.0cvs10
1207
1208 2006-06-14 [paul]       2.3.0cvs10
1209
1210         * configure.ac
1211                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1212                 (backwards compatible)
1213
1214 2006-06-13 [colin]      2.3.0cvs9
1215
1216         * src/messageview.c
1217                 Fix sending of return receipt with the new queue folders
1218
1219 2006-06-13 [wwp]        2.3.0cvs8
1220
1221         * src/quote_fmt_lex.l
1222                 fix wrong tokens returned in quote_fmt lexer, query not().
1223
1224 2006-06-13 [wwp]        2.3.0cvs7
1225
1226         * src/folder.c
1227         * src/prefs_folder_item.c
1228                 allow changing folder type even when folder is not a top-level one,
1229                 thanks to Colin.
1230
1231 2006-06-12 [colin]      2.3.0cvs6
1232
1233         * src/folderview.c
1234                 Fix double-ask of "Do you want to mark all
1235                 as read"
1236
1237 2006-06-12 [colin]      2.3.0cvs5
1238
1239         * src/compose.c
1240         * src/compose.h
1241         * src/folder.c
1242         * src/folder.h
1243         * src/imap.c
1244         * src/inc.c
1245         * src/main.c
1246         * src/messageview.c
1247         * src/mh.c
1248         * src/prefs_folder_item.c
1249         * src/procheader.c
1250         * src/procmime.c
1251         * src/procmsg.c
1252         * src/procmsg.h
1253         * src/send_message.c
1254         * src/summaryview.c
1255         * src/toolbar.c
1256                 Apply bug #964's patch (Queue and drafts aren't normal)
1257                 The Drafts and Queue folder now contain RFC-822 files,
1258                 allowing to move and copy mails from and to these 
1259                 folders. Moving from Drafts to Queue will prepare the
1260                 mail for sending (PGP signature, encryption, etc).
1261                 This patch also rework sending errors handling to try
1262                 to be more helpful.
1263                 Also, allow redefining folder types via the GUI 
1264                 (Folder type in its Properties)
1265
1266 2006-06-12 [colin]      2.3.0cvs4
1267
1268         * src/summaryview.c
1269         * src/prefs_common.c
1270         * src/prefs_common.h
1271         * src/gedit-print.c
1272                 Allow to define a specific print font - patch
1273                 by Bernhard Walle <bernhard.walle@gmx.de>
1274         * src/prefs_fonts.c
1275         * manual/advanced.xml
1276         * manual/fr/advanced.xml
1277                 Add a hidden pref to allow deletion without
1278                 confirmation
1279
1280 2006-06-12 [wwp]        2.3.0cvs3
1281
1282         * .cvsignore
1283                 more files to ignore.
1284
1285 2006-06-12 [wwp]        2.3.0cvs2
1286
1287         * src/quote_fmt.c
1288         * src/quote_fmt_lex.l
1289         * src/quote_fmt_parse.y
1290                 extend the quote_fmt parser (templates and quotes):
1291                 - allow limited sub-expressions in |p{} and |f{} expressions,
1292                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1293                 - implemented/fixed missing implementation of query_references and show_references,
1294                 - completed, fixed contents and format of the symbols help dialog,
1295                 - fix some compilation warnings.
1296
1297 2006-06-12 [wwp]        2.3.0cvs1
1298
1299         * manual/advanced.xml
1300         * manual/fr/advanced.xml
1301                 updates in the "templates" section of the manual (eng/fr):
1302                  - be more precise (both versions)
1303                  - completed to match the english reference (fr version)
1304                  - touchups (both versions)
1305
1306 2006-06-12 [paul]       2.3.0
1307
1308         2.3.0 released
1309
1310 2006-06-12 [paul]       2.2.3cvs14
1311
1312         * po/ca.po
1313         * po/cs.po
1314         * po/de.po
1315         * po/el.po
1316         * po/fr.po
1317         * po/it.po
1318         * po/pt_BR.po
1319         * po/sr.po
1320         * po/zh_CN.po
1321                 updated by Miquel Oliete, Tim, Stephan Sachse,
1322                 Stavros Giannouris, Fabien Vantard, Andrea
1323                 Spadaccini, Frederico Goncalves Guimaraes,
1324                 Aleksandar Urosevic, and Ralgh Young
1325
1326 2006-06-12 [colin]      2.2.3cvs13
1327
1328         * src/mbox.c
1329                 Add missing header
1330
1331 2006-06-11 [colin]      2.2.3cvs12
1332
1333         * src/msgcache.c
1334                 Verify that g_malloc() succeeded
1335
1336 2006-06-11 [colin]      2.2.3cvs11
1337
1338         * src/wizard.c
1339                 Add Face header to welcome mail
1340
1341 2006-06-10 [colin]      2.2.3cvs10
1342
1343         * src/textview.c
1344                 Revert previous (Forgot it changes the
1345                 margin on the whole mail)
1346
1347 2006-06-10 [colin]      2.2.3cvs9
1348
1349         * src/textview.c
1350                 Don't overlap long headers under (X-)Face
1351
1352 2006-06-10 [mones]      2.2.3cvs8
1353
1354         * manual/xml2pdf
1355                 allow generation of manual on systems lacking saxon binary
1356                 but with java and the saxon library installed
1357
1358         * po/es.po
1359                 updated for release
1360
1361 2006-06-09 [colin]      2.2.3cvs7
1362
1363         * src/summaryview.c
1364                 Fix leak when using Display Sender using Addressbook
1365
1366 2006-06-09 [colin]      2.2.3cvs6
1367
1368         * src/compose.c
1369         * src/folder.c
1370         * src/folderview.c
1371         * src/mimeview.c
1372         * src/summaryview.c
1373                 More leaks fixes
1374
1375 2006-06-09 [paul]       2.2.3cvs5
1376
1377         * AUTHORS
1378         * src/gtk/authors.h
1379         * tools/claws.i18n.status.pl
1380                 updated with new info
1381
1382 2006-06-09 [paul]       2.2.3cvs4
1383
1384         * README
1385                 updated
1386         * manual/ack.xml
1387                 add wwp to authors list
1388         * src/gtk/authors.h
1389                 update mine and Colin's addresses
1390
1391 2006-06-08 [colin]      2.2.3cvs3
1392
1393         * src/etpan/imap-thread.c
1394                 Fix leak on SSL cert check
1395
1396 2006-06-08 [colin]      2.2.3cvs2
1397
1398         * src/common/utils.c
1399                 Fix leak
1400
1401 2006-06-08 [paul]       2.2.3cvs1
1402
1403         * configure.ac
1404                 Update version number following
1405                 stable release
1406
1407 2006-06-07 [colin]      2.2.2cvs3
1408
1409         * src/msgcache.c
1410                 Fix catching cache read errors (guint instead of gint)
1411                 Prevent malloc'ing more than 8MB (means cache corruption)
1412
1413 2006-06-07 [paul]       2.2.2cvs2
1414
1415         * src/exporthtml.c
1416         * src/exportldif.c
1417         * src/mh.c
1418         * src/mutt.c
1419         * src/pine.c
1420         * src/common/utils.c
1421                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1422                 obey $HOME'
1423                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1424                 Thanks to Colin
1425
1426 2006-06-06 [paul]       2.2.2cvs1
1427
1428         * configure.ac
1429                 Update version number following
1430                 stable release
1431
1432 2006-06-06 [paul]       2.2.1cvs6
1433
1434         * src/matcher.c
1435                 fix  implicit declaration of
1436                 sylpheed_do_idle()
1437                 Patch by Fabien Vantard
1438
1439 2006-06-06 [paul]       2.2.1cvs5
1440
1441         * src/matcher.c
1442                 fix age_greater and age_lower so that they
1443                 mean what say and not '...or equal to'
1444                 Thanks to Colin
1445
1446 2006-06-06 [paul]       2.2.1cvs4
1447
1448         * src/textview.c
1449         * src/common/utils.c
1450                 fix URI check
1451                 Thanks to Colin
1452
1453 2006-06-05 [wwp]        2.2.1cvs3
1454
1455         * manual/fr/account.xml
1456                 minor language fixes (thanks to Fabien Vantard).
1457
1458 2006-06-05 [colin]      2.2.1cvs2
1459
1460         * src/prefs_folder_item.c
1461         * src/folderview.c
1462                 Allow recursive setting of properties 
1463                 for whole mailboxes
1464         * src/matcher.c
1465                 Don't freeze on 'test' filtering rule
1466
1467 2006-06-05 [colin]      2.2.1cvs1
1468
1469         * configure.ac
1470                 Update version number following
1471                 stable release
1472
1473 2006-06-04 [wwp]        2.2.0cvs82
1474
1475         * manual/glossary.xml
1476         * manual/account.xml
1477         * manual/fr/glossary.xml
1478         * manual/fr/account.xml
1479                 added glossary section and references/links related to the Face custom header.
1480
1481 2006-06-04 [colin]      2.2.0cvs81
1482
1483         * src/summaryview.c
1484                 Skip to next message on move with no
1485                 immediate execution
1486
1487 2006-06-04 [wwp]        2.2.0cvs80
1488
1489         * manual/xml2pdf
1490                 added sanity checks, exit when needed.
1491
1492 2006-06-03 [paul]       2.2.0cvs79
1493
1494         * src/prefs_receive.c
1495                 page name is now 'Receiving'
1496         * src/prefs_send.c
1497                 page name is now 'Sending'
1498
1499 2006-06-03 [colin]      2.2.0cvs78
1500
1501         * src/plugins/spamassassin/spamassassin_gtk.c
1502                 Autoswitch to Localhost if transport was previously
1503                 disabled. Else people had to check [] Enable, then
1504                 *reselect* transport.
1505
1506 2006-06-03 [colin]      2.2.0cvs77
1507
1508         * src/plugins/pgpinline/pgpinline.c
1509         * src/plugins/pgpmime/pgpmime.c
1510                 Check that gpg_data_release_and_get_mem 
1511                 didn't fail (now, why this happens...)
1512
1513 2006-06-03 [colin]      2.2.0cvs76
1514
1515         * src/mbox.c
1516                 Fix bug #962 (Manual and/or UI should 
1517                 warn about incompatible locking 
1518                 causing dataloss)
1519
1520 2006-06-02 [cleroy]     2.2.0cvs75
1521
1522         * src/filtering.c
1523         * src/folder.c
1524         * src/procmsg.c
1525         * src/summaryview.c
1526                 Fix a few leaks
1527
1528 2006-06-02 [colin]      2.2.0cvs74
1529
1530         * src/main.c
1531                 On exit, free caches after writing them
1532                 Shuts up some valgrind false positives
1533         * src/procmsg.c
1534         * src/send_message.c
1535                 Fix races when reusing existing SMTP connections
1536                 Fix inexistant session timeout
1537         * src/toolbar.c
1538                 Display alertpanel after all queues have
1539                 been processed, not after each
1540
1541 2006-06-02 [wwp]        2.2.0cvs73
1542
1543         * manual/fr/glossary.xml
1544         * manual/fr/ack.xml
1545         * manual/ack.xml
1546                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1547
1548 2006-06-02 [wwp]        2.2.0cvs72
1549
1550         * manual/xml2pdf
1551         * manual/dist/pdf/Makefile.am
1552         * manual/dtd/manual.xsl
1553         * manual/fr/dist/pdf/Makefile.am
1554         * manual/pl/dist/pdf/Makefile.am
1555                 we changed the procedure to generate the .pdf version of the manual.
1556                 The procedure is more modern and the .pdf we get now has a valid index.
1557                 Here are the new pre-requisites:
1558
1559                 - JRE 1.x (1.4 here): there must be one from your distro
1560                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1561                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1562                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1563
1564                 See my posts for further info about the installation of this toolchain:
1565
1566                 Date: Fri, 19 May 2006 19:40:06 +0200
1567                 From: wwp <subscript@free.fr>
1568                 To: sylpheed-claws-devel@lists.sourceforge.net
1569                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1570
1571                 and
1572
1573                 Date: Wed, 24 May 2006 12:58:49 +0200
1574                 From: wwp <subscript@free.fr>
1575                 To: sylpheed-claws-devel@lists.sourceforge.net
1576                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1577
1578 2006-06-01 [colin]      2.2.0cvs71
1579
1580         * src/compose.c
1581                 Better guards against IMAP races
1582         * src/main.c
1583         * src/prefs_common.c
1584         * src/prefs_common.h
1585         * src/common/ssl_certificate.c
1586         * src/etpan/imap-thread.c
1587         * src/etpan/imap-thread.h
1588         * src/gtk/sslcertwindow.c
1589                 New hidden option ssl_skip_cert_check to 
1590                 avoid dups of bug #959 (libetpan linked
1591                 against gnutls and gnutls buggy on 64bit)
1592                 Present expired warning only once per
1593                 session/server.
1594         * manual/advanced.xml
1595         * manual/fr/advanced.xml
1596                 Document new option
1597
1598 2006-06-01 [wwp]        2.2.0cvs70
1599
1600         * src/messageview.c
1601                 fix for bug #961 (return receipt dialog 
1602                 complains incorrectly about return-path 
1603                 email adress being different), thanks 
1604                 to Colin.
1605
1606 2006-05-31 [cleroy]     2.2.0cvs69
1607
1608         * src/common/ssl.c
1609                 Guard against NULLs, although this
1610                 should never be an issue
1611
1612 2006-05-31 [colin]      2.2.0cvs68
1613
1614         * src/filtering.c
1615                 Use g_slist_prepend
1616         * src/imap.c
1617                 Don't remove caches when destroying folder, it
1618                 could (should) be done at exit
1619         * src/inc.c
1620                 free processing cache after incorporation
1621         * src/etpan/imap-thread.c
1622                 Maybe fix bug #959 (Crash on moving to emails 
1623                 to a imap account per ssl with a expired 
1624                 certificate.)
1625
1626 2006-05-30 [colin]      2.2.0cvs67
1627
1628         * src/summaryview.c
1629                 Put back event flush when displaying message
1630                 It avoids reading a bunch of messages just
1631                 by hitting shift-n for too long ;)
1632
1633 2006-05-29 [colin]      2.2.0cvs66
1634
1635         * src/summaryview.c
1636                 Remove useless g_warnings
1637
1638 2006-05-29 [colin]      2.2.0cvs65
1639
1640         * src/imap.c
1641                 Fix g_slist_append()s for performance
1642
1643 2006-05-29 [colin]      2.2.0cvs64
1644
1645         * src/compose.c
1646         * src/common/utils.c
1647                 Fix extraneous tab at start of addresses
1648         * src/mainwindow.c
1649                 Fix warnings (thanks to Fabien)
1650                 Fix crash at exit when composing messages 
1651                 exist
1652         * src/pop.c
1653                 Fix progress bar when deleting expired mails
1654                 Thanks to Hiro
1655         * src/summaryview.c
1656         * src/gtk/gtksctree.c
1657                 Fix re-sorting slowness
1658
1659 2006-05-29 [paul]       2.2.0cvs63
1660
1661         * src/mh.c
1662                 fetch full message when moving mails
1663                 from another mailbox, (fixed data loss
1664                 when filtering from IMAP to MH, introduced
1665                 in 2.2.0cvs57).
1666                 Thanks to Colin
1667
1668 2006-05-29 [mones]      2.2.0cvs62
1669
1670         * src/gtk/gtksctree.c
1671                 Unselect faster (patch by Colin)        
1672
1673 2006-05-26 [colin]      2.2.0cvs61
1674
1675         * src/summaryview.c
1676                 Unplug MSGINFO_UPDATE callback on delete too.
1677
1678 2006-05-26 [colin]      2.2.0cvs60
1679
1680         * src/foldersel.c
1681                 Fix bold in folder selection window with glib2.10
1682                 thanks Hiro
1683
1684 2006-05-26 [colin]      2.2.0cvs59
1685
1686         * src/procheader.c
1687                 Convert date only if necessary (and don't
1688                 try to convert from utf8 to utf8, too)
1689         * src/summaryview.c
1690                 Only set column's text if the column's 
1691                 displayed
1692
1693 2006-05-26 [colin]      2.2.0cvs58
1694
1695         * src/summaryview.c
1696         * src/gtk/gtkutils.c
1697                 Fix useless warning
1698
1699 2006-05-26 [colin]      2.2.0cvs57
1700
1701         * src/mainwindow.c
1702                 Make summaryview selectable as long as 
1703                 no message has focus
1704         * src/mh.c
1705                 Faster deletion (by implementing mh_remove_msgs)
1706                 Faster copy (avoid using mh_fetch_msg just to get
1707                 the filename)
1708                 Faster move (using move_file instead of copy_file
1709                 if MSG_IS_MOVE)
1710                 No progressbar if total number of mails to cp/mv 
1711                 is less than 100
1712         * src/summaryview.c
1713                 Fix removal from subject_table when mail gets moved
1714                 Faster deletion (g_slist_prepend instead of append)
1715         * src/gtk/gtksctree.c
1716                 Remove useless code
1717
1718 2006-05-25 [colin]      2.2.0cvs56
1719
1720         * src/common/ssl_certificate.c
1721                 Fix leak in expired cert check
1722
1723 2006-05-25 [colin]      2.2.0cvs55
1724
1725         * src/mh.c
1726                 Disable flags syncing on .mh_sequences - it
1727                 is buggy and marks mails read under unknown
1728                 conditions.
1729
1730 2006-05-25 [paul]
1731
1732         * 2.3.0-rc4 released
1733
1734 2006-05-24 [colin]      2.2.0cvs54
1735
1736         attention cvs users: if you manage to crash
1737         Sylpheed-Claws while moving, copying or deleting
1738         mails, we *are* interested in stack traces and
1739         valgrind logs. It looks stable, but one never
1740         knows...
1741
1742         * src/folder.c
1743                 Add progressbar for cache updates
1744         * src/folderutils.c
1745                 Optimize Mark all read in the current
1746                 folder
1747         * src/mh.c
1748                 Add progressbar for copy/move
1749         * src/procmsg.c
1750                 Optimize O(n^2) in copy/move
1751         * src/summaryview.c
1752         * src/gtk/gtksctree.c
1753                 Optimize O(n^2) algos
1754         * src/common/timing.h
1755                 Display ms instead of us
1756
1757 2006-05-24 [wwp]        2.2.0cvs53
1758
1759         * manual/fr/advanced.xml
1760                 updates to the French manual.
1761
1762 2006-05-24 [wwp]        2.2.0cvs52
1763
1764         * src/common/utils.c
1765                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1766
1767 2006-05-24 [wwp]        2.2.0cvs51
1768
1769         * src/folderutils.c
1770                 fixed "mark all read" in MH folders (thanks to Colin).
1771
1772 2006-05-24 [paul]       2.2.0cvs50
1773
1774         * doc/man/sylpheed-claws.1
1775                 updated the man page
1776
1777 2006-05-23 [colin]      2.2.0cvs49
1778
1779         * src/folderview.c
1780         * src/imap.c
1781         * src/inc.c
1782         * src/mbox.c
1783         * src/messageview.c
1784         * src/news.c
1785         * src/send_message.c
1786         * src/summaryview.c
1787         * src/gtk/sslcertwindow.c
1788                 alertpanel fixes, by Fabien
1789
1790 2006-05-23 [colin]      2.2.0cvs48
1791
1792         * src/folder.c
1793         * src/folderview.c
1794         * src/msgcache.c
1795         * src/summaryview.c
1796         * src/gtk/gtksctree.c
1797         * src/gtk/gtksctree.h
1798                 More timings
1799                 Fix slow loading problem, which was caused by the
1800                 use of some gtk_ctree funcs and their use of
1801                 g_list_position while gtk_ctree_(un)link'ing.
1802                 Reap more functions from gtkctree.c to be sure we
1803                 use our (fast) version instead of theirs.
1804         * src/mh.c
1805                 Fix copy of unread mails
1806
1807
1808 2006-05-22 [wwp]        2.2.0cvs47
1809
1810         * manual/fr/advanced.xml
1811                 updated.
1812
1813 2006-05-22 [colin]      2.2.0cvs46
1814
1815         * src/filtering.c
1816                 Fix possible infinite loop. 'copy' is not a 
1817                 final action, so when encountering a 'copy',
1818                 we have to check if a previous one was set
1819                 and do it. In the same way, if we encounter
1820                 a 'move' we have to perform a possibly 
1821                 pending 'copy'. This will slow down filtering
1822                 on IMAP if move+copy or multiple copy actions
1823                 are to be done, but handling it via the batch
1824                 would be really too convoluted.
1825
1826 2006-05-22 [wwp]        2.2.0cvs45
1827
1828         * manual/fr/advanced.xml
1829         * manual/fr/faq.xml
1830         * manual/fr/glossary.xml
1831         * manual/fr/handling.xml
1832         * manual/fr/intro.xml
1833         * manual/fr/plugins.xml
1834         * manual/fr/sylpheed-claws-manual.xml
1835                 sync w/ the english manual: updates URIs, documented mailing-list
1836                 support, better explanation about the enabled/disabled feature
1837                 in filtering/processing rules by Paul.
1838
1839 2006-05-21 [colin]      2.2.0cvs44
1840
1841         * src/summaryview.c
1842                 Don't expand after building threads, but during
1843
1844 2006-05-21 [colin]      2.2.0cvs43
1845
1846         * src/procmsg.c
1847         * src/summaryview.c
1848                 More timing possibilities... For next time I have 
1849                 to find out how the hell some 3GHz computer takes
1850                 one minute to open a 30k folder...
1851
1852 2006-05-21 [colin]      2.2.0cvs42
1853
1854         * manual/pl/advanced.xml
1855         * manual/pl/faq.xml
1856         * manual/pl/glossary.xml
1857         * manual/pl/handling.xml
1858         * manual/pl/intro.xml
1859         * manual/pl/plugins.xml
1860         * manual/pl/sylpheed-claws-manual.xml
1861                 Polish manual updated by Pawel
1862
1863 2006-05-20 [colin]
1864
1865         * 2.3.0-rc3 released
1866
1867 2006-05-20 [colin]      2.2.0cvs41
1868
1869         * src/imap.c
1870                 Fix -rc2 problems:
1871                 - remove cache of moved messages from original folder
1872                 - apply new flags to messages even if they aren't appliable
1873                   via IMAP.
1874
1875 2006-05-20 [colin]
1876
1877         * 2.3.0-rc2 released
1878
1879 2006-05-19 [colin]      2.2.0cvs40
1880
1881         * src/imap.c
1882                 Don't issue SELECT in imap_change_flags
1883                 before having checked that we indeed have
1884                 some flags to change. MSG_POSTFILTERED for
1885                 example can't be used on IMAP.
1886                 Fixes bug #955 (copying messages between 
1887                 imap folders is extremely slow), which was
1888                 a regression.
1889
1890 2006-05-19 [colin]      2.2.0cvs39
1891
1892         * src/folder.c
1893         * src/folder.h
1894         * src/folderview.c
1895                 Try to fix bug #830 (Some unread messages 
1896                 get marked read in IMAP inbox):
1897                 - Prevent scanning a folder if it's being 
1898                   opened via the GUI
1899                 - Postpone opening via the GUI of a folder
1900                   currently scanned.
1901
1902
1903 2006-05-19 [wwp]        2.2.0cvs38
1904
1905         * manual/advanced.xml
1906                 fix English+typo (thanks to Paul).
1907
1908 2006-05-19 [wwp]        2.2.0cvs37
1909
1910         * manual/advanced.xml
1911         * manual/fr/advanced.xml
1912         * src/gtk/logwindow.c
1913         * src/prefs_common.c
1914         * src/prefs_common.h
1915                 added hidden prefs to allow customization of colors used in
1916                 protocol log window (useful for dark gtk+ themes).
1917
1918 2006-05-19 [wwp]        2.2.0cvs36
1919
1920         * ChangeLog
1921                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1922
1923 2006-05-19 [paul]       2.2.0cvs35
1924
1925         * src/textview.c
1926                 make Reply-To fully clickable
1927         * src/gtk/logwindow.c
1928                 more colouring (SMTP ESMTP)
1929         Both patches by Pawel Pekala
1930
1931 2006-05-19 [cleroy]     2.2.0cvs34
1932
1933         * src/mh.c
1934                 Don't update flags from current folder
1935                 Probably fixes bug #935 (Read Messages 
1936                 Revert to Being Marked as Unread)
1937
1938 2006-05-18 [colin]      2.2.0cvs33
1939
1940         * src/imap.c
1941                 Warning fix
1942         * src/compose.c
1943         * src/mainwindow.c
1944         * src/summaryview.c
1945         * src/toolbar.c
1946                 Allow replying to multiple emails
1947                 in multiple windows
1948         * src/mimeview.c
1949         * src/etpan/imap-thread.c
1950                 Leak fixes
1951
1952 2006-05-18 [paul]       2.2.0cvs32
1953
1954         * src/summaryview.c
1955                 keep Mailing-List menu refreshed
1956                 Thanks to Colin
1957
1958 2006-05-18 [paul]       2.2.0cvs31
1959
1960         * manual/advanced.xml
1961         * manual/faq.xml
1962         * manual/glossary.xml
1963         * manual/handling.xml
1964         * manual/intro.xml
1965         * manual/plugins.xml
1966         * manual/sylpheed-claws-manual.xml
1967                 update URLs
1968                 add info about mailing-list support
1969                 edit filtering info
1970         * src/wizard.c
1971         * src/common/defs.h
1972         * src/gtk/about.c
1973         * src/plugins/dillo_viewer/README
1974                 update URLs
1975
1976 2006-05-17 [wwp]        2.2.0cvs30
1977
1978         * manual/handling.xml
1979         * manual/fr/handling.xml
1980                 documented the ability to enabled/disable filtering/processing rules.
1981
1982 2006-05-17 [colin]      2.2.0cvs29
1983
1984         * src/main.c
1985                 Don't initialize g_thread subsystem if it's 
1986                 already done (thanks to Hiro)
1987         * src/mimeview.c
1988                 Fix saving of parts when there name can't be
1989                 converted from UTF-8.
1990
1991 2006-05-17 [paul]       2.2.0cvs28
1992
1993         * po/Makefile.in.in
1994                 fix config.status warning with autoconf 2.60
1995
1996 2006-05-17 [paul]       2.2.0cvs27
1997
1998         * po/POTFILES.in
1999                 add src/mbox.c
2000
2001 2006-05-17 [wwp]        2.2.0cvs26
2002
2003         * src/mainwindow.c
2004                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2005
2006 2006-05-17 [wwp]        2.2.0cvs25
2007
2008         * src/plugins/demo/demo.c
2009                 updated product name in plugin demo (many plugins need to be
2010                 sync'ed w/ that change).
2011
2012 2006-05-17 [colin]      2.2.0cvs24
2013
2014         * src/mh.c
2015                 Fix leak
2016
2017 2006-05-16 [colin]      2.2.0cvs23
2018
2019         * src/mainwindow.c
2020                 Stupid me hit again. Fix cvs22.
2021
2022 2006-05-16 [colin]      2.2.0cvs22
2023
2024         * src/mainwindow.c
2025                 Fix bug #922 (sylpheed-claws crashed after 
2026                 pushing on Inbox folder)
2027
2028 2006-05-16 [colin]      2.2.0cvs21
2029
2030         * src/compose.c
2031                 Make From header be copy/paste/select-able
2032
2033 2006-05-16 [wwp]        2.2.0cvs20
2034
2035         * src/export.c
2036         * src/matcher.c
2037         * src/summaryview.c
2038         * src/etpan/imap-thread.c
2039                 fix some compiler warnings (thanks to Colin).
2040
2041 2006-05-16 [wwp]        2.2.0cvs19
2042
2043         * src/action.c
2044         * src/gedit-print.c
2045         * src/inc.c
2046         * src/mainwindow.c
2047         * src/mh.c
2048         * src/statusbar.c
2049         * src/send_message.c
2050         * src/summaryview.c
2051                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2052
2053 2006-05-15 [colin]      2.2.0cvs18
2054
2055         * src/procmsg.c
2056                 Fix automatic rule creation with List-Post
2057
2058 2006-05-15 [paul]       2.2.0cvs17
2059
2060         * tools/filter_conv_new.pl
2061                 updated for rule enabling/disabling
2062                 claws version >= 2.3.x required
2063
2064 2006-05-15 [cleroy]     2.2.0cvs16
2065
2066         * src/main.c
2067                 Revert test
2068
2069 2006-05-15 [cleroy]     2.2.0cvs15
2070
2071         * src/main.c
2072                 test
2073
2074 2006-05-15 [wwp]        2.2.0cvs14
2075
2076         * manual/pl/.cvsignore
2077                 ignore generated files.
2078
2079 2006-05-14 [wwp]        2.3.0-rc1
2080
2081         * 2.3.0-rc1 released
2082
2083 2006-05-13 [wwp]        2.2.0cvs13
2084
2085         * src/filtering.c
2086         * src/filtering.h
2087         * src/matcher.c
2088         * src/matcher_parser_lex.l
2089         * src/matcher_parser_parse.y
2090         * src/prefs_filtering.c
2091                 new feature: provide the ability to disable filtering and processing
2092                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2093                 adaptations.
2094
2095 2006-05-13 [colin]      2.2.0cvs12
2096
2097         * src/compose.c
2098                 Remove useless if (a) b; else b;
2099                 Thanks to wwp
2100
2101 2006-05-13 [wwp]        2.2.0cvs11
2102
2103         * src/export.c
2104         * src/import.c
2105         * src/mainwindow.c
2106         * src/mbox.c
2107         * src/summaryview.c
2108         * src/summaryview.h
2109                 no more silent failures (or at least less ones) when importing
2110                 or exporting from/to mbox. Also start importing/exporting if
2111                 the necessary info is set.
2112
2113 2006-05-13 [wwp]        2.2.0cvs10
2114
2115         * RELEASE_NOTES
2116                 restored up-to-date release notes.
2117
2118 2006-05-13 [paul]       2.2.0cvs9
2119
2120         * po/nl.po
2121         * po/ru.po
2122                 updated by Tim Dijkstra and Pavlo Bohmat
2123
2124 2006-05-12 [colin]      2.2.0cvs8
2125
2126         * src/gtk/quicksearch.c
2127                 Add "k" as shortcut for "colorlabel". Patch
2128                 by ath42@users.sf.net.
2129
2130 2006-05-12 [paul]       2.2.0cvs7
2131
2132         * src/prefs_common.h
2133         * src/prefs_summaries.c
2134         * src/summaryview.c
2135                 when entering a folder also allow
2136                 going directly to first Marked message
2137
2138 2006-05-12 [paul]       2.2.0cvs6
2139
2140         * src/summaryview.c
2141                 always obey 'confirm before marking all
2142                 mails read' option
2143
2144 2006-05-12 [paul]       2.2.0cvs5
2145
2146         * src/textview.c
2147                 make Sender fully clickable
2148
2149 2006-05-12 [colin]      2.2.0cvs4
2150
2151         * src/compose.c
2152         * src/compose.h
2153                 Let From be editable
2154         * src/main.c
2155         * src/mh.c
2156                 Full support of .mh_sequences' Unseen seq
2157
2158 2006-05-12 [colin]      2.2.0cvs3
2159
2160         * src/folder.c
2161         * src/mainwindow.c
2162         * src/mainwindow.h
2163         * src/messageview.c
2164         * src/prefs_spelling.c
2165         * src/procheader.c
2166         * src/procmsg.c
2167         * src/procmsg.h
2168         * src/summaryview.c
2169         * src/toolbar.c
2170         * src/toolbar.h
2171                 Add contextual menu on Compose toolbar
2172                 button. Fixes bug #944 (Automatic
2173                 addresses not applied when changing account
2174                 from compose window)
2175                 add Mailing List support
2176                 based on the old 0.6.5claws25 patch by
2177                 Melvin Hadasht, with finishing touches
2178                 by Colin
2179                 Fix "ignore thread" when mails are threaded by
2180                 subject (and weren't ignored although appearing
2181                 in the thread).
2182                 GUI rework.
2183                 Both patches by Pawel.
2184
2185 2006-05-08 [paul]       2.2.0cvs2
2186
2187         * src/mainwindow.c
2188         * src/mainwindow.h
2189         * src/messageview.c
2190         * src/procheader.c
2191         * src/procmsg.c
2192         * src/procmsg.h
2193         * src/summaryview.c
2194                 add Mailing List support
2195                 based on the old 0.6.5claws25 patch by 
2196                 Melvin Hadasht, with finishing touches
2197                 by Colin
2198
2199 2006-05-08 [colin]      2.2.0cvs1
2200
2201         * src/mainwindow.c
2202         * src/toolbar.c
2203         * src/toolbar.h
2204                 Add contextual menu on Compose toolbar 
2205                 button. Fixes bug #944 (Automatic 
2206                 addresses not applied when changing account 
2207                 from compose window)
2208
2209 2006-05-08 [paul]       2.2.0
2210
2211         2.2.0 released
2212
2213 2006-05-08 [paul]       2.1.1cvs51
2214
2215         * po/cs.po
2216         * po/de.po
2217         * po/en_GB.po
2218         * po/fi.po
2219         * po/fr.po
2220         * po/pt_BR.po
2221         * po/sr.po
2222         * po/zh_CN.po
2223                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2224                 Fabien Vantard, Frederico Goncalves Guimaraes,
2225                 Aleksandar Urosevic, and Ralgh Young
2226
2227 2006-05-12 [colin]      2.1.1cvs50
2228
2229         * po/cs.po
2230         * po/de.po
2231         * po/en_GB.po
2232         * po/es.po
2233         * po/fi.po
2234         * po/fr.po
2235         * po/pt_BR.po
2236         * po/sr.po
2237         * po/zh_CN.po
2238                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2239                 Fabien Vantard, Frederico Goncalves Guimaraes,
2240                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2241
2242 2006-05-05 [colin]      2.1.1cvs49
2243
2244         * manual/Makefile.am
2245         * manual/pl/Makefile.am
2246         * manual/pl/account.xml
2247         * manual/pl/ack.xml
2248         * manual/pl/addrbook.xml
2249         * manual/pl/advanced.xml
2250         * manual/pl/faq.xml
2251         * manual/pl/glossary.xml
2252         * manual/pl/gpl.xml
2253         * manual/pl/handling.xml
2254         * manual/pl/intro.xml
2255         * manual/pl/keyboard.xml
2256         * manual/pl/plugins.xml
2257         * manual/pl/starting.xml
2258         * manual/pl/sylpheed-claws-manual.xml
2259         * manual/pl/dist/.cvsignore
2260         * manual/pl/dist/Makefile.am
2261         * manual/pl/dist/html/.cvsignore
2262         * manual/pl/dist/html/Makefile.am
2263         * manual/pl/dist/pdf/.cvsignore
2264         * manual/pl/dist/pdf/Makefile.am
2265         * manual/pl/dist/ps/.cvsignore
2266         * manual/pl/dist/ps/Makefile.am
2267         * manual/pl/dist/txt/.cvsignore
2268         * manual/pl/dist/txt/Makefile.am
2269                 Add the polish translation of the manual,
2270                 Authored by Pawel Pekala.
2271
2272 2006-05-05 [cleroy]     2.1.1cvs48
2273
2274         * src/main.c
2275                 Re-read matcherrc after loading plugins 
2276                 if some of them add folders.
2277
2278 2006-05-03 [colin]      2.1.1cvs47
2279
2280         * src/imap.c
2281                 I'm idiot
2282
2283 2006-05-03 [colin]      2.1.1cvs46
2284
2285         * src/imap.c
2286                 Be sure to have a session when
2287                 getting separator
2288
2289 2006-05-03 [colin]      2.1.1cvs45
2290
2291         * src/imap.c
2292         * src/imap.h
2293         * src/imap_gtk.c
2294                 Fix preventing renaming with namespace 
2295                 separator.
2296
2297 2006-05-01 [colin]      2.1.1cvs44
2298
2299         * src/action.c
2300                 Don't reload messageview when result of
2301                 action is piped.
2302
2303 2006-04-29 [colin]      2.1.1cvs43
2304
2305         * src/prefs_receive.c
2306         * src/plugins/spamassassin/spamassassin_gtk.c
2307         * src/plugins/clamav/clamav_plugin_gtk.c
2308                 GUI fixes by Pawel
2309
2310 2006-04-29 [colin]      2.1.1cvs42
2311
2312         * src/prefs_compose_writing.c
2313         * src/prefs_quote.c
2314                 Cleanups. Patch by Pawel
2315
2316 2006-04-28 [paul]       2.1.1cvs41
2317
2318         * src/matcher.c
2319                 fix returned quick search results when search
2320                 term contains an underscore.
2321                 Thanks to Colin
2322
2323 2006-04-28 [paul]       2.1.1cvs40
2324
2325         * src/prefs_message.c
2326         * src/prefs_receive.c
2327                 GUI cleanups
2328                 Patches by Pawel Pekala
2329
2330 2006-04-27 [colin]      2.1.1cvs39
2331
2332         * src/wizard.c
2333                 Differentiate subject Welcome from
2334                 window's title Welcome
2335
2336 2006-04-27 [paul]
2337
2338         2.2.0-rc1 released
2339
2340 2006-04-27 [paul]       2.1.1cvs38
2341
2342         * manual/advanced.xml
2343         * manual/fr/advanced.xml
2344                 add info about compose_no_markup hidden pref
2345
2346 2006-04-27 [paul]       2.1.1cvs37
2347
2348         * src/prefs_account.c
2349                 improve privacy labels
2350         * src/prefs_msg_colors.c
2351                 change some strings for translators' convenience
2352         * src/gtk/gtkutils.c
2353                 don't underline the link button text
2354
2355 2006-04-25 [colin]      2.1.1cvs36
2356
2357         * src/folder.c
2358                 Complete 2.1.1cvs33 (once more ;)
2359
2360 2006-04-25 [colin]      2.1.1cvs35
2361
2362         * src/editldap.c
2363                 Fix tooltip
2364
2365 2006-04-25 [cleroy]     2.1.1cvs34
2366
2367         * src/compose.c
2368         * src/gtk/gtkaspell.c
2369                 Fix crash on redirect (related to the return 
2370                 of the aspell menu in compose's toolbar)
2371         * src/prefs_msg_colors.c
2372                 Fix sensitivity widgets
2373         * src/image_viewer.c
2374         * src/gtk/pluginwindow.c
2375         * src/gtk/prefswindow.c
2376                 Change released signals to clicked (Fabien)
2377         * po/POTFILES.in
2378         * src/common/socket.c
2379         * src/plugins/spamassassin/spamassassin.c
2380                 Translate strings (Fabien)
2381
2382 2006-04-25 [paul]       2.1.1cvs33
2383
2384         * src/folder.c
2385         * src/folder.h
2386         * src/folderview.c
2387                 complete the fix of bug #912
2388                 Thanks to Colin
2389
2390 2006-04-25 [colin]      2.1.1cvs32
2391
2392         * src/news.c
2393                 Better progress bar
2394         * src/mimeview.c
2395         * src/summaryview.c
2396         * src/summaryview.h
2397                 Fix focus chain
2398                 Patches by Pawel Pekala
2399
2400 2006-04-24 [colin]      2.1.1cvs31
2401
2402         * src/compose.c
2403                 Fix compilation warnings (Fabien)
2404
2405 2006-04-24 [colin]      2.1.1cvs30
2406
2407         * src/addrindex.c
2408         * src/editldap.c
2409         * src/editldap_basedn.c
2410         * src/editldap_basedn.h
2411         * src/ldapctrl.c
2412         * src/ldapctrl.h
2413         * src/ldapquery.c
2414         * src/ldaputil.c
2415         * src/ldaputil.h
2416                 Fix bug #901 (LDAPS support)
2417
2418 2006-04-24 [colin]      2.1.1cvs29
2419
2420         * src/compose.c
2421                 Fix logic on error with send dialog on
2422         * src/imap.c
2423                 Fix compilation without libetpan, thanks
2424                 to Fabien
2425         * src/summaryview.c
2426                 Fix 'context-menu' key
2427
2428 2006-04-23 [colin]      2.1.1cvs28
2429
2430         * src/folder.c
2431                 Never free current's cache to free up 
2432                 memory. Fixes bug #912 (new count 
2433                 randomly set to message count)
2434
2435 2006-04-23 [colin]      2.1.1cvs27
2436
2437         * src/gtk/quicksearch.c
2438                 And remove printf...
2439
2440 2006-04-23 [colin]      2.1.1cvs26
2441
2442         * src/gtk/quicksearch.c
2443                 Fix replacing in quicksearch, and fix inserting
2444                 in the middle of the string. (introduced at 2.1.0cvs22)
2445
2446 2006-04-23 [colin]      2.1.1cvs25
2447
2448         * src/imap.c
2449                 Make sure uidnext is initialized in get_num_list
2450                 (not for stable, related to 2.1.1cvs8 and friends)
2451
2452 2006-04-23 [colin]      2.1.1cvs24
2453
2454         * src/imap.c
2455                 Output something when login is successful
2456                 too
2457
2458 2006-04-23 [colin]      2.1.1cvs23
2459
2460         * src/etpan/imap-thread.c
2461                 Better logging (line-per-line, hide data in fetch)
2462                 Fix a const warning
2463         * src/gtk/logwindow.c
2464         * src/gtk/logwindow.h
2465                 Better logging (color for input/output)
2466
2467 2006-04-21 [colin]      2.1.1cvs22
2468
2469         * src/gtk/quicksearch.c
2470                 On gtk+-2.8, use stock buttons in quicksearch
2471                 Based on a patch by Fabien and a design by Paul
2472
2473 2006-04-21 [colin]      2.1.1cvs21
2474
2475         * src/folderview.c
2476         * src/mainwindow.c
2477                 Fix occasional flicker in folderview
2478         * src/common/utils.c
2479                 Fix bug #943 (Incorrectly parsed email address 
2480                 list in short headers on message view and in 
2481                 printouts)
2482
2483 2006-04-20 [colin]      2.1.1cvs20
2484
2485         * src/imap.c
2486         * src/imap.h
2487         * src/prefs_account.c
2488                 Add ANONYMOUS auth for IMAP
2489
2490 2006-04-20 [paul]       2.1.1cvs19
2491
2492         * src/main.c
2493                 proper fix for 2.1.1cvs18
2494                 Thanks to Colin
2495
2496 2006-04-20 [paul]       2.1.1cvs18
2497
2498         * src/main.c
2499                 fix build warnings
2500
2501 2006-04-20 [paul]       2.1.1cvs17
2502
2503         * src/gtk/quicksearch.c
2504                 fix standard, non-extended Quick search,
2505                 was broken in 2.1.1cvs15.
2506                 Thanks to Colin.
2507
2508 2006-04-20 [colin]      2.1.1cvs16
2509
2510         * src/prefs_matcher.c
2511                 Fix values when reselecting a ~test
2512                 rule
2513
2514 2006-04-19 [colin]      2.1.1cvs15
2515
2516         * src/compose.c
2517         * src/compose.h
2518         * src/gtk/gtkaspell.c
2519         * src/gtk/gtkaspell.h
2520                 Put back Options menu in Spelling/
2521         * src/gtk/quicksearch.c
2522                 Don't search, and show error, if the
2523                 advanced search has a syntax error
2524
2525 2006-04-18 [colin]      2.1.1cvs14
2526
2527         * src/textview.c
2528                 Fix gdk warnings on set_cursor when textview
2529                 isn't visible
2530
2531 2006-04-18 [colin]      2.1.1cvs13
2532
2533         * src/gtk/gtksctree.c
2534                 Remove seemingly useless refresh that causes
2535                 flicker - watch this commit in case of 
2536                 problems before planned backport to stable
2537
2538 2006-04-18 [colin]      2.1.1cvs12
2539
2540         * src/imap.c
2541                 Factorize get/set_xml code
2542         * src/compose.c
2543         * src/prefs_account.c
2544         * src/prefs_account.h
2545         * src/procmsg.c
2546                 Add Encrypt to self option
2547
2548 2006-04-17 [colin]      2.1.1cvs11
2549
2550         * configure.ac
2551                 Fix search on encrpyt function on dragonfly
2552                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2553
2554 2006-04-17 [colin]      2.1.1cvs10
2555
2556         * src/prefs_account.c
2557                 Be safe by default: remove mails from POP3
2558                 after 7 days, not immediately
2559
2560 2006-04-17 [colin]      2.1.1cvs9
2561
2562         * src/etpan/imap-thread.c
2563                 Fix build on DragonFly - patch by 
2564                 Jonathan Buschmann <jonthn@agmact.com>
2565
2566 2006-04-17 [colin]      2.1.1cvs8
2567
2568         * src/imap.c
2569                 Save uidnext between sessions
2570
2571 2006-04-17 [colin]      2.1.1cvs7
2572
2573         * src/imap.c
2574                 scan is required when uid validity changes
2575
2576 2006-04-17 [colin]      2.1.1cvs6
2577
2578         * src/folderview.c
2579                 Don't scan if not necessary, apart in current
2580                 folder and INBOX to fetch flags.
2581         * src/imap.c
2582                 Scan is necessary if unread count changes
2583
2584 2006-04-17 [colin]      2.1.1cvs5
2585
2586         * src/imap.c
2587                 ...But always fetch ANSWERED and DELETED flags for
2588                 INBOX, as filtering can happen on these flags.
2589
2590 2006-04-17 [colin]      2.1.1cvs4
2591
2592         * src/imap.c
2593                 Don't fetch REPLIED and DELETED flags when synchronising
2594                 flags with a closed folder. We only need UNSEEN and FLAGGED
2595                 to update the folderview.
2596
2597 2006-04-17 [colin]      2.1.1cvs3
2598
2599         * src/imap.c
2600                 Faster flag search when there are new mails 
2601                 in a folder. We can do a full search if the 
2602                 folder contains less messages than the new
2603                 list.
2604
2605 2006-04-17 [colin]      2.1.1cvs2
2606
2607         * po/cs.po
2608         * po/de.po
2609         * po/fr.po
2610         * po/nl.po
2611         * po/pt_BR.po
2612                 Update translations from stable branch
2613
2614 2006-04-17 [colin]      2.1.1cvs1
2615
2616         * configure.ac
2617                 Bump version to follow stable release
2618
2619 2006-04-16 [mones]      2.1.0cvs50
2620
2621         * po/es.po
2622                 Updated for release
2623
2624 2006-04-16 [colin]      2.1.0cvs49
2625
2626         * src/textview.c
2627                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2628                 with gtk < 2.8. Thanks to Fabien Vantard.
2629
2630 2006-04-15 [colin]      2.1.0cvs48
2631
2632         * src/etpan/imap-thread.c
2633                 Fix bug #919 (libetpan: SEGV when connecting 
2634                 using command)
2635
2636 2006-04-14 [colin]      2.1.0cvs47
2637
2638         * src/main.c
2639                 Fix race on --select (should be done better)
2640
2641 2006-04-14 [wwp]        2.1.0cvs46
2642
2643         * src/send_message.c
2644                 enforce a check for domain in account prefs (a sending
2645                 error could be faced if domain was checked but no value set),
2646                 thanks to Colin.
2647
2648 2006-04-14 [colin]      2.1.0cvs45
2649
2650         * src/codeconv.c
2651                 when converting from unknown to unknown, if the
2652                 string is UTF8, don't convert it to the locale
2653                 (which breaks it)
2654
2655 2006-04-14 [colin]      2.1.0cvs44
2656
2657         * src/compose.c
2658                 Don't try to use ASCII for converting headers
2659                 (as done in body)
2660
2661 2006-04-14 [paul]       2.1.0cvs43
2662
2663         * src/crash.c
2664                 add locale/charset info to crash report
2665         * src/gtk/about.c
2666                 add wwp to doc team
2667                 replace 'e-mail' with preferred 'email'
2668         * src/gtk/authors.h
2669                 ensure contributors list is in alphabetical
2670                 order
2671
2672 2006-04-13 [colin]      2.1.0cvs42
2673
2674         * src/textview.c
2675                 Prevent gdk warnings
2676
2677 2006-04-13 [colin]      2.1.0cvs41
2678
2679         * src/common/ssl_certificate.c
2680         * src/common/ssl_certificate.h
2681         * src/gtk/sslcertwindow.c
2682                 Warn on expired certs, and display the expiration date
2683
2684 2006-04-13 [colin]      2.1.0cvs40
2685
2686         * src/plugins/spamassassin/spamassassin_gtk.c
2687                 Fix missing set_text on unix socket
2688
2689 2006-04-13 [wwp]        2.1.0cvs39
2690
2691         * manual/fr/advanced.xml
2692         * manual/fr/glossary.xml
2693                 applied new spam/ham/email lexicon (pourriel, courriel)
2694
2695 2006-04-13 [paul]       2.1.0cvs38
2696
2697         * src/plugins/pgpmime/plugin.c
2698                 remove the mention of S/MIME from the
2699                 description. This is now handled by the
2700                 S/MIME plugin.
2701
2702 2006-04-13 [paul]       2.1.0cvs37
2703
2704         * src/prefs_msg_colors.c
2705                 rework dialog
2706         * src/prefs_folder_item.c
2707         * src/prefs_spelling.c
2708                 add a tooltip to the colour selector buttons
2709
2710 2006-04-13 [wwp]        2.1.0cvs36
2711
2712         * manual/advanced.xml
2713         * manual/glossary.xml
2714         * manual/handling.xml
2715         * manual/keyboard.xml
2716         * manual/plugins.xml
2717         * manual/starting.xml
2718         * manual/fr/account.xml
2719         * manual/fr/ack.xml
2720         * manual/fr/addrbook.xml
2721         * manual/fr/advanced.xml
2722         * manual/fr/faq.xml
2723         * manual/fr/glossary.xml
2724         * manual/fr/gpl.xml
2725         * manual/fr/handling.xml
2726         * manual/fr/intro.xml
2727         * manual/fr/keyboard.xml
2728         * manual/fr/plugins.xml
2729         * manual/fr/starting.xml
2730         * manual/fr/sylpheed-claws-manual.xml
2731                 fixes to the manuals:
2732                  - summaryview -> Message List (same in French)
2733                  - translate key names
2734                  - fix French punctuation, use non-breakable spaces when
2735                    necessary, don't use &thinsp; which is not portable
2736                  - tell what maildir and mbox formats we support
2737
2738 2006-04-12 [wwp]        2.1.0cvs35
2739
2740         * src/prefs_toolbar.c
2741                 unified a replace button more,
2742                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2743
2744 2006-04-12 [wwp]        2.1.0cvs34
2745
2746         * src/prefs_common.c
2747         * src/prefs_msg_colors.c
2748                 make default color labels translatable,
2749                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2750                 thanks to Tim <timbrain@post.cz> for reporting.
2751
2752 2006-04-12 [wwp]        2.1.0cvs33
2753
2754         * manual/glossary.xml
2755         * manual/intro.xml
2756         * manual/plugins.xml
2757         * manual/starting.xml
2758         * manual/sylpheed-claws-manual.xml
2759         * manual/fr/.cvsignore
2760         * manual/fr/account.xml
2761         * manual/fr/ack.xml
2762         * manual/fr/addrbook.xml
2763         * manual/fr/advanced.xml
2764         * manual/fr/faq.xml
2765         * manual/fr/glossary.xml
2766         * manual/fr/handling.xml
2767         * manual/fr/intro.xml
2768         * manual/fr/keyboard.xml
2769         * manual/fr/plugins.xml
2770         * manual/fr/starting.xml
2771         * manual/fr/sylpheed-claws-manual.xml
2772                 various fixes: typos, missing .fr translations, punctuation,
2773                 capitalization, links, accents and some bad French more.
2774
2775 2006-04-12 [wwp]        2.1.0cvs32
2776
2777         * src/prefs_gtk.c
2778                 fix for bug #935: always store prefs files in UTF-8 (thanks
2779                 to Colin).
2780
2781 2006-04-11 [colin]      2.1.0cvs31
2782
2783         * src/compose.c
2784                 Fix inserting files not in utf8 when locale is utf8
2785
2786 2006-04-11 [colin]      2.1.0cvs30
2787
2788         * src/inc.c
2789                 Don't show error dialog when cancelling connection
2790                 Patch by Pawel
2791
2792 2006-04-11 [cleroy]     2.1.0cvs29
2793
2794         * src/compose.c
2795                 Implement multiple quote levels
2796         * src/prefs_common.c
2797                 Change a little bit the quote bgcolor for 2nd level
2798
2799 2006-04-11 [colin]      2.1.0cvs28
2800
2801         * src/gtk/about.c
2802                 Add locale and charset in the label
2803
2804 2006-04-10 [colin]      2.1.0cvs27
2805
2806         * src/compose.c
2807         * src/prefs_common.c
2808         * src/prefs_common.h
2809         * src/prefs_msg_colors.c
2810         * src/textview.c
2811                 Allow optional background color in quotes
2812                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2813                 GTK+-2.8.x feature
2814
2815 2006-04-10 [colin]      2.1.0cvs26
2816
2817         * src/main.c
2818         * src/mainwindow.c
2819         * src/mainwindow.h
2820                 Implement --select
2821
2822 2006-04-10 [colin]      2.1.0cvs25
2823
2824         * manual/plugins.xml
2825         * manual/fr/plugins.xml
2826                 Document libcurl's proxy variables
2827
2828 2006-04-09 [colin]      2.1.0cvs24
2829
2830         * src/prefs_common.c
2831                 gettext() returns statically allocated stuff. We have
2832                 to strdup it in order to be able to free it.
2833
2834 2006-04-09 [colin]      2.1.0cvs23
2835
2836         * AUTHORS
2837         * src/gtk/authors.h
2838                 Add Alexei
2839
2840 2006-04-09 [colin]      2.1.0cvs22
2841
2842         * src/mainwindow.c
2843         * src/gtk/quicksearch.c
2844                 Fix bug #859 (problems with cyrilic input in 
2845                 search panel) - Patch by Alexey Illarionov 
2846                 <littlesavage@rambler.ru>
2847
2848 2006-04-09 [colin]      2.1.0cvs21
2849
2850         * src/prefs_customheader.c
2851                 I prefer removing then freeing rather than the contrary
2852                 (even if it doesn't change anything ;-)
2853         * src/prefs_account.c
2854                 Fix bug #933 (Crash re-entering the custom headers list 
2855                 dialog in accounts prefs)
2856                 The problem happened when cancelling the Account 
2857                 Preferences' dialogs - in which case we didn't do 
2858                 anything to the PrefsAccount * struct. In case of applying,
2859                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2860                 working with in this dialog. The problem is that 
2861                 prefs_customheader.c, working on this tmp_ac_prefs, always
2862                 changes the ->customhdr_list pointer, even when cancelled. 
2863                 So in case of cancelling the prefs_account dialog, we still
2864                 have to update ->customhdr_list in the real account.
2865
2866 2006-04-08 [colin]      2.1.0cvs20
2867
2868         * manual/fr/glossary.xml
2869         * manual/fr/keyboard.xml
2870                 Forgot some headers :)
2871
2872 2006-04-08 [colin]      2.1.0cvs19
2873
2874         * manual/Makefile.am
2875         * manual/fr/Makefile.am
2876         * manual/fr/account.xml
2877         * manual/fr/ack.xml
2878         * manual/fr/addrbook.xml
2879         * manual/fr/advanced.xml
2880         * manual/fr/faq.xml
2881         * manual/fr/glossary.xml
2882         * manual/fr/gpl.xml
2883         * manual/fr/handling.xml
2884         * manual/fr/intro.xml
2885         * manual/fr/keyboard.xml
2886         * manual/fr/plugins.xml
2887         * manual/fr/starting.xml
2888         * manual/fr/sylpheed-claws-manual.xml
2889         * manual/fr/dist/.cvsignore
2890         * manual/fr/dist/Makefile.am
2891         * manual/fr/dist/html/.cvsignore
2892         * manual/fr/dist/html/Makefile.am
2893         * manual/fr/dist/pdf/.cvsignore
2894         * manual/fr/dist/pdf/Makefile.am
2895         * manual/fr/dist/ps/.cvsignore
2896         * manual/fr/dist/ps/Makefile.am
2897         * manual/fr/dist/txt/.cvsignore
2898         * manual/fr/dist/txt/Makefile.am
2899                 Add the french translation of the manual. Thanks to
2900                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2901                 account.xml, ack.xml, addrbook.xml and advanced.xml
2902
2903 2006-04-08 [colin]      2.1.0cvs18
2904
2905         * manual/plugins.xml
2906         * manual/starting.xml
2907                 More fixes
2908
2909 2006-04-07 [colin]      2.1.0cvs17
2910
2911         * manual/faq.xml
2912         * manual/intro.xml
2913         * manual/keyboard.xml
2914                 Little fixes
2915
2916 2006-04-07 [colin]      2.1.0cvs16
2917
2918         * README
2919         * src/compose.c
2920         * src/prefs_common.c
2921         * src/prefs_common.h
2922                 Add hidden compose_no_markup pref
2923
2924 2006-04-07 [wwp]        2.1.0cvs15
2925
2926         * src/summary_search.c
2927         * .cvsignore
2928                 Bugfix: stop button was sticky when searching in an empty folder.
2929                 Applied curly brackets code style to the whole file (summary_search.c).
2930                 More files to ignore.
2931
2932 2006-04-07 [wwp]        2.1.0cvs14
2933
2934         * src/message_search.c
2935         * src/summary_search.c
2936                 changed default button when search bumps at file/folder
2937                 beginning or end, for convenience (thanks to Colin).
2938
2939 2006-04-07 [paul]       2.1.0cvs13
2940
2941         * src/plugins/dillo_viewer/dillo_prefs.c
2942                 avoid future potential for namespace collision
2943                 Patch by Colin
2944
2945 2006-04-06 [wwp]        2.1.0cvs12
2946
2947         * src/summary_search.c
2948                 Unify extended/advanced searches names (and thus factorize labels),
2949                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2950
2951 2006-04-06 [wwp]        2.1.0cvs11
2952
2953         * src/folderview.c
2954         * src/prefs_themes.c
2955         * src/summaryview.c
2956                 Fixed some compilation warnings.
2957
2958 2006-04-06 [colin]      2.1.0cvs10
2959
2960         * manual/advanced.xml
2961                 Document the wizard template and how to deploy
2962                 Sylpheed-Claws effectively
2963
2964 2006-04-06 [colin]      2.1.0cvs9
2965
2966         * src/folderview.c
2967                 gettext patch to tell translators about _("#"),
2968                 by Maxim Britov
2969
2970 2006-04-06 [colin]      2.1.0cvs8
2971
2972         * src/textview.c
2973                 Fix invalid GtkTextBIter after clicking "Display as text"
2974
2975 2006-04-06 [mones]      2.1.0cvs7
2976
2977         * src/addr_compl.c
2978         * src/addrindex.c
2979         * src/addritem.c
2980         * src/codeconv.c
2981         * src/compose.c
2982         * src/filtering.c
2983         * src/folder.c
2984         * src/folder_item_prefs.c
2985         * src/folderview.c
2986         * src/localfolder.c
2987         * src/matcher.c
2988         * src/mimeview.c
2989         * src/prefs_msg_colors.c
2990         * src/prefs_spelling.c
2991         * src/prefs_themes.c
2992         * src/procmime.c
2993         * src/procmsg.c
2994         * src/stock_pixmap.c
2995         * src/summaryview.c
2996         * src/textview.c
2997         * src/toolbar.c
2998         * src/common/mgutils.c
2999         * src/common/prefs.c
3000         * src/common/ssl_certificate.c
3001         * src/gtk/colorlabel.c
3002         * src/gtk/quicksearch.c
3003         * src/plugins/pgpmime/pgpmime.c
3004         * src/plugins/spamassassin/spamassassin.c
3005                 Removed redundant NULL checks for g_free() calls.
3006                 Patch by Pawel Pekala.
3007
3008 2006-04-06 [mones]      2.1.0cvs6
3009
3010         * src/prefs_actions.c
3011         * src/prefs_filtering.c
3012         * src/prefs_filtering_action.c
3013         * src/prefs_matcher.c
3014         * src/prefs_template.c
3015         * src/gtk/gtkutils.c
3016         * src/gtk/gtkutils.h
3017                 Have a nice replace button. Patch by Pawel Pekala
3018
3019 2006-04-06 [colin]      2.1.0cvs5
3020
3021         * src/addressbook.c
3022                 Fix crash with empty columns
3023
3024 2006-04-05 [colin]      2.1.0cvs4
3025
3026         * src/wizard.c
3027         * src/prefs_gtk.c
3028                 Allow wizard customization with pre-filled values
3029
3030 2006-04-05 [colin]      2.1.0cvs3
3031
3032         * src/textview.c
3033         * src/mimeview.c
3034         * src/mimeview.h
3035                 Nicer messages in mimeview
3036
3037 2006-04-05 [colin]      2.1.0cvs2
3038
3039         * src/addressbook.c
3040         * src/prefs_summaries.c
3041                 i18n fix
3042
3043 2006-04-05 [colin]      2.1.0cvs1
3044
3045         * src/plugins/pgpcore/plugin.c
3046         * src/plugins/pgpcore/select-keys.c
3047         * src/plugins/pgpcore/select-keys.h
3048         * src/plugins/pgpcore/sgpgme.c
3049         * src/plugins/pgpcore/sgpgme.h
3050         * src/plugins/pgpinline/pgpinline.c
3051         * src/plugins/pgpinline/plugin.c
3052         * src/plugins/pgpmime/pgpmime.c
3053         * src/plugins/pgpmime/plugin.c
3054                 Factorize and generalize a bit 
3055                 Drop S/MIME signature verification from PGP/MIME
3056                 (adding it as another, more complete plugin)
3057
3058 2006-04-05 [paul]       2.1.0
3059
3060         2.1.0 released
3061
3062 2006-04-05 [paul]       2.0.0cvs186
3063
3064         * manual/advanced.xml
3065                 add info on colour labels
3066
3067 2006-04-05 [paul]       2.0.0cvs185
3068
3069         * po/bg.po
3070         * po/cs.po
3071         * po/de.po
3072         * po/el.po
3073         * po/en_GB.po
3074         * po/fi.po
3075         * po/fr.po
3076         * po/it.po
3077         * po/nl.po
3078         * po/pl.po
3079         * po/pt_BR.po
3080         * po/sr.po
3081         * po/zh_CN.po
3082                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3083                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3084                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3085                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3086         * src/gtk/authors.h
3087         * tools/claws.i18n.status.pl
3088                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3089                 and new Czech translator, Tim <timbrain@post.cz>
3090
3091 2006-04-05 [mones]      2.0.0cvs184
3092
3093         * po/es.po
3094                 Updated translation
3095
3096 2006-04-05 [colin]      2.0.0cvs183
3097
3098         * src/gtk/quicksearch.c
3099                 Fix bug #929 (unnecessary reload in quick search bar)
3100
3101 2006-04-05 [colin]      2.0.0cvs182
3102
3103         * src/compose.c
3104                 Fix crash on Reply with no From:
3105                 Show signature and conversion error on queuing 
3106                 (but not sending)
3107         * src/mainwindow.c
3108         * src/summaryview.c
3109         * src/summaryview.h
3110                 Factorize threading code and make sure msginfo 
3111                 is not null when it comes from a GtkCTreeRow's 
3112                 data
3113         * src/gtk/gtkaspell.c
3114                 Check for necessary things
3115         * src/gtk/gtksctree.c
3116         * src/gtk/gtksctree.h
3117                 Reset anchor if necessary when removing node
3118
3119 2006-03-29 [colin]      2.0.0cvs181
3120
3121         * src/folderview.c
3122                 Warn for disabled IMAP accounts (due to lack of
3123                 libetpan). Breaks string-freeze - sorry - but it
3124                 is kind of important ;)
3125
3126 2006-03-28 [colin]      2.0.0cvs180
3127
3128         * src/gtk/gtkutils.c
3129         * src/gtk/gtkutils.h
3130                 Add a gtkut_get_link_btn() function that
3131                 creates a button which acts like an URI
3132         * src/prefs_themes.c
3133         * src/gtk/about.c
3134                 Use this function (factorizes codes)
3135         * src/common/defs.h
3136         * src/gtk/pluginwindow.c
3137                 Add a "Get more..." in the plugins window
3138
3139 2006-03-28 [colin]      2.0.0cvs179
3140
3141         * src/common/smtp.c
3142         * src/common/passcrypt.c
3143         * src/undo.c
3144                 Warning fixes. Patch by Pawel Pekala
3145
3146 2006-03-27 [colin]      2.0.0cvs178
3147
3148         * src/undo.c
3149                 Fix undoing by blocks with spaces
3150
3151 2006-03-27 [colin]      2.0.0cvs177
3152
3153         * src/textview.c
3154                 Set margin to 3px for headers
3155
3156 2006-03-27 [paul]
3157
3158         2.1.0-rc2 released
3159
3160 2006-03-27 [wwp]        2.0.0cvs176
3161
3162         * src/summaryview.c
3163                 don't reset quicksearch when updating the message list.
3164                 Thanks to Colin.
3165
3166 2006-03-26 [wwp]        2.0.0cvs175
3167
3168         * src/compose.c
3169                 use a unified border width ('other' tab in the compose window,
3170                 patch by Pawel Pekala).
3171
3172
3173 2006-03-26 [wwp]        2.0.0cvs174
3174
3175         * src/common/quoted-printable.c
3176         * src/addressbook.c
3177                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3178
3179 2006-03-26 [colin]      2.0.0cvs173
3180
3181         * src/quote_fmt_parse.y
3182                 Fix non-UTF8 date formats messing up the whole quote a 
3183                 little bit
3184
3185 2006-03-26 [colin]      2.0.0cvs172
3186
3187         * src/procheader.c
3188                 Make sure the date is UTF8 valid, or try to make it
3189                 so. IncrediMail is really IncrediStupid.
3190         * src/compose.c
3191                 Fix possible conversions. 
3192                 
3193
3194 2006-03-26 [colin]      2.0.0cvs171
3195
3196         * src/matcher.c
3197                 Fix corner cases in body search. This is still a
3198                 hack... It seems impossible to make it good and 
3199                 reasonably fast at the same time.
3200
3201 2006-03-26 [colin]      2.0.0cvs170
3202
3203         * src/summaryview.c
3204                 I think I killed the twilight zone bug!
3205                 summary_select_node() flushes GTK events in order
3206                 to be able to center the view. But this also 
3207                 flushes keypresses like Ctrl-Alt-U, so this can
3208                 call summary_show from summary_select_node (itself
3209                 called from summary_show, etc.). And the summaryview
3210                 has to be unlocked in this function. So just locking
3211                 while processing GTK events, and bailing if locked, 
3212                 should fix it.
3213                 Fixes bug #927 (SIGSEGV during Update Summary)
3214
3215 2006-03-25 [colin]      2.0.0cvs169
3216
3217         * src/matcher.c
3218                 Fix search in QP-encoded bodies
3219                 Fix utf-8 searches in bodies encoded in the
3220                 locale's encoding
3221         * src/common/quoted-printable.c
3222         * src/common/quoted-printable.h
3223                 Add a decode function that doesn't overwrite
3224                 the original pointer
3225                 
3226
3227 2006-03-24 [colin]      2.0.0cvs168
3228
3229         * src/action.c
3230         * src/summaryview.c
3231         * src/summaryview.h
3232                 Update message cache after action
3233                 Patch by H. Merijn Brand
3234         * src/prefs_msg_colors.c
3235                 Factorize label 
3236                 Patch by Fabien Vantard
3237         * src/plugins/spamassassin/spamassassin_gtk.c
3238                 Remove useless translation
3239                 Patch by Fabien Vantard
3240
3241 2006-03-23 [colin]      2.0.0cvs167
3242
3243         * src/common/ssl.c
3244                 Let 30 seconds to SSL_connect
3245
3246 2006-03-23 [wwp]        2.0.0cvs166
3247
3248         * src/summaryview.c
3249         * src/gtk/description_window.c
3250                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3251                 and headers are translated; adjust description windows' width to fit their
3252                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3253
3254 2006-03-23 [paul]       2.0.0cvs165
3255
3256         * src/common/utils.c
3257                 fix highlighting of URIs containing "()"
3258                 (2.0.0cvs164's reversal fixed)
3259                 Thanks to Colin.
3260
3261 2006-03-23 [paul]       2.0.0cvs164
3262
3263         * src/common/utils.c
3264                 revert patch, (postponing a fix), at 2.0.0cvs120
3265                 as it breaks more URIs than it fixes.
3266                 Allow '-' to be a terminating character in a URI
3267
3268 2006-03-22 [colin]      2.0.0cvs163
3269
3270         * configure.ac
3271                 Require libetpan 0.45
3272                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3273
3274 2006-03-22 [paul]       2.0.0cvs162
3275
3276         * src/editgroup.c
3277                 replace '<-' and '->' buttons with GTK_STOCK graphical
3278                 buttons
3279         * src/summary_search.c
3280                 don't offer '...' for translation
3281                 add a tooltip to advanced search '...' button
3282         * src/gtk/quicksearch.c
3283                 don't offer '...' for translation
3284
3285 2006-03-21 [colin]      2.0.0cvs161
3286
3287         * src/compose.c
3288                 Fix middle-click pasting (insert at click
3289                 position instead of cursor position, don't
3290                 remove existing selection and allow pasting
3291                 our own selection)
3292         * src/addressbook.c
3293                 "LDAP Server" -> "LDAP servers"
3294
3295 2006-03-21 [wwp]        2.0.0cvs160
3296
3297         * src/etpan/imap-thread.c
3298                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3299
3300 2006-03-20 [colin]      2.0.0cvs159
3301
3302         * src/summaryview.c
3303                 Don't reload summaryview after an execute with no
3304                 move action
3305
3306 2006-03-19 [colin]      2.0.0cvs158
3307
3308         * src/addressbook.c
3309                 and put groups at the top, always
3310
3311 2006-03-19 [colin]      2.0.0cvs157
3312
3313         * src/addressbook.c
3314                 Order groups before names, as previously
3315
3316 2006-03-19 [colin]      2.0.0cvs156
3317
3318         * src/addressbook.c
3319                 - Sort case-unsensitive
3320                 - Put the sort arrow at opening too
3321
3322 2006-03-19 [wwp]        2.0.0cvs155
3323
3324         * src/addressbook.c
3325                 allow sorting by name/email/remarks, ensure that right-pane's contents
3326                 matches the left-pane selection (cleared when appropriate).
3327                 Patch by Pawel Pekala <c0rn@o2.pl>.
3328
3329 2006-03-18 [colin]      2.0.0cvs154
3330
3331         * src/textview.c
3332                 Fix text cursor ;)
3333
3334 2006-03-18 [colin]      2.0.0cvs153
3335
3336         * src/gtk/filesel.c
3337                 Make sure we hide the preview if we didn't get
3338                 a filename
3339
3340 2006-03-18 [colin]      2.0.0cvs152
3341
3342         * src/summaryview.c
3343                 Set cursor to watch for execution (fixes lack
3344                 of watch-cursor when dnd'ing hundreds of mails)
3345         * src/gtk/filesel.c
3346                 Check that mime type is 'image/*' before updating
3347                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3348
3349 2006-03-18 [colin]      2.0.0cvs151
3350
3351         * src/mainwindow.c
3352         * src/textview.c
3353         * src/textview.h
3354                 Put a watch cursor in textview too when the mainwindow's
3355                 cursor in a watch
3356
3357 2006-03-18 [colin]      2.0.0cvs150
3358
3359         * src/folder.c
3360                 Change wrong asserts to simple tests
3361
3362 2006-03-17 [colin]      2.0.0cvs149
3363
3364         * src/mainwindow.c
3365         * src/mainwindow.h
3366         * src/prefs_msg_colors.c
3367         * src/summaryview.c
3368         * src/summaryview.h
3369         * src/gtk/colorlabel.c
3370         * src/gtk/colorlabel.h
3371                 Add a color label menu in the main menubar
3372                 Add (fixed) accels Ctrl-{0-7} to change the color
3373                 They have to be fixed because the menu's dynamic,
3374                 the items are complex widgets, hence we can't use
3375                 a GtkItemFactory.
3376
3377
3378 2006-03-17 [wwp]        2.0.0cvs148
3379
3380         * src/compose.c
3381                 rollback few lines from my previous commit (those lines come from
3382                 a pending patch, accidentally commited, even if neutral as they are
3383                 commented out).
3384
3385 2006-03-17 [wwp]        2.0.0cvs147
3386
3387         * src/compose.c
3388                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3389                 applied code style/indentation to the modified function.
3390
3391 2006-03-17 [wwp]        2.0.0cvs146
3392
3393         * src/procmsg.c
3394         * src/compose.c
3395                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3396
3397 2006-03-17 [paul]
3398
3399         2.1.0-rc1 released
3400
3401 2006-03-17 [paul]       2.0.0cvs145
3402
3403         * src/main.c
3404                 addressbook_read_file() was called twice
3405         * src/textview.c
3406                 X-Mailer highlighting
3407
3408 2006-03-16 [colin]      2.0.0cvs144
3409
3410         * src/sourcewindow.c
3411         * src/sourcewindow.h
3412                 And the last one, in source window.
3413
3414 2006-03-16 [colin]      2.0.0cvs143
3415
3416         * src/compose.c
3417         * src/compose.h
3418                 Fix the same stuff in compose
3419
3420 2006-03-16 [colin]      2.0.0cvs142
3421
3422         * src/messageview.c
3423                 Complete the previous messageview crash fix
3424
3425 2006-03-16 [colin]      2.0.0cvs141
3426
3427         * src/procmsg.h
3428         * src/procmsg.c
3429         * src/folder.c
3430                 Fix POSTPROCESSING hook
3431                 Patch by H. Merijn Brand
3432
3433         * src/procmime.c
3434         * src/procmime.h
3435                 Parse Content-Location
3436
3437         * src/toolbar.c
3438         * src/messageview.c
3439         * src/messageview.h
3440                 Don't crash when a top-level MessageView has
3441                 been closed on us. Same problematic than
3442                 yesterday's quicksearch issue.
3443
3444 2006-03-15 [colin]      2.0.0cvs140
3445
3446         * src/gtk/quicksearch.c
3447                 Fix a bitchy race we didn't think about when we
3448                 added quicksearch cancellation:
3449                 If the search is not on cached fields, for example
3450                 body_part matchcase "stuff"
3451                 the matcher code has to get the whole message. If
3452                 we're on IMAP, that can be slow, and in order to
3453                 be non-blocking, the IMAP code idle loop processes
3454                 gtk events too. So it is possible to cancel a
3455                 quicksearch while the matcher is getting the mail's
3456                 body. After matcher got its body, it will start to
3457                 iterate over the matcher list that the Quicksearch's
3458                 clear_search_cb() just freed via prepare_matcher().
3459                 SIGSEGV ensues.
3460                 The fix consists of guarding the matcherlist_match()
3461                 call with a boolean 'matching'. If we reset the
3462                 quicksearch while matching is TRUE, we don't free
3463                 the matcherlist anymore like we did, but we set
3464                 another new flag, deferred_free, to TRUE. Then,
3465                 in quicksearch_match(), just after returning from
3466                 matcherlist_match() and unsetting the matching flag,
3467                 we check the deferred_free flag and do the
3468                 prepare_matcher() (which does the matcherlist_free)
3469                 for real, so we free the matcherlist once it's not
3470                 used anymore.
3471                 As all of this runs via the glib main loop, we
3472                 luckily don't need a mutex.
3473         * src/summaryview.c
3474                 Also, show progress while searching.
3475
3476
3477 2006-03-14 [colin]      2.0.0cvs139
3478
3479         * src/alertpanel.c
3480                 Make alertpanel_is_open non-static
3481
3482 2006-03-14 [colin]      2.0.0cvs138
3483
3484         * src/prefs_spelling.c
3485                 Cleanups - Fabien Vantard
3486
3487 2006-03-14 [wwp]        2.0.0cvs137
3488
3489         * src/main.c
3490                 code style normalization (curly braces, indentation).
3491
3492 2006-03-14 [wwp]        2.0.0cvs137
3493
3494         * src/main.c
3495                 code style (braces, indentation)
3496
3497 2006-03-12 [paul]       2.0.0cvs136
3498
3499         * src/prefs_common.c
3500                 trans_hdr defaults to FALSE to be RFC-savvy
3501         * src/prefs_summaries.c
3502                 add a tooltip to the trans_hdr option
3503                 
3504
3505 2006-03-12 [paul]       2.0.0cvs135
3506
3507         * src/prefs_matcher.c
3508                 give a little more width to the combos
3509         * src/prefs_display_header.c
3510         * src/textview.c
3511                 translate headers if prefs_common.trans_hdr
3512                 is TRUE
3513
3514         Patches by Pawel Pekala
3515
3516 2006-03-12 [paul]       2.0.0cvs134
3517
3518         * src/plugins/clamav/clamav_plugin.c
3519         * src/plugins/dillo_viewer/dillo_viewer.c
3520         * src/plugins/pgpcore/plugin.c
3521         * src/plugins/pgpinline/plugin.c
3522         * src/plugins/pgpmime/plugin.c
3523         * src/plugins/spamassassin/spamassassin.c
3524                 update/add to descriptions
3525         * src/plugins/spamassassin/spamassassin_gtk.c
3526                 fixes to the english, remove superfluous
3527                 tooltips, clean up a little
3528
3529 2006-03-12 [paul]       2.0.0cvs133
3530
3531         * src/compose.c
3532                 fix Bug 924, 'Account combo box shows up wrong 
3533                 if & is in account name'
3534
3535 2006-03-11 [colin]      2.0.0cvs132
3536
3537         * src/summaryview.c
3538                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3539                 messed up shift-selection because is slows down
3540                 moving around summaryview. thanks -users
3541
3542 2006-03-10 [colin]      2.0.0cvs131
3543
3544         * src/plugins/spamassassin/spamassassin_gtk.c
3545                 Put back Paul's engrish fixes
3546
3547 2006-03-10 [colin]      2.0.0cvs130
3548
3549         * src/plugins/spamassassin/spamassassin.c
3550         * src/plugins/spamassassin/spamassassin.h
3551         * src/plugins/spamassassin/spamassassin_gtk.c
3552                 Cleanup SA prefs page (more)
3553                 Patch by Fabien Vantard
3554
3555 2006-03-10 [paul]       2.0.0cvs129
3556
3557         * src/prefs_msg_colors.c
3558         * src/prefs_spelling.c
3559                 widget sensitivity
3560
3561 2006-03-09 [mones]      2.0.0cvs128
3562
3563         * po/es.po
3564                 Update for next RC
3565
3566 2006-03-09 [wwp]        2.0.0cvs127
3567
3568         * configure.ac
3569                 revert accidental commit (requirement for libetpan 0.43), this time
3570                 not in HEAD.
3571
3572 2006-03-09 [wwp]        2.0.0cvs125
3573
3574         * configure.ac
3575                 revert accidental commit (requirement for libetpan 0.43)
3576
3577 2006-03-09 [paul]       2.0.0cvs126
3578
3579         * src/prefs_receive.c
3580                 remove useless frame
3581                 replace 'incorporation' with 'receiving'
3582         * src/plugins/clamav/clamav_plugin_gtk.c
3583         * src/plugins/spamassassin/spamassassin_gtk.c
3584                 improve widget sensitivity
3585                 fix a bit his engrish
3586
3587 2006-03-09 [wwp]        2.0.0cvs125
3588
3589         * src/addressadd.c
3590         * src/foldersel.c
3591         * src/prefs_common.c
3592         * src/prefs_common.h
3593                 remember some more windows' sizes (add to addressbook and
3594                 select folder).
3595
3596 2006-03-09 [paul]       2.0.0cvs124
3597
3598         * src/plugins/pgpcore/prefs_gpg.c
3599                 normalise construction of dialogue
3600
3601 2006-03-09 [paul]       2.0.0cvs123
3602
3603         * src/plugins/trayicon/Makefile.am
3604                 add missing slash
3605
3606 2006-03-08 [colin]      2.0.0cvs122
3607
3608         * src/plugins/trayicon/Makefile.am
3609                 Fix build in separate dir 
3610                 Patch by Bamanzi <bamanzi@gmail.com>
3611
3612 2006-03-08 [colin]      2.0.0cvs121
3613
3614         * src/procmsg.c
3615                 Batch move and copies from summaryview with delayed execution
3616                 too
3617
3618 2006-03-07 [paul]       2.0.0cvs120
3619
3620         * src/common/utils.c
3621                 fix highlighting of URIs containing "()"
3622                 Patch by Pawel Pekala
3623
3624 2006-03-07 [paul]       2.0.0cvs119
3625
3626         * src/folder.c
3627         * src/folder.h
3628         * src/folderview.c
3629                 immediately do alphabetical resort when
3630                 changing a folder's name
3631                 Patch by Pawel Pekala
3632
3633 2006-03-07 [paul]       2.0.0cvs118
3634
3635         * src/news.c
3636         * src/news_gtk.c
3637                 when unsubscribing a newsgroup, remove the
3638                 folder and msgs in .sylpheed-claws/newscache
3639                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3640
3641 2006-03-07 [paul]       2.0.0cvs117
3642
3643         * src/textview.c
3644                 fix wrong Fake URL Warning
3645                 Thanks to Hiro
3646
3647 2006-03-07 [colin]      2.0.0cvs116
3648
3649         * src/imap.c
3650                 Return immediately when password dialog was
3651                 cancelled
3652         * src/gtk/inputdialog.c
3653                 Allow empty strings for passwords
3654
3655
3656 2006-03-06 [colin]      2.0.0cvs115
3657
3658         * src/imap.c
3659                 Prevent double-timeouts when connection fails
3660
3661 2006-03-06 [colin]
3662
3663         2.0.1-rc1 released
3664
3665 2006-03-06 [colin]      2.0.0cvs114
3666
3667         * src/imap.c
3668                 Refresh session during potentially long
3669                 operations
3670
3671 2006-03-06 [wwp]        2.0.0cvs113
3672
3673         * src/prefs_msg_colors.h
3674                 forgot that one (custom color labels).
3675
3676 2006-03-06 [wwp]        2.0.0cvs112
3677
3678         * src/prefs_common.c
3679         * src/prefs_common.h
3680         * src/prefs_msg_colors.c
3681         * src/summaryview.c
3682         * src/summaryview.h
3683         * src/gtk/colorlabel.c
3684         * src/gtk/colorlabel.h
3685                 colors in messages list are now customizable. Color values and names can
3686                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3687                 Thanks to Paul and Colin for their help with this longstanding patch!
3688
3689 2006-03-06 [wwp]        2.0.0cvs111
3690
3691         * src/textview.c
3692                 don't crash if (x)face is bad.
3693
3694 2006-03-05 [paul]       2.0.0cvs110
3695
3696         * AUTHORS
3697         * configure.ac
3698         * src/Makefile.am
3699         * src/common/Makefile.am
3700         * src/common/utils.h
3701         * src/etpan/imap-thread.c
3702         * src/gtk/authors.h
3703         * src/plugins/clamav/Makefile.am
3704         * src/plugins/demo/Makefile.am
3705         * src/plugins/dillo_viewer/Makefile.am
3706         * src/plugins/pgpcore/Makefile.am
3707         * src/plugins/pgpcore/passphrase.c
3708         * src/plugins/pgpinline/Makefile.am
3709         * src/plugins/pgpmime/Makefile.am
3710         * src/plugins/spamassassin/Makefile.am
3711         * src/plugins/trayicon/Makefile.am
3712                 fix builiding on cygwin
3713                 Patch by Ralgh Young <bamanzi@gmail.com>
3714
3715 2006-03-04 [wwp]        2.0.0cvs109
3716
3717         * manual/keyboard.xml
3718                 fix mixed up/down keys.
3719
3720 2006-03-04 [wwp]        2.0.0cvs108
3721
3722         * README
3723         * INSTALL
3724                 updated links to SpamAssassin.
3725
3726 2006-03-04 [wwp]        2.0.0cvs107
3727
3728         * manual/plugins.xml
3729         * src/plugins/spamassassin/README
3730                 updated SpamAssassin plugin docs to reflect new functional additions
3731                 (also fix/update/documents few technical stuff more, see the README).
3732
3733 2006-03-04 [wwp]        2.0.0cvs106
3734
3735         * src/prefs_message.c
3736                 normalized capitalization of message-prefs paths.
3737
3738 2006-03-04 [wwp]        2.0.0cvs105
3739
3740         * manual/advanced.xml
3741                 typo.
3742
3743 2006-03-03 [colin]      2.0.0cvs104
3744
3745         * src/plugins/clamav/clamav_plugin_gtk.c
3746                 Rework prefs page, patch by Fabien 
3747
3748 2006-03-03 [colin]      2.0.0cvs103
3749
3750         * src/plugins/clamav/clamav_plugin.c
3751                 Set error on all errors
3752
3753 2006-03-03 [colin]      2.0.0cvs102
3754
3755         * src/common/plugin.c
3756                 Initialize error to avoid crashing when a plugin fails
3757                 without setting error
3758
3759 2006-03-02 [wwp]        2.0.0cvs101
3760
3761         * configure.ac
3762                 fixed linker flags for libetpan support on Cygwin
3763                 (thanks to H.Merijn Brand).
3764
3765 2006-03-02 [wwp]        2.0.0cvs100
3766
3767         * src/addressbook.c
3768                 fix some AB error messages: one for punctuation and
3769                 one wrongly duplicate (thanks, maxbritov).
3770
3771 2006-03-02 [wwp]        2.0.0cvs99
3772
3773         * src/plugins/spamassassin/spamassassin.c
3774                 make sync calls to sa-learn/spamc to prevent
3775                 system (whatever local or client/server) overload.
3776
3777 2006-03-02 [colin]      2.0.0cvs98
3778
3779         * src/summaryview.c
3780                 Put the spam icon in the status column instead of the
3781                 mark one
3782
3783 2006-03-01 [colin]      2.0.0cvs97
3784
3785         * src/plugins/spamassassin/spamassassin.c
3786                 Fix segfault (g_file_set_contents fails for some 
3787                 reason and err==0x2f. Can't find out why with
3788                 valgrind, using working function :-)
3789
3790 2006-03-01 [colin]      2.0.0cvs96
3791
3792         * src/inc.c
3793                 Offline overriding: let 'No' be cached only 3 seconds
3794
3795 2006-03-01 [colin]      2.0.0cvs95
3796
3797         * src/addr_compl.c
3798         * src/addrbook.c
3799         * src/addressbook.c
3800         * src/addrindex.c
3801         * src/folder_item_prefs.c
3802         * src/headerview.c
3803         * src/imap.c
3804         * src/inc.c
3805         * src/ldif.c
3806         * src/mainwindow.c
3807         * src/mh.c
3808         * src/msgcache.c
3809         * src/prefs_common.h
3810         * src/prefs_msg_colors.c
3811         * src/procheader.c
3812         * src/procheader.h
3813         * src/procmime.c
3814         * src/procmsg.c
3815         * src/procmsg.h
3816         * src/send_message.h
3817         * src/simple-gettext.c
3818         * src/summaryview.c
3819         * src/summaryview.h
3820         * src/syldap.c
3821         * src/textview.c
3822         * src/undo.c
3823         * src/common/ssl_certificate.c
3824         * src/common/utils.c
3825         * src/gtk/colorsel.c
3826         * src/gtk/gtksctree.c
3827         * src/gtk/gtkshruler.c
3828         * src/plugins/trayicon/trayicon.c
3829                 #if 0 goes to /dev/null
3830
3831 2006-03-01 [colin]      2.0.0cvs94
3832
3833         * src/compose.c
3834         * src/imap.c
3835         * src/inc.c
3836         * src/inc.h
3837         * src/messageview.c
3838         * src/news.c
3839         * src/plugins/spamassassin/spamassassin.c
3840                 Allow to add information in the "working offline"
3841                 window
3842
3843 2006-03-01 [wwp]        2.0.0cvs93
3844
3845         * src/plugins/spamassassin/spamassassin.c
3846                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3847                 'cause it seems that calling `spamc ... < inputfile` with
3848                 g_spawn_(a)sync simply.. erm doesn't work :-).
3849
3850 2006-03-01 [wwp]        2.0.0cvs92
3851
3852         * src/toolbar.c
3853         * src/toolbar.h
3854                 simplify the adding of spam/ham button to the messageview toolbar
3855                 (it gets more clear now that the same button will be "Mark as spam"
3856                 or "Mark as ham" according to the current message status,
3857                 thanks to Colin).
3858
3859 2006-03-01 [wwp]        2.0.0cvs91
3860
3861         * src/messageview.c
3862         * src/procmsg.c
3863         * src/procmsg.h
3864         * src/summaryview.c
3865         * src/plugins/spamassassin/spamassassin.c
3866         * src/plugins/spamassassin/spamassassin.h
3867                 make learner callbacks return a status (0 for ok),
3868                 handle it in main code to avoid setting flags when learning failed,
3869                 don't learn on TCP if offline in spamassassin,
3870                 thanks to Colin.
3871
3872                 
3873
3874 2006-03-01 [wwp]        2.0.0cvs90
3875
3876         * src/compose.c
3877                 some work around the compose window's account menu,
3878                 patch by Fabien Vantard.
3879
3880 2006-03-01 [wwp]        2.0.0cvs89
3881
3882         * src/plugins/spamassassin/spamassassin.c
3883                 fixed bad logics, was using spamc in local mode and sa-learn
3884                 in remote mode (thanks, Colin).
3885
3886 2006-03-01 [wwp]        2.0.0cvs88
3887
3888         * src/plugins/spamassassin/spamassassin.c
3889         * src/plugins/spamassassin/spamassassin.h
3890         * src/plugins/spamassassin/spamassassin_gtk.c
3891                 made processing of emails w/ sa-plugin an option (default is TRUE),
3892                 fixed Engrish some tooltips, capitalization of some debug messages
3893                 and warnings. The spamassassin plugin now provides two separate
3894                 services: process emails upon incorporation and spamd training.
3895                 Both services (un)register independently but use some common
3896                 plugin settings (transport settings, spam storage location).
3897
3898 2006-02-28 [wwp]        2.0.0cvs87
3899
3900         * src/plugins/spamassassin/spamassassin.c
3901                 fix async flag to spamc cmdline execution (batch exec should
3902                 be asynchronous).
3903
3904 2006-02-27 [wwp]        2.0.0cvs86
3905
3906         * src/plugins/spamassassin/spamassassin.c
3907         * src/plugins/spamassassin/spamassassin.h
3908         * src/plugins/spamassassin/spamassassin_gtk.c
3909                 - added the ability to learn a remote spamassassin server (spamd),
3910                 using spamc.
3911                 - added the spamassassin option 'username', that applies to all
3912                 spamassassin operations (filtering, learning, local or remote).
3913                 The default username is the current unix user (if left blank
3914                 from gtk prefs or config file).
3915                 - commented out some unused code (notebook widget), removed unused
3916                 layout (hbox1).
3917                 - make more widgets sensitive to the transport type.
3918
3919 2006-02-27 [colin]      2.0.0cvs85
3920
3921         * src/plugins/spamassassin/spamassassin.c
3922                 Fix sa-learn call when offline
3923
3924 2006-02-27 [colin]      2.0.0cvs84
3925
3926         * configure.ac
3927         * src/Makefile.am
3928         * src/mainwindow.c
3929         * src/mainwindow.h
3930         * src/messageview.c
3931         * src/messageview.h
3932         * src/prefs_toolbar.c
3933         * src/procmsg.c
3934         * src/stock_pixmap.c
3935         * src/stock_pixmap.h
3936         * src/summaryview.c
3937         * src/toolbar.c
3938         * src/toolbar.h
3939         * src/pixmaps/ham_btn.xpm
3940         * src/pixmaps/spam.xpm
3941         * src/pixmaps/spam_btn.xpm
3942         * src/plugins/spamassassin/spamassassin.c
3943                 Add button in toolbar for spam learning
3944                 Fix a few bugs from the last related commit
3945                 Revert 1.9.6cvs23 which messed up shift-selection
3946
3947 2006-02-24 [colin]      2.0.0cvs83
3948
3949         * src/procmsg.c
3950         * src/summaryview.c
3951         * src/summaryview.h
3952         * src/plugins/spamassassin/spamassassin.c
3953         * src/plugins/spamassassin/spamassassin.h
3954         * src/plugins/spamassassin/spamassassin_gtk.c
3955                 Unregister learner when spamassassin is either
3956                 disabled or over tcp
3957
3958 2006-02-24 [colin]      2.0.0cvs82
3959
3960         * src/Makefile.am
3961         * src/mainwindow.c
3962         * src/mainwindow.h
3963         * src/procmsg.c
3964         * src/procmsg.h
3965         * src/stock_pixmap.c
3966         * src/stock_pixmap.h
3967         * src/summaryview.c
3968         * src/summaryview.h
3969         * src/gtk/icon_legend.c
3970         * src/pixmaps/spam.xpm  ** NEW FILE **
3971         * src/plugins/spamassassin/spamassassin.c
3972         * src/plugins/spamassassin/spamassassin_gtk.c
3973                 Add spam learning interface (Mark/Mark as 
3974                 (spam|ham) menus)
3975
3976 2006-02-24 [wwp]        2.0.0cvs81
3977
3978         * src/compose.c
3979         * src/compose.h
3980         * src/filtering.c
3981                 hide compose window when sending message in batch mode
3982                 (filtering: forward and redirect). Also fixed a wrong
3983                 value returned when sending failed, neutral anyway.
3984                 (Colin, me) 
3985
3986 2006-02-24 [wwp]        2.0.0cvs80
3987
3988         * src/mainwindow.c
3989                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3990
3991 2006-02-24 [paul]       2.0.0cvs79
3992
3993         * src/news.c
3994         * src/news.h
3995         * src/news_gtk.c
3996                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
3997                 Thanks to Colin
3998
3999 2006-02-23 [colin]      2.0.0cvs78
4000
4001         * src/alertpanel.c
4002                 Change OK to Close in alertpanel with View log
4003                 button; add accel to View log. Patch by Fabien
4004                 Vantard
4005
4006 2006-02-23 [wwp]        2.0.0cvs77
4007
4008         * src/compose.c
4009                 silly me, there were much more tests to perform, since toolbars can
4010                 really have down to 1 element only.
4011
4012 2006-02-23 [wwp]        2.0.0cvs76
4013
4014         * commitHelper
4015                 fixed indentation from my previous commit. Fallback to VISUAL if
4016                 EDITOR is not set (and to vi, at last resort).
4017
4018 2006-02-23 [wwp]        2.0.0cvs75
4019
4020         * commitHelper
4021                 improved error detection (Colin, me).
4022
4023 2006-02-23 [wwp]        2.0.0cvs74
4024
4025         * src/prefs_toolbar.c
4026                 simplify and fix prefs/toolbars layouting. Combos' contents can
4027                 now be really displayed.
4028
4029 2006-02-23 [wwp]        2.0.0cvs73
4030         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4031         be really displayed.
4032
4033 2006-02-22 [wwp]        2.0.0cvs72
4034
4035         * src/compose.c
4036                 fix a typo in my previous commit (sorry!).
4037
4038 2006-02-22 [wwp]        2.0.0cvs71
4039
4040         * src/prefs_toolbar.c
4041                 fix a crash when adding separators to toolbars,
4042                 also fix some separator item information.
4043
4044 2006-02-22 [wwp]        2.0.0cvs70
4045
4046         * src/compose.c
4047                 fix a crash when redirecting (for instance) when compose window's
4048                 toolbar contents has been customized (when some buttons have been
4049                 removed in fact).
4050
4051 2006-02-21 [wwp]        2.0.0cvs69
4052
4053         * src/summaryview.c
4054         * src/gtk/pluginwindow.c
4055         * src/plugins/pgpcore/prefs_gpg.c
4056                 fix some compilation warnings (feat. remains of removed code).
4057
4058 2006-02-21 [wwp]        2.0.0cvs68
4059
4060         * src/gtk/gtkutils.c
4061                 fix two compilation issues, thanks to Stephan Sachse.
4062
4063 2006-02-20 [colin]      2.0.0cvs67
4064
4065         * src/mainwindow.c
4066                 Don't reselect displayed mail on refocus
4067                 This fixes actions misbehaving 
4068
4069 2006-02-20 [wwp]        2.0.0cvs66
4070
4071         * src/summaryview.c
4072         * src/gtk/gtksctree.c
4073         * src/gtk/gtkshruler.c
4074                 changed more runtime typecast checks.
4075
4076 2006-02-20 [wwp]        2.0.0cvs65
4077
4078         * src/summary_search.c
4079                 find all - summaryview refresh issue fixed, thanks to Colin.
4080
4081 2006-02-20 [wwp]        2.0.0cvs64
4082
4083         * src/gtk/gtkutils.c
4084                 better runtime typecast checks.
4085
4086 2006-02-20 [wwp]        2.0.0cvs63
4087
4088         * src/summary_search.c
4089                 enhancements to the summary search:
4090                         - add the ability to stop the running search
4091                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4092                         - don't search if no criteria (From/To/Subject/Body) is set
4093                         - ensure that a busy mouse pointer is always shown when searching,
4094                           show it even a bit earlier
4095
4096 2006-02-19 [colin]      2.0.0cvs62
4097
4098         * src/compose.c
4099         * src/imap.c
4100         * src/etpan/imap-thread.c
4101         * src/etpan/imap-thread.h
4102                 (Future) IMAP speed improvement on sending
4103                 Will require a libetpan update
4104         * src/summaryview.c
4105         * src/gtk/quicksearch.c
4106                 Make quicksearch clearable while running.
4107
4108 2006-02-17 [colin]      2.0.0cvs61
4109
4110         * src/imap.c
4111         * src/etpan/imap-thread.c
4112         * src/etpan/imap-thread.h
4113                 Check for IMAP certificates
4114                 ** Requires libetpan-0.42-cvs4 
4115                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4116
4117 2006-02-17 [colin]      2.0.0cvs60
4118
4119         * src/messageview.c
4120         * src/prefs_common.c
4121         * src/prefs_common.h
4122         * src/prefs_message.c
4123                 Add pref to display HTML-only mails with plugin, 
4124                 if possible (defaulting to FALSE of course).
4125
4126 2006-02-16 [colin]      2.0.0cvs59
4127
4128         * src/main.c
4129         * src/common/plugin.c
4130         * src/common/plugin.h
4131         * src/gtk/pluginwindow.c
4132                 Keep track of requested (but unloaded) plugins
4133                 in some error cases.
4134
4135 2006-02-16 [wwp]        2.0.0cvs58
4136
4137         * src/gtk/gtkaspell.c
4138         * src/gtk/gtkaspell.h
4139         * src/prefs_spelling.c
4140         * src/compose.c
4141         * src/prefs_common.c
4142         * src/prefs_common.h
4143                 implemented new optional spellchecker behaviour: re-check message when
4144                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4145
4146 2006-02-16 [wwp]        2.0.0cvs57
4147
4148         * src/quote_fmt_parse.y
4149                 pclose popen'ed pipe.
4150
4151 2006-02-15 [colin]      2.0.0cvs56
4152
4153         * src/mimeview.c
4154         * src/mimeview.h
4155                 Let MimeViewers know which MimeView they
4156                 depend of.
4157         * src/summaryview.c
4158                 Swap From/To columns in Sent/Queue/Drafts
4159                 folders
4160         * src/etpan/imap-thread.c
4161                 Use mailstream_low_tls_open() for STARTTLS
4162                 instead of mailstream_low_ssl_open()
4163                 ** REQUIRES libetpan 0.42cvs3 **
4164
4165 2006-02-15 [wwp]        2.0.0cvs55
4166
4167         * src/compose.c
4168         * src/compose.h
4169         * src/message_search.c
4170         * src/message_search.h
4171         * src/textview.c
4172         * src/gtk/gtkutils.c
4173         * src/gtk/gtkutils.h
4174                 added the ability to Find text in the compose window (and a bit
4175                 of code factorization).
4176
4177 2006-02-15 [wwp]        2.0.0cvs54
4178
4179         * src/prefs_gtk.c
4180                 yet another one file was missing (fix for some widgets' sensitivity).
4181                 Thanks Colin!
4182
4183 2006-02-15 [wwp]        2.0.0cvs53
4184
4185         * src/prefs_gtk.h
4186                 oops forgot that file (fix for some widgets' sensitivity).
4187
4188 2006-02-15 [wwp]        2.0.0cvs52
4189
4190         * src/summary_search.c
4191                 implemented advanced summary search options (added the ability
4192                 to use matcher conditions in an advanced search mode).
4193
4194 2006-02-15 [wwp]        2.0.0cvs51
4195
4196         * src/plugins/pgpcore/prefs_gpg.c
4197         * src/prefs_account.c
4198                 fix some widget sensitivity, mostly around some labels in
4199                 account prefs.
4200
4201 2006-02-15 [paul]       2.0.0cvs50
4202
4203         * manual/advanced.xml
4204                 improve Templates info
4205                 written by wwp
4206
4207 2006-02-14 [colin]      2.0.0cvs49
4208
4209         * src/pixmaps/address_book.xpm
4210         * src/pixmaps/preferences.xpm
4211         * src/pixmaps/properties.xpm
4212                 Fix pixmap size - patch by Fabien Vantard
4213
4214 2006-02-13 [colin]      2.0.0cvs48
4215
4216         * src/procmime.c
4217                 Add missing fclose()s on error
4218         * src/textview.c
4219                 Remove unused code
4220         * src/common/utils.c
4221                 Fix temp files not being deleted on windows
4222         Patches by Thomas Gilgin
4223
4224 2006-02-13 [colin]      2.0.0cvs47
4225
4226         * src/mainwindow.c
4227                 Fix exit crash
4228
4229 2006-02-13 [wwp]        2.0.0cvs46
4230
4231         * src/plugins/pgpcore/prefs_gpg.c
4232                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4233
4234 2006-02-12 [colin]      2.0.0cvs45
4235
4236         * src/folderview.c
4237         * src/main.c
4238         * src/mainwindow.c
4239                 Fix "stuff" when quitting
4240
4241 2006-02-12 [wwp]        2.0.0cvs44
4242
4243         * src/prefs_themes.c
4244                 fix typos in debug messages.
4245
4246 2006-02-11 [colin]      2.0.0cvs43
4247
4248         * src/summaryview.c
4249                 don't allow drag/drop from ourself
4250
4251 2006-02-10 [wwp]        2.0.0cvs42
4252
4253         * src/exporthtml.c
4254         * src/html.c
4255         * src/html.h
4256         * src/procmime.c
4257         * src/textview.c
4258                 renamed html_ prefixed functions and data structures to avoid
4259                 namespace clashes w/ other software (gtkhtml2 for instance).
4260                 Closes bug #907.
4261
4262
4263 2006-02-09 [colin]      2.0.0cvs41
4264
4265         * src/summaryview.c
4266                 Fix shitty logic messed up. Thanks Ticho for the hint!
4267
4268 2006-02-09 [wwp]        2.0.0cvs40
4269
4270         * src/gtk/about.c
4271         * src/compose.c
4272         * src/prefs_account.c
4273         * src/prefs_gtk.h
4274         * src/editaddress.c
4275                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4276                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4277                 Browse buttons in accounts prefs.
4278
4279 2006-02-09 [colin]      2.0.0cvs39
4280
4281         * src/matcher.c
4282                 Check for pointer before using its members
4283         * src/gtk/gtksourceprintjob.c
4284                 Fix a wrong warning
4285
4286 2006-02-09 [wwp]        2.0.0cvs38
4287
4288         * src/gtk/filesel.c
4289                 fix few compiler warnings (type mismatch).
4290
4291 2006-02-09 [paul]       2.0.0cvs37
4292
4293         * po/fr.po
4294                 updated by Fabien Vantard
4295
4296 2006-02-08 [colin]      2.0.0cvs36
4297
4298         * src/prefs_common.c
4299         * src/common/defs.h
4300         * src/common/plugin.c
4301                 allow windows and linux configurations to coexist
4302                 patch by Thomas Gilgin
4303
4304 2006-02-08 [colin]      2.0.0cvs35
4305
4306         * src/filtering.c
4307         * src/matcher.c
4308         * src/matcher.h
4309         * src/matcher_parser_parse.y
4310         * src/prefs_filtering_action.c
4311         * src/prefs_matcher.c
4312                 Add the "Ignore thread" filtering
4313                 action
4314
4315 2006-02-08 [colin]      2.0.0cvs34
4316
4317         * src/compose.c
4318         * src/procmime.c
4319         * src/procmime.h
4320                 Fix bug #905 (damaged attachment)
4321                 text files with raw \0's aren't really text files
4322         FOR_STABLE
4323
4324 2006-02-08 [colin]      2.0.0cvs33
4325
4326         * src/summaryview.c
4327                 Fix crasher introduced yesterday
4328
4329 2006-02-08 [wwp]        2.0.0cvs32
4330
4331         * src/compose.c
4332         * src/compose.h
4333                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4334
4335 2006-02-08 [wwp]        2.0.0cvs31
4336
4337         * src/prefs_template.c
4338                 templates enhancement: allow address completion for Cc and Bcc fields
4339                 (it was currently possible for the To field only)
4340
4341 2006-02-08 [colin]      2.0.0cvs30
4342
4343         * src/compose.c
4344                 Don't unblock if not blocked
4345         FOR_STABLE
4346
4347 2006-02-07 [colin]      2.0.0cvs29
4348
4349         * src/action.c
4350                 Forgot to refresh summaryview
4351
4352 2006-02-07 [colin]      2.0.0cvs28
4353
4354         * src/action.c
4355                 Freeze/thaw message list and folder list while
4356                 processing %as{} actions 
4357         * src/compose.c
4358                 Fix auto-wrap disabling after a middle-click
4359                 paste - FOR_STABLE
4360
4361 2006-02-07 [paul]       2.0.0cvs27
4362
4363         * src/folder.c
4364                 fix freeing of uninitialised pointers
4365                 Thanks to Colin
4366
4367 2006-02-06 [colin]      2.0.0cvs26
4368
4369         * src/folder.c
4370                 Use g_slist_prepend in potentially big list
4371
4372 2006-02-06 [colin]      2.0.0cvs25
4373
4374         * src/folder.c
4375                 Completely skip processing if it doesn't 
4376                 exist (faster!)
4377
4378 2006-02-06 [colin]      2.0.0cvs24
4379
4380         * src/folder.c
4381         * src/summaryview.c
4382                 Batch filtering in summaryview (from Tools menu)
4383                 and pre/post//-processing too
4384
4385 2006-02-06 [colin]      2.0.0cvs23
4386
4387         * src/procmsg.h
4388         * src/filtering.c
4389                 Use a special field for batch filtering instead
4390                 of stepping on deferred execution's toes
4391
4392 2006-02-06 [colin]      2.0.0cvs22
4393
4394         * src/action.c
4395         * src/filtering.c
4396         * src/filtering.h
4397         * src/folder.c
4398         * src/summaryview.c
4399                 Fix filtering via menus and actions
4400
4401 2006-02-06 [colin]      2.0.0cvs21
4402
4403         * src/imap.c
4404                 Put the added file directly to cache if possible (will work
4405                 with next libetpan)
4406         * src/filtering.c
4407         * src/filtering.h
4408         * src/inc.c
4409         * src/folder.c
4410         * src/mbox.c
4411         * src/procmsg.h
4412                 Move and copy filtered messages by batches instead of one
4413                 by one - faster on IMAP
4414         * src/procmsg.c
4415                 Add a function that'll possibly be useful later
4416
4417 2006-02-06 [colin]      2.0.0cvs20
4418
4419         * src/addressbook.c
4420                 Use internal mime-type instead of text/plain for d'n'd
4421         * src/compose.c
4422                 Allow attaching files from mimeview's icon list via d'n'd
4423         * src/folderview.c
4424         * src/folderview.h
4425                 Use internal mime-type instead of text/plain for d'n'd
4426                 Don't try to selected opened folder if none is
4427                 Factorize d'n'd from other apps code
4428         * src/headerview.c
4429         * src/textview.c
4430         * src/gtk/gtkutils.c
4431         * src/gtk/gtkutils.h
4432                 Factorize Face/X-Face stuff
4433         * src/mimeview.c
4434                 Fix d'n'd to other apps
4435         * src/prefs_message.c
4436                 Let the XFace pref be usable without libcompface as it also
4437                 applies to Face
4438         * src/summaryview.c
4439                 Fix d'n'd to other apps
4440                 Factorize d'n'd from other apps code
4441
4442 2006-02-06 [wwp]        2.0.0cvs19
4443
4444         * po/it.po
4445                 Italian translation fixes by Andrea Spadaccini (no more confusion
4446                 between filtering and processing, and few changes in the About
4447                 dialog).
4448
4449
4450 2006-02-06 [mones]      2.0.0cvs18
4451
4452         * src/gtk/icon_legend.c
4453                 Improved descriptions allowing better translations
4454
4455 2006-02-05 [colin]      2.0.0cvs17
4456
4457         * src/imap.c
4458                 Add the f*cking missing expunge that caused imap_fetch_env
4459                 to fail after an add_msgs ! :-///
4460         * src/etpan/imap-thread.c
4461                 Add a bit of debug
4462         FOR_STABLE
4463
4464 2006-02-05 [colin]      2.0.0cvs16
4465
4466         * src/common/utils.c
4467                 Don't check for return-path (or we can't put
4468                 back non-sent mails)
4469
4470 2006-02-05 [colin]      2.0.0cvs15
4471
4472         * src/textview.c
4473                 Don't try to display Face header in textview
4474                 when teh headerview's active
4475
4476 2006-02-05 [colin]      2.0.0cvs14
4477
4478         * tools/tbird2syl.py
4479         * tools/Makefile.am
4480                 Add script to import Thunderbird mails
4481
4482 2006-02-05 [colin]      2.0.0cvs13
4483
4484         * src/headerview.c
4485         * src/procheader.c
4486         * src/procmsg.c
4487         * src/procmsg.h
4488         * src/textview.c
4489                 Show Face headers - patch partially by Klaus Flittner
4490
4491 2006-02-05 [colin]      2.0.0cvs12
4492
4493         * src/folderview.c
4494         * src/summaryview.c
4495         * src/common/utils.c
4496         * src/common/utils.h
4497                 Let dnd work from mime icons to summaryview
4498                 and to folderview too
4499                 Add a crude test to avoid trying to add files
4500                 drag'n'dropped when they're not mails
4501
4502 2006-02-04 [colin]      2.0.0cvs11
4503
4504         * src/summaryview.c
4505         * src/mimeview.c
4506                 Fix utf8 conversion
4507
4508 2006-02-04 [colin]      2.0.0cvs10
4509
4510         * src/compose.c
4511         * src/folderview.c
4512         * src/mimeview.c
4513         * src/summaryview.c
4514         * src/summaryview.h
4515                 Added various drag and drop capas:
4516                 From                    To
4517                 summaryview             other apps
4518                 mimeview icons          other apps
4519                 other apps              summaryview
4520                 other apps              folderview
4521
4522                 This shouldn't have broken the existing:
4523                 From                    To
4524                 summaryview             folderview
4525                 folderview              folderview
4526                 summaryview             compose's attachments
4527
4528         Tests welcomed.
4529
4530 2006-02-02 [paul]       2.0.0cvs9
4531
4532         * src/mainwindow.c
4533                 move global option 'Set displayed columns...' out
4534                 of folder option grouping.
4535                 fix sensitivity of 'harvest addresses'
4536         FOR_STABLE
4537
4538 2006-02-01 [colin]      2.0.0cvs8
4539
4540         * src/mimeview.c
4541                 Revert the alertpanel patch, it sucks (intrusive
4542                 and gets in the way of "open")
4543
4544 2006-02-01 [colin]      2.0.0cvs7
4545
4546         * src/compose.c
4547         * src/prefs_account.c
4548         * src/prefs_common.c
4549         * src/common/defs.h
4550         * src/common/utils.c
4551         * src/common/utils.h
4552                 Add ability to edit the signature file
4553                 from the account preferences, and use
4554                 a default for the text editor.
4555                 Patch by Fabien Vantard
4556
4557 2006-02-01 [colin]      2.0.0cvs6
4558
4559         * src/mimeview.c
4560                 Try to get mime type by extension if it is
4561                 application/octet-stream
4562                 Display a window with possible choices when
4563                 encountering unknown mime types
4564         * src/gtk/filesel.c
4565         * src/gtk/filesel.h
4566                 Add preview
4567                 Allow multiple selection in filtered filesel
4568                 (patch by Fabien Vantard)
4569         * src/gtk/pluginwindow.c
4570                 Use it (patch by Fabien Vantard)
4571
4572 2006-02-01 [paul]       2.0.0cvs5
4573
4574         * src/jpilot.c
4575                 fix crash on creating jpilot address book
4576                 Thanks to Colin - FOR_STABLE
4577         * src/prefs_summaries.c
4578         * src/prefs_wrapping.c
4579         * src/gtk/icon_legend.c
4580         * src/gtk/quicksearch.c
4581                 string fixes and additions
4582
4583 2006-02-01 [paul]       2.0.0cvs4
4584
4585         * src/compose.c
4586         * src/mainwindow.c
4587         * src/messageview.c
4588         * src/prefs_send.c
4589                 add Arabic encoding option
4590                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4591
4592 2006-01-31 [colin]      2.0.0cvs3
4593
4594         * src/plugins/pgpcore/passphrase.c
4595                 Convert passphrase to locale encoding
4596         * src/compose.c
4597                 Fix drafting on IMAP. Crappy bug sneaked in
4598                 the release :-/
4599         FOR_STABLE
4600
4601 2006-01-30 [paul]       2.0.0cvs2
4602
4603         * src/gtk/icon_legend.c
4604                 show the new entries
4605
4606 2006-01-30 [colin]      2.0.0cvs1
4607
4608         * src/manual.c
4609                 Check for the file to be present before 
4610                 enabling the menu - FOR_STABLE
4611         * src/gtk/icon_legend.c
4612                 Add folders icons (not all of them, there
4613                 are too much, but the most intriguing ones)
4614
4615 2006-01-30 [paul]       2.0.0
4616
4617         version 2.0.0 released
4618
4619 2006-01-30 [paul]       1.9.100cvs200
4620
4621         * manual/faq.xml
4622         * manual/gpl.xml
4623         * manual/intro.xml
4624         * manual/starting.xml
4625         * manual/sylpheed-claws-manual.xml
4626                 fixes, additions
4627
4628 2006-01-29 [mones]      1.9.100cvs199
4629
4630         * manual/account.xml
4631         * manual/advanced.xml
4632         * manual/glossary.xml
4633                 Some typos fixed, added LDIF term to glossary
4634         * po/es.po
4635                 Fixed leading plus symbol
4636
4637 2006-01-29 [paul]       1.9.100cvs198
4638
4639         * po/fi.po
4640         * po/sk.po
4641                 updated by Tommi Pirinen and Andrej Kacian
4642
4643 2006-01-29 [paul]       1.9.100cvs197
4644
4645         * src/gtk/authors.h
4646                 remove duplicates
4647
4648 2006-01-29 [paul]       1.9.100cvs196
4649
4650         * AUTHORS
4651         * po/nl.po
4652         * src/gtk/authors.h
4653         * tools/claws.i18n.status.pl
4654                 nl translation updated by Tim Dijkstra
4655
4656 2006-01-29 [paul]       1.9.100cvs195
4657
4658         * po/sr.po
4659         * po/sv.po
4660                 updated by Aleksandar Urosevic and Anders Troback
4661
4662 2006-01-28 [colin]      1.9.100cvs194
4663
4664         * src/gtk/gtksourceprintjob.c
4665                 Don't fiddle with PangoLayout when we
4666                 have an image
4667
4668 2006-01-28 [paul]       1.9.100cvs193
4669
4670         * AUTHORS
4671         * po/el.po
4672         * po/zh_CN.po
4673         * src/gtk/authors.h
4674         * tools/claws.i18n.status.pl
4675                 updated translations submitted by Stavros Giannouris
4676                 and Ralgh Young
4677
4678 2006-01-27 [colin]      1.9.100cvs192
4679
4680         * src/summaryview.c
4681         * src/gtk/gtksourceprintjob.c
4682                 Add image printing 
4683                 (libgnomeprint only, of course)
4684
4685 2006-01-27 [paul]       1.9.100cvs191
4686
4687         * po/fr.po
4688         * po/it.po
4689                 updated by Fabien Vantard and Andrea Spadaccini
4690
4691 2006-01-26 [colin]      1.9.100cvs190
4692
4693         * manual/Makefile.am
4694         * configure.ac
4695                 Make building the manual optional 
4696                 (--disable-manual)
4697
4698 2006-01-26 [paul]       1.9.100cvs189
4699
4700         * manual/glossary.xml
4701         * manual/plugins.xml
4702                 edited
4703         * po/en_GB.po
4704                 updated
4705
4706 2006-01-26 [paul]       1.9.100cvs188
4707
4708         * src/prefs_display_header.c
4709         * src/prefs_folder_column.c
4710         * src/prefs_msg_colors.c
4711         * src/prefs_summaries.c
4712         * src/prefs_summary_column.c
4713                 HIGify
4714
4715 2006-01-25 [colin]      1.9.100cvs187
4716
4717         * src/imap.c
4718                 Don't allow moving/copying mails between
4719                 queue/drafts and non-queue/drafts folders
4720                 Fixes bug #897 (message header is resetted 
4721                 if one is copied to Drafts)
4722
4723 2006-01-25 [colin]      1.9.100cvs186
4724
4725         * src/folder.c
4726         * src/mainwindow.c
4727                 Fix subscribed folders not found
4728         * src/compose.c
4729                 Don't try to encode as original mail's charset
4730                 if it's ascii 
4731
4732 2006-01-25 [paul]       1.9.100cvs185
4733
4734         * AUTHORS
4735         * po/Makevars
4736                 updated
4737         * po/de.po
4738         * po/pl.po
4739         * po/pt_BR.po
4740         * po/sr.po
4741                 updates submitted by Stephan Sachse, Emilian Nowak
4742                 and Quar, Frederico Goncalves Guimaraes, and
4743                 Aleksandar Urosevic
4744                 Fix Bug 896, 'PT_BR locale broken'.
4745         * src/gtk/authors.h
4746                 updated
4747
4748 2006-01-24 [mones]      1.9.100cvs184
4749
4750         * manual/glossary.xml
4751                 All current terms finished. Reviewers welcome ;-)
4752         * manual/keyboard.xml
4753                 Fixed column width for pdf output.
4754         * po/es.po
4755                 Updated
4756
4757 2006-01-24 [paul]       1.9.100cvs183
4758
4759         * manual/glossary.xml
4760                 fix id name
4761         * manual/dist/html/Makefile.am
4762         * manual/dist/pdf/Makefile.am
4763         * manual/dist/ps/Makefile.am
4764         * manual/dist/txt/Makefile.am
4765                 fix make deps
4766                 Thanks to Colin
4767
4768 2006-01-24 [mones]      1.9.100cvs182
4769
4770         * manual/glossary.xml
4771                 Nearly finished, some terms missing.
4772
4773 2006-01-23 [paul]       1.9.100cvs181
4774
4775         * manual/dist/html/Makefile.am
4776         * manual/dist/pdf/Makefile.am
4777         * manual/dist/ps/Makefile.am
4778         * manual/dist/txt/Makefile.am
4779         * src/mainwindow.c
4780                 re-enable manual
4781                 Thanks to Colin
4782
4783 2006-01-22 [colin]      1.9.100cvs180
4784
4785         * src/compose.c
4786         * src/gtk/gtkaspell.c
4787                 Don't deselect stuff before right-clicking, with aspell.
4788                 (This prevented right-click Copy, for example).
4789                 Thanks to Clo!
4790
4791 2006-01-22 [paul]       1.9.100cvs179
4792
4793         * src/summary_search.c
4794                 don't fix the widget size as it causes problems
4795                 under localisation.
4796                 Thanks to Emilian Nowak
4797
4798 2006-01-21 [paul]       1.9.100cvs178
4799
4800         * src/prefs_themes.c
4801                 fix broken underlining of label text
4802                 with some translations
4803
4804 2006-01-21 [colin]      1.9.100cvs177
4805
4806         * po/fr.po
4807                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4808
4809 2006-01-20 [colin]      1.9.100cvs176
4810
4811         * configure.ac
4812         * Makefile.am
4813         * manual/Makefile
4814         * manual/dist/html/.cvsignore
4815         * manual/dist/html/Makefile.am
4816         * manual/dist/pdf/.cvsignore
4817         * manual/dist/pdf/Makefile.am
4818         * manual/dist/ps/.cvsignore
4819         * manual/dist/ps/Makefile.am
4820         * manual/dist/txt/.cvsignore
4821         * manual/dist/txt/Makefile.am
4822                 Autotool-ize manual
4823
4824 2006-01-20 [paul]       1.9.100cvs175
4825
4826         * manual/handling.xml
4827                 make Filtering and Searching entries easier to find
4828         * manual/keyboard.xml
4829                 add the remaining default keybinds
4830         * src/prefs_summaries.c
4831                 update the default keybinds
4832
4833 2006-01-20 [paul]       1.9.100cvs174
4834
4835         * src/addressbook.c
4836         * src/addrgather.c
4837         * src/addrharvest.c
4838         * src/editaddress.c
4839         * src/editgroup.c
4840         * src/exphtmldlg.c
4841         * src/expldifdlg.c
4842         * src/exporthtml.c
4843         * src/exportldif.c
4844         * src/ldif.c
4845                 replace 'e-mail' with 'email'
4846         * src/summary_search.c
4847                 add mnemonic to "Find all" button
4848
4849 2006-01-20 [wwp]        1.9.100cvs173
4850
4851         * src/export.c
4852         * src/import.c
4853                 touched mbox import/export buttons for HIG-compliance
4854
4855 2006-01-19 [paul]       1.9.100cvs172
4856
4857         * manual/account.xml
4858         * manual/addrbook.xml
4859         * manual/advanced.xml
4860         * manual/faq.xml
4861         * manual/handling.xml
4862         * manual/intro.xml
4863         * manual/plugins.xml
4864         * manual/starting.xml
4865                 more editing
4866
4867 2006-01-19 [paul]       1.9.100cvs171
4868
4869         * src/toolbar.c
4870                 allow use of trash button while receiving
4871                 Thanks to Colin
4872
4873 2006-01-19 [wwp]        1.9.100cvs170
4874
4875         * src/gtk/quicksearch.c
4876         * src/compose.c
4877                 force text color to black when yellow background is set
4878
4879 2006-01-19 [colin]      1.9.100cvs169
4880
4881         * src/plugins/trayicon/trayicon.c
4882                 Gray out Get Mail when already getting mail
4883
4884 2006-01-18 [paul]       1.9.100cvs168
4885
4886         * src/compose.c
4887                 give widget yellow background was To is
4888                 set via folder prefs
4889         * src/gtk/quicksearch.c
4890                 give widget yellow background when quick
4891                 search is active.
4892                 Thanks to Colin
4893
4894 2006-01-18 [paul]       1.9.100cvs167
4895
4896         * doc/man/sylpheed-claws.1
4897                 add --subscribe option
4898
4899 2006-01-18 [paul]       1.9.100cvs166
4900
4901         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4902         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4903                 use %U instead of %F (%F is broken for user installed
4904                 files in kde 3.5)
4905
4906 2006-01-18 [colin]      1.9.100cvs165
4907
4908         * src/summaryview.c
4909                 Default to Yes in "No more * messages" dialogs
4910
4911 2006-01-17 [colin]      1.9.100cvs164
4912
4913         * src/compose.c
4914                 Possibly fix an invalid iterator causing
4915                 crash
4916
4917 2006-01-17 [colin]      1.9.100cvs163
4918
4919         * src/mimeview.c
4920                 Fix crash when the image disappears under the
4921                 image viewer
4922
4923 2006-01-16 [colin]      1.9.100cvs162
4924
4925         * src/compose.c
4926                 Fix reenabling autowrap
4927
4928 2006-01-16 [colin]      1.9.100cvs161
4929
4930         * src/compose.c
4931                 reset quote_len before getting quote_str
4932
4933 2006-01-16 [colin]      1.9.100cvs160
4934
4935         * src/account.c
4936         * src/account.h
4937         * src/folder.c
4938         * src/imap_gtk.c
4939         * src/mh_gtk.c
4940                 Fix bug #883 (default inbox does not track folder move)
4941
4942 2006-01-16 [colin]      1.9.100cvs159
4943
4944         * src/compose.c
4945         * src/plugins/pgpcore/passphrase.c
4946                 More buttons fixes
4947
4948 2006-01-16 [paul]       1.9.100cvs158
4949
4950         * src/prefs_actions.c
4951         * src/prefs_filtering_action.c
4952         * src/prefs_matcher.c
4953         * src/quote_fmt.c
4954         * src/gtk/description_window.c
4955         * src/gtk/description_window.h
4956         * src/gtk/quicksearch.c
4957                 description window cleanups
4958
4959 2006-01-15 [colin]      1.9.100cvs157
4960
4961         * src/addressbook.c
4962         * src/prefs_filtering.c
4963                 Same here
4964
4965 2006-01-15 [colin]      1.9.100cvs156
4966
4967         * src/folderview.c
4968         * src/mainwindow.c
4969                 Same for "Empty trash"
4970
4971 2006-01-15 [colin]      1.9.100cvs155
4972
4973         * src/inc.c
4974                 Override offline dialog had Yes by default
4975
4976 2006-01-15 [colin]      1.9.100cvs154
4977
4978         * src/summaryview.c
4979                 Delete selected messages? previously had Yes the default
4980
4981 2006-01-15 [colin]      1.9.100cvs153
4982
4983         * src/folder.c
4984         * src/folder.h
4985         * src/main.c
4986                 Check if a mailbox is loaded after all
4987                 plugins are loaded.
4988
4989 2006-01-15 [colin]      1.9.100cvs152
4990
4991         * src/folder.c
4992                 Don't start wizard when there are unloaded folders (will help
4993                 people with only mbox or maildir mailboxes)
4994
4995 2006-01-14 [colin]      1.9.100cvs151
4996
4997         * src/addressbook.c
4998         * src/expldifdlg.c
4999         * src/importldif.c
5000         * src/importmutt.c
5001         * src/importpine.c
5002         * src/mh_gtk.c
5003                 More HIG compliance and fixes
5004
5005 2006-01-14 [colin]      1.9.100cvs150
5006
5007         * src/prefs_filtering_action.c
5008         * src/foldersel.c
5009                 Two forgotten button order changes
5010
5011 2006-01-14 [colin]      1.9.100cvs149
5012
5013         * src/account.c
5014         * src/addressbook.c
5015         * src/compose.c
5016         * src/folderview.c
5017         * src/imap_gtk.c
5018         * src/mainwindow.c
5019         * src/mh_gtk.c
5020         * src/news_gtk.c
5021         * src/prefs_actions.c
5022         * src/prefs_customheader.c
5023         * src/prefs_filtering.c
5024         * src/prefs_matcher.c
5025         * src/prefs_template.c
5026         * src/ssl_manager.c
5027         * src/summaryview.c
5028         * src/textview.c
5029         * src/toolbar.c
5030                 All deletion confirmations are now "Cancel, Delete" 
5031                 instead of "No, Yes"
5032                 Clarified most of the other "No, Yes" to 
5033                 "Cancel, Descriptive_action"
5034                 Rechanged the "Entry not saved" alerts to have 
5035                 "Close, Continue editing"
5036
5037
5038 2006-01-14 [paul]
5039
5040         * 2.0.0-rc4 released
5041
5042 2006-01-14 [paul]       1.9.100cvs148
5043
5044         * src/account.c
5045         * src/addressadd.c
5046         * src/addressbook.c
5047         * src/compose.c
5048         * src/editaddress.c
5049         * src/editbook.c
5050         * src/editgroup.c
5051         * src/editjpilot.c
5052         * src/editldap.c
5053         * src/editvcard.c
5054         * src/exphtmldlg.c
5055         * src/expldifdlg.c
5056         * src/folderview.c
5057         * src/grouplistdialog.c
5058         * src/imap_gtk.c
5059         * src/importmutt.c
5060         * src/importpine.c
5061         * src/inc.c
5062         * src/main.c
5063         * src/mainwindow.c
5064         * src/message_search.c
5065         * src/messageview.c
5066         * src/mh_gtk.c
5067         * src/mimeview.c
5068         * src/news_gtk.c
5069         * src/prefs_actions.c
5070         * src/prefs_customheader.c
5071         * src/prefs_filtering.c
5072         * src/prefs_matcher.c
5073         * src/prefs_template.c
5074         * src/prefs_themes.c
5075         * src/ssl_manager.c
5076         * src/summary_search.c
5077         * src/summaryview.c
5078         * src/textview.c
5079         * src/toolbar.c
5080         * src/gtk/foldersort.c
5081         * src/gtk/gtkaspell.c
5082         * src/gtk/inputdialog.c
5083         * src/gtk/prefswindow.c
5084         * src/plugins/pgpcore/select-keys.c
5085         * src/plugins/trayicon/trayicon.c
5086                 HIG compliant button order
5087
5088 2006-01-14 [mones]      1.9.100cvs147
5089
5090         * po/es.po
5091                 Updated translation
5092
5093 2006-01-13 [paul]       1.9.100cvs146
5094
5095         * AUTHORS
5096         * ChangeLog
5097         * src/gtk/authors.h
5098                 add Joshua M. Kwan to contributors list
5099
5100 2006-01-13 [colin]      1.9.100cvs145
5101
5102         * src/gtk/quicksearch.c
5103                 Don't refocus quick search after executing (Esc or Enter)
5104                 Allows to '/'search something then move up/down in 
5105                 summaryview, and to Esc a search and be back in the 
5106                 summaryview
5107
5108 2006-01-13 [paul]       1.9.100cvs144
5109
5110         * src/plugins/pgpinline/pgpinline.c
5111                 support Content-Type 'application/pgp'
5112                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5113
5114 2006-01-13 [paul]       1.9.100cvs143
5115
5116         * manual/account.xml
5117                 make mention of partial retrieval
5118                 thanks to Colin
5119
5120 2006-01-13 [paul]       1.9.100cvs142
5121
5122         * src/account.c
5123         * src/account.h
5124         * src/action.c
5125         * src/action.h
5126         * src/adbookbase.h
5127         * src/addr_compl.c
5128         * src/addr_compl.h
5129         * src/addrbook.c
5130         * src/addrcache.c
5131         * src/addrcache.h
5132         * src/addrcindex.c
5133         * src/addrcindex.h
5134         * src/addrclip.c
5135         * src/addrclip.h
5136         * src/addrdefs.h
5137         * src/addressadd.c
5138         * src/addressadd.h
5139         * src/addressbook.c
5140         * src/addressbook.h
5141         * src/addrgather.c
5142         * src/addrgather.h
5143         * src/addrharvest.c
5144         * src/addrharvest.h
5145         * src/addrindex.c
5146         * src/addrindex.h
5147         * src/addritem.c
5148         * src/addritem.h
5149         * src/addrquery.c
5150         * src/addrquery.h
5151         * src/addrselect.c
5152         * src/addrselect.h
5153         * src/alertpanel.c
5154         * src/alertpanel.h
5155         * src/browseldap.c
5156         * src/browseldap.h
5157         * src/codeconv.c
5158         * src/codeconv.h
5159         * src/compose.c
5160         * src/compose.h
5161         * src/customheader.c
5162         * src/customheader.h
5163         * src/displayheader.c
5164         * src/displayheader.h
5165         * src/editaddress.c
5166         * src/editaddress.h
5167         * src/editbook.c
5168         * src/editbook.h
5169         * src/editgroup.c
5170         * src/editgroup.h
5171         * src/editjpilot.c
5172         * src/editjpilot.h
5173         * src/editldap.c
5174         * src/editldap.h
5175         * src/editldap_basedn.c
5176         * src/editldap_basedn.h
5177         * src/editvcard.c
5178         * src/editvcard.h
5179         * src/exphtmldlg.c
5180         * src/exphtmldlg.h
5181         * src/expldifdlg.c
5182         * src/expldifdlg.h
5183         * src/export.h
5184         * src/exporthtml.c
5185         * src/exporthtml.h
5186         * src/exportldif.c
5187         * src/exportldif.h
5188         * src/filtering.c
5189         * src/filtering.h
5190         * src/folder.c
5191         * src/folder.h
5192         * src/folder_item_prefs.c
5193         * src/folder_item_prefs.h
5194         * src/foldersel.c
5195         * src/foldersel.h
5196         * src/folderutils.c
5197         * src/folderutils.h
5198         * src/folderview.c
5199         * src/folderview.h
5200         * src/grouplistdialog.c
5201         * src/grouplistdialog.h
5202         * src/headerview.c
5203         * src/html.c
5204         * src/html.h
5205         * src/image_viewer.c
5206         * src/image_viewer.h
5207         * src/imap.c
5208         * src/imap.h
5209         * src/imap_gtk.c
5210         * src/imap_gtk.h
5211         * src/import.h
5212         * src/importldif.c
5213         * src/importldif.h
5214         * src/importmutt.c
5215         * src/importmutt.h
5216         * src/importpine.c
5217         * src/importpine.h
5218         * src/inc.c
5219         * src/inc.h
5220         * src/jpilot.c
5221         * src/jpilot.h
5222         * src/ldapctrl.c
5223         * src/ldapctrl.h
5224         * src/ldaplocate.c
5225         * src/ldaplocate.h
5226         * src/ldapquery.c
5227         * src/ldapquery.h
5228         * src/ldapserver.c
5229         * src/ldapserver.h
5230         * src/ldaputil.c
5231         * src/ldaputil.h
5232         * src/ldif.c
5233         * src/ldif.h
5234         * src/main.c
5235         * src/main.h
5236         * src/mainwindow.c
5237         * src/mainwindow.h
5238         * src/manual.c
5239         * src/manual.h
5240         * src/mbox.c
5241         * src/mbox.h
5242         * src/message_search.c
5243         * src/message_search.h
5244         * src/messageview.c
5245         * src/messageview.h
5246         * src/mh.c
5247         * src/mh.h
5248         * src/mh_gtk.c
5249         * src/mh_gtk.h
5250         * src/mimeview.c
5251         * src/mimeview.h
5252         * src/msgcache.c
5253         * src/msgcache.h
5254         * src/mutt.c
5255         * src/mutt.h
5256         * src/news.c
5257         * src/news.h
5258         * src/news_gtk.c
5259         * src/news_gtk.h
5260         * src/partial_download.c
5261         * src/partial_download.h
5262         * src/pine.c
5263         * src/pine.h
5264         * src/pop.c
5265         * src/pop.h
5266         * src/prefs_account.c
5267         * src/prefs_account.h
5268         * src/prefs_actions.c
5269         * src/prefs_actions.h
5270         * src/prefs_common.c
5271         * src/prefs_common.h
5272         * src/prefs_compose_writing.c
5273         * src/prefs_compose_writing.h
5274         * src/prefs_customheader.c
5275         * src/prefs_customheader.h
5276         * src/prefs_display_header.c
5277         * src/prefs_display_header.h
5278         * src/prefs_filtering.c
5279         * src/prefs_filtering.h
5280         * src/prefs_filtering_action.c
5281         * src/prefs_filtering_action.h
5282         * src/prefs_folder_column.c
5283         * src/prefs_folder_column.h
5284         * src/prefs_folder_item.c
5285         * src/prefs_folder_item.h
5286         * src/prefs_fonts.c
5287         * src/prefs_fonts.h
5288         * src/prefs_gtk.c
5289         * src/prefs_gtk.h
5290         * src/prefs_image_viewer.c
5291         * src/prefs_image_viewer.h
5292         * src/prefs_matcher.c
5293         * src/prefs_matcher.h
5294         * src/prefs_message.c
5295         * src/prefs_msg_colors.c
5296         * src/prefs_msg_colors.h
5297         * src/prefs_other.c
5298         * src/prefs_quote.c
5299         * src/prefs_receive.c
5300         * src/prefs_send.c
5301         * src/prefs_spelling.c
5302         * src/prefs_spelling.h
5303         * src/prefs_summaries.c
5304         * src/prefs_summaries.h
5305         * src/prefs_summary_column.c
5306         * src/prefs_summary_column.h
5307         * src/prefs_template.c
5308         * src/prefs_template.h
5309         * src/prefs_themes.c
5310         * src/prefs_themes.h
5311         * src/prefs_toolbar.c
5312         * src/prefs_toolbar.h
5313         * src/prefs_wrapping.c
5314         * src/prefs_wrapping.h
5315         * src/privacy.c
5316         * src/privacy.h
5317         * src/procheader.c
5318         * src/procheader.h
5319         * src/procmime.c
5320         * src/procmime.h
5321         * src/procmsg.c
5322         * src/procmsg.h
5323         * src/quote_fmt.c
5324         * src/quote_fmt_parse.y
5325         * src/recv.c
5326         * src/recv.h
5327         * src/remotefolder.c
5328         * src/remotefolder.h
5329         * src/send_message.c
5330         * src/send_message.h
5331         * src/setup.c
5332         * src/setup.h
5333         * src/sourcewindow.c
5334         * src/sourcewindow.h
5335         * src/ssl_manager.c
5336         * src/ssl_manager.h
5337         * src/statusbar.c
5338         * src/statusbar.h
5339         * src/stock_pixmap.c
5340         * src/stock_pixmap.h
5341         * src/summary_search.c
5342         * src/summary_search.h
5343         * src/summaryview.c
5344         * src/summaryview.h
5345         * src/syldap.c
5346         * src/syldap.h
5347         * src/textview.c
5348         * src/textview.h
5349         * src/toolbar.c
5350         * src/toolbar.h
5351         * src/undo.c
5352         * src/undo.h
5353         * src/unmime.c
5354         * src/unmime.h
5355         * src/vcard.c
5356         * src/vcard.h
5357         * src/wizard.c
5358         * src/wizard.h
5359         * src/common/base64.c
5360         * src/common/base64.h
5361         * src/common/defs.h
5362         * src/common/hooks.c
5363         * src/common/hooks.h
5364         * src/common/log.c
5365         * src/common/log.h
5366         * src/common/mgutils.c
5367         * src/common/mgutils.h
5368         * src/common/nntp.c
5369         * src/common/nntp.h
5370         * src/common/passcrypt.c
5371         * src/common/passcrypt.h.in
5372         * src/common/plugin.c
5373         * src/common/plugin.h
5374         * src/common/prefs.c
5375         * src/common/prefs.h
5376         * src/common/progressindicator.c
5377         * src/common/progressindicator.h
5378         * src/common/quoted-printable.c
5379         * src/common/quoted-printable.h
5380         * src/common/session.c
5381         * src/common/session.h
5382         * src/common/smtp.c
5383         * src/common/smtp.h
5384         * src/common/socket.c
5385         * src/common/socket.h
5386         * src/common/ssl.c
5387         * src/common/ssl.h
5388         * src/common/ssl_certificate.c
5389         * src/common/ssl_certificate.h
5390         * src/common/stringtable.c
5391         * src/common/stringtable.h
5392         * src/common/sylpheed.c
5393         * src/common/sylpheed.h
5394         * src/common/template.c
5395         * src/common/template.h
5396         * src/common/timing.h
5397         * src/common/utils.c
5398         * src/common/utils.h
5399         * src/common/version.h.in
5400         * src/common/xml.c
5401         * src/common/xml.h
5402         * src/common/xmlprops.c
5403         * src/common/xmlprops.h
5404         * src/gtk/colorlabel.c
5405         * src/gtk/colorsel.c
5406         * src/gtk/colorsel.h
5407         * src/gtk/description_window.c
5408         * src/gtk/description_window.h
5409         * src/gtk/filesel.c
5410         * src/gtk/filesel.h
5411         * src/gtk/foldersort.c
5412         * src/gtk/foldersort.h
5413         * src/gtk/gtkutils.c
5414         * src/gtk/gtkutils.h
5415         * src/gtk/inputdialog.c
5416         * src/gtk/inputdialog.h
5417         * src/gtk/logwindow.c
5418         * src/gtk/logwindow.h
5419         * src/gtk/manage_window.c
5420         * src/gtk/manage_window.h
5421         * src/gtk/menu.c
5422         * src/gtk/menu.h
5423         * src/gtk/pluginwindow.c
5424         * src/gtk/pluginwindow.h
5425         * src/gtk/prefswindow.c
5426         * src/gtk/prefswindow.h
5427         * src/gtk/progressdialog.c
5428         * src/gtk/progressdialog.h
5429         * src/gtk/sslcertwindow.c
5430         * src/gtk/sslcertwindow.h
5431         * src/plugins/clamav/clamav_plugin.c
5432         * src/plugins/clamav/clamav_plugin.h
5433         * src/plugins/clamav/clamav_plugin_gtk.c
5434         * src/plugins/demo/demo.c
5435         * src/plugins/dillo_viewer/dillo_prefs.c
5436         * src/plugins/dillo_viewer/dillo_prefs.h
5437         * src/plugins/dillo_viewer/dillo_viewer.c
5438         * src/plugins/pgpcore/passphrase.c
5439         * src/plugins/pgpcore/passphrase.h
5440         * src/plugins/pgpcore/plugin.c
5441         * src/plugins/pgpcore/select-keys.c
5442         * src/plugins/pgpcore/select-keys.h
5443         * src/plugins/pgpcore/sgpgme.c
5444         * src/plugins/pgpcore/sgpgme.h
5445         * src/plugins/pgpinline/pgpinline.c
5446         * src/plugins/pgpinline/pgpinline.h
5447         * src/plugins/pgpinline/plugin.c
5448         * src/plugins/pgpmime/pgpmime.c
5449         * src/plugins/pgpmime/pgpmime.h
5450         * src/plugins/pgpmime/plugin.c
5451         * src/plugins/spamassassin/spamassassin.c
5452         * src/plugins/spamassassin/spamassassin.h
5453         * src/plugins/spamassassin/spamassassin_gtk.c
5454         * src/plugins/trayicon/trayicon.c
5455                 update copyright header
5456
5457 2006-01-13 [paul]       1.9.100cvs141
5458
5459         * src/account.c
5460         * src/export.c
5461         * src/import.c
5462         * src/mainwindow.c
5463         * src/prefs_account.c
5464         * src/prefs_display_header.c
5465         * src/prefs_receive.c
5466         * src/prefs_send.c
5467         * src/prefs_summaries.c
5468         * src/prefs_themes.c
5469         * src/prefs_toolbar.c
5470         * src/gtk/about.c
5471                 various cleanups
5472
5473 2006-01-12 [colin]      1.9.100cvs140
5474
5475         * src/folder.c
5476         * src/folder.h
5477         * src/main.c
5478                 Add --subscribe option
5479                 Let sylpheed-claws email@domain.com equivalent to --compose
5480                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5481
5482 2006-01-12 [paul]       1.9.100cvs139
5483
5484         * src/mainwindow.c
5485                 append 'Change folder order' label with '...'
5486         * src/prefs_actions.c
5487                 allow reordering of actions list by dnd
5488         * src/gtk/foldersort.c
5489                 make the dialog nicer
5490
5491 2006-01-11 [colin]      1.9.100cvs138
5492
5493         * src/compose.c
5494                 Allow templates without text
5495
5496 2006-01-11 [paul]       1.9.100cvs137
5497
5498         * tools/README
5499         * tools/filter_conv_new.pl
5500                 add info to README
5501                 also check .sylpheed for filter.xml
5502                 be a bit informative to the user
5503
5504 2006-01-11 [colin]      1.9.100cvs136
5505
5506         * src/textview.c
5507                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5508
5509 2006-01-10 [paul]       1.9.100cvs135
5510
5511         * tools/Makefile.am
5512         * tools/filter_conv_new.pl
5513                 add script to convert new style Sylpheed
5514                 filter rules (Sylpheed >= 0.9.99) to
5515                 Claws filtering rules
5516
5517 2006-01-10 [colin]      1.9.100cvs134
5518
5519         * src/compose.c
5520                 Fix broken line joins in certain conditions
5521                 (between two quoted lines: <enter><enter><up>
5522                  <type a wrapped sentence><go in the first line>
5523                  <insert more text><watch as line joining failed>)
5524
5525 2006-01-10 [paul]       1.9.100cvs133
5526
5527         * src/compose.c
5528                 don't report success in error dialog
5529                 thanks to Colin
5530         * src/common/utils.c
5531                 include some trailing punctuations as URI
5532                 thanks to Hiro
5533
5534 2006-01-10 [paul]       1.9.100cvs132
5535
5536         * src/mimeview.c
5537                 fix incompatible pointer type
5538                 warning
5539
5540 2006-01-10 [paul]       1.9.100cvs131
5541
5542         * src/compose.c
5543                 change Subject in window title
5544                 instantaneously
5545
5546 2006-01-09 [colin]      1.9.100cvs130
5547
5548         * src/addressbook.c
5549         * src/headerview.c
5550         * src/mainwindow.c
5551         * src/messageview.c
5552         * src/mimeview.c
5553         * src/noticeview.c
5554         * src/summaryview.c
5555                 Fix possible crashes on exit and in addressbook
5556
5557 2006-01-09 [paul]       1.9.100cvs129
5558
5559         * src/prefs_msg_colors.c
5560                 some cleanups that I forgot last time
5561
5562 2006-01-09 [paul]       1.9.100cvs128
5563
5564         * README
5565         * src/folderview.c
5566         * src/prefs_msg_colors.c
5567                 add previously hidden option, color_new, to
5568                 the gui
5569                 move the page to Display/
5570                 rework the gui
5571
5572 2006-01-09 [wwp]        1.9.100cvs127
5573
5574         * src/prefs_themes.c
5575                 made the prefs/display/themes layouts spacing less condensed
5576                 (and so they match other prefs/pages' look).
5577
5578 2006-01-09 [paul]       1.9.100cvs126
5579
5580         * src/compose.c
5581         * src/prefs_common.c
5582         * src/prefs_common.h
5583         * src/prefs_wrapping.c
5584                 remove 'wrap at send' option
5585
5586 2006-01-06 [colin]      1.9.100cvs125
5587
5588         * src/compose.c
5589                 Just make completely sure we don't insert "manual line breaks" 
5590                 when wrapping... 
5591
5592 2006-01-04 [paul]
5593
5594         * 2.0.0-rc3 released
5595
5596 2006-01-04 [paul]       1.9.100cvs124
5597
5598         * src/folderview.c
5599                 fix bug 882, 'quick scroll in folder list
5600                 displays wrong folder contents'
5601
5602 2006-01-04 [paul]       1.9.100cvs123
5603
5604         * src/plugins/pgpmime/pgpmime.c
5605                 better debug information when signing
5606                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5607
5608 2006-01-03 [colin]      1.9.100cvs122
5609
5610         * configure.ac
5611                 We need to recheck for gpgme 1.0.0 after checking
5612                 for 1.1.1, because if 1.1.1 isn't available, 
5613                 GPGME_LIBS and friends are blanked out by the 
5614                 second check.
5615
5616 2006-01-03 [colin]      1.9.100cvs121
5617
5618         * src/common/prefs.c
5619                 Windows unlink-before rename fix
5620         * src/plugins/pgpcore/sgpgme.c
5621                 Add support for PKA info if available
5622                 Both patches by Werner Koch
5623
5624 2006-01-03 [paul]       1.9.100cvs120
5625
5626         * src/messageview.c
5627                 fix bug 884, 'Send receipt' button visible in queue
5628                 Thanks to Colin
5629
5630 2006-01-02 [colin]      1.9.100cvs119
5631
5632         * src/compose.c
5633         * src/imap.c
5634                 Fix autosave on IMAP and more generally try to
5635                 return the correct ID on a newly added IMAP message
5636
5637 2006-01-02 [paul]       1.9.100cvs118
5638
5639         * manual/keyboard.xml
5640                 edited
5641
5642 2006-01-01 [paul]       1.9.100cvs117
5643
5644         * src/gtk/authors.h
5645                 alphabetical order
5646
5647 2005-12-30 [colin]      1.9.100cvs116
5648
5649         * manual/advanced.xml
5650                 Explain Pre/Post-processing differences.
5651
5652 2005-12-30 [colin]      1.9.100cvs115
5653
5654         * src/mh.c
5655                 Implement copy_msgs for a little optimization
5656         * src/imap.c
5657                 Finish yesterday's fix
5658
5659 2005-12-29 [colin]      1.9.100cvs114
5660
5661         * src/imap.c
5662                 Fix occasional failure in fetching a mail over
5663                 IMAP
5664
5665 2005-12-29 [colin]      1.9.100cvs113
5666
5667         * src/compose.c
5668                 Don't remove a draft when sending it, if it is 
5669                 locked.
5670
5671 2005-12-28 [colin]      1.9.100cvs112
5672
5673         * src/summaryview.c
5674                 Fix leak for real
5675
5676 2005-12-28 [wwp]        1.9.100cvs111
5677
5678         * doc/faq/.cvsignore
5679         * doc/faq/de/.cvsignore
5680         * doc/faq/en/.cvsignore
5681         * doc/faq/es/.cvsignore
5682         * doc/faq/fr/.cvsignore
5683         * doc/faq/it/.cvsignore
5684         * doc/manual/.cvsignore
5685         * doc/manual/de/.cvsignore
5686         * doc/manual/en/.cvsignore
5687         * doc/manual/es/.cvsignore
5688         * doc/manual/fr/.cvsignore
5689         * doc/manual/ja/.cvsignore
5690         * src/plugins/mathml_viewer/.cvsignore
5691                 rollback revival of those files (my bad, sorry for the noise).
5692
5693 2005-12-28 [wwp]        1.9.100cvs110
5694
5695         * src/compose.c
5696                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5697
5698 2005-12-28 [wwp]        1.9.100cvs109
5699
5700         * doc/faq/.cvsignore
5701         * doc/faq/de/.cvsignore
5702         * doc/faq/en/.cvsignore
5703         * doc/faq/es/.cvsignore
5704         * doc/faq/fr/.cvsignore
5705         * doc/faq/it/.cvsignore
5706         * doc/manual/.cvsignore
5707         * doc/manual/de/.cvsignore
5708         * doc/manual/en/.cvsignore
5709         * doc/manual/es/.cvsignore
5710         * doc/manual/fr/.cvsignore
5711         * doc/manual/ja/.cvsignore
5712         * src/plugins/mathml_viewer/.cvsignore
5713         * po/.cvsignore
5714                 more files to ignore.
5715
5716 2005-12-24 [colin]      1.9.100cvs108
5717
5718         * AUTHORS
5719         * src/gtk/authors.h
5720                 Update for Werner
5721
5722 2005-12-24 [colin]      1.9.100cvs107
5723
5724         * src/procmsg.c
5725                 Allow NULL src_msginfo in 
5726                 procmsg_msginfo_new_from_mimeinfo
5727
5728 2005-12-23 [paul]       1.9.100cvs106
5729
5730         * src/plugins/pgpinline/mypgpcore.def
5731                 add this forgotten file
5732
5733 2005-12-23 [colin]      1.9.100cvs105
5734
5735         * src/mainwindow.c
5736                 Fix missing break
5737
5738 2005-12-23 [colin]      1.9.100cvs104
5739
5740         * autogen.sh
5741         * src/folder.c
5742         * src/mh.c
5743         * src/common/plugin.c
5744         * src/common/socket.c
5745         * src/common/socket.h
5746         * src/common/utils.c
5747         * src/common/utils.h
5748         * src/gtk/pluginwindow.c
5749         * src/plugins/pgpcore/plugin.def
5750         * src/plugins/pgpcore/sylpheed.def
5751         * src/plugins/pgpinline/Makefile.am
5752         * src/plugins/pgpinline/plugin.def
5753         * src/plugins/pgpinline/sylpheed.def
5754         * src/plugins/pgpmime/plugin.def
5755         * src/plugins/pgpmime/sylpheed.def
5756                 Various w32 fixes by Werner Koch
5757
5758 2005-12-22 [paul]       1.9.100cvs103
5759
5760         * src/wizard.c
5761                 don't offer IMAP as 'server type' if
5762                 libetpan isn't built in
5763
5764 2005-12-22 [paul]       1.9.100cvs102
5765
5766         * AUTHORS
5767         * src/mainwindow.c
5768         * src/mainwindow.h
5769         * src/toolbar.c
5770         * src/gtk/authors.h
5771                 support GTK_TOOLBAR_BOTH_HORIZ (text
5772                 next to icon) Patch by Marien Zwart
5773                 marienz@users.sf.net
5774                 Also reword the text
5775
5776 2005-12-21 [colin]      1.9.100cvs101
5777
5778         * configure.ac
5779                 Fix DATADIRNAME
5780         * COPYING
5781                 Fix missing section and explicit the exception better
5782         * src/compose.c
5783                 Prevent mail from being lost without notice when an
5784                 SMTP error happens on trying to send an unmodified
5785                 drafted mail.
5786         * src/send_message.c
5787         * src/common/smtp.c
5788                 Fix password remembering when wrong, and add return
5789                 value checks where they should have been
5790         * src/plugins/pgpcore/sylpheed.def
5791         * src/plugins/pgpinline/sylpheed.def
5792         * src/plugins/pgpmime/sylpheed.def
5793                 Add a few symbols needed
5794
5795 2005-12-21 [paul]       1.9.100cvs100
5796
5797         * m4/codeset.m4
5798         * m4/glibc21.m4
5799         * m4/intdiv0.m4
5800         * m4/inttypes-pri.m4
5801         * m4/inttypes.m4
5802         * m4/inttypes_h.m4
5803         * m4/isc-posix.m4
5804         * m4/lcmessage.m4
5805         * m4/stdint_h.m4
5806         * m4/uintmax_t.m4
5807                 gettextization
5808                 thanks to Colin
5809
5810 2005-12-21 [paul]       1.9.100cvs99
5811
5812         * po/sv.po
5813                 fixed by Colin
5814
5815 2005-12-20 [paul]       1.9.100cvs98
5816
5817         * po/sv.po
5818                 updated by Anders Trobäck
5819
5820 2005-12-20 [colin]      1.9.100cvs97
5821
5822         * ABOUT-NLS
5823         * Makefile.am
5824         * autogen.sh
5825         * configure.ac
5826         * config/config.rpath
5827         * config/mkinstalldirs
5828         * m4/Makefile.am
5829         * m4/glibc2.m4
5830         * m4/gnupg.m4
5831         * m4/gpgme.m4
5832         * m4/intmax.m4
5833         * m4/longdouble.m4
5834         * m4/longlong.m4
5835         * m4/printf-posix.m4
5836         * m4/signed.m4
5837         * m4/size_max.m4
5838         * m4/ulonglong.m4
5839         * m4/wchar_t.m4
5840         * m4/wint_t.m4
5841         * m4/xsize.m4
5842         * po/Makefile.in.in
5843         * po/Makevars
5844         * po/bg.po
5845         * po/ca.po
5846         * po/cs.po
5847         * po/de.po
5848         * po/el.po
5849         * po/en_GB.po
5850         * po/es.po
5851         * po/fi.po
5852         * po/fr.po
5853         * po/hr.po
5854         * po/hu.po
5855         * po/it.po
5856         * po/ja.po
5857         * po/ko.po
5858         * po/nb.po
5859         * po/nl.po
5860         * po/pl.po
5861         * po/pt_BR.po
5862         * po/ru.po
5863         * po/sk.po
5864         * po/sr.po
5865         * po/stamp-po
5866         * po/sv.po
5867         * po/zh_CN.po
5868         * po/zh_TW.po
5869         * src/Makefile.am
5870         * src/codeconv.c
5871         * src/compose.c
5872         * src/exporthtml.c
5873         * src/exportldif.c
5874         * src/folder.c
5875         * src/main.c
5876         * src/manual.c
5877         * src/mh.c
5878         * src/mimeview.c
5879         * src/send_message.c
5880         * src/common/Makefile.am
5881         * src/common/fnmatch.c
5882         * src/common/fnmatch.h
5883         * src/common/fnmatch_loop.c
5884         * src/common/nntp.c
5885         * src/common/plugin.c
5886         * src/common/smtp.c
5887         * src/common/socket.c
5888         * src/common/string_match.c
5889         * src/common/sylpheed.c
5890         * src/common/utils.c
5891         * src/common/utils.h
5892         * src/common/w32_dirent.c
5893         * src/common/w32_reg.c
5894         * src/common/w32_signal.c
5895         * src/common/w32_stat.c
5896         * src/common/w32_stdio.c
5897         * src/common/w32_stdlib.c
5898         * src/common/w32_string.c
5899         * src/common/w32_time.c
5900         * src/common/w32_unistd.c
5901         * src/common/w32_wait.c
5902         * src/common/w32lib.h
5903         * src/etpan/Makefile.am
5904         * src/gtk/Makefile.am
5905         * src/plugins/clamav/Makefile.am
5906         * src/plugins/demo/Makefile.am
5907         * src/plugins/dillo_viewer/Makefile.am
5908         * src/plugins/pgpcore/Makefile.am
5909         * src/plugins/pgpcore/passphrase.c
5910         * src/plugins/pgpcore/plugin.def
5911         * src/plugins/pgpcore/sgpgme.c
5912         * src/plugins/pgpcore/sylpheed.def
5913         * src/plugins/pgpcore/version.rc
5914         * src/plugins/pgpinline/Makefile.am
5915         * src/plugins/pgpinline/plugin.def
5916         * src/plugins/pgpinline/sylpheed.def
5917         * src/plugins/pgpinline/version.rc
5918         * src/plugins/pgpmime/Makefile.am
5919         * src/plugins/pgpmime/mypgpcore.def
5920         * src/plugins/pgpmime/plugin.def
5921         * src/plugins/pgpmime/sylpheed.def
5922         * src/plugins/pgpmime/version.rc
5923         * src/plugins/spamassassin/Makefile.am
5924                 Very little ;-) patch from Werner Koch, providing
5925                 infrastructure for cross-compiling to Win32
5926
5927 2005-12-20 [paul]       1.9.100cvs96
5928
5929         * src/account.c
5930         * src/account.h
5931         * src/mainwindow.c
5932         * src/mainwindow.h
5933         * src/toolbar.c
5934         * src/toolbar.h
5935                 add a combo to the Get All button, allowing
5936                 quick retrieval from any account
5937                 Patch by Fabien Vantard, slightly modified
5938                 by Colin
5939         * src/gtk/about.c
5940                 i18n fix. Patch by Fabien Vantard
5941
5942 2005-12-19 [colin]      1.9.100cvs95
5943
5944         * src/compose.c
5945         * src/compose.h
5946                 Don't automatically join lines when they've 
5947                 been separated by the user and not automatically
5948
5949 2005-12-19 [paul]       1.9.100cvs94
5950
5951         * src/gtk/pluginwindow.c
5952                 i18n fix.
5953                 Patch by Fabien Vantard
5954
5955 2005-12-15 [paul]       1.9.100cvs93
5956
5957         * src/common/plugin.c
5958         * src/common/plugin.h
5959         * src/gtk/pluginwindow.c
5960         * src/plugins/clamav/clamav_plugin.c
5961         * src/plugins/demo/demo.c
5962         * src/plugins/dillo_viewer/dillo_viewer.c
5963         * src/plugins/pgpcore/plugin.c
5964         * src/plugins/pgpinline/plugin.c
5965         * src/plugins/pgpmime/plugin.c
5966         * src/plugins/spamassassin/spamassassin.c
5967         * src/plugins/trayicon/trayicon.c
5968                 add plugin_version()
5969
5970 2005-12-15 [colin]      1.9.100cvs92
5971
5972         * src/compose.c
5973                 Further fix bug #875
5974
5975 2005-12-15 [paul]       1.9.100cvs91
5976
5977         * src/gtk/filesel.c
5978                 fix attach_load_dir getting set to
5979                 PLUGINDIR on plugin load
5980
5981 2005-12-14 [mones]      1.9.100cvs90
5982
5983         * manual/ack.xml
5984         * manual/keyboard.xml
5985                 Initial draft and some shortcuts added
5986                 
5987         * po/es.po
5988                 Updated translation
5989
5990 2005-12-14 [colin]      1.9.100cvs89
5991
5992         * src/compose.c
5993         * src/imap.c
5994         * src/summaryview.c
5995         * src/gtk/gtkaspell.c
5996                 More leaks fixed
5997         * src/prefs_folder_item.c
5998                 Fix recursive prefs apply
5999
6000
6001 2005-12-14 [colin]      1.9.100cvs88
6002
6003         * src/compose.c
6004                 Fix bug #875 (Freeze On Inline Forward of 
6005                 Large Message)
6006
6007 2005-12-13 [colin]      1.9.100cvs87
6008
6009         * src/compose.c
6010                 Uniq-ify and sort the mimetypes list
6011                 Patch by Fabien Vantard
6012
6013 2005-12-13 [colin]      1.9.100cvs86
6014
6015         * src/imap.c
6016         * src/etpan/imap-thread.c
6017                 Fix leaks (patch by Hoa)
6018         * src/news.c
6019         * src/common/plugin.c
6020                 Fix leaks
6021
6022 2005-12-12 [colin]
6023
6024         * 2.0.0-rc2 released
6025
6026 2005-12-12 [colin]      1.9.100cvs85
6027
6028         * src/matcher.c
6029                 Fix a leak
6030
6031 2005-12-12 [wwp]        1.9.100cvs84
6032
6033         * src/gtk/icon_legend.c
6034                 fix misbehaviour and crash when closing the legend window
6035         using the Esc key (patch by Fabien Vantard).
6036
6037 2005-12-12 [paul]       1.9.100cvs83
6038
6039         * src/browseldap.c
6040         * src/foldersel.c
6041         * src/prefs_actions.c
6042         * src/prefs_filtering.c
6043         * src/prefs_matcher.c
6044         * src/prefs_spelling.glade      ** REMOVED **
6045         * src/prefs_template.c
6046         * src/gtk/foldersort.glade      ** REMOVED **
6047         * src/gtk/pluginwindow.c
6048         * src/gtk/pluginwindow.glade    ** REMOVED **
6049         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6050                 cleanups
6051
6052 2005-12-11 [paul]       1.9.100cvs82
6053
6054         * src/gtk/filesel.c
6055                 fix attach_load_dir crasher (double free)
6056
6057 2005-12-09 [paul]       1.9.100cvs81
6058
6059         * po/POTFILES.in
6060         * src/mainwindow.c
6061         * src/gtk/Makefile.am
6062         * src/gtk/icon_legend.c
6063         * src/gtk/icon_legend.h
6064                 add icon legend
6065         * src/manual.c
6066                 cleanup
6067
6068 2005-12-09 [paul]       1.9.100cvs80
6069
6070         * src/plugins/pgpcore/passphrase.c
6071                 wrap the label in the dialog
6072
6073 2005-12-09 [colin]      1.9.100cvs79
6074
6075         * src/plugins/pgpcore/sgpgme.c
6076                 Display (untrusted) on not trusted signatures
6077                 Patch by Michal Èihaø <michal@cihar.com>
6078                 Closes bug #867 (Report also key trust)
6079
6080 2005-12-09 [colin]      1.9.100cvs78
6081
6082         * src/common/plugin.c
6083                 Update licence check, following Eben Moglen's advice
6084
6085 2005-12-08 [colin]      1.9.100cvs77
6086
6087         * src/folder.c
6088                 Fix the occasionnal item->cache != NULL 
6089                 assertion failure. 
6090
6091 2005-12-08 [colin]      1.9.100cvs76
6092
6093         * src/mimeview.c
6094         * src/plugins/pgpcore/sgpgme.c
6095                 Print key id when unable to check it
6096                 Closes bug #866 (Show key id when missing)
6097
6098 2005-12-08 [paul]       1.9.100cvs75
6099
6100         * src/prefs_common.c
6101         * src/prefs_common.h
6102         * src/gtk/filesel.c
6103                 remember load attachment dir
6104
6105 2005-12-07 [colin]      1.9.100cvs74
6106
6107         * src/prefs_toolbar.c
6108                 Gtk fixes, patch by Fabien Vantard
6109
6110 2005-12-07 [colin]      1.9.100cvs73
6111
6112         * src/action.c
6113         * src/compose.c
6114         * src/compose.h
6115                 Fix bug #839 (Quoted text isn't colored after 
6116                 executing an action)
6117         * src/common/plugin.c
6118                 Require plugins to declare their licence in plugin_licence()
6119                 Refuse to load non-GPL plugins as they'd be illegal (as 
6120                 derived works of Sylpheed-Claws, they must be GPL).
6121         * src/plugins/clamav/clamav_plugin.c
6122         * src/plugins/demo/demo.c
6123         * src/plugins/dillo_viewer/dillo_viewer.c
6124         * src/plugins/pgpcore/plugin.c
6125         * src/plugins/pgpinline/plugin.c
6126         * src/plugins/pgpmime/plugin.c
6127         * src/plugins/spamassassin/spamassassin.c
6128         * src/plugins/trayicon/trayicon.c
6129                 Add plugin_licence()
6130
6131 2005-12-07 [paul]       1.9.100cvs72
6132
6133         * configure.ac
6134         * src/mainwindow.c
6135         * src/manual.c
6136         * src/manual.h
6137         * src/common/defs.h
6138                 clean up after local FAQ removal and
6139                 temporary manual removal
6140
6141 2005-12-06 [colin]      1.9.100cvs71
6142
6143         * configure.ac
6144         * doc/Makefile.am
6145         * doc/faq/.cvsignore
6146         * doc/faq/Makefile.am
6147         * doc/faq/de/.cvsignore
6148         * doc/faq/de/Makefile.am
6149         * doc/faq/de/sylpheed-faq-1.html
6150         * doc/faq/de/sylpheed-faq-2.html
6151         * doc/faq/de/sylpheed-faq-3.html
6152         * doc/faq/de/sylpheed-faq.html
6153         * doc/faq/en/.cvsignore
6154         * doc/faq/en/Makefile.am
6155         * doc/faq/en/sylpheed-faq-1.html
6156         * doc/faq/en/sylpheed-faq-2.html
6157         * doc/faq/en/sylpheed-faq-3.html
6158         * doc/faq/en/sylpheed-faq-4.html
6159         * doc/faq/en/sylpheed-faq.html
6160         * doc/faq/es/.cvsignore
6161         * doc/faq/es/Makefile.am
6162         * doc/faq/es/sylpheed-faq-1.html
6163         * doc/faq/es/sylpheed-faq-2.html
6164         * doc/faq/es/sylpheed-faq-3.html
6165         * doc/faq/es/sylpheed-faq-4.html
6166         * doc/faq/es/sylpheed-faq.html
6167         * doc/faq/fr/.cvsignore
6168         * doc/faq/fr/Makefile.am
6169         * doc/faq/fr/sylpheed-faq-1.html
6170         * doc/faq/fr/sylpheed-faq-2.html
6171         * doc/faq/fr/sylpheed-faq-3.html
6172         * doc/faq/fr/sylpheed-faq.html
6173         * doc/faq/it/.cvsignore
6174         * doc/faq/it/Makefile.am
6175         * doc/faq/it/sylpheed-faq-1.html
6176         * doc/faq/it/sylpheed-faq-2.html
6177         * doc/faq/it/sylpheed-faq-3.html
6178         * doc/faq/it/sylpheed-faq.html
6179         * doc/manual/.cvsignore
6180         * doc/manual/Makefile.am
6181         * doc/manual/de/.cvsignore
6182         * doc/manual/de/Makefile.am
6183         * doc/manual/de/sylpheed-1.html
6184         * doc/manual/de/sylpheed-10.html
6185         * doc/manual/de/sylpheed-11.html
6186         * doc/manual/de/sylpheed-12.html
6187         * doc/manual/de/sylpheed-13.html
6188         * doc/manual/de/sylpheed-14.html
6189         * doc/manual/de/sylpheed-15.html
6190         * doc/manual/de/sylpheed-16.html
6191         * doc/manual/de/sylpheed-17.html
6192         * doc/manual/de/sylpheed-18.html
6193         * doc/manual/de/sylpheed-19.html
6194         * doc/manual/de/sylpheed-2.html
6195         * doc/manual/de/sylpheed-20.html
6196         * doc/manual/de/sylpheed-3.html
6197         * doc/manual/de/sylpheed-4.html
6198         * doc/manual/de/sylpheed-5.html
6199         * doc/manual/de/sylpheed-6.html
6200         * doc/manual/de/sylpheed-7.html
6201         * doc/manual/de/sylpheed-8.html
6202         * doc/manual/de/sylpheed-9.html
6203         * doc/manual/de/sylpheed.html
6204         * doc/manual/en/.cvsignore
6205         * doc/manual/en/Makefile.am
6206         * doc/manual/en/sylpheed-1.html
6207         * doc/manual/en/sylpheed-10.html
6208         * doc/manual/en/sylpheed-11.html
6209         * doc/manual/en/sylpheed-12.html
6210         * doc/manual/en/sylpheed-13.html
6211         * doc/manual/en/sylpheed-14.html
6212         * doc/manual/en/sylpheed-15.html
6213         * doc/manual/en/sylpheed-16.html
6214         * doc/manual/en/sylpheed-17.html
6215         * doc/manual/en/sylpheed-18.html
6216         * doc/manual/en/sylpheed-19.html
6217         * doc/manual/en/sylpheed-2.html
6218         * doc/manual/en/sylpheed-20.html
6219         * doc/manual/en/sylpheed-21.html
6220         * doc/manual/en/sylpheed-22.html
6221         * doc/manual/en/sylpheed-3.html
6222         * doc/manual/en/sylpheed-4.html
6223         * doc/manual/en/sylpheed-5.html
6224         * doc/manual/en/sylpheed-6.html
6225         * doc/manual/en/sylpheed-7.html
6226         * doc/manual/en/sylpheed-8.html
6227         * doc/manual/en/sylpheed-9.html
6228         * doc/manual/en/sylpheed.html
6229         * doc/manual/es/.cvsignore
6230         * doc/manual/es/Makefile.am
6231         * doc/manual/es/sylpheed-1.html
6232         * doc/manual/es/sylpheed-10.html
6233         * doc/manual/es/sylpheed-11.html
6234         * doc/manual/es/sylpheed-12.html
6235         * doc/manual/es/sylpheed-13.html
6236         * doc/manual/es/sylpheed-14.html
6237         * doc/manual/es/sylpheed-15.html
6238         * doc/manual/es/sylpheed-16.html
6239         * doc/manual/es/sylpheed-17.html
6240         * doc/manual/es/sylpheed-18.html
6241         * doc/manual/es/sylpheed-19.html
6242         * doc/manual/es/sylpheed-2.html
6243         * doc/manual/es/sylpheed-20.html
6244         * doc/manual/es/sylpheed-3.html
6245         * doc/manual/es/sylpheed-4.html
6246         * doc/manual/es/sylpheed-5.html
6247         * doc/manual/es/sylpheed-6.html
6248         * doc/manual/es/sylpheed-7.html
6249         * doc/manual/es/sylpheed-8.html
6250         * doc/manual/es/sylpheed-9.html
6251         * doc/manual/es/sylpheed.html
6252         * doc/manual/fr/.cvsignore
6253         * doc/manual/fr/Makefile.am
6254         * doc/manual/fr/sylpheed-1.html
6255         * doc/manual/fr/sylpheed-10.html
6256         * doc/manual/fr/sylpheed-11.html
6257         * doc/manual/fr/sylpheed-12.html
6258         * doc/manual/fr/sylpheed-13.html
6259         * doc/manual/fr/sylpheed-14.html
6260         * doc/manual/fr/sylpheed-15.html
6261         * doc/manual/fr/sylpheed-16.html
6262         * doc/manual/fr/sylpheed-17.html
6263         * doc/manual/fr/sylpheed-18.html
6264         * doc/manual/fr/sylpheed-19.html
6265         * doc/manual/fr/sylpheed-2.html
6266         * doc/manual/fr/sylpheed-20.html
6267         * doc/manual/fr/sylpheed-3.html
6268         * doc/manual/fr/sylpheed-4.html
6269         * doc/manual/fr/sylpheed-5.html
6270         * doc/manual/fr/sylpheed-6.html
6271         * doc/manual/fr/sylpheed-7.html
6272         * doc/manual/fr/sylpheed-8.html
6273         * doc/manual/fr/sylpheed-9.html
6274         * doc/manual/fr/sylpheed.html
6275         * doc/manual/ja/.cvsignore
6276         * doc/manual/ja/Makefile.am
6277         * doc/manual/ja/sylpheed-1.html
6278         * doc/manual/ja/sylpheed-10.html
6279         * doc/manual/ja/sylpheed-11.html
6280         * doc/manual/ja/sylpheed-12.html
6281         * doc/manual/ja/sylpheed-13.html
6282         * doc/manual/ja/sylpheed-14.html
6283         * doc/manual/ja/sylpheed-15.html
6284         * doc/manual/ja/sylpheed-16.html
6285         * doc/manual/ja/sylpheed-17.html
6286         * doc/manual/ja/sylpheed-18.html
6287         * doc/manual/ja/sylpheed-19.html
6288         * doc/manual/ja/sylpheed-2.html
6289         * doc/manual/ja/sylpheed-20.html
6290         * doc/manual/ja/sylpheed-3.html
6291         * doc/manual/ja/sylpheed-4.html
6292         * doc/manual/ja/sylpheed-5.html
6293         * doc/manual/ja/sylpheed-6.html
6294         * doc/manual/ja/sylpheed-7.html
6295         * doc/manual/ja/sylpheed-8.html
6296         * doc/manual/ja/sylpheed-9.html
6297         * doc/manual/ja/sylpheed.html
6298         * doc/manual/ja/sylpheed.sgml
6299         * src/mainwindow.c
6300                 Remove outdated manual and faq. Noisy, eh?
6301
6302 2005-12-06 [colin]      1.9.100cvs70
6303
6304         * src/compose.c
6305         * src/quote_fmt_parse.y
6306         * src/undo.c
6307         * src/undo.h
6308                 Allow %X to position cursor at 0 
6309                 (no %X = before signature)
6310                 Fix paste as quotation putting the cursor at 0
6311                 Fix undo offsets when pasting
6312                 Insert the quote_fmt at once instead of line 
6313                 by line
6314                 Fix [Edited] when starting to reply/forward
6315
6316 2005-12-06 [paul]       1.9.100cvs69
6317
6318         * src/plugins/clamav/clamav_plugin_gtk.c
6319                 add another tooltip
6320         * src/plugins/spamassassin/spamassassin_gtk.c
6321                 rework spamassassin_create_widget_func()
6322
6323 2005-12-05 [colin]      1.9.100cvs68
6324
6325         * po/POTFILES.in
6326                 Fix make release ;-)
6327
6328 2005-12-05 [colin]      1.9.100cvs67
6329
6330         * src/compose.c
6331         * src/compose.h
6332                 Fix cursor positioning (not obeying %X)
6333
6334 2005-12-05 [paul]       1.9.100cvs66
6335
6336         * src/plugins/dillo_viewer/dillo_prefs.c
6337                 fix compilation warning
6338
6339 2005-12-05 [paul]       1.9.100cvs65
6340
6341         * src/prefs_spelling.c
6342         * src/plugins/trayicon/trayicon.c
6343                 cleanups - remove unused stuff
6344
6345 2005-12-05 [paul]       1.9.100cvs64
6346
6347         * README
6348         * manual/plugins.xml
6349                 remove info about removed mathml_viewer plugin
6350
6351 2005-12-05 [paul]       1.9.100cvs63
6352
6353         * configure.ac
6354         * src/plugins/Makefile.am
6355         * src/plugins/mathml_viewer/.cvsignore
6356         * src/plugins/mathml_viewer/Makefile.am
6357         * src/plugins/mathml_viewer/mathml_viewer.c
6358                 remove unmaintained mathml_viewer plugin
6359
6360 2005-12-05 [paul]       1.9.100cvs62
6361
6362         * src/summaryview.c
6363                 obey prefs_common.always_show_msg when
6364                 moving a msg
6365                 Thanks to Colin
6366
6367 2005-12-05 [paul]       1.9.100cvs61
6368
6369         * src/compose.c
6370         * src/prefs_account.c
6371         * src/prefs_filtering.c
6372         * src/prefs_quote.c
6373         * src/prefs_spelling.c
6374         * src/prefs_toolbar.c
6375         * src/summaryview.c
6376         * src/gtk/gtkutils.c
6377         * src/gtk/quicksearch.c
6378         * src/plugins/dillo_viewer/dillo_prefs.c
6379                 dialog cleanups
6380
6381 2005-12-04 [paul]       1.9.100cvs60
6382
6383         * src/inc.c
6384         * src/prefs_account.c
6385         * src/prefs_account.h
6386                 allow a Local account to specify a
6387                 default inbox
6388                 (closes bug 843 'Inbox cannot be changed for local
6389                  mailboxes')
6390
6391 2005-12-04 [colin]      1.9.100cvs59
6392
6393         * src/plugins/trayicon/trayicon.c
6394                 Remove Get, rename Get All to Get Mail in order to
6395                 be consistent with the default main toolbar
6396
6397 2005-12-03 [colin]      1.9.100cvs58
6398
6399         * manual/gpl.xml
6400         * manual/sylpheed-claws-manual.xml
6401                 Add GPL appendix
6402
6403 2005-12-03 [paul]       1.9.100cvs57
6404
6405         * AUTHORS
6406         * po/sv.po
6407         * src/gtk/authors.h
6408                 new (partially complete) Swedish translation
6409                 by Anders Troback <sylpheed@troback.com>
6410
6411 2005-12-02 [paul]       1.9.100cvs56
6412
6413         * configure.ac
6414                 libetpan 0.41 required
6415
6416 2005-12-02 [paul]       1.9.100cvs55
6417
6418         * src/plugins/clamav/clamav_plugin.c
6419         * src/plugins/clamav/clamav_plugin.h
6420         * src/plugins/clamav/clamav_plugin_gtk.c
6421         * src/plugins/spamassassin/spamassassin.c
6422         * src/plugins/spamassassin/spamassassin.h
6423         * src/plugins/spamassassin/spamassassin_gtk.c
6424                 unregister prefs pages on unloading, thus
6425                 preventing a crash
6426                 (thanks to Colin for the hint)
6427
6428 2005-12-02 [wwp]        1.9.100cvs54
6429
6430         * src/quote_fmt.h
6431         * src/quote_fmt_parse.y
6432                 fix misuse of gboolean*, use gboolean instead
6433                 (thanks to Paul, Colin, for pointing out that scaring one)
6434
6435 2005-12-02 [paul]       1.9.100cvs53
6436
6437         * src/plugins/clamav/clamav_plugin.c
6438                 int no --> unsigned int no
6439         * src/plugins/clamav/clamav_plugin_gtk.c
6440                 rework config page
6441
6442 2005-12-02 [wwp]        1.9.100cvs52
6443
6444         * src/compose.c
6445         * src/prefs_template.c
6446         * src/quote_fmt.h
6447         * src/quote_fmt_parse.y
6448                 prevent from executing |f and |p templates commands when
6449                 adding or replacing templates in prefs (avoids annoying and
6450                 potentially dangerous behaviours)
6451
6452 2005-12-02 [paul]       1.9.100cvs51
6453
6454         * src/prefs_common.c
6455                 allow translation of some default values
6456                 Patch by Fabien Vantard
6457
6458 2005-12-02 [paul]       1.9.100cvs50
6459
6460         * src/codeconv.c
6461         * src/codeconv.h
6462         * src/prefs_common.c
6463         * src/prefs_common.h
6464         * src/prefs_message.c
6465         * src/textview.c
6466                 remove obsolete 'convert_mb_alnum' option
6467                 and related stuff
6468         * src/gtk/about.c
6469                 remove unused 'about_textview_visibility_notify'
6470
6471 2005-12-02 [paul]       1.9.100cvs49
6472
6473         * src/prefs_account.c
6474         * src/prefs_compose_writing.c
6475         * src/prefs_fonts.c
6476         * src/prefs_gtk.h
6477         * src/prefs_image_viewer.c
6478         * src/prefs_message.c
6479         * src/prefs_other.c
6480         * src/prefs_receive.c
6481         * src/prefs_send.c
6482         * src/prefs_spelling.c
6483         * src/prefs_summaries.c
6484         * src/prefs_wrapping.c
6485         * src/plugins/dillo_viewer/dillo_prefs.c
6486         * src/plugins/pgpcore/prefs_gpg.c
6487                 several cleanups to the prefs dialogs
6488                 (slightly modified) patch by Fabien Vantard
6489
6490 2005-12-02 [paul]       1.9.100cvs48
6491
6492         * src/main.c
6493                 --exit means exit
6494         * src/send_message.c
6495                 fix crash on send when connection fails
6496
6497         Thanks to Colin
6498
6499 2005-12-01 [colin]      1.9.100cvs47
6500
6501         * src/html.c
6502                 Translate &hellip; to "..."
6503
6504 2005-11-30 [colin]      1.9.100cvs46
6505
6506         * src/matcher.c
6507         * src/matcher.h
6508                 Optimize back yesterday's fix.
6509
6510 2005-11-30 [paul]       1.9.100cvs45
6511
6512         * manual/faq.xml
6513                 standardised
6514         * manual/intro.xml
6515                 written by Colin, edited by me
6516
6517 2005-11-29 [colin]      1.9.100cvs44
6518
6519         * src/matcher.c
6520                 Skip headers unconditionnaly in match_body if the
6521                 rule is not message or ~message
6522
6523 2005-11-29 [colin]      1.9.100cvs43
6524
6525         * src/matcher.c
6526                 Fix body_part and such, not skipping headers 
6527                 if the matchcriteria wasn't the first in the rule
6528
6529 2005-11-29 [colin]      1.9.100cvs42
6530
6531         * src/compose.c
6532                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6533                 option missing from message view window)
6534                 Fix double text D'n'D with gtk-2.8
6535         * src/matcher.c
6536                 Fix ~message, ~headers_part, ~body_part rules
6537         * src/messageview.c
6538                 Add Windows-1252 (Closes bug #863)
6539                 Fix accels
6540         * src/gtk/gtkaspell.c
6541                 Properly destroy accels in all menus
6542
6543 2005-11-29 [mones]      1.9.100cvs41
6544
6545         * po/es.po
6546                 Updated.
6547
6548 2005-11-27 [colin]      1.9.100cvs40
6549
6550         * src/mh_gtk.c
6551                 "/Remove mailbox" -> "/Remove mailbox..."
6552
6553 2005-11-27 [paul]       1.9.100cvs39
6554
6555         * AUTHORS
6556         * po/de.po
6557         * src/gtk/authors.h
6558                 updated by new maintainer, Stephan Sachse
6559
6560 2005-11-27 [paul]       1.9.100cvs38
6561
6562         * manual/faq.xml
6563                 written by Colin, edited by me
6564
6565 2005-11-27 [paul]       1.9.100cvs37
6566
6567         * src/prefs_common.c
6568         * src/prefs_common.h
6569         * src/prefs_receive.c
6570         * src/prefs_summaries.c
6571                 move 'go to inbox after receiving new mail'
6572                 option from display/sumamaries to mail
6573                 handling/receive, and rework prefs_summaries
6574                 dialog a little
6575
6576 2005-11-25 [martin]     1.9.100cvs36
6577
6578         * po/de.po
6579             fixed windows-1252 translation;
6580             translated some new and fuzzy strings
6581
6582 2005-11-25 [paul]       1.9.100cvs35
6583
6584         * src/plugins/clamav/clamav_plugin.c
6585                 complete the update done in cvs34
6586
6587 2005-11-25 [paul]       1.9.100cvs34
6588
6589         * src/plugins/clamav/clamav_plugin.c
6590                 reflect upstream changes
6591
6592 2005-11-25 [paul]       1.9.100cvs33
6593
6594         * manual/ack.xml
6595         * manual/plugins.xml
6596         * manual/sylpheed-claws-manual.xml
6597                 written/updated by Colin, edited by me
6598         * tools/acroread2sylpheed.pl
6599                 update binary name
6600
6601 2005-11-24 [colin]      1.9.100cvs32
6602
6603         * src/compose.c
6604                 Fix bug #856 (reediting messages forgets Request
6605                 Return Receipt)
6606
6607 2005-11-24 [paul]       1.9.100cvs31
6608
6609         * manual/addrbook.xml
6610         * manual/starting.xml
6611                 written by Colin, proofread, edited, adapted by me
6612         * manual/advanced.xml
6613                 add some Actions examples
6614         * src/importldif.c
6615                 use a Save button instead of a Close button
6616         * src/wizard.c
6617                 indicate mandatory fields
6618                 fix page display
6619                 Thanks to Colin
6620
6621 2005-11-23 [colin]      1.9.100cvs30
6622
6623         * src/addressbook.c
6624                 Rename menu item, fix possible crash after
6625                 deletion of books
6626         * src/addrindex.c
6627                 Allow searching for '*' in ldap
6628         * src/browseldap.c
6629                 Fix "Browse Entry" (did anyone use it?)
6630         * src/wizard.c
6631                 Add guards for mandatory information
6632
6633 2005-11-23 [paul]       1.9.100cvs29
6634
6635         * manual/advanced.xml
6636                 corrections to the English
6637
6638 2005-11-23 [colin]      1.9.100cvs28
6639
6640         * src/mimeview.c
6641                 Fix possible crash at exit. After the call to
6642                 gtk_container_remove(), the Viewer's widget has no
6643                 more parent so gtk+ automatically frees it and its
6644                 sons. If destroy_viewer() then try to access it,
6645                 problems ensue.
6646
6647 2005-11-22 [colin]      1.9.100cvs27
6648
6649         * src/compose.c
6650         * src/gtk/gtkaspell.c
6651                 Fix right-clicking on a misspelled word
6652                 Fix More... in suggestions menu
6653
6654 2005-11-22 [wwp]        1.9.100cvs26
6655
6656         * src/prefs_template.c
6657                 templates works: re-sort templates list when adding or replacing,
6658                 prevent from adding or replacing when the template name is empty
6659
6660 2005-11-21 [colin]      1.9.100cvs25
6661
6662         * src/addressbook.c
6663                 Fix some addressbook suckage (dnd, select all)
6664         * src/compose.c
6665         * src/gtk/gtkaspell.c
6666         * src/gtk/gtkaspell.h
6667                 Make the spellchecker menu work with the 
6668                 GtkTextView one instead of overriding it
6669
6670 2005-11-20 [paul]       1.9.100cvs24
6671
6672         * manual/handling.xml
6673                 proofread and corrected
6674
6675 2005-11-20 [paul]       1.9.100cvs23
6676
6677         * manual/Makefile
6678                 generate html as one file
6679         * manual/advanced.xml
6680                 fix output generation
6681                 reformat hidden options list
6682         * manual/manual.xml     ** REMOVED **
6683         * manual/sylpheed-claws-manual.xml      ** ADDED **
6684                 renamed
6685
6686 2005-11-18 [colin]      1.9.100cvs22
6687
6688         * src/prefs_account.c
6689                 Fix layout in news and mbox accounts
6690         * manual/account.xml
6691         * manual/advanced.xml
6692                 New contents for Paul to check :)
6693
6694 2005-11-18 [wwp]        1.9.100cvs21
6695
6696         * src/gtk/quicksearch.c
6697                 don't update extended quicksearch buttons twice
6698
6699 2005-11-18 [paul]       1.9.100cvs20
6700
6701         * src/textview.c
6702                 complete 1.9.100cvs19
6703
6704 2005-11-18 [paul]       1.9.100cvs19
6705
6706         * src/compose.c
6707                 cosmetic improvements
6708         * src/textview.c
6709                 also list text/* attachments
6710
6711 2005-11-18 [colin]      1.9.100cvs18
6712
6713         * src/summaryview.c
6714                 Use column 0 instead of -1 in 
6715                 gtk_ctree_node_moveto, in a naive
6716                 hope it'll fix the gtk-related crashes
6717
6718 2005-11-18 [colin]      1.9.100cvs17
6719
6720         * src/gtk/inputdialog.c
6721                 Fix icon staying the first one
6722
6723 2005-11-17 [wwp]        1.9.100cvs16
6724                 fix possible problem showing some quicksearch buttons, and a bad
6725                 call to g_return_if_fail in a function that returns a value (both
6726                 fixes by Fabien Vantard)
6727
6728 2005-11-15 [wwp]        1.9.100cvs15
6729
6730         * src/gtk/quicksearch.c
6731                 added a tooltip to that obscure ... quicksearch button
6732
6733 2005-11-15 [wwp]        1.9.100cvs14
6734
6735         * src/gtk/quicksearch.c
6736                 add a quicksearch helper to filtering expression users: the ... button
6737                 raises the condition expr window. condition expressions set up w/ this
6738                 window are used by the quicksearch if the user closes it pressing OK.
6739
6740 2005-11-14 [paul]       1.9.100cvs13
6741
6742         * src/plugins/clamav/clamav_plugin.c
6743         * src/plugins/spamassassin/spamassassin.c
6744                 change plugin type following recent merging
6745
6746 2005-11-14 [wwp]        1.9.100cvs12
6747
6748         * src/folder.c
6749                 prevent from crashing when copying/moving message(s) from and
6750                 to the same folder
6751
6752 2005-11-14 [paul]       1.9.100cvs11
6753
6754         * src/plugins/clamav/Makefile.am
6755         * src/plugins/clamav/clamav_plugin.c
6756         * src/plugins/clamav/clamav_plugin.h
6757         * src/plugins/clamav/clamav_plugin_gtk.c
6758                 also merge clamav and clamav_gtk plugins
6759
6760 2005-11-13 [colin]      1.9.100cvs10
6761
6762         * configure.ac
6763         * src/plugins/spamassassin/Makefile.am
6764         * src/plugins/spamassassin/spamassassin.c
6765         * src/plugins/spamassassin/spamassassin.h
6766         * src/plugins/spamassassin/spamassassin_gtk.c
6767                 Merge spamassassin and spamassassin_gtk plugins,
6768                 and build it by default.
6769
6770 2005-11-12 [colin]      1.9.100cvs9
6771
6772         * src/etpan/imap-thread.c
6773                 Fix gcc warning
6774
6775 2005-11-12 [colin]      1.9.100cvs8
6776
6777         * src/procmime.c
6778                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6779
6780 2005-11-10 [colin]      1.9.100cvs7
6781
6782         * src/main.c
6783                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6784                 minimised state)
6785
6786 2005-11-10 [wwp]        1.9.100cvs6
6787
6788         * src/gtk/description_window.c
6789                 fix a crash when closing description windows using the WM's [X] button
6790
6791 2005-11-09 [colin]      1.9.100cvs5
6792
6793         * src/common/ssl.c
6794                 Update libetpan call to follow upstream
6795                 (yes, this requires libetpan-0.40cvs3)
6796
6797 2005-11-08 [colin]      1.9.100cvs4
6798
6799         * src/compose.c
6800         * src/textview.c
6801         * src/common/utils.c
6802         * src/common/utils.h
6803                 Enhance the email parser
6804
6805 2005-11-08 [colin]      1.9.100cvs3
6806
6807         * src/procmime.c
6808                 Fix what looks like an off-by-one (fixes 
6809                 attachments from the Bat)
6810
6811 2005-11-08 [wwp]        1.9.100cvs2
6812
6813         * src/main.c
6814                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6815
6816 2005-11-08 [wwp]        1.9.100cvs1
6817
6818         * src/main.c
6819                 allow exiting Sylpheed-Claws from command-line
6820
6821 2005-11-08 [paul]       1.9.100
6822
6823         1.9.100 released
6824
6825 2005-11-07 [colin]      1.9.99cvs17
6826
6827         * src/addritem.c
6828         * src/ldif.c
6829                 Fix import of base-64 encoded items
6830
6831 2005-11-07 [colin]      1.9.99cvs16
6832
6833         * src/send_message.c
6834                 Fix bug #314 (Queue does not empty under certain 
6835                 circumstances)
6836
6837 2005-11-07 [paul]       1.9.99cvs15
6838
6839         * src/mutt.c
6840         * src/pine.c
6841                 fix buffer overflows
6842                 Thanks to Colin
6843
6844 2005-11-07 [paul]       1.9.99cvs14
6845
6846         * doc/man/Makefile.am
6847         * doc/man/sylpheed-claws.1      ** ADDED **
6848         * doc/man/sylpheed.1            ** DELETED **
6849                 rename and update the man file
6850
6851 2005-11-06 [colin]      1.9.99cvs13
6852
6853         * src/ldif.c
6854                 Fix ldif_get_line() that returned empty strings
6855                 (Didn't understand why). Also fix a possible
6856                 buffer overflow.
6857
6858 2005-11-06 [wwp]        1.9.99cvs12
6859
6860         * src/textview.c
6861         * src/gtk/about.c
6862         * src/gtk/gtkutils.c
6863         * src/gtk/gtkutils.h
6864                 fix a compilation warning,
6865                 make links sensitive in the about dialog
6866
6867 2005-11-04 [wwp]        1.9.99cvs11
6868
6869         * src/gtk/about.c
6870                 don't wrap or translate URIs, and a bit text format cleanup
6871
6872 2005-11-04 [wwp]        1.9.99cvs10
6873
6874         * src/gtk/about.c
6875                 better textview tagging implementation (no more use of marks for
6876                 postponed tagging)
6877
6878 2005-11-02 [colin]      1.9.99cvs9
6879
6880         * src/common/ssl.c
6881                 Forgot an ifdef
6882
6883 2005-11-02 [colin]      1.9.99cvs8
6884
6885         * configure.ac
6886                 Require libetpan-0.40 due to upstream fix
6887         * src/common/ssl.c
6888                 Tell libetpan not to call SSL_Library_Init,
6889                 as we do it ourselves.
6890
6891 2005-11-02 [colin]      1.9.99cvs7
6892
6893         * po/POTFILES.in
6894                 Add missing files (thanks to Fabien Vantard)
6895
6896 2005-11-02 [colin]      1.9.99cvs6
6897
6898         * src/summaryview.c
6899                 Fix totals when read messages are hidden or quicksearch
6900                 is on
6901         * src/ssl_manager.c
6902         * src/ssl_manager.h
6903         * src/common/ssl_certificate.c
6904         * src/common/ssl_certificate.h
6905         * src/gtk/sslcertwindow.c
6906         * src/gtk/sslcertwindow.h
6907                 Fix copyright on my stuff
6908
6909 2005-11-02 [wwp]        1.9.99cvs5
6910
6911         * src/prefs_themes.c
6912                 fix directory name checking (theme installation/removal),
6913                 made related error a bit more verbose
6914
6915 2005-11-02 [colin]      1.9.99cvs4
6916
6917         * src/summaryview.c
6918                 Fix typo (probably fixes bug #841 (Sort by the From 
6919                 field doesn't work)
6920
6921 2005-11-02 [paul]       1.9.99cvs3
6922
6923         * po/ko.po
6924         * po/nb.po
6925                 updated by SungHyun Nam, Geir Helland
6926         * src/wizard.c
6927                 fix typo in welcome message. spotted by
6928                 Andrea Spadaccini
6929
6930 2005-11-01 [colin]      1.9.99cvs2
6931
6932         * src/compose.c
6933                 Fix replying to ml wen confirming subscription
6934         * src/messageview.c
6935         * src/mimeview.c
6936         * src/mimeview.h
6937         * src/privacy.h
6938         * src/summaryview.c
6939                 Make key check non blocking
6940
6941 2005-10-31 [paul]       1.9.99cvs1
6942
6943         * tools/claws.i18n.status.pl
6944                 updated for ChangeLog
6945
6946 2005-10-31 [paul]       1.9.99
6947
6948         1.9.99 released
6949
6950 2005-10-31 [paul]       1.9.15cvs131
6951
6952         * .cvsignore
6953         * ChangeLog
6954         * ChangeLog.claws       ** REMOVED **
6955         * ChangeLog-gtk2.claws  ** REMOVED **
6956         * ChangeLog.gtk1        ** ADDED **
6957         * INSTALL
6958         * Makefile.am
6959         * NEWS
6960         * README
6961         * README.claws          ** REMOVED **
6962         * README.jp             ** REMOVED **
6963         * RELEASE_NOTES         ** ADDED **
6964         * RELEASE_NOTES.claws   ** REMOVED **
6965         * commitHelper
6966         * configure.ac
6967         * sylpheed.spec.in      ** REMOVED **
6968                 tidy up and update the default docs:
6969                 ChangeLog.claws is renamed ChangeLog.gtk1
6970                 ChangeLog-gtk2.claws is renamed ChangeLog
6971                 README.claws is renamed README
6972                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6973
6974 2005-10-31 [paul]       1.9.15cvs130
6975
6976         * po/it.po
6977                 fix errors
6978
6979 2005-10-31 [paul]       1.9.15cvs129
6980
6981         * po/ca.po
6982         * po/de.po
6983         * po/en_GB.po
6984         * po/fr.po
6985         * po/it.po
6986         * po/pt_BR.po
6987         * po/sk.po
6988         * po/sr.po
6989         * po/zh_CN.po
6990                 updated by Miquel Oliete, Stephan Sachse and
6991                 Thomas Gilgin, me, Fabien Vantard, Andrea
6992                 Spadaccini, Frederico Goncalves Guimaraes,
6993                 Andrej Kacian, Aleksandar Urosevic, and
6994                 Ralgh Young.
6995
6996 2005-10-31 [mones]      1.9.15cvs128
6997
6998         * manual/faq.xml
6999                 More questions.
7000         
7001         * po/es.po
7002                 Updated for release.
7003
7004 2005-10-30 [colin]      1.9.15cvs127
7005
7006         * src/compose.c
7007                 Place cursor before rewrapping (fixes cursor
7008                 pos if quotation gets rewrapped)
7009
7010 2005-10-29 [paul]       1.9.15cvs126
7011
7012         * src/crash.c
7013         * src/foldersel.c
7014         * src/main.c
7015         * src/messageview.c
7016         * src/toolbar.c
7017         * src/gtk/authors.h
7018                 corrections to text items
7019
7020 2005-10-28 [colin]      1.9.15cvs125
7021
7022         * src/messageview.c
7023                 Make "hit 'C' to check sig" work from extern 
7024                 messageviews
7025
7026 2005-10-27 [colin]      1.9.15cvs124
7027
7028         * src/summaryview.c
7029                 Add a hack to avoid segfaulting when hammering 
7030                 on gtk's events
7031
7032 2005-10-27 [wwp]        1.9.15cvs123
7033
7034         * src/prefs_themes.c
7035                 sort list of themes names in themes prefs
7036
7037 2005-10-27 [paul]       1.9.15cvs122
7038
7039         * src/folder.c
7040         * src/prefs_account.c
7041                 fix building on Solaris
7042                 Patch by Alex Moore
7043
7044 2005-10-27 [wwp]        1.9.15cvs121
7045
7046         * src/summaryview.c
7047         * src/gtk/gtksctree.c
7048                 speed up unselecting messages in summary view (thanks to Colin)
7049
7050 2005-10-27 [paul]       1.9.15cvs120
7051
7052         * src/mainwindow.c
7053                 fix a compilation warning
7054         * src/summaryview.c
7055                 fix updating of 'n items selected' count
7056                 when deselecting
7057
7058 2005-10-27 [martin]     1.9.15cvs119
7059
7060         * src/action.c
7061                 ignore actions with a leading '/' in the action menu name
7062                 fixes a crash on menu creation
7063         * src/prefs_actions.c
7064                 do not allow a leading '/' in the action menu name
7065
7066 2005-10-27 [paul]       1.9.15cvs118
7067
7068         * src/main.c
7069                 fix compilation warning
7070
7071 2005-10-27 [paul]       1.9.15cvs117
7072
7073         * src/procmime.c
7074                 add #if HAVE_LOCALE_H
7075
7076 2005-10-27 [paul]       1.9.15cvs116
7077
7078         * src/plugins/clamav/clamav_plugin.c
7079         * src/plugins/dillo_viewer/dillo_viewer.c
7080         * src/plugins/mathml_viewer/mathml_viewer.c
7081         * src/plugins/pgpcore/plugin.c
7082         * src/plugins/pgpinline/plugin.c
7083         * src/plugins/pgpmime/plugin.c
7084         * src/plugins/spamassassin/spamassassin.c
7085         * src/plugins/trayicon/trayicon.c
7086                 plugin_init() : make error messages more
7087                 informative
7088
7089 2005-10-26 [wwp]        1.9.15cvs115
7090
7091         * src/prefs_matcher.c
7092                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7093
7094 2005-10-26 [wwp]        1.9.15cvs114
7095
7096         * src/procmime.c
7097         * src/gtk/gtksctree.c
7098         * src/plugins/spamassassin/libspamc.c
7099         * src/plugins/spamassassin/spamassassin.c
7100                 fix some compilation warnings more
7101
7102 2005-10-26 [mones]      1.9.15cvs113
7103
7104         * po/es.po
7105                 Updated translation
7106
7107 2005-10-26 [paul]       1.9.15cvs112
7108
7109         * src/prefs_message.c
7110                 give all display_xface stuff the
7111                 #if HAVE_LIBCOMPFACE treatment, thus
7112                 preventing a crash
7113                 (Thanks to Wolfgang Enderlein)
7114
7115 2005-10-26 [colin]      1.9.15cvs111
7116
7117         * src/gedit-print.c
7118                 Fix date format
7119         * src/imap_gtk.c
7120         * src/news_gtk.c
7121                 Remove context menu items that should not be there
7122         * src/jpilot.c
7123                 Fix encoding
7124         * src/main.c
7125         * src/mainwindow.c
7126                 Don't show the mainwindow too soon
7127
7128 2005-10-26 [wwp]        1.9.15cvs110
7129
7130         * src/folder.c
7131         * src/manual.c
7132         * src/summaryview.c
7133                 fix uninitialized pointers in the folder updating hook
7134                 (thanks to Colin)
7135
7136 2005-10-25 [mones]      1.9.15cvs109
7137
7138         * manual/faq.xml
7139                 General information subsection completed. 
7140                 Removed archaic references.
7141                 
7142         * manual/Makefile
7143         * manual/dtd/manual.dsl
7144                 Added customization stylesheet for getting paragraphs
7145                 fully justified in PDF output (as suggested by Colin).
7146
7147 2005-10-25 [colin]      1.9.15cvs108
7148
7149         * src/compose.c
7150                 Fix a second leak
7151
7152 2005-10-25 [colin]      1.9.15cvs107
7153
7154         * src/addrbook.c
7155         * src/addrindex.c
7156                 Fix leak (xml_get_element() allocates memory)
7157         * src/compose.c
7158                 Fix leak + dead code (shame!)
7159         * src/procmime.c
7160                 Fix leak
7161
7162 2005-10-25 [colin]      1.9.15cvs106
7163
7164         * src/mimeview.c
7165                 Fix encoding issue in Save all and in 
7166                 overwrite-confirmation alertpanel
7167
7168 2005-10-25 [colin]      1.9.15cvs105
7169
7170         * src/common/socket.c
7171                 Fix a leak - Thanks to Christopher Aillon
7172                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7173
7174 2005-10-25 [paul]       1.9.15cvs104
7175
7176         * src/wizard.c
7177                 Always guess servers from the right-hand
7178                 email part and guess username from the
7179                 left-hand part. (Thanks to Colin)
7180                 add an X-Face to the welcome message
7181
7182 2005-10-25 [paul]       1.9.15cvs103
7183
7184         * manual/handling.xml
7185                 written by Colin, edited by me
7186
7187 2005-10-25 [wwp]        1.9.15cvs102
7188
7189         * src/folderview.c
7190         * src/grouplistdialog.c
7191         * src/imap.c
7192         * src/noticeview.c
7193                 fix some compilation warnings
7194
7195 2005-10-24 [paul]
7196
7197         1.9.99-rc3 released
7198
7199 2005-10-24 [paul]       1.9.15cvs101
7200
7201         * src/gtk/about.c
7202                 fix window sizing
7203
7204 2005-10-24 [paul]       1.9.15cvs100
7205
7206         * src/pixmaps/offline.xpm
7207         * src/pixmaps/online.xpm
7208                 replace with last default versions
7209
7210 2005-10-24 [colin]      1.9.15cvs99
7211
7212         * src/imap.c
7213                 Fix bug when moving a folder
7214         * src/imap_gtk.c
7215         * src/mh_gtk.c
7216                 "Delete folder" pops up a window, so it 
7217                 should be suffixed with "..."
7218         * src/plugins/pgpcore/sgpgme.c
7219                 Include locale.h
7220
7221 2005-10-24 [mones]      1.9.15cvs98
7222
7223         * manual/Makefile
7224         * manual/account.xml
7225         * manual/ack.xml
7226         * manual/addrbook.xml
7227         * manual/advanced.xml
7228         * manual/faq.xml
7229         * manual/glossary.xml
7230         * manual/gpl.xml
7231         * manual/handling.xml
7232         * manual/intro.xml
7233         * manual/keyboard.xml
7234         * manual/manual.xml
7235         * manual/plugins.xml
7236         * manual/starting.xml
7237         * manual/dtd/sdocbook.dtd
7238                 Initial manual structure and some content.
7239
7240 2005-10-23 [wwp]        1.9.15cvs97
7241
7242         * src/gtk/about.c
7243                 fix a typo
7244
7245 2005-10-23 [wwp]        1.9.15cvs96
7246
7247         * src/gtk/about.c
7248         * src/gtk/authors.h
7249                 rework of the about window (main work by Paul), also featuring a few
7250                 fixes for typos and duplicate names
7251
7252 2005-10-23 [wwp]        1.9.15cvs95
7253
7254         * src/.cvsignore
7255                 Ignore the right binary name (sylpheed-claws now)
7256
7257 2005-10-23 [paul]       1.9.15cvs94
7258
7259         * src/compose.c
7260                 when using Folder Pref 'Default To for
7261                 replies' make the entry in the Compose
7262                 window bold
7263                 Patch by Fabien Vantard
7264
7265 2005-10-22 [colin]      1.9.15cvs93
7266
7267         * src/codeconv.c
7268                 Fix leak
7269
7270 2005-10-22 [colin]      1.9.15cvs92
7271
7272         * src/codeconv.c
7273                 try to convert using locale (apart utf8) if necessary
7274
7275 2005-10-22 [colin]      1.9.15cvs91
7276
7277         * src/pixmaps/new.xpm
7278         * src/pixmaps/unread.xpm
7279                 Make the unread envelope blue again and
7280                 saturate the new one a bit more.
7281
7282 2005-10-22 [colin]      1.9.15cvs90
7283
7284         * src/compose.c
7285                 When replying to a mail sent by one of our accounts,
7286                 use the original list of recipients. Let 'Reply All'
7287                 and 'Reply to sender' work like previously.
7288
7289 2005-10-21 [colin]      1.9.15cvs89
7290
7291         * src/prefs_filtering.c
7292                 Clear fields after add and replace
7293         * src/textview.c
7294                 Display xface differently (better)
7295         * src/plugins/pgpinline/pgpinline.c
7296                 Fix crappy encodings/recodings
7297
7298 2005-10-21 [paul]       1.9.15cvs88
7299
7300         * src/compose.c
7301         * src/prefs_folder_item.c
7302         * src/toolbar.c
7303                 fix news folder Folder Properties
7304                 (thanks to Colin)
7305         * src/folderview.c
7306                 update folderview after Themes change
7307                 keep selected folder selected
7308                 (thanks to Colin)
7309
7310 2005-10-21 [paul]       1.9.15cvs87
7311
7312         * tools/Makefile.am
7313         * tools/OOo2sylpheed.pl
7314         * tools/README
7315         * tools/README.sylprint
7316         * tools/asus_mailled.sh         ** REMOVED **
7317         * tools/filter_conv.pl
7318         * tools/freshmeat_search.pl
7319         * tools/google_search.pl
7320         * tools/gpg-sign-syl            ** REMOVED **
7321         * tools/kmail2sylpheed.pl
7322         * tools/kmail2sylpheed_v2.pl
7323         * tools/multiwebsearch.pl
7324         * tools/nautilus2sylpheed.sh
7325         * tools/newscache_clean.pl
7326         * tools/outlook2sylpheed.pl
7327         * tools/sylpheed-switcher       ** REMOVED **
7328         * tools/sylprint.pl
7329         * tools/sylprint.rc
7330         * tools/tb2sylpheed
7331         * tools/vcard2xml.py
7332         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7333                 update default config dir
7334                 update binary name (thanks to Fabien Vantard)
7335                 remove obsolete scripts
7336
7337 2005-10-21 [colin]      1.9.15cvs86
7338
7339         * src/inc.c
7340                 Fix possible leak and units. Based on a patch by
7341                 Fabien Vantard.
7342
7343 2005-10-20 [colin]      1.9.15cvs85
7344
7345         * src/textview.c
7346                 Clear xface when clearing textview
7347
7348 2005-10-20 [colin]      1.9.15cvs84
7349
7350         * configure.ac
7351         * src/folderview.c
7352         * src/headerview.c
7353         * src/main.c
7354         * src/prefs_common.c
7355         * src/prefs_common.h
7356         * src/prefs_message.c
7357         * src/textview.c
7358         * src/textview.h
7359         * src/common/defs.h
7360         * src/common/utils.c
7361         * src/common/utils.h
7362         * src/gtk/gtkutils.c
7363         * src/gtk/gtkutils.h
7364                 Migrate config to .sylpheed-claws (Automatically)
7365                 Add a way to get the Xface in the TextView
7366
7367 2005-10-20 [colin]      1.9.15cvs83
7368
7369         * src/gtk/Makefile.am
7370         * src/gtk/about.c
7371         * src/gtk/authors.h
7372                 Make the about dialog *grooovy*
7373
7374 2005-10-20 [colin]      1.9.15cvs82
7375
7376         * src/mimeview.c
7377                 Use "Open with" on double click if no command
7378                 was found
7379
7380 2005-10-20 [colin]      1.9.15cvs81
7381
7382         * src/imap.c
7383         * src/etpan/imap-thread.c
7384                 Fix possible crash.
7385
7386 2005-10-20 [paul]       1.9.15cvs80
7387
7388         * src/folder.c
7389                 don't show clipkey icon if the only
7390                 attachment is the signature
7391                 Patch by Colin
7392
7393 2005-10-20 [paul]       1.9.15cvs79
7394
7395         * AUTHORS
7396         * src/plugins/pgpmime/pgpmime.c
7397                 name the PGP/MIME signature 'signature.asc'
7398                 Patch by Andrew Nelson <freeandy@gmail.com>
7399
7400 2005-10-19 [colin]      1.9.15cvs78
7401
7402         * src/plugins/pgpmime/pgpmime.c
7403                 Oops, no need to double-check though
7404
7405 2005-10-19 [colin]      1.9.15cvs77
7406
7407         * src/plugins/pgpinline/pgpinline.c
7408         * src/plugins/pgpmime/pgpmime.c
7409                 Check that my_tmpfile() doesn't 
7410                 return NULL
7411
7412 2005-10-19 [colin]      1.9.15cvs76
7413
7414         * src/common/utils.c
7415                 Use shorter mime boundaries to avoid having
7416                 MTAs rewrapping our headers, breaking the
7417                 PGP signature in the process 
7418         * src/compose.c
7419         * src/plugins/pgpmime/pgpmime.c
7420                 Check for boundary uniqueness to be sure
7421                 it won't happen, instead of hoping for the
7422                 best
7423
7424 2005-10-19 [colin]      1.9.15cvs75
7425
7426         * sylpheed-claws.desktop
7427         * src/Makefile.am
7428         * src/main.c
7429                 Ship a sylpheed-claws binary instead
7430                 of a sylpheed one. Change the socket
7431                 name, too
7432         * src/folderview.c
7433                 Update folder only if it changed
7434         * src/wizard.c
7435                 Fix i18n in welcome mail, patch by
7436                 Fabien Vantard
7437
7438 2005-10-19 [paul]
7439
7440         1.9.99-rc2 released
7441
7442 2005-10-19 [paul]       1.9.15cvs74
7443
7444         * src/folder.c
7445         * src/folderview.c
7446                 fix summaryview update
7447                 Patch by Colin
7448
7449 2005-10-18 [colin]      1.9.15cvs73
7450
7451         * src/plugins/pgpcore/passphrase.c
7452                 Don't XGrabServer, and try a bit more to 
7453                 sync everything before grabbing mouse/keyboard
7454
7455 2005-10-18 [colin]      1.9.15cvs72
7456
7457         * src/Makefile.am
7458         * src/addressadd.c
7459         * src/addressbook.c
7460         * src/folderview.c
7461         * src/grouplistdialog.c
7462         * src/mimeview.c
7463         * src/stock_pixmap.c
7464         * src/stock_pixmap.h
7465         * src/summaryview.c
7466         * src/gtk/gtksctree.c
7467         * src/gtk/gtksctree.h
7468         * src/pixmaps/empty.xpm
7469                 Implement a wrapper call for gtk_ctree_set_node_info
7470                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7471                 pixmap instead of a NULL one. This works around some
7472                 memory problems deep inside gtk, revealed by valgrind,
7473                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7474                 as locked crashes sylpheed.), as well as, probably, 
7475                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7476
7477 2005-10-17 [colin]      1.9.15cvs71
7478
7479         * src/mimeview.c
7480                 Provide visual feedback when checking
7481                 signature
7482
7483 2005-10-17 [colin]      1.9.15cvs70
7484
7485         * src/main.c
7486                 Keep the folder list frozen while checking caches...
7487
7488 2005-10-17 [colin]      1.9.15cvs69
7489
7490         * src/addr_compl.c
7491                 Fi bug #833 (Autocompleting from addressbook 
7492                 fails with extended chars)
7493         * src/imap.c
7494                 Fix 'adding messages' staying in statusbar
7495                 after an error
7496
7497 2005-10-17 [wwp]        1.9.15cvs68
7498
7499         * src/ssl_manager.c
7500                 Fix buttons' layout resizing when window size changes
7501
7502 2005-10-17 [wwp]        1.9.15cvs67
7503
7504         * src/account.c
7505         * src/prefs_account.c
7506         * src/prefs_common.c
7507         * src/prefs_common.h
7508         * src/prefs_folder_item.c
7509         * src/prefs_gtk.c
7510         * src/gtk/logwindow.c
7511         * src/gtk/pluginwindow.c
7512         * src/gtk/prefswindow.c
7513         * src/gtk/prefswindow.h
7514                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7515
7516 2005-10-17 [paul]       1.9.15cvs66
7517
7518         * configure.ac
7519                 fix missing libetpan message
7520         * po/en_GB.po
7521                 updated
7522         * src/crash.c
7523         * src/manual.c
7524         * src/prefs_themes.c
7525         * src/common/defs.h
7526                 add some new URI defines, change some
7527                 others
7528         * src/wizard.c
7529                 make welcome message translatable
7530                 small improvements to english
7531                 other tweaks
7532         * src/gtk/menu.c
7533                 fix warnings
7534
7535 2005-10-17 [paul]       1.9.15cvs65
7536
7537         * src/summaryview.c
7538                 fix column titles
7539
7540 2005-10-16 [mones]      1.9.15cvs64
7541
7542         * po/es.po
7543                 Updated translation
7544
7545 2005-10-16 [colin]
7546
7547         1.9.99-rc1 released
7548
7549 2005-10-16 [colin]      1.9.15cvs63
7550
7551         * src/wizard.c
7552                 Fix whitespace
7553
7554 2005-10-16 [colin]      1.9.15cvs62
7555
7556         * src/toolbar.c
7557                 s/Get All/Get Mail/
7558         * src/wizard.c
7559                 Real welcome mail text, thanks Paul
7560
7561 2005-10-16 [colin]      1.9.15cvs61
7562
7563         * src/editldap.c
7564         * src/exporthtml.c
7565         * src/main.c
7566         * src/mainwindow.c
7567         * src/prefs_themes.c
7568         * src/prefs_toolbar.c
7569         * src/plugins/demo/demo.c
7570         * src/plugins/trayicon/trayicon.c
7571                 s/Sylpheed/Sylpheed-Claws/
7572
7573 2005-10-16 [colin]      1.9.15cvs60
7574
7575         * src/wizard.c
7576                 Add a welcome email in the first empty mailbox
7577         * src/prefs_common.c
7578                 Change one more default
7579
7580 2005-10-16 [colin]      1.9.15cvs59
7581
7582         * src/wizard.c
7583                 Remove printf
7584
7585 2005-10-16 [colin]      1.9.15cvs58
7586
7587         * src/toolbar.c
7588         * src/prefs_common.c
7589                 Change some defaults
7590
7591 2005-10-16 [colin]      1.9.15cvs57
7592
7593         * src/toolbar.c
7594         * src/prefs_common.c
7595                 Change some defaults
7596
7597 2005-10-16 [colin]      1.9.15cvs56
7598
7599         * src/wizard.c
7600                 By default, initialize fonts to have
7601                 the same size as normal GtkWidgets
7602
7603 2005-10-16 [colin]      1.9.15cvs55
7604
7605         * src/mimeview.c
7606                 Fix message a bit more
7607
7608 2005-10-16 [colin]      1.9.15cvs54
7609
7610         * src/addressbook.c
7611                 Second attempt at flicker fixing
7612
7613 2005-10-16 [colin]      1.9.15cvs53
7614
7615         * src/addressbook.c
7616                 Fix flicker
7617
7618 2005-10-16 [wwp]        1.9.15cvs52
7619
7620         * src/addressbook.c
7621         * src/editaddress.c
7622         * src/prefs_common.c
7623         * src/prefs_common.h
7624                 Remember window sizes (address book)
7625
7626 2005-10-16 [wwp]        1.9.15cvs51
7627
7628         * src/plugins/clamav/clamav_plugin_gtk.c
7629         * src/plugins/spamassassin/spamassassin_gtk.c
7630                 Fix compilation warnings (missing #include).
7631
7632 2005-10-16 [colin]      1.9.15cvs50
7633
7634         * src/mimeview.c
7635         * src/summaryview.c
7636         * src/textview.c
7637                 Make 'c' check signature, and forward
7638                 c, l, y, t from summaryview to mimeview
7639
7640 2005-10-16 [colin]      1.9.15cvs49
7641
7642         * src/addressbook.c
7643                 Put border around buttons
7644         * src/mainwindow.c
7645         * src/summaryview.c
7646                 Rework menus (Patch based on a patch
7647                 by Paul)
7648
7649 2005-10-15 [wwp]        1.9.15cvs48
7650
7651         * src/editjpilot.c
7652         * src/editldap.c
7653         * src/editvcard.c
7654         * src/exphtmldlg.c
7655         * src/expldifdlg.c
7656         * src/export.c
7657         * src/import.c
7658         * src/importldif.c
7659         * src/importmutt.c
7660         * src/importpine.c
7661         * src/prefs_account.c
7662         * src/prefs_spelling.c
7663         * src/gtk/gtkutils.c
7664         * src/gtk/gtkutils.h
7665         * src/plugins/clamav/clamav_plugin_gtk.c
7666         * src/plugins/spamassassin/spamassassin_gtk.c
7667                 use nicer browse-for-file/dir buttons than the "..." ones,
7668                 code factorizing more.
7669
7670 2005-10-14 [colin]      1.9.15cvs47
7671
7672         * src/mainwindow.c
7673                 set relief on the account switcher so that people see it
7674                 grey out Create processing rules when no message is selected
7675         * src/prefs_filtering.c
7676                 ask before closing if the rule has not been modified, even if
7677                 it's not valid
7678         * src/prefs_matcher.c
7679                 fix sensitivity when entering the dialog
7680         * src/gtk/inputdialog.c
7681                 display a better icon on password ask
7682         * src/plugins/pgpcore/passphrase.c
7683                 make the dialog look better
7684
7685 2005-10-14 [paul]       1.9.15cvs46
7686
7687         * src/folderview.c
7688                 indicate presense of marked msgs in
7689                 unexpanded subfolders
7690
7691 2005-10-14 [paul]       1.9.15cvs45
7692
7693         * src/prefs_actions.c
7694         * src/prefs_common.c
7695         * src/prefs_common.h
7696         * src/prefs_filtering_action.c
7697         * src/prefs_matcher.c
7698         * src/prefs_template.c
7699                 remember window sizes
7700                 fix Info button size
7701
7702         Patches by wwp
7703
7704 2005-10-13 [colin]      1.9.15cvs44
7705
7706         * src/mimeview.c
7707         * src/noticeview.c
7708         * src/noticeview.h
7709                 Add a tooltip on the icon (optional) 
7710                 Get rid of the signature buttons and only
7711                 use the icon+tooltip
7712
7713 2005-10-13 [colin]      1.9.15cvs43
7714
7715         * src/noticeview.c
7716         * src/noticeview.h
7717                 Add hand cursor for hovering over icon
7718
7719 2005-10-13 [colin]      1.9.15cvs42
7720
7721         * src/summaryview.c
7722                 Fix crash when quicksearch's hidden 
7723                 at startup
7724
7725 2005-10-13 [colin]      1.9.15cvs41
7726
7727         * src/compose.c
7728                 Set subject when forwarding multiple mails
7729                 Check that other recipient than the default Cc or Bcc
7730                 have been set before sending.
7731
7732 2005-10-13 [colin]      1.9.15cvs40
7733
7734         * src/imap.c
7735                 Batch per-folder
7736                 Introduce locking, but don't use it yet
7737
7738 2005-10-13 [colin]      1.9.15cvs39
7739
7740         * src/gtk/quicksearch.c
7741                 Reset quicksearch when hiding it
7742                 Make sticky a real pref
7743
7744 2005-10-13 [colin]      1.9.15cvs38
7745
7746         * src/summaryview.c
7747                 Faster prefs apply
7748
7749 2005-10-13 [colin]      1.9.15cvs37
7750
7751         * src/mimeview.c
7752         * src/noticeview.c
7753         * src/noticeview.h
7754         * src/plugins/pgpcore/sgpgme.c
7755                 Make privacy icon clickable
7756                 Move Trust field in Full info
7757                 When trust is less than full, don't display
7758                 a warning icon
7759
7760 2005-10-13 [colin]      1.9.15cvs36
7761
7762         * src/folder.c
7763                 Batch on flags sync
7764         * src/folderview.c
7765                 Revert speed hack which is dangerous in fact
7766                 Apply prefs faster
7767
7768 2005-10-13 [colin]      1.9.15cvs35
7769
7770         * src/folder_item_prefs.c
7771                 Fix pref corruption on folder move. Patch
7772                 by wwp
7773
7774 2005-10-13 [paul]       1.9.15cvs34
7775
7776         * src/export.c
7777         * src/import.c
7778                 fix typos in g_warnings
7779         * src/prefs_account.c
7780                 add a file selector for Signature file
7781
7782         Patches by wwp
7783
7784 2005-10-12 [colin]      1.9.15cvs33
7785
7786         * src/mimeview.c
7787                 Provide a quick way to go back from a
7788                 signature's full info to the email part
7789
7790 2005-10-12 [colin]      1.9.15cvs32
7791
7792         * src/compose.c
7793                 Remove old hack of encoding signed mails with base64.
7794                 QP works equally well.
7795
7796 2005-10-12 [colin]      1.9.15cvs31
7797
7798         * src/crash.c
7799                 Replace deprecated GtkText with GtkTextView
7800         * src/imap.c
7801                 Fix a logic bug about counts in imap_select
7802                 (previously un-triggered)
7803         * src/mainwindow.c
7804         * src/summaryview.c
7805         * src/news.c
7806                 Allow local deletion of news posts
7807         * src/mimeview.c
7808                 Show GPG noticeview on the message/rfc822 part
7809                 in addition to the text/plain one
7810         * src/prefs_image_viewer.c
7811           src/plugins/pgpcore/prefs_gpg.c
7812                 Polish (set the label as part of the checkbox)
7813         * src/wizard.c
7814                 Don't sit there doing nothing after destroying
7815                 the window - return err
7816
7817 2005-10-11 [colin]      1.9.15cvs30
7818
7819         * src/folderview.c
7820                 Apply processing rules before showing folders.
7821                 Early folder show (before flags sync) will only
7822                 be done when there are no processing rules (nor
7823                 pre- or post- ones)
7824         * src/imap.c
7825                 Fix stuff related to mail subdir, creation and 
7826                 deletion of folders 
7827         * src/imap_gtk.c
7828                 Don't allow creation of folders in NoInferior
7829                 folders, as it won't work
7830
7831 2005-10-10 [colin]      1.9.15cvs29
7832
7833         * src/compose.c
7834                 Reselect "None" Privacy system when selecting an
7835                 account with no privacy system defined
7836
7837 2005-10-10 [colin]      1.9.15cvs28
7838
7839         * src/mainwindow.c
7840                 Add Windows-1252 encoding
7841         * src/prefs_common.c
7842                 Rework some defaults:
7843                 - autosave to draft by default
7844                 - don't show header pane (it's already in the textview)
7845                 - Select first new or unread mail on entry
7846                 - Assume 'Yes' to change folder when there's no more
7847                   unread message
7848         * src/prefs_matcher.c
7849                 Fix a gtk assertion failure
7850         * src/gtk/colorlabel.c
7851                 Workaround bad repainting on selection
7852         * src/main.c
7853                 Freeze/thaw (a bit faster on ssh -X)
7854         * src/msgcache.c
7855                 Get rid of StrdupConverter that just adds an
7856                 extra strdup/free 
7857         * src/etpan/imap_thread.c
7858                 memset buf to 0
7859
7860 2005-10-10 [colin]      1.9.15cvs27
7861
7862         * src/export.c
7863         * src/import.c
7864                 Fix compile on gtk 2.4. Patch by wwp
7865
7866 2005-10-09 [colin]      1.9.15cvs26
7867
7868         * src/mainwindow.c
7869         * src/messageview.c
7870         * src/summaryview.c
7871                 Clarify forward menus. Patch by wwp
7872
7873 2005-10-09 [colin]      1.9.15cvs25
7874
7875         * src/compose.c
7876         * src/compose.h
7877                 Fix bug #829 (Non-working "Encrypt message by 
7878                 default when replying to an encrypted message")
7879
7880 2005-10-08 [colin]      1.9.15cvs24
7881
7882         * src/wizard.c
7883                 Fix bug #827 ("Welcome" setup wizard after a 
7884                 permission error gives up & forgets itself.)
7885
7886 2005-10-08 [colin]      1.9.15cvs23
7887
7888         * src/procmime.c
7889                 Fix bug #828 (Ignoring headers with spaces around = sign)
7890
7891 2005-10-08 [colin]      1.9.15cvs22
7892
7893         * src/export.c
7894                 Warning fix by wwp
7895
7896 2005-10-08 [colin]      1.9.15cvs21
7897
7898         * src/folder.c
7899         * src/folder.h
7900                 Add a processing_pending indicator, set on 
7901                 folder_item_open and cleared after 
7902                 folder_item_process_open
7903         * src/folderview.c
7904         * src/summaryview.c
7905                 wrap procmsg_msginfo_*_flags, and in the
7906                 wrapper check that there's no folder processing 
7907                 pending. If there is, defer the flags change until 
7908                 processing is done to avoid stepping over each
7909                 other's toes.
7910                 Freeze during processing, but not during scanning.
7911
7912 2005-10-07 [colin]      1.9.15cvs20
7913
7914         * src/plugins/pgpcore/passphrase.c
7915                 Fix bug #826 (X-Server hangs when 
7916                 right-clicking a PGP encrypted message)
7917
7918 2005-10-07 [paul]       1.9.15cvs19
7919
7920         * src/compose.c
7921                 fix compose_entries[]
7922                 patch by Fabien Vantard
7923
7924 2005-10-06 [colin]      1.9.15cvs18
7925
7926         * src/pixmaps/address.xpm
7927         * src/pixmaps/address_book.xpm
7928         * src/pixmaps/book.xpm
7929         * src/pixmaps/check_spelling.xpm
7930         * src/pixmaps/checkbox_off.xpm
7931         * src/pixmaps/checkbox_on.xpm
7932         * src/pixmaps/close.xpm
7933         * src/pixmaps/complete.xpm
7934         * src/pixmaps/continue.xpm
7935         * src/pixmaps/deleted.xpm
7936         * src/pixmaps/down_arrow.xpm
7937         * src/pixmaps/exec.xpm
7938         * src/pixmaps/forwarded.xpm
7939         * src/pixmaps/group.xpm
7940         * src/pixmaps/ignorethread.xpm
7941         * src/pixmaps/interface.xpm
7942         * src/pixmaps/jpilot.xpm
7943         * src/pixmaps/ldap.xpm
7944         * src/pixmaps/linewrap.xpm
7945         * src/pixmaps/linewrapcurrent.xpm
7946         * src/pixmaps/mail.xpm
7947         * src/pixmaps/mail_attach.xpm
7948         * src/pixmaps/mail_compose.xpm
7949         * src/pixmaps/mail_forward.xpm
7950         * src/pixmaps/mail_receive.xpm
7951         * src/pixmaps/mail_receive_all.xpm
7952         * src/pixmaps/mail_reply.xpm
7953         * src/pixmaps/mail_reply_to_all.xpm
7954         * src/pixmaps/mail_reply_to_author.xpm
7955         * src/pixmaps/mail_send.xpm
7956         * src/pixmaps/mail_send_queue.xpm
7957         * src/pixmaps/mime_application.xpm
7958         * src/pixmaps/mime_audio.xpm
7959         * src/pixmaps/mime_image.xpm
7960         * src/pixmaps/mime_message.xpm
7961         * src/pixmaps/mime_text_enriched.xpm
7962         * src/pixmaps/mime_text_html.xpm
7963         * src/pixmaps/mime_text_plain.xpm
7964         * src/pixmaps/mime_unknown.xpm
7965         * src/pixmaps/new.xpm
7966         * src/pixmaps/news_compose.xpm
7967         * src/pixmaps/offline.xpm
7968         * src/pixmaps/online.xpm
7969         * src/pixmaps/paste.xpm
7970         * src/pixmaps/preferences.xpm
7971         * src/pixmaps/privacy_emblem_encrypted.xpm
7972         * src/pixmaps/privacy_expired.xpm
7973         * src/pixmaps/privacy_failed.xpm
7974         * src/pixmaps/privacy_passed.xpm
7975         * src/pixmaps/privacy_signed.xpm
7976         * src/pixmaps/privacy_unknown.xpm
7977         * src/pixmaps/privacy_warn.xpm
7978         * src/pixmaps/properties.xpm
7979         * src/pixmaps/replied.xpm
7980         * src/pixmaps/search.xpm
7981         * src/pixmaps/unread.xpm
7982         * src/pixmaps/up_arrow.xpm
7983         * src/pixmaps/vcard.xpm
7984                 Modernize internal theme, with icons from the 
7985                 Gnomaws theme. Keep some of the old ones where
7986                 they were better.
7987
7988 2005-10-06 [colin]      1.9.15cvs17
7989
7990         * src/summaryview.c
7991                 Little optimisations + bugfix
7992         * src/toolbar.c
7993                 Remove default useless items - useless being defined
7994                 by the default relevant prefs
7995         * src/wizard.c
7996                 include config.h to make gettext work
7997         * src/prefs_themes.c
7998                 Fix selection of current theme in prefs
7999
8000 2005-10-06 [colin]      1.9.15cvs16
8001
8002         * src/prefs_common.c
8003         * src/prefs_common.h
8004         * src/prefs_summaries.c
8005         * src/folderview.c
8006                 Add a warning dialog on Mark all read 
8007                 (with pref to get rid of it)
8008
8009 2005-10-06 [paul]       1.9.15cvs15
8010
8011         * po/nb.po
8012         * po/pt_BR.po
8013                 updated by Geir Helland and Frederico
8014                 Goncalves Guimaraes
8015
8016 2005-10-05 [colin]      1.9.15cvs14
8017
8018         * src/folder.c
8019         * src/folder.h
8020         * src/folderview.c
8021         * src/folderview.h
8022         * src/imap_gtk.c
8023         * src/mh_gtk.c
8024         * src/mainwindow.c
8025         * src/setup.c
8026                 add a way to rescan without rebuilding
8027                 make moving a bit faster (less folders changes)
8028                 don't lock the tree on Get 
8029         * src/imap.c
8030                 Don't re-delete deleted messages before expunging
8031         * src/summaryview.c
8032                 Set batch mode when deleting mails
8033
8034 2005-10-05 [paul]       1.9.15cvs13
8035
8036         * src/mainwindow.c
8037         * src/mainwindow.h
8038                 fix disabled Execute menu item
8039         * src/toolbar.c
8040                 match the change in 1.9.15cvs10: use Compose
8041                 instead of News by default
8042
8043 2005-10-04 [colin]      1.9.15cvs12
8044
8045         * src/compose.c
8046                 When replying to an ML post with Reply-To set
8047                 to the poster's email, honor it (as before),
8048                 but also honor our user's request to reply to
8049                 the mailing list: set the ML address in the To
8050                 field and the Reply-To address in the Cc: 
8051                 field.
8052
8053 2005-10-04 [colin]      1.9.15cvs11
8054
8055         * src/plugins/trayicon/trayicon.c
8056                 Finish cosmetic change - thanks to wwp
8057
8058 2005-10-04 [colin]      1.9.15cvs10
8059
8060         * src/toolbar.c
8061                 Use Compose instead of Email by default.
8062                 Spotted by wwp.
8063
8064 2005-10-04 [colin]      1.9.15cvs9
8065
8066         * src/folder.c
8067         * src/folder.h
8068         * src/folderview.c
8069         * src/imap.c
8070         * src/etpan/imap-thread.c
8071         * src/etpan/imap-thread.h
8072                 Try to make IMAP faster, by simplifying SEARCH
8073                 commands, avoiding sending two STATUS in a row,
8074                 and deferring flags sync and processing just
8075                 after displaying the folder. 
8076                 This will update the SummaryView in certain
8077                 cases (new mails not already fetched, flags
8078                 changed from another client) but in a non-
8079                 blocking manner.
8080
8081 2005-10-04 [colin]      1.9.15cvs8
8082
8083         * src/plugins/trayicon/trayicon.c
8084                 Relabel "Offline" to "Work offline"
8085
8086 2005-10-04 [colin]      1.9.15cvs7
8087
8088         * src/export.c
8089         * src/import.c
8090         * src/mbox.c
8091                 Fix mbox import/export buglets
8092                 Patch by wwp
8093         * src/plugins/trayicon/trayicon.c
8094                 Add offline swithc
8095                 Patch by wwp
8096
8097 2005-10-04 [colin]      1.9.15cvs6
8098
8099         * src/folder.c
8100         * src/folderview.c
8101         * src/summaryview.c
8102                 Better fix (don't break mark all read) for cvs2
8103
8104 2005-10-03 [colin]      1.9.15cvs5
8105
8106         * src/folder.c
8107                 Use a sane sort by default
8108
8109 2005-10-03 [colin]      1.9.15cvs4
8110
8111         * src/inc.c
8112                 Add a 'Only once' button for overriding offline mode
8113         * src/prefs_account.c
8114         * src/wizard.c
8115                 Add Local mbox to the wizard
8116                 Add IMAP subdir to the wizard (or the wizard is useless
8117                 for such accounts, or even worse than useless)
8118                 Move IMAP subdir from Advanced to Receive tab, as it's
8119                 not that uncommon
8120
8121 2005-10-03 [colin]      1.9.15cvs3
8122
8123         * src/send_message.c
8124                 Forgot this one in cvs1
8125
8126 2005-10-03 [colin]      1.9.15cvs2
8127
8128         * src/folder.c
8129                 Faster close when leaving a folder with lots
8130                 of new mails. Idea by David Relson.
8131
8132 2005-10-03 [colin]      1.9.15cvs1
8133
8134         * src/compose.c
8135         * src/imap.c
8136         * src/inc.c
8137         * src/main.c
8138         * src/messageview.c
8139         * src/news.c
8140         * src/summaryview.c
8141         * src/gtk/sslcertwindow.c
8142         * src/plugins/trayicon/trayicon.c
8143                 Add accels to every AlertPanel. Patch by Fabien 
8144                 Vantard
8145
8146 2005-10-03 [paul]       1.9.15
8147
8148         1.9.15 released
8149
8150 2005-10-03 [paul]       1.9.14cvs68
8151
8152         * po/ca.po
8153         * po/de.po
8154         * po/es.po
8155         * po/fi.po
8156         * po/fr.po
8157         * po/sk.po
8158         * po/sr.po
8159         * po/zh_CN.po
8160                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8161                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8162                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8163
8164 2005-10-03 [paul]       1.9.14cvs67
8165
8166         * src/send_message.c
8167                 prevent hang on Cancel
8168                 patch by Colin
8169
8170 2005-10-03 [paul]       1.9.14cvs66
8171
8172         * src/main.c
8173                 fix crash in IMAP caused by discrepancy
8174                 between check_at_startup and offline mode
8175                 Patch by Colin
8176
8177 2005-10-01 [paul]       1.9.14cvs65
8178
8179         * src/inc.c
8180                 fix engrish
8181
8182 2005-10-01 [paul]       1.9.14cvs64
8183         * src/export.c
8184         * src/import.c
8185                 synchronise import_mbox() and export_mbox()
8186         * src/mbox.c
8187                 proc_mbox(): add alert if file cannot be opened
8188                 export_list_to_mbox(): test if dest file exists,
8189                 prompt user to overwrite if it does. add alert
8190                 if file cannot be created
8191                                                                 
8192         Patch by wwp
8193                                                                                                                 
8194
8195 2005-09-30 [paul]       1.9.14cvs63
8196
8197         * src/addressbook.c
8198                 Fix sensitivity of a menu
8199         * src/codeconv.c
8200                 Respect hidden pref for mails with no encoding
8201         * src/common/xml.c
8202                 Fix memory corruption
8203         * src/plugins/pgpcore/sgpgme.c
8204                 Fix segfault on incomplete sigs, and display
8205                 of S/Mime UIDs
8206
8207         Patches by Colin
8208
8209 2005-09-30 [colin]      1.9.14cvs62
8210
8211         * src/partial_download.c
8212                 Little logic fix in almost-dead code
8213         * src/pop.c
8214                 Fix partial download when there's no new mail
8215
8216 2005-09-29 [paul]       1.9.14cvs61
8217
8218         * src/plugins/pgpinline/pgpinline.c
8219                 fix bug 819, 'crash accessing sign message'
8220                 Patch by Colin
8221
8222 2005-09-28 [martin]     1.9.14cvs60
8223
8224         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8225                 fix bug #790 (Crash when restarting window manager (fluxbox))
8226
8227 2005-09-28 [paul]       1.9.14cvs59
8228
8229         * src/gtk/gtkaspell.c
8230                 fix off-by-one typo
8231
8232 2005-09-27 [colin]      1.9.14cvs58
8233
8234         * src/plugins/pgpcore/sgpgme.c
8235                 Report error when there's one, instead of
8236                 "Signature unchecked" 
8237
8238 2005-09-27 [colin]      1.9.14cvs57
8239
8240         * src/prefs_quote.c
8241                 Fix bug #816 (Weird quotation with spaces)
8242
8243 2005-09-27 [colin]      1.9.14cvs56
8244
8245         * src/codeconv.c
8246         * src/compose.c
8247         * src/compose.h
8248                 Put subject in compose's title
8249                 Fix Automatic encoding so that it's really automatic:
8250                 first try default locale's charset, then charset of the replied mail, 
8251                 then utf-8
8252                 Fix encoding of headers (must be in strict mode too)
8253
8254 2005-09-26 [colin]      1.9.14cvs55
8255
8256         * src/gtk/gtkaspell.c
8257                 Fix previous patch - don't color the space,
8258                 just uncolor it :)
8259
8260 2005-09-26 [colin]      1.9.14cvs54
8261
8262         * src/gtk/gtkaspell.c
8263                 Unmark space if possible
8264
8265 2005-09-26 [colin]      1.9.14cvs53
8266
8267         * src/imap.c
8268                 log_error instead of alertpanel according to the pref
8269         * src/etpan/imap-thread.c
8270                 Print connect status, copy only necessary size to 
8271                 logger
8272         * src/plugins/pgpmime/pgpmime.c
8273                 Handle S/Mime signatures (verification only). Patch based
8274                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8275
8276 2005-09-26 [paul]       1.9.14cvs52
8277
8278         * src/common/passcrypt.c
8279                 this 'workaround' not necessary on NetBSD.
8280                 Thanks to Daniel Gustafson
8281
8282 2005-09-26 [paul]
8283
8284         1.9.15-rc4 released
8285
8286 2005-09-26 [paul]       1.9.14cvs51
8287
8288         * src/summaryview.c
8289                 Skip currently selected message when
8290                 looking for next new or unread message
8291                 in current folder. Patch by Colin
8292         * src/common/passcrypt.c
8293                 eliminate warnings on *BSD. Patch by
8294                 Daniel Gustafson
8295
8296 2005-09-26 [colin]      1.9.14cvs50
8297
8298         * src/procmsg.c
8299                 Call postfiltering hook anyway
8300
8301 2005-09-22 [colin]      1.9.14cvs49
8302
8303         * src/codeconv.c
8304         * src/codeconv.h
8305                 Add a strict mode that doesn't replace with _
8306         * src/compose.c
8307         * src/compose.h
8308                 Use strict conversion while sending
8309                 Fix race when drafting while sending (happens
8310                 on IMAP)
8311                 Fix d'n'd of messages from summaryview
8312         * src/prefs_common.c
8313         * src/prefs_common.h
8314                 add hidden utf8_instead_of_locale_for_broken_mail 
8315                 pref for people that preferred the default charset 
8316                 to be utf8 for broken mails
8317         * src/quote_fmt_parse.y
8318                 fix bug #815 (No quote insert if "From:" fied 
8319                 contained Russian letters)
8320         * src/summaryview.c
8321                 Fix d'n'd of messages to compose
8322
8323 2005-09-22 [paul]       1.9.14cvs48
8324
8325         * src/compose.c
8326                 fix bug where attachments Name entry
8327                 would display Path instead
8328
8329 2005-09-21 [paul]       1.9.14cvs47
8330
8331         * README
8332         * README.jp
8333         * configure.ac
8334         * config/config.rpath
8335         * doc/manual/en/sylpheed-20.html
8336         * doc/manual/es/sylpheed-20.html
8337         * po/bg.po
8338         * po/ca.po
8339         * po/de.po
8340         * po/es.po
8341         * po/fr.po
8342         * po/it.po
8343         * po/pt_BR.po
8344         * po/sk.po
8345         * po/zh_TW.po
8346         * src/account.c
8347         * src/account.h
8348         * src/action.c
8349         * src/action.h
8350         * src/adbookbase.h
8351         * src/addr_compl.c
8352         * src/addr_compl.h
8353         * src/addrbook.c
8354         * src/addrbook.h
8355         * src/addrcache.c
8356         * src/addrcache.h
8357         * src/addrcindex.c
8358         * src/addrcindex.h
8359         * src/addrclip.c
8360         * src/addrclip.h
8361         * src/addrdefs.h
8362         * src/addressadd.c
8363         * src/addressadd.h
8364         * src/addressbook.c
8365         * src/addressbook.h
8366         * src/addressitem.h
8367         * src/addrgather.c
8368         * src/addrgather.h
8369         * src/addrharvest.c
8370         * src/addrharvest.h
8371         * src/addrindex.c
8372         * src/addrindex.h
8373         * src/addritem.c
8374         * src/addritem.h
8375         * src/addrquery.c
8376         * src/addrquery.h
8377         * src/addrselect.c
8378         * src/addrselect.h
8379         * src/alertpanel.c
8380         * src/alertpanel.h
8381         * src/browseldap.c
8382         * src/browseldap.h
8383         * src/codeconv.c
8384         * src/codeconv.h
8385         * src/compose.c
8386         * src/compose.h
8387         * src/crash.c
8388         * src/crash.h
8389         * src/customheader.c
8390         * src/customheader.h
8391         * src/displayheader.c
8392         * src/displayheader.h
8393         * src/editaddress.c
8394         * src/editaddress.h
8395         * src/editbook.c
8396         * src/editbook.h
8397         * src/editgroup.c
8398         * src/editgroup.h
8399         * src/editjpilot.c
8400         * src/editjpilot.h
8401         * src/editldap.c
8402         * src/editldap.h
8403         * src/editldap_basedn.c
8404         * src/editldap_basedn.h
8405         * src/editvcard.c
8406         * src/editvcard.h
8407         * src/enriched.c
8408         * src/enriched.h
8409         * src/exphtmldlg.c
8410         * src/exphtmldlg.h
8411         * src/expldifdlg.c
8412         * src/expldifdlg.h
8413         * src/export.c
8414         * src/export.h
8415         * src/exporthtml.c
8416         * src/exporthtml.h
8417         * src/exportldif.c
8418         * src/exportldif.h
8419         * src/filtering.c
8420         * src/filtering.h
8421         * src/folder.c
8422         * src/folder.h
8423         * src/folder_item_prefs.c
8424         * src/folder_item_prefs.h
8425         * src/foldersel.c
8426         * src/foldersel.h
8427         * src/folderutils.c
8428         * src/folderutils.h
8429         * src/folderview.c
8430         * src/folderview.h
8431         * src/grouplistdialog.c
8432         * src/grouplistdialog.h
8433         * src/headerview.c
8434         * src/headerview.h
8435         * src/html.c
8436         * src/html.h
8437         * src/image_viewer.c
8438         * src/image_viewer.h
8439         * src/imap.c
8440         * src/imap.h
8441         * src/imap_gtk.c
8442         * src/imap_gtk.h
8443         * src/import.c
8444         * src/import.h
8445         * src/importldif.c
8446         * src/importldif.h
8447         * src/importmutt.c
8448         * src/importmutt.h
8449         * src/importpine.c
8450         * src/importpine.h
8451         * src/inc.c
8452         * src/inc.h
8453         * src/jpilot.c
8454         * src/jpilot.h
8455         * src/ldapctrl.c
8456         * src/ldapctrl.h
8457         * src/ldaplocate.c
8458         * src/ldaplocate.h
8459         * src/ldapquery.c
8460         * src/ldapquery.h
8461         * src/ldapserver.c
8462         * src/ldapserver.h
8463         * src/ldaputil.c
8464         * src/ldaputil.h
8465         * src/ldif.c
8466         * src/ldif.h
8467         * src/localfolder.c
8468         * src/localfolder.h
8469         * src/main.c
8470         * src/main.h
8471         * src/mainwindow.c
8472         * src/mainwindow.h
8473         * src/manual.c
8474         * src/manual.h
8475         * src/matcher.c
8476         * src/matcher.h
8477         * src/matcher_parser.h
8478         * src/matcher_parser_lex.l
8479         * src/matcher_parser_parse.y
8480         * src/mbox.c
8481         * src/mbox.h
8482         * src/message_search.c
8483         * src/message_search.h
8484         * src/messageview.c
8485         * src/messageview.h
8486         * src/mh.c
8487         * src/mh.h
8488         * src/mh_gtk.c
8489         * src/mh_gtk.h
8490         * src/mimeview.c
8491         * src/mimeview.h
8492         * src/msgcache.c
8493         * src/msgcache.h
8494         * src/mutt.c
8495         * src/mutt.h
8496         * src/news.c
8497         * src/news.h
8498         * src/news_gtk.c
8499         * src/news_gtk.h
8500         * src/noticeview.c
8501         * src/noticeview.h
8502         * src/partial_download.c
8503         * src/partial_download.h
8504         * src/pine.c
8505         * src/pine.h
8506         * src/pop.c
8507         * src/pop.h
8508         * src/prefs_account.c
8509         * src/prefs_account.h
8510         * src/prefs_actions.c
8511         * src/prefs_actions.h
8512         * src/prefs_common.c
8513         * src/prefs_common.h
8514         * src/prefs_compose_writing.c
8515         * src/prefs_compose_writing.h
8516         * src/prefs_customheader.c
8517         * src/prefs_customheader.h
8518         * src/prefs_display_header.c
8519         * src/prefs_display_header.h
8520         * src/prefs_ext_prog.c
8521         * src/prefs_ext_prog.h
8522         * src/prefs_filtering.c
8523         * src/prefs_filtering.h
8524         * src/prefs_filtering_action.c
8525         * src/prefs_filtering_action.h
8526         * src/prefs_folder_column.c
8527         * src/prefs_folder_column.h
8528         * src/prefs_folder_item.c
8529         * src/prefs_folder_item.h
8530         * src/prefs_fonts.c
8531         * src/prefs_fonts.h
8532         * src/prefs_gtk.c
8533         * src/prefs_gtk.h
8534         * src/prefs_image_viewer.c
8535         * src/prefs_image_viewer.h
8536         * src/prefs_matcher.c
8537         * src/prefs_matcher.h
8538         * src/prefs_message.c
8539         * src/prefs_message.h
8540         * src/prefs_msg_colors.c
8541         * src/prefs_msg_colors.h
8542         * src/prefs_other.c
8543         * src/prefs_other.h
8544         * src/prefs_quote.c
8545         * src/prefs_quote.h
8546         * src/prefs_receive.c
8547         * src/prefs_receive.h
8548         * src/prefs_send.c
8549         * src/prefs_send.h
8550         * src/prefs_spelling.c
8551         * src/prefs_spelling.h
8552         * src/prefs_summaries.c
8553         * src/prefs_summaries.h
8554         * src/prefs_summary_column.c
8555         * src/prefs_summary_column.h
8556         * src/prefs_template.c
8557         * src/prefs_template.h
8558         * src/prefs_themes.c
8559         * src/prefs_themes.h
8560         * src/prefs_toolbar.c
8561         * src/prefs_toolbar.h
8562         * src/prefs_wrapping.c
8563         * src/prefs_wrapping.h
8564         * src/privacy.c
8565         * src/privacy.h
8566         * src/procheader.c
8567         * src/procheader.h
8568         * src/procmime.c
8569         * src/procmime.h
8570         * src/procmsg.c
8571         * src/procmsg.h
8572         * src/quote_fmt.c
8573         * src/quote_fmt_parse.y
8574         * src/recv.c
8575         * src/recv.h
8576         * src/remotefolder.c
8577         * src/remotefolder.h
8578         * src/send_message.c
8579         * src/send_message.h
8580         * src/setup.c
8581         * src/setup.h
8582         * src/simple-gettext.c
8583         * src/sourcewindow.c
8584         * src/sourcewindow.h
8585         * src/ssl_manager.c
8586         * src/ssl_manager.h
8587         * src/statusbar.c
8588         * src/statusbar.h
8589         * src/stock_pixmap.c
8590         * src/stock_pixmap.h
8591         * src/summary_search.c
8592         * src/summary_search.h
8593         * src/summaryview.c
8594         * src/summaryview.h
8595         * src/syldap.c
8596         * src/syldap.h
8597         * src/textview.c
8598         * src/textview.h
8599         * src/toolbar.c
8600         * src/toolbar.h
8601         * src/undo.c
8602         * src/undo.h
8603         * src/unmime.c
8604         * src/unmime.h
8605         * src/vcard.c
8606         * src/vcard.h
8607         * src/wizard.c
8608         * src/wizard.h
8609         * src/common/base64.c
8610         * src/common/base64.h
8611         * src/common/defs.h
8612         * src/common/hooks.c
8613         * src/common/hooks.h
8614         * src/common/log.c
8615         * src/common/log.h
8616         * src/common/md5.c
8617         * src/common/md5.h
8618         * src/common/mgutils.c
8619         * src/common/mgutils.h
8620         * src/common/nntp.c
8621         * src/common/nntp.h
8622         * src/common/passcrypt.c
8623         * src/common/passcrypt.h.in
8624         * src/common/plugin.c
8625         * src/common/plugin.h
8626         * src/common/prefs.c
8627         * src/common/prefs.h
8628         * src/common/progressindicator.c
8629         * src/common/progressindicator.h
8630         * src/common/quoted-printable.c
8631         * src/common/quoted-printable.h
8632         * src/common/session.c
8633         * src/common/session.h
8634         * src/common/smtp.c
8635         * src/common/smtp.h
8636         * src/common/socket.c
8637         * src/common/socket.h
8638         * src/common/ssl.c
8639         * src/common/ssl.h
8640         * src/common/ssl_certificate.c
8641         * src/common/ssl_certificate.h
8642         * src/common/string_match.c
8643         * src/common/string_match.h
8644         * src/common/stringtable.c
8645         * src/common/sylpheed.c
8646         * src/common/sylpheed.h
8647         * src/common/template.c
8648         * src/common/template.h
8649         * src/common/timing.h
8650         * src/common/utils.c
8651         * src/common/utils.h
8652         * src/common/uuencode.c
8653         * src/common/uuencode.h
8654         * src/common/version.h.in
8655         * src/common/xml.c
8656         * src/common/xml.h
8657         * src/common/xmlprops.c
8658         * src/common/xmlprops.h
8659         * src/gtk/about.c
8660         * src/gtk/about.h
8661         * src/gtk/colorlabel.c
8662         * src/gtk/colorlabel.h
8663         * src/gtk/colorsel.c
8664         * src/gtk/colorsel.h
8665         * src/gtk/description_window.c
8666         * src/gtk/description_window.h
8667         * src/gtk/filesel.c
8668         * src/gtk/filesel.h
8669         * src/gtk/foldersort.c
8670         * src/gtk/foldersort.h
8671         * src/gtk/gtkutils.c
8672         * src/gtk/gtkutils.h
8673         * src/gtk/inputdialog.c
8674         * src/gtk/inputdialog.h
8675         * src/gtk/logwindow.c
8676         * src/gtk/logwindow.h
8677         * src/gtk/manage_window.c
8678         * src/gtk/manage_window.h
8679         * src/gtk/menu.c
8680         * src/gtk/menu.h
8681         * src/gtk/pluginwindow.c
8682         * src/gtk/pluginwindow.h
8683         * src/gtk/prefswindow.c
8684         * src/gtk/prefswindow.h
8685         * src/gtk/progressdialog.c
8686         * src/gtk/progressdialog.h
8687         * src/gtk/quicksearch.c
8688         * src/gtk/quicksearch.h
8689         * src/gtk/sslcertwindow.c
8690         * src/gtk/sslcertwindow.h
8691         * src/plugins/clamav/clamav_plugin.c
8692         * src/plugins/clamav/clamav_plugin.h
8693         * src/plugins/clamav/clamav_plugin_gtk.c
8694         * src/plugins/demo/demo.c
8695         * src/plugins/dillo_viewer/dillo_prefs.c
8696         * src/plugins/dillo_viewer/dillo_prefs.h
8697         * src/plugins/dillo_viewer/dillo_viewer.c
8698         * src/plugins/mathml_viewer/mathml_viewer.c
8699         * src/plugins/pgpcore/passphrase.c
8700         * src/plugins/pgpcore/passphrase.h
8701         * src/plugins/pgpcore/plugin.c
8702         * src/plugins/pgpcore/prefs_gpg.c
8703         * src/plugins/pgpcore/prefs_gpg.h
8704         * src/plugins/pgpcore/select-keys.c
8705         * src/plugins/pgpcore/select-keys.h
8706         * src/plugins/pgpcore/sgpgme.c
8707         * src/plugins/pgpcore/sgpgme.h
8708         * src/plugins/pgpinline/pgpinline.c
8709         * src/plugins/pgpinline/pgpinline.h
8710         * src/plugins/pgpinline/plugin.c
8711         * src/plugins/pgpmime/pgpmime.c
8712         * src/plugins/pgpmime/pgpmime.h
8713         * src/plugins/pgpmime/plugin.c
8714         * src/plugins/spamassassin/spamassassin.c
8715         * src/plugins/spamassassin/spamassassin.h
8716         * src/plugins/spamassassin/spamassassin_gtk.c
8717         * src/plugins/trayicon/trayicon.c
8718         * tools/OOo2sylpheed.pl
8719         * tools/acroread2sylpheed.pl
8720         * tools/asus_mailled.sh
8721         * tools/filter_conv.pl
8722         * tools/freshmeat_search.pl
8723         * tools/google_search.pl
8724         * tools/kmail2sylpheed.pl
8725         * tools/kmail2sylpheed_v2.pl
8726         * tools/maildir2sylpheed.pl
8727         * tools/multiwebsearch.pl
8728         * tools/newscache_clean.pl
8729         * tools/outlook2sylpheed.pl
8730         * tools/sylpheed-switcher
8731         * tools/update-po
8732         * tools/vcard2xml.py
8733         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8734                 update FSF address
8735
8736 2005-09-21 [colin]      1.9.14cvs46
8737
8738         * src/gedit-print.c
8739         * src/procmsg.c
8740         * src/procmsg.h
8741         * src/textview.c
8742         * src/summaryview.c
8743                 Remove some printing hacks (deselection/reselection),
8744                 which by the way fix printing the currently 
8745                 displayed mime part (still only text)
8746                 Plus a little optimisation of summary_show
8747
8748
8749 2005-09-20 [colin]      1.9.14cvs45
8750
8751         * src/mainwindow.c
8752         * src/messageview.c
8753                 GUI fixups: add accels, set message
8754                 view title to displayed mail's subject
8755         * src/prefs_spelling.c
8756         * src/gtk/gtkaspell.c
8757                 GUI fixups: allow underlining misspelled
8758                 words instead of coloring them (a11y!)
8759
8760 2005-09-19 [colin]
8761
8762         1.9.15rc3 released
8763
8764 2005-09-19 [colin]      1.9.14cvs44
8765
8766         * src/compose.c
8767                 Fix draft message
8768         * src/gtk/gtkaspell.c
8769                 Fix wrong test ;-)
8770
8771 2005-09-19 [colin]      1.9.14cvs43
8772
8773         * src/addressbook.c
8774                 Fix sensitivity of Delete button
8775         * src/compose.c
8776                 Warn if the requested Privacy system
8777                 is not available
8778         * src/exphtmldlg.c
8779         * src/expldifdlg.c
8780         * src/importldif.c
8781         * src/importmutt.c
8782         * src/importpine.c
8783                 Fix crappy UI
8784         * src/
8785         * src/ssl.h
8786         * src/prefs_account.h
8787         * src/prefs_account.c
8788                 Save SSL prefs even in builds that have
8789                 SSL support disable
8790         * src/imap.c
8791         * src/inc.c
8792         * src/news.c
8793         * src/send_message.c
8794                 Warn if connection should be secure, but
8795                 SSL support isn't compiled in
8796         * src/gtkaspell.c
8797                 Fix word separation on UTF-8 systems
8798                 Fixes bug #812 (Strange inline spellchecking)
8799         * src/compose.c
8800                 Warn if the requested Privacy system
8801                 is not available
8802                 Factorize offline warning
8803         * src/imap.c
8804         * src/imap_gtk.c
8805         * src/imap_gtk.h
8806         * src/inc.h
8807         * src/news_gtk.c
8808         * src/news_gtk.h
8809         * src/messageview.c
8810                 Factorize offline warning
8811
8812 2005-09-19 [paul]
8813
8814         1.9.15-rc2 released
8815
8816 2005-09-18 [colin]      1.9.14cvs42
8817
8818         * src/codeconv.c
8819         * src/codeconv.h
8820         * src/procmime.c
8821                 Add a way to get locale's charset ignoring utf-8,
8822                 and use that as default encoding for broken mails
8823
8824 2005-09-18 [colin]      1.9.14cvs41
8825
8826         * src/gtk/logwindow.c
8827                 Translate string. Patch by Fabien Vantard
8828
8829 2005-09-18 [colin]      1.9.14cvs40
8830
8831         * configure.ac
8832                 Fix bug #803 (IMAP/SSL support breaks with 
8833                 GnuTLS libetpan 0.38)
8834
8835 2005-09-18 [colin]      1.9.14cvs39
8836
8837         * src/codeconv.c
8838         * src/compose.c
8839         * src/procmime.c
8840                 More charsets fixes. Fixes bug #806 (non
8841                 ascii characters in subject line)
8842
8843 2005-09-17 [paul]       1.9.14cvs38
8844
8845         * src/folderview.c
8846         * src/mainwindow.c
8847                 fix gcc-2.95 issues
8848                 Patch by Pawel Pekala
8849
8850 2005-09-17 [colin]      1.9.14cvs37
8851
8852         * src/addrindex.c
8853                 bugfix for NO-USE LDAP compilation, patch 
8854                 by Fabien Vantard
8855
8856 2005-09-17 [colin]      1.9.14cvs36
8857
8858         * src/prefs_actions.c
8859         * src/prefs_customheader.c
8860         * src/prefs_display_header.c
8861         * src/prefs_filtering_action.c
8862         * src/prefs_matcher.c
8863         * src/prefs_toolbar.c
8864                 Fix strange casts (less elegant but
8865                 works better)
8866
8867 2005-09-16 [colin]      1.9.14cvs35
8868
8869         * src/jpilot.c
8870                 Missed that one
8871
8872 2005-09-16 [colin]      1.9.14cvs34
8873
8874         * configure.ac
8875         * src/Makefile.am
8876         * src/addr_compl.c
8877         * src/addrindex.c
8878         * src/browseldap.c
8879         * src/editldap.c
8880         * src/ldaplocate.c
8881         * src/ldapquery.c
8882         * src/ldapquery.h
8883         * src/ldapserver.c
8884         * src/ldapserver.h
8885         * src/main.c
8886         * src/matcher_parser_parse.y
8887         * src/prefs_themes.c
8888         * src/etpan/Makefile.am
8889         * src/gtk/description_window.c
8890         * src/plugins/clamav/Makefile.am
8891         * src/plugins/clamav/clamav_plugin.c
8892         * src/plugins/dillo_viewer/Makefile.am
8893         * src/plugins/pgpcore/Makefile.am
8894         * src/plugins/pgpinline/Makefile.am
8895         * src/plugins/pgpmime/Makefile.am
8896         * src/plugins/trayicon/Makefile.am
8897                 Fix 100% cpu usage in address completion list
8898                 Fix little bugs (return with no values etc)
8899                 Fix all warnings (with common CFLAGS)
8900
8901 2005-09-15 [colin]      1.9.14cvs33
8902
8903         * src/addressbook.c
8904                 Fix bug where sometimes a group's email list is empty,
8905                 force its refresh (probably fixes "Re: how to create a 
8906                 distribution list")
8907         * src/ldapquery.c
8908                 Don't return to the callback in the main thread from the
8909                 fetch thread (or face segs!)
8910
8911 2005-09-15 [paul]       1.9.14cvs32
8912
8913         * src/prefs_matcher.c
8914                 forgotten in last commit
8915
8916 2005-09-15 [paul]       1.9.14cvs31
8917
8918         * src/prefs_actions.c
8919         * src/prefs_filtering_action.c
8920         * src/prefs_quote.c
8921         * src/quote_fmt.c
8922         * src/summaryview.c
8923         * src/gtk/description_window.c
8924         * src/gtk/description_window.h
8925         * src/gtk/quicksearch.c
8926                 allow interaction with the called
8927                 description window
8928                 Patch by Anders Hammar
8929
8930 2005-09-14 [paul]       1.9.14cvs30
8931
8932         * src/compose.c
8933                 fix a little annoyance when pasting with 3rd button 
8934                 with wrap_pastes=0 and wrap_input=1
8935                 Patch by Colin
8936
8937 2005-09-14 [paul]       1.9.14cvs29
8938
8939         * src/prefs_account.c
8940                 disable 'Filter messages on receiving' for
8941                 SMTP-only accounts
8942                 Patch  by Anders Hammar
8943
8944 2005-09-14 [paul]       1.9.14cvs28
8945
8946         * po/sk.po
8947                 fix crash
8948                 updated by Andrej Kacian
8949
8950 2005-09-14 [paul]
8951
8952         1.9.15-rc1 released
8953
8954 2005-09-14 [paul]       1.9.14cvs27
8955
8956         * po/es.po
8957                 updated by Ricardo Mones Lastra
8958         * src/compose.c
8959         * src/compose.h
8960                 associate no_wrap_tags to Compose windows
8961                 instead of using a static one
8962                 Patch by Colin
8963         * src/mbox.c
8964                 fix proc_mbox()
8965                 Patch by wwp
8966         * src/textview.c
8967                 remove unneeded printf()
8968
8969 2005-09-14 [paul]       1.9.14cvs26
8970
8971         * src/addrcache.c
8972         * src/codeconv.h
8973         * src/folder.h
8974         * src/mainwindow.h
8975         * src/mh.c
8976         * src/mimeview.h
8977         * src/partial_download.c
8978         * src/pop.c
8979         * src/prefs_account.c
8980         * src/prefs_account.h
8981         * src/prefs_actions.c
8982         * src/prefs_customheader.c
8983         * src/prefs_display_header.c
8984         * src/prefs_filtering_action.c
8985         * src/prefs_matcher.c
8986         * src/prefs_toolbar.c
8987         * src/privacy.h
8988         * src/procmime.c
8989         * src/procmime.h
8990         * src/procmsg.h
8991         * src/textview.c
8992         * src/undo.h
8993         * src/common/plugin.c
8994         * src/common/session.h
8995         * src/common/socket.c
8996         * src/common/socket.h
8997         * src/common/template.c
8998         * src/gtk/gtkaspell.c
8999         * src/gtk/quicksearch.h
9000         * src/plugins/pgpcore/passphrase.c
9001         * src/plugins/pgpcore/prefs_gpg.h
9002         * src/plugins/pgpcore/select-keys.c
9003         * src/plugins/pgpcore/select-keys.h
9004         * src/plugins/pgpcore/sgpgme.c
9005         * src/plugins/pgpinline/pgpinline.c
9006         * src/plugins/pgpmime/pgpmime.c
9007         * src/plugins/trayicon/trayicon.c
9008                 fix compilation warnings
9009                 Patch by Daniel Gustafson
9010
9011 2005-09-14 [paul]       1.9.14cvs25
9012
9013         * src/addressbook.c
9014                 add missing column header, and other small
9015                 bug fixes
9016                 Patch by Anders Hammar
9017
9018 2005-09-13 [colin]      1.9.14cvs24
9019
9020         * src/gtk/gtkaspell.c
9021                 Fix non-utf8 in menu
9022                 Fix little leaks
9023                 Nullify struct members after free()s
9024
9025 2005-09-13 [colin]      1.9.14cvs23
9026
9027         * src/compose.c
9028                 Test utf8 compliance before inserting to 
9029                 buffer, and try to convert if necessary
9030         * src/procmime.c
9031                 If no charset is present, use the locale 
9032                 one instead of us-ascii
9033         * src/procmsg.c
9034                 Add Sender, List-Post and To in the checked 
9035                 headers for automatic rules creation 
9036                 (thanks to wwp)
9037         * src/prefs_themes.c
9038         * src/gtk/gtkaspell.c
9039                 Remove deprecated functions. 
9040                 patch by Daniel Gustafson
9041
9042 2005-09-12 [colin]      1.9.14cvs22
9043
9044         * src/compose.c
9045                 Fix bug #448 (Scrolling/Redraw issue with 
9046                 address-fields in Header)
9047         * src/mainwindow.c
9048         * src/summaryview.c
9049         * src/summaryview.h
9050                 Fix loss of MSG_MARKED on move/copy
9051                 Fix bug #804 (Quicksearch togglebutton doesn't 
9052                 get depressed after '/' key is pressed)
9053
9054 2005-09-12 [paul]       1.9.14cvs21
9055
9056         * AUTHORS
9057         * src/gtk/logwindow.c
9058                 add 'Clear Log' to popup menu
9059                 Patch by Anders Hammar <anders.hammar@telia.com>
9060
9061 2005-09-12 [paul]       1.9.14cvs20
9062
9063         * src/compose.c
9064                 set correct sensitivity on attachments
9065                 popup menu
9066         * src/folder.c
9067                 fix typo
9068         * src/prefs_spelling.c
9069                 fix crash when no LANG env is set
9070         * src/common/xml.c
9071                 fix crash in wizard
9072                 don't use memeory after free
9073
9074         All patches by Daniel Gustafson
9075
9076 2005-09-12 [paul]       1.9.14cvs19
9077
9078         * src/prefs_themes.c
9079                 make theme info selectable
9080         * src/gtk/description_window.c
9081                 make window non-modal
9082         * tools/README
9083                 add details of asus_mailed.sh
9084         * tools/claws.i18n.status.pl
9085                 update for new zh_TW translator
9086                 widen the output
9087                 create alternate coloured lines
9088                 improve readability
9089
9090 2005-09-10 [colin]      1.9.14cvs18
9091
9092         * src/plugins/pgpcore/select-keys.c
9093                 Better order for the buttons
9094
9095 2005-09-10 [colin]      1.9.14cvs17
9096
9097         * src/compose.c
9098         * src/plugins/pgpcore/select-keys.c
9099         * src/plugins/pgpcore/select-keys.h
9100         * src/plugins/pgpcore/sgpgme.c
9101                 Add a "Don't encrypt" button to the key
9102                 selection dialog. Fixes bug #177 (There should be a 
9103                 'Don't encrypt button in the Select Keys dialog)
9104
9105 2005-09-10 [colin]      1.9.14cvs16
9106
9107         * src/compose.c
9108                 Fix bug #572 (%X option does not work with templates)
9109
9110 2005-09-10 [colin]      1.9.14cvs15
9111
9112         * src/toolbar.c 
9113                 Remove g_print
9114
9115 2005-09-10 [colin]      1.9.14cvs14
9116
9117         * src/imap.c
9118                 Fix a possible crash
9119
9120 2005-09-09 [colin]      1.9.14cvs13
9121
9122         * src/imap.c
9123         * src/etpan/imap-thread.c
9124         * src/etpan/imap-thread.h
9125                 Fix moving from queue or drafts to normal folders
9126                 Fix bug #794 (No way to delete without expunging)
9127                 Take flags unset by other mailers into account
9128                 Take deleted flag set by other mailers into account
9129                 Fix unsetting REPLIED flag
9130                 Fix crash when capabilities can't be retrieved
9131         * src/mainwindow.c
9132         * src/mainwindow.h
9133                 Add M_DELAYED_FLAGS condition, and let the user use
9134                 Execute in order to be able to expunge deleted mails,
9135                 even if he's not in delayed execute mode
9136         * src/prefs_spelling.c
9137                 Use 'en' dictionary by default if LANG is POSIX or C
9138         * src/gtk/prefswindow.c
9139                 Fix bug #767 (Preferences windows expanding) by making
9140                 the window a bit larger when the resolution is greater
9141                 than 640x480, and by putting the prefs in a
9142                 GtkScrolledWindow.
9143
9144 2005-09-09 [paul]       1.9.14cvs12
9145
9146         * AUTHORS
9147         * configure.ac
9148         * po/zh_TW.Big5.po      ** REMOVED **
9149         * po/zh_TW.po           ** ADDED **
9150                 updated by Wei-Lun Chao
9151
9152 2005-09-09 [paul]       1.9.14cvs11
9153
9154         * src/mainwindow.c
9155                 fix asserts
9156         * src/common/xml.c
9157                 delay memory allocation until file is
9158                 opened successfully
9159                 Patch by Daniel Gustafson
9160
9161 2005-09-09 [colin]      1.9.14cvs10
9162
9163         * src/imap.c
9164                 Add guards
9165
9166 2005-09-08 [colin]      1.9.14cvs9
9167
9168         * src/compose.c
9169                 Alert when we can't save draft
9170                 Fix various wrap/color issues
9171                 Add mid-click pasting respecting wrap_paste option
9172         * src/folder.c
9173         * src/folder.h
9174         * src/folder_item_prefs.c
9175         * src/folder_item_prefs.h
9176         * src/imap.c
9177         * src/imap_gtk.c
9178         * src/imap_gtk.h
9179         * src/main.c
9180         * src/mainwindow.c
9181         * src/mainwindow.h
9182         * src/news.c
9183         * src/news_gtk.c
9184         * src/news_gtk.h
9185         * src/prefs_folder_item.c
9186                 Fix the impossibility to synchronise folders for
9187                 offline use (IMAP and NNTP are concerned)
9188
9189 2005-09-08 [colin]      1.9.14cvs8
9190
9191         * configure.ac
9192                 Build LDAP and JPilot by default if available
9193         * src/textview.c
9194                 Fix use after free
9195
9196 2005-09-08 [paul]       1.9.14cvs7
9197
9198         * doc/manual/en/sylpheed-1.html
9199         * doc/manual/en/sylpheed-18.html
9200         * doc/manual/en/sylpheed-19.html
9201         * doc/manual/en/sylpheed-4.html
9202         * doc/manual/en/sylpheed-6.html
9203         * doc/manual/en/sylpheed.html
9204                 a few minor updates, plus include some
9205                 details about plugins and their requirements
9206         * src/mainwindow.c
9207                 minor changes to English in /View/Sort
9208
9209 2005-09-07 [colin]      1.9.14cvs6
9210
9211         * doc/manual/en/sylpheed-1.html
9212         * doc/manual/en/sylpheed-10.html
9213         * doc/manual/en/sylpheed-11.html
9214         * doc/manual/en/sylpheed-12.html
9215         * doc/manual/en/sylpheed-13.html
9216         * doc/manual/en/sylpheed-14.html
9217         * doc/manual/en/sylpheed-15.html
9218         * doc/manual/en/sylpheed-16.html
9219         * doc/manual/en/sylpheed-17.html
9220         * doc/manual/en/sylpheed-18.html
9221         * doc/manual/en/sylpheed-19.html
9222         * doc/manual/en/sylpheed-2.html
9223         * doc/manual/en/sylpheed-20.html
9224         * doc/manual/en/sylpheed-21.html
9225         * doc/manual/en/sylpheed-22.html
9226         * doc/manual/en/sylpheed-3.html
9227         * doc/manual/en/sylpheed-4.html
9228         * doc/manual/en/sylpheed-5.html
9229         * doc/manual/en/sylpheed-6.html
9230         * doc/manual/en/sylpheed-7.html
9231         * doc/manual/en/sylpheed-8.html
9232         * doc/manual/en/sylpheed-9.html
9233         * doc/manual/en/sylpheed.html
9234                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9235
9236 2005-09-07 [colin]      1.9.14cvs5
9237
9238         * src/mainwindow.c
9239                 Make labels more to-the-point
9240
9241 2005-09-07 [colin]      1.9.14cvs4
9242
9243         * doc/manual/en/sylpheed-1.html
9244         * doc/manual/en/sylpheed-12.html
9245         * doc/manual/en/sylpheed-13.html
9246         * doc/manual/en/sylpheed-14.html
9247         * doc/manual/en/sylpheed-15.html
9248         * doc/manual/en/sylpheed-16.html
9249         * doc/manual/en/sylpheed-17.html
9250         * doc/manual/en/sylpheed-18.html
9251         * doc/manual/en/sylpheed-19.html
9252         * doc/manual/en/sylpheed-2.html
9253         * doc/manual/en/sylpheed-20.html
9254         * doc/manual/en/sylpheed-21.html
9255         * doc/manual/en/sylpheed-22.html
9256         * doc/manual/en/sylpheed-4.html
9257         * doc/manual/en/sylpheed-5.html
9258         * doc/manual/en/sylpheed-6.html
9259         * doc/manual/en/sylpheed-7.html
9260         * doc/manual/en/sylpheed-8.html
9261         * doc/manual/en/sylpheed-9.html
9262         * doc/manual/en/sylpheed.html
9263                 Update manual
9264
9265 2005-09-07 [colin]      1.9.14cvs3
9266
9267         * doc/faq/en/sylpheed-faq-1.html
9268         * doc/faq/en/sylpheed-faq-2.html
9269         * doc/faq/en/sylpheed-faq-3.html
9270         * doc/faq/en/sylpheed-faq.html
9271                 Update FAQ
9272
9273 2005-09-07 [colin]      1.9.14cvs2
9274
9275         * src/folderview.c
9276         * src/procmsg.c
9277         * src/summaryview.c
9278         * src/toolbar.c
9279                 Fix special subfolders:
9280                 - Inherit parent's icon
9281                 - sent contents of queues subfolders
9282                 - empty subfolders of trashes
9283         * src/mainwindow.c
9284                 Remove outdated manual and faq entries
9285         * src/common/utils.c
9286                 Add quotes around %s coming from mailcap
9287
9288 2005-09-07 [colin]      1.9.14cvs1
9289
9290         * src/compose.c
9291                 After saving draft, set modified to FALSE
9292         * src/mimeview.c
9293         * src/common/utils.c
9294         * src/common/utils.h
9295                 Try to open mime parts using what is 
9296                 indicated in ~/.mailcap or /etc/mailcap,
9297                 if possible.
9298
9299 2005-09-05 [paul]       1.9.14
9300
9301         1.9.14 released
9302
9303         * po/sk.po
9304                 updated by Andrej Kacian
9305
9306 2005-09-05 [paul]       1.9.13cvs83
9307
9308         * po/de.po
9309         * po/es.po
9310         * po/fi.po
9311         * po/fr.po
9312         * po/nb.po
9313         * po/pt_BR.po
9314         * po/sr.po
9315                 updated translations by Thomas Gilgin, Ricardo Mones
9316                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9317                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9318
9319 2005-09-04 [paul]       1.9.13cvs82
9320
9321         * src/compose.c
9322                 only warn about exceeded line length limit
9323                 on send
9324
9325 2005-09-04 [paul]       1.9.13cvs81
9326
9327         * src/compose.c
9328                 fix crash in 'line length exceeded' dialogue
9329
9330 2005-09-02 [paul]       1.9.13cvs80
9331
9332         * src/imap.c
9333                 fix bug 795, 'Connection lost IMAP'
9334                 and add statusbar prints
9335                 Patch by Colin
9336
9337 2005-09-02 [paul]       1.9.13cvs79
9338
9339         * src/compose.c
9340                 compose_wrap_paragraph() becomes
9341                 compose_beautify_paragraph()
9342                 Patch by Colin
9343
9344 2005-09-02 [colin]      1.9.13cvs78
9345
9346         * src/folderview.c
9347                 Micro-fix
9348
9349 2005-09-01 [colin]      1.9.13cvs77
9350
9351         * src/imap.c
9352                 Maybe fix bug #795 (Connection lost IMAP)
9353                 Don't try to send logout when we're disconnected.
9354         * src/summaryview.c
9355                 Include locked and marked emails in HRM
9356                 view. Fixes bug #800 (Locked messages no longer 
9357                 show up when hide read messages is used)
9358
9359 2005-09-01 [paul]       1.9.13cvs76
9360
9361         * src/prefs_common.c
9362                 fix bad cutting
9363
9364 2005-08-31 [colin]      1.9.13cvs75
9365
9366         * src/folderview.c
9367         * src/folderview.h
9368         * src/prefs_summaries.c
9369         * src/summaryview.c
9370                 Fix "go to next new", fix preference
9371                 (Open unread/next swapped)
9372
9373 2005-08-31 [paul]       1.9.13cvs74
9374
9375         * src/compose.c
9376         * src/folderview.c
9377         * src/headerview.c
9378         * src/headerview.h
9379         * src/mainwindow.c
9380         * src/prefs_common.c
9381         * src/prefs_common.h
9382         * src/prefs_fonts.c
9383         * src/summaryview.c
9384         * src/textview.c
9385         * src/common/defs.h
9386                 remove obsolete BOLD_FONT setting
9387                 fix font update in headerview and textview
9388                 headers after prefs change
9389                 Patch By Colin
9390
9391 2005-08-31 [paul]
9392
9393         1.9.14-rc4 released
9394
9395 2005-08-30 [colin]      1.9.13cvs73
9396
9397         * src/summaryview.c
9398                 When Hide read messages is selected and we
9399                 refresh the summaryview, don't remove the 
9400                 currently displayed message. Fixes bug #797
9401                 (Summary view reloads when new mail is 
9402                 downloaded in 1.9.14 rc)
9403
9404 2005-08-30 [colin]      1.9.13cvs72
9405
9406         * src/folderview.c
9407                 Fix flickering
9408         * src/mainwindow.c
9409                 Remove useless callback
9410         * src/mimeview.c
9411         * src/gtk/filesel.c
9412         * src/gtk/filesel.h
9413                 Add a filesel_select_file_save_folder() - used by Save All
9414
9415 2005-08-29 [paul]       1.9.13cvs71
9416
9417         * AUTHORS
9418         * src/matcher_parser_parse.y
9419         * src/etpan/imap-thread.c
9420                 fix building on FreeBSD
9421                 Patch by Daniel Gustafson <daniel@hobbit.se>
9422
9423 2005-08-29 [paul]       1.9.13cvs70
9424
9425         * src/plugins/pgpinline/pgpinline.c
9426                 only initialise sig result if it's been handled
9427                 Patch by Colin
9428
9429 2005-08-29 [paul]       1.9.13cvs69
9430         
9431         Patches by Colin:
9432
9433         * src/imap.c
9434         * src/common.utils.c
9435         * src/common/utils.h
9436                 optimisation
9437         * src/stock_pixmap.h
9438                 fix wrong icon reference
9439         * src/pixmaps/trash_btn.xpm
9440                 replace with nicer image
9441
9442 2005-08-28 [colin]      1.9.13cvs68
9443
9444         * src/Makefile.am
9445         * src/stock_pixmap.c
9446         * src/stock_pixmap.h
9447         * src/toolbar.c
9448         * src/pixmaps/trash_btn.xpm
9449                 Add a specific trash xpm for the button
9450
9451 2005-08-28 [colin]      1.9.13cvs67
9452
9453         * src/imap.c
9454                 Fix leak
9455
9456 2005-08-27 [colin]      1.9.13cvs66
9457
9458         * src/imap.c
9459         * src/procmime.c
9460                 Correctly fix "Problem with replies", fixes
9461                 pgpmime encryption too. 
9462
9463 2005-08-27 [colin]      1.9.13cvs65
9464
9465         * src/folder.c
9466         * src/procmsg.c
9467         * src/procmsg.h
9468         * src/summaryview.c
9469                 Fix bug #517 (messages removed from summaryview 
9470                 when moving fails)
9471
9472 2005-08-27 [colin]      1.9.13cvs64
9473
9474         * tools/Makefile.am
9475         * tools/asus_mailled.sh
9476                 Add a script to blink ASUS laptops' mail LED where there
9477                 is unread mail.
9478
9479 2005-08-27 [colin]      1.9.13cvs63
9480
9481         * src/imap.c
9482         * src/etpan/imap-thread.c
9483         * src/etpan/imap-thread.h
9484                 Implement automatic choosing of login method
9485                 Fixes bug #791
9486         * src/gtk/.cvsignore
9487                 Add sylpheed-marshal.[ch]
9488
9489 2005-08-27 [colin]      1.9.13cvs62
9490
9491         * src/common/utils.c
9492                 Fix confusing perror
9493
9494 2005-08-27 [colin]      1.9.13cvs61
9495
9496         * src/toolbar.c
9497         * src/toolbar.h
9498                 Remove A_DELETE, replace it with 
9499                 A_TRASH and A_DELETE_REAL. Automatically
9500                 rewrite config files to replace A_DELETE
9501                 with A_TRASH (no functionality change).
9502                 Fixes half of #794
9503
9504 2005-08-26 [colin]      1.9.13cvs60
9505
9506         * src/procmime.c
9507                 Previous "Problem with replies" fix brought other
9508                 problems, fixing them
9509
9510 2005-08-26 [colin]      1.9.13cvs59
9511
9512         * src/procmime.c
9513                 Fix "Problem with replies". This happened only
9514                 on IMAP...
9515         * src/procmsg.c
9516                 Factorize code a bit
9517         * src/compose.c
9518                 Speed improvement on very long messages (wrapping)
9519                 Fix signature color on Reedit and Redirect
9520                 On Reedit, don't attach pgp-signatures parts, but
9521                 set signing to On.
9522
9523 2005-08-24 [paul]       1.9.13cvs58
9524
9525         * src/compose.c
9526                 don't claim success when clicking
9527                 Cancel on the passphrase box.
9528                 Patch by Colin
9529
9530 2005-08-24 [paul]       1.9.13cvs57
9531
9532         * src/main.c
9533                 fix misplaced sylpheed.log
9534         * src/common/defs.h
9535                 define UIDL_DIR
9536
9537 2005-08-24 [paul]       1.9.13cvs56
9538
9539         * src/imap.c
9540         * src/etpan/imap-thread.c
9541         * src/etpan/imap-thread.h
9542                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9543                 Patch by Colin
9544         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9545         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9546                 remove autogenerated files
9547         * tools/kdeservicemenu/README
9548         * tools/kdeservicemenu/install.sh
9549         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9550         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9551                 use Claws icon, use 'Sylpheed-Claws' in menu,
9552                 use kdialog, and other cleanups
9553
9554 2005-08-23 [paul]       1.9.13cvs55
9555
9556         * src/compose.c
9557                 fix paste/wrap crash
9558                 Patch by Colin
9559
9560 2005-08-23 [paul]       1.9.13cvs54
9561
9562         * src/main.c
9563                 fix crash recovery
9564                 Patch by Colin
9565
9566 2005-08-23 [paul]       1.9.13cvs53
9567
9568         * src/addressbook.c
9569         * src/editaddress.c
9570                 view all data of LDAP contacts
9571                 Patch by Colin
9572
9573 2005-08-23 [paul]       1.9.13cvs52
9574
9575         * src/addressbook.c
9576                 fix issues with the Search field
9577                 Patch by Colin
9578
9579 2005-08-22 [paul]       1.9.13cvs51
9580
9581         * src/folderview.c
9582                 put name of folder in processing dialog
9583                 title
9584         * src/prefs_folder_item.c
9585                 improve english usage
9586
9587 2005-08-22 [paul]       1.9.13cvs50
9588
9589         * src/filtering.c
9590         * src/filtering.h
9591         * src/matcher.c
9592         * src/matcher_parser_lex.l
9593         * src/matcher_parser_parse.y
9594         * src/prefs_filtering.c
9595                 add Filtering/Processing rule names feature.
9596                 (the incompatible old matcherrc is saved as
9597                 matcherrc.pre_names).
9598                 Patch by Colin
9599
9600 2005-08-22 [paul]       1.9.13cvs49
9601
9602         * src/procmsg.c
9603                 fix colour labelling
9604                 Patch by Colin
9605
9606 2005-08-22 [paul]       1.9.13cvs48
9607
9608         * src/textview.c
9609                 fix open_image_cb()
9610
9611 2005-08-22 [paul]       1.9.13cvs47
9612
9613         * src/imap.c
9614                 fix bug 789, 'SC crashes with imap (CVS ver)'
9615                 Patch by Colin
9616
9617 2005-08-22 [paul]       1.9.13cvs46
9618
9619         * src/mimeview.c
9620         * src/prefs_common.c
9621         * src/common/defs.h
9622                 define reused defaults in defs.h
9623         * src/textview.c
9624                 add 'Open image' to image popup menu
9625
9626 2005-08-21 [colin]      1.9.13cvs45
9627
9628         * src/summaryview.c
9629                 Fix bug #788 (Bogus "From" address displayed)
9630
9631 2005-08-20 [colin]      1.9.13cvs44
9632
9633         * src/folder.c
9634                 Fix buf #787 (multilevel delete causes SIGSEGV)
9635
9636 2005-08-19 [colin]      1.9.13cvs43
9637
9638         * src/inc.c
9639         * src/prefs_common.c
9640         * src/prefs_common.h
9641                 Add an hidden pref to allow modifying the
9642                 update stepping in incorporation.
9643                 Patch by wwp.
9644
9645 2005-08-19 [colin]      1.9.13cvs42
9646
9647         * src/compose.c
9648         * src/procmime.c
9649                 Workaround for broken MUAs: encode 
9650                 Content-type: name: as ASCII and 
9651                 Content-Disposition: filename: as
9652                 per rfc2231
9653         * src/prefs_account.c
9654                 Fix invisible-ness of SMTP SSL prefs
9655                 in NNTP accounts
9656
9657 2005-08-19 [paul]       1.9.13cvs41
9658
9659         * src/compose.c
9660         * src/prefs_common.c
9661         * src/prefs_common.h
9662         * src/prefs_wrapping.c
9663                 paste with or without wrapping.
9664                 patch by Colin
9665
9666 2005-08-19 [paul]       1.9.13cvs40
9667
9668         * src/prefs_common.c
9669         * src/prefs_common.h
9670         * src/summaryview.c
9671                 reintroduce enable_swap_from as a
9672                 hidden pref. patch by Colin
9673         * src/quote_fmt_parse.y
9674         * src/plugins/clamav/clamav_plugin.c
9675         * src/plugins/dillo_viewer/dillo_viewer.c
9676         * src/plugins/mathml_viewer/mathml_viewer.c
9677         * src/plugins/pgpcore/sgpgme.c
9678         * src/plugins/pgpinline/pgpinline.c
9679         * src/plugins/pgpmime/pgpmime.c
9680                 tidy up. patch by Colin
9681
9682 2005-08-19 [paul]       1.9.13cvs39
9683
9684         * configure.ac
9685                 complete cvs38's sync
9686         * src/editaddress.c
9687         * src/gedit-print.c
9688         * src/mutt.c
9689         * src/etpan/etpan-log.c
9690         * src/etpan/imap-thread.c
9691         * src/gtk/gtksourceprintjob.c
9692                 fix compilation warnings
9693                 (patch by Colin)
9694
9695 2005-08-19 [paul]       1.9.13cvs38
9696
9697         sync with main:
9698
9699         * src/account.c
9700         * src/action.c
9701         * src/addrbook.c
9702         * src/addrcache.c
9703         * src/addrharvest.c
9704         * src/addrindex.c
9705         * src/codeconv.c
9706         * src/compose.c
9707         * src/crash.c
9708         * src/exporthtml.c
9709         * src/exportldif.c
9710         * src/folder.c
9711         * src/image_viewer.c
9712         * src/inc.c
9713         * src/inc.h
9714         * src/jpilot.c
9715         * src/ldif.c
9716         * src/main.c
9717         * src/matcher.c
9718         * src/mbox.c
9719         * src/messageview.c
9720         * src/mh.c
9721         * src/mimeview.c
9722         * src/msgcache.c
9723         * src/mutt.c
9724         * src/news.c
9725         * src/partial_download.c
9726         * src/pine.c
9727         * src/pop.c
9728         * src/prefs_actions.c
9729         * src/prefs_common.c
9730         * src/prefs_customheader.c
9731         * src/prefs_display_header.c
9732         * src/prefs_gtk.c
9733         * src/prefs_themes.c
9734         * src/procheader.c
9735         * src/procmime.c
9736         * src/procmsg.c
9737         * src/recv.c
9738         * src/send_message.c
9739         * src/simple-gettext.c
9740         * src/sourcewindow.c
9741         * src/textview.c
9742         * src/vcard.c
9743         * src/common/defs.h
9744         * src/common/log.c
9745         * src/common/plugin.c
9746         * src/common/prefs.c
9747         * src/common/session.c
9748         * src/common/session.h
9749         * src/common/socket.c
9750         * src/common/socket.h
9751         * src/common/ssl_certificate.c
9752         * src/common/template.c
9753         * src/common/utils.c
9754         * src/common/utils.h
9755         * src/common/xml.c
9756         * src/gtk/about.c
9757         added wrappers for C library function that
9758                 take pathname arguments.
9759                 enabled compilation with MinGW.
9760                 use GDir instead of directly using opendir().
9761                 added rename_force().
9762
9763 2005-08-19 [paul]       1.9.13cvs37
9764         
9765         patches by Colin:
9766         * src/compose.c
9767                 fix privacy settings on re-editing
9768                 a sent message
9769         * src/jpilot.c
9770                 fix encoding bug
9771         * src/folder.c
9772         * src/procmsg.c
9773         * src/procmsg.h
9774         * src/summaryview.c
9775                 flag changing optimisation
9776
9777 2005-08-18 [martin]     1.9.13cvs36
9778
9779         * commitHelper
9780             added my login
9781         * src/addrcache.c
9782         * src/addrharvest.c
9783         * src/addrindex.c
9784         * src/compose.c
9785         * src/grouplistdialog.c
9786         * src/main.c
9787         * src/mainwindow.c
9788         * src/msgcache.c
9789         * src/mutt.c
9790         * src/pine.c
9791         * src/prefs_account.c
9792         * src/prefs_themes.c
9793         * src/stock_pixmap.c
9794         * src/summaryview.c
9795         * src/gtk/about.c
9796         * src/gtk/logwindow.c
9797             removed deprecated glib and gdk stuff
9798         * src/plugins/pgpcore/select-keys.c
9799             convert attributes from locale to utf8
9800
9801 2005-08-17 [paul]       1.9.13cvs35
9802
9803         * src/account.c
9804         * src/addressbook.c
9805                 use new GTK_STOCK_ icons if available
9806         * src/summaryview.c
9807         * src/gtk/gtksctree.c
9808         * src/gtk/gtksctree.h
9809                 faster range select. patch by Colin
9810
9811 2005-08-17 [paul]       1.9.13cvs34
9812
9813         patches by colin:
9814         * src/addressbook.c
9815         * src/addressitem.h
9816                 Add an edit button for contacts, fix selections
9817                 of gtksctree items
9818         * src/editaddress.c
9819                 Change labels, let Save be always possible in the
9820                 email and user atributes tabs
9821         * src/folderview.c
9822                 fix sort issues
9823         * src/summaryview.c
9824                 select next item instead of the displayed one
9825                 after deletion
9826
9827         * src/gtk/progressdialog.c
9828                 use prefs_common.enable_rules_hint
9829
9830 2005-08-13 [hoa]        1.9.13cvs33
9831
9832         * src/etpan/imap-thread.c
9833                 fixed build on Solaris.
9834
9835 2005-08-10 [colin]      1.9.13cvs32
9836
9837         * src/procmsg.c
9838                 Fix cvs31 (missing fclose before reading
9839                 the file)
9840
9841 2005-08-10 [colin]      1.9.13cvs31
9842
9843         * src/procmsg.c
9844                 Fix procmsg_msginfo_new_from_mimeinfo() when
9845                 the MimeInfo isn't stored in memory. This fixes
9846                 replying to an attached message.
9847
9848 2005-08-10 [colin]      1.9.13cvs30
9849
9850         * src/mainwindow.c
9851                 Fix slowness in account changing
9852
9853 2005-08-10 [colin]      1.9.13cvs29
9854
9855         * src/folder.c
9856         * src/folderutils.c
9857         * src/folderview.c
9858         * src/imap_gtk.c
9859         * src/mainwindow.c
9860         * src/mh_gtk.c
9861         * src/procmsg.c
9862         * src/summaryview.c
9863                 Optimize folder_has_parent_of_type
9864                 Prevent moving special sub-folders from contextual menus
9865                 Rework message a bit ("Empty all messages" -> "Delete all
9866                 messages")
9867                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9868                 and "Deleted Items" folders)
9869
9870 2005-08-08 [colin]      1.9.13cvs28
9871
9872         * src/summaryview.c
9873         * src/prefs_summaries.c
9874                 Make "Select first unread|new" more flexible
9875                 (just prioritize new or unread)
9876
9877 2005-08-08 [colin]      1.9.13cvs27
9878
9879         * src/summaryview.c
9880                 If "select first new" is selected and there only
9881                 are unread messages, fallback to "select first
9882                 unread".
9883
9884 2005-08-08 [colin]      1.9.13cvs26
9885
9886         * src/folder.c
9887                 Fix shameful bugs (and bug #779)
9888
9889 2005-08-08 [colin]      1.9.13cvs25
9890
9891         * src/folder.c
9892         * src/folder.h
9893                 Cache parents' type to make folder_has_parent_of_type
9894                 faster
9895         * src/folderview.c
9896                 Forbid DnD of special sub-folders
9897         * src/procmsg.c
9898         * src/procmsg.h
9899                 Add MAIL_POSTFILTERING_HOOK
9900         * src/summaryview.c
9901                 Revert over-zealous deletion of the use_addr_book 
9902                 code
9903
9904 2005-08-07 [colin]      1.9.13cvs24
9905
9906         * src/folder.c
9907                 Fix big mistake (passing MsgInfo instead 
9908                 of FolderItem)
9909
9910 2005-08-07 [colin]      1.9.13cvs23
9911
9912         * src/compose.c
9913         * src/folder.c
9914         * src/folder.h
9915         * src/foldersel.c
9916         * src/folderutils.c
9917         * src/folderview.c
9918         * src/imap.c
9919         * src/mainwindow.c
9920         * src/messageview.c
9921         * src/mh.c
9922         * src/msgcache.c
9923         * src/procmime.c
9924         * src/summaryview.c
9925                 Make subfolders of Drafts, Queue, Outbox, Trash
9926                 work like their parents. 
9927                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9928
9929 2005-08-07 [colin]      1.9.13cvs22
9930
9931         * src/addressbook.c
9932                 Fix bug #771 (Dragged contacts not saved)
9933
9934 2005-08-07 [paul]       1.9.13cvs21
9935
9936         * src/summaryview.c
9937                 fix bug 32 'Search Doesn't display results
9938                 if "Hide Read Messages" is chosen'
9939                 be more literal in interpreting 'Hide read
9940                 messages'
9941
9942 2005-08-07 [colin]      1.9.13cvs20
9943
9944         * src/folderview.c
9945                 Add debug
9946         * src/summaryview.c
9947                 Faster 'unthread_for_execution'
9948
9949 2005-08-06 [paul]       1.9.13cvs19
9950
9951         * src/mainwindow.c
9952                 add mnemonics to Set displayed columns
9953                 fix bug where msgview_visible option was
9954                 overwritten as TRUE on startup
9955
9956 2005-08-06 [paul]       1.9.13cvs18
9957
9958         * src/mainwindow.c
9959                 refer to 'displayed columns in folder/message
9960                 list' not 'displayed items in summary/message view'
9961         * src/prefs_display_header.c
9962                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9963                 be consistent with similar dialogues
9964         * src/prefs_folder_column.c
9965         * src/prefs_summary_column.c
9966                 'columns' not 'items', and folder and message lists,
9967                 instead of folder and summary views;
9968                 Use 'Hidden columns' as list heading not 'Available
9969                 items';
9970                 move the 'Remove' button to the right hand side;
9971                 top-align the buttons;
9972                 remove unneeded vbox
9973         * src/prefs_summaries.c
9974                 put the 2 column prefs buttons in a frame to reduce
9975                 overall width; refer to columns not items &c.
9976
9977 2005-08-05 [colin]      1.9.13cvs17
9978
9979         * src/prefs_common.c
9980         * src/prefs_common.h
9981         * src/mainwindow.c
9982         * src/compose.c
9983         * src/messageview.c
9984                 Add an hidden toolbar_detachable pref, so
9985                 that I can get rid of these painful handles
9986                 in the toolbars. Defaults to TRUE to avoid
9987                 changing the GUI on unsuspecting people...
9988
9989 2005-08-05 [colin]      1.9.13cvs16
9990
9991         * src/Makefile.am
9992         * src/prefs_folder_column.c
9993         * src/prefs_folder_column.h
9994                 Add prefs for folder columns
9995         * src/folderview.c
9996         * src/folderview.h
9997         * src/mainwindow.c
9998         * src/mainwindow.h
9999         * src/prefs_common.c
10000         * src/prefs_common.h
10001         * src/prefs_summaries.c
10002                 Use them
10003         * src/prefs_summary_column.c
10004         * src/summaryview.c
10005         * src/summaryview.h
10006                 Add a To column
10007         * src/textview.c
10008         * src/common/utils.c
10009         * src/common/utils.h
10010                 Move uri colourisation functions
10011                 to utils
10012         * src/compose.c
10013                 Colourise URIs
10014         * src/imap.c
10015                 Fix bug with LIST where we'd try
10016                 to get Folder//////[...]/// 
10017
10018 2005-08-05 [paul]       1.9.13cvs15
10019
10020         * src/prefs_summaries.c
10021                 improve the English usage
10022         * src/summaryview.c
10023                 set font on column change
10024                 thanks to Colin
10025
10026 2005-08-05 [paul]       1.9.13cvs14
10027
10028         * src/prefs_common.c
10029         * src/prefs_common.h
10030         * src/prefs_summaries.c
10031         * src/summaryview.c
10032                 replace 'open_unread_on_enter' option with
10033                 'select_on_entry' option. opening/not opening
10034                 is now exclusively controlled by 'always_show_msg'
10035
10036 2005-08-04 [colin]      1.9.13cvs13
10037
10038         * src/compose.c
10039                 Remove dead code
10040                 Add colourisation of quotes and signatures
10041         * src/folderview.c
10042                 Fix possible crashes
10043         * src/messageview.c
10044                 Change an assert that is no problem
10045         * src/news.c
10046         * src/news_gtk.c
10047         * src/news_gtk.h
10048                 Fix offline mode
10049         * src/gtk/quicksearch.c
10050                 Fix a possible crash
10051
10052 2005-08-03 [colin]      1.9.13cvs12
10053
10054         * src/prefs_account.c
10055                 Fix bug #777 (Sylpheed crash in account configuration)
10056
10057 2005-08-03 [colin]      1.9.13cvs11
10058
10059         * src/addressbook.c
10060         * src/editaddress.c
10061         * src/editgroup.c
10062                 Fixing addressbook, round 2
10063         * src/textview.c
10064                 Fix emphasis color on rechecking 'Colorize messages'
10065
10066 2005-08-03 [paul]       1.9.13cvs10
10067
10068         sync with main
10069
10070         * src/addr_compl.c
10071         * src/compose.c
10072         * src/main.c
10073         * src/pop.c
10074         * src/prefs_account.c
10075         * src/procmime.c
10076         * src/procmsg.c
10077         * src/quote_fmt_parse.y
10078         * src/textview.c
10079         * src/common/quoted-printable.c
10080         * src/common/utils.c
10081         * src/common/utils.h
10082         * src/common/xml.c
10083                 replaced incorrect locale-independent
10084                 ctype functions with GLib's. Corrected
10085                 signedness mismatch.
10086         * src/headerview.c
10087                 headerview_create(): added spacing for vbox.
10088         * src/gtk/about.c
10089                 set focus to the OK button.
10090
10091 2005-08-03 [colin]      1.9.13cvs9
10092
10093         * src/folderview.c
10094                 Fix possible crash
10095
10096 2005-08-02 [colin]      1.9.13cvs8
10097
10098         * src/mainwindow.c
10099                 Fix cast
10100         * src/addressbook.c
10101         * src/addressitem.h
10102                 Fix a cast and more generally, try to make the
10103                 GUI more intuitive and consistent (round 1)
10104
10105 2005-08-02 [paul]       1.9.13cvs7
10106
10107         * src/folder.h
10108                 missing in 1.9.13cvs6
10109
10110 2005-08-02 [colin]      1.9.13cvs6
10111
10112         * src/folder.c
10113                 Fix one more leak
10114
10115 2005-08-02 [colin]      1.9.13cvs5
10116
10117         * src/folder.c
10118         * src/folderview.c
10119         * src/imap.c
10120         * src/main.c
10121         * src/mbox.c
10122         * src/procmsg.c
10123         * src/summaryview.c
10124                 Fix a number of folder_item_get_msg_list()-related
10125                 leaks (missing procmsg_msginfo_free()s)
10126
10127 2005-08-01 [colin]      1.9.13cvs4
10128
10129         * src/folderview.c
10130         * src/folderview.h
10131         * src/mainwindow.c
10132         * src/prefs_fonts.c
10133         * src/prefs_summaries.c
10134         * src/prefs_themes.c
10135         * src/summaryview.c
10136         * src/summaryview.h
10137         * src/textview.c
10138         * src/textview.h
10139                 Fix instant-apply of summary and folderview-related prefs
10140                 Fix erroneous g_free and alertpanels in prefs_theme
10141                 Add instant-apply for fonts
10142                 Defer applying of prefs a little bit so it's done only
10143                 once even if requested by multiples prefs pages
10144
10145 2005-08-01 [paul]       1.9.13cvs3
10146
10147         * src/main.c
10148                 fix bug 776 'S.C. crashes on close'
10149                 thanks to Colin
10150         * src/etpan/etpan-thread-manager-types.h
10151                 add missing include
10152                 thanks to Hoa
10153
10154 2005-07-25 [paul]       1.9.13cvs2
10155
10156         * src/summaryview.c
10157                 fix typos. spotted by Fabien Vantard
10158
10159 2005-07-24 [paul]       1.9.13cvs1
10160
10161         * doc/man/sylpheed.1
10162                 update man page, incorporating fix of
10163                 bug 769 'Typo in manpage'
10164         * src/etpan/imap-thread.c
10165                 fix NetBSD openssl dependencies. patch by
10166                 George Michaelson <ggm@apnic.net>
10167         * po/pt_BR.po
10168                 updated by Frederico Goncalves Guimaraes
10169
10170 2005-07-22 [paul]       1.9.13
10171
10172         1.9.13 release
10173
10174 2005-07-22 [paul]       1.9.12cvs91
10175
10176         * AUTHORS
10177         * INSTALL
10178         * README.claws
10179         * RELEASE_NOTES.claws
10180                 updated for release
10181         * configure.ac
10182         * po/nb.po
10183         * tools/claws.i18n.status.pl
10184                 add Norwegian translation. submiited by
10185                 Geir Helland <pjallabais@users.sourceforge.net>
10186         * po/ca.po
10187         * po/de.po
10188         * po/es.po
10189         * po/fi.po
10190         * po/fr.po
10191         * po/it.po
10192         * po/sk.po
10193         * po/sr.po
10194         * po/zh_CN.po
10195                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10196                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10197                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10198                 Yang Guilong
10199         * src/plugins/clamav/clamav_plugin_gtk.c
10200         * src/plugins/spamassassin/spamassassin_gtk.c
10201                 replace outdated description strings
10202
10203 2005-07-21 [colin]      1.9.12cvs90
10204
10205         * src/folder.c
10206                 Set folder to batch mode when scanning it. Makes deletion
10207                 of unread mails on IMAP much faster (due to the UNREAD 
10208                 flag unsetting)
10209
10210 2005-07-21 [darko]      1.9.12cvs89
10211
10212         * configure.ac
10213                 link against libresolv if necessary (patch by Paul)
10214         * src/msgcache.c
10215                 use glib's portable macros to determine endianness
10216
10217 2005-07-21 [paul]       1.9.12cvs88
10218
10219         * src/crash.c
10220         * src/gtk/about.c
10221                 update compiled-in features list
10222
10223 2005-07-20 [colin]      1.9.12cvs87
10224
10225         * src/folder.c
10226         * src/textview.c
10227                 Gcc 2.9x compilation fixes, thanks to Darko
10228         * src/plugins/clamav/clamav_plugin.c
10229                 Little optimisation: load virus database only once
10230         * src/plugins/spamassassin/spamassassin.c
10231                 Big optimisation: filtering one mail took at least 1 second,
10232                 now it takes at least 50ms. Doesn't speed up spamassassin 
10233                 itself, but should already be much more tolerable.
10234
10235 2005-07-20 [colin]      1.9.12cvs86
10236
10237         * src/summaryview.c
10238                 Fix performance issue
10239
10240 2005-07-19 [colin]      1.9.12cvs85
10241
10242         * src/plugins/pgpinline/plugin.c
10243                 Fix warning
10244
10245 2005-07-19 [colin]      1.9.12cvs84
10246
10247         * configure.ac
10248         * src/plugins/Makefile.am
10249         * src/plugins/pgpinline/.cvsignore
10250         * src/plugins/pgpinline/Makefile.am
10251         * src/plugins/pgpinline/pgpinline.c
10252         * src/plugins/pgpinline/pgpinline.deps
10253         * src/plugins/pgpinline/pgpinline.h
10254         * src/plugins/pgpinline/plugin.c
10255                 Put pgpinline in the main tree
10256
10257 2005-07-19 [paul]       1.9.12cvs83
10258
10259         * src/prefs_actions.c
10260                 prevent '//' in menu names, which cause a crash
10261                 thanks to Colin
10262
10263 2005-07-19 [paul]       1.9.12cvs82
10264
10265         * configure.ac
10266                 be generally more informative in configure output.
10267                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10268                 '[ --disable-openssl ...', as --enable-openssl is default
10269                 PGP/MIME: don't check for GPGME again, check for
10270                 pgpcore instead. Therefore prevent the possibility of
10271                 attempting to build pgpmime if pgpcore dependencies are
10272                 not met
10273                 ClamAV: use pkgconfig to check for lib
10274                 libgnomeprint: revert logic on inner test to match
10275                 everything else
10276         * src/plugins/pgpcore/sgpgme.c
10277                 add missing include
10278
10279 2005-07-19 [colin]      1.9.12cvs81
10280
10281         * src/summaryview.c
10282                 Fix slow thread rebuilding in particular
10283                 cases
10284
10285 2005-07-19 [paul]       1.9.12cvs80
10286
10287         * sylpheed-claws.desktop
10288                 fix typo, spotted by Stephan Sachse
10289         * src/account.c
10290                 replace GTK_STOCK_ADD with
10291                 GTK_STOCK_NEW button
10292
10293 2005-07-18 [colin]      1.9.12cvs79
10294
10295         * src/etpan/imap-thread.c
10296                 Fix return value (Thanks Hoa)
10297
10298 2005-07-18 [colin]      1.9.12cvs78
10299
10300         * src/imap.c
10301                 Allow empty passwords
10302                 Create drafts/queue/outbox if necessary
10303         * src/summaryview.c
10304                 Remove old code
10305         * src/etpan/imap-thread.c
10306                 Fix STARTTLS (Thanks to Hoa)
10307
10308 2005-07-18 [paul]       1.9.12cvs77
10309
10310         * ChangeLog-gtk2.jp
10311         * ChangeLog.jp
10312                 removed
10313         * Makefile.am
10314                 updated to reflect additions and removals
10315         * TODO
10316                 updated to be claws-specific
10317         * TODO-gtk2
10318         * TODO-gtk2.jp
10319         * TODO.jp
10320         * sylpheed-128x128.png
10321         * sylpheed-64x64.png
10322                 removed
10323         * sylpheed-claws-128x128.png
10324         * sylpheed-claws-64x64.png
10325         * sylpheed-claws.desktop
10326         * sylpheed-claws.png
10327                 added
10328         * sylpheed.desktop
10329         * sylpheed.png
10330                 removed
10331
10332 2005-07-17 [paul]       1.9.12cvs76
10333
10334         * src/account.c
10335         * src/addressbook.c
10336         * src/alertpanel.c
10337         * src/alertpanel.h
10338         * src/compose.c
10339         * src/exphtmldlg.c
10340         * src/expldifdlg.c
10341         * src/folderview.c
10342         * src/imap_gtk.c
10343         * src/inc.c
10344         * src/message_search.c
10345         * src/messageview.c
10346         * src/mh_gtk.c
10347         * src/news_gtk.c
10348         * src/prefs_actions.c
10349         * src/prefs_filtering.c
10350         * src/prefs_matcher.c
10351         * src/prefs_template.c
10352         * src/prefs_themes.c
10353         * src/ssl_manager.c
10354         * src/summary_search.c
10355         * src/textview.c
10356         * src/toolbar.c
10357         * src/gtk/sslcertwindow.c
10358         * src/plugins/pgpcore/sgpgme.c
10359                 rework alertpanels
10360
10361 2005-07-17 [colin]      1.9.12cvs75
10362
10363         * src/privacy.c
10364                 add a PrivacySystem accessor that checks that
10365                 the system cached in a MimeInfo's privacydata
10366                 is still registered. Use this accessor instead
10367                 of directly using data->system. Fixes crashes
10368                 after unloading pgp plugins.
10369
10370 2005-07-17 [colin]      1.9.12cvs74
10371
10372         * src/alertpanel.c
10373                 Change geometry hints to a simple default size.
10374                 Fixes the certs dialogs.
10375
10376 2005-07-17 [colin]      1.9.12cvs73
10377
10378         * src/gtk/sslcertwindow.c
10379                 Use a gtkExpander
10380
10381 2005-07-17 [colin]      1.9.12cvs72
10382
10383         * src/plugins/pgpcore/Makefile.am
10384         * src/plugins/pgpmime/Makefile.am
10385                 Add gpgme libs
10386
10387 2005-07-17 [paul]       1.9.12cvs71
10388
10389         * configure.ac
10390                 add --disable-gnomeprint option
10391                 modified version of patch by Marius Mauch
10392
10393 2005-07-17 [paul]       1.9.12cvs70
10394
10395         * src/common/defs.h
10396                 update urls
10397         * src/account.c
10398         * src/action.c
10399         * src/addressbook.c
10400         * src/compose.c
10401         * src/foldersel.c
10402         * src/folderview.c
10403         * src/html.c
10404         * src/imap_gtk.c
10405         * src/main.c
10406         * src/mainwindow.c
10407         * src/messageview.c
10408         * src/mh_gtk.c
10409         * src/mimeview.c
10410         * src/news_gtk.c
10411         * src/prefs_account.c
10412         * src/prefs_send.c
10413         * src/prefs_summaries.c
10414         * src/procmsg.c
10415         * src/summaryview.c
10416         * src/common/utils.c
10417         * src/common/xml.c
10418         * src/plugins/pgpcore/passphrase.c
10419         * src/plugins/pgpcore/select-keys.c
10420                 replace inappropriately used backticks
10421                 with single quotes
10422
10423 2005-07-16 [colin]      1.9.12cvs69
10424
10425         * src/image_viewer.c
10426                 Add extra paranoid checks
10427
10428 2005-07-16 [colin]      1.9.12cvs68
10429
10430         * src/plugins/pgpcore/prefs_gpg.c
10431                 Don't auto-check sigs by default, as it
10432                 can be really slow.
10433
10434 2005-07-16 [colin]      1.9.12cvs67
10435
10436         * src/plugins/pgpcore/sgpgme.c
10437                 Make messages a bit better.
10438
10439 2005-07-16 [colin]      1.9.12cvs66
10440
10441         * src/imap.c
10442                 Remove pseudo-log
10443         * src/etpan/imap-thread.c
10444                 Add real log
10445
10446 2005-07-16 [colin]      1.9.12cvs65
10447
10448         * src/main.c
10449         * src/prefs_other.c
10450                 And now, fix build with libetpan :-/
10451
10452 2005-07-15 [colin]      1.9.12cvs64
10453
10454         * src/prefs_other.c
10455                 Continue fixing build without libetpan.
10456
10457 2005-07-15 [colin]      1.9.12cvs63
10458
10459         * src/main.c
10460                 Fix build with --disable-libetpan
10461
10462 2005-07-15 [colin]      1.9.12cvs62
10463
10464         * configure.ac
10465                 Bump libetpan's version
10466
10467 2005-07-15 [colin]      1.9.12cvs61
10468
10469         * src/etpan/imap-thread.c
10470                 Actually stop logging :)
10471
10472 2005-07-15 [colin]      1.9.12cvs60
10473
10474         * src/addressbook.c
10475                 Fix dnd of multiple addresses.
10476
10477 2005-07-15 [hoa]        1.9.12cvs59
10478
10479         * src/etpan/imap-thread.c
10480             disable login of IMAP password in libetpan log file.
10481
10482 2005-07-15 [paul]       1.9.12cvs58
10483
10484         * src/account.c
10485                 don't automatically sort
10486                 do allow drag n drop
10487
10488 2005-07-15 [paul]       1.9.12cvs57
10489
10490         * src/account.c
10491         * src/ssl_manager.c
10492                 alphabetical listing
10493
10494 2005-07-15 [paul]       1.9.12cvs56
10495
10496         * src/gtk/pluginwindow.c
10497                 sort plugin list alphabetically
10498
10499 2005-07-15 [paul]       1.9.12cvs55
10500
10501         * src/prefs_spelling.c
10502         * src/prefs_wrapping.c
10503                 unify English usage
10504
10505 2005-07-15 [colin]      1.9.12cvs54
10506
10507         * src/wizard.c
10508                 Typo fix
10509
10510 2005-07-15 [paul]       1.9.12cvs53
10511
10512         * src/prefs_message.c
10513                 make 'show cursor' a hidden option
10514
10515 2005-07-14 [colin]      1.9.12cvs52
10516
10517         * src/plugins/spamassassin/Makefile.am
10518         * src/plugins/clamav/Makefile.am
10519                 Fix double EXTRA_DISTs
10520
10521 2005-07-14 [colin]      1.9.12cvs51
10522
10523         * src/plugins/clamav/Makefile.am
10524         * src/plugins/clamav/clamav_plugin_gtk.deps
10525         * src/plugins/spamassassin/Makefile.am
10526         * src/plugins/spamassassin/spamassassin_gtk.deps
10527                 Make $plugin_gtk depend on $plugin
10528
10529 2005-07-14 [hoa]        1.9.12cvs50
10530
10531         * src/etpan/imap-thread.c
10532                 enable debug log of libetpan when running with --debug
10533
10534 2005-07-14 [colin]      1.9.12cvs49
10535
10536         * configure.ac
10537         * src/common/Makefile.am
10538         * src/common/plugin.c
10539         * src/common/plugin.h
10540                 Add a little plugin dependancy system.
10541                 Plugins can ship a $plugin_name.deps file
10542                 (near them in PLUGINDIR) so that their
10543                 dependancies are loaded if possible.
10544         * src/plugins/Makefile.am
10545         * src/plugins/pgpcore/Makefile.am
10546         * src/plugins/pgpcore/passphrase.c
10547         * src/plugins/pgpcore/passphrase.h
10548         * src/plugins/pgpcore/plugin.c
10549         * src/plugins/pgpcore/prefs_gpg.c
10550         * src/plugins/pgpcore/prefs_gpg.h
10551         * src/plugins/pgpcore/select-keys.c
10552         * src/plugins/pgpcore/select-keys.h
10553         * src/plugins/pgpcore/sgpgme.c
10554         * src/plugins/pgpcore/sgpgme.h
10555                 Introduce pgpcore, used by pgpmime and
10556                 pgpinline
10557         * src/plugins/pgpmime/Makefile.am
10558         * src/plugins/pgpmime/passphrase.c
10559         * src/plugins/pgpmime/passphrase.h
10560         * src/plugins/pgpmime/pgpmime.c
10561         * src/plugins/pgpmime/pgpmime.deps
10562         * src/plugins/pgpmime/plugin.c
10563         * src/plugins/pgpmime/prefs_gpg.c
10564         * src/plugins/pgpmime/prefs_gpg.h
10565         * src/plugins/pgpmime/select-keys.c
10566         * src/plugins/pgpmime/select-keys.h
10567         * src/plugins/pgpmime/sgpgme.c
10568         * src/plugins/pgpmime/sgpgme.h
10569                 Remove the core from pgpmime and add the
10570                 dependancy to pgpcore.
10571
10572 2005-07-14 [paul]       1.9.12cvs48
10573
10574         * src/stock_pixmap.c
10575                 forgot this in last commit
10576
10577 2005-07-14 [paul]       1.9.12cvs47
10578
10579         * src/account.c
10580         * src/addressbook.c
10581                 add accelerators for the buttons (sync with main)
10582         * src/compose.c
10583         * src/compose.h
10584                 add accelerators for the buttons.
10585                 fix editing with external editor.
10586                 replace gdk_input_*() with GIOChannel;
10587                 (sync with main)
10588         * src/foldersel.c
10589                 display folder names with new/unread
10590                 representation (sync with main)
10591         * src/main.c
10592                 specify default window icon (sync with main)
10593         * src/prefs_common.c
10594                 use_addr_book default to FALSE
10595         * src/summaryview.c
10596         * src/textview.c
10597                 add accelerators for the buttons (sync with main)
10598         * src/gtk/menu.c
10599                 fix typos
10600         * src/pixmaps/sylpheed_icon.xpm
10601                 updated
10602
10603 2005-07-13 [paul]       1.9.12cvs46
10604
10605         * src/plugins/pgpmime/pgpmime.c
10606         * src/plugins/pgpmime/sgpgme.c
10607                 (temporarily) use deprecated gpgme_data_rewind()
10608                 while largefile support is not present
10609                 (as suggested by Colin)
10610
10611 2005-07-13 [paul]       1.9.12cvs45
10612
10613         * configure.ac
10614                 remove large file support (for now):
10615                 it breaks too many things
10616
10617 2005-07-13 [paul]       1.9.12cvs44
10618
10619         * configure.ac
10620                 add large file support
10621         * src/html.c
10622                 fix bug #763 where href attribute was not
10623                 the very first attribute of a link
10624                 patch by Thomas Gilgin
10625
10626 2005-07-13 [colin]      1.9.12cvs43
10627
10628         * src/gtk/pluginwindow.c
10629                 Little portability fix
10630
10631 2005-07-13 [colin]      1.9.12cvs42
10632
10633         * src/plugins/pgpmime/sgpgme.c
10634                 Fix crasher.
10635
10636 2005-07-13 [colin]      1.9.12cvs41
10637
10638         * src/plugins/pgpmime/pgpmime.c
10639         * src/plugins/pgpmime/sgpgme.c
10640                 Use gpgme_data_release_and_get_mem instead
10641                 of gpgme_data_read.
10642
10643 2005-07-13 [colin]      1.9.12cvs40
10644
10645         * configure.ac
10646         * src/plugins/pgpmime/passphrase.c
10647         * src/plugins/pgpmime/passphrase.h
10648         * src/plugins/pgpmime/pgpmime.c
10649         * src/plugins/pgpmime/plugin.c
10650         * src/plugins/pgpmime/select-keys.c
10651         * src/plugins/pgpmime/select-keys.h
10652         * src/plugins/pgpmime/sgpgme.c
10653         * src/plugins/pgpmime/sgpgme.h
10654                 Port pgpmime to gpgme-1.0.
10655
10656 2005-07-12 [paul]       1.9.12cvs39
10657
10658         * AUTHORS
10659         * src/toolbar.c
10660         * src/toolbar.h
10661                 add a 'Go to Prev' button to the toolbar.
10662                 correct tooltip text of go to buttons.
10663                 based on patch by Yang Guilong <bamanzi@gmail.com>
10664
10665 2005-07-12 [colin]      1.9.12cvs38
10666
10667         * src/statusbar.c
10668                 Fix progress bar showing stuff at startup.
10669
10670 2005-07-12 [paul]       1.9.12cvs37
10671
10672         * src/editjpilot.c
10673                 fix building with jpilot support
10674
10675 2005-07-11 [colin]      1.9.12cvs36
10676
10677         * src/inc.c
10678                 Add visual indication that filtering is running
10679         * src/textview.c
10680                 Make {}[] uri delimiters
10681         * src/summaryview.c
10682                 Remove useless (and slow) calls
10683
10684 2005-07-11 [paul]       1.9.12cvs35
10685
10686         * src/plugins/clamav/clamav_plugin_gtk.c
10687         * src/plugins/dillo_viewer/dillo_prefs.c
10688         * src/plugins/pgpmime/prefs_gpg.c
10689         * src/plugins/spamassassin/spamassassin_gtk.c
10690                 gather plugins prefs together under their
10691                 own 'Plugins' heading
10692
10693 2005-07-11 [paul]       1.9.12cvs34
10694
10695         sync with main
10696
10697         * src/account.c
10698                 account_delete(): modified alert dialog
10699         * src/editjpilot.c
10700         * src/editvcard.c
10701                 fixed a crash when cancelling file selection
10702                 dialog by Escape key. Made non-ascii filename
10703                 selectable.
10704         * src/prefs_template.c
10705                 prefs_template_window_create(): make scrolled
10706                 window policy AUTOMATIC
10707
10708 2005-07-10 [hoa]        1.9.12cvs33
10709
10710         * src/etpan/imap-thread.c
10711                 workaround for old Courier IMAP servers.
10712
10713 2005-07-10 [colin]      1.9.12cvs32
10714
10715         * src/folder.c
10716         * src/statusbar.c
10717         * src/statusbar.h
10718                 Add visual progress indicator on filtering/processing
10719                 Factorize the progress bar code
10720         * src/imap.c
10721         * src/imap.h
10722         * src/etpan/imap-thread.c
10723                 Add a reference counter to avoid destroying the Folder
10724                 while it's in use by another callback.
10725
10726 2005-07-09 [hoa]        1.9.12cvs31
10727
10728         * src/imap.c
10729         * src/etpan/imap-thread.c
10730                 fixed deadlock when removing IMAP account.
10731
10732 2005-07-08 [colin]      1.9.12cvs30
10733
10734         * src/textview.c
10735         * src/unmime.c
10736                 Fix again problems decoding broken headers
10737         * src/gtk/inputdialog.c
10738                 Fix local variable shadowing a global one
10739
10740 2005-07-08 [colin]      1.9.12cvs29
10741
10742         * src/msgcache.c
10743                 Make the cache/mark files platform-agnostic by writing
10744                 them in little-endian format. Reading them is also done
10745                 in little-endian format, of course; however, in order
10746                 to avoid trashing mark data on big-endian machines, the
10747                 files are, at first, read from the native format if the
10748                 little-endian one doesn't exist. This is easy to deter-
10749                 mine by trying to open a file with a swapped data_ver
10750                 and seeing if it's the wanted version.
10751                 Little-endian using users should see absolutely no
10752                 difference, Big-endian users may get a very little
10753                 performance drop due to byte-swapping.
10754                 Tested on i386 and ppc32. 
10755                 Fixes bug #159 (The index file, in the mailboxes, is 
10756                 hardware depending).
10757
10758                 To have the cache/mark files updated to the new little-
10759                 endian format, "Check for new messages" or even
10760                 "Rebuild folder tree" aren't enough. Files will be
10761                 updated as soon as a folder has been opened/closed.
10762                 To update everything, just select all folders by
10763                 selecting them one by one.
10764
10765 2005-07-07 [colin]      1.9.12cvs28
10766
10767         * src/imap.c
10768                 Remember the folder separator per IMAPFolder
10769                 instead of globally.
10770                 Revive the Session on noop; fixes bug #761
10771                 (mark a bunch of unread messages as read takes 
10772                 forever)
10773
10774 2005-07-07 [darko]      1.9.12cvs27
10775
10776         * src/common/template.c
10777                 Sort templates alphabetically
10778
10779 2005-07-06 [colin]      1.9.12cvs26
10780
10781         * src/imap.c
10782                 Try to use the correct separator in
10783                 most cases. Possibly fixes bug #759
10784                 (only creates the INBOX folder when 
10785                 setting up new IMAP account) and 
10786                 bug #760 (Can't retrieve messages)
10787
10788 2005-07-06 [colin]      1.9.12cvs25
10789
10790         * src/imap.c
10791                 Use real_path in status command. This will
10792                 help later, when namespaces will be used.
10793
10794 2005-07-06 [colin]      1.9.12cvs24
10795
10796         * configure.ac
10797         * src/account.c
10798         * src/folder.c
10799         * src/imap.c
10800         * src/etpan/etpan-log.c
10801         * src/etpan/etpan-thread-manager.c
10802         * src/etpan/imap-thread.c
10803                 Add a --disable-libetpan parameter. With this,
10804                 users that don't want IMAP4 support can avoid
10805                 the new dependancy (and have no IMAP support).
10806                 Users that have IMAP4 accounts and use this
10807                 parameter won't lose their configuration, their
10808                 IMAP accounts will just be invisible and not
10809                 used.
10810         * src/textview.c
10811                 Make the "Copy ..." contextual menu items 
10812                 copy to both the X clipboard and the gtk 
10813                 clipboard - as most other apps do.
10814         * src/gtk/about.c
10815                 Add a notice about OpenSSL usage, in order to
10816                 comply with OpenSSL's license (point 6):
10817                 http://www.openssl.org/source/license.html
10818
10819 2005-07-06 [colin]      1.9.12cvs23
10820
10821         * src/alertpanel.c
10822                 Fix a minimum size for alertpanels
10823         * src/compose.c
10824                 Show 'No space left on device' type errors
10825                 when queuing/sending
10826         * src/imap_gtk.c
10827         * src/mh_gtk.c
10828                 Rework folder's deletion message (remove 
10829                 extra \n)
10830
10831 2005-07-05 [colin]      1.9.12cvs22
10832
10833         * src/imap.c
10834                 Add an alertpanel on auth error
10835                 Add pseudo-log
10836                 Remove pthread-related stuff
10837
10838 2005-07-05 [colin]      1.9.12cvs21
10839
10840         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10841                 Fix crash on plugin reloading (with a hack)
10842
10843 2005-07-05 [colin]      1.9.12cvs20
10844
10845         * src/prefs_account.c
10846         * src/prefs_account.h
10847                 Fix typo
10848         * src/gtk/filesel.c
10849         * src/gtk/filesel.h
10850                 Add a way to filter the view
10851         * src/gtk/pluginwindow.c
10852                 Filter loadable stuff
10853         * src/plugins/pgpmime/prefs_gpg.c
10854                 Fix missing unregistration
10855         * .cvsignore
10856         * src/etpan/.cvsignore
10857         * src/plugins/spamassassin/.cvsignore
10858                 Add more stuff to cvs ignored files
10859
10860 2005-07-04 [colin]      1.9.12cvs19
10861
10862         * src/imap.c
10863                 Fix scan_required returning FALSE when it
10864                 shouldn't. Maybe fix #760 (Can't retrieve
10865                 messages)
10866
10867 2005-07-04 [colin]      1.9.12cvs18
10868
10869         * src/summaryview.c
10870                 Fix always_show_msg pref
10871
10872 2005-07-04 [paul]       1.9.12cvs17
10873
10874         sync with main (forgotten in last commit)
10875         
10876         * src/common/utils.c
10877         * src/common/utils.h
10878                 check_line_length(): new.
10879                 is_dir_exist()
10880                 is_file_entry_exist()
10881                 dirent_is_regular_file()
10882                 dirent_is_directory(): use g_file_test() instead of stat().
10883
10884 2005-07-04 [paul]       1.9.12cvs16
10885
10886         sync with main:
10887
10888         * src/compose.c
10889                 compose_write_to_file(): check for line
10890                 length limit and display warning if exceeds
10891         * src/jpilot.c
10892                 use get_home_dir() instead of g_get_home_dir()
10893         * src/procheader.c
10894                 removed warning about invalid date
10895         * src/vcard.c
10896                 use get_home_dir() instead of g_get_home_dir()
10897
10898 2005-07-04 [paul]       1.9.12cvs15
10899
10900         * src/stock_pixmap.c
10901                 fix new pixmap naming errors
10902                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10903
10904 2005-07-04 [colin]      1.9.12cvs14
10905
10906         * src/imap.c
10907                 Fix debugging string with a warning
10908
10909 2005-07-04 [colin]      1.9.12cvs13
10910
10911         * configure.ac
10912                 Add a check for libetpan's version (>= 0.37)
10913
10914 2005-07-04 [hoa]        1.9.12cvs12
10915
10916         * commitHelper
10917         * src/imap.c
10918         * src/etpan/imap-thread.c
10919         * src/etpan/imap-thread.h
10920                 fixed IMAP implementation of check of mails.
10921
10922 2005-07-03 [hoa]        1.9.12cvs11
10923
10924         * src/etpan/Makefile.am
10925         * src/etpan/etpan-errors.h
10926         * src/etpan/etpan-log.[ch]
10927         * src/etpan/etpan-thread-manager-types.h
10928         * src/etpan/etpan-thread-manager.[ch]
10929         * src/etpan/imap-thread.[ch]
10930         * src/Makefile.am
10931         * src/imap.c
10932         * src/main.c
10933         * src/prefs_other.c
10934         * configure.ac
10935             merged imap branch.
10936             dependency on libetpan 0.37 is now added.
10937
10938 2005-07-01 [colin]      1.9.12cvs10
10939
10940         * src/Makefile.am
10941         * src/folder.c
10942         * src/folder.h
10943         * src/folderview.c
10944         * src/stock_pixmap.c
10945         * src/stock_pixmap.h
10946         * src/plugins/trayicon/trayicon.c
10947                 Add marked symbol on folders containing
10948                 marked messages
10949         * src/procmsg.c
10950         * src/procmsg.h
10951         * src/toolbar.c
10952         * src/prefs_common.c
10953         * src/prefs_common.h
10954         * src/prefs_send.c
10955                 Add an optional confirmation dialog on queue
10956                 sending. Patch by wwp.
10957         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10958         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10959         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10960         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10961         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10962         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10963         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10964         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10965         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10966         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10967         * src/pixmaps/trash_mark.xpm            ** ADDED **
10968                 New pixmaps
10969
10970 2005-07-01 [colin]      1.9.12cvs9
10971
10972         * src/summaryview.c
10973                 Fix a little threading bug
10974         * src/addrgather.c
10975         * src/mainwindow.c
10976                 A little bit of HIG normality never hurts
10977
10978 2005-07-01 [colin]      1.9.12cvs8
10979
10980         * src/compose.c
10981         * src/msgcache.c
10982         * src/pop.c
10983         * src/procmime.c
10984         * src/recv.c
10985         * src/common/log.c
10986         * src/common/template.c
10987         * src/common/utils.c
10988         * src/common/utils.h
10989                 Reverted the fwrite_atomic stuff. In fact
10990                 it is already atomic.
10991
10992 2005-06-30 [colin]      1.9.12cvs7
10993
10994         * src/common/utils.c
10995         * src/common/utils.h
10996                 Add an fwrite_atomic() function to make
10997                 sure we write everything: fwrite can make
10998                 short writes.
10999         * src/compose.c
11000         * src/msgcache.c
11001         * src/pop.c
11002         * src/procmime.c
11003         * src/recv.c
11004         * src/common/log.c
11005         * src/common/template.c
11006                 Use that (and fix swapping of size and nmemb).
11007                 Thanks to Rich Coe for the heads up.
11008
11009 2005-06-30 [colin]      1.9.12cvs6
11010
11011         * src/addressbook.c
11012                 Optimize addressbook opening 
11013
11014 2005-06-30 [colin]      1.9.12cvs5
11015
11016         * src/summaryview.c
11017                 Remove calls to summary_step after move/copy
11018
11019 2005-06-28 [paul]       1.9.12cvs4
11020
11021         * src/alertpanel.c
11022                 wrap and make the error msg selectable
11023
11024 2005-06-28 [paul]       1.9.12cvs3
11025
11026         * src/ssl_manager.c
11027                 replace the OK button with a Close button
11028         * src/gtk/foldersort.c
11029                 use GTK_STOCK_ icons/buttons
11030
11031 2005-06-28 [colin]      1.9.12cvs2
11032
11033         * src/gedit-print.c             ** ADDED **
11034         * src/gedit-print.h             ** ADDED **
11035         * src/gtk/gtksourceprintjob.c   ** ADDED **
11036         * src/gtk/gtksourceprintjob.h   ** ADDED **
11037                 I can't believe no one had enough time to tell
11038                 me I forgot the `cvs add`
11039
11040 2005-06-27 [colin]      1.9.12cvs1
11041
11042         * src/Makefile.am
11043         * src/gtk/Makefile.am
11044         * src/messageview.c
11045         * src/procmsg.c
11046         * src/summaryview.c
11047         * configure.ac
11048                 Add optional libgnomeprint-based printing
11049         * src/mainwindow.c
11050         * src/gtk/quicksearch.c
11051                 Add an Edit/Quick search menu item to show
11052                 and focus the quicksearch
11053
11054 2005-06-27 [paul]       1.9.12
11055
11056         1.9.12 release
11057
11058         * po/ca.po
11059         * po/de.po
11060         * po/es.po
11061         * po/fr.po
11062         * po/it.po
11063         * po/ko.po
11064         * po/pt_BR.po
11065         * po/sk.po
11066         * po/zh_CN.po
11067                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11068                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11069                 SungHyun Nam, Frederico Goncalves Guimaraes,
11070                 Andrej Kacian, and Yang Guilong
11071 2005-06-26 [colin]      1.9.11cvs106
11072
11073         * src/imap_gtk.c
11074                 Forgot one file for previous fix
11075
11076 2005-06-26 [colin]      1.9.11cvs105
11077
11078         * src/folder.c
11079         * src/imap.c
11080                 Fix problems with folder operations in no_select
11081                 imap folders. it applies only to mails, and 
11082                 creation/deletion/move/renaming of folders 
11083                 should be possible
11084
11085 2005-06-26 [paul]       1.9.11cvs104
11086
11087         * src/prefs_filtering.c
11088                 replace one more GTK_STOCK_REMOVE
11089                 with GTK_STOCK_DELETE
11090
11091 2005-06-25 [colin]      1.9.11cvs103
11092
11093         * src/imap.c
11094                 Optimize get_seq_set_from_seq_list
11095                 (Patch by Ricardo) 
11096
11097 2005-06-25 [colin]      1.9.11cvs102
11098
11099         * src/mh.c
11100                 If the directory exists, but not in the
11101                 correct encoding, rename it. This should
11102                 handle old-versions-induced bugs.
11103
11104 2005-06-25 [colin]      1.9.11cvs101
11105
11106         * src/mh.c
11107                 Fix path access with extended dir names
11108                 Fixes bug #589 (SC segfaults with wrong locale
11109                 settings)
11110
11111 2005-06-25 [colin]      1.9.11cvs100
11112
11113         * src/prefs_account.c
11114         * src/prefs_account.h
11115         * src/compose.c
11116                 Add an option to encrypt replies to
11117                 encrypted messages
11118
11119 2005-06-25 [colin]      1.9.11cvs99
11120
11121         * src/compose.c
11122         * src/quote_fmt_parse.y
11123                 ... And make it work with pgpinline.
11124
11125 2005-06-25 [colin]      1.9.11cvs98
11126
11127         * src/compose.c
11128         * src/procmime.c
11129         * src/procmime.h
11130         * src/quote_fmt_parse.y
11131                 o Make reedition of encrypted messages possible
11132                   (as long as it is encrypted to self too, no
11133                    magic there)
11134                 o Make replying with quote (and without selecting
11135                   text) possible for encrypted messages.
11136                 Closes bug #550 (Not possible to "reply with quote"
11137                 to gnupg encrypted messages)
11138
11139 2005-06-24 [paul]       1.9.11cvs97
11140
11141         * src/imap.c
11142                 add missing include
11143
11144 2005-06-24 [paul]       1.9.11cvs96
11145
11146         * src/editldap.c
11147                 made bind password entry invisible
11148                 (sync with main)
11149         * src/send_message.c
11150                 send_message_local(): check exit status
11151                 to detect errors (sync with main)
11152         * src/textview.c
11153                 use main's less ambiguous popup menu
11154                 wording
11155
11156 2005-06-24 [paul]       1.9.11cvs95
11157
11158         * src/prefs_actions.c
11159         * src/prefs_customheader.c
11160         * src/prefs_display_header.c
11161         * src/prefs_filtering_action.c
11162         * src/prefs_matcher.c
11163         * src/prefs_template.c
11164         * src/prefs_toolbar.c
11165                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11166         * src/gtk/description_window.c
11167                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11168
11169 2005-06-23 [colin]      1.9.11cvs94
11170
11171         * src/summaryview.c
11172                 Fix rough edges (be sure to call status_show whenever
11173                 necessary).
11174
11175 2005-06-23 [colin]      1.9.11cvs93
11176
11177         * src/summaryview.c
11178                 Optimize Select All
11179                 Before, in a 5K mails folder: 11s
11180                 After, in the same folder: 58000µs
11181                 The joys of locking... gtk_clist_select_all() fires a 
11182                 tree-select-row event for each selected row, which in 
11183                 summaryview, callbacks summary_selected which in turn,
11184                 calls summary_status_show, which walks the selected
11185                 rows. Hence, calling gtk_clist_select_all was 
11186                 exponential. Locking the summaryview makes 
11187                 summary_selected return early.
11188
11189 2005-06-23 [colin]      1.9.11cvs92
11190
11191         * src/imap.c
11192                 Move mutex at the important place to avoid
11193                 deadlocks
11194         * src/summaryview.c
11195                 Fix Del key deleting directly instead of
11196                 moving to trash
11197
11198 2005-06-22 [colin]      1.9.11cvs91
11199
11200         * src/plugins/spamassassin/libspamc.c
11201                 As we do spagetti code with assignations in multiple
11202                 places (see _message_read_raw where out = msg = raw),
11203                 let's be sure we don't free the same pointer twice.
11204                 Should fix bug #683 (Crash in libpam at 
11205                 message_cleanup).
11206
11207 2005-06-22 [colin]      1.9.11cvs90
11208
11209         * src/compose.c
11210         * src/messageview.c
11211         * src/toolbar.c
11212                 Make toolbar's delete use the move to trash stuff;
11213                 Add gtk_widget_realize to be sure pixmaps can get
11214                 created (that may fix an old worksforme bug which
11215                 I can't find back...)
11216
11217 2005-06-22 [colin]      1.9.11cvs89
11218
11219         * src/summaryview.c
11220         * src/summaryview.h
11221         * src/mainwindow.c
11222                 Rename "Message/Delete" to "Message/Move to trash"
11223                 Add "Message/Delete..." that directly destroys the
11224                 selected messages after asking for a confirmation.
11225
11226 2005-06-22 [colin]      1.9.11cvs88
11227
11228         * src/imap.c
11229                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11230                 o Fix a deadlock (thanks Darko)
11231
11232 2005-06-22 [colin]      1.9.11cvs87
11233
11234         * src/gtk/foldersort.c
11235                 Add missing include for the i18n;
11236                 patch by Fabien Vantard
11237
11238 2005-06-21 [colin]      1.9.11cvs86
11239
11240         * src/folder.c
11241         * src/folderview.c
11242                 Respect the no_select flag
11243         * src/imap.c
11244                 Fix recursive deletion
11245         * src/imap_gtk.c
11246         * src/mh_gtk.c
11247                 Make the folder deletion's warning
11248                 more explicit
11249
11250 2005-06-21 [colin]      1.9.11cvs85
11251
11252         * src/textview.c
11253                 Prevent email addresses from spanning accross
11254                 lines - fixes bug # 646 (newline-chars in 
11255                 email addresses)
11256
11257 2005-06-20 [colin]      1.9.11cvs84
11258
11259         * src/folder.c
11260                 Be sure not to remove source if copy failed
11261
11262 2005-06-20 [colin]      1.9.11cvs83
11263
11264         * src/folderview.c
11265         * src/imap_gtk.c
11266                 remove summaryview's lock
11267         * src/imap.c
11268                 introduce threads to avoid problems when foreground tasks
11269                 interfere with background tasks
11270         * src/mh.c
11271                 prevent moving to drafts/queue
11272         * src/mimeview.c
11273                 fix leak
11274
11275 2005-06-19 [colin]      1.9.11cvs82
11276
11277         * src/imap_gtk.c
11278                 Remember that the user doesn't want to override
11279                 offline mode, for 3 seconds. It avoid presenting
11280                 him with N popups in a really short time.
11281
11282 2005-06-17 [colin]      1.9.11cvs81
11283
11284         * src/imap.c
11285                 Fix IMAP breaking on folders containing '('
11286                 (Probably won't be enough)
11287
11288 2005-06-17 [colin]      1.9.11cvs80
11289
11290         Forgotten files on 1.9.11cvs79
11291         * src/summaryview.c
11292                 Fix stepping when not immediately executing
11293         * src/imap.c
11294                 Really prevent UID FETCH 0
11295         * src/codeconv.c
11296                 Fix outgoing charset never set to utf-8
11297         * src/mh.c
11298                 Fix leak
11299
11300 2005-06-16 [colin]      1.9.11cvs79
11301
11302         * src/compose.c
11303                 Fix bug #707 (Dash splits rows)
11304                 Only wrap if we're on a line break position and
11305                 the previous one was a "white" (space) char.
11306                 Pango stuff is weird.
11307
11308 2005-06-16 [colin]      1.9.11cvs78
11309
11310         * src/imap_gtk.c
11311                 Lock summaryview while downloading messages
11312                 on user demand
11313         * src/procheader.c
11314         * src/unmime.c
11315         * src/common/utils.c
11316         * src/common/utils.h
11317                 Replace \r and \n with spaces in From and
11318                 Subject headers
11319
11320 2005-06-16 [paul]       1.9.11cvs77
11321
11322         * src/procmime.c
11323                 liberalise the mime parser
11324         * src/gtk/about.c
11325                 add text wrapping
11326
11327 2005-06-16 [paul]       1.9.11cvs76
11328
11329         * src/gtk/about.c
11330                 reworked
11331
11332 2005-06-15 [colin]      1.9.11cvs75
11333
11334         * src/compose.c
11335                 Finish header encoding fix
11336         * src/summaryview.c
11337                 Fix segfault
11338         * src/headerview.c
11339                 Fix compilation (Thanks Stephan
11340                 Sachse)
11341
11342 2005-06-15 [colin]      1.9.11cvs74
11343
11344         * Makefile.am
11345                 Install gnome2 stuff rather than gnome1, 
11346                 if both are present
11347         * src/codeconv.c
11348         * src/codeconv.h
11349         * src/compose.c
11350                 Fix headers encoding
11351         * src/folder.c
11352                 Visual progress when fetching all messages
11353         * src/folderview.c
11354         * src/summaryview.c
11355         * src/summaryview.h
11356                 Prevent changing current message while
11357                 incorporating
11358
11359 2005-06-15 [paul]       1.9.11cvs73
11360
11361         * src/gtk/gtkaspell.c
11362         * src/gtk/gtkaspell.h
11363                 fix build warnings
11364
11365 2005-06-15 [paul]       1.9.11cvs72
11366
11367         * src/prefs_filtering.c
11368                 allow reordering of filter rules by
11369                 drag n drop
11370
11371 2005-06-15 [paul]       1.9.11cvs71
11372
11373         * COPYING
11374                 updated
11375         * src/codeconv.c
11376                 replace deprecated function
11377         * src/inc.c
11378         * src/send_message.c
11379         * src/gtk/progressdialog.c
11380         * src/gtk/progressdialog.h
11381                 salvage and reuse parts of reverted sync
11382
11383 2005-06-15 [paul]       1.9.11cvs70
11384
11385         * src/inc.c
11386         * src/send_message.c
11387         * src/gtk/progressdialog.c
11388         * src/gtk/progressdialog.h
11389                 revert yesterday's sync with main
11390                 it contains deprecated functions
11391
11392 2005-06-15 [colin]      1.9.11cvs69
11393
11394         * src/headerview.c
11395                 Fix bug #670 (multi user to: will corrupt message 
11396                 headers display)
11397
11398 2005-06-15 [colin]      1.9.11cvs68
11399
11400         * src/compose.c
11401                 Fix bug #421 (Fix undo on wrapping)
11402
11403 2005-06-15 [colin]      1.9.11cvs67
11404
11405         * src/folder.c
11406                 Provide visual feedback while processing
11407                 folder's rules.
11408         * src/imap.c
11409                 Provide visual feedback while getting
11410                 short headers (for uncached messages)
11411
11412
11413 2005-06-14 [paul]       1.9.11cvs66
11414
11415         * src/account.c
11416                 change a couple stock icons
11417         * src/inc.c
11418         * src/send_message.c
11419         * src/gtk/progressdialog.c
11420         * src/gtk/progressdialog.h
11421                 sync main's GtkTreeView implementation
11422
11423 2005-06-14 [colin]      1.9.11cvs65
11424
11425         * src/imap.c
11426                 Various little fixes, mainly on error paths
11427
11428 2005-06-13 [colin]      1.9.11cvs64
11429
11430         * matcher.c
11431         * procmsg.c
11432         * procmsg.h
11433                 Add a way to fetch only headers. This speeds
11434                 up filtering on headers for IMAP. Fixes:
11435                 bug #481 extraneous imap commands slow down 
11436                         imap filtering
11437                 bug #522 Sylpheed downloads all messages 
11438                         when opening mailbox (IMAP)
11439                 bug #677 IMAP fetch is soooooooooooooo slow
11440         * src/folder.c
11441         * src/folder.h
11442                 Add a folder set_batch method so that
11443                 implementations can speed up flags changes
11444         * src/folderutils.c
11445         * src/summaryview.c
11446                 Use that in mark as (un)read and mark all read
11447                 Refix bug #679
11448         * src/imap.c
11449                 Implement set_batch - brings back deferred
11450                 flags in a less buggy manner. Fixes:
11451                 bug #729 IMAP immediate expunge of deleted messages
11452                 bug #191 remove list of messages with one command
11453                 Fix login with strange chars
11454                 Implement fetch_msg_full
11455                 Fix copy (wrong counts)
11456
11457 2005-06-12 [colin]      1.9.11cvs63
11458
11459         * src/folder.c
11460                 lock incorporation during long operations.
11461                 Avoids fucking up the IMAP socket.
11462
11463 2005-06-12 [colin]      1.9.11cvs62
11464
11465         * src/imap.c
11466                 Fix harmful typo
11467                 Factorize remove_all_msg
11468                 Thread-ize expunge
11469         * src/summaryview.c
11470                 Don't update partial-download status if unnecessary
11471         * src/folder.c
11472                 Use remove_msgs everywhere possible
11473
11474 2005-06-12 [colin]      1.9.11cvs61
11475
11476         * src/folder.c
11477         * src/folder.h
11478                 Add a remove_msgs function to remove a 
11479                 list of messages
11480         * src/imap.c
11481                 Implement that.
11482
11483 2005-06-12 [colin]      1.9.11cvs60
11484
11485         * src/imap.c
11486                 Remove flags-processing deferring... Too hard
11487                 to get it to work in all cases.
11488
11489 2005-06-11 [colin]      1.9.11cvs59
11490
11491         * src/imap.c
11492                 printf -> debug_print
11493
11494 2005-06-11 [colin]      1.9.11cvs58
11495
11496         * src/imap.c
11497                 o Fix build without USE_PTHREAD
11498                 o Factorize imap_open
11499                 o Alertpanel in case of impossible connection
11500                 o Alertpanel in case of impossible login
11501                 o Fix deferred flags processing to force a 
11502                   flush before adding some more flags to process,
11503                   but in another folder.
11504
11505 2005-06-10 [colin]      1.9.11cvs57
11506
11507         * src/imap.c
11508                 o Fix a format string error
11509                 o init ssl socket outside of the thread 
11510                   (it possibly invokes gtk calls)
11511         * src/procmime.c
11512                 o Put back the buffer to its necessary size
11513                 o Fix changing a file pointer without keeping
11514                   track of it (thanks Valgrind)
11515         * src/common/smtp.c
11516                 o Fix automatic STARTTLS if login should be done
11517                   and the server only allows it after starting TLS
11518         * src/gtk/gtkinputdialog.c
11519                 o Eat GDK_Return so that the combo popup doesn't 
11520                   appear when we press Enter to validate the combo
11521                   input dialog (as seen in the Open with... dialog)
11522
11523 2005-06-10 [colin]      1.9.11cvs56
11524
11525         * src/imap.c
11526                 o A bit less debug
11527                 o Fix a crash on deletion
11528                 o Threadize imap_select (it's called outside of 
11529                   threads)
11530                 o Defer treatment of DELETED flags
11531
11532
11533 2005-06-09 [colin]      1.9.11cvs55
11534
11535         * src/imap.c
11536                 Make sure we check imap_gtk_should_override(), which
11537                 potentially calls gtk stuff, before creating thread.
11538                 That way it should't be called via imap_get_session()
11539                 inside a thread.
11540
11541 2005-06-09 [colin]      1.9.11cvs54
11542
11543         * src/imap.c
11544                 o add a bit of status output
11545                 o remove some dead code
11546                 o threadize get_list_of_uids
11547                 o threadize imap_get_flags
11548                 o defer flag changing by 500ms so that they
11549                   can be batched
11550
11551
11552 2005-06-08 [colin]      1.9.11cvs53
11553
11554         * src/imap.c
11555                 Thread-ize imap_cmd_fetch
11556
11557 2005-06-08 [colin]      1.9.11cvs52
11558
11559         * src/main.c
11560                 Mmh, that broke POP3...
11561
11562 2005-06-08 [colin]      1.9.11cvs51
11563
11564         * src/main.c
11565                 Stabilize IMAP patch (thanks to Hoa)
11566
11567 2005-06-08 [colin]      1.9.11cvs50
11568
11569         * src/imap.c
11570                 Test patch to speed up imap. 
11571
11572 2005-06-08 [colin]      1.9.11cvs49
11573
11574         * src/imap_gtk.c
11575                 Warning fix
11576         * src/procmime.c
11577                 Apply patch from gentoo to use /usr/share/mime/globs if 
11578                 available, after un-breaking it
11579         * src/common/log.c
11580         * src/common/log.h
11581                 Use g_timeout for invoking hooks that possibly use gtk
11582                 calls. This should leave gtk calls in the main thread.
11583
11584 2005-06-08 [paul]       1.9.11cvs48
11585
11586         * src/codeconv.c
11587                 conv_get_outgoing_charset_str(): don't
11588                 use prefs_common setting
11589         * src/compose.c
11590         * src/compose.h
11591                 add /Options/Character encoding/... to
11592                 temporarily change the outgoing encoding
11593
11594         (belated sync with main)
11595
11596 2005-06-08 [paul]       1.9.11cvs47
11597
11598         * src/compose.c
11599                 correction to/completion of last
11600                 sync with main
11601
11602 2005-06-08 [paul]       1.9.11cvs46
11603
11604         sync with main:
11605         
11606         * src/codeconv.c
11607         * src/codeconv.h
11608                 always enabled Japanese auto-detection
11609                 if the first letters of locale string
11610                 is "ja"
11611         * src/compose.c
11612                 don't use "destroy" signal to destroy
11613                 Compose object (fix rare crashes on discard?)
11614         * src/mainwindow.c
11615         * src/messageview.c
11616         * src/prefs_send.c
11617                 added Hebrew encodings
11618         * src/sourcewindow.c
11619                 don't use "destroy" signal to destroy
11620                 objects
11621
11622 2005-06-07 [colin]      1.9.11cvs45
11623
11624         * src/summaryview.c
11625                 Add missing unlocks/locks
11626
11627 2005-06-07 [paul]       1.9.11cvs44
11628
11629         * src/summaryview.c
11630                 restore bug #749 fix
11631
11632 2005-06-06 [colin]      1.9.11cvs43
11633
11634         * src/summaryview.c
11635                 Fix selection bug when prefs_common.open_unread 
11636                 is FALSE
11637
11638 2005-06-06 [colin]      1.9.11cvs42
11639
11640         * src/common/md5.c
11641                 Fix a warning
11642         * src/summaryview.c
11643         * src/folderview.c
11644                 Factorize long operations beginning and end
11645                 (locking, freezing/thawing, cursor, ...)
11646                 Check selection->data member in selection-
11647                 related loops; this avoids dying an awful
11648                 death if the selection changes on us while
11649                 we're marking a whole IMAP folder unread, 
11650                 for example.
11651
11652 2005-06-06 [paul]       1.9.11cvs41
11653
11654         * src/textview.c
11655                 don't g_free() a static gchar buffer
11656
11657 2005-06-05 [colin]      1.9.11cvs40
11658
11659         * src/mainwindow.c
11660         * src/messageview.c
11661         * src/summaryview.c
11662                 Fix bug #749 (Show all headers should be
11663                 sticky as the GUI suggests)
11664
11665 2005-06-03 [paul]       1.9.11cvs39
11666
11667         * src/compose.c
11668                 don't allow editing of mail while sending.
11669                 patch by Colin
11670
11671 2005-06-03 [paul]       1.9.11cvs38
11672
11673         * src/folderview.c
11674                 add a freeze/thaw to speed up 'mark all read'
11675
11676 2005-06-03 [paul]       1.9.11cvs37
11677
11678         * src/prefs_message.c
11679                 reflect changes immediately
11680
11681 2005-06-02 [colin]      1.9.11cvs36
11682
11683         * po/POTFILES.in
11684                 Patch by Fabien Vantard.
11685
11686 2005-06-02 [colin]      1.9.11cvs35
11687
11688         * src/imap.c
11689                 Use a non-blocking imap_getline() if possible.
11690                 This should completely prevent the interface
11691                 from freezin on imap operations, although it
11692                 may do strange stuff in case of folder switching
11693                 while a big imap operation is taking place...
11694
11695                 In addition, fix a leak in the case thread
11696                 creation fails on connection.
11697
11698 2005-06-02 [colin]      1.9.11cvs34
11699
11700         * src/crash.c
11701         * src/prefs_common.h
11702                 Fix build (prefs_common_init() doesn't exist
11703                 anymore)
11704
11705 2005-06-02 [colin]      1.9.11cvs33
11706
11707         * src/prefs_account.c
11708                 Fix bug #245 (filtering rules broken when
11709                 renaming a remote account (imap4 or nntp)
11710
11711 2005-06-02 [colin]      1.9.11cvs32
11712
11713         * src/imap.c
11714                 Try to fix IMAP shortcomings: 
11715                 o Multithread imap_open()
11716                 o allow offline-mode overriding instead of
11717                   just returning NULL
11718         * src/imap_gtk.c
11719         * src/imap_gtk.h
11720                 Add a function to ask whether we want to
11721                 override offline-mode for 10 minutes (one-shot
11722                 asking was painful)
11723         * src/procheader.c
11724                 Fix segfault when imap parser isn't happy about
11725                 a missing {
11726
11727 2005-06-01 [colin]      1.9.11cvs31
11728
11729         * src/addrharvest.c
11730         * src/compose.c
11731         * src/mbox.c
11732         * src/mbox.h
11733         * src/mh.c
11734         * src/msgcache.c
11735         * src/send_message.c
11736         * src/setup.c
11737         * src/undo.c
11738         * src/common/hooks.c
11739         * src/common/prefs.c
11740         * src/common/template.c
11741         * src/common/utils.c
11742         * src/gtk/gtkutils.c
11743         * src/gtk/inputdialog.c
11744         * src/gtk/menu.c
11745         * src/gtk/pluginwindow.c
11746         * src/gtk/prefswindow.c
11747         * src/plugins/pgpmime/passphrase.c
11748         * src/plugins/pgpmime/prefs_gpg.c
11749                 More -Wall fixes
11750
11751         * src/common/Makefile.am
11752         * src/common/timing.h
11753                 Add basic timing code
11754
11755         * src/summaryview.c
11756                 Fix a bug with unread messages when 
11757                 re-sorting folders, and by the way
11758                 fix a big performance hit when 
11759                 re-sorting (10k mails: before 5s,
11760                 after .5s)
11761
11762         * src/prefs_compose_writing.c
11763         * src/prefs_compose_writing.h
11764         * src/prefs_message.c
11765         * src/prefs_message.h
11766         * src/prefs_other.c
11767         * src/prefs_other.h
11768         * src/prefs_quote.c
11769         * src/prefs_quote.h
11770         * src/prefs_receive.c
11771         * src/prefs_receive.h
11772         * src/prefs_send.c
11773         * src/prefs_send.h
11774         * src/prefs_summaries.c
11775         * src/prefs_summaries.h
11776                 Fix copyright banner
11777
11778 2005-06-01 [paul]       1.9.11cvs30
11779
11780         * po/fi.po
11781                 updated by Flammie Pirinen
11782         * src/procmime.c
11783                 fix 'Bad BASE64 content' output
11784
11785 2005-05-31 [colin]      1.9.11cvs29
11786
11787         * src/procmime.c
11788                 Oops, where did my hunk go.
11789
11790 2005-05-31 [colin]      1.9.11cvs28
11791
11792         * src/Makefile.am
11793         * src/account.c
11794         * src/action.c
11795         * src/addr_compl.c
11796         * src/addressbook.c
11797         * src/codeconv.c
11798         * src/compose.c
11799         * src/export.c
11800         * src/folder.c
11801         * src/folderview.c
11802         * src/image_viewer.c
11803         * src/main.c
11804         * src/mainwindow.c
11805         * src/messageview.c
11806         * src/mimeview.c
11807         * src/msgcache.c
11808         * src/prefs_account.c
11809         * src/prefs_actions.c
11810         * src/prefs_common.c
11811         * src/prefs_compose_writing.c
11812         * src/prefs_customheader.c
11813         * src/prefs_ext_prog.c
11814         * src/prefs_filtering.c
11815         * src/prefs_filtering_action.c
11816         * src/prefs_fonts.c
11817         * src/prefs_image_viewer.c
11818         * src/prefs_message.c
11819         * src/prefs_message.h
11820         * src/prefs_msg_colors.c
11821         * src/prefs_other.c
11822         * src/prefs_other.h
11823         * src/prefs_quote.c
11824         * src/prefs_receive.c
11825         * src/prefs_receive.h
11826         * src/prefs_send.c
11827         * src/prefs_send.h
11828         * src/prefs_spelling.c
11829         * src/prefs_summaries.c
11830         * src/prefs_summary_column.c
11831         * src/prefs_template.c
11832         * src/prefs_themes.c
11833         * src/prefs_toolbar.c
11834         * src/prefs_wrapping.c
11835         * src/procmime.c
11836         * src/procmsg.c
11837         * src/send_message.h
11838         * src/ssl_manager.c
11839         * src/summary_search.c
11840         * src/summaryview.c
11841         * src/textview.c
11842         * src/wizard.c
11843         * src/common/smtp.c
11844         * src/common/smtp.h
11845         * src/gtk/gtkutils.h
11846                 o Move the rest of Common prefs to new style
11847                 o Lots of -Wall warning fixes
11848                 o fix FIXME in cache memusage calculation
11849                 o Let return receipts be sent from any account
11850                 o Little cache optimisation (read)
11851                 o Fix bug #746 (don't treat commas as separators
11852                   when inside a quoted string)
11853
11854 2005-05-31 [paul]       1.9.11cvs27
11855
11856         * src/prefs_common.c
11857                 fix 'off-by-one' typo
11858
11859 2005-05-31 [paul]       1.9.11cvs26
11860
11861         * src/account.c
11862         * src/addr_compl.c
11863         * src/compose.c
11864         * src/foldersel.c
11865         * src/prefs_actions.c
11866         * src/prefs_common.c
11867         * src/prefs_common.h
11868         * src/prefs_customheader.c
11869         * src/prefs_display_header.c
11870         * src/prefs_filtering.c
11871         * src/prefs_filtering_action.c
11872         * src/prefs_matcher.c
11873         * src/prefs_summaries.c
11874         * src/prefs_summary_column.c
11875         * src/prefs_template.c
11876         * src/prefs_toolbar.c
11877         * src/ssl_manager.c
11878         * src/gtk/pluginwindow.c
11879         * src/gtk/prefswindow.c
11880         * src/gtk/progressdialog.c
11881                 add hidden prefs 'enable_rules_hint'
11882                 for gtk_tree_view_set_rules_hint()
11883                 (sync with main)
11884                 
11885
11886 2005-05-31 [colin]      1.9.11cvs25
11887
11888         * src/Makefile.am
11889         * src/main.c
11890         * src/prefs_common.c
11891         * src/prefs_summaries.c ** ADDED **
11892         * src/prefs_summaries.h ** ADDED **
11893                 Common/Display -> Display/Summaries
11894
11895 2005-05-31 [colin]      1.9.11cvs24
11896
11897         * src/Makefile.am
11898         * src/main.c
11899         * src/prefs_quote.c ** ADDED **
11900         * src/prefs_quote.h ** ADDED **
11901                 Move Common/Quote to Compose/Quoting
11902         * src/prefs_common.c
11903         * src/prefs_common.h
11904                 Remove old quote stuff, add
11905                 convenience functions for GtkTextView prefs
11906         * src/gtk/prefswindow.c
11907                 Set default height higher
11908
11909 2005-05-30 [colin]      1.9.11cvs23
11910
11911         * src/Makefile.am
11912         * src/main.c
11913         * src/prefs_common.c
11914         * src/prefs_compose_writing.c ** ADDED **
11915         * src/prefs_compose_writing.h ** ADDED **
11916                 Move Common/Compose prefs to Compose/Writing
11917
11918 2005-05-30 [colin]      1.9.11cvs22
11919
11920         * src/common/utils.c
11921                 Fix bug #651 (Confused Attract by Subject)
11922                 Patch by M. Benkmann <haferfrost@web.de>
11923         * AUTHORS
11924
11925 2005-05-30 [colin]      1.9.11cvs21
11926
11927         * src/compose.c
11928                 Fix concatenation of different headers of
11929                 the same type (bug #645)
11930         * src/prefs_folder_item.c
11931                 Fix bug #699 (setting color to black doesn't
11932                 work immediately)
11933         * src/procmime.c
11934                 Print out decoding error only once per
11935                 block
11936
11937 2005-05-30 [paul]       1.9.11cvs20
11938
11939         * src/common/template.c
11940                 fix Bcc
11941
11942 2005-05-30 [paul]       1.9.11cvs19
11943
11944         * doc/src/rfc2368.txt   **NEW FILE**
11945         * src/compose.c
11946                 compose_entries_set(): don't interpret Bcc
11947                 header field (conform to RFC 2368)
11948                 (sync with main)
11949
11950 2005-05-29 [colin]      1.9.11cvs18
11951
11952         * src/prefs_common.c
11953                 Let the default reply format respect
11954                 netiquette by cutting the signature.
11955
11956 2005-05-29 [colin]      1.9.11cvs17
11957
11958         * src/summaryview.c
11959                 Don't let always_show_msg override
11960                 open_unread_on_enter when opening a new
11961                 directory.
11962
11963 2005-05-27 [paul]       1.9.11cvs16
11964
11965         sync with main:
11966
11967         * src/main.c
11968                 app_will_exit(): cleanup tmp directory when exit
11969         * src/message_search.c
11970                 improved the interface and made code cleanup.
11971                 removed Clear button
11972         * src/send_message.c
11973                 send_message_local(): use GSpawn, and detect errors
11974         * src/summary_search.c
11975                 improved the interface and made code cleanup
11976         * src/textview.c
11977                 textview_write_link(): also skip non-ascii space
11978                  at the head of link strings (phishing check
11979                  didn't work at the case)
11980         * src/common/utils.c
11981                 get_command_output(): use g_spawn_command_line_sync()
11982                 instead of popen()
11983
11984 2005-05-26 [colin]      1.9.11cvs15
11985
11986         * src/folder.c
11987                 remove printf
11988
11989 2005-05-26 [colin]      1.9.11cvs14
11990
11991         * src/common/nntp.c
11992                 Fix nntp mode reader (bug #611)
11993                 Patch by Florian Mickler <florian@mickler.org>
11994
11995 2005-05-26 [colin]      1.9.11cvs13
11996
11997         * src/plugins/pgpmime/passphrase.c
11998                 Fix mouse grabbing (bug #557)
11999
12000 2005-05-26 [colin]      1.9.11cvs12
12001
12002         * src/prefs_themes.c
12003                 Fix g_warning (bug #541)
12004
12005 2005-05-26 [colin]      1.9.11cvs11
12006
12007         * src/prefs_actions.c
12008         * src/prefs_template.c
12009                 Fix bug #506 (no warning if action/template
12010                 is not saved)
12011         * src/common/template.c
12012                 Fix a possible crash
12013
12014 2005-05-26 [colin]      1.9.11cvs10
12015
12016         * src/folder.c
12017         * src/folderview.c
12018         * src/procmsg.c
12019         * src/summaryview.c
12020                 Forbid locked messages to be moved or
12021                 deleted. Locked messages in trashes 
12022                 still get deleted, for performance
12023                 reason (mh.c::mh_remove_all_msgs)
12024
12025 2005-05-25 [colin]      1.9.11cvs9
12026
12027         * src/procmime.c
12028                 Use correct encoding when sending mails
12029                 with attachments that have accentued 
12030                 chars in their name
12031
12032 2005-05-24 [colin]      1.9.11cvs8
12033
12034         * src/summaryview.c
12035                 Fix bug #688 f) read/unread marker not
12036                 changed on first click
12037                 Also, optimize summary_status_show()
12038                 calls
12039         * src/folder.c
12040         * src/inc.c
12041         * src/procmime.c
12042                 Fix bug #688 b) and c) wrt message
12043                 attachments and signature
12044         * src/stock_pixmap.c
12045         * src/stock_pixmap.h
12046         * src/stock_pixmap.c
12047         * src/stock_pixmap.h
12048         * src/Makefile.am
12049         * src/pixmaps/clip_gpg_signed.xpm
12050                 Add clip/signed icon
12051
12052 2005-05-24 [colin]      1.9.11cvs7
12053
12054         * src/folder_item_prefs.c
12055                 whitespace fix
12056
12057 2005-05-24 [colin]      1.9.11cvs6
12058
12059         * src/folderview.c
12060         * src/prefs_common.c
12061         * src/prefs_common.h
12062                 Add a confirmation to folder drag and drop
12063                 fixes bug #156
12064         * src/alertpanel.c
12065         * src/alertpanel.h
12066                 fix _with_disable parameters so that
12067                 the buttons labels are specifiable too
12068         * src/plugins/pgpmime/sgpgme.c
12069                 reflect said change
12070                 
12071
12072 2005-05-24 [colin]      1.9.11cvs5
12073
12074         * src/folderview.c
12075                 Uncollapse/collapse folders on double-click
12076                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12077                 closes bug #108
12078
12079 2005-05-23 [colin]      1.9.11cvs4
12080
12081         * src/common/socket.c
12082                 Check another special SSL_peek() error.
12083                 Should help wrt bug #728
12084
12085 2005-05-23 [colin]      1.9.11cvs3
12086
12087         * src/plugins/pgpmime/pgpmime.c
12088                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12089                 breaking menu accelerators and stuff. Users will have to
12090                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12091                 account's privacy preferences if needed.
12092
12093 2005-05-22 [paul]
12094
12095         * tools/kdeservicemenu/install.sh
12096                 use kdesu to prompt for root password if doing
12097                 global install/uninstall
12098
12099 2005-05-20 [colin]      1.9.11cvs2
12100
12101         * src/procmsg.c
12102                 Fix another compilation error with gcc-2.9x
12103                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12104         * src/send_message.c
12105                 Don't send QUIT if we aren't connected
12106
12107 2005-05-19 [colin]      1.9.11cvs1
12108
12109         * src/procmsg.c
12110                 Fix compilation with gcc 2.9x
12111
12112 2005-05-19 [paul]       1.9.11
12113
12114         1.9.11 released
12115
12116 2005-05-19 [paul]       1.9.9cvs14
12117
12118         * src/gtk/inputdialog.c
12119                 prevent gettext warning
12120
12121 2005-05-19 [paul]       1.9.9cvs13
12122
12123         * src/mainwindow.c
12124         * src/prefs_common.c
12125         * src/prefs_common.h
12126         * src/textview.c
12127         * src/textview.h
12128                 add an option to toggle cursor in message
12129                 view (sync with main)
12130
12131 2005-05-18 [colin]      1.9.9cvs12
12132
12133         * src/compose.c
12134                 Dereference freed pointer
12135         * src/gtk/gtkaspell.c
12136                 Fix duplication of dictionaries (is it an aspell issue?)
12137
12138 2005-05-18 [colin]      1.9.9cvs11
12139
12140         * src/gtk/inputdialog.c
12141         * src/gtk/gtkaspell.c
12142                 HIGuify dialogs
12143         * src/alertpanel.c
12144                 Remove a double call
12145
12146 2005-05-17 [colin]      1.9.9cvs10
12147
12148         * src/gtk/gtkaspell.c
12149                 Fix dialogs, Ctrl-Enter accel
12150
12151 2005-05-17 [colin]      1.9.9cvs9
12152
12153         * src/gtk/gtkaspell.c
12154                 Fix some accelerators, escape in replace-window
12155
12156 2005-05-16 [colin]      1.9.9cvs8
12157
12158         * src/gtk/gtkaspell.c
12159                 Revert last commit, it was a mistake.
12160
12161 2005-05-16 [colin]      1.9.9cvs7
12162
12163         * src/gtk/gtkaspell.c
12164                 Remove buggy code while we're at it. It's a 
12165                 dead code path anyway.
12166
12167 2005-05-16 [colin]      1.9.9cvs6
12168
12169         * src/gtk/gtkaspell.c
12170                 Missed some gtk_menu_popup where deactivate
12171                 signal should be handled. Should fix bug
12172                 #629 a bit more.
12173
12174 2005-05-16 [colin]      1.9.9cvs5
12175
12176         * src/gtk/gtkaspell.c
12177                 Remove debug printf()s
12178
12179 2005-05-16 [colin]      1.9.9cvs4
12180
12181         * src/gtk/gtkaspell.c
12182                 Fix a bit aspell problems
12183                 (see bug #629)
12184
12185 2005-05-13 [colin]      1.9.9cvs3
12186
12187         * src/folderview.c
12188                 Fix the + appearing even when no subfolders
12189                 have unread messages. Thanks to wwp for the
12190                 bug report.
12191
12192 2005-05-11 [paul]       1.9.9cvs2
12193
12194         * src/folderview.c
12195                 correction to 1.9.9cvs1, only colour folders that
12196                 have new msgs (not unread msgs)
12197
12198 2005-05-10 [colin]      1.9.9cvs1
12199
12200         * src/folderview.c
12201         * src/summaryview.c
12202                 Try to fix bolding bugs again.
12203
12204 2005-05-09 [paul]
12205
12206         * tools/claws.i18n.status.pl
12207                 add Ricardo Mones Lastra's script that has been providing
12208                 the i18n status page for many months
12209
12210 2005-05-09 [paul]       1.9.9
12211
12212         1.9.9 release
12213
12214 2005-05-09 [paul]       1.9.6cvs58
12215
12216         * AUTHORS
12217         * INSTALL
12218         * README.claws
12219                 updated
12220         * Makefile.am 
12221         * RELEASE_NOTES.claws
12222                 add release notes to cvs to simplify release
12223                 procedure
12224         * configure.ac
12225                 add ca and fi to ALL_LINGUAS
12226         * po/Makefile.in.in
12227                 workaround for missing Makevars
12228         * po/ca.po
12229         * po/fi.po
12230                 add new Catalan and Finnish translations
12231                 submitted by Miquel Oliete and Flammie Pirinen
12232         * po/de.po
12233         * po/es.po
12234         * po/fr.po
12235         * po/it.po
12236         * po/pl.po
12237         * po/ru.po
12238         * po/sk.po
12239         * po/sr.po
12240         * po/zh_CN.po
12241                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12242                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12243                 Urke MMI, and Hansom Young
12244         * src/main.c
12245                 Fix drafting when quitting. compose_draft() closes the
12246                 compose windows, which modifies the compose_list GSList.
12247                 We have to refresh this list after echo drafting to avoid a
12248                 segfault
12249         * src/partial_download.c
12250                 fix segfault on exit
12251
12252 2005-05-06 [paul]       1.9.6cvs57
12253
12254         * src/grouplistdialog.c
12255                 quick fix/workaround for unresizeable newsgroup
12256                 name column 
12257
12258 2005-05-06 [paul]       1.9.6cvs56
12259
12260         * src/inc.c
12261         * src/mainwindow.c
12262                 use gettext plural forms
12263         * src/imap_gtk.c
12264         * src/mh_gtk.c
12265         * src/toolbar.c
12266                 small improvement to english usage
12267
12268 2005-05-05 [thorsten]   1.9.6cvs55
12269
12270         * src/folder.c
12271                 fix possible crash
12272
12273 2005-05-05 [paul]       1.9.6cvs54
12274         
12275         sync with HEAD
12276
12277         * AUTHORS
12278         * src/compose.c
12279                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12280                 patch by Tim Mann
12281
12282 2005-05-05 [paul]       1.9.6cvs53
12283
12284         * src/mainwindow.c
12285                 fix resizing of separate message and
12286                 folder views
12287
12288 2005-05-05 [paul]       1.9.6cvs52
12289
12290         * src/account.c
12291         * src/addrgather.c
12292         * src/browseldap.c
12293         * src/exphtmldlg.c
12294         * src/expldifdlg.c
12295         * src/importmutt.c
12296         * src/importpine.c
12297         * src/main.c
12298         * src/mainwindow.c
12299         * src/noticeview.c
12300         * src/prefs_filtering.c
12301         * src/prefs_filtering_action.c
12302         * src/prefs_matcher.c
12303         * src/prefs_spelling.c
12304         * src/prefs_toolbar.c
12305         * src/toolbar.c
12306         * src/wizard.c
12307         * src/gtk/description_window.c
12308         * src/gtk/gtkvscrollbutton.c
12309         * src/gtk/progressdialog.c
12310         * src/gtk/quicksearch.c
12311         * src/plugins/pgpmime/prefs_gpg.c
12312         * src/plugins/spamassassin/spamassassin_gtk.c
12313                 replace deprecated gtk_widget_set_usize
12314
12315 2005-05-04 [colin]      1.9.6cvs51
12316
12317         * src/common/utils.c
12318                 Fix crash when subst_for_filename is called
12319                 with a NULL parameter
12320
12321 2005-05-04 [colin]      1.9.6cvs50
12322
12323         * src/partial_download.c
12324         * src/pop.c
12325                 Escape login when writing uidl file
12326                 fixes bug #736
12327
12328 2005-05-03 [colin]      1.9.6cvs49
12329
12330         * src/procmime.c
12331                 Fix possible DOS in mime parser
12332                 (see bug #634)
12333
12334 2005-05-02 [colin]      1.9.6cvs48
12335
12336         * src/compose.c
12337                 Try to fix the copy/paste mess once again.
12338
12339
12340 2005-04-30 [colin]      1.9.6cvs47
12341
12342         * src/prefs_account.h
12343         * src/procmsg.c
12344         * src/send_message.c
12345         * src/common/smtp.c
12346         * src/common/smtp.h
12347                 Try to batch sending mails (per account) instead of
12348                 reconnecting to server every time.
12349
12350 2005-04-29 [colin]      1.9.6cvs46
12351
12352         * src/messageview.c
12353                 Fix window resizing that refused to size down
12354         * src/prefs_common.c
12355         * src/prefs_common.h
12356         * src/prefs_filtering.c
12357                 Save Filtering's window size
12358
12359 2005-04-21 [paul]       1.9.6cvs45
12360
12361         * ChangeLog-gtk2.claws
12362         * src/setup.c
12363                 correction to sync
12364
12365 2005-04-21 [paul]       1.9.6cvs44
12366
12367         sync with main:
12368
12369         * src/setup.c
12370         * src/statusbar.c
12371         * src/statusbar.h
12372                 use gtkut_widget_draw_now(). Improved performance
12373                 of the update of statusbar
12374         * src/textview.c
12375                 textview_smooth_scroll_do(): redraw it after scroll
12376                 is done (fixed incorrect display when a part of the
12377                 view is hidden).
12378         * src/gtk/gtkutils.c
12379         * src/gtk/gtkutils.h
12380                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12381                 to force update of widgets.
12382                 Removed gtkut_widget_wait_for_draw() which had a big
12383                 overhead  because of waiting for all events processed 
12384
12385 2005-04-20 [paul]       1.9.6cvs43
12386
12387         * src/codeconv.c
12388                 complete 1.9.6cvs42's sync:
12389                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12390
12391 2005-04-19 [paul]       1.9.6cvs42
12392
12393         sync with main:
12394
12395         * src/action.c
12396                 catch_output(): correctly select the insert text
12397                 (fix invalid iterator warnings).
12398         * src/codeconv.c
12399         * src/codeconv.h
12400         * src/mainwindow.c
12401         * src/messageview.c
12402         * src/prefs_common.c
12403                 support GBK encoding.
12404         * src/common/session.c
12405         * src/common/session.h
12406                 use separate buffer for large data to be sent,
12407                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12408
12409 2005-04-18 [paul]       1.9.6cvs41
12410
12411         * src/jpilot.c
12412                 convert unsigned long into guint32
12413                 patch by Paul LeoNerd Evans 
12414
12415 2005-04-17 [colin]      1.9.6cvs40
12416
12417         * src/compose.c
12418                 Fix 'Request return receipt' from folder
12419                 properties (bug #708)
12420
12421 2005-04-17 [colin]      1.9.6cvs39
12422
12423         * src/mainwindow.c
12424                 Fix duplicate hotkeys in Mainwindow's menu
12425
12426 2005-04-17 [colin]      1.9.6cvs38
12427
12428         * src/folderview.c
12429                 Fix duplicate hotkeys in Folderview's contextual
12430                 menu
12431
12432 2005-04-15 [colin]      1.9.6cvs37
12433
12434         * src/summaryview.c
12435                 Fix 'Save as...' with non-ascii filenames
12436
12437 2005-04-15 [colin]      1.9.6cvs36
12438
12439         * src/plugins/pgpmime/pgpmime.c
12440                 Fix bus error on 64bit. Spotted by 
12441                 macallan1888@gmail.com
12442
12443 2005-04-15 [colin]      1.9.6cvs35
12444
12445         * src/prefs_account.c
12446                 Fix cvs34.
12447
12448 2005-04-12 [colin]      1.9.6cvs34
12449
12450         * src/prefs_account.c
12451                 Fix smtp auth type off-by-one. We forgot to
12452                 add PLAIN in the prefs-to-gui setter func and
12453                 as a result, the selected auth when opening
12454                 account prefs was not the correct one.
12455
12456 2005-04-12 [paul]       1.9.6cvs33
12457
12458         * src/inc.c
12459                 if the recv dialog is visible, Cancel only
12460                 cancels the current account
12461
12462
12463 2005-04-10 [colin]      1.9.6cvs32
12464
12465         * src/filtering.c
12466                 Copy score when copying FilteringActions
12467                 Fix bug #674
12468
12469 2005-04-10 [colin]      1.9.6cvs31
12470
12471         * src/inc.c
12472                 Make Message -> Receive -> Cancel cancel 
12473                 incorporation on all accounts. Fixes
12474                 bug #693
12475
12476 2005-04-10 [colin]      1.9.6cvs30
12477
12478         * src/prefs_account.c
12479                 Update Privacy checkbuttons status based
12480                 on the selected privacy system
12481         * src/compose.c
12482                 Always connect the "None" privacy system; the
12483                 static boolean was probably there to avoid
12484                 reconnecting twice in the same compose window,
12485                 but as the parent function is only called once
12486                 per compose, it's only a bug - as a static is
12487                 initialized once per application instance.
12488                 Also, don't uncheck Sign and Encrypt when
12489                 selecting None as privacy system; just ignore
12490                 them when sending/queuing.
12491                 Should fix bug #695
12492
12493 2005-04-08 [colin]      1.9.6cvs29
12494
12495         * src/account.c
12496         * src/prefs_account.c
12497         * src/prefs_account.h
12498                 Add account preference to queue message in a certain
12499                 folder.
12500
12501 2005-04-06 [colin]      1.9.6cvs28
12502
12503         * src/prefs_account.c
12504                 Update old inbox path syntax
12505
12506 2005-04-06 [paul]       1.9.6cvs27
12507
12508         sync with main:
12509
12510         * configure.ac
12511                 changed -traditional-cpp to -no-cpp-precomp for newer
12512                 Mac OS X support
12513         * src/foldersel.c
12514                 made column resize automatically
12515         * src/send_message.c
12516                 send_message_smtp(): consider EOF right after QUIT
12517                 successful (workaround for Gmail SMTP server)
12518         * src/common/socket.c
12519                 ssl_read(), ssl_peek(): check EOF which violates the
12520                 SSL protocol
12521         * src/gtk/colorlabel.c
12522                 removed warnings when displaying colorlabel menu
12523                 (don't use GtkAlignment)
12524
12525 2005-04-05 [paul]       1.9.6cvs26
12526
12527         * src/plugins/trayicon/trayicon.c
12528                 fix clipping of icon under KDE3 
12529
12530 2005-04-05 [paul]       1.9.6cvs25
12531
12532         * src/summaryview.c
12533                 hide display of threading
12534                 patch by Alfons
12535
12536 2005-04-04 [thorsten]   1.9.6cvs24
12537
12538         * src/mh.c
12539                 marks lost on filesystems with different stat() results on
12540                 summer-/wintertime
12541
12542 2005-04-03 [colin]      1.9.6cvs23
12543
12544         * src/summaryview.c
12545                 Don't handle up/down. Patch by Alfons
12546
12547 2005-04-02 [colin]      1.9.6cvs22
12548
12549         * src/summaryview.c
12550                 Make scrolling faster. Patch by Alfons.
12551
12552 2005-04-01 [colin]      1.9.6cvs21
12553
12554         * src/Makefile.am
12555         * src/stock_pixmap.c
12556         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12557         * src/pixmaps/dir_noselect.xpm ** ADDED **
12558                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12559
12560 2005-04-01 [colin]      1.9.6cvs20
12561
12562         * src/image_viewer.c
12563         * src/image_viewer.h
12564         * src/procmime.c
12565         * src/procmime.h
12566         * src/textview.c
12567         * src/textview.h
12568                 Implement inline image resizing and right-clicking
12569
12570 2005-04-01 [paul]       1.9.6cvs19
12571
12572         * AUTHORS
12573         * Makefile.am
12574         * configure.ac
12575                 check for gnome2
12576                 patch by Luca Cavalli <loopback<AT>slackit.org>
12577         * po/ru.po
12578                 updated by Pavlo Bohmat
12579
12580 2005-03-31 [colin]      1.9.6cvs18
12581
12582         * src/news.c
12583                 Fix parsing references
12584         * src/msgcache.c
12585                 don't put nulls in the references list
12586         * src/procheader.c
12587                 commit that forgotten file in 1.9.6cvs14
12588
12589 2005-03-31 [colin]      1.9.6cvs17
12590
12591         * src/compose.c
12592                 Fix joining of signature separator again. 
12593                 Maybe Hiro could put it in main too...
12594
12595 2005-03-31 [colin]      1.9.6cvs16
12596
12597         * src/Makefile.am
12598         * src/foldersel.c
12599         * src/stock_pixmap.c
12600         * src/stock_pixmap.h
12601         * src/pixmaps/dir-noselect.xpm
12602                 Update foldersel.c (sync from main, patch by Alfons)
12603
12604 2005-03-30 [colin]      1.9.6cvs15
12605
12606         * src/imap.c
12607                 Fix handling of imap folders containing [] in 
12608                 their name. Thanks to Nahuel Angelinetti for
12609                 the detailed bugreport.
12610
12611 2005-03-30 [colin]      1.9.6cvs14
12612
12613         * src/common/utils.h
12614         * src/common/utils.c
12615         * src/common/defs.h
12616         * src/matcher.c
12617         * src/msgcache.c
12618         * src/news.c
12619         * src/procmsg.c
12620         * src/procmsg.h
12621         * src/quote_fmt_parse.y
12622         * src/summaryview.c
12623                 Update references system. Patch by Alfons
12624
12625 2005-03-30 [colin]      1.9.6cvs13
12626
12627         * src/common/socket.c
12628                 Force the glibc to read resolv.conf again when 
12629                 it has changed. Should fix issues when changing
12630                 networks on a laptop and not restarting sylpheed. 
12631
12632 2005-03-30 [paul]       1.9.6cvs12
12633
12634         partial sync with main:
12635
12636         * src/action.c
12637                 create_io_dialog(): use user-defined text font
12638                 (thanks to Alfons), and modified its appearance.
12639         * src/addrgather.c
12640         * src/addrharvest.c
12641         * src/browseldap.c
12642                 replace old code
12643         * src/compose.c
12644                 don't join (presumably) itemized lines on line-wrapping
12645                 fixed wrapping of quote when auto-wrapping is enabled
12646                 compose_destroy(): destroy paned only if it's not
12647                 attached to window. Fixed memory leak of popup menu.
12648         * src/exphtmldlg.c
12649         * src/expldifdlg.c
12650                 replace old code
12651         * src/html.c
12652         * src/html.h
12653         * src/importmutt.c
12654         * src/importpine.c
12655                 replace old code
12656         * src/main.c
12657                 removed redundant code
12658         * src/mainwindow.c
12659                 changed 'Code set' (which is rather incorrect)
12660                 in the menu to 'Character encoding'
12661                 main_window_set_widgets(): request size first
12662                 to prevent window size becoming wrong
12663                 fixed remembering of the state of the visibility
12664                 of MessageView
12665         * src/messageview.c
12666                 changed 'Code set' (which is rather incorrect)
12667                 in the menu to 'Character encoding'
12668         * src/prefs_common.c
12669         * src/prefs_common.h
12670                 added an option whether to render HTML as text or not
12671                 added separators to outgoing encoding menu
12672         * src/procheader.c
12673                 procheader_scan_date_string(): support header
12674                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12675         * src/summaryview.c
12676         * src/summaryview.h
12677                 minor code cleanup
12678         * src/textview.c
12679                 textview_show_html(): force output of newline
12680                 added an option whether to render HTML as text or not
12681         * src/common/utils.c
12682                 strncpy2(): optimized based on Alfons' code
12683         * src/gtk/gtkutils.c
12684         * src/gtk/gtkutils.h
12685                 removed non-used code
12686         * src/plugins/pgpmime/passphrase.c
12687                 partially fixed grab input of passphrase dialog
12688                 Confine pointer to window
12689
12690 2005-03-30 [colin]      1.9.6cvs11
12691
12692         * src/msgcache.c
12693         * src/msgcache.h
12694                 Read/write 32bit ints from cache & marks
12695                 From main.
12696
12697 2005-03-29 [paul]       1.9.6cvs10
12698
12699         * AUTHORS
12700         * ChangeLog.claws
12701         * src/compose.c
12702         * src/gtk/gtkaspell.c
12703                 sync with HEAD (don't pass NULL pointers) 
12704
12705 2005-03-24 [paul]
12706
12707         * tools/Makefile.am
12708         * tools/README
12709         * tools/acroread2sylpheed.pl
12710                 sync with HEAD (add script to send pdfs as
12711                 attachments from Adobe Reader 7)
12712
12713 2005-03-21 [paul]       1.9.6cvs9
12714
12715         * configure.ac
12716         * po/POTFILES.in
12717         * src/Makefile.am
12718         * src/crash.c
12719         * src/image_viewer.c ** ADDED **
12720         * src/image_viewer.h ** ADDED **
12721         * src/main.c
12722         * src/prefs_common.c
12723         * src/prefs_common.h
12724         * src/prefs_image_viewer.c ** ADDED **
12725         * src/prefs_image_viewer.h ** ADDED **
12726         * src/textview.c
12727         * src/gtk/about.c
12728         * src/pixmaps/sylpheed_logo.xpm
12729         * src/plugins/Makefile.am
12730         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12731         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12732         * src/plugins/image_viewer/plugin.c ** REMOVED **
12733         * src/plugins/image_viewer/viewer.c ** REMOVED **
12734         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12735         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12736         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12737         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12738         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12739                 as gdk-pixbuf is now built-in
12740                 remove image_viewer plugin and put code back into
12741                 main codebase
12742                 implement inline image display (sync with main)
12743
12744                 replace logo with newer, nicer, larger version  
12745
12746 2005-03-21 [paul]       1.9.6cvs8
12747
12748         * src/gtk/about.c
12749                 cosmetic improvement
12750
12751 2005-03-21 [holger]     1.9.6cvs7
12752
12753         * src/plugins/spamassassin/spamassassin.c
12754                 Sync with HEAD
12755                 (unregister hook on failed plugin init)
12756
12757 2005-03-20 [colin]      1.9.6cvs6
12758
12759         * src/common/plugin.c
12760                 Check that plugin isn't already loaded
12761                 Patch by Alfons
12762
12763 2005-03-20 [thorsten]   1.9.6cvs5
12764
12765         * src/compose.c
12766                 use a more compatible syntax
12767
12768 2005-03-20 [thorsten]   1.9.6cvs4
12769
12770         * src/prefs_toolbar.c
12771                 fix crash when selecting toolbar item (uninitialized pointer)
12772
12773 2005-03-20 [thorsten]   1.9.6cvs3
12774
12775         * src/procmime.c
12776                 fix mimetype detection (referenced free()d string)
12777
12778 2005-03-20 [paul]       1.9.6cvs2
12779
12780         * src/compose.c
12781                 sync with HEAD (1.0.3cvs5)
12782                 neglect Reply-To header if empty
12783                 Patch by Alfons 
12784
12785 2005-03-19 [holger]     1.9.6cvs1
12786
12787         * src/summaryview.c
12788         * src/summaryview.h
12789                 Sync with HEAD
12790
12791 2005-03-18 [paul]       1.9.6
12792
12793         initial GTK2 release
12794
12795 2005-03-18 [paul]       1.0.3cvs3.1
12796
12797         * AUTHORS
12798         * ChangeLog.claws
12799         * configure.ac
12800         * src/gtk/about.c
12801         * src/pixmaps/sylpheed_logo.xpm
12802                 sync with HEAD
12803
12804 2005-03-18 [colin]      1.0.3cvs2.6
12805
12806         * src/summaryview.c
12807                 Remove call to summary_step in summary_copy_selected_to
12808                 Can't see its purpose, and this causes bug when copying
12809                 a message if the next one is unread: it reads it.
12810
12811 2005-03-18 [paul]       1.0.3cvs2.5
12812
12813         * src/foldersel.c
12814                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12815
12816 2005-03-18 [paul]       1.0.3cvs2.4
12817
12818         * src/addrharvest.c
12819         * src/codeconv.c
12820         * src/codeconv.h
12821         * src/compose.c
12822         * src/news.c
12823         * src/procheader.c
12824         * src/procmime.c
12825         * src/unmime.c
12826         * src/unmime.h
12827                 fix buffer overflow, CAN-2005-0667, see
12828                 http://secunia.com/advisories/14491/
12829                 Patch by Alfons
12830
12831 2005-03-17 [colin]      1.0.3cvs2.3
12832
12833         * src/prefs_fonts.c
12834         * src/summaryview.c
12835                 Fix font bugs (both lists now officialy share 
12836                 the same font)
12837                 
12838
12839 2005-03-17 [paul]       1.0.3cvs2.2
12840
12841         * src/gtk/pluginwindow.c
12842                 make plugin descriptions uneditable
12843
12844 2005-03-11 [paul]       1.0.3cvs2.1
12845
12846         * ChangeLog.claws
12847         * configure.ac
12848         * po/POTFILES.in
12849         * src/plugins/trayicon/trayicon.c
12850                 sync with HEAD
12851                 add src/wizard.c to POTFILES.in
12852
12853 2005-03-11 [paul]       1.0.3cvs1.1
12854
12855         * ChangeLog
12856         * ChangeLog.claws
12857         * configure.ac
12858         * po/de.po
12859         * po/es.po
12860         * po/fr.po
12861         * po/it.po
12862         * po/pt_BR.po
12863         * po/ru.po
12864         * po/sk.po
12865         * po/sr.po
12866         * po/zh_CN.po
12867                 sync with HEAD
12868
12869 2005-03-04 [colin]      1.0.1cvs22.2
12870
12871         * src/compose.c
12872                 Fix signatures with accentued chars in it
12873
12874 2005-03-04 [colin]      1.0.1cvs22.1
12875
12876         * src/common/smtp.c
12877         * src/common/smtp.h
12878                 Don't use SIZE param in MAIL FROM: if server 
12879                 doesn't support it. Patch by Eugen Freiter
12880                 <eugen_f@users.sf.net>
12881
12882 2005-02-27 [paul]       1.0.1cvs20.1
12883
12884         * ChangeLog.claws
12885         * configure.ac
12886         * src/messageview.c
12887                 sync with HEAD
12888
12889 2005-02-27 [colin]      1.0.1cvs19.4
12890
12891         * src/procheader.c
12892         * src/procheader.h
12893                 Fix prototypes. Patch by Alfons
12894
12895 2005-02-27 [colin]      1.0.1cvs19.3
12896
12897         * src/compose.c
12898                 Don't auto-join the signature separator.
12899
12900 2005-02-26 [colin]      1.0.1cvs19.2
12901
12902         * src/summaryview.c
12903                 Fix 'mark all read' with collapsed threads.
12904                 Patch by Alfons.
12905
12906 2005-02-25 [paul]       1.0.1cvs19.1
12907
12908         * ChangeLog.claws
12909         * configure.ac
12910         * src/prefs_account.c
12911         * src/prefs_folder_item.c
12912         * src/gtk/prefswindow.c
12913         * src/gtk/prefswindow.h
12914                 sync with HEAD
12915
12916 2005-02-25 [paul]       1.0.1cvs15.12
12917
12918         * src/alertpanel.c
12919         * src/codeconv.c
12920         * src/compose.c
12921         * src/textview.c
12922         * src/gtk/gtkutils.c
12923         * src/gtk/gtkutils.h
12924         * src/gtk/logwindow.c
12925         * src/gtk/progressdialog.c
12926                 sync with main (revision 127)
12927                 and fix logwindow clipping
12928
12929 2005-02-24 [colin]      1.0.1cvs15.11
12930
12931         * src/plugins/pgpmime/passphrase.c
12932                 Disable input grabbing; it doesn't work yet.
12933
12934 2005-02-24 [colin]      1.0.1cvs15.10
12935
12936         * src/messageview.c
12937                 Don't send out receipts if offline. Ask.
12938
12939 2005-02-23 [colin]      1.0.1cvs15.9
12940
12941         * src/summaryview.c     
12942                 Fix expanding
12943
12944 2005-02-23 [colin]      1.0.1cvs15.8
12945
12946         * src/summaryview.c
12947                 Really fix Bug 568 by removing useless
12948                 calls. summary_thread_init() now called
12949                 in summary_sort(). This should please
12950                 Alfons as it should be faster than 
12951                 previously.
12952
12953 2005-02-23 [colin]      1.0.1cvs15.7
12954
12955         * src/compose.c
12956                 Encode parts as QP or B64 if signing
12957
12958 2005-02-23 [colin]      1.0.1cvs15.6
12959
12960         * src/compose.c
12961                 Fix Mimeinfo leakage (including tmp files)
12962         * src/procmsg.c
12963                 Fix tmp file leakage (spotted by Ivan Rayner)
12964
12965 2005-02-22 [colin]      1.0.1cvs15.5
12966
12967         * src/expldifdlg.c
12968                 Fix keyboard input. Patch by Alfons.
12969
12970 2005-02-21 [colin]      1.0.1cvs15.4
12971
12972         * src/compose.c
12973                 Fix Sign/Encrypt when unselecting privacy
12974                 system
12975         * src/prefs_common.c
12976                 Change default message font to Monospace
12977         * src/summaryview.c
12978                 More freezing during potentially large operations
12979
12980 2005-02-21 [paul]       1.0.1cvs15.3
12981
12982         * src/main.c
12983                 fix --help output
12984
12985 2005-02-21 [paul]       1.0.1cvs15.2
12986
12987         * po/Makefile.in.in
12988         * src/compose.c
12989         * src/summaryview.c
12990         * src/textview.c
12991         * src/common/utils.c
12992         * src/common/utils.h
12993                 sync with main (revision 117)
12994
12995 2005-02-20 [colin]      1.0.1cvs15.1
12996
12997         * src/common/defs.h
12998                 Change cache file to .sylpheed_claws_cache, as
12999                 suggested by Alfons. Allows people to switch
13000                 between Sylpheed and Sylpheed-Claws. it is
13001                 a good idea to "Check for new messages" at next
13002                 startup.
13003
13004
13005 2005-02-18 [colin]      1.0.1cvs14.1
13006
13007         * src/quote_fmt_lex.l
13008         * src/quote_fmt_parse.y
13009                 Fix parser initialisation. Patch by Ivan.
13010
13011 2005-02-18 [colin]      1.0.1cvs11.6
13012
13013         * src/folderview.c
13014                 Fix scrolldown (bug 662)
13015
13016 2005-02-17 [colin]      1.0.1cvs11.5
13017
13018         * src/codeconv.c
13019                 conv_filename_to_utf8: return clean 7bit instead
13020                 of broken utf8 if needed
13021         * src/mimeview.c
13022                 Fix display of parts with unclean 8bit names
13023
13024 2005-02-17 [paul]       1.0.1cvs11.4
13025
13026         * src/compose.c
13027         * src/exportldif.c
13028         * src/matcher_parser_parse.y
13029         * src/procmime.c
13030         * src/sourcewindow.c
13031         * src/common/Makefile.am
13032         * src/common/intl.h             ** REMOVED **
13033         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13034                 sync with main (revision 109)
13035                 and clean up
13036
13037 2005-02-16 [colin]      1.0.1cvs11.3
13038
13039         * src/summaryview.c
13040                 Fix collapsed thread not highlighting when new
13041                 messages in it (Bug 568) Patch by Stephan Sachse.
13042                 Fix messed up selection when reaching bounds (Bug 632)
13043         * src/prefs_themes.c
13044                 Fix theme installing (Bug 684)
13045
13046 2005-02-16 [colin]      1.0.1cvs11.2
13047
13048         * src/messageview.c
13049                 Fix messageview_select_all
13050
13051 2005-02-16 [colin]      1.0.1cvs11.1
13052
13053         * src/mh.c
13054                 Sync with HEAD (MH scan required function)
13055
13056 2005-02-15 [colin]      1.0.1cvs8.1
13057
13058         * src/mimeview.c
13059         * src/common/utils.c
13060                 Sync with HEAD (filename chars substitution)
13061
13062 2005-02-15 [colin]      1.0.1cvs7.3
13063
13064         * src/gtk/pluginwindow.c
13065                 Fix button spacing
13066
13067 2005-02-15 [colin]      1.0.1cvs7.2
13068
13069         * src/mimeview.c
13070                 Fix mime icons not reset across message when
13071                 scrolled down
13072
13073 2005-02-15 [colin]      1.0.1cvs7.1
13074
13075         * src/compose.c
13076         * src/procmime.c
13077                 Sync with HEAD (optimisation of cvs6)
13078
13079 2005-02-14 [colin]      1.0.1cvs6.1
13080
13081         * src/compose.c
13082         * src/procmime.c
13083                 Sync with HEAD (encode "From " at line beginning)
13084
13085 2005-02-14 [colin]      1.0.1cvs5.3
13086
13087         * src/compose.c
13088                 Fix wrapping with accentued chars.
13089
13090 2005-02-13 [colin]      1.0.1cvs5.2
13091
13092         * src/textview.c
13093                 Fix email informative part parsing with
13094                 accentued chars in it. ispunct() returns
13095                 true for them in utf8...
13096
13097 2005-02-12 [colin]      1.0.1cvs5.1
13098
13099         * src/filtering.c
13100                 Sync with HEAD (remove wrong use of compose after send)
13101
13102 2005-02-12 [paul]       1.0.1cvs4.5
13103
13104         * src/textview.c
13105                 remove unnecessary code (thanks to Alfons)
13106
13107 2005-02-12 [paul]       1.0.1cvs4.4
13108
13109         * src/textview.c
13110                 add 'Copy' to contextual menu on emails
13111
13112 2005-02-11 [colin]      1.0.1cvs4.3
13113
13114         * src/compose.c
13115                 revert 1.0.0cvs28.2, it doesn't work that well.
13116
13117 2005-02-11 [paul]       1.0.1cvs4.2
13118
13119         * po/Makefile.in.in
13120                 fix 'make release'
13121
13122 2005-02-10 [paul]       1.0.1cvs4.1
13123
13124         * ChangeLog
13125         * ChangeLog.claws
13126         * ChangeLog.jp
13127         * configure.ac
13128         * src/compose.c
13129                 sync with HEAD (sync with main)
13130
13131 2005-02-10 [paul]       1.0.1cvs3.2
13132
13133         * AUTHORS
13134         * Makefile.am
13135         * autogen.sh
13136         * configure.ac
13137         * config/mkinstalldirs
13138         * intl/.cvsignore
13139         * intl/ChangeLog
13140         * intl/VERSION
13141         * intl/bindtextdom.c
13142         * intl/config.charset
13143         * intl/dcgettext.c
13144         * intl/dcigettext.c
13145         * intl/dcngettext.c
13146         * intl/dgettext.c
13147         * intl/dngettext.c
13148         * intl/eval-plural.h
13149         * intl/explodename.c
13150         * intl/finddomain.c
13151         * intl/gettext.c
13152         * intl/gettextP.h
13153         * intl/gmo.h
13154         * intl/hash-string.h
13155         * intl/intl-compat.c
13156         * intl/l10nflist.c
13157         * intl/libgnuintl.h.in
13158         * intl/loadinfo.h
13159         * intl/loadmsgcat.c
13160         * intl/localcharset.c
13161         * intl/localcharset.h
13162         * intl/locale.alias
13163         * intl/localealias.c
13164         * intl/localename.c
13165         * intl/log.c
13166         * intl/ngettext.c
13167         * intl/os2compat.c
13168         * intl/os2compat.h
13169         * intl/osdep.c
13170         * intl/plural-exp.c
13171         * intl/plural-exp.h
13172         * intl/plural.c
13173         * intl/plural.y
13174         * intl/ref-add.sin
13175         * intl/ref-del.sin
13176         * intl/relocatable.c
13177         * intl/relocatable.h
13178         * intl/textdomain.c
13179         * m4/Makefile.am
13180         * po/Makefile.in.in
13181         * src/Makefile.am
13182         * src/account.c
13183         * src/action.c
13184         * src/addr_compl.c
13185         * src/addressadd.c
13186         * src/addressbook.c
13187         * src/addrgather.c
13188         * src/addrindex.c
13189         * src/alertpanel.c
13190         * src/browseldap.c
13191         * src/codeconv.c
13192         * src/codeconv.h
13193         * src/compose.c
13194         * src/compose.h
13195         * src/crash.c
13196         * src/editaddress.c
13197         * src/editbook.c
13198         * src/editgroup.c
13199         * src/editjpilot.c
13200         * src/editldap.c
13201         * src/editldap_basedn.c
13202         * src/editvcard.c
13203         * src/exphtmldlg.c
13204         * src/expldifdlg.c
13205         * src/export.c
13206         * src/exporthtml.c
13207         * src/filtering.c
13208         * src/folder.c
13209         * src/folder_item_prefs.c
13210         * src/foldersel.c
13211         * src/folderview.c
13212         * src/grouplistdialog.c
13213         * src/headerview.c
13214         * src/imap.c
13215         * src/imap_gtk.c
13216         * src/import.c
13217         * src/importldif.c
13218         * src/importmutt.c
13219         * src/importpine.c
13220         * src/inc.c
13221         * src/ldif.c
13222         * src/main.c
13223         * src/mainwindow.c
13224         * src/matcher.c
13225         * src/mbox.c
13226         * src/message_search.c
13227         * src/messageview.c
13228         * src/mh.c
13229         * src/mh_gtk.c
13230         * src/mimeview.c
13231         * src/msgcache.c
13232         * src/news.c
13233         * src/news_gtk.c
13234         * src/noticeview.c
13235         * src/partial_download.c
13236         * src/pop.c
13237         * src/prefs_account.c
13238         * src/prefs_actions.c
13239         * src/prefs_common.c
13240         * src/prefs_customheader.c
13241         * src/prefs_display_header.c
13242         * src/prefs_ext_prog.c
13243         * src/prefs_filtering.c
13244         * src/prefs_filtering_action.c
13245         * src/prefs_folder_item.c
13246         * src/prefs_fonts.c
13247         * src/prefs_gtk.c
13248         * src/prefs_matcher.c
13249         * src/prefs_msg_colors.c
13250         * src/prefs_spelling.c
13251         * src/prefs_summary_column.c
13252         * src/prefs_template.c
13253         * src/prefs_themes.c
13254         * src/prefs_toolbar.c
13255         * src/prefs_wrapping.c
13256         * src/privacy.c
13257         * src/procheader.c
13258         * src/procmime.c
13259         * src/procmsg.c
13260         * src/quote_fmt.c
13261         * src/recv.c
13262         * src/send_message.c
13263         * src/setup.c
13264         * src/sourcewindow.c
13265         * src/ssl_manager.c
13266         * src/statusbar.c
13267         * src/summary_search.c
13268         * src/summaryview.c
13269         * src/textview.c
13270         * src/toolbar.c
13271         * src/wizard.c
13272         * src/common/nntp.c
13273         * src/common/plugin.c
13274         * src/common/smtp.c
13275         * src/common/ssl.c
13276         * src/common/ssl_certificate.c
13277         * src/common/string_match.c
13278         * src/common/sylpheed.c
13279         * src/common/template.c
13280         * src/common/utils.c
13281         * src/gtk/about.c
13282         * src/gtk/colorlabel.c
13283         * src/gtk/description_window.c
13284         * src/gtk/filesel.c
13285         * src/gtk/foldersort.c
13286         * src/gtk/gtkaspell.c
13287         * src/gtk/gtkutils.c
13288         * src/gtk/inputdialog.c
13289         * src/gtk/logwindow.c
13290         * src/gtk/menu.c
13291         * src/gtk/pluginwindow.c
13292         * src/gtk/prefswindow.c
13293         * src/gtk/progressdialog.c
13294         * src/gtk/quicksearch.c
13295         * src/gtk/sslcertwindow.c
13296         * src/plugins/clamav/clamav_plugin.c
13297         * src/plugins/clamav/clamav_plugin_gtk.c
13298         * src/plugins/demo/demo.c
13299         * src/plugins/dillo_viewer/dillo_prefs.c
13300         * src/plugins/dillo_viewer/dillo_viewer.c
13301         * src/plugins/image_viewer/plugin.c
13302         * src/plugins/image_viewer/viewer.c
13303         * src/plugins/image_viewer/viewerprefs.c
13304         * src/plugins/mathml_viewer/mathml_viewer.c
13305         * src/plugins/pgpmime/passphrase.c
13306         * src/plugins/pgpmime/plugin.c
13307         * src/plugins/pgpmime/prefs_gpg.c
13308         * src/plugins/pgpmime/select-keys.c
13309         * src/plugins/pgpmime/sgpgme.c
13310         * src/plugins/spamassassin/spamassassin.c
13311         * src/plugins/spamassassin/spamassassin_gtk.c
13312         * src/plugins/trayicon/trayicon.c
13313                 sync with main (revision 104)
13314
13315 2005-02-10 [colin]      1.0.1cvs3.1
13316
13317         * src/mainwindow.c
13318                 Sync with HEAD (fix occasional crasher)
13319
13320 2005-02-10 [colin]      1.0.1cvs2.1
13321
13322         * src/messageview.c
13323                 Synw with HEAD (don't automatically display html)
13324
13325 2005-02-09 [colin]      1.0.1cvs1.3
13326
13327         * src/textview.c
13328         * src/textview.h
13329                 Add contextual menu on emails
13330
13331 2005-02-09 [colin]      1.0.1cvs1.2
13332
13333         * src/codeconv.c
13334                 Fix converting from broken headers and 
13335                 put back the _ in missing places
13336                 (feature broke with cvs24.2 sync, main 
13337                  possibly affected?)
13338
13339 2005-02-09 [colin]      1.0.1cvs1.1
13340
13341         * src/messageview.c
13342         * src/mimeview.c
13343         * src/mimeview.h
13344                 Sync with HEAD (display non text/plain mails with plugin)
13345
13346 2005-02-08 [colin]      1.0.1.1
13347
13348         * ChangeLog.claws
13349         * po/pt_BR.po
13350                 Sync with HEAD
13351         * configure.ac
13352                 Make default configuration directory 
13353                 be .sylpheed-gtk2
13354
13355 2005-02-08 [colin]      1.0.0cvs29.1
13356
13357         * po/de.po
13358         * po/es.po
13359         * po/fr.po
13360         * po/it.po
13361         * po/sk.po
13362         * po/sr.po
13363                 Sync translations with HEAD
13364
13365 2005-02-06 [colin]      1.0.0cvs28.3
13366
13367         * src/compose.c
13368                 Make compose a bit faster - patch by Alfons.
13369
13370 2005-02-06 [colin]      1.0.0cvs28.2
13371
13372         * src/compose.c
13373                 Make pasting via middle-click more reliable
13374
13375 2005-02-05 [paul]       1.0.0cvs28.1
13376
13377         * ChangeLog
13378         * ChangeLog.claws
13379         * ChangeLog.jp
13380         * configure.ac
13381         * src/compose.c
13382                 sync with HEAD
13383                 (fix bug 682 'redirect is broken'
13384
13385 2005-02-05 [torte]      1.0.0cvs27.1
13386
13387         * ChangeLog.claws
13388         * configure.ac
13389         * src/partial_download.c
13390                 Sync with HEAD (fix buf overflow)
13391
13392 2005-02-03 [colin]      1.0.0cvs26.1
13393
13394         * src/common/plugin.c
13395                 Sync with HEAD (avoid plugin mismatches)
13396
13397 2005-02-03 [paul]       1.0.0cvs25.3
13398
13399         * src/folderview.c
13400         * src/headerview.c
13401         * src/summaryview.c
13402         * src/textview.c
13403         * src/gtk/colorlabel.c
13404                 third and final part of initial sync with main-gtk2
13405
13406 2005-02-03 [paul]       1.0.0cvs25.2
13407
13408         * src/jpilot.c
13409                 fix building with jpilot support
13410
13411 2005-02-02 [colin]      1.0.0cvs25.1
13412
13413         * src/messageview.c
13414                 Sync with HEAD (fix dangerous typo)
13415
13416 2005-02-01 [colin]      1.0.0cvs24.3
13417
13418         * src/common/xml.c
13419                 Write file as advertised (UTF-8)
13420
13421 2005-02-01 [paul]       1.0.0cvs24.2
13422
13423         * src/addrbook.c
13424         * src/addrindex.c
13425         * src/alertpanel.h
13426         * src/codeconv.c
13427         * src/codeconv.h
13428         * src/compose.c
13429         * src/export.c
13430         * src/folder_item_prefs.c
13431         * src/html.c
13432         * src/imap.c
13433         * src/import.c
13434         * src/jpilot.c
13435         * src/mainwindow.c
13436         * src/matcher_parser_lex.l
13437         * src/messageview.c
13438         * src/mh.c
13439         * src/prefs_account.c
13440         * src/prefs_actions.c
13441         * src/prefs_common.c
13442         * src/prefs_gtk.c
13443         * src/prefs_gtk.h
13444         * src/prefs_themes.c
13445         * src/procheader.c
13446         * src/procmime.c
13447         * src/sourcewindow.c
13448         * src/statusbar.c
13449         * src/summaryview.c
13450         * src/textview.c
13451         * src/toolbar.c
13452         * src/unmime.c
13453         * src/common/template.c
13454         * src/common/utils.c
13455         * src/common/xml.c
13456         * src/common/xml.h
13457         * src/gtk/gtkaspell.c
13458         * src/plugins/clamav/clamav_plugin.c
13459         * src/plugins/dillo_viewer/dillo_prefs.c
13460         * src/plugins/image_viewer/viewerprefs.c
13461         * src/plugins/pgpmime/passphrase.c
13462         * src/plugins/pgpmime/prefs_gpg.c
13463         * src/plugins/pgpmime/select-keys.c
13464         * src/plugins/spamassassin/spamassassin.c
13465                 second part of initial sync with main-gtk2
13466                 (more to follow)
13467
13468 2005-01-31 [colin]      1.0.0cvs24.1
13469
13470         * src/compose.c
13471                 Sync with HEAD
13472
13473 2005-01-29 [paul]       1.0.0cvs23.2
13474
13475         * src/account.c
13476         * src/action.c
13477         * src/addressadd.c
13478         * src/addressbook.c
13479         * src/alertpanel.c
13480         * src/compose.c
13481         * src/editaddress.c
13482         * src/editbook.c
13483         * src/editgroup.c
13484         * src/editjpilot.c
13485         * src/editldap.c
13486         * src/editldap_basedn.c
13487         * src/editvcard.c
13488         * src/export.c
13489         * src/foldersel.c
13490         * src/grouplistdialog.c
13491         * src/import.c
13492         * src/importldif.c
13493         * src/inc.c
13494         * src/main.c
13495         * src/mainwindow.c
13496         * src/message_search.c
13497         * src/messageview.c
13498         * src/mimeview.c
13499         * src/prefs_actions.c
13500         * src/prefs_common.c
13501         * src/prefs_common.h
13502         * src/prefs_customheader.c
13503         * src/prefs_display_header.c
13504         * src/prefs_filtering.c
13505         * src/prefs_filtering_action.c
13506         * src/prefs_gtk.c
13507         * src/prefs_matcher.c
13508         * src/prefs_summary_column.c
13509         * src/prefs_template.c
13510         * src/sourcewindow.c
13511         * src/summary_search.c
13512         * src/summaryview.c
13513         * src/textview.c
13514         * src/gtk/about.c
13515         * src/gtk/description_window.c
13516         * src/gtk/gtkshruler.c
13517         * src/gtk/gtkutils.c
13518         * src/gtk/gtkutils.h
13519         * src/gtk/inputdialog.c
13520         * src/gtk/logwindow.c
13521         * src/gtk/prefswindow.c
13522         * src/gtk/progressdialog.c
13523         * src/gtk/progressdialog.h
13524                 first part of initial sync with main-gtk2
13525                 (more to follow)
13526
13527 2005-01-28 [colin]      1.0.0cvs23.1
13528
13529         * src/folderview.c
13530                 Sync with HEAD
13531
13532 2005-01-27 [colin]      1.0.0cvs21.1
13533
13534         * src/folder.c
13535         * src/folderview.c
13536                 Sync with HEAD
13537
13538 2005-01-27 [colin]      1.0.0cvs19.1
13539
13540         * src/procmime.c
13541                 Sync with HEAD
13542
13543 2005-01-27 [colin]      1.0.0cvs18.1
13544
13545         * src/messageview.c
13546         * src/summaryview.c
13547         * src/mainwindow.c
13548         * src/compose.c
13549         * src/compose.h
13550         * src/procmsg.c
13551         * src/procmsg.h
13552         * src/toolbar.c
13553                 Sync with HEAD
13554
13555 2005-01-26 [paul]       1.0.0cvs15.2
13556
13557         * src/compose.c
13558                 compose_entries_set(): convert subject and body to
13559                 utf8 if necessary. patch by Felix Eckhofer
13560
13561 2005-01-26 [paul]       1.0.0cvs15.1
13562
13563         * configure.ac
13564         * src/common/template.c
13565                 sync with HEAD (fix memory leak)
13566
13567 2005-01-25 [paul]       1.0.0cvs14.1
13568
13569         * configure.ac
13570         * src/compose.c
13571                 sync with HEAD
13572
13573 2005-01-24 [colin]      1.0.0cvs13.1
13574
13575         * src/summaryview.c
13576                 Sync with HEAD
13577
13578 2005-01-24 [paul]       1.0.0cvs12.1
13579
13580         * configure.ac
13581         * src/messageview.c
13582         * src/mh.c
13583         * src/common/utils.c
13584                 sync with HEAD
13585
13586 2005-01-24 [colin]      1.0.0cvs11.1
13587
13588         * src/procheader.c
13589                 Sync with HEAD
13590
13591 2005-01-24 [colin]      1.0.0cvs10.1
13592
13593         * src/folderview.c
13594                 Sync with HEAD
13595
13596 2005-01-23 [colin]      1.0.0cvs9.1
13597
13598         * src/crash.c
13599                 Sync with HEAD
13600
13601 2005-01-22 [colin]      1.0.0cvs8.1
13602
13603         * src/summaryview.c
13604         * src/gtk/quicksearch.c
13605                 Sync with HEAD
13606
13607 2005-01-21 [colin]      1.0.0cvs7.1
13608
13609         * src/summaryview.c
13610                 Sync with HEAD
13611
13612 2005-01-21 [colin]      1.0.0cvs6.1
13613
13614         * src/summaryview.c
13615                 Sync with HEAD
13616
13617 2005-01-21 [colin]      1.0.0cvs5.1
13618
13619         * src/gtk/quicksearch.c
13620         * src/prefs_common.c
13621         * src/prefs_common.h
13622                 Sync with HEAD (recurse option)
13623
13624 2005-01-21 [colin]      1.0.0cvs4.1
13625
13626         * src/folder.h
13627         * src/folderview.c
13628         * src/folderview.h
13629         * src/summaryview.c
13630         * src/gtk/quicksearch.c
13631         * src/gtk/quicksearch.h
13632                 Sync with HEAD (recursive quicksearch)
13633
13634 2005-01-20 [colin]      1.0.0cvs3.4
13635
13636         * src/ssl_manager.c
13637                 Remove useless code
13638
13639 2005-01-20 [colin]      1.0.0cvs3.3
13640
13641         * src/ssl_manager.c
13642                 Fix leak, thanks to Alfons.
13643
13644 2005-01-20 [colin]      1.0.0cvs3.2
13645
13646         * src/ssl_manager.c
13647                 Port SSL certificate window to GTK2.
13648
13649 2005-01-20 [paul]       1.0.0cvs3.1
13650
13651         * ChangeLog.claws
13652         * configure.ac
13653         * src/addrindex.c
13654         * src/addrindex.h
13655                 sync with HEAD
13656
13657 2005-01-19 [colin]      1.0.0cvs2.2
13658
13659         * src/plugins/trayicon/trayicon.c
13660                 Fix freeze with gtk-2.6, the easy way
13661                 (signal blocking helpless there...)
13662                 Closes bug #668.
13663
13664 2005-01-19 [colin]      1.0.0cvs2.1
13665
13666         * src/mbox.c
13667         * src/mbox.h
13668         * src/mainwindow.c
13669         * src/summaryview.c
13670         * src/summaryview.h
13671                 Sync with HEAD
13672
13673 2005-01-19 [paul]       1.0.0cvs1.1
13674
13675         * configure.ac
13676         * po/de.po
13677         * po/es.po
13678         * po/fr.po
13679         * po/hr.po
13680         * po/it.po
13681         * po/ja.po
13682         * po/ko.po
13683         * po/pt_BR.po
13684         * po/ru.po
13685         * po/sk.po
13686         * po/sr.po
13687                 sync with HEAD (update translations)
13688
13689 2005-01-18 [colin]      1.0.0cvs0.1
13690
13691         * src/foldersel.c
13692                 Specify search column - patch by Alfons
13693
13694 2005-01-18 [colin]      0.9.13cvs36.3
13695
13696         * src/prefs_toolbar.c
13697                 Change Delete to Remove
13698         * src/prefs_fonts.c
13699                 GTK2 version and leak fixes
13700         * src/prefs_actions.c
13701                 Add stock buttons.
13702                 All patches by Alfons
13703
13704 2005-01-17 [colin]      0.9.13cvs36.2
13705
13706         * src/compose.c
13707                 Fix DnD inserting twice. While at it,
13708                 add DnD support for text/plain in the
13709                 body, and add support in the headers.
13710
13711 2005-01-16 [colin]      0.9.13cvs36.1
13712
13713         * ChangeLog
13714         * ChangeLog.jp
13715         * ChangeLog.claws
13716                 Sync with HEAD (nothing applicable)
13717
13718 2005-01-16 [colin]      0.9.13cvs33.2
13719
13720         * src/prefs_toolbar.c
13721                 GTK2ize prefs_toolbar, by Alfons.
13722
13723 2005-01-14 [colin]      0.9.13cvs33.1
13724
13725         * src/html.c
13726         * src/msgcache.c
13727                 Sync with HEAD
13728
13729 2005-01-14 [colin]      0.9.13cvs32.1
13730
13731         * src/html.c
13732         * src/html.h
13733         * src/msgcache.c
13734         * AUTHORS
13735         * tools/calypso_convert.pl
13736                 Sync with HEAD
13737
13738 2005-01-08 [colin]      0.9.13cvs29.2
13739
13740         * src/prefs_filtering_action.c
13741         * src/prefs_filtering.c
13742                 2 more gtk2 patches by Alfons
13743
13744 2005-01-07 [paul]       0.9.13cvs29.1
13745
13746         * ChangeLog
13747         * ChangeLog.claws
13748         * ChangeLog.jp
13749         * configure.ac
13750         * src/pop.c
13751         * src/pop.h
13752                 sync with HEAD
13753
13754 2005-01-07 [colin]      0.9.13cvs28.3
13755
13756         * src/gtk/progressdialog.c
13757         * src/gtk/progressdialog.h
13758         * src/inc.c
13759         * src/send_message.c
13760                 GTK2 for the incorporation dialog. The CList isn't dead
13761                 yet, for a more smooth migration. Patch by Alfons.
13762
13763 2005-01-06 [colin]      0.9.13cvs28.2
13764
13765         * src/prefs_display_header.c
13766                 GTK2 conversion by Alfons
13767         * src/prefs_actions.c
13768         * src/prefs_matcher.c
13769                 Fix 2 leaks - patch by Alfons
13770
13771 2005-01-06 [colin]      0.9.13cvs28.1
13772
13773         * src/prefs_matcher.c
13774                 Sync with HEAD
13775
13776 2005-01-06 [colin]      0.9.13cvs27.4
13777
13778         * src/prefs_matcher.c
13779                 Fix double-free. Patch by Alfons
13780
13781 2005-01-06 [colin]      0.9.13cvs27.3
13782
13783         * src/prefs_matcher.c
13784                 GTK2 widgets + memleak
13785                 Patch by Alfons
13786
13787 2005-01-05 [colin]      0.9.13cvs27.2
13788
13789         * src/account.c
13790         * src/addr_compl.c
13791         * src/foldersel.c
13792         * src/stock_pixmap.c
13793         * src/stock_pixmap.h
13794                 3 more GTK2 patches by Alfons.
13795
13796 2005-01-04 [colin]      0.9.13cvs27.1
13797
13798         * src/folderview.c
13799         * src/imap_gtk.c
13800         * src/news_gtk.c
13801                 Sync with HEAD
13802
13803 2005-01-04 [colin]      0.9.13cvs25.9
13804
13805         * src/compose.c
13806                 Fix Show Ruler menuitem
13807         * src/prefs_template.c
13808                 Convert to GTK2
13809         * src/common/utils.c
13810                 Make auto pointer stuff handles NULLs
13811                 Patches by Alfons.
13812
13813 2005-01-04 [colin]      0.9.13cvs25.8
13814
13815         * src/compose.c
13816                 Move the attachment list to gtk2
13817                 Patch by Alfons.
13818
13819 2005-01-04 [colin]      0.9.13cvs25.7
13820
13821         * src/textview.c
13822                 Make some keys work again
13823                 Patch by SungHyun Nam <namsh@kldp.org>
13824
13825 2005-01-04 [colin]      0.9.13cvs25.6
13826
13827         * src/gtk/gtkshruler.c
13828                 Move the ruler to GTK2
13829                 Patch by Alfons
13830
13831 2005-01-03 [colin]      0.9.13cvs25.5
13832
13833         * src/compose.c
13834                 Fix my broken patch apply 
13835
13836 2005-01-03 [colin]      0.9.13cvs25.4
13837
13838         * src/common/utils.c
13839         * src/common/utils.h
13840         * src/gtk/prefswindow.c
13841                 Move auto pointer stuff to utils.c
13842                 Patch by Alfons again :)
13843
13844 2005-01-03 [colin]      0.9.13cvs25.3
13845
13846         * src/compose.c
13847         * src/prefs_gtk.c
13848         * src/prefs_template.c
13849         * src/textview.c
13850                 Empty text widgets with empty strings, not NULL char
13851                 Patch by SungHyun Nam <namsh@kldp_org>
13852
13853 2005-01-03 [colin]      0.9.13cvs25.2
13854
13855         * src/main.c
13856         * AUTHORS
13857                 Sync with HEAD
13858
13859 2005-01-03 [colin]      0.9.13cvs25.1
13860
13861         * src/pop.c
13862         * src/pop.h
13863                 Sync with HEAD
13864
13865 2005-01-03 [colin]      0.9.13cvs24.3
13866
13867         * src/account.c
13868                 Two patches from Alfons and Alex S Moore:
13869                 fix images, fix return value.
13870
13871 2005-01-01 [colin]      0.9.13cvs24.2
13872
13873         * src/prefs_actions.c
13874                 Fix over-zealous assertion. Patch by Alfons
13875
13876 2005-01-01 [colin]      0.9.13cvs24.1
13877
13878         * src/procmime.c
13879                 Sync with HEAD (leak fix)
13880
13881 2004-12-31 [colin]      0.9.13cvs23.2
13882
13883         * src/prefs_common.c
13884                 GTK2 widgets + stock buttons - patch by Alfons
13885
13886 2004-12-31 [paul]       0.9.13cvs23.1
13887
13888         * configure.ac
13889                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13890         * src/gtk/pluginwindow.c
13891                 use GTK2 widgets and plug memory leaks,
13892                 patches by Alfons
13893
13894 2004-12-30 [colin]      0.9.13cvs22.4
13895
13896         * src/account.c
13897         * src/action.c
13898         * src/export.c
13899         * src/foldersel.c
13900         * src/import.c
13901         * src/message_search.c
13902         * src/prefs_actions.c
13903         * src/prefs_common.c
13904         * src/prefs_customheader.c
13905         * src/prefs_filtering.c
13906         * src/prefs_summary_column.c
13907         * src/summary_search.c
13908         * src/gtk/about.c
13909         * src/gtk/description_window.c
13910         * src/gtk/gtkutils.c
13911         * src/gtk/gtkutils.h
13912         * src/gtk/inputdialog.c
13913         * src/gtk/prefswindow.c
13914                 Use GTK2 stock buttons. Patches by Alfons.
13915
13916 2004-12-30 [colin]      0.9.13cvs22.3
13917
13918         * src/account.c
13919                 Sync with HEAD
13920         * src/prefs_actions.c
13921         * src/prefs_customheader.c
13922         * src/prefs_filtering.c
13923         * src/prefs_msg_colors.c
13924         * src/prefs_summary_column.c
13925         * src/gtk/prefswindow.c
13926                 Use GtkTreeView instead of deprecated 
13927                 widgets. Patches by Alfons.
13928
13929 2004-12-30 [paul]       0.9.13cvs22.2
13930
13931         * src/foldersel.c
13932                 use GTK 2 Tree View
13933                 patch by Alfons, with root folder sorting fix
13934                 by Stephan Sachse
13935
13936 2004-12-30 [paul]       0.9.13cvs22.1
13937
13938         * ChangeLog
13939         * ChangeLog.claws
13940         * ChangeLog.jp
13941         * NEWS
13942         * configure.ac
13943         * src/account.c
13944                 sync with HEAD
13945
13946 2004-12-22 [martin]     0.9.13cvs21.2
13947
13948         * src/action.c
13949                 free the command line after its use
13950
13951 2004-12-18 [paul]       0.9.13cvs21.1
13952
13953         * AUTHORS
13954         * ChangeLog
13955         * ChangeLog.claws
13956         * ChangeLog.jp
13957         * NEWS
13958         * configure.ac
13959         * src/action.c
13960         * src/compose.c
13961         * src/syldap.c
13962                 sync with HEAD
13963
13964 2004-12-17 [martin]     0.9.13cvs17.2
13965
13966         * src/action.c
13967                 convert actions input to locale
13968         * src/inc.c
13969                 convert notification command to locale
13970         * src/plugins/pgpmime/select-keys.c
13971                 convert attributes to utf8
13972
13973 2004-12-14 [colin]      0.9.13cvs17.1
13974
13975         * ChangeLog
13976         * ChangeLog.jp
13977         * ChangeLog.claws
13978         * src/action.c
13979         * src/common/utils.c
13980         * src/gtk/prefswindow.c
13981         * src/gtk/gtkutils.c
13982         * src/gtk/gtkutils.h
13983         * src/plugins/spamassassin/libspamc.c
13984                 Sync with HEAD
13985
13986 2004-12-13 [colin]      0.9.13cvs14.1
13987
13988         * src/quote_fmt_parse.y
13989                 Sync with HEAD
13990
13991 2004-12-10 [colin]      0.9.13cvs12.1
13992
13993         * src/prefs_themes.c
13994         * src/mainwindow.c
13995         * src/messageview.c
13996                 Sync with HEAD
13997
13998 2004-12-09 [colin]      0.9.13cvs10.1
13999
14000         * src/procmime.c
14001                 Sync with HEAD (fix B64 encoding from memory)
14002
14003 2004-12-08 [colin]      0.9.13cvs9.1
14004
14005         * src/gtk/colorlabel.c
14006                 Sync with HEAD
14007
14008 2004-12-08 [paul]       0.9.13cvs8.2
14009
14010         * src/gtk/pluginwindow.c
14011                 fix window resizing oddities
14012
14013 2004-12-08 [colin]      0.9.13cvs8.1
14014
14015         * src/quote_fmt_parse.y
14016                 Sync with HEAD
14017
14018 2004-12-08 [colin]      0.9.13cvs7.1
14019
14020         * src/matcher_parser_parse.y
14021         * src/msgcache.c
14022         * src/prefs_matcher.c
14023         * src/procheader.c
14024         * src/matcher.c
14025         * src/common/defs.h
14026         * po/sr.po
14027                 Sync with HEAD
14028
14029 2004-12-08 [colin]      0.9.13cvs6.1
14030
14031         * src/quote_fmt_parse.y
14032         * src/textview.c
14033                 Sync with HEAD
14034         * src/gtk/prefswindow.c
14035         * src/gtk/pluginwindow.c
14036                 Fix G_CALLBACKS protos (thanks to Alfons)
14037
14038 2004-12-07 [torte]      0.9.13cvs2.2
14039
14040         * src/procmime.c
14041                 [Bug 650] reply button causes crash
14042                 Thanks to David Relson and Christoph
14043
14044 2004-12-07 [colin]      0.9.13cvs2.1
14045
14046         * ChangeLog.claws
14047         * AUTHORS
14048         * po/sk.po
14049         * src/procmime.c
14050         * src/prefs_account.c
14051         * src/common/smtp.c
14052         * src/common/smtp.h
14053                 Sync with HEAD
14054
14055 2004-12-06 [colin]      0.9.12cvs187.1
14056
14057         * ChangeLog.claws
14058         * INSTALL
14059         * Makefile.am
14060         * README.claws
14061         * TODO.claws
14062         * configure.ac
14063         * po/bg.po
14064         * po/cs.po
14065         * po/el.po
14066         * po/en_GB.po
14067         * po/es.po
14068         * po/fr.po
14069         * po/hr.po
14070         * po/hu.po
14071         * po/it.po
14072         * po/ja.po
14073         * po/ko.po
14074         * po/nl.po
14075         * po/pl.po
14076         * po/pt_BR.po
14077         * po/ru.po
14078         * po/sk.po
14079         * po/sr.po
14080         * po/sv.po
14081         * po/zh_CN.po
14082         * po/zh_TW.Big5.po
14083         * src/compose.c
14084         * tools/Makefile.am
14085         * tools/README
14086         * tools/filter_conv.pl
14087         * tools/kdeservicemenu/README
14088         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14089         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14090                 Sync with HEAD
14091
14092 2004-12-04 [colin]      0.9.12cvs183.1
14093
14094         * src/compose.c
14095                 Sync with HEAD (compose window position saving)
14096
14097 2004-12-04 [paul]       0.9.12cvs182.3
14098
14099         * src/messageview.c
14100         * src/mimeview.c
14101         * src/prefs_customheader.c
14102         * src/gtk/quicksearch.c
14103                 replace some forgotten GTK_SIGNAL_FUNCs
14104
14105 2004-12-04 [paul]       0.9.12cvs182.2
14106
14107         * src/Makefile.am
14108                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14109                 committed in error      
14110
14111 2004-12-04 [paul]       0.9.12cvs182.1
14112
14113         * ChangeLog
14114         * ChangeLog.claws
14115         * ChangeLog.jp
14116         * INSTALL
14117         * NEWS
14118         * README
14119         * README.jp
14120         * configure.ac
14121         * doc/manual/ja/Makefile.am
14122         * doc/manual/ja/sylpheed-1.html
14123         * doc/manual/ja/sylpheed-10.html
14124         * doc/manual/ja/sylpheed-11.html
14125         * doc/manual/ja/sylpheed-12.html
14126         * doc/manual/ja/sylpheed-13.html
14127         * doc/manual/ja/sylpheed-14.html
14128         * doc/manual/ja/sylpheed-15.html
14129         * doc/manual/ja/sylpheed-16.html
14130         * doc/manual/ja/sylpheed-17.html
14131         * doc/manual/ja/sylpheed-18.html
14132         * doc/manual/ja/sylpheed-19.html
14133         * doc/manual/ja/sylpheed-2.html
14134         * doc/manual/ja/sylpheed-20.html
14135         * doc/manual/ja/sylpheed-3.html
14136         * doc/manual/ja/sylpheed-4.html
14137         * doc/manual/ja/sylpheed-5.html
14138         * doc/manual/ja/sylpheed-6.html
14139         * doc/manual/ja/sylpheed-7.html
14140         * doc/manual/ja/sylpheed-8.html
14141         * doc/manual/ja/sylpheed-9.html
14142         * doc/manual/ja/sylpheed.html
14143         * doc/manual/ja/sylpheed.sgml
14144         * po/de.po
14145         * src/Makefile.am
14146         * src/compose.c
14147         * src/procmime.c
14148         * src/pixmaps/regular.xpm **REMOVED**
14149         * src/plugins/pgpmime/pgpmime.c
14150         * src/plugins/pgpmime/plugin.c
14151         * src/plugins/pgpmime/prefs_gpg.c
14152                 sync with HEAD
14153
14154 2004-12-03 [paul]       0.9.12cvs180.1
14155
14156         * ChangeLog
14157         * ChangeLog.claws
14158         * ChangeLog.jp
14159         * configure.ac
14160         * src/Makefile.am
14161         * src/pop.c
14162         * src/common/utils.c
14163         * src/common/utils.h
14164         * src/pixmaps/continue.xpm
14165         * src/pixmaps/dir_close.xpm
14166         * src/pixmaps/dir_open.xpm
14167         * src/pixmaps/drafts_close.xpm
14168         * src/pixmaps/drafts_open.xpm
14169         * src/pixmaps/folder.xpm **REMOVED**
14170         * src/pixmaps/group.xpm
14171         * src/pixmaps/unread.xpm
14172                 sync with HEAD
14173
14174 2004-12-02 [colin]      0.9.12cvs179.1
14175
14176         * src/compose.c
14177                 Sync with HEAD (non-duplicated reedition)
14178
14179 2004-12-02 [colin]      0.9.12cvs178.1
14180
14181         * src/compose.c
14182                 Sync with HEAD (linewrap_quote fix)
14183
14184 2004-12-01 [colin]      0.9.12cvs177.3
14185
14186         * src/addrharvest.c
14187                 Replace sizeof with strlen
14188
14189 2004-12-01 [paul]       0.9.12cvs177.2
14190
14191         * src/addrharvest.c
14192                 fix 'harvest addresses'
14193
14194 2004-11-30 [colin]      0.9.12cvs177.1
14195
14196         * src/gtk/prefswindow.c
14197         * src/gtk/pluginwindow.c
14198                 Sync with HEAD
14199
14200 2004-11-29 [colin]      0.9.12cvs176.1
14201
14202         * src/folderview.c
14203                 sync with HEAD (Fix disappearing separators in folderview's popup)
14204
14205 2004-11-29 [colin]      0.9.12cvs175.1
14206
14207         * src/procmime.c
14208                 Sync with head (another format fix)
14209
14210 2004-11-29 [colin]      0.9.12cvs174.1
14211
14212         * src/pop.c
14213                 Sync with HEAD (format string fix)
14214
14215 2004-11-26 [colin]      0.9.12cvs173.1
14216
14217         * src/common/smtp.c
14218         * src/common/smtp.h
14219                 Sync with HEAD
14220
14221 2004-11-24 [colin]      0.9.12cvs172.1
14222
14223         * src/plugins/pgpmime/pgpmime.c
14224                 Sync with HEAD
14225
14226 2004-11-24 [colin]      0.9.12cvs171.1
14227
14228         * src/plugins/pgpmime/pgpmime.c
14229                 Sync with head (gpgmectx leaks)
14230
14231 2004-11-24 [colin]      0.9.12cvs169.1
14232
14233         * src/plugins/pgpmime/plugin.c
14234         * src/plugins/trayicon/Makefile.am
14235         * src/plugins/trayicon/newmarkedmail.xpm
14236         * src/plugins/trayicon/trayicon.c
14237         * src/plugins/trayicon/unreadmarkedmail.xpm
14238                 Sync with HEAD
14239
14240 2004-11-23 [colin]      0.9.12cvs168.1
14241
14242         * src/partial_download.c
14243         * src/partial_download.h
14244         * src/plugins/pgpmime/plugin.c
14245                 Sync with HEAD
14246
14247 2004-11-23 [colin]      0.9.12cvs166.1
14248
14249         * src/Makefile.am
14250         * src/codeconv.c
14251         * src/compose.c
14252         * src/folderview.c
14253         * src/main.c
14254         * src/partial_download.c
14255         * src/partial_download.h
14256         * src/prefs_account.c
14257         * src/prefs_account.h
14258         * src/privacy.c
14259         * src/privacy.h
14260         * src/procmime.c
14261         * src/common/Makefile.am
14262         * src/common/base64.h
14263         * src/common/partial_download.c
14264         * src/common/partial_download.h
14265         * src/gtk/prefswindow.c
14266         * src/gtk/prefswindow.h
14267         * src/plugins/pgpmime/pgpmime.c
14268         * src/plugins/pgpmime/prefs_gpg.c
14269         * src/plugins/pgpmime/prefs_gpg.h
14270         * src/plugins/pgpmime/sgpgme.c
14271         * src/plugins/pgpmime/sgpgme.h
14272                 Sync with HEAD
14273
14274 2004-11-23 [colin]      0.9.12cvs163.1
14275
14276         * src/main.c
14277                 Sync with HEAD (cursor optimization)
14278
14279 2004-11-23 [colin]      0.9.12cvs162.1
14280
14281         * src/prefs_common.c
14282         * src/prefs_themes.c
14283         * src/procmsg.c
14284                 Sync with HEAD
14285
14286 2004-11-23 [colin]      0.9.12cvs158.9
14287
14288         * src/compose.c
14289                 Fix double-free when forwarding
14290         * src/msgcache.c
14291                 Fix leak on error path
14292                 
14293
14294 2004-11-23 [colin]      0.9.12cvs158.8
14295
14296         * src/compose.c
14297                 Fix possible double-free
14298                 Spotted by Alfons
14299
14300 2004-11-23 [colin]      0.9.12cvs158.7
14301
14302         * src/compose.c
14303                 Fix some signal handlers' prototypes
14304                 Spotted by Alfons
14305
14306 2004-11-22 [colin]      0.9.12cvs158.6
14307
14308         * src/compose.c
14309                 Remove unneeded code and duplicated
14310                 wrapping - patch by Alfons
14311
14312 2004-11-22 [colin]      0.9.12cvs158.5
14313
14314         * src/prefs_themes.c
14315                 Fix oversized selector
14316
14317 2004-11-22 [colin]      0.9.12cvs158.4
14318
14319         * src/compose.c
14320                 fix dump_text()
14321                 patch by Alfons
14322
14323 2004-11-19 [colin]      0.9.12cvs158.3
14324
14325         * src/textview.c
14326                 Add a context menu on links (open, copy)
14327
14328 2004-11-18 [paul]       0.9.12cvs158.2
14329
14330         * src/addrgather.c
14331         * src/exphtmldlg.c
14332         * src/expldifdlg.c
14333         * src/mimeview.c
14334         * src/prefs_common.c
14335         * src/plugins/image_viewer/viewer.c
14336         * src/plugins/spamassassin/spamassassin_gtk.c
14337                 replace deprecated gtk_notebook_set_page
14338                 and gtk_notebook_current_page
14339
14340 2004-11-18 [paul]       0.9.12cvs158.1
14341
14342         * configure.ac
14343         * src/compose.c
14344         * src/mainwindow.c
14345         * src/messageview.c
14346         * src/prefs_common.c
14347         * src/common/utils.c
14348         * src/common/utils.h
14349                 sync with HEAD
14350
14351 2004-11-17 [colin]      0.9.12cvs156.1
14352
14353         * src/prefs_account.c
14354         * src/prefs_account.h
14355         * src/procmsg.c
14356                 Sync with HEAD (add pref to store encrypted mails encrypted)
14357
14358 2004-11-17 [paul]       0.9.12cvs155.1
14359
14360         * ChangeLog
14361         * ChangeLog.claws
14362         * ChangeLog.jp
14363         * NEWS
14364         * configure.ac
14365         * src/compose.c
14366         * src/jpilot.c
14367         * src/privacy.c
14368         * src/procmime.c
14369         * src/procmime.h
14370         * src/procmsg.c
14371         * src/toolbar.c
14372         * src/pixmaps/error.xpm
14373                 sync with HEAD
14374
14375 2004-11-17 [colin]      0.9.12cvs151.1
14376
14377         * src/plugins/pgpmime/pgpmime.c
14378                 Sync with HEAD (remove debug printf)
14379
14380 2004-11-17 [colin]      0.9.12cvs150.1
14381
14382         * src/plugins/pgpmime/pgpmime.c
14383                 Sync with HEAD (off-by-one fix)
14384
14385 2004-11-17 [colin]      0.9.12cvs149.1
14386
14387         * src/procmsg.c
14388                 Sync with HEAD (coding style fixes)
14389
14390 2004-11-16 [colin]      0.9.12cvs148.1
14391
14392         * src/procmsg.c
14393                 Sync with head (Fix the fix)
14394
14395 2004-11-16 [colin]      0.9.12cvs147.1
14396
14397         * src/procmsg.c
14398                 Sync with Main (leak fix)
14399
14400 2004-11-16 [colin]      0.9.12cvs146.14
14401
14402         * src/compose.c
14403                 Remove useless chunk of code
14404                 Patch by Alfons
14405
14406 2004-11-15 [colin]      0.9.12cvs146.13
14407
14408         * src/compose.c
14409                 Fix drafting after insertion
14410                 Patch by Alfons
14411
14412 2004-11-15 [colin]      0.9.12cvs146.12
14413
14414         * src/compose.c
14415         * src/prefs_filtering.c
14416         * src/prefs_filtering_action.c
14417         * src/prefs_toolbar.c
14418                 Fix some const-correctness
14419
14420 2004-11-15 [colin]      0.9.12cvs146.11
14421
14422         * src/summaryview.c
14423         * src/prefs_themes.c
14424         * src/messageview.c
14425                 Fix some leaks
14426
14427 2004-11-15 [colin]      0.9.12cvs146.10
14428
14429         * src/codeconv.c
14430                 More unreadable locale fixes
14431
14432 2004-11-14 [colin]      0.9.12cvs146.9
14433
14434         * src/textview.c
14435                 Fix uri_security_check
14436                 Patch by Alfons
14437
14438 2004-11-13 [paul]       0.9.12cvs146.8
14439
14440         * src/folder.c
14441         * src/procmime.c
14442                 fix 2 bugs introduced in last commit
14443
14444 2004-11-13 [paul]       0.9.12cvs146.7
14445
14446         * src/compose.c
14447         * src/exporthtml.c
14448         * src/exportldif.c
14449         * src/folder.c
14450         * src/imap.c
14451         * src/imap_gtk.c
14452         * src/main.c
14453         * src/mainwindow.c
14454         * src/messageview.c
14455         * src/mh_gtk.c
14456         * src/prefs_themes.c
14457         * src/procmime.c
14458         * src/setup.c
14459         * src/summaryview.c
14460                 replace deprecated g_basename
14461
14462 2004-11-13 [paul]       0.9.12cvs146.6
14463
14464         * src/compose.c
14465         * src/imap.c
14466         * src/matcher_parser.h
14467         * src/matcher_parser_parse.y
14468         * src/prefs_filtering.c
14469         * src/prefs_filtering_action.c
14470         * src/prefs_themes.c
14471         * src/prefs_toolbar.c
14472         * src/common/utils.c
14473                 various small fixes/cleanups
14474
14475 2004-11-12 [colin]      0.9.12cvs146.5
14476
14477         * src/textview.c
14478                 Validate event's origin on visibility notify
14479                 Patch by Alfons.
14480
14481 2004-11-12 [paul]       0.9.12cvs146.4
14482
14483         * src/exporthtml.c
14484         * src/exportldif.c
14485         * src/imap.c
14486         * src/mh.c
14487         * src/mimeview.c
14488         * src/prefs_spelling.c
14489         * src/prefs_themes.c
14490                 replace deprecated g_dirname    
14491
14492 2004-11-12 [colin]      0.9.12cvs146.3
14493
14494         * src/textview.c
14495                 Some coding style fixes
14496
14497 2004-11-12 [colin]      0.9.12cvs146.2
14498
14499         * src/codeconv.c
14500                 We want to replace _all_ extended chars in
14501                 conv_unreadable_*, because any string containing
14502                 extended chars not parsing as UTF8 is 
14503                 undisplayed on gtk2.
14504
14505 2004-11-12 [paul]       0.9.12cvs146.1
14506
14507         * ChangeLog
14508         * ChangeLog.claws
14509         * ChangeLog.jp
14510         * NEWS
14511         * configure.ac
14512         * src/account.c
14513         * src/folderview.c
14514         * src/folderview.h
14515         * src/imap.c
14516         * src/imap_gtk.c
14517         * src/inc.c
14518         * src/mainwindow.c
14519         * src/mh_gtk.c
14520         * src/news_gtk.c
14521         * src/pop.c
14522         * src/prefs_account.c
14523         * src/prefs_account.h
14524         * src/prefs_ext_prog.c
14525         * src/procmime.c
14526         * src/procmime.h
14527         * src/procmsg.c
14528         * src/procmsg.h
14529         * src/summary_search.c
14530         * src/summaryview.c
14531         * src/textview.c
14532         * src/common/defs.h
14533         * src/common/utils.c
14534         * src/common/utils.h
14535         * src/gtk/menu.c
14536         * src/gtk/menu.h
14537                 sync with HEAD
14538
14539 2004-11-11 [colin]      0.9.12cvs144.2
14540
14541         * src/textview.c
14542                 Fix URI range selection (patch by Alfons)
14543
14544 2004-11-09 [colin]      0.9.12cvs144.1
14545
14546         * ChangeLog.claws
14547         * src/compose.c
14548         * src/folder.c
14549         * src/folder_item_prefs.c
14550         * src/prefs_account.c
14551         * src/prefs_account.h
14552         * src/plugins/pgpmime/pgpmime.c
14553                 Sync with HEAD
14554
14555 2004-11-08 [colin]      0.9.12cvs143.1
14556
14557         * src/summaryview.c
14558                 Sync with HEAD (optimize quicksearch)
14559
14560 2004-11-08 [colin]      0.9.12cvs142.2
14561
14562         * src/compose.c
14563                 Don't wrap when Edit/Auto wrapping is disabled
14564
14565 2004-11-08 [colin]      0.9.12cvs142.1
14566
14567         * src/textview.c
14568                 Sync with HEAD
14569
14570 2004-11-08 [colin]      0.9.12cvs141.1
14571
14572         * src/textview.c
14573                 Sync with HEAD (fix some mail URIs)
14574
14575 2004-11-08 [colin]      0.9.12cvs140.3
14576
14577         * src/textview.c
14578                 o Use text cursor instead of arrow when
14579                   not on a link
14580                 o Fix handling of contiguous links (as in
14581                   "colin@colino.net" <colin@colino.net>)
14582                   This one unveils a bug in get_email_part()
14583
14584 2004-11-07 [colin]      0.9.12cvs140.2
14585
14586         * src/textview.c
14587                 Fix memleak. Patch by Alfons.
14588
14589 2004-11-06 [colin]      0.9.12cvs140.1
14590
14591         * src/compose.c
14592                 Sync with HEAD (don't ask passphrase
14593                 when drafting)
14594
14595 2004-11-06 [paul]       0.9.12cvs139.2
14596
14597         * AUTHORS
14598         * src/textview.c
14599         * src/textview.h
14600                 textview URI handling. hovering over a 
14601                 link displays it in the status bar,
14602                 and changes the mouse pointer to a hand 
14603                 cursor. a link is activated with a single 
14604                 click. (Modified from the) patch by Jean-Yves 
14605                 Lefort <jylefort@users.sourceforge.net>
14606                 
14607
14608 2004-11-05 [colin]      0.9.12cvs139.1
14609
14610         * src/compose.c
14611         * src/procmime.c
14612                 Sync with HEAD again ^^
14613
14614 2004-11-05 [colin]      0.9.12cvs139.1
14615
14616         * src/compose.c
14617         * src/procmime.c
14618                 Sync with HEAD
14619
14620 2004-11-03 [paul]       0.9.12cvs138.1
14621
14622         * ChangeLog.claws
14623         * configure.ac
14624         * po/POTFILES.in
14625         * src/prefs_ext_prog.c
14626         * src/procmime.c
14627         * tools/kdeservicemenu/README
14628         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14629         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14630                 sync with HEAD
14631
14632 2004-11-01 [christoph]  0.9.12cvs136.2
14633
14634         * src/procmime.c
14635                 convert MIME parameters to UTF-8
14636
14637 2004-10-29 [colin]      0.9.12cvs136.1
14638
14639         * src/common/utils.c
14640                 Sync with HEAD (don't use '=' in mime boundary)
14641
14642 2004-10-29 [paul]       0.9.12cvs135.1
14643
14644         * configure.ac
14645         * doc/src/rfc2231.txt
14646         * src/procmime.c
14647         * src/common/quoted-printable.c
14648         * src/common/utils.c
14649         * src/common/utils.h
14650                 sync with HEAD
14651
14652 2004-10-27 [paul]       0.9.12cvs134.1
14653
14654         * configure.ac
14655         * src/main.c
14656         * src/procmime.c
14657         * src/plugins/pgpmime/pgpmime.c
14658                 sync with HEAD
14659
14660 2004-10-26 [paul]       0.9.12cvs132.3
14661
14662         * src/account.c
14663         * src/addressbook.c
14664         * src/addrgather.c
14665         * src/addrharvest.c
14666         * src/codeconv.c
14667         * src/compose.c
14668         * src/customheader.c
14669         * src/editaddress.c
14670         * src/editgroup.c
14671         * src/enriched.c
14672         * src/expldifdlg.c
14673         * src/exporthtml.c
14674         * src/exportldif.c
14675         * src/folder.c
14676         * src/foldersel.c
14677         * src/folderview.c
14678         * src/grouplistdialog.c
14679         * src/html.c
14680         * src/imap.c
14681         * src/jpilot.c
14682         * src/ldapserver.c
14683         * src/ldif.c
14684         * src/mimeview.c
14685         * src/news.c
14686         * src/news_gtk.c
14687         * src/pop.c
14688         * src/prefs_display_header.c
14689         * src/prefs_gtk.c
14690         * src/prefs_msg_colors.c
14691         * src/prefs_toolbar.c
14692         * src/procheader.c
14693         * src/procmime.c
14694         * src/summaryview.c
14695         * src/textview.c
14696         * src/toolbar.c
14697         * src/vcard.c
14698         * src/common/mgutils.c
14699         * src/common/nntp.c
14700         * src/common/smtp.c
14701         * src/common/template.c
14702         * src/common/utils.c
14703         * src/common/xmlprops.c
14704         * src/plugins/pgpmime/pgpmime.c
14705         * src/plugins/pgpmime/select-keys.c
14706         * src/plugins/pgpmime/sgpgme.c
14707                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14708                 g_string_sprintfa(), gtk_notebook_current_page()
14709
14710 2004-10-26 [colin]      0.9.12cvs132.2
14711
14712         * src/prefs_folder_item.c
14713                 Fix default-account selection
14714
14715 2004-10-21 [colin]      0.9.12cvs133
14716
14717         * src/compose.c
14718                 Sync with HEAD (Remove extra separator in compose's Options)
14719         * src/textview.c
14720                 Set wrapping to char
14721
14722 2004-10-21 [paul]       0.9.12cvs131.2
14723
14724         * src/compose.c
14725         * src/sourcewindow.c
14726                 fix wrapping
14727                 fix window shrinking 
14728
14729 2004-10-21 [colin]      0.9.12cvs131.1
14730
14731         * ChangeLog.claws
14732         * src/compose.c
14733                 Sync with HEAD
14734
14735 2004-10-21 [paul]       0.9.12cvs130.2
14736
14737         * src/prefs_folder_item.c
14738                 sync with HEAD (Apply to subfolders)
14739
14740 2004-10-19 [colin]      0.9.12cvs130.1
14741
14742         * ChangeLog.claws
14743         * src/compose.c
14744         * src/common/utils.c
14745         * src/gtk/menu.c
14746                 Sync with HEAD
14747
14748 2004-10-19 [colin]      0.9.12cvs128.1
14749
14750         * src/addrbook.c
14751         * src/addrcache.c
14752         * src/addressbook.c
14753         * src/codeconv.c
14754         * src/compose.c
14755         * src/customheader.c
14756         * src/editaddress.c
14757         * src/editgroup.c
14758         * src/exporthtml.c
14759         * src/folder.c
14760         * src/folderview.c
14761         * src/imap.c
14762         * src/jpilot.c
14763         * src/main.c
14764         * src/matcher_parser_parse.y
14765         * src/mbox.c
14766         * src/pop.c
14767         * src/prefs_account.c
14768         * src/prefs_gtk.c
14769         * src/prefs_msg_colors.c
14770         * src/procheader.c
14771         * src/procmime.c
14772         * src/procmime.h
14773         * src/procmsg.c
14774         * src/summaryview.c
14775         * src/textview.c
14776         * src/common/base64.c
14777         * src/common/partial_download.c
14778         * src/common/socket.c
14779         * src/common/sylpheed.c
14780         * src/common/utils.c
14781         * src/common/utils.h
14782         * src/gtk/pluginwindow.c
14783         * src/gtk/quicksearch.c
14784         * src/plugins/clamav/clamav_plugin.c
14785         * src/plugins/clamav/clamav_plugin.h
14786         * src/plugins/clamav/clamav_plugin_gtk.c
14787         * src/plugins/pgpmime/passphrase.c
14788         * src/plugins/pgpmime/pgpmime.c
14789         * src/plugins/pgpmime/plugin.c
14790         * src/plugins/pgpmime/prefs_gpg.c
14791         * src/plugins/pgpmime/prefs_gpg.h
14792         * src/plugins/pgpmime/select-keys.c
14793         * src/plugins/pgpmime/sgpgme.c
14794         * src/plugins/spamassassin/libspamc.c
14795         * src/plugins/spamassassin/spamassassin.c
14796         * src/plugins/spamassassin/spamassassin.h
14797         * src/plugins/spamassassin/spamassassin_gtk.c
14798         * src/plugins/trayicon/trayicon.c
14799         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14800                 Sync with HEAD
14801
14802 2004-10-14 [colin]      0.9.12cvs126.2
14803
14804         * src/codeconv.c
14805         * src/textview.c
14806                 Fix conv_unreadable_locale
14807
14808 2004-10-13 [colin]      0.9.12cvs126.1
14809
14810         * src/compose.c
14811                 Sync with HEAD (don't convert charset for 
14812                 drafted messages, minor cleanup)
14813
14814 2004-10-13 [colin]      0.9.12cvs125.1
14815
14816         * po/POTFILES.in
14817                 Sync with HEAD (POTFILES fix)
14818
14819 2004-10-12 [colin]      0.9.12cvs124.3
14820
14821         * src/compose.c
14822                 Fix encoding bug from latest sync
14823
14824 2004-10-12 [paul]       0.9.12cvs124.2
14825
14826         * src/plugins/pgpmime/prefs_gpg.c
14827         * src/plugins/pgpmime/prefs_gpg.h
14828                 forgotten in last commit        
14829
14830 2004-10-12 [paul]       0.9.12cvs124.1
14831
14832         * ChangeLog.claws
14833         * configure.ac
14834         * m4/spamassassin.m4
14835         * src/Makefile.am
14836         * src/account.c
14837         * src/compose.c
14838         * src/compose.h
14839         * src/crash.c
14840         * src/main.c
14841         * src/mimeview.c
14842         * src/passphrase.c
14843         * src/passphrase.h
14844         * src/prefs_account.c
14845         * src/prefs_account.h
14846         * src/prefs_common.c
14847         * src/privacy.c
14848         * src/privacy.h
14849         * src/procmime.c
14850         * src/procmime.h
14851         * src/procmsg.c
14852         * src/rfc2015.c
14853         * src/rfc2015.h
14854         * src/select-keys.c
14855         * src/select-keys.h
14856         * src/textview.c
14857         * src/common/utils.c
14858         * src/common/utils.h
14859         * src/gtk/about.c
14860         * src/plugins/pgpmime/Makefile.am
14861         * src/plugins/pgpmime/passphrase.c
14862         * src/plugins/pgpmime/passphrase.h
14863         * src/plugins/pgpmime/pgpmime.c
14864         * src/plugins/pgpmime/plugin.c
14865         * src/plugins/pgpmime/select-keys.c
14866         * src/plugins/pgpmime/select-keys.h
14867         * src/plugins/pgpmime/sgpgme.c
14868         * src/plugins/pgpmime/sgpgme.h
14869                 sync with HEAD
14870
14871 2004-10-04 [colin]      0.9.12cvs122.1
14872
14873         * src/mainwindow.c
14874         * src/messageview.c
14875         * src/messageview.h
14876         * src/textview.c
14877                 Sync with HEAD
14878
14879 2004-10-04 [colin]      0.9.12cvs121.1
14880
14881         * src/summaryview.c
14882                 Sync with HEAD
14883
14884 2004-10-04 [paul]       0.9.12cvs120.1
14885
14886         * configure.ac
14887                 sync with HEAD [don't try to build 
14888                 pgpmime plugin when gpgme is disabled]
14889
14890 2004-10-03 [colin]      0.9.12cvs119.3
14891
14892         * src/gtk/gtksctree.c
14893                 Lots of side effects. Put back as before 117.2.
14894         * src/summaryview.c
14895                 Fix bug #602
14896
14897 2004-10-03 [colin]      0.9.12cvs119.2
14898
14899         * src/gtk/gtksctree.c
14900                 Revert 608 fix that doesn't work that good
14901
14902 2004-10-02 [colin]      0.9.12cvs119.1
14903
14904         * src/mainwindow.c
14905         * src/messageview.c
14906         * src/prefs_common.h
14907         * src/procmime.c
14908         * src/procmime.h
14909         * src/textview.c
14910                 Sync with HEAD
14911         * src/gtk/gtksctree.c
14912                 Close bug #608
14913
14914 2004-10-01 [colin]      0.9.12cvs118.1
14915
14916         * src/mimeview.c
14917                 Sync with HEAD (better Save All fix)
14918
14919 2004-10-01 [colin]      0.9.12cvs117.2
14920
14921         * src/gtk/gtksctree.c
14922                 Faster on selection
14923
14924 2004-10-01 [colin]      0.9.12cvs117.1
14925
14926         * src/mimeview.c
14927                 Sync with HEAD (Save All: only attachments)
14928
14929 2004-10-01 [paul]       0.9.12cvs116.1
14930
14931         * ChangeLog.claws
14932         * configure.ac
14933         * src/account.c
14934         * src/prefs_common.c
14935         * src/gtk/colorlabel.c
14936                 sync with HEAD
14937
14938 2004-09-30 [colin]      0.9.12cvs115.1
14939
14940         * src/stock_pixmap.c
14941         * src/stock_pixmap.h
14942         * src/folderview.c
14943         * src/Makefile.am
14944         * src/pixmaps/read.xpm
14945                 Sync with HEAD (new pixmap)
14946
14947 2004-09-29 [colin]      0.9.12cvs114.1
14948
14949         * src/compose.c
14950                 Sync with HEAD
14951                 Fix focus handling in headers
14952
14953 2004-09-29 [paul]       0.9.12cvs113.1
14954
14955         * src/quote_fmt_parse.y
14956                 sync with HEAD
14957  
14958
14959 2004-09-28 [colin]      0.9.12cvs112.1
14960
14961         * src/folderview.c
14962         * src/mainwindow.c
14963                 Sync with HEAD
14964
14965 2004-09-28 [colin]      0.9.12cvs110.1
14966
14967         * src/folderview.c
14968                 Sync with HEAD (Contextual Empty trash menu)
14969
14970 2004-09-28 [colin]      0.9.12cvs108.1
14971
14972         * src/addressbook.c
14973                 Sync with HEAD (addressbook edit on double-click)
14974
14975 2004-09-28 [colin]      0.9.12cvs106.1
14976
14977         * src/inc.c
14978                 Sync with HEAD (folder_item freeze on inc)
14979
14980 2004-09-27 [colin]      0.9.12cvs105.1
14981
14982         * src/folderview.c
14983                 Sync with HEAD (right-align new and unread column)
14984
14985 2004-09-27 [colin]      0.9.12cvs104.1
14986
14987         * src/main.c
14988                 Sync with HEAD (revert 0.9.12cvs101)
14989
14990 2004-09-24 [colin]      0.9.12cvs103.2
14991
14992         * src/wizard.c
14993                 Fix gtk warnings and use domain part of the email address 
14994                 when domain detection fails (no dot in domain name)
14995
14996 2004-09-23 [colin]      0.9.12cvs103.1
14997
14998         * src/plugins/spamassassin/libspamc.c
14999         * src/plugins/spamassassin/libspamc.h
15000         * src/plugins/spamassassin/utils.c
15001         * src/plugins/spamassassin/utils.h
15002                 Sync with HEAD (Update spamassassin to 3.0)
15003
15004 2004-09-21 [colin]      0.9.12cvs102.3
15005
15006         * src/action.c
15007                 Add horizontal scrollbar in action io dialog as needed
15008                 Patch by Alfons.
15009
15010 2004-09-20 [colin]      0.9.12cvs102.2
15011
15012         * src/plugins/image_viewer/viewer.c
15013                 Remove imlib stuff
15014                 use gtk_pixmap_set when clearing
15015                 (would be better to use gtkImages, but causes size-allocate 
15016                 signals storm)
15017
15018 2004-09-17 [paul]       0.9.12cvs102.1
15019
15020         * ChangeLog
15021         * ChangeLog.claws
15022         * ChangeLog.jp
15023         * configure.ac
15024         * src/inc.c
15025                 sync with HEAD
15026
15027
15028 2004-09-17 [colin]      0.9.12cvs101.1
15029
15030         * ChangeLog.claws
15031         * src/main.c
15032                 Sync with HEAD (fix segs at exit)
15033
15034 2004-09-14 [colin]      0.9.12cvs99.5
15035
15036         * src/common/socket.c
15037         * AUTHORS
15038                 Fix send error on 64bit platforms
15039                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15040
15041 2004-09-14 [colin]      0.9.12cvs99.4
15042
15043         * src/action.c
15044                 Fix action output with utf8 
15045                 Patch by Alfons.
15046
15047 2004-09-14 [colin]      0.9.12cvs99.3
15048
15049         * ChangeLog.claws
15050         * src/folder.c
15051                 Sync with HEAD
15052
15053 2004-09-09 [colin]      0.9.12cvs99.2
15054
15055         * src/action.c
15056                 Fix progress bar (displaying "Completed %v/%u")
15057                 Patch by Alfons.
15058
15059 2004-09-08 [colin]      0.9.12cvs99.1
15060
15061         * src/account.c
15062         * src/folder.c
15063         * src/procmsg.c
15064         * src/procmsg.h
15065         * src/plugins/pgpmime/pgpmime.c
15066                 Sync with HEAD
15067
15068 2004-09-08 [colin]      0.9.12cvs97.2
15069
15070         * src/summaryview.c
15071                 Don't select mails in collapsed threads 
15072                 when navigating with up/down
15073
15074 2004-09-07 [colin]      0.9.12cvs97.1
15075
15076         * src/inc.c
15077                 Sync with HEAD (meaningful error messages)
15078
15079 2004-09-06 [colin]      0.9.12cvs96.1
15080
15081         * src/toolbar.c
15082                 Sync with HEAD (fix Redirect graying out)
15083
15084 2004-09-06 [colin]      0.9.12cvs95.1
15085
15086         * src/summaryview.c
15087         * src/mimeview.c
15088                 Sync with HEAD (fix dropped URIs)
15089
15090 2004-09-06 [colin]      0.9.12cvs94.1
15091
15092         * src/addressbook.c
15093         * src/addressitem.h
15094         * src/addritem.c
15095         * src/addritem.h
15096                 Sync with HEAD (addressbook DnD)
15097
15098 2004-09-03 [colin]      0.9.12cvs93.1
15099
15100         * src/summaryview.c
15101                 Sync with HEAD (next/prev unread)
15102
15103 2004-09-03 [colin]      0.9.12cvs92.1
15104
15105         * src/prefs_common.c
15106         * src/prefs_common.h
15107         * src/summaryview.c
15108                 Sync with HEAD ('mark_as_read_delay' pref)
15109
15110 2004-09-02 [colin]      0.9.12cvs91.2
15111
15112         * src/common/xml.c
15113                 Fix leak
15114
15115 2004-09-02 [colin]      0.9.12cvs91.1
15116
15117         * src/gtk/menu.c
15118                 Sync with HEAD (menu accel don't work, but whatever)
15119
15120 2004-09-02 [colin]      0.9.12cvs90.1
15121
15122         * src/account.c
15123                 Sync with HEAD (fix bug 582)
15124
15125 2004-09-02 [colin]      0.9.12cvs89.1
15126
15127         * src/addrindex.c
15128                 Sync with HEAD (free deleted queries)
15129
15130 2004-09-02 [colin]      0.9.12cvs88.1
15131
15132         * src/ldapquery.c
15133                 Sync with HEAD (fix LDAP freezes)
15134
15135 2004-09-02 [colin]      0.9.12cvs87.1
15136
15137         * src/prefs_spelling.c
15138                 Sync with HEAD (add default dictionary)
15139
15140 2004-09-01 [colin]      0.9.12cvs86.1
15141
15142         * src/filtering.c
15143         * src/folderview.c
15144         * src/imap.c
15145         * src/prefs_matcher.c
15146         * src/stock_pixmap.c
15147         * src/summary_search.c
15148         * src/summaryview.c
15149         * src/wizard.c
15150         * src/wizard.h
15151                 Sync with HEAD (uninitialized vars fixes)
15152                 + gtk2 specific warning fixes
15153
15154 2004-08-31 [colin]      0.9.12cvs85.1
15155
15156         * src/folder.c
15157                 Sync with HEAD (Fix memory corruption due to 
15158                 uninitialized var)
15159
15160 2004-08-31 [colin]      0.9.12cvs84.4
15161
15162         * src/summary_search.c
15163                 Fix segfaults when searching in folders with broken headers
15164
15165 2004-08-31 [colin]      0.9.12cvs84.3
15166
15167         * src/compose.c
15168         * src/textview.c
15169                 Fix some more encoding/decoding issues
15170
15171 2004-08-30 [colin]      0.9.12cvs84.2
15172
15173         * src/mimeview.c
15174         * src/prefs_themes.c
15175         * src/gtk/filesel.c
15176         * src/gtk/filesel.h
15177                 Add a folder-mode selection (fixes mimeview's "Save all")
15178
15179 2004-08-29 [colin]      0.9.12cvs84.1
15180
15181         * src/mimeview.c
15182                 Sync with HEAD (don't escape saved filenames)
15183
15184 2004-08-27 [colin]      0.9.12cvs83.1
15185
15186         * ChangeLog
15187         * ChangeLog.claws
15188         * ChangeLog.jp
15189         * src/mh.c
15190         * src/procheader.c
15191         * src/procmsg.c
15192         * src/procmsg.h
15193         * src/common/utils.c
15194         * src/gtk/menu.h
15195         * po/
15196                 Sync with HEAD 0.9.12cvs83 (sync with main)
15197
15198 2004-08-26 [colin]      0.9.12cvs82.4
15199
15200         * src/codeconv.c
15201                 Fix strange stack corruption
15202                 Convert to utf8 after unmime, not before
15203
15204 2004-08-26 [colin]      0.9.12cvs82.3
15205
15206         * src/main.c
15207         * src/wizard.c
15208                 Fix account folders duplication
15209
15210 2004-08-25 [colin]      0.9.12cvs82.2
15211
15212         * src/wizard.c
15213                 Remove ports
15214                 Add SSL selection
15215                 Use login@server as account name
15216
15217 2004-08-25 [colin]      0.9.12cvs82.1
15218
15219         * src/plugins/pgpmime/pgpmime.c
15220                 Sync with HEAD (leak fix).
15221
15222 2004-08-25 [colin]      0.9.12cvs81.1
15223
15224         * src/plugins/pgpmime/pgpmime.c
15225         * src/plugins/pgpmime/sgpgme.c
15226         * src/plugins/pgpmime/sgpgme.h
15227                 Sync with HEAD (Handle combined messages).
15228
15229 2004-08-24 [colin]      0.9.12cvs80.3
15230
15231         * src/wizard.c
15232                 Fix full name, ports, and imap
15233
15234 2004-08-24 [colin]      0.9.12cvs80.2
15235
15236         * src/Makefile.am
15237         * src/main.c
15238         * src/setup.c
15239         * src/setup.h
15240         * src/stock_pixmap.c
15241         * src/stock_pixmap.h
15242         * src/wizard.c ** ADDED **
15243         * src/wizard.h ** ADDED ** 
15244         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15245                 Add a setup wizard 
15246
15247 2004-08-24 [colin]      0.9.12cvs80.1
15248
15249         * src/folder.c
15250                 Sync with HEAD (set mimeflags on all messages)
15251
15252 2004-08-24 [colin]      0.9.12cvs79.3
15253
15254         * src/matcher_parser_lex.l
15255                 Fix 8bits strings not in utf8
15256
15257 2004-08-24 [colin]      0.9.12cvs79.2
15258
15259         * src/compose.c
15260                 Check conversion result before replacing buffer
15261
15262 2004-08-23 [colin]      0.9.12cvs79.1
15263
15264         * src/compose.c
15265                 Sync with HEAD (create message header in memory)
15266
15267 2004-08-23 [colin]      0.9.12cvs78.1
15268
15269         * src/rfc2015.c
15270         * src/rfc2015.h
15271                 Sync with HEAD (fix bug 197 again)
15272
15273 2004-08-23 [colin]      0.9.12cvs77.3
15274
15275         * src/compose.c
15276                 Fix again inline gpg signing (which outputs utf8
15277                 in gtk2). Not syncing this fix to HEAD as this 
15278                 code is meant to die.
15279
15280 2004-08-23 [colin]      0.9.12cvs77.2
15281
15282         * src/prefs_account.h
15283                 Remove useless include
15284
15285 2004-08-23 [colin]      0.9.12cvs77.1
15286
15287         * src/imap.c
15288         * po/es.po
15289         * po/fr.po
15290         * po/it.po
15291         * po/pl.po
15292         * po/pt_BR.po
15293         * po/sk.po
15294         * po/sr.po
15295                 Sync with HEAD (fix bug 577)
15296
15297 2004-08-22 [colin]      0.9.12cvs76.1
15298
15299         * src/plugins/trayicon/trayicon.c
15300                 Sync with HEAD (fix formatting bug)
15301
15302 2004-08-21 [colin]      0.9.12cvs74.2
15303
15304         * src/gtk/colorsel.c
15305                 Fix bug 564 (Folder color selection window exits on any
15306                 keypress)
15307
15308 2004-08-21 [colin]      0.9.12cvs74.1
15309
15310         * ChangeLog.claws
15311         * src/compose.c
15312         * src/summaryview.c
15313         * src/toolbar.c
15314                 Sync with HEAD (fix bug 576)
15315
15316 2004-08-21 [colin]      0.9.12cvs70.1
15317
15318         * src/compose.c
15319         * src/mainwindow.c
15320                 Sync with HEAD
15321                 
15322
15323 2004-08-21 [paul]       0.9.12cvs66.4
15324
15325         * src/mainwindow.c
15326         * src/messageview.c
15327         * src/gtk/menu.c
15328         * src/plugins/spamassassin/spamassassin_gtk.c
15329                 remove some deprecated gtk1 functions
15330
15331
15332 2004-08-21 [colin]      0.9.12cvs66.3
15333
15334         * src/compose.c
15335         * src/codeconv.c
15336                 Fix warnings
15337                 Remove encoding hacks
15338                 Fix bug 575 (Strange character messes up message)
15339                 Don't display conversion error when drafting
15340
15341 2004-08-21 [paul]       0.9.12cvs66.2
15342
15343         * src/prefs_account.c
15344                 fix GnuPG mode bugs
15345
15346
15347 2004-08-20 [colin]      0.9.12cvs66.1
15348
15349         * src/codeconv.c
15350                 Sync with HEAD 0.9.12cvs66
15351
15352 2004-08-20 [paul]
15353
15354         * src/plugins/pgpmime/plugin.c
15355                 modify PGP/MIME plugin's description
15356
15357 2004-08-17 [colin]      0.9.12cvs65.1
15358
15359         * src/common/ssl.c
15360         * src/plugins/pgpmime/plugin.c
15361                 Sync with HEAD
15362
15363 2004-08-14 [colin]      0.9.12cvs60.3
15364
15365         * src/plugins/trayicon/trayicon.c
15366                 Put back resize callback, on size-request signal
15367                 rather than size-allocate to avoid infinite 
15368                 callback loop
15369
15370 2004-08-13 [colin]      0.9.12cvs60.2
15371
15372         * src/common/defs.h
15373                 Cache versions have been fixed
15374
15375 2004-08-13 [colin]      0.9.12cvs60.1
15376
15377         * src/folderutils.c
15378                 Sync with HEAD
15379
15380 2004-08-12 [colin]      0.9.12cvs59.1
15381
15382         * src/plugins/trayicon/trayicon.c
15383                 Sync with HEAD
15384
15385 2004-08-12 [colin]      0.9.12cvs57.5
15386
15387         * sylpheed.desktop
15388         * configure.ac
15389         * src/Makefile.am
15390         * src/main.c
15391                 Add support for Freedesktop.org's startup notification
15392
15393 2004-08-11 [colin]      0.9.12cvs57.4
15394
15395         * src/textview.c
15396                 Fix off-by-one
15397
15398 2004-08-11 [colin]      0.9.12cvs57.3
15399
15400         * src/message_search.c
15401         * src/summary_search.c
15402                 Make searches case insensitive by default
15403         * src/textview.c
15404                 Fix case-insensitive search in message
15405
15406 2004-08-11 [colin]      0.9.12cvs57.2
15407
15408         * src/summary_search.c
15409                 Let case-sensitive be specified
15410
15411 2004-08-10 [colin]      0.9.12cvs55.4
15412
15413         * src/common/socket.c
15414                 Fix the possible race condition
15415
15416 2004-08-09 [paul]       0.9.12cvs55.3
15417
15418         * configure.ac
15419         * src/Makefile.am
15420         * src/common/Makefile.am
15421                 sync with HEAD
15422
15423
15424 2004-08-09 [paul]       0.9.12cvs55.2
15425
15426         * autogen.sh
15427         * po/poconv.sh
15428                 remove unneeded script
15429
15430         * configure.ac
15431                 add forgotten USE_LDAP_TLS (sync with HEAD)
15432
15433
15434 2004-08-09 [colin]      0.9.12cvs55.1
15435
15436         * src/main.c
15437         * src/common/ssl.c
15438         * src/common/sylpheed.c
15439         * src/common/sylpheed.h
15440                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15441
15442 2004-08-09 [paul]       0.9.12cvs54.1
15443
15444         * ChangeLog
15445         * ChangeLog.claws
15446         * ChangeLog.jp
15447         * configure.ac
15448         * po/POTFILES.in
15449         * src/Makefile.am
15450         * src/folderutils.c
15451         * src/main.c
15452         * src/pgpmime.c
15453         * src/pgpmime.h
15454         * src/sgpgme.c
15455         * src/sgpgme.h
15456         * src/plugins/Makefile.am
15457         * src/plugins/pgpmime/.cvsignore
15458         * src/plugins/pgpmime/Makefile.am
15459         * src/plugins/pgpmime/pgpmime.c
15460         * src/plugins/pgpmime/pgpmime.h
15461         * src/plugins/pgpmime/plugin.c
15462         * src/plugins/pgpmime/sgpgme.c
15463         * src/plugins/pgpmime/sgpgme.h
15464                 sync with HEAD
15465
15466 2004-08-08 [paul]       0.9.12cvs51.1
15467
15468         * configure.ac
15469         * src/folder.c
15470                 sync with HEAD
15471
15472 2004-08-07 [colin]      0.9.12cvs50.1
15473
15474         * src/pop.c
15475         * src/common/partial_download.c
15476                 fix warnings (sync from HEAD)
15477
15478 2004-08-07 [colin]      0.9.12cvs48.1
15479
15480         * src/prefs_folder_item.c
15481                 sync with HEAD 0.9.12cvs48
15482
15483 2004-08-06 [colin]      0.9.12cvs47.1
15484
15485         * src/compose.c
15486                 Sync with HEAD
15487
15488 2004-08-06 [christoph]  0.9.12cvs46.2
15489
15490         * src/main.c
15491         * src/plugins/clamav/clamav_plugin_gtk.c
15492         * src/plugins/dillo_viewer/dillo_viewer.c
15493         * src/plugins/image_viewer/plugin.c
15494         * src/plugins/mathml_viewer/mathml_viewer.c
15495         * src/plugins/spamassassin/spamassassin_gtk.c
15496         * src/plugins/trayicon/trayicon.c
15497                 don't mix GTK1.2 plugin with GTK2 plugins
15498
15499 2004-08-06 [colin]      0.9.12cvs46.1
15500
15501         * ChangeLog
15502         * ChangeLog.claws
15503         * ChangeLog.jp
15504         * configure.ac
15505         * sylpheed-claws.pc.in
15506         * src/folder.c
15507         * src/imap.c
15508         * src/localfolder.c
15509         * src/messageview.c
15510         * src/mimeview.c
15511         * src/mimeview.h
15512         * src/msgcache.c
15513         * src/news.c
15514         * src/prefs_ext_prog.c
15515         * src/prefs_folder_item.c
15516         * src/prefs_fonts.c
15517         * src/prefs_msg_colors.c
15518         * src/prefs_spelling.c
15519         * src/prefs_themes.c
15520         * src/prefs_toolbar.c
15521         * src/prefs_wrapping.c
15522         * src/procmime.h
15523         * src/common/defs.h
15524         * src/common/nntp.c
15525         * src/common/session.c
15526         * src/common/session.h
15527         * src/common/socket.c
15528         * src/common/utils.h
15529         * src/common/xml.c
15530         * src/common/xml.h
15531         * src/gtk/prefswindow.c
15532         * src/gtk/prefswindow.h
15533         * src/plugins/clamav/clamav_plugin_gtk.c
15534         * src/plugins/dillo_viewer/dillo_prefs.c
15535         * src/plugins/image_viewer/viewerprefs.c
15536         * src/plugins/spamassassin/spamassassin_gtk.c
15537         * m4/openssl.m4 *** REMOVED ***
15538                 Sync with HEAD 0.9.12cvs46
15539
15540 2004-08-03 [paul]       0.9.12cvs40.2
15541
15542         * src/action.c
15543         * src/addressadd.c
15544         * src/addressbook.c
15545         * src/addrgather.c
15546         * src/browseldap.c
15547         * src/compose.c
15548         * src/crash.c
15549         * src/editaddress.c
15550         * src/editgroup.c
15551         * src/editldap_basedn.c
15552         * src/foldersel.c
15553         * src/importldif.c
15554         * src/mimeview.c
15555         * src/prefs_common.c
15556         * src/prefs_template.c
15557         * src/sourcewindow.c
15558         * src/summaryview.c
15559         * src/gtk/about.c
15560         * src/gtk/foldersort.c
15561         * src/gtk/logwindow.c
15562         * src/gtk/pluginwindow.c
15563         * src/gtk/prefswindow.c
15564                 change all gtk_scrolled_window_set_policy from 
15565                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15566
15567 2004-08-02 [paul]       0.9.12cvs40.1
15568
15569         * AUTHORS
15570                 update translation team section
15571         * po/pt_BR.po
15572                 updated by Frederico Goncalves Guimaraes
15573                 <fggdebian@yahoo.com.br>
15574
15575 2004-07-31 [colin]      0.9.12cvs39.9
15576
15577         * src/exphtmldlg.c
15578                 Fix compilation
15579
15580 2004-07-31 [colin]      0.9.12cvs39.8
15581
15582         * src/exphtmldlg.c
15583                 Fix an alertpanel type
15584
15585 2004-07-30 [colin]      0.9.12cvs39.7
15586
15587         * src/alertpanel.c
15588                 Fix alertpanel_error_log's icon
15589
15590 2004-07-30 [colin]      0.9.12cvs39.6
15591
15592         * src/pop.c
15593                 Two of them should still be warnings
15594
15595 2004-07-30 [colin]      0.9.12cvs39.5
15596
15597         * src/pop.c
15598                 More warning -> error
15599 2004-07-29 [colin]      0.9.12cvs39.4
15600
15601         * src/pop.c
15602                 Warning -> error
15603
15604 2004-07-29 [colin]      0.9.12cvs39.3
15605
15606         * src/prefs_matcher.c
15607                 Fix segfault
15608
15609 2004-07-29 [colin]      0.9.12cvs39.2
15610
15611         * src/alertpanel.c
15612                 More nice-looking alertpanels
15613
15614 2004-07-29 [colin]      0.9.12cvs39.1
15615
15616         * src/messageview.c
15617                 sync with head
15618                 (inform user when partial mail is deleted on server)
15619
15620 2004-07-29 [colin]      0.9.12cvs38.1
15621
15622         * src/messageview.c
15623                 sync with head
15624
15625 2004-07-28 [paul]       0.9.12cvs37.7
15626
15627         * src/mainwindow.c
15628                 complete the replacement of deprecated gtk_progress_*
15629
15630 2004-07-28 [paul]       0.9.12cvs37.6
15631
15632         * src/action.c
15633         * src/inc.c
15634         * src/mainwindow.c
15635         * src/send_message.c
15636         * src/gtk/progressdialog.c
15637         * src/gtk/progressdialog.h
15638                 replace deprecated gtk_progress_*
15639
15640 2004-07-28 [paul]       0.9.12cvs37.5
15641
15642         * src/gtk/filesel.c
15643                 remove gtk_window_set_wmclass()
15644 2004-07-28 [paul]       0.9.12cvs37.4
15645
15646         * src/addressbook.c
15647         * src/compose.c
15648         * src/foldersel.c
15649         * src/mainwindow.c
15650         * src/messageview.c
15651         * src/sourcewindow.c
15652         * src/gtk/logwindow.c
15653                 remove gtk_window_set_wmclass()
15654                 
15655         * src/prefs_filtering.c
15656         * src/prefs_filtering_action.c
15657         * src/prefs_fonts.c
15658         * src/prefs_gtk.c
15659         * src/prefs_matcher.c
15660         * src/ssl_manager.c
15661         * src/gtk/prefswindow.c
15662                 replace gtk_window_position()
15663
15664 2004-07-28 [colin]      0.9.12cvs37.3
15665
15666         * src/alertpanel.c
15667         * src/alertpanel.h
15668                 Add a way to specify panel type for specific
15669                 panels (alertpanel())
15670         * src/account.c
15671         * src/addressbook.c
15672         * src/compose.c
15673         * src/expldifdlg.c
15674         * src/main.c
15675         * src/messageview.c
15676         * src/summaryview.c
15677         * src/textview.c
15678         * src/gtk/sslcertwindow.c
15679                 Fix alertpanel()s so that their icon match
15680                 their real type
15681
15682 2004-07-28 [paul]       0.9.12cvs37.2
15683
15684         * src/addr_compl.c
15685         * src/addressbook.c
15686         * src/alertpanel.c
15687         * src/compose.c
15688         * src/export.c
15689         * src/foldersel.c
15690         * src/folderview.c
15691         * src/grouplistdialog.c
15692         * src/import.c
15693         * src/mainwindow.c
15694         * src/message_search.c
15695         * src/messageview.c
15696         * src/passphrase.c
15697         * src/prefs_actions.c
15698         * src/prefs_common.c
15699         * src/prefs_customheader.c
15700         * src/prefs_display_header.c
15701         * src/prefs_filtering.c
15702         * src/prefs_filtering_action.c
15703         * src/prefs_gtk.c
15704         * src/prefs_matcher.c
15705         * src/prefs_msg_colors.c
15706         * src/prefs_summary_column.c
15707         * src/prefs_template.c
15708         * src/sourcewindow.c
15709         * src/ssl_manager.c
15710         * src/summary_search.c
15711         * src/gtk/colorsel.c
15712         * src/gtk/description_window.c
15713         * src/gtk/gtkaspell.c
15714         * src/gtk/inputdialog.c
15715         * src/gtk/logwindow.c
15716         * src/gtk/prefswindow.c
15717         * src/gtk/progressdialog.c
15718                 replace deprecated gtk_window_set_policy
15719
15720 2004-07-27 [colin]      0.9.12cvs37.1
15721
15722         * src/msgcache.c
15723                 More fixes (synced for head again)
15724
15725 2004-07-27 [colin]      0.9.12cvs35.3
15726
15727         * src/msgcache.c
15728                 Fix wrong test
15729
15730 2004-07-27 [colin]      0.9.12cvs35.2
15731
15732         * src/mimeview.c
15733                 Fix width a bit (by Paul)
15734         * src/alertpanel.c
15735         * src/alertpanel.h
15736                 Specialize icons, make alertpanel_message()
15737                 private
15738         * src/message_search.c
15739         * src/sgpgme.c
15740         * src/summary_search.c
15741                 Suit alertpanel changes
15742
15743 2004-07-27 [colin]      0.9.12cvs35.1
15744
15745         * src/alertpanel.c
15746                 Add an icon
15747         * src/passphrase.c
15748                 Add debug output - maybe someone will
15749                 want to look at the problem with Grab
15750                 Input :)
15751         Bump version as we're synced with HEAD
15752
15753 2004-07-26 [colin]      0.9.12cvs33.26
15754
15755         * src/pop.c
15756                 Fix uidl-file parsing when not in new
15757                 format
15758
15759 2004-07-26 [colin]      0.9.12cvs33.25
15760
15761         * src/gtk/menu.c
15762                 Move popup menu up if necessary (fixes 
15763                 account selector)
15764         * src/mainwindow.c
15765                 Set account selector's button height to
15766                 minimum
15767
15768 2004-07-26 [colin]      0.9.12cvs33.24
15769
15770         * src/alertpanel.c
15771                 Maybe fix 551 (Truncated font in alert window)
15772
15773 2004-07-26 [colin]      0.9.12cvs33.23
15774
15775         * po/de.po
15776         * po/es.po
15777         * po/fr.po
15778         * po/it.po
15779         * po/ja.po
15780         * po/pl.po
15781         * po/ru.po
15782         * po/sk.po
15783         * po/sr.po
15784         * po/zh_CN.po
15785                 Sync po files with HEAD
15786
15787 2004-07-26 [paul]       0.9.12cvs33.22
15788
15789         * src/compose.c
15790                 fix Bug 556 'Organisation-header is sent even if empty'
15791
15792 2004-07-24 [colin]      0.9.12cvs33.21
15793
15794         * src/compose.c
15795         * src/gtk/gtkaspell.c
15796         * src/gtk/gtkaspell.h
15797                 Fix speller accelerators (require hack)
15798
15799 2004-07-24 [colin]      0.9.12cvs33.20
15800
15801         * src/gtk/gtkaspell.c
15802                 Fix over-eager code deletion breaking
15803                 Check while typing
15804
15805 2004-07-24 [colin]      0.9.12cvs33.19
15806
15807         * src/browseldap.c
15808         * src/ldapctrl.c
15809         * src/ldapctrl.h
15810         * src/ldapserver.h
15811                 Sync ldap with HEAD
15812         (Fixes 546 LDAP completely broken)
15813
15814 2004-07-24 [colin]      0.9.12cvs33.18
15815
15816         * src/prefs_msg_colors.c
15817                 Fix prototype mismatch
15818         (Fixes 547 void function cannot return value)
15819
15820 2004-07-24 [colin]      0.9.12cvs33.17
15821
15822         * src/mainwindow.c
15823                 Fix sort going back to previous sort key
15824                 when changing sort direction
15825
15826 2004-07-24 [colin]      0.9.12cvs33.16
15827
15828         * src/compose.c
15829                 Fix space insertion when re-wrapping at 
15830                 cursor point
15831
15832 2004-07-24 [colin]      0.9.12cvs33.15
15833
15834         * src/gtk/gtkaspell.c
15835                 Don't change cursor position in insert-text
15836                 callback
15837         (Fixes 539 Word wrapping on input transposes letters)
15838
15839 2004-07-24 [colin]      0.9.12cvs33.14
15840
15841         * src/gtk/gtkaspell.c
15842                 Reencode non-ascii chars to dictionary's
15843                 encoding
15844         (Fixes 544 Spell check broken non english locale)
15845
15846 2004-07-24 [colin]      0.9.12cvs33.13
15847
15848         * src/summaryview.c
15849                 Fix Shift+Down, add Home/End/PgUp/PgDown
15850
15851 2004-07-21 [colin]      0.9.12cvs33.12
15852
15853         * src/prefs_common.c
15854                 Fix a gtk warning (Patch by Andrej Kacian)
15855
15856 2004-07-21 [colin]      0.9.12cvs33.11
15857
15858         * src/gtk/filesel.c
15859                 More check
15860
15861 2004-07-21 [colin]      0.9.12cvs33.10
15862
15863         * src/compose.c
15864         * src/crash.c
15865         * src/export.c
15866         * src/import.c
15867         * src/messageview.c
15868         * src/mimeview.c
15869         * src/prefs_spelling.c
15870         * src/prefs_themes.c
15871         * src/summaryview.c
15872         * src/gtk/filesel.c
15873         * src/gtk/filesel.h
15874         * src/gtk/pluginwindow.c
15875                 Untwist open/save mode guessing logic, make
15876                 it explicit
15877
15878 2004-07-20 [colin]      0.9.12cvs33.9
15879
15880         * src/codeconv.c
15881                 conv_encode_header: src_charset is UTF-8 on
15882                 gtk2
15883         * src/compose.c
15884                 Remove double encoding of the headers
15885
15886 2004-07-20 [colin]      0.9.12cvs33.8
15887
15888         * src/codeconv.c
15889                 Fix typo
15890
15891 2004-07-20 [colin]      0.9.12cvs33.7
15892
15893         * src/mainwindow.c
15894                 Set the separated messageview to the saved
15895                 size of Claws' messageview (Patch by Alfons)
15896                 Fix a callback prototype (me)
15897
15898 2004-07-20 [colin]      0.9.12cvs33.6
15899
15900         * src/codeconv.h
15901                 Forgot one hunk in 0.9.12cvs33.4
15902
15903 2004-07-19 [colin]      0.9.12cvs33.5
15904
15905         * src/action.c
15906                 Action output fix
15907                 Patch by Alfons
15908
15909 2004-07-19 [colin]      0.9.12cvs33.4
15910
15911         * src/compose.c
15912                 Fix outgoing charset bug in headers
15913         * src/codeconv.c
15914                 Clean for glib2 - Patch by Alfons
15915
15916 2004-07-19 [colin]      0.9.12cvs33.3
15917
15918         * src/statusbar.c
15919                 Remove grip from the statusbar
15920                 Patch by Alfons
15921
15922 2004-07-19 [colin]      0.9.12cvs33.2
15923
15924         * src/messageview.c
15925         * src/textview.c
15926                 Fix messageview remembering the previous
15927                 scroll position when loading a new message
15928                 Patch by Alfons
15929
15930 2004-07-19 [colin]      0.9.12cvs33.1
15931
15932         * src/folder.h
15933         * src/folderview.c
15934         * src/summaryview.c
15935                 Sync with HEAD
15936
15937 2004-07-18 [colin]      0.9.12cvs32.7
15938
15939         * configure.ac
15940                 Remove useless check for XIM - noticed
15941                 by Alfons
15942
15943 2004-07-18 [colin]      0.9.12cvs32.6
15944
15945         * src/summaryview.c
15946                 Remove non-modified and shift-modified
15947                 accelerators in summaryview's popup
15948                 menu, as that doesn't get catched by
15949                 the accel-activate signal catcher...
15950
15951 2004-07-18 [colin]      0.9.12cvs32.5
15952
15953         * src/prefs_common.c
15954                 Define sensible default prefs for 
15955                 wrapping
15956
15957 2004-07-18 [colin]      0.9.12cvs32.4
15958
15959         * src/compose.c
15960         * src/prefs_common.c
15961         * src/prefs_common.h
15962         * src/prefs_wrapping.c
15963                 Remove Smart Wrapping pref, which does
15964                 nothing on gtk2 branch
15965
15966 2004-07-18 [colin]      0.9.12cvs32.3
15967
15968         * src/sourcewindow.c
15969                 Proper utf8
15970
15971 2004-07-18 [colin]      0.9.12cvs32.2
15972
15973         * src/compose.c
15974                 Save attachment status when drafting
15975
15976 2004-07-18 [colin]      0.9.12cvs32.1
15977
15978         * src/gtk/filesel.c
15979                 Fix erratic folder selection in open mode
15980
15981 2004-07-18 [colin]      0.9.12cvs31.11
15982
15983         * src/pop.c
15984                 Don't let partial messages get deleted
15985                 even with "dowload all"
15986                 (0.9.12cvs31.8 fix extension)
15987 2004-07-18 [colin]      0.9.12cvs31.10
15988
15989         * src/gtk/logwindow.c
15990                 Fix log scrolling
15991
15992 2004-07-18 [colin]      0.9.12cvs31.9
15993
15994         * src/common/utils.c
15995                 Fix non-utf8 strings coming from commands
15996                 and files
15997
15998 2004-07-18 [colin]      0.9.12cvs31.8
15999
16000         * src/pop.c
16001                 Fix partial download bug with Download all
16002                 messages option
16003
16004 2004-07-18 [colin]      0.9.12cvs31.7
16005
16006         * src/textview.c
16007                 Fix bug introduced in 0.9.12cvs31.2
16008                 (blocked in select mode after double click)
16009
16010 2004-07-18 [colin]      0.9.12cvs31.6
16011
16012         * src/compose.c
16013         * src/gtk/menu.c
16014                 More glib-warning fixes
16015
16016 2004-07-18 [colin]      0.9.12cvs31.5
16017
16018         * src/compose.c
16019                 Fix trashing the primary clipboard when moving 
16020                 around with tab
16021         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16022
16023 2004-07-18 [colin]      0.9.12cvs31.4
16024
16025         * src/codeconv.c
16026                 convert unencoded iso headers to utf8
16027         (Fix Bug 538 Unencoded local characters in subject make it 
16028          disappear)
16029
16030 2004-07-18 [colin]      0.9.12cvs31.3
16031
16032         * src/compose.c
16033                 Fix tab char handling in wrapping
16034         (Fix Bug 537 Line wrap problem - TAB character treated as 
16035          one character instead of 8)
16036
16037 2004-07-18 [colin]      0.9.12cvs31.2
16038
16039         * src/textview.c
16040                 return FALSE on GDK_MOTION_NOTIFY
16041         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16042          (unable to highlight))
16043
16044 2004-07-18 [colin]      0.9.12cvs31.1
16045
16046         * src/folderview.c
16047                 Sync with 0.9.12cvs31
16048
16049 2004-07-18 [colin]      0.9.12cvs30.4
16050
16051         * src/compose.c
16052                 Also block text_inserted when inserting a file
16053
16054 2004-07-18 [colin]      0.9.12cvs30.3
16055
16056         * src/compose.c
16057                 Fix smart wrapping (block text_inserted handler
16058                 while putting quotation to avoid wrap on input,
16059                 don't join lines if next is sig separator)
16060
16061 2004-07-17 [colin]      0.9.12cvs30.2
16062
16063         * src/folderview.c
16064         * src/mainwindow.c
16065         * src/mimeview.c
16066         * src/summaryview.c
16067         * src/gtk/quicksearch.c
16068         * src/gtk/quicksearch.h
16069                 Block key events handlers *and* accels while
16070                 quicksearch is focused
16071         (Fixes Bug 534 quick-search bar not accepting certain letters)
16072
16073 2004-07-17 [colin]      0.9.12cvs30.1
16074
16075         * src/folder.h
16076         * src/folderview.c
16077         * src/summaryview.c
16078                 Sync with 0.9.12cvs30
16079
16080 2004-07-17 [colin]      0.9.12cvs28.2
16081
16082         * src/mimeview.c
16083         * src/procmime.c
16084         * src/summaryview.c
16085         * src/gtk/menu.c
16086                 Squash some compile and glib warnings
16087
16088 2004-07-17 [paul]       0.9.12cvs28.1
16089
16090         * src/mimeview.c
16091                 sync with 0.9.12cvs28 HEAD
16092
16093 2004-07-16 [paul]       0.9.12cvs26.1
16094         
16095         * src/gtk/quicksearch.c
16096         * src/account.c
16097         * src/account.h
16098         * src/compose.c
16099         * src/customheader.c
16100         * src/folder_item_prefs.c
16101         * src/main.c
16102         * src/mainwindow.c
16103         * src/messageview.c
16104         * src/mimeview.c
16105         * src/news.c
16106         * src/pgpmime.c
16107         * src/pop.c
16108         * src/pop.h
16109         * src/prefs_account.c
16110         * src/prefs_account.h
16111         * src/prefs_common.c
16112         * src/prefs_common.h
16113         * src/prefs_display_header.c
16114         * src/prefs_gtk.c
16115         * src/prefs_gtk.h
16116         * src/procheader.c
16117         * src/procmime.c
16118                 sync with 0.9.12cvs26 HEAD      
16119
16120 2004-07-15 [colin]      0.9.12cvs18.14
16121
16122         * src/folder.c
16123                 Disable GPG signature check during
16124                 folder move and scan
16125         (Closes Bug 521 Signature checking slows down Folder-Move)
16126
16127 2004-07-14 [colin]      0.9.12cvs18.13
16128
16129         * src/common/partial_download.c
16130                 update includes
16131
16132 2004-07-14 [colin]      0.9.12cvs18.12
16133
16134         * src/common/partial_download.c
16135         * src/common/partial_download.h
16136                 Move doc at top, add correct copyright
16137
16138 2004-07-14 [colin]      0.9.12cvs18.11
16139
16140         * src/folder.c
16141         * src/messageview.c
16142         * src/pop.c
16143         * src/pop.h
16144         * src/procmsg.c
16145         * src/summaryview.c
16146         * src/common/Makefile.am
16147         * src/common/partial_download.c ** NEW FILES **
16148         * src/common/partial_download.h ** NEW FILES **
16149                 Move partial-download related stuff to its
16150                 own file
16151
16152 2004-07-14 [colin]      0.9.12cvs18.10
16153
16154         * src/send_message.c
16155                 Fix smtp auth when user is null or empty
16156
16157 2004-07-13 [colin]      0.9.12cvs18.9
16158
16159         * src/gtk/quicksearch.c
16160                 Use alphabetic order
16161
16162 2004-07-13 [colin]      0.9.12cvs18.8
16163
16164         * src/pop.c
16165                 Be paranoid on the checks
16166
16167 2004-07-13 [colin]      0.9.12cvs18.7
16168
16169         * src/gtk/quicksearch.c
16170                 Fix Engrish once again
16171
16172 2004-07-13 [colin]      0.9.12cvs18.6
16173
16174         * src/procmsg.c
16175         * src/summaryview.c
16176                 Mark messages for deletion when they are about to
16177                 be removed from trash
16178
16179 2004-07-13 [colin]      0.9.12cvs18.5
16180
16181         * src/matcher.c
16182         * src/matcher.h
16183         * src/matcher_parser_parse.y
16184         * src/prefs_matcher.c
16185         * src/gtk/quicksearch.c
16186                 Add 'partial' ('p') match string to find partially
16187                 downloaded messages
16188
16189 2004-07-13 [colin]      0.9.12cvs18.4
16190
16191         * src/pop.c
16192                 Fix misplaced block
16193
16194 2004-07-13 [colin]      0.9.12cvs18.3
16195
16196         * src/pop.c
16197         * src/pop.h
16198         * src/messageview.c
16199                 Refactor API (to avoid passing 5+ params and code
16200                 duplication)
16201         * src/folder.c
16202         * src/msgcache.c
16203         * src/procheader.c
16204         * src/common/defs.h
16205                 Add planned_download to cache
16206                 Don't mess uidl file when moving partially downloaded
16207                 mails (they change folder, we should change it in the
16208                 uidl list too or we'll remove an incorrect message)
16209                 (this also helps removing hacks when changing 
16210                 planned_download in messageview.c)
16211
16212 2004-07-12 [colin]      0.9.12cvs18.2
16213
16214         * src/gtk/quicksearch.c
16215                 Fix missing status update in quicksearch
16216
16217 2004-07-12 [paul]       0.9.12cvs18.1
16218
16219         * po/POTFILES.in
16220         * src/Makefile.am
16221         * src/account.c
16222         * src/codeconv.c
16223         * src/compose.c
16224         * src/inc.c
16225         * src/main.c
16226         * src/prefs_common.c
16227         * src/procmsg.h
16228         * src/toolbar.c
16229         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16230         * src/prefs_wrapping.[ch]       ** NEW FILES **
16231         * src/common/intl.h
16232         * src/common/utils.[ch]
16233         * src/gtk/quicksearch.[ch]
16234                 sync with 0.9.12cvs18 HEAD
16235
16236 2004-07-12 [colin]      0.9.11cvs17.25
16237
16238         * src/folder.c
16239         * src/folder.h
16240                 Remove unused function added by me in 0.9.11cvs17.10
16241
16242 2004-07-11 [colin]      0.9.11cvs17.24
16243
16244         * src/inc.c
16245         * src/messageview.c
16246         * src/pop.c
16247         * src/pop.h
16248                 Use folderitem and msgnum instead of filename to
16249                 know which mail to delete
16250                 Move old partial mail deletion to pop.c
16251
16252 2004-07-10 [colin]      0.9.11cvs17.23
16253
16254         * src/inc.c
16255                 Add debug
16256         * src/pop.c
16257         * src/pop.h
16258                 Don't re-use same enums for unrelated stuff: it's 
16259                 completely misleading !
16260                 Document a bit
16261
16262 2004-07-09 [colin]      0.9.11cvs17.22
16263
16264         * src/inc.c
16265                 Remove folder-type check and do
16266                 more tests to be sure everything's
16267                 ok
16268         * src/messageview.c
16269                 Punctuation update, remove useless
16270                 code, fix two warnings
16271         * src/noticeview.c
16272                 Layout cleaning, reset 2nd button
16273                 when specifying one
16274
16275 2004-07-09 [colin]      0.9.11cvs17.21
16276
16277         * src/messageview.c
16278         * src/pop.c
16279         * src/pop.h
16280                 Allow user to change his mind
16281                 and postpone decision (by
16282                 unmarking the mail)
16283
16284 2004-07-09 [colin]      0.9.11cvs17.20
16285
16286         * src/messageview.c
16287                 Fix bug with delete state
16288         * src/pop.c
16289         * src/pop.h
16290                 Fix buffer leak (fread doesn't 
16291                 terminate buffers with \0)
16292                 Refactoring (remove magic 
16293                 numbers)
16294
16295 2004-07-09 [colin]      0.9.11cvs17.19
16296
16297         * src/pop.c
16298                 Don't log "Skipping message" if 
16299                 we're going to TOP it two lines
16300                 later
16301
16302 2004-07-09 [colin]      0.9.11cvs17.18
16303
16304         * src/messageview.c
16305                 Fix Engrish
16306
16307 2004-07-09 [colin]      0.9.11cvs17.17
16308
16309         * src/pop.c
16310                 strlen checking...
16311         * src/messageview.c
16312                 refactoring a bit
16313
16314 2004-07-08 [colin]      0.9.11cvs17.16
16315
16316         * src/noticeview.c
16317         * src/noticeview.h
16318                 Add an optional second button
16319         * src/messageview.c
16320         * src/pop.c
16321         * src/pop.h
16322                 Don't delete partially received mails after a certain
16323                 time; rather, let the user decide.
16324
16325 2004-07-08 [colin]      0.9.11cvs17.15
16326
16327         * src/common/smtp.h
16328                 Sync with HEAD
16329
16330 2004-07-08 [colin]      0.9.11cvs17.14
16331
16332         * src/messageview.c
16333         * src/common/smtp.c
16334                 Use to_human_readable() for sizes
16335
16336 2004-07-08 [colin]      0.9.11cvs17.13
16337
16338         * src/inc.c
16339         * src/messageview.c
16340         * src/pop.c
16341         * src/pop.h
16342         * src/procmsg.c
16343                 Fix partial-downloading issues:
16344                         catch unsupported TOP
16345                         don't delete partially downloaded mails before 5 days
16346                         don't update existing with non-MH folders; that'll
16347                         make dups, but it's better than trashing the folder
16348                         free new msginfo parts
16349                 Fix indentation ;-)
16350
16351 2004-07-08 [colin]      0.9.11cvs17.12
16352
16353         * src/common/smtp.c
16354         * src/common/smtp.h
16355                 Sync smtp size verification with HEAD
16356
16357 2004-07-08 [colin]      0.9.11cvs17.11
16358
16359         * src/summaryview.c
16360         * src/prefs_common.c
16361         * src/prefs_common.h
16362         * src/gtk/quicksearch.c
16363         * src/gtk/quicksearch.h
16364                 Sync sticky pref with HEAD
16365
16366 2004-07-08 [colin]      0.9.11cvs17.10
16367
16368         * src/folder.c [1.213.2.6]
16369         * src/folder.h [1.87.2.6]
16370         * src/inc.c [1.149.2.7]
16371         * src/messageview.c [1.94.2.8]
16372         * src/procheader.c [1.47.2.6]
16373         * src/procmsg.c [1.150.2.4]
16374         * src/procmsg.h [1.60.2.5]
16375         * src/pop.c [1.56.2.4]
16376         * src/pop.h [1.17.2.3]
16377                 Let too big messages get downloaded, but truncated
16378                 Add a button to download them completely
16379                 
16380 2004-07-06 [colin]      0.9.11cvs17.9
16381
16382         * src/gtk/quicksearch.c [1.1.2.3]
16383                 Add a Clear button
16384         * commitHelper
16385         * PATCHSETS
16386                 Add a script to help with cvs
16387
16388 2004-07-03 [colin]      0.9.11cvs17.8
16389
16390         * src/plugins/imageviewer/viewer.c
16391                 fix imageviewer (which was staying on the first
16392                 displayed image)
16393
16394 2004-07-03 [colin]      0.9.11cvs17.7
16395
16396         Removed FIXME_GTK2 warnings
16397         * src/gtk/gtkutils.c
16398                 useless #warnings
16399         * src/gtk/menu.c
16400                 useless #warnings (no need to mess with menu rc)
16401         * src/gtk/menu.h
16402                 unused functions
16403         
16404
16405 2004-07-03 [colin]      0.9.11cvs17.6
16406
16407         Removed FIXME_GTK2 warnings
16408         * src/codeconv.c
16409                 useless #warnings (rewrite needed)
16410         * src/compose.c
16411                 useless #warnings (rewrite needed)
16412                 useless #warnings (gtk2 is like that)
16413                 useless #warnings (previously fixed)
16414         * src/main.c
16415                 useless #warnings (previously fixed)
16416         * src/message_search.c
16417                 useless #warnings (gtk2 is like that)
16418                 Made apparent that search is case-sensitive
16419         * src/mimeview.c
16420                 useless #warnings (rewrite needed)
16421                 useless #warnings (gtk2 is like that)
16422                 reimplemented real warnings
16423         * src/prefs_common.c
16424                 Removed block cursor option (not it gtk2)
16425         * src/prefs_gtk.c
16426                 useless #warnings (rewrite needed)
16427         * src/procheader.c
16428                 useless #warnings (rewrite needed)
16429         * src/sourcewindow.c
16430                 useless #warnings (incorrect placing)
16431         * src/summary_search.c
16432                 useless #warnings (gtk2 is like that)
16433                 Made apparent that search is case-sensitive
16434         * src/action.c
16435                 useless #warnings (gtk2 is like that)
16436         * src/textview.c
16437                 useless #warnings (rewrite needed)
16438         * src/toolbar.c
16439                 useless #warnings (rewrite needed)
16440
16441 2004-07-03 [colin]      0.9.11cvs17.5
16442
16443         * src/textview.c
16444                 Fix mismerge which broke URI opening
16445                 
16446 2004-07-01 [colin]      0.9.11cvs17.4
16447
16448         * src/gtk/filesel.c
16449                 Fill filename when saving
16450                 
16451 2004-06-27 [colin]      0.9.11cvs17.3
16452
16453         * src/gtk/filesel.[ch]
16454                 Use the new GTK file selector
16455                 Update prototype to match the reality: multiple file
16456                 selection is open-only          
16457         * src/compose.c
16458                 Match the new prototypes        
16459         * configure.ac
16460                 Match the new requirements (gtk 2.4.0)
16461                         
16462 2004-06-26 [colin]      0.9.11cvs17.2
16463
16464         * src/plugins/trayicon/trayicon.c
16465                 Remove useless signal handler on resize, which causes
16466                 an infinite "loop"
16467         
16468 2004-06-26 [colin]      0.9.11cvs17.1
16469         
16470         * tools/Makefile.am
16471                 remove launch_firebird and add nautilus2sylpheed.sh
16472         * src/quicksearch.c
16473           src/summaryview.c
16474                 Fix show/hide "Extended symbols" button problem
16475                 Fix apparition at startup
16476                 Fix const warnings
16477         * src/plugins/image_viewer/Makefile.am
16478                 Fix configure 
16479         * common/ssl.c
16480                 Re-enable certificate check, as it doesn't seem to
16481                 cause Xlib errors anymore
16482
16483 2004-06-25 [paul]       0.9.11cvs17
16484
16485         * sync with 0.9.11cvs17 HEAD
16486         
16487         NOTE: QuickSearch is broken
16488
16489 2004-06-07 [colin]      0.9.10claws67.10
16490         * src/plugins/trayicon/trayicon.c
16491           src/plugins/trayicon/libeggtrayicon/Makefile.am
16492           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16493                 Fix gettextization in trayicon plugin
16494
16495 2004-06-07 [colin]      0.9.10claws67.9
16496         
16497         * src/summaryview.c
16498           src/gtk/gtksctree.[ch]
16499                 Let Shift+{Up,Down} work in summaryview
16500                 (well, Down "works" and Up works)
16501                 Let the list scroll when using these keys
16502
16503 2004-06-06 [colin]      0.9.10claws67.8
16504
16505         * src/plugins/trayicon/trayicon.c
16506                 Fix pixmap update
16507
16508 2004-06-06 [colin]      0.9.10claws67.7
16509
16510         * src/addressbook.c
16511                 Fix signal handling causing system-wide focus grab
16512
16513 2004-05-25 [paul]       0.9.10claws67.6
16514
16515         * Makefile.am
16516           src/Makefile.am
16517                 clean up
16518
16519 2004-05-25 [paul]       0.9.10claws67.5
16520
16521         * replace deprecated gtk_signal... functions
16522
16523 2004-05-23 [colin]      0.9.10claws67.4
16524
16525         * src/compose.c
16526                 Fix wrapping
16527
16528 2004-05-22 [colin]      0.9.10claws67.3
16529
16530         * src/compose.c
16531                 Re-fix [Edited] in compose.c::compose_reedit()
16532
16533 2004-05-22 [colin]      0.9.10claws67.2
16534
16535         * src/procmime.c
16536                 Fix parsing of multiparts mails
16537
16538 2004-05-22 [colin]      0.9.10claws67.1
16539
16540         * src/summaryview.c
16541                 Fix quicksearch
16542
16543 2004-05-22 [paul]       0.9.10claws67
16544
16545         * sync with 0.9.10claws67 HEAD
16546
16547 2004-05-14 [alfons]
16548
16549         * src/procmime.h
16550                 add forgotton prototype
16551
16552 2004-05-10 [paul]       0.9.10claws57
16553
16554         * sync with 0.9.10claws57 HEAD
16555
16556 2004-05-05 [paul]       0.9.9.claws1
16557
16558         * ChangeLog-gtk2        ** REMOVED **
16559           ChangeLog-gtk2.claws  ** ADDED **
16560                 rename and adopt the normal claws format
16561                 
16562         * configure.ac
16563                 require gtkmathview >= 0.5
16564
16565         * ac/*                          ** REMOVED **
16566           ac/                           ** REMOVED **
16567           intl/Makefile.in              ** REMOVED **
16568           m4/                           ** ADDED **
16569           m4/missing                    ** ADDED **
16570           m4/missing/gdk-pixbuf.m4      ** ADDED **
16571           m4/missing/gettext.m4         ** ADDED **
16572           m4/missing/gpgme.m4           ** ADDED **
16573           m4/missing/imlib.m4           ** ADDED **
16574           m4/.cvsignore                 ** ADDED **
16575           m4/Makefile.am                ** ADDED **
16576           m4/README                     ** ADDED **
16577           m4/aclocal-include.m4         ** ADDED **
16578           m4/aspell.m4                  ** ADDED **
16579           m4/check-type.m4              ** ADDED **
16580           m4/gnupg-check-typedef.m4     ** ADDED **
16581           m4/openssl.m4                 ** ADDED **
16582           m4/spamassassin.m4            ** ADDED **
16583           po/ChangeLog                  ** REMOVED **
16584           po/Makefile.in.in             ** REMOVED **
16585           po/Rules-quot                 ** REMOVED **
16586           po/boldquot.sed               ** REMOVED **
16587           po/en@boldquot.header         ** REMOVED **
16588           po/en@quot.header             ** REMOVED **
16589           po/insert-header.sin          ** REMOVED **
16590           po/quot.sed                   ** REMOVED **
16591           po/remove-potcdate.sed        ** REMOVED **
16592           po/remove-potcdate.sin        ** REMOVED **
16593           po/stamp-po                   ** REMOVED **
16594           Makefile.am
16595           autogen.sh
16596           configure.ac
16597                 enable building with automake 1.8.x
16598                 add 'autopoint --force' to autogen.sh and remove all
16599                 auto-generated files, remove ac/ directory and use
16600                 m4/ directory instead
16601                 
16602         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16603                 fix gettextization
16604
16605 2004-02-28 Colin Leroy <colin@colino.net>
16606         * src/prefs_matcher.c
16607           src/prefs_filtering.c
16608           src/prefs_filtering_action.c
16609                 Fix non-editable GtkEntries
16610
16611 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16612         * src/prefs_themes.c
16613                 utf8 conversion for theme info
16614
16615 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16616         * sync 0.9.9claws
16617
16618 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16619         * src/grouplistdialog.c
16620                 allow multiple selections without ctrl key
16621
16622 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16623         * src/main.c
16624                 enable customizable accelerators
16625
16626 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16627         * src/prefs_common.c
16628                 re-enable different font settings for gtk1/2
16629         * src/prefs_folder_item.c
16630                 fix folder prefs displayed wrong
16631         * src/textview.c
16632                 set 'sunken' shadow type
16633
16634 2004-02-07 Colin Leroy <colin@colino.net>
16635         * src/compose.c
16636                 Fix message being always [Edited]
16637                 Encode headers correctly (utf8 buf)
16638
16639 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16640         * src/socket.c
16641                 remove double g_source_attach()
16642                 (Thanks to Colin Leroy)
16643
16644 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16645         * src/gtk/gtksctree.c
16646                 Fix SSL certificate list not shown
16647         * src/mimeview.c
16648                 Fix clicks in mime tree
16649
16650 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16651         * src/common/socket.c
16652                 Fix SSL receive
16653         * src/compose.c
16654                 Fix clipboard menu hotkeys
16655
16656 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16657         * src/gtk/gtkaspell.[ch]
16658           src/compose.c
16659                 reimplement spellchecker
16660
16661 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16662         * src/gtk/filesel.c
16663                 crash when inserting file in compose window
16664                 (TODO: keep old selection on clicks)
16665         * src/main.c
16666                 use gtkrc-2.0 instead of gtkrc
16667
16668 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16669         * src/messageview.c
16670                 remove orphaned mimeview unref()
16671
16672 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16673         * src/grouplistdialog.c
16674                 expand nodes containing subscribed groups
16675
16676 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16677         * src/textview.c
16678                 textview: hide cursor, restore old click behaviour
16679
16680 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16681         * src/textview.c
16682                 variable names messed up
16683
16684 2004-01-17 Colin Leroy <colin@colino.net>
16685         * src/addr_compl.c
16686                 Fix completion address too thin
16687         * src/compose.c
16688                 Fix tab-to-subject behaviour
16689         * src/summaryview.c
16690                 Implement key up & down in summaryview
16691
16692 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16693
16694         * sync 098claws
16695
16696 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16697         * configure.ac
16698           Makefile.am
16699           doc/.cvsignore
16700           doc/Makefile.am
16701                 faq, man, manual moved to doc/
16702         * ac/aspell.m4
16703           ac/check-type.m4
16704           ac/gnupg-check-typedef.m4
16705           ac/openssl.m4
16706           ac/spamassassin.m4
16707           ac/missing/gdk-pixbuf.m4
16708           ac/missing/gpgme.m4
16709           ac/missing/imlib.m4
16710                 fix automake warnings
16711
16712 2003-12-06 Colin Leroy <colin@colino.net>
16713         * src/summaryview.c
16714                 Fix quicksearch
16715
16716 2003-12-05 Colin Leroy <colin@colino.net>
16717         * src/summaryview.c
16718                 Fix going to next unread folder
16719
16720 2003-12-05 Colin Leroy <colin@colino.net>
16721         * src/crash.c
16722                 Fix gtk2 compilation
16723         * src/session.c
16724                 Remove iotag source handler at disconnection
16725         * src/socket.[ch] 
16726                 Remove source handler when closing socket 
16727                 (fixes another seg)
16728
16729 2003-12-04 Colin Leroy <colin@colino.net>
16730         * src/compose.c
16731           src/prefs_account.c
16732           src/prefs_common.c
16733                 Fix some dropdown menus
16734
16735 2003-12-04 Colin Leroy <colin@colino.net>
16736         * src/compose.c
16737                 Fix event handlers on header fields
16738         * src/common/socket.c
16739           src/common/session.c
16740                 Fix segfault with callback (SSL)
16741                 Fix end of session 
16742
16743 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16744
16745         * Fix compile bug in src/compose.c
16746         * removed src/gtk/gtkstext.[ch]
16747
16748 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16749
16750         * Convert character set and escape "text" attributes in toolbar setting
16751         files.
16752         * Fixed bug in button-press-event handling.
16753
16754 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16755
16756         * Fixed bug in key-press-event handling.
16757
16758 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16759
16760         * Enabled to compile tray-icon plugin (Ad-hoc).
16761         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16762
16763 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16764
16765         * Enabled to compile on sylpheed-claws.
16766         (tray-icon plugin still cannot compile yet.)
16767
16768 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16769
16770         * Updated to 0.9.5.
16771
16772 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16773
16774         * Updated to 0.9.4.
16775         * Ported monitoring SSL mechanism to GSource of GLib2
16776         (I don't confirm it)
16777         * Added _gtk2 suffix to key name of font preference to avoid
16778         ovverwriting preference of Gtk+-1.2 version.
16779
16780 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16781
16782         * Updated to 0.9.2.
16783
16784 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16785
16786         * Updated to 0.9.1.
16787         * Translate po files into UTF-8 when execute autogen.sh.
16788
16789 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16790
16791         * Updated to 0.9.0.
16792
16793 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16794
16795         * Plugged GError related memory leaks.
16796
16797 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16798
16799         * Changed default size of fonts.
16800         * Enabled to set titile font size of warning dialog.
16801
16802 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16803
16804         * Embed a sylpheed icon into executable binary on Windows.
16805
16806 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16807
16808         * I forgot to traslate character set of element string in src/xml.c.
16809
16810 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16811
16812         * Fixed detecting bind_textdomain_codeset in configure.in.
16813         * The bug in which "Example" of "Date fromat" preference isn't displayed
16814         correctly has been fixed.
16815
16816 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16817
16818         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16819           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16820           glib-gettextize
16821           Removed intl directory.
16822           Translated po files into UTF-8.
16823           (Thanks! Ryuji Abe)
16824
16825 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16826
16827         * The bug which doesn't unscape string in xml.c has been fixed.
16828
16829 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16830
16831         * The bug which is failed to translate encoding of file name thorough
16832         file dialog has been fixed.
16833
16834 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16835
16836         * Modified to translate file names which is used in inporting/expoting
16837         mbox feature and "Save as" feature into locale encoding.
16838         * Translate file names into locale encoding when "Attache file" and
16839         "Insert file".
16840         * Force set G_BROKEN_FILENAMES environment variable.
16841         * Other minor fixes.
16842
16843 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16844
16845         * Modified to treat MH folder's name as locale encoding.
16846
16847 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16848
16849         * The bug which clash on switching candidates of auto completion of
16850         addresses, cannot use auto completion in Japanesse is fixed
16851         (Thanks! Tokunaga-san)¡¥
16852
16853 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16854
16855         * The bug which cannot switch key accelerator preference has been fixed
16856         (Thanks! smbd-san)¡¥
16857
16858 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16859
16860         * version 0.8.11-gtk2-20030314
16861
16862 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16863
16864         * The bug in which character set conversion of filtering messages has
16865         been fixed.(Thanks! COCOA-san).
16866
16867 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16868
16869         * Revived "Leave space on head" preference in "Message" category.
16870         * A bug which clash when put the cursor to end of buffer and execute
16871         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16872
16873 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16874
16875         * version 0.8.11-gtk2-20030312
16876
16877 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16878
16879         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16880         * Modified to use Pango's API directly for font preference.
16881         * Integrated GtkTextView of textview to one widget.
16882         * Set fonts of header title in textview by "header_title" tag.
16883         * Removed some deprecated codes.
16884
16885 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16886
16887         * Updated to 0.8.11.
16888         * Merged cygwin patch(Thanks! Sakai-san).
16889
16890 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16891
16892         * version 0.8.10-gtk2-20030309