8ef3bc2900773bf40b3885f82caa6ded17866f43
[claws.git] / ChangeLog
1 2006-08-09 [colin]      2.4.0cvs38
2
3         * src/mainwindow.c
4         * src/mainwindow.h
5                 Fix Tools/Actions sensitivity when there are
6                 no actions
7
8 2006-08-09 [colin]      2.4.0cvs37
9
10         * src/prefs_filtering.c
11                 Warning fix, patch by Paul
12         * src/messageview.c
13         * src/prefs_actions.c
14         * src/prefs_filtering_action.c
15         * src/prefs_matcher.c
16                 Uniformisation of "Info ..." to "Info..." (for
17                 old gtk), patch by Fabien
18         * src/plugins/clamav/clamav_plugin_gtk.c
19                 Sensitivity fix by Fabien
20
21 2006-08-09 [colin]      2.4.0cvs36
22
23         * src/main.c
24         * src/main.h
25                 Add a function to know whether we're exiting
26         * src/plugins/trayicon/trayicon.c
27                 If exiting, don't do anything. Faster, and
28                 avoids gtk_main_iteration reentracy causing
29                 segfaults at exit
30
31 2006-08-09 [colin]      2.4.0cvs35
32
33         * src/messageview.c
34         * src/mimeview.c
35         * src/mimeview.h
36                 Fix lack of part selection when automatically 
37                 jumping to a specific part
38         * src/msgcache.c
39                 Little optimisation in cache reading
40
41 2006-08-09 [colin]      2.4.0cvs34
42
43         * src/compose.c
44                 Fix crash setting the priority on reedit
45                 (Accessing compose before creating it!)
46
47 2006-08-08 [colin]      2.4.0cvs33
48
49         * src/procmime.c
50                 Fix bug #998 (last attachment is not accessible)
51                 Bad RFC interpretation on multipart close-delimiters
52         * src/mimeview.c
53         * src/mimeview.h
54         * src/gtk/gtkvscrollbutton.c
55         * src/gtk/gtkvscrollbutton.h
56                 Make attachments list wheel-scrollable
57
58 2006-08-07 [colin]      2.4.0cvs32
59
60         * src/gtk/gtkaspell.c
61                 Fix bug #973 (Unicode punctation characters 
62                 are not recognized as separators by the
63                 spell checker); fix unsigned stuff
64
65 2006-08-07 [colin]      2.4.0cvs31
66
67         * src/compose.c
68                 Fix bug #956 (DnD text with accents in compose 
69                 text entry); fix gccc's signed/unsigned fuss
70
71 2006-08-06 [colin]      2.4.0cvs30
72
73         * src/main.c
74                 Fix bug #979 (Plugin crashes when exiting 
75                 sylpheed-claws) : handle exit request only 
76                 once
77
78 2006-08-05 [colin]      2.4.0cvs29
79
80         * src/news.c
81                 Just make sure we have a msgid.
82
83 2006-08-05 [colin]      2.4.0cvs28
84
85         * src/news.c
86         * src/summaryview.c
87                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
88                 by reimplementing it
89         * src/textview.c
90                 Fix bug when hiding quotes with level > 3 and quote
91                 colors are recycled
92
93 2006-08-04 [colin]      2.4.0cvs27
94
95         * src/compose.c
96         * src/undo.c
97         * src/undo.h
98                 Fix a bit replace-by-pasting undo
99         * src/mainwindow.c
100         * src/messageview.c
101                 Fix Fold quotes menu synchro in
102                 mainwindow when it changes in 
103                 messageview
104         * src/textview.c
105                 Fix right-click on quotes blocks
106         * src/common/utils.c
107                 Verify that the file created by
108                 my_tmpfile() is writable. Fixes
109                 bug #988 (very specific filesystem
110                 issue)
111         * src/plugins/pgpcore/sgpgme.c
112                 Fix file descriptor leak
113         * src/plugins/spamassassin/spamassassin.c
114                 Warn once if spamd isn't reachable
115
116 2006-08-04 [colin]      2.4.0cvs26
117
118         * src/toolbar.c
119                 i18n context patch by Fabien
120
121 2006-08-03 [colin]      2.4.0cvs25
122
123         * src/mainwindow.c
124         * src/messageview.c
125                 Rename "Hide quotes" to "Fold quotes"
126         * src/textview.c
127                 Don't use hand cursor on quotes. "all 
128                 the bonuses of the feature and none of 
129                 unwelcome side-effects"
130
131 2006-08-03 [colin]      2.4.0cvs24
132
133         * AUTHORS
134         * sylpheed-claws.desktop
135         * src/gtk/authors.h
136                 Bring the desktop file to XDG compliance
137                 Patch by Charles A. Edwards
138
139 2006-08-03 [colin]      2.4.0cvs23
140
141         * src/textview.c
142                 Fix links offset when they are preceded
143                 by accentued chars (g_utf8_strlen!)
144         * src/mainwindow.c
145                 Fix wrong status when starting offline
146
147
148 2006-08-03 [wwp]        2.4.0cvs22
149
150         * src/prefs_common.h
151                 ask what to do w/ filtering rules that belong to an account when
152                 applying filtering rules manually from the main window (skip,
153                 apply regardless of the account, use current account). This dialog
154                 can be skipped and the last reply used.
155                 (forgot that file)
156
157 2006-08-03 [wwp]        2.4.0cvs21
158
159         * src/filtering.c
160         * src/filtering.h
161         * src/prefs_common.c
162         * src/summaryview.c
163         * src/alertpanel.c
164         * src/alertpanel.h
165         * src/messageview.c
166                 ask what to do w/ filtering rules that belong to an account when
167                 applying filtering rules manually from the main window (skip,
168                 apply regardless of the account, use current account). This dialog
169                 can be skipped and the last reply used.
170
171
172 2006-08-03 [colin]      2.4.0cvs20
173
174         * src/textview.c
175                 Optimize previous patch
176
177 2006-08-03 [cleroy]     2.4.0cvs19
178
179         * src/textview.c
180                 Fix quotes getting toggled back when the
181                 mail has an even number of text parts
182
183 2006-08-02 [colin]      2.4.0cvs18
184
185         * src/messageview.c
186                 Add Hide quotes menu
187
188 2006-08-02 [colin]      2.4.0cvs17
189
190         * src/mainwindow.c
191         * src/prefs_common.c
192         * src/textview.c
193         * src/textview.h
194         * src/gtk/about.c
195                 Allow per-level quote hiding,
196                 Allow toggling quotes by double-clicking them
197                 Rename RemoteURI to ClickableText to reflect
198                 the fact it's used for a variety of things
199
200 2006-08-02 [wwp]        2.4.0cvs16
201
202         * src/mainwindow.c
203                 fix "View/Hide quotes" menu item status initialization.
204
205 2006-08-02 [wwp]        2.4.0cvs15
206
207         * src/matcher_parser_parse.y
208                 remove a debug trace.
209
210 2006-08-02 [paul]       2.4.0cvs14
211
212         * src/plugins/pgpcore/passphrase.c
213                 don't set initial dialog size
214                 make it resizable
215
216 2006-08-02 [paul]       2.4.0cvs13
217
218         * src/noticeview.c
219                 remove the rogue '/' character
220
221 2006-08-02 [paul]       2.4.0cvs12
222
223         * src/noticeview.c
224                 allow buttons to resize as necessary
225
226 2006-08-01 [wwp]        2.4.0cvs11
227
228         * src/mbox.c
229                 fix strict ISO C90 compliance.
230
231 2006-08-01 [wwp]        2.4.0cvs10
232
233         * tools/update-po
234                 updated update-po tool to work w/ context-dependent translations.
235                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
236
237 2006-08-01 [wwp]        2.4.0cvs9
238
239         * src/matcher.c
240         * src/prefs_filtering.c
241         * src/prefs_matcher.c
242                 allow context-dependent translations for "All",
243                 patch by Fabien Vantard <fzzzzz@gmail.com>.
244
245 2006-07-31 [colin]      2.4.0cvs8
246
247         * AUTHORS
248         * src/gtk/authors.h
249                 Add Rafal to authors
250
251 2006-07-31 [colin]      2.4.0cvs7
252
253         * src/compose.c
254         * src/mainwindow.c
255         * src/messageview.h
256         * src/prefs_common.c
257         * src/prefs_common.h
258         * src/textview.c
259                 Add 'View/Hide quotes'. Patch based on a patch
260                 by Rafal Weglarz
261
262 2006-07-31 [colin]      2.4.0cvs6
263
264         * src/action.c
265                 Fix problem with "> stuff >" actions
266
267 2006-07-31 [paul]       2.4.0cvs5
268
269         * po/nb.po
270                 updated by Geir Helland
271
272 2006-07-31 [wwp]        2.4.0cvs4
273
274         * src/mainwindow.c
275         * src/summaryview.c
276         * src/summaryview.h
277                 add "View/Go to/Parent message" and "View/Go to/Last read message",
278                 thanks to Colin.
279
280 2006-07-31 [wwp]        2.4.0cvs3
281
282         * src/Makefile.am
283         * src/addr_compl.c
284         * src/addr_compl.h
285         * src/addressbook.c
286         * src/addressbook.h
287         * src/addressbook_foldersel.c
288         * src/addressbook_foldersel.h
289         * src/addrindex.c
290         * src/addrindex.h
291         * src/matcher.c
292         * src/matcher.h
293         * src/matcher_parser_lex.l
294         * src/matcher_parser_parse.y
295         * src/prefs_common.c
296         * src/prefs_common.h
297         * src/prefs_filtering.c
298         * src/prefs_matcher.c
299         * src/prefs_matcher.h
300         * src/summaryview.c
301                 introduce filtering against the address book. It's now possible to add
302                 matched conditions to determine if any email address in a message matches
303                 or doesn't match any or all books or folders in the address book.
304
305 2006-07-31 [wwp]        2.4.0cvs2
306
307         * src/account.c
308         * src/filtering.c
309         * src/filtering.h
310         * src/folder.c
311         * src/folderview.c
312         * src/inc.c
313         * src/mainwindow.c
314         * src/matcher.c
315         * src/matcher_parser_lex.l
316         * src/matcher_parser_parse.y
317         * src/mbox.c
318         * src/prefs_filtering.c
319         * src/prefs_filtering.h
320         * src/procmsg.c
321         * src/procmsg.h
322         * src/summaryview.c
323                 introduce per-account filtering rules. Each filtering rule can now be assigned
324                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
325                 when applying filtering rules manually, as all rules will apply - even the ones
326                 assigned to an account. This issue will be addressed soon.
327  
328
329
330 2006-07-31 [wwp]        2.4.0cvs1
331
332         * src/quote_fmt.c
333                 make more strings translatable.
334
335 2006-07-31 [paul]       2.4.0
336
337         2.4.0 released
338
339 2006-07-31 [paul]       2.3.1cvs91
340
341         * po/ca.po
342                 updated by Miquel Oliete
343
344 2006-07-31 [paul]       2.3.1cvs90
345
346         * po/de.po
347         * po/el.po
348         * po/fr.po
349         * po/it.po
350         * po/pl.po
351         * po/pt_BR.po
352         * po/sr.po
353         * po/zh_CN.po
354                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
355                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
356                 Aleksandar Urosevic, and Ralgh Young
357
358 2006-07-31 [paul]       2.3.1cvs89
359
360         * src/account.c
361         * src/main.c
362         * src/mainwindow.c
363         * src/mainwindow.h
364                 Fix a race condition when, after an SC crash, rescanning
365                 folders took more than 0.5 seconds
366                 Thanks to Colin
367
368 2006-07-31 [paul]       2.3.1cvs88
369
370         * src/folderview.c
371                 don't translate separator strings
372
373 2006-07-30 [mones]      2.3.1cvs87
374
375         * doc/man/sylpheed-claws.1
376                 Fixed non-ASCII chars in Hoa's name
377         * po/es.po
378                 Updated for release
379
380 2006-07-27 [colin]      2.3.1cvs86
381
382         * src/textview.c
383                 Don't include the leading \n in links
384                 Patch by Fabien
385
386 2006-07-25 [colin]      2.3.1cvs85
387
388         * src/mainwindow.c
389         * src/common/socket.h
390         * src/etpan/imap-thread.c
391                 Refresh resolvers before connecting
392                 to IMAP servers, and after switching
393                 to online. Thanks to Paul.
394
395 2006-07-18 [colin]
396
397         * 2.4.0-rc4 released
398
399 2006-07-17 [colin]      2.3.1cvs84
400
401         * src/inc.c
402                 Show connection attempt in statusbar before
403                 connecting (previously first message was
404                 "Retrieving messages from ..." after the
405                 connection succeeded.
406
407 2006-07-16 [wwp]        2.3.1cvs83
408
409         * sylpheed-claws.ico
410                 Added .ico file (windows multi-size icon file, generated).
411
412 2006-07-12 [wwp]        2.3.1cvs82
413
414         * src/messageview.c
415                 remove Message/Re-edit menu entry from messageview window,
416                 as sent/draft/queued messages are opened in compose window when
417                 re-edited and it's not possible to re-edit other msgs.
418
419 2006-07-12 [paul]       2.3.1cvs81
420
421         * AUTHORS
422         * src/mainwindow.c
423         * src/gtk/authors.h
424                 check online state before resetting
425                 mailcheck timer. Useful if some program
426                 verifies connection state and updates
427                 Claws.
428                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
429
430 2006-07-12 [paul]       2.3.1cvs80
431
432         * sylpheed-claws-128x128.png
433         * sylpheed-claws-64x64.png
434         * sylpheed-claws.png
435         * src/Makefile.am
436         * src/main.c
437         * src/prefs_toolbar.c
438         * src/stock_pixmap.c
439         * src/stock_pixmap.h
440         * src/wizard.c
441         * src/gtk/about.c
442         * src/gtk/gtkutils.c
443         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
444         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
445         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
446         * src/pixmaps/sylpheed.xpm              ** REMOVED **
447         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
448         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
449                 updated and renamed logo/icon files and related
450                 logo by Jesper Schultz
451
452 2006-07-11 [paul]       2.3.1cvs79
453
454         * src/main.c
455                 fix the labels a smidgin
456
457 2006-07-09 [colin]      2.3.1cvs78
458
459         * src/textview.c
460                 Show errors in textviewer's command
461                 Patch by H. Merijn Brand
462
463 2006-07-09 [colin]      2.3.1cvs77
464
465         * src/compose.c
466                 Save FMID in drafts too
467
468 2006-07-08 [colin]      2.3.1cvs76
469
470         * src/compose.c
471                 Svae RMID in drafted mails too
472                 Save quote_fmt vars for whole mails,
473                 don't reset at each quote_fmt_init:
474                 allows to use the same |i{var} in
475                 various template fields
476         * src/prefs_template.c
477         * src/quote_fmt.h
478         * src/quote_fmt_parse.y
479                 Same
480
481 2006-07-08 [colin]      2.3.1cvs75
482
483         * src/textview.c
484                 Fix highlighting of attached parts URIs
485
486 2006-07-08 [colin]      2.3.1cvs74
487
488         * src/main.c
489                 Prevent bug #981 (sc 2.3.1 segfaults with 
490                 gtk+ 2.10) from being reported again:
491                 if Sylpheed-Claws has been compiled against
492                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
493                 of if Sylpheed-Claws has been compiled against
494                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
495                 error out.
496
497 2006-07-07 [colin]      2.3.1cvs73
498
499         * src/prefs_actions.c
500                 Fix label
501
502 2006-07-07 [colin]      2.3.1cvs72
503
504         * src/prefs_actions.c
505                 Fix compile on gtk < 2.8. argh :)
506
507 2006-07-07 [paul]       2.3.1cvs71
508
509         * src/common/defs.h
510                 update DONATE_URI
511
512 2006-07-07 [colin]      2.3.1cvs70
513
514         * po/POTFILES.in
515         * src/quote_fmt.c
516         * src/quote_fmt_lex.l
517         * src/quote_fmt_parse.y
518                 Add |i{var}, a way to insert user-entered
519                 text in a template
520
521 2006-07-07 [colin]
522
523         * 2.4.0-rc3 released
524
525 2006-07-07 [colin]      2.3.1cvs69
526
527         * src/folder.c
528                 Don't consider inboxes of UNKNOWN folder 
529                 classes to be useable as default inboxes
530
531 2006-07-07 [paul]       2.3.1cvs68
532
533         * src/textview.c
534                 add missing #include <errno.h>
535                 Thanks to René J. Blokland
536
537 2006-07-07 [paul]       2.3.1cvs67
538
539         * src/action.c
540                 Return now Closes dialog
541         * src/mimeview.c
542         * src/mimeview.h
543         * src/textview.c
544                 add contextual menu to mime parts listed
545                 in the textview
546                 Thanks to Colin
547         * src/common/utils.c
548                 reversal: ' is a valid character in URLs
549
550 2006-07-06 [colin]      2.3.1cvs66
551
552         * src/remotefolder.h
553                 Forgotten in previous commit
554
555 2006-07-06 [colin]      2.3.1cvs65
556
557         * src/folder.c
558                 Set summary update flag whenever
559                 totals changed
560         * src/imap.c
561         * src/prefs_account.c
562         * src/common/utils.h
563         * src/etpan/imap-thread.c
564                 Fix warnings, thanks to Fabien and
565                 Ricardo
566
567 2006-07-06 [wwp]        2.3.1cvs64
568
569         * src/gtk/gtkutils.c
570                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
571
572 2006-07-06 [wwp]        2.3.1cvs63
573
574         * src/account.c
575         * src/addressbook.c
576         * src/addressitem.h
577         * src/folderview.c
578         * src/mainwindow.c
579         * src/manual.c
580         * src/manual.h
581         * src/message_search.c
582         * src/prefs_actions.c
583         * src/prefs_filtering.c
584         * src/prefs_filtering.h
585         * src/prefs_template.c
586         * src/summary_search.c
587         * src/summaryview.c
588         * src/gtk/gtkutils.c
589         * src/gtk/gtkutils.h
590         * src/gtk/pluginwindow.c
591                 add help buttons to some dialogs. Clicking such buttons opens a
592                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
593
594 2006-07-06 [paul]       2.3.1cvs62
595
596         * src/textview.c
597                 fix attachments contextual menu
598                 Thanks to Colin
599
600 2006-07-05 [colin]      2.3.1cvs61
601
602         * src/textview.c
603         * src/compose.c
604                 Handle sftp:// links
605
606 2006-07-05 [paul]       2.3.1cvs60
607
608         * src/gtk/filesel.c
609                 grab save button by default
610                 Thanks to Colin
611
612 2006-07-05 [wwp]        2.3.1cvs59
613
614         * manual/xml2pdf
615                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
616
617 2006-07-04 [colin]      2.3.1cvs58
618
619         * src/mimeview.c
620         * src/textview.c
621                 Use left click to select, middle click to open
622                 on mimeparts links
623         * src/common/utils.c
624                 Fix segfault
625
626 2006-07-04 [colin]      2.3.1cvs57
627
628         * src/mainwindow.c
629         * src/news.c
630                 Warning fixes, thanks to Fabien
631
632 2006-07-04 [colin]      2.3.1cvs56
633
634         * src/mimeview.c
635         * src/mimeview.h
636         * src/textview.c
637                 Allow parts to be selected via their text label
638                 in textview
639
640 2006-07-04 [colin]      2.3.1cvs55
641
642         * src/folderview.c
643                 Feedback when closing (for big folders)
644         * src/prefs_actions.c
645         * src/prefs_filtering.c
646         * src/prefs_matcher.c
647         * src/prefs_template.c
648                 Fix default button when closing without
649                 having saved
650
651 2006-07-04 [colin]      2.3.1cvs54
652
653         * src/news.c
654                 Delete local file on deletion
655
656 2006-07-03 [colin]      2.3.1cvs53
657
658         * src/folderview.c
659         * src/main.c
660                 Don't freeze when rescanning after crash
661
662 2006-07-03 [wwp]        2.3.1cvs52
663
664         * src/compose.c
665         * src/privacy.c
666         * src/privacy.h
667         * src/plugins/pgpinline/pgpinline.c
668         * src/plugins/pgpmime/pgpmime.c
669                 don't report an error when the user cancels the passphrase dialog.
670
671 2006-07-02 [colin]      2.3.1cvs51
672
673         * src/folderview.c
674                 Open message when crossing folders with Space,
675                 goto next unread and friends
676
677 2006-07-01 [colin]      2.3.1cvs50
678
679         * src/prefs_account.c
680                 Typographic rules varying from language
681                 to language (in french "Protocole :"),
682                 we have to do that :)
683
684 2006-07-01 [ticho]      2.3.1cvs49
685
686         * src/prefs_account.c
687                 Only use one temporary gchar* variable in
688                 prefs_account_protocol_set_optmenu().
689
690 2006-07-01 [ticho]      2.3.1cvs48
691
692         * src/prefs_account.c
693         * src/prefs_account.h
694                 Use GtkLabel for existing account protocol name.
695                 Created an array for protocol names and populate the
696                 combobox from it in a for() cycle.
697
698 2006-06-30 [colin]      2.3.1cvs47
699
700         * src/compose.c
701                 Block undo when changing signature (by changing
702                 account)
703
704 2006-06-30 [paul]       2.3.1cvs46
705
706         * src/send_message.c
707                 when editing From in the Compose window, use that address
708                 in the Return-Path: header
709                 Thanks to Colin
710
711 2006-06-30 [colin]      2.3.1cvs45
712
713         * src/compose.c
714                 Fix signature replacement:
715                 - when no newline before separator
716                 - when reediting
717
718 2006-06-29 [colin]      2.3.1cvs44
719
720         * src/folderview.c
721         * src/folderview.h
722         * src/mainwindow.c
723         * src/summaryview.c
724                 Let 'View/Go to/Next marked' work like
725                 Next new & Next unread: across folders
726                 Change the select_on_entry pref to do
727                 what we want when changing folder
728         * src/common/utils.c
729                 Fix single-quoted links 
730
731 2006-06-29 [colin]      2.3.1cvs43
732
733         * src/gtk/gtkaspell.c
734                 "Sylpheed" and "Sylpheed-Claws" do exist !
735
736 2006-06-29 [colin]      2.3.1cvs42
737
738         * src/imap.c
739                 Forgot to remove debug
740
741 2006-06-29 [colin]      2.3.1cvs41
742
743         * src/imap.c
744         * src/imap.h
745         * src/mainwindow.c
746                 Disconnect from IMAP servers when going
747                 offline. Fixes bug #978 (going to offline-mode 
748                 won't close connections)
749
750 2006-06-29 [colin]      2.3.1cvs40
751
752         * src/main.c
753                 Fix transient setting on failing plugins
754                 Patch by Fabien
755         * src/plugins/pgpcore/sgpgme.c
756                 Only warn for OpenPGP. Most people don't
757                 have CMS available.
758
759 2006-06-29 [colin]      2.3.1cvs39
760
761         * src/compose.c
762                 Fix Spelling menu (discrepancy between context menu
763                 and top menu when folder's dictionary isn't the 
764                 default one)
765         * src/plugins/pgpcore/sgpgme.c
766                 More error reporting about why gpgme can fail
767
768 2006-06-29 [wwp]        2.3.1cvs38
769
770         * src/mainwindow.c
771                 honor the display-header-pane setting even when the message view
772                 is a separate window.
773
774 2006-06-29 [wwp]        2.3.1cvs37
775
776         * src/prefs_actions.c
777                 forgot to commit that one (use of GTK_STOCK_INFO).
778
779 2006-06-29 [colin]      2.3.1cvs36
780
781         * src/imap.c
782                 Better handling of login errors (ask the password
783                 again once), alert in case of error. Fix three
784                 signedness warnings.
785
786 2006-06-28 [wwp]        2.3.1cvs35
787
788         * src/prefs_template.c
789         * src/prefs_matcher.c
790         * src/prefs_filtering_action.c
791         * src/prefs_quote.c
792                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
793                 patch by Fabien Vantard, slightly modified.
794
795 2006-06-28 [paul]
796
797         2.4.0-rc2 released
798
799 2006-06-28 [colin]      2.3.1cvs34
800
801         * src/prefs_account.c
802                 Fix bug #977 (Can't add or edit imap accounts)
803
804 2006-06-28 [colin]      2.3.1cvs33
805
806         * src/mimeview.c
807                 Fix previous
808
809 2006-06-28 [colin]      2.3.1cvs32
810
811         * src/mimeview.c
812                 Save named inlined attachments with "Save all"
813         * src/main.c
814         * src/mbox.c
815         * src/common/plugin.c
816         * src/common/plugin.h
817         * src/common/sylpheed.c
818         * src/common/utils.c
819         * src/plugins/pgpcore/sylpheed.def
820         * src/plugins/pgpinline/sylpheed.def
821         * src/plugins/pgpmime/sylpheed.def
822                 Win32 compatibility patch, by
823                 Werner Koch
824
825 2006-06-28 [wwp]        2.3.1cvs31
826
827         * src/imap.c
828         * src/prefs_folder_item.c
829                 less compilation warnings (thanks to Fabien Vantard), less typos.
830
831 2006-06-28 [paul]       2.3.1cvs30
832
833         * src/gtk/gtkutils.c
834                 gtk_combo_box_set_focus_on_click() is only
835                 available since gtk 2.6.0
836
837 2006-06-28 [paul]       2.3.1cvs29
838
839         * src/prefs_ext_prog.c
840                 fix engrish and add a tooltip for the
841                 'command for 'Display as text' option
842
843 2006-06-28 [paul]
844
845         2.4.0-rc1 released
846
847 2006-06-28 [paul]       2.3.1cvs28
848
849         * ChangeLog
850         * tools/Makefile.am
851                 include textviewer.pl in releases
852
853 2006-06-28 [paul]       2.3.1cvs27
854
855         * src/prefs_ext_prog.c
856                 hide Print command option if libgnomeprint
857                 support is present
858
859 2006-06-27 [colin]      2.3.1cvs26
860
861         * src/compose.c
862                 Fix Esc handling in insert/attach dialog
863                 Don't show this dialog if dragging something
864                 else than text/uri-list
865                 Thanks to Fabien Vantard
866         * tools/textviewer.pl
867                 Filter script to display stuff as text
868                 by H. Merijn Brand
869
870 2006-06-27 [wwp]        2.3.1cvs25
871
872         * src/messageview.c
873                 use the exact product name (message view title), patch
874                 by Fabien Vantard.
875
876 2006-06-27 [ticho]      2.3.1cvs24
877
878         * src/prefs_account.c
879         * src/prefs_common.c
880         * src/prefs_common.h
881         * src/prefs_ext_prog.c
882         * src/textview.c
883                 Add a preference (Preferences/External programs)
884                 to allow "Display as text" to be done via a script
885                 (patch by H.Merijn Brand).
886                 Use GtkComboBox for protocol selection in account
887                 preferences.
888                 Only include current choice for existing accounts, and
889                 insensitivize the combobox.
890
891 2006-06-27 [paul]       2.3.1cvs23
892
893         * src/mbox.c
894                 fix crasher introduced in cvs21.
895                 Thanks to Colin
896
897 2006-06-26 [colin]      2.3.1cvs22
898
899         * src/mbox.c
900                 Fix double-frees when leaving folders
901                 after exporting to mbox
902
903 2006-06-26 [colin]      2.3.1cvs21
904
905         * src/mbox.c
906                 More feedback (and optimisation)
907                 on import/export
908         * src/common/utils.c
909                 Fix case when looking for mail addresses
910         * src/gtk/gtkutils.c
911                 Extra check for (X-)Face
912
913 2006-06-25 [ticho]      2.3.1cvs20
914
915         * src/compose.c
916         * src/exphtmldlg.c
917         * src/gtk/gtkutils.c
918         * src/gtk/gtkutils.h
919                 Added second argument to gtkut_sc_combobox_create() to
920                 control focus-on-click for the widget.
921                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
922
923 2006-06-25 [ticho]      2.3.1cvs19
924
925         * src/compose.c
926         * src/gtk/Makefile.am
927         * src/gtk/combobox.c
928         * src/gtk/combobox.h
929         * src/gtk/gtkutils.c
930         * src/gtk/gtkutils.h
931                 Use GtkComboBox instead of deprecated GtkOptionMenu
932                 for account selector in compose window and for encoding
933                 selector in attachment properties.
934                 Also factorise working with the new GtkComboBox somewhat.
935
936 2006-06-24 [paul]       2.3.1cvs18
937
938         * src/prefs_common.c
939                 use the correct default value
940
941 2006-06-24 [paul]       2.3.1cvs17
942
943         * src/compose.c
944         * src/prefs_common.c
945         * src/prefs_common.h
946         * src/prefs_compose_writing.c
947                 enable setting of default action when
948                 dnd'ing files in the compose window.
949                 (Collaborative effort with wwp)
950
951 2006-06-23 [wwp]        2.3.1cvs16
952
953         * src/compose.c
954                 i18n fix (thanks to Fabien Vantard)
955
956 2006-06-22 [colin]      2.3.1cvs15
957
958         * src/prefs_customheader.c
959                 Don't use filters in custom headers' file 
960                 selector. Remember, extensions mean nothing :)
961
962 2006-06-22 [paul]       2.3.1cvs14
963
964         * configure.ac
965                 allow setting of man directory location
966
967 2006-06-22 [colin]      2.3.1cvs13
968
969         * src/mainwindow.c
970                 Add 'View/Go to/Next unread folder'.
971                 I missed that :)
972
973 2006-06-22 [colin]      2.3.1cvs12
974
975         * src/common/utils.c
976                 Add some subject prefixes
977                 Patch by Bjorn T Johansen <btj@havleik.no>
978
979 2006-06-22 [colin]      2.3.1cvs11
980
981         * manual/advanced.xml
982                 Forgotten hidden pref
983
984 2006-06-21 [paul]       2.3.1cvs10
985
986         * src/prefs_account.c
987                 complete the removal of 'Add date header' option
988
989 2006-06-21 [paul]       2.3.1cvs9
990
991         * src/account.c
992         * src/compose.c
993         * src/prefs_account.c
994         * src/prefs_account.h
995                 remove option to add date header - always
996                 add date header
997         * src/etpan/imap-thread.c
998                 fix warnings (Thanks to Colin)
999
1000 2006-06-21 [wwp]        2.3.1cvs8
1001
1002         * src/folder.c
1003                 set the attachment flag when inline text part are (file)named. This is more convenient
1004                 when receiving (for instance) inline source files or patches sent using thunderbird.
1005
1006 2006-06-21 [paul]       2.3.1cvs7
1007
1008         * src/inc.c
1009                 fix off-by-one count of current msg in
1010                 statusbar filtering progressbar
1011
1012 2006-06-21 [paul]       2.3.1cvs6
1013
1014         * src/folder.c
1015                 Show attachment icon even if the part is 'inline'
1016                 if the following conditions are met:
1017                 - content-type != 'text/plain'
1018                 - content-type != '*/pgp-signature'
1019                 - either 'name' or 'filename' parameter is not NULL
1020                 
1021                 Thanks to Colin
1022
1023 2006-06-21 [paul]       2.3.1cvs5
1024
1025         * src/messageview.c
1026         * src/prefs_common.c
1027         * src/prefs_common.h
1028         * src/prefs_other.c
1029                 add an option to 'Never send Return
1030                 Receipts'
1031                 Thanks to Colin
1032
1033 2006-06-20 [mones]      2.3.1cvs4
1034
1035         * po/es.po
1036                 updated
1037         * src/compose.c
1038                 typo fixed (space after comma)
1039         * tools/make.themes.project
1040                 remove exec mode from tarball files
1041
1042 2006-06-20 [colin]      2.3.1cvs3
1043
1044         * src/news.c
1045         * src/procheader.c
1046         * src/unmime.c
1047                 Better fix for \n's in headers (don't 
1048                 break Received: and others)
1049
1050 2006-06-20 [paul]       2.3.1cvs2
1051
1052         * src/alertpanel.c
1053         * src/textview.c
1054                 improve legibility of phishing attempt
1055                 dialog
1056
1057 2006-06-20 [paul]       2.3.1cvs1
1058
1059         * NEWS
1060         * README
1061         * configure.ac
1062                 Update version number following
1063                 stable release
1064
1065 2006-06-20 [colin]      2.3.0cvs26
1066
1067         * src/compose.c
1068                 When dragging a file to the text of the compose
1069                 window, ask whether we want to insert or attach
1070                 (I know lots of people who do that to attach)
1071
1072 2006-06-20 [colin]      2.3.0cvs25
1073
1074         * src/etpan/imap-thread.c
1075                 Fix threshold (the append command is often > 32 bytes)
1076
1077 2006-06-19 [colin]      2.3.0cvs24
1078
1079         * src/imap.c
1080         * src/etpan/imap-thread.c
1081                 Workaround Rockliffe IMAP server bug: replace
1082                 "x UID SEARCH (ANSWERED UID 1:*)" with
1083                 "x UID SEARCH ANSWERED"
1084                 (Rockliffe doesn't handle the parenthesis)
1085
1086 2006-06-19 [colin]      2.3.0cvs23
1087
1088         * src/compose.c
1089         * src/imap.c
1090         * src/etpan/imap-thread.c
1091                 Probably fix bug #972 (Freezes when adding 
1092                 an attachment to the message)
1093         * src/common/defs.h
1094                 Modernize Firefox cmd
1095
1096
1097 2006-06-18 [colin]      2.3.0cvs22
1098
1099         * src/prefs_customheader.c
1100                 Only allow correct filenames for various
1101                 custom headers
1102
1103 2006-06-18 [colin]      2.3.0cvs21
1104
1105         * src/prefs_customheader.c
1106                 Add a 'From File...' button in custom headers prefs, which
1107                 try to do the right thing: 
1108                 for normal headers, use file as plaintext,
1109                 for X-Face, calls compface,
1110                 for Face, encode to b64.
1111
1112 2006-06-17 [colin]      2.3.0cvs20
1113
1114         * src/mh.c
1115                 Warning fix
1116
1117 2006-06-16 [colin]      2.3.0cvs19
1118
1119         * src/summaryview.c
1120                 Recursive quicksearch: show message list
1121                 in current folder, *then* search children
1122                 in the background.
1123
1124 2006-06-16 [colin]      2.3.0cvs18
1125
1126         * src/main.c
1127                 Instead of ignoring SIGPIPE, save caches
1128                 when getting one. Will fix the fact that
1129                 hot caches are out-of-date when logging 
1130                 out of Xorg.
1131         * src/compose.c
1132         * src/prefs_compose_writing.c
1133                 Only save text (not attachments) when 
1134                 auto-saving to drafts
1135         * src/unmime.c
1136                 Always replace \n, \r and \t with spaces
1137                 in headers
1138         * manual/dist/html/Makefile.am
1139         * manual/dist/pdf/Makefile.am
1140         * manual/dist/ps/Makefile.am
1141         * manual/dist/txt/Makefile.am
1142         * manual/fr/dist/html/Makefile.am
1143         * manual/fr/dist/pdf/Makefile.am
1144         * manual/fr/dist/ps/Makefile.am
1145         * manual/fr/dist/txt/Makefile.am
1146         * manual/pl/dist/html/Makefile.am
1147         * manual/pl/dist/pdf/Makefile.am
1148         * manual/pl/dist/ps/Makefile.am
1149         * manual/pl/dist/txt/Makefile.am
1150                 Fix make clean removing pregenerated manuals
1151
1152
1153 2006-06-16 [colin]      2.3.0cvs17
1154
1155         * src/plugins/pgpcore/sgpgme.c
1156         * src/plugins/pgpmime/pgpmime.c
1157         * src/plugins/pgpinline/pgpinline.c
1158                 Better error reporting in setup_signers.
1159                 Don't fallback to default key if specified
1160                 key isn't found.
1161                 Don't allow signing if more than one secret
1162                 key matches the one specified in prefs.
1163
1164 2006-06-15 [colin]      2.3.0cvs16
1165
1166         * src/folderview.c
1167                 Add "Send queue" in the folder's contextual
1168                 menu
1169         * src/compose.c
1170         * src/messageview.c
1171         * src/privacy.c
1172         * src/privacy.h
1173         * src/procmime.c
1174         * src/procmsg.c
1175         * src/plugins/pgpcore/passphrase.c
1176         * src/plugins/pgpcore/sgpgme.c
1177         * src/plugins/pgpinline/pgpinline.c
1178         * src/plugins/pgpmime/pgpmime.c
1179                 Better error reporting
1180         * src/mbox.c
1181                 Probably fix bug #971 (2.2.3 cannot read mail 
1182                 from local mbox)
1183
1184
1185 2006-06-15 [mones]      2.3.0cvs15
1186
1187         * tools/make.themes.project
1188                 creates the themes project from the web page
1189
1190 2006-06-15 [colin]      2.3.0cvs14
1191
1192         * src/folder.c
1193                 Better fix (avoid losing the folder if scan_tree 
1194                 fails)
1195
1196 2006-06-15 [cleroy]     2.3.0cvs13
1197
1198         * src/folder.c
1199                 Probably fix Bug #969 (crash on rebuilding 
1200                 imap folder)
1201
1202 2006-06-14 [colin]      2.3.0cvs12
1203
1204         * manual/dtd/manual.xsl
1205         * manual/sylpheed-claws-manual.xml
1206         * manual/fr/sylpheed-claws-manual.xml
1207         * manual/pl/sylpheed-claws-manual.xml
1208                 Insert pagebreaks between sections
1209
1210 2006-06-14 [paul]       2.3.0cvs11
1211
1212         * configure.ac
1213                 better fix than 2.3.0cvs10
1214
1215 2006-06-14 [paul]       2.3.0cvs10
1216
1217         * configure.ac
1218                 fix setting of PACKAGE_DATA_DIR with newer autoconf
1219                 (backwards compatible)
1220
1221 2006-06-13 [colin]      2.3.0cvs9
1222
1223         * src/messageview.c
1224                 Fix sending of return receipt with the new queue folders
1225
1226 2006-06-13 [wwp]        2.3.0cvs8
1227
1228         * src/quote_fmt_lex.l
1229                 fix wrong tokens returned in quote_fmt lexer, query not().
1230
1231 2006-06-13 [wwp]        2.3.0cvs7
1232
1233         * src/folder.c
1234         * src/prefs_folder_item.c
1235                 allow changing folder type even when folder is not a top-level one,
1236                 thanks to Colin.
1237
1238 2006-06-12 [colin]      2.3.0cvs6
1239
1240         * src/folderview.c
1241                 Fix double-ask of "Do you want to mark all
1242                 as read"
1243
1244 2006-06-12 [colin]      2.3.0cvs5
1245
1246         * src/compose.c
1247         * src/compose.h
1248         * src/folder.c
1249         * src/folder.h
1250         * src/imap.c
1251         * src/inc.c
1252         * src/main.c
1253         * src/messageview.c
1254         * src/mh.c
1255         * src/prefs_folder_item.c
1256         * src/procheader.c
1257         * src/procmime.c
1258         * src/procmsg.c
1259         * src/procmsg.h
1260         * src/send_message.c
1261         * src/summaryview.c
1262         * src/toolbar.c
1263                 Apply bug #964's patch (Queue and drafts aren't normal)
1264                 The Drafts and Queue folder now contain RFC-822 files,
1265                 allowing to move and copy mails from and to these 
1266                 folders. Moving from Drafts to Queue will prepare the
1267                 mail for sending (PGP signature, encryption, etc).
1268                 This patch also rework sending errors handling to try
1269                 to be more helpful.
1270                 Also, allow redefining folder types via the GUI 
1271                 (Folder type in its Properties)
1272
1273 2006-06-12 [colin]      2.3.0cvs4
1274
1275         * src/summaryview.c
1276         * src/prefs_common.c
1277         * src/prefs_common.h
1278         * src/gedit-print.c
1279                 Allow to define a specific print font - patch
1280                 by Bernhard Walle <bernhard.walle@gmx.de>
1281         * src/prefs_fonts.c
1282         * manual/advanced.xml
1283         * manual/fr/advanced.xml
1284                 Add a hidden pref to allow deletion without
1285                 confirmation
1286
1287 2006-06-12 [wwp]        2.3.0cvs3
1288
1289         * .cvsignore
1290                 more files to ignore.
1291
1292 2006-06-12 [wwp]        2.3.0cvs2
1293
1294         * src/quote_fmt.c
1295         * src/quote_fmt_lex.l
1296         * src/quote_fmt_parse.y
1297                 extend the quote_fmt parser (templates and quotes):
1298                 - allow limited sub-expressions in |p{} and |f{} expressions,
1299                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
1300                 - implemented/fixed missing implementation of query_references and show_references,
1301                 - completed, fixed contents and format of the symbols help dialog,
1302                 - fix some compilation warnings.
1303
1304 2006-06-12 [wwp]        2.3.0cvs1
1305
1306         * manual/advanced.xml
1307         * manual/fr/advanced.xml
1308                 updates in the "templates" section of the manual (eng/fr):
1309                  - be more precise (both versions)
1310                  - completed to match the english reference (fr version)
1311                  - touchups (both versions)
1312
1313 2006-06-12 [paul]       2.3.0
1314
1315         2.3.0 released
1316
1317 2006-06-12 [paul]       2.2.3cvs14
1318
1319         * po/ca.po
1320         * po/cs.po
1321         * po/de.po
1322         * po/el.po
1323         * po/fr.po
1324         * po/it.po
1325         * po/pt_BR.po
1326         * po/sr.po
1327         * po/zh_CN.po
1328                 updated by Miquel Oliete, Tim, Stephan Sachse,
1329                 Stavros Giannouris, Fabien Vantard, Andrea
1330                 Spadaccini, Frederico Goncalves Guimaraes,
1331                 Aleksandar Urosevic, and Ralgh Young
1332
1333 2006-06-12 [colin]      2.2.3cvs13
1334
1335         * src/mbox.c
1336                 Add missing header
1337
1338 2006-06-11 [colin]      2.2.3cvs12
1339
1340         * src/msgcache.c
1341                 Verify that g_malloc() succeeded
1342
1343 2006-06-11 [colin]      2.2.3cvs11
1344
1345         * src/wizard.c
1346                 Add Face header to welcome mail
1347
1348 2006-06-10 [colin]      2.2.3cvs10
1349
1350         * src/textview.c
1351                 Revert previous (Forgot it changes the
1352                 margin on the whole mail)
1353
1354 2006-06-10 [colin]      2.2.3cvs9
1355
1356         * src/textview.c
1357                 Don't overlap long headers under (X-)Face
1358
1359 2006-06-10 [mones]      2.2.3cvs8
1360
1361         * manual/xml2pdf
1362                 allow generation of manual on systems lacking saxon binary
1363                 but with java and the saxon library installed
1364
1365         * po/es.po
1366                 updated for release
1367
1368 2006-06-09 [colin]      2.2.3cvs7
1369
1370         * src/summaryview.c
1371                 Fix leak when using Display Sender using Addressbook
1372
1373 2006-06-09 [colin]      2.2.3cvs6
1374
1375         * src/compose.c
1376         * src/folder.c
1377         * src/folderview.c
1378         * src/mimeview.c
1379         * src/summaryview.c
1380                 More leaks fixes
1381
1382 2006-06-09 [paul]       2.2.3cvs5
1383
1384         * AUTHORS
1385         * src/gtk/authors.h
1386         * tools/claws.i18n.status.pl
1387                 updated with new info
1388
1389 2006-06-09 [paul]       2.2.3cvs4
1390
1391         * README
1392                 updated
1393         * manual/ack.xml
1394                 add wwp to authors list
1395         * src/gtk/authors.h
1396                 update mine and Colin's addresses
1397
1398 2006-06-08 [colin]      2.2.3cvs3
1399
1400         * src/etpan/imap-thread.c
1401                 Fix leak on SSL cert check
1402
1403 2006-06-08 [colin]      2.2.3cvs2
1404
1405         * src/common/utils.c
1406                 Fix leak
1407
1408 2006-06-08 [paul]       2.2.3cvs1
1409
1410         * configure.ac
1411                 Update version number following
1412                 stable release
1413
1414 2006-06-07 [colin]      2.2.2cvs3
1415
1416         * src/msgcache.c
1417                 Fix catching cache read errors (guint instead of gint)
1418                 Prevent malloc'ing more than 8MB (means cache corruption)
1419
1420 2006-06-07 [paul]       2.2.2cvs2
1421
1422         * src/exporthtml.c
1423         * src/exportldif.c
1424         * src/mh.c
1425         * src/mutt.c
1426         * src/pine.c
1427         * src/common/utils.c
1428                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
1429                 obey $HOME'
1430                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
1431                 Thanks to Colin
1432
1433 2006-06-06 [paul]       2.2.2cvs1
1434
1435         * configure.ac
1436                 Update version number following
1437                 stable release
1438
1439 2006-06-06 [paul]       2.2.1cvs6
1440
1441         * src/matcher.c
1442                 fix  implicit declaration of
1443                 sylpheed_do_idle()
1444                 Patch by Fabien Vantard
1445
1446 2006-06-06 [paul]       2.2.1cvs5
1447
1448         * src/matcher.c
1449                 fix age_greater and age_lower so that they
1450                 mean what say and not '...or equal to'
1451                 Thanks to Colin
1452
1453 2006-06-06 [paul]       2.2.1cvs4
1454
1455         * src/textview.c
1456         * src/common/utils.c
1457                 fix URI check
1458                 Thanks to Colin
1459
1460 2006-06-05 [wwp]        2.2.1cvs3
1461
1462         * manual/fr/account.xml
1463                 minor language fixes (thanks to Fabien Vantard).
1464
1465 2006-06-05 [colin]      2.2.1cvs2
1466
1467         * src/prefs_folder_item.c
1468         * src/folderview.c
1469                 Allow recursive setting of properties 
1470                 for whole mailboxes
1471         * src/matcher.c
1472                 Don't freeze on 'test' filtering rule
1473
1474 2006-06-05 [colin]      2.2.1cvs1
1475
1476         * configure.ac
1477                 Update version number following
1478                 stable release
1479
1480 2006-06-04 [wwp]        2.2.0cvs82
1481
1482         * manual/glossary.xml
1483         * manual/account.xml
1484         * manual/fr/glossary.xml
1485         * manual/fr/account.xml
1486                 added glossary section and references/links related to the Face custom header.
1487
1488 2006-06-04 [colin]      2.2.0cvs81
1489
1490         * src/summaryview.c
1491                 Skip to next message on move with no
1492                 immediate execution
1493
1494 2006-06-04 [wwp]        2.2.0cvs80
1495
1496         * manual/xml2pdf
1497                 added sanity checks, exit when needed.
1498
1499 2006-06-03 [paul]       2.2.0cvs79
1500
1501         * src/prefs_receive.c
1502                 page name is now 'Receiving'
1503         * src/prefs_send.c
1504                 page name is now 'Sending'
1505
1506 2006-06-03 [colin]      2.2.0cvs78
1507
1508         * src/plugins/spamassassin/spamassassin_gtk.c
1509                 Autoswitch to Localhost if transport was previously
1510                 disabled. Else people had to check [] Enable, then
1511                 *reselect* transport.
1512
1513 2006-06-03 [colin]      2.2.0cvs77
1514
1515         * src/plugins/pgpinline/pgpinline.c
1516         * src/plugins/pgpmime/pgpmime.c
1517                 Check that gpg_data_release_and_get_mem 
1518                 didn't fail (now, why this happens...)
1519
1520 2006-06-03 [colin]      2.2.0cvs76
1521
1522         * src/mbox.c
1523                 Fix bug #962 (Manual and/or UI should 
1524                 warn about incompatible locking 
1525                 causing dataloss)
1526
1527 2006-06-02 [cleroy]     2.2.0cvs75
1528
1529         * src/filtering.c
1530         * src/folder.c
1531         * src/procmsg.c
1532         * src/summaryview.c
1533                 Fix a few leaks
1534
1535 2006-06-02 [colin]      2.2.0cvs74
1536
1537         * src/main.c
1538                 On exit, free caches after writing them
1539                 Shuts up some valgrind false positives
1540         * src/procmsg.c
1541         * src/send_message.c
1542                 Fix races when reusing existing SMTP connections
1543                 Fix inexistant session timeout
1544         * src/toolbar.c
1545                 Display alertpanel after all queues have
1546                 been processed, not after each
1547
1548 2006-06-02 [wwp]        2.2.0cvs73
1549
1550         * manual/fr/glossary.xml
1551         * manual/fr/ack.xml
1552         * manual/ack.xml
1553                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
1554
1555 2006-06-02 [wwp]        2.2.0cvs72
1556
1557         * manual/xml2pdf
1558         * manual/dist/pdf/Makefile.am
1559         * manual/dtd/manual.xsl
1560         * manual/fr/dist/pdf/Makefile.am
1561         * manual/pl/dist/pdf/Makefile.am
1562                 we changed the procedure to generate the .pdf version of the manual.
1563                 The procedure is more modern and the .pdf we get now has a valid index.
1564                 Here are the new pre-requisites:
1565
1566                 - JRE 1.x (1.4 here): there must be one from your distro
1567                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
1568                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
1569                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
1570
1571                 See my posts for further info about the installation of this toolchain:
1572
1573                 Date: Fri, 19 May 2006 19:40:06 +0200
1574                 From: wwp <subscript@free.fr>
1575                 To: sylpheed-claws-devel@lists.sourceforge.net
1576                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
1577
1578                 and
1579
1580                 Date: Wed, 24 May 2006 12:58:49 +0200
1581                 From: wwp <subscript@free.fr>
1582                 To: sylpheed-claws-devel@lists.sourceforge.net
1583                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
1584
1585 2006-06-01 [colin]      2.2.0cvs71
1586
1587         * src/compose.c
1588                 Better guards against IMAP races
1589         * src/main.c
1590         * src/prefs_common.c
1591         * src/prefs_common.h
1592         * src/common/ssl_certificate.c
1593         * src/etpan/imap-thread.c
1594         * src/etpan/imap-thread.h
1595         * src/gtk/sslcertwindow.c
1596                 New hidden option ssl_skip_cert_check to 
1597                 avoid dups of bug #959 (libetpan linked
1598                 against gnutls and gnutls buggy on 64bit)
1599                 Present expired warning only once per
1600                 session/server.
1601         * manual/advanced.xml
1602         * manual/fr/advanced.xml
1603                 Document new option
1604
1605 2006-06-01 [wwp]        2.2.0cvs70
1606
1607         * src/messageview.c
1608                 fix for bug #961 (return receipt dialog 
1609                 complains incorrectly about return-path 
1610                 email adress being different), thanks 
1611                 to Colin.
1612
1613 2006-05-31 [cleroy]     2.2.0cvs69
1614
1615         * src/common/ssl.c
1616                 Guard against NULLs, although this
1617                 should never be an issue
1618
1619 2006-05-31 [colin]      2.2.0cvs68
1620
1621         * src/filtering.c
1622                 Use g_slist_prepend
1623         * src/imap.c
1624                 Don't remove caches when destroying folder, it
1625                 could (should) be done at exit
1626         * src/inc.c
1627                 free processing cache after incorporation
1628         * src/etpan/imap-thread.c
1629                 Maybe fix bug #959 (Crash on moving to emails 
1630                 to a imap account per ssl with a expired 
1631                 certificate.)
1632
1633 2006-05-30 [colin]      2.2.0cvs67
1634
1635         * src/summaryview.c
1636                 Put back event flush when displaying message
1637                 It avoids reading a bunch of messages just
1638                 by hitting shift-n for too long ;)
1639
1640 2006-05-29 [colin]      2.2.0cvs66
1641
1642         * src/summaryview.c
1643                 Remove useless g_warnings
1644
1645 2006-05-29 [colin]      2.2.0cvs65
1646
1647         * src/imap.c
1648                 Fix g_slist_append()s for performance
1649
1650 2006-05-29 [colin]      2.2.0cvs64
1651
1652         * src/compose.c
1653         * src/common/utils.c
1654                 Fix extraneous tab at start of addresses
1655         * src/mainwindow.c
1656                 Fix warnings (thanks to Fabien)
1657                 Fix crash at exit when composing messages 
1658                 exist
1659         * src/pop.c
1660                 Fix progress bar when deleting expired mails
1661                 Thanks to Hiro
1662         * src/summaryview.c
1663         * src/gtk/gtksctree.c
1664                 Fix re-sorting slowness
1665
1666 2006-05-29 [paul]       2.2.0cvs63
1667
1668         * src/mh.c
1669                 fetch full message when moving mails
1670                 from another mailbox, (fixed data loss
1671                 when filtering from IMAP to MH, introduced
1672                 in 2.2.0cvs57).
1673                 Thanks to Colin
1674
1675 2006-05-29 [mones]      2.2.0cvs62
1676
1677         * src/gtk/gtksctree.c
1678                 Unselect faster (patch by Colin)        
1679
1680 2006-05-26 [colin]      2.2.0cvs61
1681
1682         * src/summaryview.c
1683                 Unplug MSGINFO_UPDATE callback on delete too.
1684
1685 2006-05-26 [colin]      2.2.0cvs60
1686
1687         * src/foldersel.c
1688                 Fix bold in folder selection window with glib2.10
1689                 thanks Hiro
1690
1691 2006-05-26 [colin]      2.2.0cvs59
1692
1693         * src/procheader.c
1694                 Convert date only if necessary (and don't
1695                 try to convert from utf8 to utf8, too)
1696         * src/summaryview.c
1697                 Only set column's text if the column's 
1698                 displayed
1699
1700 2006-05-26 [colin]      2.2.0cvs58
1701
1702         * src/summaryview.c
1703         * src/gtk/gtkutils.c
1704                 Fix useless warning
1705
1706 2006-05-26 [colin]      2.2.0cvs57
1707
1708         * src/mainwindow.c
1709                 Make summaryview selectable as long as 
1710                 no message has focus
1711         * src/mh.c
1712                 Faster deletion (by implementing mh_remove_msgs)
1713                 Faster copy (avoid using mh_fetch_msg just to get
1714                 the filename)
1715                 Faster move (using move_file instead of copy_file
1716                 if MSG_IS_MOVE)
1717                 No progressbar if total number of mails to cp/mv 
1718                 is less than 100
1719         * src/summaryview.c
1720                 Fix removal from subject_table when mail gets moved
1721                 Faster deletion (g_slist_prepend instead of append)
1722         * src/gtk/gtksctree.c
1723                 Remove useless code
1724
1725 2006-05-25 [colin]      2.2.0cvs56
1726
1727         * src/common/ssl_certificate.c
1728                 Fix leak in expired cert check
1729
1730 2006-05-25 [colin]      2.2.0cvs55
1731
1732         * src/mh.c
1733                 Disable flags syncing on .mh_sequences - it
1734                 is buggy and marks mails read under unknown
1735                 conditions.
1736
1737 2006-05-25 [paul]
1738
1739         * 2.3.0-rc4 released
1740
1741 2006-05-24 [colin]      2.2.0cvs54
1742
1743         attention cvs users: if you manage to crash
1744         Sylpheed-Claws while moving, copying or deleting
1745         mails, we *are* interested in stack traces and
1746         valgrind logs. It looks stable, but one never
1747         knows...
1748
1749         * src/folder.c
1750                 Add progressbar for cache updates
1751         * src/folderutils.c
1752                 Optimize Mark all read in the current
1753                 folder
1754         * src/mh.c
1755                 Add progressbar for copy/move
1756         * src/procmsg.c
1757                 Optimize O(n^2) in copy/move
1758         * src/summaryview.c
1759         * src/gtk/gtksctree.c
1760                 Optimize O(n^2) algos
1761         * src/common/timing.h
1762                 Display ms instead of us
1763
1764 2006-05-24 [wwp]        2.2.0cvs53
1765
1766         * manual/fr/advanced.xml
1767                 updates to the French manual.
1768
1769 2006-05-24 [wwp]        2.2.0cvs52
1770
1771         * src/common/utils.c
1772                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
1773
1774 2006-05-24 [wwp]        2.2.0cvs51
1775
1776         * src/folderutils.c
1777                 fixed "mark all read" in MH folders (thanks to Colin).
1778
1779 2006-05-24 [paul]       2.2.0cvs50
1780
1781         * doc/man/sylpheed-claws.1
1782                 updated the man page
1783
1784 2006-05-23 [colin]      2.2.0cvs49
1785
1786         * src/folderview.c
1787         * src/imap.c
1788         * src/inc.c
1789         * src/mbox.c
1790         * src/messageview.c
1791         * src/news.c
1792         * src/send_message.c
1793         * src/summaryview.c
1794         * src/gtk/sslcertwindow.c
1795                 alertpanel fixes, by Fabien
1796
1797 2006-05-23 [colin]      2.2.0cvs48
1798
1799         * src/folder.c
1800         * src/folderview.c
1801         * src/msgcache.c
1802         * src/summaryview.c
1803         * src/gtk/gtksctree.c
1804         * src/gtk/gtksctree.h
1805                 More timings
1806                 Fix slow loading problem, which was caused by the
1807                 use of some gtk_ctree funcs and their use of
1808                 g_list_position while gtk_ctree_(un)link'ing.
1809                 Reap more functions from gtkctree.c to be sure we
1810                 use our (fast) version instead of theirs.
1811         * src/mh.c
1812                 Fix copy of unread mails
1813
1814
1815 2006-05-22 [wwp]        2.2.0cvs47
1816
1817         * manual/fr/advanced.xml
1818                 updated.
1819
1820 2006-05-22 [colin]      2.2.0cvs46
1821
1822         * src/filtering.c
1823                 Fix possible infinite loop. 'copy' is not a 
1824                 final action, so when encountering a 'copy',
1825                 we have to check if a previous one was set
1826                 and do it. In the same way, if we encounter
1827                 a 'move' we have to perform a possibly 
1828                 pending 'copy'. This will slow down filtering
1829                 on IMAP if move+copy or multiple copy actions
1830                 are to be done, but handling it via the batch
1831                 would be really too convoluted.
1832
1833 2006-05-22 [wwp]        2.2.0cvs45
1834
1835         * manual/fr/advanced.xml
1836         * manual/fr/faq.xml
1837         * manual/fr/glossary.xml
1838         * manual/fr/handling.xml
1839         * manual/fr/intro.xml
1840         * manual/fr/plugins.xml
1841         * manual/fr/sylpheed-claws-manual.xml
1842                 sync w/ the english manual: updates URIs, documented mailing-list
1843                 support, better explanation about the enabled/disabled feature
1844                 in filtering/processing rules by Paul.
1845
1846 2006-05-21 [colin]      2.2.0cvs44
1847
1848         * src/summaryview.c
1849                 Don't expand after building threads, but during
1850
1851 2006-05-21 [colin]      2.2.0cvs43
1852
1853         * src/procmsg.c
1854         * src/summaryview.c
1855                 More timing possibilities... For next time I have 
1856                 to find out how the hell some 3GHz computer takes
1857                 one minute to open a 30k folder...
1858
1859 2006-05-21 [colin]      2.2.0cvs42
1860
1861         * manual/pl/advanced.xml
1862         * manual/pl/faq.xml
1863         * manual/pl/glossary.xml
1864         * manual/pl/handling.xml
1865         * manual/pl/intro.xml
1866         * manual/pl/plugins.xml
1867         * manual/pl/sylpheed-claws-manual.xml
1868                 Polish manual updated by Pawel
1869
1870 2006-05-20 [colin]
1871
1872         * 2.3.0-rc3 released
1873
1874 2006-05-20 [colin]      2.2.0cvs41
1875
1876         * src/imap.c
1877                 Fix -rc2 problems:
1878                 - remove cache of moved messages from original folder
1879                 - apply new flags to messages even if they aren't appliable
1880                   via IMAP.
1881
1882 2006-05-20 [colin]
1883
1884         * 2.3.0-rc2 released
1885
1886 2006-05-19 [colin]      2.2.0cvs40
1887
1888         * src/imap.c
1889                 Don't issue SELECT in imap_change_flags
1890                 before having checked that we indeed have
1891                 some flags to change. MSG_POSTFILTERED for
1892                 example can't be used on IMAP.
1893                 Fixes bug #955 (copying messages between 
1894                 imap folders is extremely slow), which was
1895                 a regression.
1896
1897 2006-05-19 [colin]      2.2.0cvs39
1898
1899         * src/folder.c
1900         * src/folder.h
1901         * src/folderview.c
1902                 Try to fix bug #830 (Some unread messages 
1903                 get marked read in IMAP inbox):
1904                 - Prevent scanning a folder if it's being 
1905                   opened via the GUI
1906                 - Postpone opening via the GUI of a folder
1907                   currently scanned.
1908
1909
1910 2006-05-19 [wwp]        2.2.0cvs38
1911
1912         * manual/advanced.xml
1913                 fix English+typo (thanks to Paul).
1914
1915 2006-05-19 [wwp]        2.2.0cvs37
1916
1917         * manual/advanced.xml
1918         * manual/fr/advanced.xml
1919         * src/gtk/logwindow.c
1920         * src/prefs_common.c
1921         * src/prefs_common.h
1922                 added hidden prefs to allow customization of colors used in
1923                 protocol log window (useful for dark gtk+ themes).
1924
1925 2006-05-19 [wwp]        2.2.0cvs36
1926
1927         * ChangeLog
1928                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
1929
1930 2006-05-19 [paul]       2.2.0cvs35
1931
1932         * src/textview.c
1933                 make Reply-To fully clickable
1934         * src/gtk/logwindow.c
1935                 more colouring (SMTP ESMTP)
1936         Both patches by Pawel Pekala
1937
1938 2006-05-19 [cleroy]     2.2.0cvs34
1939
1940         * src/mh.c
1941                 Don't update flags from current folder
1942                 Probably fixes bug #935 (Read Messages 
1943                 Revert to Being Marked as Unread)
1944
1945 2006-05-18 [colin]      2.2.0cvs33
1946
1947         * src/imap.c
1948                 Warning fix
1949         * src/compose.c
1950         * src/mainwindow.c
1951         * src/summaryview.c
1952         * src/toolbar.c
1953                 Allow replying to multiple emails
1954                 in multiple windows
1955         * src/mimeview.c
1956         * src/etpan/imap-thread.c
1957                 Leak fixes
1958
1959 2006-05-18 [paul]       2.2.0cvs32
1960
1961         * src/summaryview.c
1962                 keep Mailing-List menu refreshed
1963                 Thanks to Colin
1964
1965 2006-05-18 [paul]       2.2.0cvs31
1966
1967         * manual/advanced.xml
1968         * manual/faq.xml
1969         * manual/glossary.xml
1970         * manual/handling.xml
1971         * manual/intro.xml
1972         * manual/plugins.xml
1973         * manual/sylpheed-claws-manual.xml
1974                 update URLs
1975                 add info about mailing-list support
1976                 edit filtering info
1977         * src/wizard.c
1978         * src/common/defs.h
1979         * src/gtk/about.c
1980         * src/plugins/dillo_viewer/README
1981                 update URLs
1982
1983 2006-05-17 [wwp]        2.2.0cvs30
1984
1985         * manual/handling.xml
1986         * manual/fr/handling.xml
1987                 documented the ability to enabled/disable filtering/processing rules.
1988
1989 2006-05-17 [colin]      2.2.0cvs29
1990
1991         * src/main.c
1992                 Don't initialize g_thread subsystem if it's 
1993                 already done (thanks to Hiro)
1994         * src/mimeview.c
1995                 Fix saving of parts when there name can't be
1996                 converted from UTF-8.
1997
1998 2006-05-17 [paul]       2.2.0cvs28
1999
2000         * po/Makefile.in.in
2001                 fix config.status warning with autoconf 2.60
2002
2003 2006-05-17 [paul]       2.2.0cvs27
2004
2005         * po/POTFILES.in
2006                 add src/mbox.c
2007
2008 2006-05-17 [wwp]        2.2.0cvs26
2009
2010         * src/mainwindow.c
2011                 fix useless and potentially dangerous buffer walking (thanks to Colin).
2012
2013 2006-05-17 [wwp]        2.2.0cvs25
2014
2015         * src/plugins/demo/demo.c
2016                 updated product name in plugin demo (many plugins need to be
2017                 sync'ed w/ that change).
2018
2019 2006-05-17 [colin]      2.2.0cvs24
2020
2021         * src/mh.c
2022                 Fix leak
2023
2024 2006-05-16 [colin]      2.2.0cvs23
2025
2026         * src/mainwindow.c
2027                 Stupid me hit again. Fix cvs22.
2028
2029 2006-05-16 [colin]      2.2.0cvs22
2030
2031         * src/mainwindow.c
2032                 Fix bug #922 (sylpheed-claws crashed after 
2033                 pushing on Inbox folder)
2034
2035 2006-05-16 [colin]      2.2.0cvs21
2036
2037         * src/compose.c
2038                 Make From header be copy/paste/select-able
2039
2040 2006-05-16 [wwp]        2.2.0cvs20
2041
2042         * src/export.c
2043         * src/matcher.c
2044         * src/summaryview.c
2045         * src/etpan/imap-thread.c
2046                 fix some compiler warnings (thanks to Colin).
2047
2048 2006-05-16 [wwp]        2.2.0cvs19
2049
2050         * src/action.c
2051         * src/gedit-print.c
2052         * src/inc.c
2053         * src/mainwindow.c
2054         * src/mh.c
2055         * src/statusbar.c
2056         * src/send_message.c
2057         * src/summaryview.c
2058                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2059
2060 2006-05-15 [colin]      2.2.0cvs18
2061
2062         * src/procmsg.c
2063                 Fix automatic rule creation with List-Post
2064
2065 2006-05-15 [paul]       2.2.0cvs17
2066
2067         * tools/filter_conv_new.pl
2068                 updated for rule enabling/disabling
2069                 claws version >= 2.3.x required
2070
2071 2006-05-15 [cleroy]     2.2.0cvs16
2072
2073         * src/main.c
2074                 Revert test
2075
2076 2006-05-15 [cleroy]     2.2.0cvs15
2077
2078         * src/main.c
2079                 test
2080
2081 2006-05-15 [wwp]        2.2.0cvs14
2082
2083         * manual/pl/.cvsignore
2084                 ignore generated files.
2085
2086 2006-05-14 [wwp]        2.3.0-rc1
2087
2088         * 2.3.0-rc1 released
2089
2090 2006-05-13 [wwp]        2.2.0cvs13
2091
2092         * src/filtering.c
2093         * src/filtering.h
2094         * src/matcher.c
2095         * src/matcher_parser_lex.l
2096         * src/matcher_parser_parse.y
2097         * src/prefs_filtering.c
2098                 new feature: provide the ability to disable filtering and processing
2099                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
2100                 adaptations.
2101
2102 2006-05-13 [colin]      2.2.0cvs12
2103
2104         * src/compose.c
2105                 Remove useless if (a) b; else b;
2106                 Thanks to wwp
2107
2108 2006-05-13 [wwp]        2.2.0cvs11
2109
2110         * src/export.c
2111         * src/import.c
2112         * src/mainwindow.c
2113         * src/mbox.c
2114         * src/summaryview.c
2115         * src/summaryview.h
2116                 no more silent failures (or at least less ones) when importing
2117                 or exporting from/to mbox. Also start importing/exporting if
2118                 the necessary info is set.
2119
2120 2006-05-13 [wwp]        2.2.0cvs10
2121
2122         * RELEASE_NOTES
2123                 restored up-to-date release notes.
2124
2125 2006-05-13 [paul]       2.2.0cvs9
2126
2127         * po/nl.po
2128         * po/ru.po
2129                 updated by Tim Dijkstra and Pavlo Bohmat
2130
2131 2006-05-12 [colin]      2.2.0cvs8
2132
2133         * src/gtk/quicksearch.c
2134                 Add "k" as shortcut for "colorlabel". Patch
2135                 by ath42@users.sf.net.
2136
2137 2006-05-12 [paul]       2.2.0cvs7
2138
2139         * src/prefs_common.h
2140         * src/prefs_summaries.c
2141         * src/summaryview.c
2142                 when entering a folder also allow
2143                 going directly to first Marked message
2144
2145 2006-05-12 [paul]       2.2.0cvs6
2146
2147         * src/summaryview.c
2148                 always obey 'confirm before marking all
2149                 mails read' option
2150
2151 2006-05-12 [paul]       2.2.0cvs5
2152
2153         * src/textview.c
2154                 make Sender fully clickable
2155
2156 2006-05-12 [colin]      2.2.0cvs4
2157
2158         * src/compose.c
2159         * src/compose.h
2160                 Let From be editable
2161         * src/main.c
2162         * src/mh.c
2163                 Full support of .mh_sequences' Unseen seq
2164
2165 2006-05-12 [colin]      2.2.0cvs3
2166
2167         * src/folder.c
2168         * src/mainwindow.c
2169         * src/mainwindow.h
2170         * src/messageview.c
2171         * src/prefs_spelling.c
2172         * src/procheader.c
2173         * src/procmsg.c
2174         * src/procmsg.h
2175         * src/summaryview.c
2176         * src/toolbar.c
2177         * src/toolbar.h
2178                 Add contextual menu on Compose toolbar
2179                 button. Fixes bug #944 (Automatic
2180                 addresses not applied when changing account
2181                 from compose window)
2182                 add Mailing List support
2183                 based on the old 0.6.5claws25 patch by
2184                 Melvin Hadasht, with finishing touches
2185                 by Colin
2186                 Fix "ignore thread" when mails are threaded by
2187                 subject (and weren't ignored although appearing
2188                 in the thread).
2189                 GUI rework.
2190                 Both patches by Pawel.
2191
2192 2006-05-08 [paul]       2.2.0cvs2
2193
2194         * src/mainwindow.c
2195         * src/mainwindow.h
2196         * src/messageview.c
2197         * src/procheader.c
2198         * src/procmsg.c
2199         * src/procmsg.h
2200         * src/summaryview.c
2201                 add Mailing List support
2202                 based on the old 0.6.5claws25 patch by 
2203                 Melvin Hadasht, with finishing touches
2204                 by Colin
2205
2206 2006-05-08 [colin]      2.2.0cvs1
2207
2208         * src/mainwindow.c
2209         * src/toolbar.c
2210         * src/toolbar.h
2211                 Add contextual menu on Compose toolbar 
2212                 button. Fixes bug #944 (Automatic 
2213                 addresses not applied when changing account 
2214                 from compose window)
2215
2216 2006-05-08 [paul]       2.2.0
2217
2218         2.2.0 released
2219
2220 2006-05-08 [paul]       2.1.1cvs51
2221
2222         * po/cs.po
2223         * po/de.po
2224         * po/en_GB.po
2225         * po/fi.po
2226         * po/fr.po
2227         * po/pt_BR.po
2228         * po/sr.po
2229         * po/zh_CN.po
2230                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2231                 Fabien Vantard, Frederico Goncalves Guimaraes,
2232                 Aleksandar Urosevic, and Ralgh Young
2233
2234 2006-05-12 [colin]      2.1.1cvs50
2235
2236         * po/cs.po
2237         * po/de.po
2238         * po/en_GB.po
2239         * po/es.po
2240         * po/fi.po
2241         * po/fr.po
2242         * po/pt_BR.po
2243         * po/sr.po
2244         * po/zh_CN.po
2245                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
2246                 Fabien Vantard, Frederico Goncalves Guimaraes,
2247                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2248
2249 2006-05-05 [colin]      2.1.1cvs49
2250
2251         * manual/Makefile.am
2252         * manual/pl/Makefile.am
2253         * manual/pl/account.xml
2254         * manual/pl/ack.xml
2255         * manual/pl/addrbook.xml
2256         * manual/pl/advanced.xml
2257         * manual/pl/faq.xml
2258         * manual/pl/glossary.xml
2259         * manual/pl/gpl.xml
2260         * manual/pl/handling.xml
2261         * manual/pl/intro.xml
2262         * manual/pl/keyboard.xml
2263         * manual/pl/plugins.xml
2264         * manual/pl/starting.xml
2265         * manual/pl/sylpheed-claws-manual.xml
2266         * manual/pl/dist/.cvsignore
2267         * manual/pl/dist/Makefile.am
2268         * manual/pl/dist/html/.cvsignore
2269         * manual/pl/dist/html/Makefile.am
2270         * manual/pl/dist/pdf/.cvsignore
2271         * manual/pl/dist/pdf/Makefile.am
2272         * manual/pl/dist/ps/.cvsignore
2273         * manual/pl/dist/ps/Makefile.am
2274         * manual/pl/dist/txt/.cvsignore
2275         * manual/pl/dist/txt/Makefile.am
2276                 Add the polish translation of the manual,
2277                 Authored by Pawel Pekala.
2278
2279 2006-05-05 [cleroy]     2.1.1cvs48
2280
2281         * src/main.c
2282                 Re-read matcherrc after loading plugins 
2283                 if some of them add folders.
2284
2285 2006-05-03 [colin]      2.1.1cvs47
2286
2287         * src/imap.c
2288                 I'm idiot
2289
2290 2006-05-03 [colin]      2.1.1cvs46
2291
2292         * src/imap.c
2293                 Be sure to have a session when
2294                 getting separator
2295
2296 2006-05-03 [colin]      2.1.1cvs45
2297
2298         * src/imap.c
2299         * src/imap.h
2300         * src/imap_gtk.c
2301                 Fix preventing renaming with namespace 
2302                 separator.
2303
2304 2006-05-01 [colin]      2.1.1cvs44
2305
2306         * src/action.c
2307                 Don't reload messageview when result of
2308                 action is piped.
2309
2310 2006-04-29 [colin]      2.1.1cvs43
2311
2312         * src/prefs_receive.c
2313         * src/plugins/spamassassin/spamassassin_gtk.c
2314         * src/plugins/clamav/clamav_plugin_gtk.c
2315                 GUI fixes by Pawel
2316
2317 2006-04-29 [colin]      2.1.1cvs42
2318
2319         * src/prefs_compose_writing.c
2320         * src/prefs_quote.c
2321                 Cleanups. Patch by Pawel
2322
2323 2006-04-28 [paul]       2.1.1cvs41
2324
2325         * src/matcher.c
2326                 fix returned quick search results when search
2327                 term contains an underscore.
2328                 Thanks to Colin
2329
2330 2006-04-28 [paul]       2.1.1cvs40
2331
2332         * src/prefs_message.c
2333         * src/prefs_receive.c
2334                 GUI cleanups
2335                 Patches by Pawel Pekala
2336
2337 2006-04-27 [colin]      2.1.1cvs39
2338
2339         * src/wizard.c
2340                 Differentiate subject Welcome from
2341                 window's title Welcome
2342
2343 2006-04-27 [paul]
2344
2345         2.2.0-rc1 released
2346
2347 2006-04-27 [paul]       2.1.1cvs38
2348
2349         * manual/advanced.xml
2350         * manual/fr/advanced.xml
2351                 add info about compose_no_markup hidden pref
2352
2353 2006-04-27 [paul]       2.1.1cvs37
2354
2355         * src/prefs_account.c
2356                 improve privacy labels
2357         * src/prefs_msg_colors.c
2358                 change some strings for translators' convenience
2359         * src/gtk/gtkutils.c
2360                 don't underline the link button text
2361
2362 2006-04-25 [colin]      2.1.1cvs36
2363
2364         * src/folder.c
2365                 Complete 2.1.1cvs33 (once more ;)
2366
2367 2006-04-25 [colin]      2.1.1cvs35
2368
2369         * src/editldap.c
2370                 Fix tooltip
2371
2372 2006-04-25 [cleroy]     2.1.1cvs34
2373
2374         * src/compose.c
2375         * src/gtk/gtkaspell.c
2376                 Fix crash on redirect (related to the return 
2377                 of the aspell menu in compose's toolbar)
2378         * src/prefs_msg_colors.c
2379                 Fix sensitivity widgets
2380         * src/image_viewer.c
2381         * src/gtk/pluginwindow.c
2382         * src/gtk/prefswindow.c
2383                 Change released signals to clicked (Fabien)
2384         * po/POTFILES.in
2385         * src/common/socket.c
2386         * src/plugins/spamassassin/spamassassin.c
2387                 Translate strings (Fabien)
2388
2389 2006-04-25 [paul]       2.1.1cvs33
2390
2391         * src/folder.c
2392         * src/folder.h
2393         * src/folderview.c
2394                 complete the fix of bug #912
2395                 Thanks to Colin
2396
2397 2006-04-25 [colin]      2.1.1cvs32
2398
2399         * src/news.c
2400                 Better progress bar
2401         * src/mimeview.c
2402         * src/summaryview.c
2403         * src/summaryview.h
2404                 Fix focus chain
2405                 Patches by Pawel Pekala
2406
2407 2006-04-24 [colin]      2.1.1cvs31
2408
2409         * src/compose.c
2410                 Fix compilation warnings (Fabien)
2411
2412 2006-04-24 [colin]      2.1.1cvs30
2413
2414         * src/addrindex.c
2415         * src/editldap.c
2416         * src/editldap_basedn.c
2417         * src/editldap_basedn.h
2418         * src/ldapctrl.c
2419         * src/ldapctrl.h
2420         * src/ldapquery.c
2421         * src/ldaputil.c
2422         * src/ldaputil.h
2423                 Fix bug #901 (LDAPS support)
2424
2425 2006-04-24 [colin]      2.1.1cvs29
2426
2427         * src/compose.c
2428                 Fix logic on error with send dialog on
2429         * src/imap.c
2430                 Fix compilation without libetpan, thanks
2431                 to Fabien
2432         * src/summaryview.c
2433                 Fix 'context-menu' key
2434
2435 2006-04-23 [colin]      2.1.1cvs28
2436
2437         * src/folder.c
2438                 Never free current's cache to free up 
2439                 memory. Fixes bug #912 (new count 
2440                 randomly set to message count)
2441
2442 2006-04-23 [colin]      2.1.1cvs27
2443
2444         * src/gtk/quicksearch.c
2445                 And remove printf...
2446
2447 2006-04-23 [colin]      2.1.1cvs26
2448
2449         * src/gtk/quicksearch.c
2450                 Fix replacing in quicksearch, and fix inserting
2451                 in the middle of the string. (introduced at 2.1.0cvs22)
2452
2453 2006-04-23 [colin]      2.1.1cvs25
2454
2455         * src/imap.c
2456                 Make sure uidnext is initialized in get_num_list
2457                 (not for stable, related to 2.1.1cvs8 and friends)
2458
2459 2006-04-23 [colin]      2.1.1cvs24
2460
2461         * src/imap.c
2462                 Output something when login is successful
2463                 too
2464
2465 2006-04-23 [colin]      2.1.1cvs23
2466
2467         * src/etpan/imap-thread.c
2468                 Better logging (line-per-line, hide data in fetch)
2469                 Fix a const warning
2470         * src/gtk/logwindow.c
2471         * src/gtk/logwindow.h
2472                 Better logging (color for input/output)
2473
2474 2006-04-21 [colin]      2.1.1cvs22
2475
2476         * src/gtk/quicksearch.c
2477                 On gtk+-2.8, use stock buttons in quicksearch
2478                 Based on a patch by Fabien and a design by Paul
2479
2480 2006-04-21 [colin]      2.1.1cvs21
2481
2482         * src/folderview.c
2483         * src/mainwindow.c
2484                 Fix occasional flicker in folderview
2485         * src/common/utils.c
2486                 Fix bug #943 (Incorrectly parsed email address 
2487                 list in short headers on message view and in 
2488                 printouts)
2489
2490 2006-04-20 [colin]      2.1.1cvs20
2491
2492         * src/imap.c
2493         * src/imap.h
2494         * src/prefs_account.c
2495                 Add ANONYMOUS auth for IMAP
2496
2497 2006-04-20 [paul]       2.1.1cvs19
2498
2499         * src/main.c
2500                 proper fix for 2.1.1cvs18
2501                 Thanks to Colin
2502
2503 2006-04-20 [paul]       2.1.1cvs18
2504
2505         * src/main.c
2506                 fix build warnings
2507
2508 2006-04-20 [paul]       2.1.1cvs17
2509
2510         * src/gtk/quicksearch.c
2511                 fix standard, non-extended Quick search,
2512                 was broken in 2.1.1cvs15.
2513                 Thanks to Colin.
2514
2515 2006-04-20 [colin]      2.1.1cvs16
2516
2517         * src/prefs_matcher.c
2518                 Fix values when reselecting a ~test
2519                 rule
2520
2521 2006-04-19 [colin]      2.1.1cvs15
2522
2523         * src/compose.c
2524         * src/compose.h
2525         * src/gtk/gtkaspell.c
2526         * src/gtk/gtkaspell.h
2527                 Put back Options menu in Spelling/
2528         * src/gtk/quicksearch.c
2529                 Don't search, and show error, if the
2530                 advanced search has a syntax error
2531
2532 2006-04-18 [colin]      2.1.1cvs14
2533
2534         * src/textview.c
2535                 Fix gdk warnings on set_cursor when textview
2536                 isn't visible
2537
2538 2006-04-18 [colin]      2.1.1cvs13
2539
2540         * src/gtk/gtksctree.c
2541                 Remove seemingly useless refresh that causes
2542                 flicker - watch this commit in case of 
2543                 problems before planned backport to stable
2544
2545 2006-04-18 [colin]      2.1.1cvs12
2546
2547         * src/imap.c
2548                 Factorize get/set_xml code
2549         * src/compose.c
2550         * src/prefs_account.c
2551         * src/prefs_account.h
2552         * src/procmsg.c
2553                 Add Encrypt to self option
2554
2555 2006-04-17 [colin]      2.1.1cvs11
2556
2557         * configure.ac
2558                 Fix search on encrpyt function on dragonfly
2559                 Patch by Jonathan Buschmann <jonthn@agmact.com>
2560
2561 2006-04-17 [colin]      2.1.1cvs10
2562
2563         * src/prefs_account.c
2564                 Be safe by default: remove mails from POP3
2565                 after 7 days, not immediately
2566
2567 2006-04-17 [colin]      2.1.1cvs9
2568
2569         * src/etpan/imap-thread.c
2570                 Fix build on DragonFly - patch by 
2571                 Jonathan Buschmann <jonthn@agmact.com>
2572
2573 2006-04-17 [colin]      2.1.1cvs8
2574
2575         * src/imap.c
2576                 Save uidnext between sessions
2577
2578 2006-04-17 [colin]      2.1.1cvs7
2579
2580         * src/imap.c
2581                 scan is required when uid validity changes
2582
2583 2006-04-17 [colin]      2.1.1cvs6
2584
2585         * src/folderview.c
2586                 Don't scan if not necessary, apart in current
2587                 folder and INBOX to fetch flags.
2588         * src/imap.c
2589                 Scan is necessary if unread count changes
2590
2591 2006-04-17 [colin]      2.1.1cvs5
2592
2593         * src/imap.c
2594                 ...But always fetch ANSWERED and DELETED flags for
2595                 INBOX, as filtering can happen on these flags.
2596
2597 2006-04-17 [colin]      2.1.1cvs4
2598
2599         * src/imap.c
2600                 Don't fetch REPLIED and DELETED flags when synchronising
2601                 flags with a closed folder. We only need UNSEEN and FLAGGED
2602                 to update the folderview.
2603
2604 2006-04-17 [colin]      2.1.1cvs3
2605
2606         * src/imap.c
2607                 Faster flag search when there are new mails 
2608                 in a folder. We can do a full search if the 
2609                 folder contains less messages than the new
2610                 list.
2611
2612 2006-04-17 [colin]      2.1.1cvs2
2613
2614         * po/cs.po
2615         * po/de.po
2616         * po/fr.po
2617         * po/nl.po
2618         * po/pt_BR.po
2619                 Update translations from stable branch
2620
2621 2006-04-17 [colin]      2.1.1cvs1
2622
2623         * configure.ac
2624                 Bump version to follow stable release
2625
2626 2006-04-16 [mones]      2.1.0cvs50
2627
2628         * po/es.po
2629                 Updated for release
2630
2631 2006-04-16 [colin]      2.1.0cvs49
2632
2633         * src/textview.c
2634                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
2635                 with gtk < 2.8. Thanks to Fabien Vantard.
2636
2637 2006-04-15 [colin]      2.1.0cvs48
2638
2639         * src/etpan/imap-thread.c
2640                 Fix bug #919 (libetpan: SEGV when connecting 
2641                 using command)
2642
2643 2006-04-14 [colin]      2.1.0cvs47
2644
2645         * src/main.c
2646                 Fix race on --select (should be done better)
2647
2648 2006-04-14 [wwp]        2.1.0cvs46
2649
2650         * src/send_message.c
2651                 enforce a check for domain in account prefs (a sending
2652                 error could be faced if domain was checked but no value set),
2653                 thanks to Colin.
2654
2655 2006-04-14 [colin]      2.1.0cvs45
2656
2657         * src/codeconv.c
2658                 when converting from unknown to unknown, if the
2659                 string is UTF8, don't convert it to the locale
2660                 (which breaks it)
2661
2662 2006-04-14 [colin]      2.1.0cvs44
2663
2664         * src/compose.c
2665                 Don't try to use ASCII for converting headers
2666                 (as done in body)
2667
2668 2006-04-14 [paul]       2.1.0cvs43
2669
2670         * src/crash.c
2671                 add locale/charset info to crash report
2672         * src/gtk/about.c
2673                 add wwp to doc team
2674                 replace 'e-mail' with preferred 'email'
2675         * src/gtk/authors.h
2676                 ensure contributors list is in alphabetical
2677                 order
2678
2679 2006-04-13 [colin]      2.1.0cvs42
2680
2681         * src/textview.c
2682                 Prevent gdk warnings
2683
2684 2006-04-13 [colin]      2.1.0cvs41
2685
2686         * src/common/ssl_certificate.c
2687         * src/common/ssl_certificate.h
2688         * src/gtk/sslcertwindow.c
2689                 Warn on expired certs, and display the expiration date
2690
2691 2006-04-13 [colin]      2.1.0cvs40
2692
2693         * src/plugins/spamassassin/spamassassin_gtk.c
2694                 Fix missing set_text on unix socket
2695
2696 2006-04-13 [wwp]        2.1.0cvs39
2697
2698         * manual/fr/advanced.xml
2699         * manual/fr/glossary.xml
2700                 applied new spam/ham/email lexicon (pourriel, courriel)
2701
2702 2006-04-13 [paul]       2.1.0cvs38
2703
2704         * src/plugins/pgpmime/plugin.c
2705                 remove the mention of S/MIME from the
2706                 description. This is now handled by the
2707                 S/MIME plugin.
2708
2709 2006-04-13 [paul]       2.1.0cvs37
2710
2711         * src/prefs_msg_colors.c
2712                 rework dialog
2713         * src/prefs_folder_item.c
2714         * src/prefs_spelling.c
2715                 add a tooltip to the colour selector buttons
2716
2717 2006-04-13 [wwp]        2.1.0cvs36
2718
2719         * manual/advanced.xml
2720         * manual/glossary.xml
2721         * manual/handling.xml
2722         * manual/keyboard.xml
2723         * manual/plugins.xml
2724         * manual/starting.xml
2725         * manual/fr/account.xml
2726         * manual/fr/ack.xml
2727         * manual/fr/addrbook.xml
2728         * manual/fr/advanced.xml
2729         * manual/fr/faq.xml
2730         * manual/fr/glossary.xml
2731         * manual/fr/gpl.xml
2732         * manual/fr/handling.xml
2733         * manual/fr/intro.xml
2734         * manual/fr/keyboard.xml
2735         * manual/fr/plugins.xml
2736         * manual/fr/starting.xml
2737         * manual/fr/sylpheed-claws-manual.xml
2738                 fixes to the manuals:
2739                  - summaryview -> Message List (same in French)
2740                  - translate key names
2741                  - fix French punctuation, use non-breakable spaces when
2742                    necessary, don't use &thinsp; which is not portable
2743                  - tell what maildir and mbox formats we support
2744
2745 2006-04-12 [wwp]        2.1.0cvs35
2746
2747         * src/prefs_toolbar.c
2748                 unified a replace button more,
2749                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2750
2751 2006-04-12 [wwp]        2.1.0cvs34
2752
2753         * src/prefs_common.c
2754         * src/prefs_msg_colors.c
2755                 make default color labels translatable,
2756                 patch from Fabien Vantard <fzzzzz@gmail.com>,
2757                 thanks to Tim <timbrain@post.cz> for reporting.
2758
2759 2006-04-12 [wwp]        2.1.0cvs33
2760
2761         * manual/glossary.xml
2762         * manual/intro.xml
2763         * manual/plugins.xml
2764         * manual/starting.xml
2765         * manual/sylpheed-claws-manual.xml
2766         * manual/fr/.cvsignore
2767         * manual/fr/account.xml
2768         * manual/fr/ack.xml
2769         * manual/fr/addrbook.xml
2770         * manual/fr/advanced.xml
2771         * manual/fr/faq.xml
2772         * manual/fr/glossary.xml
2773         * manual/fr/handling.xml
2774         * manual/fr/intro.xml
2775         * manual/fr/keyboard.xml
2776         * manual/fr/plugins.xml
2777         * manual/fr/starting.xml
2778         * manual/fr/sylpheed-claws-manual.xml
2779                 various fixes: typos, missing .fr translations, punctuation,
2780                 capitalization, links, accents and some bad French more.
2781
2782 2006-04-12 [wwp]        2.1.0cvs32
2783
2784         * src/prefs_gtk.c
2785                 fix for bug #935: always store prefs files in UTF-8 (thanks
2786                 to Colin).
2787
2788 2006-04-11 [colin]      2.1.0cvs31
2789
2790         * src/compose.c
2791                 Fix inserting files not in utf8 when locale is utf8
2792
2793 2006-04-11 [colin]      2.1.0cvs30
2794
2795         * src/inc.c
2796                 Don't show error dialog when cancelling connection
2797                 Patch by Pawel
2798
2799 2006-04-11 [cleroy]     2.1.0cvs29
2800
2801         * src/compose.c
2802                 Implement multiple quote levels
2803         * src/prefs_common.c
2804                 Change a little bit the quote bgcolor for 2nd level
2805
2806 2006-04-11 [colin]      2.1.0cvs28
2807
2808         * src/gtk/about.c
2809                 Add locale and charset in the label
2810
2811 2006-04-10 [colin]      2.1.0cvs27
2812
2813         * src/compose.c
2814         * src/prefs_common.c
2815         * src/prefs_common.h
2816         * src/prefs_msg_colors.c
2817         * src/textview.c
2818                 Allow optional background color in quotes
2819                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
2820                 GTK+-2.8.x feature
2821
2822 2006-04-10 [colin]      2.1.0cvs26
2823
2824         * src/main.c
2825         * src/mainwindow.c
2826         * src/mainwindow.h
2827                 Implement --select
2828
2829 2006-04-10 [colin]      2.1.0cvs25
2830
2831         * manual/plugins.xml
2832         * manual/fr/plugins.xml
2833                 Document libcurl's proxy variables
2834
2835 2006-04-09 [colin]      2.1.0cvs24
2836
2837         * src/prefs_common.c
2838                 gettext() returns statically allocated stuff. We have
2839                 to strdup it in order to be able to free it.
2840
2841 2006-04-09 [colin]      2.1.0cvs23
2842
2843         * AUTHORS
2844         * src/gtk/authors.h
2845                 Add Alexei
2846
2847 2006-04-09 [colin]      2.1.0cvs22
2848
2849         * src/mainwindow.c
2850         * src/gtk/quicksearch.c
2851                 Fix bug #859 (problems with cyrilic input in 
2852                 search panel) - Patch by Alexey Illarionov 
2853                 <littlesavage@rambler.ru>
2854
2855 2006-04-09 [colin]      2.1.0cvs21
2856
2857         * src/prefs_customheader.c
2858                 I prefer removing then freeing rather than the contrary
2859                 (even if it doesn't change anything ;-)
2860         * src/prefs_account.c
2861                 Fix bug #933 (Crash re-entering the custom headers list 
2862                 dialog in accounts prefs)
2863                 The problem happened when cancelling the Account 
2864                 Preferences' dialogs - in which case we didn't do 
2865                 anything to the PrefsAccount * struct. In case of applying,
2866                 the old ac_prefs was replaced with the tmp_ac_prefs we were
2867                 working with in this dialog. The problem is that 
2868                 prefs_customheader.c, working on this tmp_ac_prefs, always
2869                 changes the ->customhdr_list pointer, even when cancelled. 
2870                 So in case of cancelling the prefs_account dialog, we still
2871                 have to update ->customhdr_list in the real account.
2872
2873 2006-04-08 [colin]      2.1.0cvs20
2874
2875         * manual/fr/glossary.xml
2876         * manual/fr/keyboard.xml
2877                 Forgot some headers :)
2878
2879 2006-04-08 [colin]      2.1.0cvs19
2880
2881         * manual/Makefile.am
2882         * manual/fr/Makefile.am
2883         * manual/fr/account.xml
2884         * manual/fr/ack.xml
2885         * manual/fr/addrbook.xml
2886         * manual/fr/advanced.xml
2887         * manual/fr/faq.xml
2888         * manual/fr/glossary.xml
2889         * manual/fr/gpl.xml
2890         * manual/fr/handling.xml
2891         * manual/fr/intro.xml
2892         * manual/fr/keyboard.xml
2893         * manual/fr/plugins.xml
2894         * manual/fr/starting.xml
2895         * manual/fr/sylpheed-claws-manual.xml
2896         * manual/fr/dist/.cvsignore
2897         * manual/fr/dist/Makefile.am
2898         * manual/fr/dist/html/.cvsignore
2899         * manual/fr/dist/html/Makefile.am
2900         * manual/fr/dist/pdf/.cvsignore
2901         * manual/fr/dist/pdf/Makefile.am
2902         * manual/fr/dist/ps/.cvsignore
2903         * manual/fr/dist/ps/Makefile.am
2904         * manual/fr/dist/txt/.cvsignore
2905         * manual/fr/dist/txt/Makefile.am
2906                 Add the french translation of the manual. Thanks to
2907                 Olivier Delhomme <olivier.delhomme@free.fr> for 
2908                 account.xml, ack.xml, addrbook.xml and advanced.xml
2909
2910 2006-04-08 [colin]      2.1.0cvs18
2911
2912         * manual/plugins.xml
2913         * manual/starting.xml
2914                 More fixes
2915
2916 2006-04-07 [colin]      2.1.0cvs17
2917
2918         * manual/faq.xml
2919         * manual/intro.xml
2920         * manual/keyboard.xml
2921                 Little fixes
2922
2923 2006-04-07 [colin]      2.1.0cvs16
2924
2925         * README
2926         * src/compose.c
2927         * src/prefs_common.c
2928         * src/prefs_common.h
2929                 Add hidden compose_no_markup pref
2930
2931 2006-04-07 [wwp]        2.1.0cvs15
2932
2933         * src/summary_search.c
2934         * .cvsignore
2935                 Bugfix: stop button was sticky when searching in an empty folder.
2936                 Applied curly brackets code style to the whole file (summary_search.c).
2937                 More files to ignore.
2938
2939 2006-04-07 [wwp]        2.1.0cvs14
2940
2941         * src/message_search.c
2942         * src/summary_search.c
2943                 changed default button when search bumps at file/folder
2944                 beginning or end, for convenience (thanks to Colin).
2945
2946 2006-04-07 [paul]       2.1.0cvs13
2947
2948         * src/plugins/dillo_viewer/dillo_prefs.c
2949                 avoid future potential for namespace collision
2950                 Patch by Colin
2951
2952 2006-04-06 [wwp]        2.1.0cvs12
2953
2954         * src/summary_search.c
2955                 Unify extended/advanced searches names (and thus factorize labels),
2956                 patch by Fabien Vantard <fzzzzz@gmail.com>.
2957
2958 2006-04-06 [wwp]        2.1.0cvs11
2959
2960         * src/folderview.c
2961         * src/prefs_themes.c
2962         * src/summaryview.c
2963                 Fixed some compilation warnings.
2964
2965 2006-04-06 [colin]      2.1.0cvs10
2966
2967         * manual/advanced.xml
2968                 Document the wizard template and how to deploy
2969                 Sylpheed-Claws effectively
2970
2971 2006-04-06 [colin]      2.1.0cvs9
2972
2973         * src/folderview.c
2974                 gettext patch to tell translators about _("#"),
2975                 by Maxim Britov
2976
2977 2006-04-06 [colin]      2.1.0cvs8
2978
2979         * src/textview.c
2980                 Fix invalid GtkTextBIter after clicking "Display as text"
2981
2982 2006-04-06 [mones]      2.1.0cvs7
2983
2984         * src/addr_compl.c
2985         * src/addrindex.c
2986         * src/addritem.c
2987         * src/codeconv.c
2988         * src/compose.c
2989         * src/filtering.c
2990         * src/folder.c
2991         * src/folder_item_prefs.c
2992         * src/folderview.c
2993         * src/localfolder.c
2994         * src/matcher.c
2995         * src/mimeview.c
2996         * src/prefs_msg_colors.c
2997         * src/prefs_spelling.c
2998         * src/prefs_themes.c
2999         * src/procmime.c
3000         * src/procmsg.c
3001         * src/stock_pixmap.c
3002         * src/summaryview.c
3003         * src/textview.c
3004         * src/toolbar.c
3005         * src/common/mgutils.c
3006         * src/common/prefs.c
3007         * src/common/ssl_certificate.c
3008         * src/gtk/colorlabel.c
3009         * src/gtk/quicksearch.c
3010         * src/plugins/pgpmime/pgpmime.c
3011         * src/plugins/spamassassin/spamassassin.c
3012                 Removed redundant NULL checks for g_free() calls.
3013                 Patch by Pawel Pekala.
3014
3015 2006-04-06 [mones]      2.1.0cvs6
3016
3017         * src/prefs_actions.c
3018         * src/prefs_filtering.c
3019         * src/prefs_filtering_action.c
3020         * src/prefs_matcher.c
3021         * src/prefs_template.c
3022         * src/gtk/gtkutils.c
3023         * src/gtk/gtkutils.h
3024                 Have a nice replace button. Patch by Pawel Pekala
3025
3026 2006-04-06 [colin]      2.1.0cvs5
3027
3028         * src/addressbook.c
3029                 Fix crash with empty columns
3030
3031 2006-04-05 [colin]      2.1.0cvs4
3032
3033         * src/wizard.c
3034         * src/prefs_gtk.c
3035                 Allow wizard customization with pre-filled values
3036
3037 2006-04-05 [colin]      2.1.0cvs3
3038
3039         * src/textview.c
3040         * src/mimeview.c
3041         * src/mimeview.h
3042                 Nicer messages in mimeview
3043
3044 2006-04-05 [colin]      2.1.0cvs2
3045
3046         * src/addressbook.c
3047         * src/prefs_summaries.c
3048                 i18n fix
3049
3050 2006-04-05 [colin]      2.1.0cvs1
3051
3052         * src/plugins/pgpcore/plugin.c
3053         * src/plugins/pgpcore/select-keys.c
3054         * src/plugins/pgpcore/select-keys.h
3055         * src/plugins/pgpcore/sgpgme.c
3056         * src/plugins/pgpcore/sgpgme.h
3057         * src/plugins/pgpinline/pgpinline.c
3058         * src/plugins/pgpinline/plugin.c
3059         * src/plugins/pgpmime/pgpmime.c
3060         * src/plugins/pgpmime/plugin.c
3061                 Factorize and generalize a bit 
3062                 Drop S/MIME signature verification from PGP/MIME
3063                 (adding it as another, more complete plugin)
3064
3065 2006-04-05 [paul]       2.1.0
3066
3067         2.1.0 released
3068
3069 2006-04-05 [paul]       2.0.0cvs186
3070
3071         * manual/advanced.xml
3072                 add info on colour labels
3073
3074 2006-04-05 [paul]       2.0.0cvs185
3075
3076         * po/bg.po
3077         * po/cs.po
3078         * po/de.po
3079         * po/el.po
3080         * po/en_GB.po
3081         * po/fi.po
3082         * po/fr.po
3083         * po/it.po
3084         * po/nl.po
3085         * po/pl.po
3086         * po/pt_BR.po
3087         * po/sr.po
3088         * po/zh_CN.po
3089                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
3090                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
3091                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
3092                 Guimaraes, Aleksandar Urosevic, Ralgh Young
3093         * src/gtk/authors.h
3094         * tools/claws.i18n.status.pl
3095                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
3096                 and new Czech translator, Tim <timbrain@post.cz>
3097
3098 2006-04-05 [mones]      2.0.0cvs184
3099
3100         * po/es.po
3101                 Updated translation
3102
3103 2006-04-05 [colin]      2.0.0cvs183
3104
3105         * src/gtk/quicksearch.c
3106                 Fix bug #929 (unnecessary reload in quick search bar)
3107
3108 2006-04-05 [colin]      2.0.0cvs182
3109
3110         * src/compose.c
3111                 Fix crash on Reply with no From:
3112                 Show signature and conversion error on queuing 
3113                 (but not sending)
3114         * src/mainwindow.c
3115         * src/summaryview.c
3116         * src/summaryview.h
3117                 Factorize threading code and make sure msginfo 
3118                 is not null when it comes from a GtkCTreeRow's 
3119                 data
3120         * src/gtk/gtkaspell.c
3121                 Check for necessary things
3122         * src/gtk/gtksctree.c
3123         * src/gtk/gtksctree.h
3124                 Reset anchor if necessary when removing node
3125
3126 2006-03-29 [colin]      2.0.0cvs181
3127
3128         * src/folderview.c
3129                 Warn for disabled IMAP accounts (due to lack of
3130                 libetpan). Breaks string-freeze - sorry - but it
3131                 is kind of important ;)
3132
3133 2006-03-28 [colin]      2.0.0cvs180
3134
3135         * src/gtk/gtkutils.c
3136         * src/gtk/gtkutils.h
3137                 Add a gtkut_get_link_btn() function that
3138                 creates a button which acts like an URI
3139         * src/prefs_themes.c
3140         * src/gtk/about.c
3141                 Use this function (factorizes codes)
3142         * src/common/defs.h
3143         * src/gtk/pluginwindow.c
3144                 Add a "Get more..." in the plugins window
3145
3146 2006-03-28 [colin]      2.0.0cvs179
3147
3148         * src/common/smtp.c
3149         * src/common/passcrypt.c
3150         * src/undo.c
3151                 Warning fixes. Patch by Pawel Pekala
3152
3153 2006-03-27 [colin]      2.0.0cvs178
3154
3155         * src/undo.c
3156                 Fix undoing by blocks with spaces
3157
3158 2006-03-27 [colin]      2.0.0cvs177
3159
3160         * src/textview.c
3161                 Set margin to 3px for headers
3162
3163 2006-03-27 [paul]
3164
3165         2.1.0-rc2 released
3166
3167 2006-03-27 [wwp]        2.0.0cvs176
3168
3169         * src/summaryview.c
3170                 don't reset quicksearch when updating the message list.
3171                 Thanks to Colin.
3172
3173 2006-03-26 [wwp]        2.0.0cvs175
3174
3175         * src/compose.c
3176                 use a unified border width ('other' tab in the compose window,
3177                 patch by Pawel Pekala).
3178
3179
3180 2006-03-26 [wwp]        2.0.0cvs174
3181
3182         * src/common/quoted-printable.c
3183         * src/addressbook.c
3184                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
3185
3186 2006-03-26 [colin]      2.0.0cvs173
3187
3188         * src/quote_fmt_parse.y
3189                 Fix non-UTF8 date formats messing up the whole quote a 
3190                 little bit
3191
3192 2006-03-26 [colin]      2.0.0cvs172
3193
3194         * src/procheader.c
3195                 Make sure the date is UTF8 valid, or try to make it
3196                 so. IncrediMail is really IncrediStupid.
3197         * src/compose.c
3198                 Fix possible conversions. 
3199                 
3200
3201 2006-03-26 [colin]      2.0.0cvs171
3202
3203         * src/matcher.c
3204                 Fix corner cases in body search. This is still a
3205                 hack... It seems impossible to make it good and 
3206                 reasonably fast at the same time.
3207
3208 2006-03-26 [colin]      2.0.0cvs170
3209
3210         * src/summaryview.c
3211                 I think I killed the twilight zone bug!
3212                 summary_select_node() flushes GTK events in order
3213                 to be able to center the view. But this also 
3214                 flushes keypresses like Ctrl-Alt-U, so this can
3215                 call summary_show from summary_select_node (itself
3216                 called from summary_show, etc.). And the summaryview
3217                 has to be unlocked in this function. So just locking
3218                 while processing GTK events, and bailing if locked, 
3219                 should fix it.
3220                 Fixes bug #927 (SIGSEGV during Update Summary)
3221
3222 2006-03-25 [colin]      2.0.0cvs169
3223
3224         * src/matcher.c
3225                 Fix search in QP-encoded bodies
3226                 Fix utf-8 searches in bodies encoded in the
3227                 locale's encoding
3228         * src/common/quoted-printable.c
3229         * src/common/quoted-printable.h
3230                 Add a decode function that doesn't overwrite
3231                 the original pointer
3232                 
3233
3234 2006-03-24 [colin]      2.0.0cvs168
3235
3236         * src/action.c
3237         * src/summaryview.c
3238         * src/summaryview.h
3239                 Update message cache after action
3240                 Patch by H. Merijn Brand
3241         * src/prefs_msg_colors.c
3242                 Factorize label 
3243                 Patch by Fabien Vantard
3244         * src/plugins/spamassassin/spamassassin_gtk.c
3245                 Remove useless translation
3246                 Patch by Fabien Vantard
3247
3248 2006-03-23 [colin]      2.0.0cvs167
3249
3250         * src/common/ssl.c
3251                 Let 30 seconds to SSL_connect
3252
3253 2006-03-23 [wwp]        2.0.0cvs166
3254
3255         * src/summaryview.c
3256         * src/gtk/description_window.c
3257                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
3258                 and headers are translated; adjust description windows' width to fit their
3259                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
3260
3261 2006-03-23 [paul]       2.0.0cvs165
3262
3263         * src/common/utils.c
3264                 fix highlighting of URIs containing "()"
3265                 (2.0.0cvs164's reversal fixed)
3266                 Thanks to Colin.
3267
3268 2006-03-23 [paul]       2.0.0cvs164
3269
3270         * src/common/utils.c
3271                 revert patch, (postponing a fix), at 2.0.0cvs120
3272                 as it breaks more URIs than it fixes.
3273                 Allow '-' to be a terminating character in a URI
3274
3275 2006-03-22 [colin]      2.0.0cvs163
3276
3277         * configure.ac
3278                 Require libetpan 0.45
3279                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
3280
3281 2006-03-22 [paul]       2.0.0cvs162
3282
3283         * src/editgroup.c
3284                 replace '<-' and '->' buttons with GTK_STOCK graphical
3285                 buttons
3286         * src/summary_search.c
3287                 don't offer '...' for translation
3288                 add a tooltip to advanced search '...' button
3289         * src/gtk/quicksearch.c
3290                 don't offer '...' for translation
3291
3292 2006-03-21 [colin]      2.0.0cvs161
3293
3294         * src/compose.c
3295                 Fix middle-click pasting (insert at click
3296                 position instead of cursor position, don't
3297                 remove existing selection and allow pasting
3298                 our own selection)
3299         * src/addressbook.c
3300                 "LDAP Server" -> "LDAP servers"
3301
3302 2006-03-21 [wwp]        2.0.0cvs160
3303
3304         * src/etpan/imap-thread.c
3305                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
3306
3307 2006-03-20 [colin]      2.0.0cvs159
3308
3309         * src/summaryview.c
3310                 Don't reload summaryview after an execute with no
3311                 move action
3312
3313 2006-03-19 [colin]      2.0.0cvs158
3314
3315         * src/addressbook.c
3316                 and put groups at the top, always
3317
3318 2006-03-19 [colin]      2.0.0cvs157
3319
3320         * src/addressbook.c
3321                 Order groups before names, as previously
3322
3323 2006-03-19 [colin]      2.0.0cvs156
3324
3325         * src/addressbook.c
3326                 - Sort case-unsensitive
3327                 - Put the sort arrow at opening too
3328
3329 2006-03-19 [wwp]        2.0.0cvs155
3330
3331         * src/addressbook.c
3332                 allow sorting by name/email/remarks, ensure that right-pane's contents
3333                 matches the left-pane selection (cleared when appropriate).
3334                 Patch by Pawel Pekala <c0rn@o2.pl>.
3335
3336 2006-03-18 [colin]      2.0.0cvs154
3337
3338         * src/textview.c
3339                 Fix text cursor ;)
3340
3341 2006-03-18 [colin]      2.0.0cvs153
3342
3343         * src/gtk/filesel.c
3344                 Make sure we hide the preview if we didn't get
3345                 a filename
3346
3347 2006-03-18 [colin]      2.0.0cvs152
3348
3349         * src/summaryview.c
3350                 Set cursor to watch for execution (fixes lack
3351                 of watch-cursor when dnd'ing hundreds of mails)
3352         * src/gtk/filesel.c
3353                 Check that mime type is 'image/*' before updating
3354                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
3355
3356 2006-03-18 [colin]      2.0.0cvs151
3357
3358         * src/mainwindow.c
3359         * src/textview.c
3360         * src/textview.h
3361                 Put a watch cursor in textview too when the mainwindow's
3362                 cursor in a watch
3363
3364 2006-03-18 [colin]      2.0.0cvs150
3365
3366         * src/folder.c
3367                 Change wrong asserts to simple tests
3368
3369 2006-03-17 [colin]      2.0.0cvs149
3370
3371         * src/mainwindow.c
3372         * src/mainwindow.h
3373         * src/prefs_msg_colors.c
3374         * src/summaryview.c
3375         * src/summaryview.h
3376         * src/gtk/colorlabel.c
3377         * src/gtk/colorlabel.h
3378                 Add a color label menu in the main menubar
3379                 Add (fixed) accels Ctrl-{0-7} to change the color
3380                 They have to be fixed because the menu's dynamic,
3381                 the items are complex widgets, hence we can't use
3382                 a GtkItemFactory.
3383
3384
3385 2006-03-17 [wwp]        2.0.0cvs148
3386
3387         * src/compose.c
3388                 rollback few lines from my previous commit (those lines come from
3389                 a pending patch, accidentally commited, even if neutral as they are
3390                 commented out).
3391
3392 2006-03-17 [wwp]        2.0.0cvs147
3393
3394         * src/compose.c
3395                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
3396                 applied code style/indentation to the modified function.
3397
3398 2006-03-17 [wwp]        2.0.0cvs146
3399
3400         * src/procmsg.c
3401         * src/compose.c
3402                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
3403
3404 2006-03-17 [paul]
3405
3406         2.1.0-rc1 released
3407
3408 2006-03-17 [paul]       2.0.0cvs145
3409
3410         * src/main.c
3411                 addressbook_read_file() was called twice
3412         * src/textview.c
3413                 X-Mailer highlighting
3414
3415 2006-03-16 [colin]      2.0.0cvs144
3416
3417         * src/sourcewindow.c
3418         * src/sourcewindow.h
3419                 And the last one, in source window.
3420
3421 2006-03-16 [colin]      2.0.0cvs143
3422
3423         * src/compose.c
3424         * src/compose.h
3425                 Fix the same stuff in compose
3426
3427 2006-03-16 [colin]      2.0.0cvs142
3428
3429         * src/messageview.c
3430                 Complete the previous messageview crash fix
3431
3432 2006-03-16 [colin]      2.0.0cvs141
3433
3434         * src/procmsg.h
3435         * src/procmsg.c
3436         * src/folder.c
3437                 Fix POSTPROCESSING hook
3438                 Patch by H. Merijn Brand
3439
3440         * src/procmime.c
3441         * src/procmime.h
3442                 Parse Content-Location
3443
3444         * src/toolbar.c
3445         * src/messageview.c
3446         * src/messageview.h
3447                 Don't crash when a top-level MessageView has
3448                 been closed on us. Same problematic than
3449                 yesterday's quicksearch issue.
3450
3451 2006-03-15 [colin]      2.0.0cvs140
3452
3453         * src/gtk/quicksearch.c
3454                 Fix a bitchy race we didn't think about when we
3455                 added quicksearch cancellation:
3456                 If the search is not on cached fields, for example
3457                 body_part matchcase "stuff"
3458                 the matcher code has to get the whole message. If
3459                 we're on IMAP, that can be slow, and in order to
3460                 be non-blocking, the IMAP code idle loop processes
3461                 gtk events too. So it is possible to cancel a
3462                 quicksearch while the matcher is getting the mail's
3463                 body. After matcher got its body, it will start to
3464                 iterate over the matcher list that the Quicksearch's
3465                 clear_search_cb() just freed via prepare_matcher().
3466                 SIGSEGV ensues.
3467                 The fix consists of guarding the matcherlist_match()
3468                 call with a boolean 'matching'. If we reset the
3469                 quicksearch while matching is TRUE, we don't free
3470                 the matcherlist anymore like we did, but we set
3471                 another new flag, deferred_free, to TRUE. Then,
3472                 in quicksearch_match(), just after returning from
3473                 matcherlist_match() and unsetting the matching flag,
3474                 we check the deferred_free flag and do the
3475                 prepare_matcher() (which does the matcherlist_free)
3476                 for real, so we free the matcherlist once it's not
3477                 used anymore.
3478                 As all of this runs via the glib main loop, we
3479                 luckily don't need a mutex.
3480         * src/summaryview.c
3481                 Also, show progress while searching.
3482
3483
3484 2006-03-14 [colin]      2.0.0cvs139
3485
3486         * src/alertpanel.c
3487                 Make alertpanel_is_open non-static
3488
3489 2006-03-14 [colin]      2.0.0cvs138
3490
3491         * src/prefs_spelling.c
3492                 Cleanups - Fabien Vantard
3493
3494 2006-03-14 [wwp]        2.0.0cvs137
3495
3496         * src/main.c
3497                 code style normalization (curly braces, indentation).
3498
3499 2006-03-14 [wwp]        2.0.0cvs137
3500
3501         * src/main.c
3502                 code style (braces, indentation)
3503
3504 2006-03-12 [paul]       2.0.0cvs136
3505
3506         * src/prefs_common.c
3507                 trans_hdr defaults to FALSE to be RFC-savvy
3508         * src/prefs_summaries.c
3509                 add a tooltip to the trans_hdr option
3510                 
3511
3512 2006-03-12 [paul]       2.0.0cvs135
3513
3514         * src/prefs_matcher.c
3515                 give a little more width to the combos
3516         * src/prefs_display_header.c
3517         * src/textview.c
3518                 translate headers if prefs_common.trans_hdr
3519                 is TRUE
3520
3521         Patches by Pawel Pekala
3522
3523 2006-03-12 [paul]       2.0.0cvs134
3524
3525         * src/plugins/clamav/clamav_plugin.c
3526         * src/plugins/dillo_viewer/dillo_viewer.c
3527         * src/plugins/pgpcore/plugin.c
3528         * src/plugins/pgpinline/plugin.c
3529         * src/plugins/pgpmime/plugin.c
3530         * src/plugins/spamassassin/spamassassin.c
3531                 update/add to descriptions
3532         * src/plugins/spamassassin/spamassassin_gtk.c
3533                 fixes to the english, remove superfluous
3534                 tooltips, clean up a little
3535
3536 2006-03-12 [paul]       2.0.0cvs133
3537
3538         * src/compose.c
3539                 fix Bug 924, 'Account combo box shows up wrong 
3540                 if & is in account name'
3541
3542 2006-03-11 [colin]      2.0.0cvs132
3543
3544         * src/summaryview.c
3545                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
3546                 messed up shift-selection because is slows down
3547                 moving around summaryview. thanks -users
3548
3549 2006-03-10 [colin]      2.0.0cvs131
3550
3551         * src/plugins/spamassassin/spamassassin_gtk.c
3552                 Put back Paul's engrish fixes
3553
3554 2006-03-10 [colin]      2.0.0cvs130
3555
3556         * src/plugins/spamassassin/spamassassin.c
3557         * src/plugins/spamassassin/spamassassin.h
3558         * src/plugins/spamassassin/spamassassin_gtk.c
3559                 Cleanup SA prefs page (more)
3560                 Patch by Fabien Vantard
3561
3562 2006-03-10 [paul]       2.0.0cvs129
3563
3564         * src/prefs_msg_colors.c
3565         * src/prefs_spelling.c
3566                 widget sensitivity
3567
3568 2006-03-09 [mones]      2.0.0cvs128
3569
3570         * po/es.po
3571                 Update for next RC
3572
3573 2006-03-09 [wwp]        2.0.0cvs127
3574
3575         * configure.ac
3576                 revert accidental commit (requirement for libetpan 0.43), this time
3577                 not in HEAD.
3578
3579 2006-03-09 [wwp]        2.0.0cvs125
3580
3581         * configure.ac
3582                 revert accidental commit (requirement for libetpan 0.43)
3583
3584 2006-03-09 [paul]       2.0.0cvs126
3585
3586         * src/prefs_receive.c
3587                 remove useless frame
3588                 replace 'incorporation' with 'receiving'
3589         * src/plugins/clamav/clamav_plugin_gtk.c
3590         * src/plugins/spamassassin/spamassassin_gtk.c
3591                 improve widget sensitivity
3592                 fix a bit his engrish
3593
3594 2006-03-09 [wwp]        2.0.0cvs125
3595
3596         * src/addressadd.c
3597         * src/foldersel.c
3598         * src/prefs_common.c
3599         * src/prefs_common.h
3600                 remember some more windows' sizes (add to addressbook and
3601                 select folder).
3602
3603 2006-03-09 [paul]       2.0.0cvs124
3604
3605         * src/plugins/pgpcore/prefs_gpg.c
3606                 normalise construction of dialogue
3607
3608 2006-03-09 [paul]       2.0.0cvs123
3609
3610         * src/plugins/trayicon/Makefile.am
3611                 add missing slash
3612
3613 2006-03-08 [colin]      2.0.0cvs122
3614
3615         * src/plugins/trayicon/Makefile.am
3616                 Fix build in separate dir 
3617                 Patch by Bamanzi <bamanzi@gmail.com>
3618
3619 2006-03-08 [colin]      2.0.0cvs121
3620
3621         * src/procmsg.c
3622                 Batch move and copies from summaryview with delayed execution
3623                 too
3624
3625 2006-03-07 [paul]       2.0.0cvs120
3626
3627         * src/common/utils.c
3628                 fix highlighting of URIs containing "()"
3629                 Patch by Pawel Pekala
3630
3631 2006-03-07 [paul]       2.0.0cvs119
3632
3633         * src/folder.c
3634         * src/folder.h
3635         * src/folderview.c
3636                 immediately do alphabetical resort when
3637                 changing a folder's name
3638                 Patch by Pawel Pekala
3639
3640 2006-03-07 [paul]       2.0.0cvs118
3641
3642         * src/news.c
3643         * src/news_gtk.c
3644                 when unsubscribing a newsgroup, remove the
3645                 folder and msgs in .sylpheed-claws/newscache
3646                 Patch by Pawel Pekala <c0rn@gazeta.pl>
3647
3648 2006-03-07 [paul]       2.0.0cvs117
3649
3650         * src/textview.c
3651                 fix wrong Fake URL Warning
3652                 Thanks to Hiro
3653
3654 2006-03-07 [colin]      2.0.0cvs116
3655
3656         * src/imap.c
3657                 Return immediately when password dialog was
3658                 cancelled
3659         * src/gtk/inputdialog.c
3660                 Allow empty strings for passwords
3661
3662
3663 2006-03-06 [colin]      2.0.0cvs115
3664
3665         * src/imap.c
3666                 Prevent double-timeouts when connection fails
3667
3668 2006-03-06 [colin]
3669
3670         2.0.1-rc1 released
3671
3672 2006-03-06 [colin]      2.0.0cvs114
3673
3674         * src/imap.c
3675                 Refresh session during potentially long
3676                 operations
3677
3678 2006-03-06 [wwp]        2.0.0cvs113
3679
3680         * src/prefs_msg_colors.h
3681                 forgot that one (custom color labels).
3682
3683 2006-03-06 [wwp]        2.0.0cvs112
3684
3685         * src/prefs_common.c
3686         * src/prefs_common.h
3687         * src/prefs_msg_colors.c
3688         * src/summaryview.c
3689         * src/summaryview.h
3690         * src/gtk/colorlabel.c
3691         * src/gtk/colorlabel.h
3692                 colors in messages list are now customizable. Color values and names can
3693                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
3694                 Thanks to Paul and Colin for their help with this longstanding patch!
3695
3696 2006-03-06 [wwp]        2.0.0cvs111
3697
3698         * src/textview.c
3699                 don't crash if (x)face is bad.
3700
3701 2006-03-05 [paul]       2.0.0cvs110
3702
3703         * AUTHORS
3704         * configure.ac
3705         * src/Makefile.am
3706         * src/common/Makefile.am
3707         * src/common/utils.h
3708         * src/etpan/imap-thread.c
3709         * src/gtk/authors.h
3710         * src/plugins/clamav/Makefile.am
3711         * src/plugins/demo/Makefile.am
3712         * src/plugins/dillo_viewer/Makefile.am
3713         * src/plugins/pgpcore/Makefile.am
3714         * src/plugins/pgpcore/passphrase.c
3715         * src/plugins/pgpinline/Makefile.am
3716         * src/plugins/pgpmime/Makefile.am
3717         * src/plugins/spamassassin/Makefile.am
3718         * src/plugins/trayicon/Makefile.am
3719                 fix builiding on cygwin
3720                 Patch by Ralgh Young <bamanzi@gmail.com>
3721
3722 2006-03-04 [wwp]        2.0.0cvs109
3723
3724         * manual/keyboard.xml
3725                 fix mixed up/down keys.
3726
3727 2006-03-04 [wwp]        2.0.0cvs108
3728
3729         * README
3730         * INSTALL
3731                 updated links to SpamAssassin.
3732
3733 2006-03-04 [wwp]        2.0.0cvs107
3734
3735         * manual/plugins.xml
3736         * src/plugins/spamassassin/README
3737                 updated SpamAssassin plugin docs to reflect new functional additions
3738                 (also fix/update/documents few technical stuff more, see the README).
3739
3740 2006-03-04 [wwp]        2.0.0cvs106
3741
3742         * src/prefs_message.c
3743                 normalized capitalization of message-prefs paths.
3744
3745 2006-03-04 [wwp]        2.0.0cvs105
3746
3747         * manual/advanced.xml
3748                 typo.
3749
3750 2006-03-03 [colin]      2.0.0cvs104
3751
3752         * src/plugins/clamav/clamav_plugin_gtk.c
3753                 Rework prefs page, patch by Fabien 
3754
3755 2006-03-03 [colin]      2.0.0cvs103
3756
3757         * src/plugins/clamav/clamav_plugin.c
3758                 Set error on all errors
3759
3760 2006-03-03 [colin]      2.0.0cvs102
3761
3762         * src/common/plugin.c
3763                 Initialize error to avoid crashing when a plugin fails
3764                 without setting error
3765
3766 2006-03-02 [wwp]        2.0.0cvs101
3767
3768         * configure.ac
3769                 fixed linker flags for libetpan support on Cygwin
3770                 (thanks to H.Merijn Brand).
3771
3772 2006-03-02 [wwp]        2.0.0cvs100
3773
3774         * src/addressbook.c
3775                 fix some AB error messages: one for punctuation and
3776                 one wrongly duplicate (thanks, maxbritov).
3777
3778 2006-03-02 [wwp]        2.0.0cvs99
3779
3780         * src/plugins/spamassassin/spamassassin.c
3781                 make sync calls to sa-learn/spamc to prevent
3782                 system (whatever local or client/server) overload.
3783
3784 2006-03-02 [colin]      2.0.0cvs98
3785
3786         * src/summaryview.c
3787                 Put the spam icon in the status column instead of the
3788                 mark one
3789
3790 2006-03-01 [colin]      2.0.0cvs97
3791
3792         * src/plugins/spamassassin/spamassassin.c
3793                 Fix segfault (g_file_set_contents fails for some 
3794                 reason and err==0x2f. Can't find out why with
3795                 valgrind, using working function :-)
3796
3797 2006-03-01 [colin]      2.0.0cvs96
3798
3799         * src/inc.c
3800                 Offline overriding: let 'No' be cached only 3 seconds
3801
3802 2006-03-01 [colin]      2.0.0cvs95
3803
3804         * src/addr_compl.c
3805         * src/addrbook.c
3806         * src/addressbook.c
3807         * src/addrindex.c
3808         * src/folder_item_prefs.c
3809         * src/headerview.c
3810         * src/imap.c
3811         * src/inc.c
3812         * src/ldif.c
3813         * src/mainwindow.c
3814         * src/mh.c
3815         * src/msgcache.c
3816         * src/prefs_common.h
3817         * src/prefs_msg_colors.c
3818         * src/procheader.c
3819         * src/procheader.h
3820         * src/procmime.c
3821         * src/procmsg.c
3822         * src/procmsg.h
3823         * src/send_message.h
3824         * src/simple-gettext.c
3825         * src/summaryview.c
3826         * src/summaryview.h
3827         * src/syldap.c
3828         * src/textview.c
3829         * src/undo.c
3830         * src/common/ssl_certificate.c
3831         * src/common/utils.c
3832         * src/gtk/colorsel.c
3833         * src/gtk/gtksctree.c
3834         * src/gtk/gtkshruler.c
3835         * src/plugins/trayicon/trayicon.c
3836                 #if 0 goes to /dev/null
3837
3838 2006-03-01 [colin]      2.0.0cvs94
3839
3840         * src/compose.c
3841         * src/imap.c
3842         * src/inc.c
3843         * src/inc.h
3844         * src/messageview.c
3845         * src/news.c
3846         * src/plugins/spamassassin/spamassassin.c
3847                 Allow to add information in the "working offline"
3848                 window
3849
3850 2006-03-01 [wwp]        2.0.0cvs93
3851
3852         * src/plugins/spamassassin/spamassassin.c
3853                 fixed spamc invocation: use a tricky temporary mini shell wrapper
3854                 'cause it seems that calling `spamc ... < inputfile` with
3855                 g_spawn_(a)sync simply.. erm doesn't work :-).
3856
3857 2006-03-01 [wwp]        2.0.0cvs92
3858
3859         * src/toolbar.c
3860         * src/toolbar.h
3861                 simplify the adding of spam/ham button to the messageview toolbar
3862                 (it gets more clear now that the same button will be "Mark as spam"
3863                 or "Mark as ham" according to the current message status,
3864                 thanks to Colin).
3865
3866 2006-03-01 [wwp]        2.0.0cvs91
3867
3868         * src/messageview.c
3869         * src/procmsg.c
3870         * src/procmsg.h
3871         * src/summaryview.c
3872         * src/plugins/spamassassin/spamassassin.c
3873         * src/plugins/spamassassin/spamassassin.h
3874                 make learner callbacks return a status (0 for ok),
3875                 handle it in main code to avoid setting flags when learning failed,
3876                 don't learn on TCP if offline in spamassassin,
3877                 thanks to Colin.
3878
3879                 
3880
3881 2006-03-01 [wwp]        2.0.0cvs90
3882
3883         * src/compose.c
3884                 some work around the compose window's account menu,
3885                 patch by Fabien Vantard.
3886
3887 2006-03-01 [wwp]        2.0.0cvs89
3888
3889         * src/plugins/spamassassin/spamassassin.c
3890                 fixed bad logics, was using spamc in local mode and sa-learn
3891                 in remote mode (thanks, Colin).
3892
3893 2006-03-01 [wwp]        2.0.0cvs88
3894
3895         * src/plugins/spamassassin/spamassassin.c
3896         * src/plugins/spamassassin/spamassassin.h
3897         * src/plugins/spamassassin/spamassassin_gtk.c
3898                 made processing of emails w/ sa-plugin an option (default is TRUE),
3899                 fixed Engrish some tooltips, capitalization of some debug messages
3900                 and warnings. The spamassassin plugin now provides two separate
3901                 services: process emails upon incorporation and spamd training.
3902                 Both services (un)register independently but use some common
3903                 plugin settings (transport settings, spam storage location).
3904
3905 2006-02-28 [wwp]        2.0.0cvs87
3906
3907         * src/plugins/spamassassin/spamassassin.c
3908                 fix async flag to spamc cmdline execution (batch exec should
3909                 be asynchronous).
3910
3911 2006-02-27 [wwp]        2.0.0cvs86
3912
3913         * src/plugins/spamassassin/spamassassin.c
3914         * src/plugins/spamassassin/spamassassin.h
3915         * src/plugins/spamassassin/spamassassin_gtk.c
3916                 - added the ability to learn a remote spamassassin server (spamd),
3917                 using spamc.
3918                 - added the spamassassin option 'username', that applies to all
3919                 spamassassin operations (filtering, learning, local or remote).
3920                 The default username is the current unix user (if left blank
3921                 from gtk prefs or config file).
3922                 - commented out some unused code (notebook widget), removed unused
3923                 layout (hbox1).
3924                 - make more widgets sensitive to the transport type.
3925
3926 2006-02-27 [colin]      2.0.0cvs85
3927
3928         * src/plugins/spamassassin/spamassassin.c
3929                 Fix sa-learn call when offline
3930
3931 2006-02-27 [colin]      2.0.0cvs84
3932
3933         * configure.ac
3934         * src/Makefile.am
3935         * src/mainwindow.c
3936         * src/mainwindow.h
3937         * src/messageview.c
3938         * src/messageview.h
3939         * src/prefs_toolbar.c
3940         * src/procmsg.c
3941         * src/stock_pixmap.c
3942         * src/stock_pixmap.h
3943         * src/summaryview.c
3944         * src/toolbar.c
3945         * src/toolbar.h
3946         * src/pixmaps/ham_btn.xpm
3947         * src/pixmaps/spam.xpm
3948         * src/pixmaps/spam_btn.xpm
3949         * src/plugins/spamassassin/spamassassin.c
3950                 Add button in toolbar for spam learning
3951                 Fix a few bugs from the last related commit
3952                 Revert 1.9.6cvs23 which messed up shift-selection
3953
3954 2006-02-24 [colin]      2.0.0cvs83
3955
3956         * src/procmsg.c
3957         * src/summaryview.c
3958         * src/summaryview.h
3959         * src/plugins/spamassassin/spamassassin.c
3960         * src/plugins/spamassassin/spamassassin.h
3961         * src/plugins/spamassassin/spamassassin_gtk.c
3962                 Unregister learner when spamassassin is either
3963                 disabled or over tcp
3964
3965 2006-02-24 [colin]      2.0.0cvs82
3966
3967         * src/Makefile.am
3968         * src/mainwindow.c
3969         * src/mainwindow.h
3970         * src/procmsg.c
3971         * src/procmsg.h
3972         * src/stock_pixmap.c
3973         * src/stock_pixmap.h
3974         * src/summaryview.c
3975         * src/summaryview.h
3976         * src/gtk/icon_legend.c
3977         * src/pixmaps/spam.xpm  ** NEW FILE **
3978         * src/plugins/spamassassin/spamassassin.c
3979         * src/plugins/spamassassin/spamassassin_gtk.c
3980                 Add spam learning interface (Mark/Mark as 
3981                 (spam|ham) menus)
3982
3983 2006-02-24 [wwp]        2.0.0cvs81
3984
3985         * src/compose.c
3986         * src/compose.h
3987         * src/filtering.c
3988                 hide compose window when sending message in batch mode
3989                 (filtering: forward and redirect). Also fixed a wrong
3990                 value returned when sending failed, neutral anyway.
3991                 (Colin, me) 
3992
3993 2006-02-24 [wwp]        2.0.0cvs80
3994
3995         * src/mainwindow.c
3996                 use GTK+'s stock quit button. Patch by Fabien Vantard.
3997
3998 2006-02-24 [paul]       2.0.0cvs79
3999
4000         * src/news.c
4001         * src/news.h
4002         * src/news_gtk.c
4003                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
4004                 Thanks to Colin
4005
4006 2006-02-23 [colin]      2.0.0cvs78
4007
4008         * src/alertpanel.c
4009                 Change OK to Close in alertpanel with View log
4010                 button; add accel to View log. Patch by Fabien
4011                 Vantard
4012
4013 2006-02-23 [wwp]        2.0.0cvs77
4014
4015         * src/compose.c
4016                 silly me, there were much more tests to perform, since toolbars can
4017                 really have down to 1 element only.
4018
4019 2006-02-23 [wwp]        2.0.0cvs76
4020
4021         * commitHelper
4022                 fixed indentation from my previous commit. Fallback to VISUAL if
4023                 EDITOR is not set (and to vi, at last resort).
4024
4025 2006-02-23 [wwp]        2.0.0cvs75
4026
4027         * commitHelper
4028                 improved error detection (Colin, me).
4029
4030 2006-02-23 [wwp]        2.0.0cvs74
4031
4032         * src/prefs_toolbar.c
4033                 simplify and fix prefs/toolbars layouting. Combos' contents can
4034                 now be really displayed.
4035
4036 2006-02-23 [wwp]        2.0.0cvs73
4037         simplifies and fix prefs/toolbars layouting. Combos' contents can now
4038         be really displayed.
4039
4040 2006-02-22 [wwp]        2.0.0cvs72
4041
4042         * src/compose.c
4043                 fix a typo in my previous commit (sorry!).
4044
4045 2006-02-22 [wwp]        2.0.0cvs71
4046
4047         * src/prefs_toolbar.c
4048                 fix a crash when adding separators to toolbars,
4049                 also fix some separator item information.
4050
4051 2006-02-22 [wwp]        2.0.0cvs70
4052
4053         * src/compose.c
4054                 fix a crash when redirecting (for instance) when compose window's
4055                 toolbar contents has been customized (when some buttons have been
4056                 removed in fact).
4057
4058 2006-02-21 [wwp]        2.0.0cvs69
4059
4060         * src/summaryview.c
4061         * src/gtk/pluginwindow.c
4062         * src/plugins/pgpcore/prefs_gpg.c
4063                 fix some compilation warnings (feat. remains of removed code).
4064
4065 2006-02-21 [wwp]        2.0.0cvs68
4066
4067         * src/gtk/gtkutils.c
4068                 fix two compilation issues, thanks to Stephan Sachse.
4069
4070 2006-02-20 [colin]      2.0.0cvs67
4071
4072         * src/mainwindow.c
4073                 Don't reselect displayed mail on refocus
4074                 This fixes actions misbehaving 
4075
4076 2006-02-20 [wwp]        2.0.0cvs66
4077
4078         * src/summaryview.c
4079         * src/gtk/gtksctree.c
4080         * src/gtk/gtkshruler.c
4081                 changed more runtime typecast checks.
4082
4083 2006-02-20 [wwp]        2.0.0cvs65
4084
4085         * src/summary_search.c
4086                 find all - summaryview refresh issue fixed, thanks to Colin.
4087
4088 2006-02-20 [wwp]        2.0.0cvs64
4089
4090         * src/gtk/gtkutils.c
4091                 better runtime typecast checks.
4092
4093 2006-02-20 [wwp]        2.0.0cvs63
4094
4095         * src/summary_search.c
4096                 enhancements to the summary search:
4097                         - add the ability to stop the running search
4098                           (upon ESC-key press, new Stop button or when Clear button is pressed)
4099                         - don't search if no criteria (From/To/Subject/Body) is set
4100                         - ensure that a busy mouse pointer is always shown when searching,
4101                           show it even a bit earlier
4102
4103 2006-02-19 [colin]      2.0.0cvs62
4104
4105         * src/compose.c
4106         * src/imap.c
4107         * src/etpan/imap-thread.c
4108         * src/etpan/imap-thread.h
4109                 (Future) IMAP speed improvement on sending
4110                 Will require a libetpan update
4111         * src/summaryview.c
4112         * src/gtk/quicksearch.c
4113                 Make quicksearch clearable while running.
4114
4115 2006-02-17 [colin]      2.0.0cvs61
4116
4117         * src/imap.c
4118         * src/etpan/imap-thread.c
4119         * src/etpan/imap-thread.h
4120                 Check for IMAP certificates
4121                 ** Requires libetpan-0.42-cvs4 
4122                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
4123
4124 2006-02-17 [colin]      2.0.0cvs60
4125
4126         * src/messageview.c
4127         * src/prefs_common.c
4128         * src/prefs_common.h
4129         * src/prefs_message.c
4130                 Add pref to display HTML-only mails with plugin, 
4131                 if possible (defaulting to FALSE of course).
4132
4133 2006-02-16 [colin]      2.0.0cvs59
4134
4135         * src/main.c
4136         * src/common/plugin.c
4137         * src/common/plugin.h
4138         * src/gtk/pluginwindow.c
4139                 Keep track of requested (but unloaded) plugins
4140                 in some error cases.
4141
4142 2006-02-16 [wwp]        2.0.0cvs58
4143
4144         * src/gtk/gtkaspell.c
4145         * src/gtk/gtkaspell.h
4146         * src/prefs_spelling.c
4147         * src/compose.c
4148         * src/prefs_common.c
4149         * src/prefs_common.h
4150                 implemented new optional spellchecker behaviour: re-check message when
4151                 dictionary got changed (from compose-window/context-menu/Change dictionary).
4152
4153 2006-02-16 [wwp]        2.0.0cvs57
4154
4155         * src/quote_fmt_parse.y
4156                 pclose popen'ed pipe.
4157
4158 2006-02-15 [colin]      2.0.0cvs56
4159
4160         * src/mimeview.c
4161         * src/mimeview.h
4162                 Let MimeViewers know which MimeView they
4163                 depend of.
4164         * src/summaryview.c
4165                 Swap From/To columns in Sent/Queue/Drafts
4166                 folders
4167         * src/etpan/imap-thread.c
4168                 Use mailstream_low_tls_open() for STARTTLS
4169                 instead of mailstream_low_ssl_open()
4170                 ** REQUIRES libetpan 0.42cvs3 **
4171
4172 2006-02-15 [wwp]        2.0.0cvs55
4173
4174         * src/compose.c
4175         * src/compose.h
4176         * src/message_search.c
4177         * src/message_search.h
4178         * src/textview.c
4179         * src/gtk/gtkutils.c
4180         * src/gtk/gtkutils.h
4181                 added the ability to Find text in the compose window (and a bit
4182                 of code factorization).
4183
4184 2006-02-15 [wwp]        2.0.0cvs54
4185
4186         * src/prefs_gtk.c
4187                 yet another one file was missing (fix for some widgets' sensitivity).
4188                 Thanks Colin!
4189
4190 2006-02-15 [wwp]        2.0.0cvs53
4191
4192         * src/prefs_gtk.h
4193                 oops forgot that file (fix for some widgets' sensitivity).
4194
4195 2006-02-15 [wwp]        2.0.0cvs52
4196
4197         * src/summary_search.c
4198                 implemented advanced summary search options (added the ability
4199                 to use matcher conditions in an advanced search mode).
4200
4201 2006-02-15 [wwp]        2.0.0cvs51
4202
4203         * src/plugins/pgpcore/prefs_gpg.c
4204         * src/prefs_account.c
4205                 fix some widget sensitivity, mostly around some labels in
4206                 account prefs.
4207
4208 2006-02-15 [paul]       2.0.0cvs50
4209
4210         * manual/advanced.xml
4211                 improve Templates info
4212                 written by wwp
4213
4214 2006-02-14 [colin]      2.0.0cvs49
4215
4216         * src/pixmaps/address_book.xpm
4217         * src/pixmaps/preferences.xpm
4218         * src/pixmaps/properties.xpm
4219                 Fix pixmap size - patch by Fabien Vantard
4220
4221 2006-02-13 [colin]      2.0.0cvs48
4222
4223         * src/procmime.c
4224                 Add missing fclose()s on error
4225         * src/textview.c
4226                 Remove unused code
4227         * src/common/utils.c
4228                 Fix temp files not being deleted on windows
4229         Patches by Thomas Gilgin
4230
4231 2006-02-13 [colin]      2.0.0cvs47
4232
4233         * src/mainwindow.c
4234                 Fix exit crash
4235
4236 2006-02-13 [wwp]        2.0.0cvs46
4237
4238         * src/plugins/pgpcore/prefs_gpg.c
4239                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
4240
4241 2006-02-12 [colin]      2.0.0cvs45
4242
4243         * src/folderview.c
4244         * src/main.c
4245         * src/mainwindow.c
4246                 Fix "stuff" when quitting
4247
4248 2006-02-12 [wwp]        2.0.0cvs44
4249
4250         * src/prefs_themes.c
4251                 fix typos in debug messages.
4252
4253 2006-02-11 [colin]      2.0.0cvs43
4254
4255         * src/summaryview.c
4256                 don't allow drag/drop from ourself
4257
4258 2006-02-10 [wwp]        2.0.0cvs42
4259
4260         * src/exporthtml.c
4261         * src/html.c
4262         * src/html.h
4263         * src/procmime.c
4264         * src/textview.c
4265                 renamed html_ prefixed functions and data structures to avoid
4266                 namespace clashes w/ other software (gtkhtml2 for instance).
4267                 Closes bug #907.
4268
4269
4270 2006-02-09 [colin]      2.0.0cvs41
4271
4272         * src/summaryview.c
4273                 Fix shitty logic messed up. Thanks Ticho for the hint!
4274
4275 2006-02-09 [wwp]        2.0.0cvs40
4276
4277         * src/gtk/about.c
4278         * src/compose.c
4279         * src/prefs_account.c
4280         * src/prefs_gtk.h
4281         * src/editaddress.c
4282                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
4283                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
4284                 Browse buttons in accounts prefs.
4285
4286 2006-02-09 [colin]      2.0.0cvs39
4287
4288         * src/matcher.c
4289                 Check for pointer before using its members
4290         * src/gtk/gtksourceprintjob.c
4291                 Fix a wrong warning
4292
4293 2006-02-09 [wwp]        2.0.0cvs38
4294
4295         * src/gtk/filesel.c
4296                 fix few compiler warnings (type mismatch).
4297
4298 2006-02-09 [paul]       2.0.0cvs37
4299
4300         * po/fr.po
4301                 updated by Fabien Vantard
4302
4303 2006-02-08 [colin]      2.0.0cvs36
4304
4305         * src/prefs_common.c
4306         * src/common/defs.h
4307         * src/common/plugin.c
4308                 allow windows and linux configurations to coexist
4309                 patch by Thomas Gilgin
4310
4311 2006-02-08 [colin]      2.0.0cvs35
4312
4313         * src/filtering.c
4314         * src/matcher.c
4315         * src/matcher.h
4316         * src/matcher_parser_parse.y
4317         * src/prefs_filtering_action.c
4318         * src/prefs_matcher.c
4319                 Add the "Ignore thread" filtering
4320                 action
4321
4322 2006-02-08 [colin]      2.0.0cvs34
4323
4324         * src/compose.c
4325         * src/procmime.c
4326         * src/procmime.h
4327                 Fix bug #905 (damaged attachment)
4328                 text files with raw \0's aren't really text files
4329         FOR_STABLE
4330
4331 2006-02-08 [colin]      2.0.0cvs33
4332
4333         * src/summaryview.c
4334                 Fix crasher introduced yesterday
4335
4336 2006-02-08 [wwp]        2.0.0cvs32
4337
4338         * src/compose.c
4339         * src/compose.h
4340                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
4341
4342 2006-02-08 [wwp]        2.0.0cvs31
4343
4344         * src/prefs_template.c
4345                 templates enhancement: allow address completion for Cc and Bcc fields
4346                 (it was currently possible for the To field only)
4347
4348 2006-02-08 [colin]      2.0.0cvs30
4349
4350         * src/compose.c
4351                 Don't unblock if not blocked
4352         FOR_STABLE
4353
4354 2006-02-07 [colin]      2.0.0cvs29
4355
4356         * src/action.c
4357                 Forgot to refresh summaryview
4358
4359 2006-02-07 [colin]      2.0.0cvs28
4360
4361         * src/action.c
4362                 Freeze/thaw message list and folder list while
4363                 processing %as{} actions 
4364         * src/compose.c
4365                 Fix auto-wrap disabling after a middle-click
4366                 paste - FOR_STABLE
4367
4368 2006-02-07 [paul]       2.0.0cvs27
4369
4370         * src/folder.c
4371                 fix freeing of uninitialised pointers
4372                 Thanks to Colin
4373
4374 2006-02-06 [colin]      2.0.0cvs26
4375
4376         * src/folder.c
4377                 Use g_slist_prepend in potentially big list
4378
4379 2006-02-06 [colin]      2.0.0cvs25
4380
4381         * src/folder.c
4382                 Completely skip processing if it doesn't 
4383                 exist (faster!)
4384
4385 2006-02-06 [colin]      2.0.0cvs24
4386
4387         * src/folder.c
4388         * src/summaryview.c
4389                 Batch filtering in summaryview (from Tools menu)
4390                 and pre/post//-processing too
4391
4392 2006-02-06 [colin]      2.0.0cvs23
4393
4394         * src/procmsg.h
4395         * src/filtering.c
4396                 Use a special field for batch filtering instead
4397                 of stepping on deferred execution's toes
4398
4399 2006-02-06 [colin]      2.0.0cvs22
4400
4401         * src/action.c
4402         * src/filtering.c
4403         * src/filtering.h
4404         * src/folder.c
4405         * src/summaryview.c
4406                 Fix filtering via menus and actions
4407
4408 2006-02-06 [colin]      2.0.0cvs21
4409
4410         * src/imap.c
4411                 Put the added file directly to cache if possible (will work
4412                 with next libetpan)
4413         * src/filtering.c
4414         * src/filtering.h
4415         * src/inc.c
4416         * src/folder.c
4417         * src/mbox.c
4418         * src/procmsg.h
4419                 Move and copy filtered messages by batches instead of one
4420                 by one - faster on IMAP
4421         * src/procmsg.c
4422                 Add a function that'll possibly be useful later
4423
4424 2006-02-06 [colin]      2.0.0cvs20
4425
4426         * src/addressbook.c
4427                 Use internal mime-type instead of text/plain for d'n'd
4428         * src/compose.c
4429                 Allow attaching files from mimeview's icon list via d'n'd
4430         * src/folderview.c
4431         * src/folderview.h
4432                 Use internal mime-type instead of text/plain for d'n'd
4433                 Don't try to selected opened folder if none is
4434                 Factorize d'n'd from other apps code
4435         * src/headerview.c
4436         * src/textview.c
4437         * src/gtk/gtkutils.c
4438         * src/gtk/gtkutils.h
4439                 Factorize Face/X-Face stuff
4440         * src/mimeview.c
4441                 Fix d'n'd to other apps
4442         * src/prefs_message.c
4443                 Let the XFace pref be usable without libcompface as it also
4444                 applies to Face
4445         * src/summaryview.c
4446                 Fix d'n'd to other apps
4447                 Factorize d'n'd from other apps code
4448
4449 2006-02-06 [wwp]        2.0.0cvs19
4450
4451         * po/it.po
4452                 Italian translation fixes by Andrea Spadaccini (no more confusion
4453                 between filtering and processing, and few changes in the About
4454                 dialog).
4455
4456
4457 2006-02-06 [mones]      2.0.0cvs18
4458
4459         * src/gtk/icon_legend.c
4460                 Improved descriptions allowing better translations
4461
4462 2006-02-05 [colin]      2.0.0cvs17
4463
4464         * src/imap.c
4465                 Add the f*cking missing expunge that caused imap_fetch_env
4466                 to fail after an add_msgs ! :-///
4467         * src/etpan/imap-thread.c
4468                 Add a bit of debug
4469         FOR_STABLE
4470
4471 2006-02-05 [colin]      2.0.0cvs16
4472
4473         * src/common/utils.c
4474                 Don't check for return-path (or we can't put
4475                 back non-sent mails)
4476
4477 2006-02-05 [colin]      2.0.0cvs15
4478
4479         * src/textview.c
4480                 Don't try to display Face header in textview
4481                 when teh headerview's active
4482
4483 2006-02-05 [colin]      2.0.0cvs14
4484
4485         * tools/tbird2syl.py
4486         * tools/Makefile.am
4487                 Add script to import Thunderbird mails
4488
4489 2006-02-05 [colin]      2.0.0cvs13
4490
4491         * src/headerview.c
4492         * src/procheader.c
4493         * src/procmsg.c
4494         * src/procmsg.h
4495         * src/textview.c
4496                 Show Face headers - patch partially by Klaus Flittner
4497
4498 2006-02-05 [colin]      2.0.0cvs12
4499
4500         * src/folderview.c
4501         * src/summaryview.c
4502         * src/common/utils.c
4503         * src/common/utils.h
4504                 Let dnd work from mime icons to summaryview
4505                 and to folderview too
4506                 Add a crude test to avoid trying to add files
4507                 drag'n'dropped when they're not mails
4508
4509 2006-02-04 [colin]      2.0.0cvs11
4510
4511         * src/summaryview.c
4512         * src/mimeview.c
4513                 Fix utf8 conversion
4514
4515 2006-02-04 [colin]      2.0.0cvs10
4516
4517         * src/compose.c
4518         * src/folderview.c
4519         * src/mimeview.c
4520         * src/summaryview.c
4521         * src/summaryview.h
4522                 Added various drag and drop capas:
4523                 From                    To
4524                 summaryview             other apps
4525                 mimeview icons          other apps
4526                 other apps              summaryview
4527                 other apps              folderview
4528
4529                 This shouldn't have broken the existing:
4530                 From                    To
4531                 summaryview             folderview
4532                 folderview              folderview
4533                 summaryview             compose's attachments
4534
4535         Tests welcomed.
4536
4537 2006-02-02 [paul]       2.0.0cvs9
4538
4539         * src/mainwindow.c
4540                 move global option 'Set displayed columns...' out
4541                 of folder option grouping.
4542                 fix sensitivity of 'harvest addresses'
4543         FOR_STABLE
4544
4545 2006-02-01 [colin]      2.0.0cvs8
4546
4547         * src/mimeview.c
4548                 Revert the alertpanel patch, it sucks (intrusive
4549                 and gets in the way of "open")
4550
4551 2006-02-01 [colin]      2.0.0cvs7
4552
4553         * src/compose.c
4554         * src/prefs_account.c
4555         * src/prefs_common.c
4556         * src/common/defs.h
4557         * src/common/utils.c
4558         * src/common/utils.h
4559                 Add ability to edit the signature file
4560                 from the account preferences, and use
4561                 a default for the text editor.
4562                 Patch by Fabien Vantard
4563
4564 2006-02-01 [colin]      2.0.0cvs6
4565
4566         * src/mimeview.c
4567                 Try to get mime type by extension if it is
4568                 application/octet-stream
4569                 Display a window with possible choices when
4570                 encountering unknown mime types
4571         * src/gtk/filesel.c
4572         * src/gtk/filesel.h
4573                 Add preview
4574                 Allow multiple selection in filtered filesel
4575                 (patch by Fabien Vantard)
4576         * src/gtk/pluginwindow.c
4577                 Use it (patch by Fabien Vantard)
4578
4579 2006-02-01 [paul]       2.0.0cvs5
4580
4581         * src/jpilot.c
4582                 fix crash on creating jpilot address book
4583                 Thanks to Colin - FOR_STABLE
4584         * src/prefs_summaries.c
4585         * src/prefs_wrapping.c
4586         * src/gtk/icon_legend.c
4587         * src/gtk/quicksearch.c
4588                 string fixes and additions
4589
4590 2006-02-01 [paul]       2.0.0cvs4
4591
4592         * src/compose.c
4593         * src/mainwindow.c
4594         * src/messageview.c
4595         * src/prefs_send.c
4596                 add Arabic encoding option
4597                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
4598
4599 2006-01-31 [colin]      2.0.0cvs3
4600
4601         * src/plugins/pgpcore/passphrase.c
4602                 Convert passphrase to locale encoding
4603         * src/compose.c
4604                 Fix drafting on IMAP. Crappy bug sneaked in
4605                 the release :-/
4606         FOR_STABLE
4607
4608 2006-01-30 [paul]       2.0.0cvs2
4609
4610         * src/gtk/icon_legend.c
4611                 show the new entries
4612
4613 2006-01-30 [colin]      2.0.0cvs1
4614
4615         * src/manual.c
4616                 Check for the file to be present before 
4617                 enabling the menu - FOR_STABLE
4618         * src/gtk/icon_legend.c
4619                 Add folders icons (not all of them, there
4620                 are too much, but the most intriguing ones)
4621
4622 2006-01-30 [paul]       2.0.0
4623
4624         version 2.0.0 released
4625
4626 2006-01-30 [paul]       1.9.100cvs200
4627
4628         * manual/faq.xml
4629         * manual/gpl.xml
4630         * manual/intro.xml
4631         * manual/starting.xml
4632         * manual/sylpheed-claws-manual.xml
4633                 fixes, additions
4634
4635 2006-01-29 [mones]      1.9.100cvs199
4636
4637         * manual/account.xml
4638         * manual/advanced.xml
4639         * manual/glossary.xml
4640                 Some typos fixed, added LDIF term to glossary
4641         * po/es.po
4642                 Fixed leading plus symbol
4643
4644 2006-01-29 [paul]       1.9.100cvs198
4645
4646         * po/fi.po
4647         * po/sk.po
4648                 updated by Tommi Pirinen and Andrej Kacian
4649
4650 2006-01-29 [paul]       1.9.100cvs197
4651
4652         * src/gtk/authors.h
4653                 remove duplicates
4654
4655 2006-01-29 [paul]       1.9.100cvs196
4656
4657         * AUTHORS
4658         * po/nl.po
4659         * src/gtk/authors.h
4660         * tools/claws.i18n.status.pl
4661                 nl translation updated by Tim Dijkstra
4662
4663 2006-01-29 [paul]       1.9.100cvs195
4664
4665         * po/sr.po
4666         * po/sv.po
4667                 updated by Aleksandar Urosevic and Anders Troback
4668
4669 2006-01-28 [colin]      1.9.100cvs194
4670
4671         * src/gtk/gtksourceprintjob.c
4672                 Don't fiddle with PangoLayout when we
4673                 have an image
4674
4675 2006-01-28 [paul]       1.9.100cvs193
4676
4677         * AUTHORS
4678         * po/el.po
4679         * po/zh_CN.po
4680         * src/gtk/authors.h
4681         * tools/claws.i18n.status.pl
4682                 updated translations submitted by Stavros Giannouris
4683                 and Ralgh Young
4684
4685 2006-01-27 [colin]      1.9.100cvs192
4686
4687         * src/summaryview.c
4688         * src/gtk/gtksourceprintjob.c
4689                 Add image printing 
4690                 (libgnomeprint only, of course)
4691
4692 2006-01-27 [paul]       1.9.100cvs191
4693
4694         * po/fr.po
4695         * po/it.po
4696                 updated by Fabien Vantard and Andrea Spadaccini
4697
4698 2006-01-26 [colin]      1.9.100cvs190
4699
4700         * manual/Makefile.am
4701         * configure.ac
4702                 Make building the manual optional 
4703                 (--disable-manual)
4704
4705 2006-01-26 [paul]       1.9.100cvs189
4706
4707         * manual/glossary.xml
4708         * manual/plugins.xml
4709                 edited
4710         * po/en_GB.po
4711                 updated
4712
4713 2006-01-26 [paul]       1.9.100cvs188
4714
4715         * src/prefs_display_header.c
4716         * src/prefs_folder_column.c
4717         * src/prefs_msg_colors.c
4718         * src/prefs_summaries.c
4719         * src/prefs_summary_column.c
4720                 HIGify
4721
4722 2006-01-25 [colin]      1.9.100cvs187
4723
4724         * src/imap.c
4725                 Don't allow moving/copying mails between
4726                 queue/drafts and non-queue/drafts folders
4727                 Fixes bug #897 (message header is resetted 
4728                 if one is copied to Drafts)
4729
4730 2006-01-25 [colin]      1.9.100cvs186
4731
4732         * src/folder.c
4733         * src/mainwindow.c
4734                 Fix subscribed folders not found
4735         * src/compose.c
4736                 Don't try to encode as original mail's charset
4737                 if it's ascii 
4738
4739 2006-01-25 [paul]       1.9.100cvs185
4740
4741         * AUTHORS
4742         * po/Makevars
4743                 updated
4744         * po/de.po
4745         * po/pl.po
4746         * po/pt_BR.po
4747         * po/sr.po
4748                 updates submitted by Stephan Sachse, Emilian Nowak
4749                 and Quar, Frederico Goncalves Guimaraes, and
4750                 Aleksandar Urosevic
4751                 Fix Bug 896, 'PT_BR locale broken'.
4752         * src/gtk/authors.h
4753                 updated
4754
4755 2006-01-24 [mones]      1.9.100cvs184
4756
4757         * manual/glossary.xml
4758                 All current terms finished. Reviewers welcome ;-)
4759         * manual/keyboard.xml
4760                 Fixed column width for pdf output.
4761         * po/es.po
4762                 Updated
4763
4764 2006-01-24 [paul]       1.9.100cvs183
4765
4766         * manual/glossary.xml
4767                 fix id name
4768         * manual/dist/html/Makefile.am
4769         * manual/dist/pdf/Makefile.am
4770         * manual/dist/ps/Makefile.am
4771         * manual/dist/txt/Makefile.am
4772                 fix make deps
4773                 Thanks to Colin
4774
4775 2006-01-24 [mones]      1.9.100cvs182
4776
4777         * manual/glossary.xml
4778                 Nearly finished, some terms missing.
4779
4780 2006-01-23 [paul]       1.9.100cvs181
4781
4782         * manual/dist/html/Makefile.am
4783         * manual/dist/pdf/Makefile.am
4784         * manual/dist/ps/Makefile.am
4785         * manual/dist/txt/Makefile.am
4786         * src/mainwindow.c
4787                 re-enable manual
4788                 Thanks to Colin
4789
4790 2006-01-22 [colin]      1.9.100cvs180
4791
4792         * src/compose.c
4793         * src/gtk/gtkaspell.c
4794                 Don't deselect stuff before right-clicking, with aspell.
4795                 (This prevented right-click Copy, for example).
4796                 Thanks to Clo!
4797
4798 2006-01-22 [paul]       1.9.100cvs179
4799
4800         * src/summary_search.c
4801                 don't fix the widget size as it causes problems
4802                 under localisation.
4803                 Thanks to Emilian Nowak
4804
4805 2006-01-21 [paul]       1.9.100cvs178
4806
4807         * src/prefs_themes.c
4808                 fix broken underlining of label text
4809                 with some translations
4810
4811 2006-01-21 [colin]      1.9.100cvs177
4812
4813         * po/fr.po
4814                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
4815
4816 2006-01-20 [colin]      1.9.100cvs176
4817
4818         * configure.ac
4819         * Makefile.am
4820         * manual/Makefile
4821         * manual/dist/html/.cvsignore
4822         * manual/dist/html/Makefile.am
4823         * manual/dist/pdf/.cvsignore
4824         * manual/dist/pdf/Makefile.am
4825         * manual/dist/ps/.cvsignore
4826         * manual/dist/ps/Makefile.am
4827         * manual/dist/txt/.cvsignore
4828         * manual/dist/txt/Makefile.am
4829                 Autotool-ize manual
4830
4831 2006-01-20 [paul]       1.9.100cvs175
4832
4833         * manual/handling.xml
4834                 make Filtering and Searching entries easier to find
4835         * manual/keyboard.xml
4836                 add the remaining default keybinds
4837         * src/prefs_summaries.c
4838                 update the default keybinds
4839
4840 2006-01-20 [paul]       1.9.100cvs174
4841
4842         * src/addressbook.c
4843         * src/addrgather.c
4844         * src/addrharvest.c
4845         * src/editaddress.c
4846         * src/editgroup.c
4847         * src/exphtmldlg.c
4848         * src/expldifdlg.c
4849         * src/exporthtml.c
4850         * src/exportldif.c
4851         * src/ldif.c
4852                 replace 'e-mail' with 'email'
4853         * src/summary_search.c
4854                 add mnemonic to "Find all" button
4855
4856 2006-01-20 [wwp]        1.9.100cvs173
4857
4858         * src/export.c
4859         * src/import.c
4860                 touched mbox import/export buttons for HIG-compliance
4861
4862 2006-01-19 [paul]       1.9.100cvs172
4863
4864         * manual/account.xml
4865         * manual/addrbook.xml
4866         * manual/advanced.xml
4867         * manual/faq.xml
4868         * manual/handling.xml
4869         * manual/intro.xml
4870         * manual/plugins.xml
4871         * manual/starting.xml
4872                 more editing
4873
4874 2006-01-19 [paul]       1.9.100cvs171
4875
4876         * src/toolbar.c
4877                 allow use of trash button while receiving
4878                 Thanks to Colin
4879
4880 2006-01-19 [wwp]        1.9.100cvs170
4881
4882         * src/gtk/quicksearch.c
4883         * src/compose.c
4884                 force text color to black when yellow background is set
4885
4886 2006-01-19 [colin]      1.9.100cvs169
4887
4888         * src/plugins/trayicon/trayicon.c
4889                 Gray out Get Mail when already getting mail
4890
4891 2006-01-18 [paul]       1.9.100cvs168
4892
4893         * src/compose.c
4894                 give widget yellow background was To is
4895                 set via folder prefs
4896         * src/gtk/quicksearch.c
4897                 give widget yellow background when quick
4898                 search is active.
4899                 Thanks to Colin
4900
4901 2006-01-18 [paul]       1.9.100cvs167
4902
4903         * doc/man/sylpheed-claws.1
4904                 add --subscribe option
4905
4906 2006-01-18 [paul]       1.9.100cvs166
4907
4908         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
4909         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
4910                 use %U instead of %F (%F is broken for user installed
4911                 files in kde 3.5)
4912
4913 2006-01-18 [colin]      1.9.100cvs165
4914
4915         * src/summaryview.c
4916                 Default to Yes in "No more * messages" dialogs
4917
4918 2006-01-17 [colin]      1.9.100cvs164
4919
4920         * src/compose.c
4921                 Possibly fix an invalid iterator causing
4922                 crash
4923
4924 2006-01-17 [colin]      1.9.100cvs163
4925
4926         * src/mimeview.c
4927                 Fix crash when the image disappears under the
4928                 image viewer
4929
4930 2006-01-16 [colin]      1.9.100cvs162
4931
4932         * src/compose.c
4933                 Fix reenabling autowrap
4934
4935 2006-01-16 [colin]      1.9.100cvs161
4936
4937         * src/compose.c
4938                 reset quote_len before getting quote_str
4939
4940 2006-01-16 [colin]      1.9.100cvs160
4941
4942         * src/account.c
4943         * src/account.h
4944         * src/folder.c
4945         * src/imap_gtk.c
4946         * src/mh_gtk.c
4947                 Fix bug #883 (default inbox does not track folder move)
4948
4949 2006-01-16 [colin]      1.9.100cvs159
4950
4951         * src/compose.c
4952         * src/plugins/pgpcore/passphrase.c
4953                 More buttons fixes
4954
4955 2006-01-16 [paul]       1.9.100cvs158
4956
4957         * src/prefs_actions.c
4958         * src/prefs_filtering_action.c
4959         * src/prefs_matcher.c
4960         * src/quote_fmt.c
4961         * src/gtk/description_window.c
4962         * src/gtk/description_window.h
4963         * src/gtk/quicksearch.c
4964                 description window cleanups
4965
4966 2006-01-15 [colin]      1.9.100cvs157
4967
4968         * src/addressbook.c
4969         * src/prefs_filtering.c
4970                 Same here
4971
4972 2006-01-15 [colin]      1.9.100cvs156
4973
4974         * src/folderview.c
4975         * src/mainwindow.c
4976                 Same for "Empty trash"
4977
4978 2006-01-15 [colin]      1.9.100cvs155
4979
4980         * src/inc.c
4981                 Override offline dialog had Yes by default
4982
4983 2006-01-15 [colin]      1.9.100cvs154
4984
4985         * src/summaryview.c
4986                 Delete selected messages? previously had Yes the default
4987
4988 2006-01-15 [colin]      1.9.100cvs153
4989
4990         * src/folder.c
4991         * src/folder.h
4992         * src/main.c
4993                 Check if a mailbox is loaded after all
4994                 plugins are loaded.
4995
4996 2006-01-15 [colin]      1.9.100cvs152
4997
4998         * src/folder.c
4999                 Don't start wizard when there are unloaded folders (will help
5000                 people with only mbox or maildir mailboxes)
5001
5002 2006-01-14 [colin]      1.9.100cvs151
5003
5004         * src/addressbook.c
5005         * src/expldifdlg.c
5006         * src/importldif.c
5007         * src/importmutt.c
5008         * src/importpine.c
5009         * src/mh_gtk.c
5010                 More HIG compliance and fixes
5011
5012 2006-01-14 [colin]      1.9.100cvs150
5013
5014         * src/prefs_filtering_action.c
5015         * src/foldersel.c
5016                 Two forgotten button order changes
5017
5018 2006-01-14 [colin]      1.9.100cvs149
5019
5020         * src/account.c
5021         * src/addressbook.c
5022         * src/compose.c
5023         * src/folderview.c
5024         * src/imap_gtk.c
5025         * src/mainwindow.c
5026         * src/mh_gtk.c
5027         * src/news_gtk.c
5028         * src/prefs_actions.c
5029         * src/prefs_customheader.c
5030         * src/prefs_filtering.c
5031         * src/prefs_matcher.c
5032         * src/prefs_template.c
5033         * src/ssl_manager.c
5034         * src/summaryview.c
5035         * src/textview.c
5036         * src/toolbar.c
5037                 All deletion confirmations are now "Cancel, Delete" 
5038                 instead of "No, Yes"
5039                 Clarified most of the other "No, Yes" to 
5040                 "Cancel, Descriptive_action"
5041                 Rechanged the "Entry not saved" alerts to have 
5042                 "Close, Continue editing"
5043
5044
5045 2006-01-14 [paul]
5046
5047         * 2.0.0-rc4 released
5048
5049 2006-01-14 [paul]       1.9.100cvs148
5050
5051         * src/account.c
5052         * src/addressadd.c
5053         * src/addressbook.c
5054         * src/compose.c
5055         * src/editaddress.c
5056         * src/editbook.c
5057         * src/editgroup.c
5058         * src/editjpilot.c
5059         * src/editldap.c
5060         * src/editvcard.c
5061         * src/exphtmldlg.c
5062         * src/expldifdlg.c
5063         * src/folderview.c
5064         * src/grouplistdialog.c
5065         * src/imap_gtk.c
5066         * src/importmutt.c
5067         * src/importpine.c
5068         * src/inc.c
5069         * src/main.c
5070         * src/mainwindow.c
5071         * src/message_search.c
5072         * src/messageview.c
5073         * src/mh_gtk.c
5074         * src/mimeview.c
5075         * src/news_gtk.c
5076         * src/prefs_actions.c
5077         * src/prefs_customheader.c
5078         * src/prefs_filtering.c
5079         * src/prefs_matcher.c
5080         * src/prefs_template.c
5081         * src/prefs_themes.c
5082         * src/ssl_manager.c
5083         * src/summary_search.c
5084         * src/summaryview.c
5085         * src/textview.c
5086         * src/toolbar.c
5087         * src/gtk/foldersort.c
5088         * src/gtk/gtkaspell.c
5089         * src/gtk/inputdialog.c
5090         * src/gtk/prefswindow.c
5091         * src/plugins/pgpcore/select-keys.c
5092         * src/plugins/trayicon/trayicon.c
5093                 HIG compliant button order
5094
5095 2006-01-14 [mones]      1.9.100cvs147
5096
5097         * po/es.po
5098                 Updated translation
5099
5100 2006-01-13 [paul]       1.9.100cvs146
5101
5102         * AUTHORS
5103         * ChangeLog
5104         * src/gtk/authors.h
5105                 add Joshua M. Kwan to contributors list
5106
5107 2006-01-13 [colin]      1.9.100cvs145
5108
5109         * src/gtk/quicksearch.c
5110                 Don't refocus quick search after executing (Esc or Enter)
5111                 Allows to '/'search something then move up/down in 
5112                 summaryview, and to Esc a search and be back in the 
5113                 summaryview
5114
5115 2006-01-13 [paul]       1.9.100cvs144
5116
5117         * src/plugins/pgpinline/pgpinline.c
5118                 support Content-Type 'application/pgp'
5119                 patch by Joshua M. Kwan <joshuak@users.sf.net>
5120
5121 2006-01-13 [paul]       1.9.100cvs143
5122
5123         * manual/account.xml
5124                 make mention of partial retrieval
5125                 thanks to Colin
5126
5127 2006-01-13 [paul]       1.9.100cvs142
5128
5129         * src/account.c
5130         * src/account.h
5131         * src/action.c
5132         * src/action.h
5133         * src/adbookbase.h
5134         * src/addr_compl.c
5135         * src/addr_compl.h
5136         * src/addrbook.c
5137         * src/addrcache.c
5138         * src/addrcache.h
5139         * src/addrcindex.c
5140         * src/addrcindex.h
5141         * src/addrclip.c
5142         * src/addrclip.h
5143         * src/addrdefs.h
5144         * src/addressadd.c
5145         * src/addressadd.h
5146         * src/addressbook.c
5147         * src/addressbook.h
5148         * src/addrgather.c
5149         * src/addrgather.h
5150         * src/addrharvest.c
5151         * src/addrharvest.h
5152         * src/addrindex.c
5153         * src/addrindex.h
5154         * src/addritem.c
5155         * src/addritem.h
5156         * src/addrquery.c
5157         * src/addrquery.h
5158         * src/addrselect.c
5159         * src/addrselect.h
5160         * src/alertpanel.c
5161         * src/alertpanel.h
5162         * src/browseldap.c
5163         * src/browseldap.h
5164         * src/codeconv.c
5165         * src/codeconv.h
5166         * src/compose.c
5167         * src/compose.h
5168         * src/customheader.c
5169         * src/customheader.h
5170         * src/displayheader.c
5171         * src/displayheader.h
5172         * src/editaddress.c
5173         * src/editaddress.h
5174         * src/editbook.c
5175         * src/editbook.h
5176         * src/editgroup.c
5177         * src/editgroup.h
5178         * src/editjpilot.c
5179         * src/editjpilot.h
5180         * src/editldap.c
5181         * src/editldap.h
5182         * src/editldap_basedn.c
5183         * src/editldap_basedn.h
5184         * src/editvcard.c
5185         * src/editvcard.h
5186         * src/exphtmldlg.c
5187         * src/exphtmldlg.h
5188         * src/expldifdlg.c
5189         * src/expldifdlg.h
5190         * src/export.h
5191         * src/exporthtml.c
5192         * src/exporthtml.h
5193         * src/exportldif.c
5194         * src/exportldif.h
5195         * src/filtering.c
5196         * src/filtering.h
5197         * src/folder.c
5198         * src/folder.h
5199         * src/folder_item_prefs.c
5200         * src/folder_item_prefs.h
5201         * src/foldersel.c
5202         * src/foldersel.h
5203         * src/folderutils.c
5204         * src/folderutils.h
5205         * src/folderview.c
5206         * src/folderview.h
5207         * src/grouplistdialog.c
5208         * src/grouplistdialog.h
5209         * src/headerview.c
5210         * src/html.c
5211         * src/html.h
5212         * src/image_viewer.c
5213         * src/image_viewer.h
5214         * src/imap.c
5215         * src/imap.h
5216         * src/imap_gtk.c
5217         * src/imap_gtk.h
5218         * src/import.h
5219         * src/importldif.c
5220         * src/importldif.h
5221         * src/importmutt.c
5222         * src/importmutt.h
5223         * src/importpine.c
5224         * src/importpine.h
5225         * src/inc.c
5226         * src/inc.h
5227         * src/jpilot.c
5228         * src/jpilot.h
5229         * src/ldapctrl.c
5230         * src/ldapctrl.h
5231         * src/ldaplocate.c
5232         * src/ldaplocate.h
5233         * src/ldapquery.c
5234         * src/ldapquery.h
5235         * src/ldapserver.c
5236         * src/ldapserver.h
5237         * src/ldaputil.c
5238         * src/ldaputil.h
5239         * src/ldif.c
5240         * src/ldif.h
5241         * src/main.c
5242         * src/main.h
5243         * src/mainwindow.c
5244         * src/mainwindow.h
5245         * src/manual.c
5246         * src/manual.h
5247         * src/mbox.c
5248         * src/mbox.h
5249         * src/message_search.c
5250         * src/message_search.h
5251         * src/messageview.c
5252         * src/messageview.h
5253         * src/mh.c
5254         * src/mh.h
5255         * src/mh_gtk.c
5256         * src/mh_gtk.h
5257         * src/mimeview.c
5258         * src/mimeview.h
5259         * src/msgcache.c
5260         * src/msgcache.h
5261         * src/mutt.c
5262         * src/mutt.h
5263         * src/news.c
5264         * src/news.h
5265         * src/news_gtk.c
5266         * src/news_gtk.h
5267         * src/partial_download.c
5268         * src/partial_download.h
5269         * src/pine.c
5270         * src/pine.h
5271         * src/pop.c
5272         * src/pop.h
5273         * src/prefs_account.c
5274         * src/prefs_account.h
5275         * src/prefs_actions.c
5276         * src/prefs_actions.h
5277         * src/prefs_common.c
5278         * src/prefs_common.h
5279         * src/prefs_compose_writing.c
5280         * src/prefs_compose_writing.h
5281         * src/prefs_customheader.c
5282         * src/prefs_customheader.h
5283         * src/prefs_display_header.c
5284         * src/prefs_display_header.h
5285         * src/prefs_filtering.c
5286         * src/prefs_filtering.h
5287         * src/prefs_filtering_action.c
5288         * src/prefs_filtering_action.h
5289         * src/prefs_folder_column.c
5290         * src/prefs_folder_column.h
5291         * src/prefs_folder_item.c
5292         * src/prefs_folder_item.h
5293         * src/prefs_fonts.c
5294         * src/prefs_fonts.h
5295         * src/prefs_gtk.c
5296         * src/prefs_gtk.h
5297         * src/prefs_image_viewer.c
5298         * src/prefs_image_viewer.h
5299         * src/prefs_matcher.c
5300         * src/prefs_matcher.h
5301         * src/prefs_message.c
5302         * src/prefs_msg_colors.c
5303         * src/prefs_msg_colors.h
5304         * src/prefs_other.c
5305         * src/prefs_quote.c
5306         * src/prefs_receive.c
5307         * src/prefs_send.c
5308         * src/prefs_spelling.c
5309         * src/prefs_spelling.h
5310         * src/prefs_summaries.c
5311         * src/prefs_summaries.h
5312         * src/prefs_summary_column.c
5313         * src/prefs_summary_column.h
5314         * src/prefs_template.c
5315         * src/prefs_template.h
5316         * src/prefs_themes.c
5317         * src/prefs_themes.h
5318         * src/prefs_toolbar.c
5319         * src/prefs_toolbar.h
5320         * src/prefs_wrapping.c
5321         * src/prefs_wrapping.h
5322         * src/privacy.c
5323         * src/privacy.h
5324         * src/procheader.c
5325         * src/procheader.h
5326         * src/procmime.c
5327         * src/procmime.h
5328         * src/procmsg.c
5329         * src/procmsg.h
5330         * src/quote_fmt.c
5331         * src/quote_fmt_parse.y
5332         * src/recv.c
5333         * src/recv.h
5334         * src/remotefolder.c
5335         * src/remotefolder.h
5336         * src/send_message.c
5337         * src/send_message.h
5338         * src/setup.c
5339         * src/setup.h
5340         * src/sourcewindow.c
5341         * src/sourcewindow.h
5342         * src/ssl_manager.c
5343         * src/ssl_manager.h
5344         * src/statusbar.c
5345         * src/statusbar.h
5346         * src/stock_pixmap.c
5347         * src/stock_pixmap.h
5348         * src/summary_search.c
5349         * src/summary_search.h
5350         * src/summaryview.c
5351         * src/summaryview.h
5352         * src/syldap.c
5353         * src/syldap.h
5354         * src/textview.c
5355         * src/textview.h
5356         * src/toolbar.c
5357         * src/toolbar.h
5358         * src/undo.c
5359         * src/undo.h
5360         * src/unmime.c
5361         * src/unmime.h
5362         * src/vcard.c
5363         * src/vcard.h
5364         * src/wizard.c
5365         * src/wizard.h
5366         * src/common/base64.c
5367         * src/common/base64.h
5368         * src/common/defs.h
5369         * src/common/hooks.c
5370         * src/common/hooks.h
5371         * src/common/log.c
5372         * src/common/log.h
5373         * src/common/mgutils.c
5374         * src/common/mgutils.h
5375         * src/common/nntp.c
5376         * src/common/nntp.h
5377         * src/common/passcrypt.c
5378         * src/common/passcrypt.h.in
5379         * src/common/plugin.c
5380         * src/common/plugin.h
5381         * src/common/prefs.c
5382         * src/common/prefs.h
5383         * src/common/progressindicator.c
5384         * src/common/progressindicator.h
5385         * src/common/quoted-printable.c
5386         * src/common/quoted-printable.h
5387         * src/common/session.c
5388         * src/common/session.h
5389         * src/common/smtp.c
5390         * src/common/smtp.h
5391         * src/common/socket.c
5392         * src/common/socket.h
5393         * src/common/ssl.c
5394         * src/common/ssl.h
5395         * src/common/ssl_certificate.c
5396         * src/common/ssl_certificate.h
5397         * src/common/stringtable.c
5398         * src/common/stringtable.h
5399         * src/common/sylpheed.c
5400         * src/common/sylpheed.h
5401         * src/common/template.c
5402         * src/common/template.h
5403         * src/common/timing.h
5404         * src/common/utils.c
5405         * src/common/utils.h
5406         * src/common/version.h.in
5407         * src/common/xml.c
5408         * src/common/xml.h
5409         * src/common/xmlprops.c
5410         * src/common/xmlprops.h
5411         * src/gtk/colorlabel.c
5412         * src/gtk/colorsel.c
5413         * src/gtk/colorsel.h
5414         * src/gtk/description_window.c
5415         * src/gtk/description_window.h
5416         * src/gtk/filesel.c
5417         * src/gtk/filesel.h
5418         * src/gtk/foldersort.c
5419         * src/gtk/foldersort.h
5420         * src/gtk/gtkutils.c
5421         * src/gtk/gtkutils.h
5422         * src/gtk/inputdialog.c
5423         * src/gtk/inputdialog.h
5424         * src/gtk/logwindow.c
5425         * src/gtk/logwindow.h
5426         * src/gtk/manage_window.c
5427         * src/gtk/manage_window.h
5428         * src/gtk/menu.c
5429         * src/gtk/menu.h
5430         * src/gtk/pluginwindow.c
5431         * src/gtk/pluginwindow.h
5432         * src/gtk/prefswindow.c
5433         * src/gtk/prefswindow.h
5434         * src/gtk/progressdialog.c
5435         * src/gtk/progressdialog.h
5436         * src/gtk/sslcertwindow.c
5437         * src/gtk/sslcertwindow.h
5438         * src/plugins/clamav/clamav_plugin.c
5439         * src/plugins/clamav/clamav_plugin.h
5440         * src/plugins/clamav/clamav_plugin_gtk.c
5441         * src/plugins/demo/demo.c
5442         * src/plugins/dillo_viewer/dillo_prefs.c
5443         * src/plugins/dillo_viewer/dillo_prefs.h
5444         * src/plugins/dillo_viewer/dillo_viewer.c
5445         * src/plugins/pgpcore/passphrase.c
5446         * src/plugins/pgpcore/passphrase.h
5447         * src/plugins/pgpcore/plugin.c
5448         * src/plugins/pgpcore/select-keys.c
5449         * src/plugins/pgpcore/select-keys.h
5450         * src/plugins/pgpcore/sgpgme.c
5451         * src/plugins/pgpcore/sgpgme.h
5452         * src/plugins/pgpinline/pgpinline.c
5453         * src/plugins/pgpinline/pgpinline.h
5454         * src/plugins/pgpinline/plugin.c
5455         * src/plugins/pgpmime/pgpmime.c
5456         * src/plugins/pgpmime/pgpmime.h
5457         * src/plugins/pgpmime/plugin.c
5458         * src/plugins/spamassassin/spamassassin.c
5459         * src/plugins/spamassassin/spamassassin.h
5460         * src/plugins/spamassassin/spamassassin_gtk.c
5461         * src/plugins/trayicon/trayicon.c
5462                 update copyright header
5463
5464 2006-01-13 [paul]       1.9.100cvs141
5465
5466         * src/account.c
5467         * src/export.c
5468         * src/import.c
5469         * src/mainwindow.c
5470         * src/prefs_account.c
5471         * src/prefs_display_header.c
5472         * src/prefs_receive.c
5473         * src/prefs_send.c
5474         * src/prefs_summaries.c
5475         * src/prefs_themes.c
5476         * src/prefs_toolbar.c
5477         * src/gtk/about.c
5478                 various cleanups
5479
5480 2006-01-12 [colin]      1.9.100cvs140
5481
5482         * src/folder.c
5483         * src/folder.h
5484         * src/main.c
5485                 Add --subscribe option
5486                 Let sylpheed-claws email@domain.com equivalent to --compose
5487                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
5488
5489 2006-01-12 [paul]       1.9.100cvs139
5490
5491         * src/mainwindow.c
5492                 append 'Change folder order' label with '...'
5493         * src/prefs_actions.c
5494                 allow reordering of actions list by dnd
5495         * src/gtk/foldersort.c
5496                 make the dialog nicer
5497
5498 2006-01-11 [colin]      1.9.100cvs138
5499
5500         * src/compose.c
5501                 Allow templates without text
5502
5503 2006-01-11 [paul]       1.9.100cvs137
5504
5505         * tools/README
5506         * tools/filter_conv_new.pl
5507                 add info to README
5508                 also check .sylpheed for filter.xml
5509                 be a bit informative to the user
5510
5511 2006-01-11 [colin]      1.9.100cvs136
5512
5513         * src/textview.c
5514                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
5515
5516 2006-01-10 [paul]       1.9.100cvs135
5517
5518         * tools/Makefile.am
5519         * tools/filter_conv_new.pl
5520                 add script to convert new style Sylpheed
5521                 filter rules (Sylpheed >= 0.9.99) to
5522                 Claws filtering rules
5523
5524 2006-01-10 [colin]      1.9.100cvs134
5525
5526         * src/compose.c
5527                 Fix broken line joins in certain conditions
5528                 (between two quoted lines: <enter><enter><up>
5529                  <type a wrapped sentence><go in the first line>
5530                  <insert more text><watch as line joining failed>)
5531
5532 2006-01-10 [paul]       1.9.100cvs133
5533
5534         * src/compose.c
5535                 don't report success in error dialog
5536                 thanks to Colin
5537         * src/common/utils.c
5538                 include some trailing punctuations as URI
5539                 thanks to Hiro
5540
5541 2006-01-10 [paul]       1.9.100cvs132
5542
5543         * src/mimeview.c
5544                 fix incompatible pointer type
5545                 warning
5546
5547 2006-01-10 [paul]       1.9.100cvs131
5548
5549         * src/compose.c
5550                 change Subject in window title
5551                 instantaneously
5552
5553 2006-01-09 [colin]      1.9.100cvs130
5554
5555         * src/addressbook.c
5556         * src/headerview.c
5557         * src/mainwindow.c
5558         * src/messageview.c
5559         * src/mimeview.c
5560         * src/noticeview.c
5561         * src/summaryview.c
5562                 Fix possible crashes on exit and in addressbook
5563
5564 2006-01-09 [paul]       1.9.100cvs129
5565
5566         * src/prefs_msg_colors.c
5567                 some cleanups that I forgot last time
5568
5569 2006-01-09 [paul]       1.9.100cvs128
5570
5571         * README
5572         * src/folderview.c
5573         * src/prefs_msg_colors.c
5574                 add previously hidden option, color_new, to
5575                 the gui
5576                 move the page to Display/
5577                 rework the gui
5578
5579 2006-01-09 [wwp]        1.9.100cvs127
5580
5581         * src/prefs_themes.c
5582                 made the prefs/display/themes layouts spacing less condensed
5583                 (and so they match other prefs/pages' look).
5584
5585 2006-01-09 [paul]       1.9.100cvs126
5586
5587         * src/compose.c
5588         * src/prefs_common.c
5589         * src/prefs_common.h
5590         * src/prefs_wrapping.c
5591                 remove 'wrap at send' option
5592
5593 2006-01-06 [colin]      1.9.100cvs125
5594
5595         * src/compose.c
5596                 Just make completely sure we don't insert "manual line breaks" 
5597                 when wrapping... 
5598
5599 2006-01-04 [paul]
5600
5601         * 2.0.0-rc3 released
5602
5603 2006-01-04 [paul]       1.9.100cvs124
5604
5605         * src/folderview.c
5606                 fix bug 882, 'quick scroll in folder list
5607                 displays wrong folder contents'
5608
5609 2006-01-04 [paul]       1.9.100cvs123
5610
5611         * src/plugins/pgpmime/pgpmime.c
5612                 better debug information when signing
5613                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
5614
5615 2006-01-03 [colin]      1.9.100cvs122
5616
5617         * configure.ac
5618                 We need to recheck for gpgme 1.0.0 after checking
5619                 for 1.1.1, because if 1.1.1 isn't available, 
5620                 GPGME_LIBS and friends are blanked out by the 
5621                 second check.
5622
5623 2006-01-03 [colin]      1.9.100cvs121
5624
5625         * src/common/prefs.c
5626                 Windows unlink-before rename fix
5627         * src/plugins/pgpcore/sgpgme.c
5628                 Add support for PKA info if available
5629                 Both patches by Werner Koch
5630
5631 2006-01-03 [paul]       1.9.100cvs120
5632
5633         * src/messageview.c
5634                 fix bug 884, 'Send receipt' button visible in queue
5635                 Thanks to Colin
5636
5637 2006-01-02 [colin]      1.9.100cvs119
5638
5639         * src/compose.c
5640         * src/imap.c
5641                 Fix autosave on IMAP and more generally try to
5642                 return the correct ID on a newly added IMAP message
5643
5644 2006-01-02 [paul]       1.9.100cvs118
5645
5646         * manual/keyboard.xml
5647                 edited
5648
5649 2006-01-01 [paul]       1.9.100cvs117
5650
5651         * src/gtk/authors.h
5652                 alphabetical order
5653
5654 2005-12-30 [colin]      1.9.100cvs116
5655
5656         * manual/advanced.xml
5657                 Explain Pre/Post-processing differences.
5658
5659 2005-12-30 [colin]      1.9.100cvs115
5660
5661         * src/mh.c
5662                 Implement copy_msgs for a little optimization
5663         * src/imap.c
5664                 Finish yesterday's fix
5665
5666 2005-12-29 [colin]      1.9.100cvs114
5667
5668         * src/imap.c
5669                 Fix occasional failure in fetching a mail over
5670                 IMAP
5671
5672 2005-12-29 [colin]      1.9.100cvs113
5673
5674         * src/compose.c
5675                 Don't remove a draft when sending it, if it is 
5676                 locked.
5677
5678 2005-12-28 [colin]      1.9.100cvs112
5679
5680         * src/summaryview.c
5681                 Fix leak for real
5682
5683 2005-12-28 [wwp]        1.9.100cvs111
5684
5685         * doc/faq/.cvsignore
5686         * doc/faq/de/.cvsignore
5687         * doc/faq/en/.cvsignore
5688         * doc/faq/es/.cvsignore
5689         * doc/faq/fr/.cvsignore
5690         * doc/faq/it/.cvsignore
5691         * doc/manual/.cvsignore
5692         * doc/manual/de/.cvsignore
5693         * doc/manual/en/.cvsignore
5694         * doc/manual/es/.cvsignore
5695         * doc/manual/fr/.cvsignore
5696         * doc/manual/ja/.cvsignore
5697         * src/plugins/mathml_viewer/.cvsignore
5698                 rollback revival of those files (my bad, sorry for the noise).
5699
5700 2005-12-28 [wwp]        1.9.100cvs110
5701
5702         * src/compose.c
5703                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
5704
5705 2005-12-28 [wwp]        1.9.100cvs109
5706
5707         * doc/faq/.cvsignore
5708         * doc/faq/de/.cvsignore
5709         * doc/faq/en/.cvsignore
5710         * doc/faq/es/.cvsignore
5711         * doc/faq/fr/.cvsignore
5712         * doc/faq/it/.cvsignore
5713         * doc/manual/.cvsignore
5714         * doc/manual/de/.cvsignore
5715         * doc/manual/en/.cvsignore
5716         * doc/manual/es/.cvsignore
5717         * doc/manual/fr/.cvsignore
5718         * doc/manual/ja/.cvsignore
5719         * src/plugins/mathml_viewer/.cvsignore
5720         * po/.cvsignore
5721                 more files to ignore.
5722
5723 2005-12-24 [colin]      1.9.100cvs108
5724
5725         * AUTHORS
5726         * src/gtk/authors.h
5727                 Update for Werner
5728
5729 2005-12-24 [colin]      1.9.100cvs107
5730
5731         * src/procmsg.c
5732                 Allow NULL src_msginfo in 
5733                 procmsg_msginfo_new_from_mimeinfo
5734
5735 2005-12-23 [paul]       1.9.100cvs106
5736
5737         * src/plugins/pgpinline/mypgpcore.def
5738                 add this forgotten file
5739
5740 2005-12-23 [colin]      1.9.100cvs105
5741
5742         * src/mainwindow.c
5743                 Fix missing break
5744
5745 2005-12-23 [colin]      1.9.100cvs104
5746
5747         * autogen.sh
5748         * src/folder.c
5749         * src/mh.c
5750         * src/common/plugin.c
5751         * src/common/socket.c
5752         * src/common/socket.h
5753         * src/common/utils.c
5754         * src/common/utils.h
5755         * src/gtk/pluginwindow.c
5756         * src/plugins/pgpcore/plugin.def
5757         * src/plugins/pgpcore/sylpheed.def
5758         * src/plugins/pgpinline/Makefile.am
5759         * src/plugins/pgpinline/plugin.def
5760         * src/plugins/pgpinline/sylpheed.def
5761         * src/plugins/pgpmime/plugin.def
5762         * src/plugins/pgpmime/sylpheed.def
5763                 Various w32 fixes by Werner Koch
5764
5765 2005-12-22 [paul]       1.9.100cvs103
5766
5767         * src/wizard.c
5768                 don't offer IMAP as 'server type' if
5769                 libetpan isn't built in
5770
5771 2005-12-22 [paul]       1.9.100cvs102
5772
5773         * AUTHORS
5774         * src/mainwindow.c
5775         * src/mainwindow.h
5776         * src/toolbar.c
5777         * src/gtk/authors.h
5778                 support GTK_TOOLBAR_BOTH_HORIZ (text
5779                 next to icon) Patch by Marien Zwart
5780                 marienz@users.sf.net
5781                 Also reword the text
5782
5783 2005-12-21 [colin]      1.9.100cvs101
5784
5785         * configure.ac
5786                 Fix DATADIRNAME
5787         * COPYING
5788                 Fix missing section and explicit the exception better
5789         * src/compose.c
5790                 Prevent mail from being lost without notice when an
5791                 SMTP error happens on trying to send an unmodified
5792                 drafted mail.
5793         * src/send_message.c
5794         * src/common/smtp.c
5795                 Fix password remembering when wrong, and add return
5796                 value checks where they should have been
5797         * src/plugins/pgpcore/sylpheed.def
5798         * src/plugins/pgpinline/sylpheed.def
5799         * src/plugins/pgpmime/sylpheed.def
5800                 Add a few symbols needed
5801
5802 2005-12-21 [paul]       1.9.100cvs100
5803
5804         * m4/codeset.m4
5805         * m4/glibc21.m4
5806         * m4/intdiv0.m4
5807         * m4/inttypes-pri.m4
5808         * m4/inttypes.m4
5809         * m4/inttypes_h.m4
5810         * m4/isc-posix.m4
5811         * m4/lcmessage.m4
5812         * m4/stdint_h.m4
5813         * m4/uintmax_t.m4
5814                 gettextization
5815                 thanks to Colin
5816
5817 2005-12-21 [paul]       1.9.100cvs99
5818
5819         * po/sv.po
5820                 fixed by Colin
5821
5822 2005-12-20 [paul]       1.9.100cvs98
5823
5824         * po/sv.po
5825                 updated by Anders Trobäck
5826
5827 2005-12-20 [colin]      1.9.100cvs97
5828
5829         * ABOUT-NLS
5830         * Makefile.am
5831         * autogen.sh
5832         * configure.ac
5833         * config/config.rpath
5834         * config/mkinstalldirs
5835         * m4/Makefile.am
5836         * m4/glibc2.m4
5837         * m4/gnupg.m4
5838         * m4/gpgme.m4
5839         * m4/intmax.m4
5840         * m4/longdouble.m4
5841         * m4/longlong.m4
5842         * m4/printf-posix.m4
5843         * m4/signed.m4
5844         * m4/size_max.m4
5845         * m4/ulonglong.m4
5846         * m4/wchar_t.m4
5847         * m4/wint_t.m4
5848         * m4/xsize.m4
5849         * po/Makefile.in.in
5850         * po/Makevars
5851         * po/bg.po
5852         * po/ca.po
5853         * po/cs.po
5854         * po/de.po
5855         * po/el.po
5856         * po/en_GB.po
5857         * po/es.po
5858         * po/fi.po
5859         * po/fr.po
5860         * po/hr.po
5861         * po/hu.po
5862         * po/it.po
5863         * po/ja.po
5864         * po/ko.po
5865         * po/nb.po
5866         * po/nl.po
5867         * po/pl.po
5868         * po/pt_BR.po
5869         * po/ru.po
5870         * po/sk.po
5871         * po/sr.po
5872         * po/stamp-po
5873         * po/sv.po
5874         * po/zh_CN.po
5875         * po/zh_TW.po
5876         * src/Makefile.am
5877         * src/codeconv.c
5878         * src/compose.c
5879         * src/exporthtml.c
5880         * src/exportldif.c
5881         * src/folder.c
5882         * src/main.c
5883         * src/manual.c
5884         * src/mh.c
5885         * src/mimeview.c
5886         * src/send_message.c
5887         * src/common/Makefile.am
5888         * src/common/fnmatch.c
5889         * src/common/fnmatch.h
5890         * src/common/fnmatch_loop.c
5891         * src/common/nntp.c
5892         * src/common/plugin.c
5893         * src/common/smtp.c
5894         * src/common/socket.c
5895         * src/common/string_match.c
5896         * src/common/sylpheed.c
5897         * src/common/utils.c
5898         * src/common/utils.h
5899         * src/common/w32_dirent.c
5900         * src/common/w32_reg.c
5901         * src/common/w32_signal.c
5902         * src/common/w32_stat.c
5903         * src/common/w32_stdio.c
5904         * src/common/w32_stdlib.c
5905         * src/common/w32_string.c
5906         * src/common/w32_time.c
5907         * src/common/w32_unistd.c
5908         * src/common/w32_wait.c
5909         * src/common/w32lib.h
5910         * src/etpan/Makefile.am
5911         * src/gtk/Makefile.am
5912         * src/plugins/clamav/Makefile.am
5913         * src/plugins/demo/Makefile.am
5914         * src/plugins/dillo_viewer/Makefile.am
5915         * src/plugins/pgpcore/Makefile.am
5916         * src/plugins/pgpcore/passphrase.c
5917         * src/plugins/pgpcore/plugin.def
5918         * src/plugins/pgpcore/sgpgme.c
5919         * src/plugins/pgpcore/sylpheed.def
5920         * src/plugins/pgpcore/version.rc
5921         * src/plugins/pgpinline/Makefile.am
5922         * src/plugins/pgpinline/plugin.def
5923         * src/plugins/pgpinline/sylpheed.def
5924         * src/plugins/pgpinline/version.rc
5925         * src/plugins/pgpmime/Makefile.am
5926         * src/plugins/pgpmime/mypgpcore.def
5927         * src/plugins/pgpmime/plugin.def
5928         * src/plugins/pgpmime/sylpheed.def
5929         * src/plugins/pgpmime/version.rc
5930         * src/plugins/spamassassin/Makefile.am
5931                 Very little ;-) patch from Werner Koch, providing
5932                 infrastructure for cross-compiling to Win32
5933
5934 2005-12-20 [paul]       1.9.100cvs96
5935
5936         * src/account.c
5937         * src/account.h
5938         * src/mainwindow.c
5939         * src/mainwindow.h
5940         * src/toolbar.c
5941         * src/toolbar.h
5942                 add a combo to the Get All button, allowing
5943                 quick retrieval from any account
5944                 Patch by Fabien Vantard, slightly modified
5945                 by Colin
5946         * src/gtk/about.c
5947                 i18n fix. Patch by Fabien Vantard
5948
5949 2005-12-19 [colin]      1.9.100cvs95
5950
5951         * src/compose.c
5952         * src/compose.h
5953                 Don't automatically join lines when they've 
5954                 been separated by the user and not automatically
5955
5956 2005-12-19 [paul]       1.9.100cvs94
5957
5958         * src/gtk/pluginwindow.c
5959                 i18n fix.
5960                 Patch by Fabien Vantard
5961
5962 2005-12-15 [paul]       1.9.100cvs93
5963
5964         * src/common/plugin.c
5965         * src/common/plugin.h
5966         * src/gtk/pluginwindow.c
5967         * src/plugins/clamav/clamav_plugin.c
5968         * src/plugins/demo/demo.c
5969         * src/plugins/dillo_viewer/dillo_viewer.c
5970         * src/plugins/pgpcore/plugin.c
5971         * src/plugins/pgpinline/plugin.c
5972         * src/plugins/pgpmime/plugin.c
5973         * src/plugins/spamassassin/spamassassin.c
5974         * src/plugins/trayicon/trayicon.c
5975                 add plugin_version()
5976
5977 2005-12-15 [colin]      1.9.100cvs92
5978
5979         * src/compose.c
5980                 Further fix bug #875
5981
5982 2005-12-15 [paul]       1.9.100cvs91
5983
5984         * src/gtk/filesel.c
5985                 fix attach_load_dir getting set to
5986                 PLUGINDIR on plugin load
5987
5988 2005-12-14 [mones]      1.9.100cvs90
5989
5990         * manual/ack.xml
5991         * manual/keyboard.xml
5992                 Initial draft and some shortcuts added
5993                 
5994         * po/es.po
5995                 Updated translation
5996
5997 2005-12-14 [colin]      1.9.100cvs89
5998
5999         * src/compose.c
6000         * src/imap.c
6001         * src/summaryview.c
6002         * src/gtk/gtkaspell.c
6003                 More leaks fixed
6004         * src/prefs_folder_item.c
6005                 Fix recursive prefs apply
6006
6007
6008 2005-12-14 [colin]      1.9.100cvs88
6009
6010         * src/compose.c
6011                 Fix bug #875 (Freeze On Inline Forward of 
6012                 Large Message)
6013
6014 2005-12-13 [colin]      1.9.100cvs87
6015
6016         * src/compose.c
6017                 Uniq-ify and sort the mimetypes list
6018                 Patch by Fabien Vantard
6019
6020 2005-12-13 [colin]      1.9.100cvs86
6021
6022         * src/imap.c
6023         * src/etpan/imap-thread.c
6024                 Fix leaks (patch by Hoa)
6025         * src/news.c
6026         * src/common/plugin.c
6027                 Fix leaks
6028
6029 2005-12-12 [colin]
6030
6031         * 2.0.0-rc2 released
6032
6033 2005-12-12 [colin]      1.9.100cvs85
6034
6035         * src/matcher.c
6036                 Fix a leak
6037
6038 2005-12-12 [wwp]        1.9.100cvs84
6039
6040         * src/gtk/icon_legend.c
6041                 fix misbehaviour and crash when closing the legend window
6042         using the Esc key (patch by Fabien Vantard).
6043
6044 2005-12-12 [paul]       1.9.100cvs83
6045
6046         * src/browseldap.c
6047         * src/foldersel.c
6048         * src/prefs_actions.c
6049         * src/prefs_filtering.c
6050         * src/prefs_matcher.c
6051         * src/prefs_spelling.glade      ** REMOVED **
6052         * src/prefs_template.c
6053         * src/gtk/foldersort.glade      ** REMOVED **
6054         * src/gtk/pluginwindow.c
6055         * src/gtk/pluginwindow.glade    ** REMOVED **
6056         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
6057                 cleanups
6058
6059 2005-12-11 [paul]       1.9.100cvs82
6060
6061         * src/gtk/filesel.c
6062                 fix attach_load_dir crasher (double free)
6063
6064 2005-12-09 [paul]       1.9.100cvs81
6065
6066         * po/POTFILES.in
6067         * src/mainwindow.c
6068         * src/gtk/Makefile.am
6069         * src/gtk/icon_legend.c
6070         * src/gtk/icon_legend.h
6071                 add icon legend
6072         * src/manual.c
6073                 cleanup
6074
6075 2005-12-09 [paul]       1.9.100cvs80
6076
6077         * src/plugins/pgpcore/passphrase.c
6078                 wrap the label in the dialog
6079
6080 2005-12-09 [colin]      1.9.100cvs79
6081
6082         * src/plugins/pgpcore/sgpgme.c
6083                 Display (untrusted) on not trusted signatures
6084                 Patch by Michal Èihaø <michal@cihar.com>
6085                 Closes bug #867 (Report also key trust)
6086
6087 2005-12-09 [colin]      1.9.100cvs78
6088
6089         * src/common/plugin.c
6090                 Update licence check, following Eben Moglen's advice
6091
6092 2005-12-08 [colin]      1.9.100cvs77
6093
6094         * src/folder.c
6095                 Fix the occasionnal item->cache != NULL 
6096                 assertion failure. 
6097
6098 2005-12-08 [colin]      1.9.100cvs76
6099
6100         * src/mimeview.c
6101         * src/plugins/pgpcore/sgpgme.c
6102                 Print key id when unable to check it
6103                 Closes bug #866 (Show key id when missing)
6104
6105 2005-12-08 [paul]       1.9.100cvs75
6106
6107         * src/prefs_common.c
6108         * src/prefs_common.h
6109         * src/gtk/filesel.c
6110                 remember load attachment dir
6111
6112 2005-12-07 [colin]      1.9.100cvs74
6113
6114         * src/prefs_toolbar.c
6115                 Gtk fixes, patch by Fabien Vantard
6116
6117 2005-12-07 [colin]      1.9.100cvs73
6118
6119         * src/action.c
6120         * src/compose.c
6121         * src/compose.h
6122                 Fix bug #839 (Quoted text isn't colored after 
6123                 executing an action)
6124         * src/common/plugin.c
6125                 Require plugins to declare their licence in plugin_licence()
6126                 Refuse to load non-GPL plugins as they'd be illegal (as 
6127                 derived works of Sylpheed-Claws, they must be GPL).
6128         * src/plugins/clamav/clamav_plugin.c
6129         * src/plugins/demo/demo.c
6130         * src/plugins/dillo_viewer/dillo_viewer.c
6131         * src/plugins/pgpcore/plugin.c
6132         * src/plugins/pgpinline/plugin.c
6133         * src/plugins/pgpmime/plugin.c
6134         * src/plugins/spamassassin/spamassassin.c
6135         * src/plugins/trayicon/trayicon.c
6136                 Add plugin_licence()
6137
6138 2005-12-07 [paul]       1.9.100cvs72
6139
6140         * configure.ac
6141         * src/mainwindow.c
6142         * src/manual.c
6143         * src/manual.h
6144         * src/common/defs.h
6145                 clean up after local FAQ removal and
6146                 temporary manual removal
6147
6148 2005-12-06 [colin]      1.9.100cvs71
6149
6150         * configure.ac
6151         * doc/Makefile.am
6152         * doc/faq/.cvsignore
6153         * doc/faq/Makefile.am
6154         * doc/faq/de/.cvsignore
6155         * doc/faq/de/Makefile.am
6156         * doc/faq/de/sylpheed-faq-1.html
6157         * doc/faq/de/sylpheed-faq-2.html
6158         * doc/faq/de/sylpheed-faq-3.html
6159         * doc/faq/de/sylpheed-faq.html
6160         * doc/faq/en/.cvsignore
6161         * doc/faq/en/Makefile.am
6162         * doc/faq/en/sylpheed-faq-1.html
6163         * doc/faq/en/sylpheed-faq-2.html
6164         * doc/faq/en/sylpheed-faq-3.html
6165         * doc/faq/en/sylpheed-faq-4.html
6166         * doc/faq/en/sylpheed-faq.html
6167         * doc/faq/es/.cvsignore
6168         * doc/faq/es/Makefile.am
6169         * doc/faq/es/sylpheed-faq-1.html
6170         * doc/faq/es/sylpheed-faq-2.html
6171         * doc/faq/es/sylpheed-faq-3.html
6172         * doc/faq/es/sylpheed-faq-4.html
6173         * doc/faq/es/sylpheed-faq.html
6174         * doc/faq/fr/.cvsignore
6175         * doc/faq/fr/Makefile.am
6176         * doc/faq/fr/sylpheed-faq-1.html
6177         * doc/faq/fr/sylpheed-faq-2.html
6178         * doc/faq/fr/sylpheed-faq-3.html
6179         * doc/faq/fr/sylpheed-faq.html
6180         * doc/faq/it/.cvsignore
6181         * doc/faq/it/Makefile.am
6182         * doc/faq/it/sylpheed-faq-1.html
6183         * doc/faq/it/sylpheed-faq-2.html
6184         * doc/faq/it/sylpheed-faq-3.html
6185         * doc/faq/it/sylpheed-faq.html
6186         * doc/manual/.cvsignore
6187         * doc/manual/Makefile.am
6188         * doc/manual/de/.cvsignore
6189         * doc/manual/de/Makefile.am
6190         * doc/manual/de/sylpheed-1.html
6191         * doc/manual/de/sylpheed-10.html
6192         * doc/manual/de/sylpheed-11.html
6193         * doc/manual/de/sylpheed-12.html
6194         * doc/manual/de/sylpheed-13.html
6195         * doc/manual/de/sylpheed-14.html
6196         * doc/manual/de/sylpheed-15.html
6197         * doc/manual/de/sylpheed-16.html
6198         * doc/manual/de/sylpheed-17.html
6199         * doc/manual/de/sylpheed-18.html
6200         * doc/manual/de/sylpheed-19.html
6201         * doc/manual/de/sylpheed-2.html
6202         * doc/manual/de/sylpheed-20.html
6203         * doc/manual/de/sylpheed-3.html
6204         * doc/manual/de/sylpheed-4.html
6205         * doc/manual/de/sylpheed-5.html
6206         * doc/manual/de/sylpheed-6.html
6207         * doc/manual/de/sylpheed-7.html
6208         * doc/manual/de/sylpheed-8.html
6209         * doc/manual/de/sylpheed-9.html
6210         * doc/manual/de/sylpheed.html
6211         * doc/manual/en/.cvsignore
6212         * doc/manual/en/Makefile.am
6213         * doc/manual/en/sylpheed-1.html
6214         * doc/manual/en/sylpheed-10.html
6215         * doc/manual/en/sylpheed-11.html
6216         * doc/manual/en/sylpheed-12.html
6217         * doc/manual/en/sylpheed-13.html
6218         * doc/manual/en/sylpheed-14.html
6219         * doc/manual/en/sylpheed-15.html
6220         * doc/manual/en/sylpheed-16.html
6221         * doc/manual/en/sylpheed-17.html
6222         * doc/manual/en/sylpheed-18.html
6223         * doc/manual/en/sylpheed-19.html
6224         * doc/manual/en/sylpheed-2.html
6225         * doc/manual/en/sylpheed-20.html
6226         * doc/manual/en/sylpheed-21.html
6227         * doc/manual/en/sylpheed-22.html
6228         * doc/manual/en/sylpheed-3.html
6229         * doc/manual/en/sylpheed-4.html
6230         * doc/manual/en/sylpheed-5.html
6231         * doc/manual/en/sylpheed-6.html
6232         * doc/manual/en/sylpheed-7.html
6233         * doc/manual/en/sylpheed-8.html
6234         * doc/manual/en/sylpheed-9.html
6235         * doc/manual/en/sylpheed.html
6236         * doc/manual/es/.cvsignore
6237         * doc/manual/es/Makefile.am
6238         * doc/manual/es/sylpheed-1.html
6239         * doc/manual/es/sylpheed-10.html
6240         * doc/manual/es/sylpheed-11.html
6241         * doc/manual/es/sylpheed-12.html
6242         * doc/manual/es/sylpheed-13.html
6243         * doc/manual/es/sylpheed-14.html
6244         * doc/manual/es/sylpheed-15.html
6245         * doc/manual/es/sylpheed-16.html
6246         * doc/manual/es/sylpheed-17.html
6247         * doc/manual/es/sylpheed-18.html
6248         * doc/manual/es/sylpheed-19.html
6249         * doc/manual/es/sylpheed-2.html
6250         * doc/manual/es/sylpheed-20.html
6251         * doc/manual/es/sylpheed-3.html
6252         * doc/manual/es/sylpheed-4.html
6253         * doc/manual/es/sylpheed-5.html
6254         * doc/manual/es/sylpheed-6.html
6255         * doc/manual/es/sylpheed-7.html
6256         * doc/manual/es/sylpheed-8.html
6257         * doc/manual/es/sylpheed-9.html
6258         * doc/manual/es/sylpheed.html
6259         * doc/manual/fr/.cvsignore
6260         * doc/manual/fr/Makefile.am
6261         * doc/manual/fr/sylpheed-1.html
6262         * doc/manual/fr/sylpheed-10.html
6263         * doc/manual/fr/sylpheed-11.html
6264         * doc/manual/fr/sylpheed-12.html
6265         * doc/manual/fr/sylpheed-13.html
6266         * doc/manual/fr/sylpheed-14.html
6267         * doc/manual/fr/sylpheed-15.html
6268         * doc/manual/fr/sylpheed-16.html
6269         * doc/manual/fr/sylpheed-17.html
6270         * doc/manual/fr/sylpheed-18.html
6271         * doc/manual/fr/sylpheed-19.html
6272         * doc/manual/fr/sylpheed-2.html
6273         * doc/manual/fr/sylpheed-20.html
6274         * doc/manual/fr/sylpheed-3.html
6275         * doc/manual/fr/sylpheed-4.html
6276         * doc/manual/fr/sylpheed-5.html
6277         * doc/manual/fr/sylpheed-6.html
6278         * doc/manual/fr/sylpheed-7.html
6279         * doc/manual/fr/sylpheed-8.html
6280         * doc/manual/fr/sylpheed-9.html
6281         * doc/manual/fr/sylpheed.html
6282         * doc/manual/ja/.cvsignore
6283         * doc/manual/ja/Makefile.am
6284         * doc/manual/ja/sylpheed-1.html
6285         * doc/manual/ja/sylpheed-10.html
6286         * doc/manual/ja/sylpheed-11.html
6287         * doc/manual/ja/sylpheed-12.html
6288         * doc/manual/ja/sylpheed-13.html
6289         * doc/manual/ja/sylpheed-14.html
6290         * doc/manual/ja/sylpheed-15.html
6291         * doc/manual/ja/sylpheed-16.html
6292         * doc/manual/ja/sylpheed-17.html
6293         * doc/manual/ja/sylpheed-18.html
6294         * doc/manual/ja/sylpheed-19.html
6295         * doc/manual/ja/sylpheed-2.html
6296         * doc/manual/ja/sylpheed-20.html
6297         * doc/manual/ja/sylpheed-3.html
6298         * doc/manual/ja/sylpheed-4.html
6299         * doc/manual/ja/sylpheed-5.html
6300         * doc/manual/ja/sylpheed-6.html
6301         * doc/manual/ja/sylpheed-7.html
6302         * doc/manual/ja/sylpheed-8.html
6303         * doc/manual/ja/sylpheed-9.html
6304         * doc/manual/ja/sylpheed.html
6305         * doc/manual/ja/sylpheed.sgml
6306         * src/mainwindow.c
6307                 Remove outdated manual and faq. Noisy, eh?
6308
6309 2005-12-06 [colin]      1.9.100cvs70
6310
6311         * src/compose.c
6312         * src/quote_fmt_parse.y
6313         * src/undo.c
6314         * src/undo.h
6315                 Allow %X to position cursor at 0 
6316                 (no %X = before signature)
6317                 Fix paste as quotation putting the cursor at 0
6318                 Fix undo offsets when pasting
6319                 Insert the quote_fmt at once instead of line 
6320                 by line
6321                 Fix [Edited] when starting to reply/forward
6322
6323 2005-12-06 [paul]       1.9.100cvs69
6324
6325         * src/plugins/clamav/clamav_plugin_gtk.c
6326                 add another tooltip
6327         * src/plugins/spamassassin/spamassassin_gtk.c
6328                 rework spamassassin_create_widget_func()
6329
6330 2005-12-05 [colin]      1.9.100cvs68
6331
6332         * po/POTFILES.in
6333                 Fix make release ;-)
6334
6335 2005-12-05 [colin]      1.9.100cvs67
6336
6337         * src/compose.c
6338         * src/compose.h
6339                 Fix cursor positioning (not obeying %X)
6340
6341 2005-12-05 [paul]       1.9.100cvs66
6342
6343         * src/plugins/dillo_viewer/dillo_prefs.c
6344                 fix compilation warning
6345
6346 2005-12-05 [paul]       1.9.100cvs65
6347
6348         * src/prefs_spelling.c
6349         * src/plugins/trayicon/trayicon.c
6350                 cleanups - remove unused stuff
6351
6352 2005-12-05 [paul]       1.9.100cvs64
6353
6354         * README
6355         * manual/plugins.xml
6356                 remove info about removed mathml_viewer plugin
6357
6358 2005-12-05 [paul]       1.9.100cvs63
6359
6360         * configure.ac
6361         * src/plugins/Makefile.am
6362         * src/plugins/mathml_viewer/.cvsignore
6363         * src/plugins/mathml_viewer/Makefile.am
6364         * src/plugins/mathml_viewer/mathml_viewer.c
6365                 remove unmaintained mathml_viewer plugin
6366
6367 2005-12-05 [paul]       1.9.100cvs62
6368
6369         * src/summaryview.c
6370                 obey prefs_common.always_show_msg when
6371                 moving a msg
6372                 Thanks to Colin
6373
6374 2005-12-05 [paul]       1.9.100cvs61
6375
6376         * src/compose.c
6377         * src/prefs_account.c
6378         * src/prefs_filtering.c
6379         * src/prefs_quote.c
6380         * src/prefs_spelling.c
6381         * src/prefs_toolbar.c
6382         * src/summaryview.c
6383         * src/gtk/gtkutils.c
6384         * src/gtk/quicksearch.c
6385         * src/plugins/dillo_viewer/dillo_prefs.c
6386                 dialog cleanups
6387
6388 2005-12-04 [paul]       1.9.100cvs60
6389
6390         * src/inc.c
6391         * src/prefs_account.c
6392         * src/prefs_account.h
6393                 allow a Local account to specify a
6394                 default inbox
6395                 (closes bug 843 'Inbox cannot be changed for local
6396                  mailboxes')
6397
6398 2005-12-04 [colin]      1.9.100cvs59
6399
6400         * src/plugins/trayicon/trayicon.c
6401                 Remove Get, rename Get All to Get Mail in order to
6402                 be consistent with the default main toolbar
6403
6404 2005-12-03 [colin]      1.9.100cvs58
6405
6406         * manual/gpl.xml
6407         * manual/sylpheed-claws-manual.xml
6408                 Add GPL appendix
6409
6410 2005-12-03 [paul]       1.9.100cvs57
6411
6412         * AUTHORS
6413         * po/sv.po
6414         * src/gtk/authors.h
6415                 new (partially complete) Swedish translation
6416                 by Anders Troback <sylpheed@troback.com>
6417
6418 2005-12-02 [paul]       1.9.100cvs56
6419
6420         * configure.ac
6421                 libetpan 0.41 required
6422
6423 2005-12-02 [paul]       1.9.100cvs55
6424
6425         * src/plugins/clamav/clamav_plugin.c
6426         * src/plugins/clamav/clamav_plugin.h
6427         * src/plugins/clamav/clamav_plugin_gtk.c
6428         * src/plugins/spamassassin/spamassassin.c
6429         * src/plugins/spamassassin/spamassassin.h
6430         * src/plugins/spamassassin/spamassassin_gtk.c
6431                 unregister prefs pages on unloading, thus
6432                 preventing a crash
6433                 (thanks to Colin for the hint)
6434
6435 2005-12-02 [wwp]        1.9.100cvs54
6436
6437         * src/quote_fmt.h
6438         * src/quote_fmt_parse.y
6439                 fix misuse of gboolean*, use gboolean instead
6440                 (thanks to Paul, Colin, for pointing out that scaring one)
6441
6442 2005-12-02 [paul]       1.9.100cvs53
6443
6444         * src/plugins/clamav/clamav_plugin.c
6445                 int no --> unsigned int no
6446         * src/plugins/clamav/clamav_plugin_gtk.c
6447                 rework config page
6448
6449 2005-12-02 [wwp]        1.9.100cvs52
6450
6451         * src/compose.c
6452         * src/prefs_template.c
6453         * src/quote_fmt.h
6454         * src/quote_fmt_parse.y
6455                 prevent from executing |f and |p templates commands when
6456                 adding or replacing templates in prefs (avoids annoying and
6457                 potentially dangerous behaviours)
6458
6459 2005-12-02 [paul]       1.9.100cvs51
6460
6461         * src/prefs_common.c
6462                 allow translation of some default values
6463                 Patch by Fabien Vantard
6464
6465 2005-12-02 [paul]       1.9.100cvs50
6466
6467         * src/codeconv.c
6468         * src/codeconv.h
6469         * src/prefs_common.c
6470         * src/prefs_common.h
6471         * src/prefs_message.c
6472         * src/textview.c
6473                 remove obsolete 'convert_mb_alnum' option
6474                 and related stuff
6475         * src/gtk/about.c
6476                 remove unused 'about_textview_visibility_notify'
6477
6478 2005-12-02 [paul]       1.9.100cvs49
6479
6480         * src/prefs_account.c
6481         * src/prefs_compose_writing.c
6482         * src/prefs_fonts.c
6483         * src/prefs_gtk.h
6484         * src/prefs_image_viewer.c
6485         * src/prefs_message.c
6486         * src/prefs_other.c
6487         * src/prefs_receive.c
6488         * src/prefs_send.c
6489         * src/prefs_spelling.c
6490         * src/prefs_summaries.c
6491         * src/prefs_wrapping.c
6492         * src/plugins/dillo_viewer/dillo_prefs.c
6493         * src/plugins/pgpcore/prefs_gpg.c
6494                 several cleanups to the prefs dialogs
6495                 (slightly modified) patch by Fabien Vantard
6496
6497 2005-12-02 [paul]       1.9.100cvs48
6498
6499         * src/main.c
6500                 --exit means exit
6501         * src/send_message.c
6502                 fix crash on send when connection fails
6503
6504         Thanks to Colin
6505
6506 2005-12-01 [colin]      1.9.100cvs47
6507
6508         * src/html.c
6509                 Translate &hellip; to "..."
6510
6511 2005-11-30 [colin]      1.9.100cvs46
6512
6513         * src/matcher.c
6514         * src/matcher.h
6515                 Optimize back yesterday's fix.
6516
6517 2005-11-30 [paul]       1.9.100cvs45
6518
6519         * manual/faq.xml
6520                 standardised
6521         * manual/intro.xml
6522                 written by Colin, edited by me
6523
6524 2005-11-29 [colin]      1.9.100cvs44
6525
6526         * src/matcher.c
6527                 Skip headers unconditionnaly in match_body if the
6528                 rule is not message or ~message
6529
6530 2005-11-29 [colin]      1.9.100cvs43
6531
6532         * src/matcher.c
6533                 Fix body_part and such, not skipping headers 
6534                 if the matchcriteria wasn't the first in the rule
6535
6536 2005-11-29 [colin]      1.9.100cvs42
6537
6538         * src/compose.c
6539                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
6540                 option missing from message view window)
6541                 Fix double text D'n'D with gtk-2.8
6542         * src/matcher.c
6543                 Fix ~message, ~headers_part, ~body_part rules
6544         * src/messageview.c
6545                 Add Windows-1252 (Closes bug #863)
6546                 Fix accels
6547         * src/gtk/gtkaspell.c
6548                 Properly destroy accels in all menus
6549
6550 2005-11-29 [mones]      1.9.100cvs41
6551
6552         * po/es.po
6553                 Updated.
6554
6555 2005-11-27 [colin]      1.9.100cvs40
6556
6557         * src/mh_gtk.c
6558                 "/Remove mailbox" -> "/Remove mailbox..."
6559
6560 2005-11-27 [paul]       1.9.100cvs39
6561
6562         * AUTHORS
6563         * po/de.po
6564         * src/gtk/authors.h
6565                 updated by new maintainer, Stephan Sachse
6566
6567 2005-11-27 [paul]       1.9.100cvs38
6568
6569         * manual/faq.xml
6570                 written by Colin, edited by me
6571
6572 2005-11-27 [paul]       1.9.100cvs37
6573
6574         * src/prefs_common.c
6575         * src/prefs_common.h
6576         * src/prefs_receive.c
6577         * src/prefs_summaries.c
6578                 move 'go to inbox after receiving new mail'
6579                 option from display/sumamaries to mail
6580                 handling/receive, and rework prefs_summaries
6581                 dialog a little
6582
6583 2005-11-25 [martin]     1.9.100cvs36
6584
6585         * po/de.po
6586             fixed windows-1252 translation;
6587             translated some new and fuzzy strings
6588
6589 2005-11-25 [paul]       1.9.100cvs35
6590
6591         * src/plugins/clamav/clamav_plugin.c
6592                 complete the update done in cvs34
6593
6594 2005-11-25 [paul]       1.9.100cvs34
6595
6596         * src/plugins/clamav/clamav_plugin.c
6597                 reflect upstream changes
6598
6599 2005-11-25 [paul]       1.9.100cvs33
6600
6601         * manual/ack.xml
6602         * manual/plugins.xml
6603         * manual/sylpheed-claws-manual.xml
6604                 written/updated by Colin, edited by me
6605         * tools/acroread2sylpheed.pl
6606                 update binary name
6607
6608 2005-11-24 [colin]      1.9.100cvs32
6609
6610         * src/compose.c
6611                 Fix bug #856 (reediting messages forgets Request
6612                 Return Receipt)
6613
6614 2005-11-24 [paul]       1.9.100cvs31
6615
6616         * manual/addrbook.xml
6617         * manual/starting.xml
6618                 written by Colin, proofread, edited, adapted by me
6619         * manual/advanced.xml
6620                 add some Actions examples
6621         * src/importldif.c
6622                 use a Save button instead of a Close button
6623         * src/wizard.c
6624                 indicate mandatory fields
6625                 fix page display
6626                 Thanks to Colin
6627
6628 2005-11-23 [colin]      1.9.100cvs30
6629
6630         * src/addressbook.c
6631                 Rename menu item, fix possible crash after
6632                 deletion of books
6633         * src/addrindex.c
6634                 Allow searching for '*' in ldap
6635         * src/browseldap.c
6636                 Fix "Browse Entry" (did anyone use it?)
6637         * src/wizard.c
6638                 Add guards for mandatory information
6639
6640 2005-11-23 [paul]       1.9.100cvs29
6641
6642         * manual/advanced.xml
6643                 corrections to the English
6644
6645 2005-11-23 [colin]      1.9.100cvs28
6646
6647         * src/mimeview.c
6648                 Fix possible crash at exit. After the call to
6649                 gtk_container_remove(), the Viewer's widget has no
6650                 more parent so gtk+ automatically frees it and its
6651                 sons. If destroy_viewer() then try to access it,
6652                 problems ensue.
6653
6654 2005-11-22 [colin]      1.9.100cvs27
6655
6656         * src/compose.c
6657         * src/gtk/gtkaspell.c
6658                 Fix right-clicking on a misspelled word
6659                 Fix More... in suggestions menu
6660
6661 2005-11-22 [wwp]        1.9.100cvs26
6662
6663         * src/prefs_template.c
6664                 templates works: re-sort templates list when adding or replacing,
6665                 prevent from adding or replacing when the template name is empty
6666
6667 2005-11-21 [colin]      1.9.100cvs25
6668
6669         * src/addressbook.c
6670                 Fix some addressbook suckage (dnd, select all)
6671         * src/compose.c
6672         * src/gtk/gtkaspell.c
6673         * src/gtk/gtkaspell.h
6674                 Make the spellchecker menu work with the 
6675                 GtkTextView one instead of overriding it
6676
6677 2005-11-20 [paul]       1.9.100cvs24
6678
6679         * manual/handling.xml
6680                 proofread and corrected
6681
6682 2005-11-20 [paul]       1.9.100cvs23
6683
6684         * manual/Makefile
6685                 generate html as one file
6686         * manual/advanced.xml
6687                 fix output generation
6688                 reformat hidden options list
6689         * manual/manual.xml     ** REMOVED **
6690         * manual/sylpheed-claws-manual.xml      ** ADDED **
6691                 renamed
6692
6693 2005-11-18 [colin]      1.9.100cvs22
6694
6695         * src/prefs_account.c
6696                 Fix layout in news and mbox accounts
6697         * manual/account.xml
6698         * manual/advanced.xml
6699                 New contents for Paul to check :)
6700
6701 2005-11-18 [wwp]        1.9.100cvs21
6702
6703         * src/gtk/quicksearch.c
6704                 don't update extended quicksearch buttons twice
6705
6706 2005-11-18 [paul]       1.9.100cvs20
6707
6708         * src/textview.c
6709                 complete 1.9.100cvs19
6710
6711 2005-11-18 [paul]       1.9.100cvs19
6712
6713         * src/compose.c
6714                 cosmetic improvements
6715         * src/textview.c
6716                 also list text/* attachments
6717
6718 2005-11-18 [colin]      1.9.100cvs18
6719
6720         * src/summaryview.c
6721                 Use column 0 instead of -1 in 
6722                 gtk_ctree_node_moveto, in a naive
6723                 hope it'll fix the gtk-related crashes
6724
6725 2005-11-18 [colin]      1.9.100cvs17
6726
6727         * src/gtk/inputdialog.c
6728                 Fix icon staying the first one
6729
6730 2005-11-17 [wwp]        1.9.100cvs16
6731                 fix possible problem showing some quicksearch buttons, and a bad
6732                 call to g_return_if_fail in a function that returns a value (both
6733                 fixes by Fabien Vantard)
6734
6735 2005-11-15 [wwp]        1.9.100cvs15
6736
6737         * src/gtk/quicksearch.c
6738                 added a tooltip to that obscure ... quicksearch button
6739
6740 2005-11-15 [wwp]        1.9.100cvs14
6741
6742         * src/gtk/quicksearch.c
6743                 add a quicksearch helper to filtering expression users: the ... button
6744                 raises the condition expr window. condition expressions set up w/ this
6745                 window are used by the quicksearch if the user closes it pressing OK.
6746
6747 2005-11-14 [paul]       1.9.100cvs13
6748
6749         * src/plugins/clamav/clamav_plugin.c
6750         * src/plugins/spamassassin/spamassassin.c
6751                 change plugin type following recent merging
6752
6753 2005-11-14 [wwp]        1.9.100cvs12
6754
6755         * src/folder.c
6756                 prevent from crashing when copying/moving message(s) from and
6757                 to the same folder
6758
6759 2005-11-14 [paul]       1.9.100cvs11
6760
6761         * src/plugins/clamav/Makefile.am
6762         * src/plugins/clamav/clamav_plugin.c
6763         * src/plugins/clamav/clamav_plugin.h
6764         * src/plugins/clamav/clamav_plugin_gtk.c
6765                 also merge clamav and clamav_gtk plugins
6766
6767 2005-11-13 [colin]      1.9.100cvs10
6768
6769         * configure.ac
6770         * src/plugins/spamassassin/Makefile.am
6771         * src/plugins/spamassassin/spamassassin.c
6772         * src/plugins/spamassassin/spamassassin.h
6773         * src/plugins/spamassassin/spamassassin_gtk.c
6774                 Merge spamassassin and spamassassin_gtk plugins,
6775                 and build it by default.
6776
6777 2005-11-12 [colin]      1.9.100cvs9
6778
6779         * src/etpan/imap-thread.c
6780                 Fix gcc warning
6781
6782 2005-11-12 [colin]      1.9.100cvs8
6783
6784         * src/procmime.c
6785                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
6786
6787 2005-11-10 [colin]      1.9.100cvs7
6788
6789         * src/main.c
6790                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
6791                 minimised state)
6792
6793 2005-11-10 [wwp]        1.9.100cvs6
6794
6795         * src/gtk/description_window.c
6796                 fix a crash when closing description windows using the WM's [X] button
6797
6798 2005-11-09 [colin]      1.9.100cvs5
6799
6800         * src/common/ssl.c
6801                 Update libetpan call to follow upstream
6802                 (yes, this requires libetpan-0.40cvs3)
6803
6804 2005-11-08 [colin]      1.9.100cvs4
6805
6806         * src/compose.c
6807         * src/textview.c
6808         * src/common/utils.c
6809         * src/common/utils.h
6810                 Enhance the email parser
6811
6812 2005-11-08 [colin]      1.9.100cvs3
6813
6814         * src/procmime.c
6815                 Fix what looks like an off-by-one (fixes 
6816                 attachments from the Bat)
6817
6818 2005-11-08 [wwp]        1.9.100cvs2
6819
6820         * src/main.c
6821                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
6822
6823 2005-11-08 [wwp]        1.9.100cvs1
6824
6825         * src/main.c
6826                 allow exiting Sylpheed-Claws from command-line
6827
6828 2005-11-08 [paul]       1.9.100
6829
6830         1.9.100 released
6831
6832 2005-11-07 [colin]      1.9.99cvs17
6833
6834         * src/addritem.c
6835         * src/ldif.c
6836                 Fix import of base-64 encoded items
6837
6838 2005-11-07 [colin]      1.9.99cvs16
6839
6840         * src/send_message.c
6841                 Fix bug #314 (Queue does not empty under certain 
6842                 circumstances)
6843
6844 2005-11-07 [paul]       1.9.99cvs15
6845
6846         * src/mutt.c
6847         * src/pine.c
6848                 fix buffer overflows
6849                 Thanks to Colin
6850
6851 2005-11-07 [paul]       1.9.99cvs14
6852
6853         * doc/man/Makefile.am
6854         * doc/man/sylpheed-claws.1      ** ADDED **
6855         * doc/man/sylpheed.1            ** DELETED **
6856                 rename and update the man file
6857
6858 2005-11-06 [colin]      1.9.99cvs13
6859
6860         * src/ldif.c
6861                 Fix ldif_get_line() that returned empty strings
6862                 (Didn't understand why). Also fix a possible
6863                 buffer overflow.
6864
6865 2005-11-06 [wwp]        1.9.99cvs12
6866
6867         * src/textview.c
6868         * src/gtk/about.c
6869         * src/gtk/gtkutils.c
6870         * src/gtk/gtkutils.h
6871                 fix a compilation warning,
6872                 make links sensitive in the about dialog
6873
6874 2005-11-04 [wwp]        1.9.99cvs11
6875
6876         * src/gtk/about.c
6877                 don't wrap or translate URIs, and a bit text format cleanup
6878
6879 2005-11-04 [wwp]        1.9.99cvs10
6880
6881         * src/gtk/about.c
6882                 better textview tagging implementation (no more use of marks for
6883                 postponed tagging)
6884
6885 2005-11-02 [colin]      1.9.99cvs9
6886
6887         * src/common/ssl.c
6888                 Forgot an ifdef
6889
6890 2005-11-02 [colin]      1.9.99cvs8
6891
6892         * configure.ac
6893                 Require libetpan-0.40 due to upstream fix
6894         * src/common/ssl.c
6895                 Tell libetpan not to call SSL_Library_Init,
6896                 as we do it ourselves.
6897
6898 2005-11-02 [colin]      1.9.99cvs7
6899
6900         * po/POTFILES.in
6901                 Add missing files (thanks to Fabien Vantard)
6902
6903 2005-11-02 [colin]      1.9.99cvs6
6904
6905         * src/summaryview.c
6906                 Fix totals when read messages are hidden or quicksearch
6907                 is on
6908         * src/ssl_manager.c
6909         * src/ssl_manager.h
6910         * src/common/ssl_certificate.c
6911         * src/common/ssl_certificate.h
6912         * src/gtk/sslcertwindow.c
6913         * src/gtk/sslcertwindow.h
6914                 Fix copyright on my stuff
6915
6916 2005-11-02 [wwp]        1.9.99cvs5
6917
6918         * src/prefs_themes.c
6919                 fix directory name checking (theme installation/removal),
6920                 made related error a bit more verbose
6921
6922 2005-11-02 [colin]      1.9.99cvs4
6923
6924         * src/summaryview.c
6925                 Fix typo (probably fixes bug #841 (Sort by the From 
6926                 field doesn't work)
6927
6928 2005-11-02 [paul]       1.9.99cvs3
6929
6930         * po/ko.po
6931         * po/nb.po
6932                 updated by SungHyun Nam, Geir Helland
6933         * src/wizard.c
6934                 fix typo in welcome message. spotted by
6935                 Andrea Spadaccini
6936
6937 2005-11-01 [colin]      1.9.99cvs2
6938
6939         * src/compose.c
6940                 Fix replying to ml wen confirming subscription
6941         * src/messageview.c
6942         * src/mimeview.c
6943         * src/mimeview.h
6944         * src/privacy.h
6945         * src/summaryview.c
6946                 Make key check non blocking
6947
6948 2005-10-31 [paul]       1.9.99cvs1
6949
6950         * tools/claws.i18n.status.pl
6951                 updated for ChangeLog
6952
6953 2005-10-31 [paul]       1.9.99
6954
6955         1.9.99 released
6956
6957 2005-10-31 [paul]       1.9.15cvs131
6958
6959         * .cvsignore
6960         * ChangeLog
6961         * ChangeLog.claws       ** REMOVED **
6962         * ChangeLog-gtk2.claws  ** REMOVED **
6963         * ChangeLog.gtk1        ** ADDED **
6964         * INSTALL
6965         * Makefile.am
6966         * NEWS
6967         * README
6968         * README.claws          ** REMOVED **
6969         * README.jp             ** REMOVED **
6970         * RELEASE_NOTES         ** ADDED **
6971         * RELEASE_NOTES.claws   ** REMOVED **
6972         * commitHelper
6973         * configure.ac
6974         * sylpheed.spec.in      ** REMOVED **
6975                 tidy up and update the default docs:
6976                 ChangeLog.claws is renamed ChangeLog.gtk1
6977                 ChangeLog-gtk2.claws is renamed ChangeLog
6978                 README.claws is renamed README
6979                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
6980
6981 2005-10-31 [paul]       1.9.15cvs130
6982
6983         * po/it.po
6984                 fix errors
6985
6986 2005-10-31 [paul]       1.9.15cvs129
6987
6988         * po/ca.po
6989         * po/de.po
6990         * po/en_GB.po
6991         * po/fr.po
6992         * po/it.po
6993         * po/pt_BR.po
6994         * po/sk.po
6995         * po/sr.po
6996         * po/zh_CN.po
6997                 updated by Miquel Oliete, Stephan Sachse and
6998                 Thomas Gilgin, me, Fabien Vantard, Andrea
6999                 Spadaccini, Frederico Goncalves Guimaraes,
7000                 Andrej Kacian, Aleksandar Urosevic, and
7001                 Ralgh Young.
7002
7003 2005-10-31 [mones]      1.9.15cvs128
7004
7005         * manual/faq.xml
7006                 More questions.
7007         
7008         * po/es.po
7009                 Updated for release.
7010
7011 2005-10-30 [colin]      1.9.15cvs127
7012
7013         * src/compose.c
7014                 Place cursor before rewrapping (fixes cursor
7015                 pos if quotation gets rewrapped)
7016
7017 2005-10-29 [paul]       1.9.15cvs126
7018
7019         * src/crash.c
7020         * src/foldersel.c
7021         * src/main.c
7022         * src/messageview.c
7023         * src/toolbar.c
7024         * src/gtk/authors.h
7025                 corrections to text items
7026
7027 2005-10-28 [colin]      1.9.15cvs125
7028
7029         * src/messageview.c
7030                 Make "hit 'C' to check sig" work from extern 
7031                 messageviews
7032
7033 2005-10-27 [colin]      1.9.15cvs124
7034
7035         * src/summaryview.c
7036                 Add a hack to avoid segfaulting when hammering 
7037                 on gtk's events
7038
7039 2005-10-27 [wwp]        1.9.15cvs123
7040
7041         * src/prefs_themes.c
7042                 sort list of themes names in themes prefs
7043
7044 2005-10-27 [paul]       1.9.15cvs122
7045
7046         * src/folder.c
7047         * src/prefs_account.c
7048                 fix building on Solaris
7049                 Patch by Alex Moore
7050
7051 2005-10-27 [wwp]        1.9.15cvs121
7052
7053         * src/summaryview.c
7054         * src/gtk/gtksctree.c
7055                 speed up unselecting messages in summary view (thanks to Colin)
7056
7057 2005-10-27 [paul]       1.9.15cvs120
7058
7059         * src/mainwindow.c
7060                 fix a compilation warning
7061         * src/summaryview.c
7062                 fix updating of 'n items selected' count
7063                 when deselecting
7064
7065 2005-10-27 [martin]     1.9.15cvs119
7066
7067         * src/action.c
7068                 ignore actions with a leading '/' in the action menu name
7069                 fixes a crash on menu creation
7070         * src/prefs_actions.c
7071                 do not allow a leading '/' in the action menu name
7072
7073 2005-10-27 [paul]       1.9.15cvs118
7074
7075         * src/main.c
7076                 fix compilation warning
7077
7078 2005-10-27 [paul]       1.9.15cvs117
7079
7080         * src/procmime.c
7081                 add #if HAVE_LOCALE_H
7082
7083 2005-10-27 [paul]       1.9.15cvs116
7084
7085         * src/plugins/clamav/clamav_plugin.c
7086         * src/plugins/dillo_viewer/dillo_viewer.c
7087         * src/plugins/mathml_viewer/mathml_viewer.c
7088         * src/plugins/pgpcore/plugin.c
7089         * src/plugins/pgpinline/plugin.c
7090         * src/plugins/pgpmime/plugin.c
7091         * src/plugins/spamassassin/spamassassin.c
7092         * src/plugins/trayicon/trayicon.c
7093                 plugin_init() : make error messages more
7094                 informative
7095
7096 2005-10-26 [wwp]        1.9.15cvs115
7097
7098         * src/prefs_matcher.c
7099                 enlarge boolean op widget width a bit (wasn't always showing text contents)
7100
7101 2005-10-26 [wwp]        1.9.15cvs114
7102
7103         * src/procmime.c
7104         * src/gtk/gtksctree.c
7105         * src/plugins/spamassassin/libspamc.c
7106         * src/plugins/spamassassin/spamassassin.c
7107                 fix some compilation warnings more
7108
7109 2005-10-26 [mones]      1.9.15cvs113
7110
7111         * po/es.po
7112                 Updated translation
7113
7114 2005-10-26 [paul]       1.9.15cvs112
7115
7116         * src/prefs_message.c
7117                 give all display_xface stuff the
7118                 #if HAVE_LIBCOMPFACE treatment, thus
7119                 preventing a crash
7120                 (Thanks to Wolfgang Enderlein)
7121
7122 2005-10-26 [colin]      1.9.15cvs111
7123
7124         * src/gedit-print.c
7125                 Fix date format
7126         * src/imap_gtk.c
7127         * src/news_gtk.c
7128                 Remove context menu items that should not be there
7129         * src/jpilot.c
7130                 Fix encoding
7131         * src/main.c
7132         * src/mainwindow.c
7133                 Don't show the mainwindow too soon
7134
7135 2005-10-26 [wwp]        1.9.15cvs110
7136
7137         * src/folder.c
7138         * src/manual.c
7139         * src/summaryview.c
7140                 fix uninitialized pointers in the folder updating hook
7141                 (thanks to Colin)
7142
7143 2005-10-25 [mones]      1.9.15cvs109
7144
7145         * manual/faq.xml
7146                 General information subsection completed. 
7147                 Removed archaic references.
7148                 
7149         * manual/Makefile
7150         * manual/dtd/manual.dsl
7151                 Added customization stylesheet for getting paragraphs
7152                 fully justified in PDF output (as suggested by Colin).
7153
7154 2005-10-25 [colin]      1.9.15cvs108
7155
7156         * src/compose.c
7157                 Fix a second leak
7158
7159 2005-10-25 [colin]      1.9.15cvs107
7160
7161         * src/addrbook.c
7162         * src/addrindex.c
7163                 Fix leak (xml_get_element() allocates memory)
7164         * src/compose.c
7165                 Fix leak + dead code (shame!)
7166         * src/procmime.c
7167                 Fix leak
7168
7169 2005-10-25 [colin]      1.9.15cvs106
7170
7171         * src/mimeview.c
7172                 Fix encoding issue in Save all and in 
7173                 overwrite-confirmation alertpanel
7174
7175 2005-10-25 [colin]      1.9.15cvs105
7176
7177         * src/common/socket.c
7178                 Fix a leak - Thanks to Christopher Aillon
7179                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
7180
7181 2005-10-25 [paul]       1.9.15cvs104
7182
7183         * src/wizard.c
7184                 Always guess servers from the right-hand
7185                 email part and guess username from the
7186                 left-hand part. (Thanks to Colin)
7187                 add an X-Face to the welcome message
7188
7189 2005-10-25 [paul]       1.9.15cvs103
7190
7191         * manual/handling.xml
7192                 written by Colin, edited by me
7193
7194 2005-10-25 [wwp]        1.9.15cvs102
7195
7196         * src/folderview.c
7197         * src/grouplistdialog.c
7198         * src/imap.c
7199         * src/noticeview.c
7200                 fix some compilation warnings
7201
7202 2005-10-24 [paul]
7203
7204         1.9.99-rc3 released
7205
7206 2005-10-24 [paul]       1.9.15cvs101
7207
7208         * src/gtk/about.c
7209                 fix window sizing
7210
7211 2005-10-24 [paul]       1.9.15cvs100
7212
7213         * src/pixmaps/offline.xpm
7214         * src/pixmaps/online.xpm
7215                 replace with last default versions
7216
7217 2005-10-24 [colin]      1.9.15cvs99
7218
7219         * src/imap.c
7220                 Fix bug when moving a folder
7221         * src/imap_gtk.c
7222         * src/mh_gtk.c
7223                 "Delete folder" pops up a window, so it 
7224                 should be suffixed with "..."
7225         * src/plugins/pgpcore/sgpgme.c
7226                 Include locale.h
7227
7228 2005-10-24 [mones]      1.9.15cvs98
7229
7230         * manual/Makefile
7231         * manual/account.xml
7232         * manual/ack.xml
7233         * manual/addrbook.xml
7234         * manual/advanced.xml
7235         * manual/faq.xml
7236         * manual/glossary.xml
7237         * manual/gpl.xml
7238         * manual/handling.xml
7239         * manual/intro.xml
7240         * manual/keyboard.xml
7241         * manual/manual.xml
7242         * manual/plugins.xml
7243         * manual/starting.xml
7244         * manual/dtd/sdocbook.dtd
7245                 Initial manual structure and some content.
7246
7247 2005-10-23 [wwp]        1.9.15cvs97
7248
7249         * src/gtk/about.c
7250                 fix a typo
7251
7252 2005-10-23 [wwp]        1.9.15cvs96
7253
7254         * src/gtk/about.c
7255         * src/gtk/authors.h
7256                 rework of the about window (main work by Paul), also featuring a few
7257                 fixes for typos and duplicate names
7258
7259 2005-10-23 [wwp]        1.9.15cvs95
7260
7261         * src/.cvsignore
7262                 Ignore the right binary name (sylpheed-claws now)
7263
7264 2005-10-23 [paul]       1.9.15cvs94
7265
7266         * src/compose.c
7267                 when using Folder Pref 'Default To for
7268                 replies' make the entry in the Compose
7269                 window bold
7270                 Patch by Fabien Vantard
7271
7272 2005-10-22 [colin]      1.9.15cvs93
7273
7274         * src/codeconv.c
7275                 Fix leak
7276
7277 2005-10-22 [colin]      1.9.15cvs92
7278
7279         * src/codeconv.c
7280                 try to convert using locale (apart utf8) if necessary
7281
7282 2005-10-22 [colin]      1.9.15cvs91
7283
7284         * src/pixmaps/new.xpm
7285         * src/pixmaps/unread.xpm
7286                 Make the unread envelope blue again and
7287                 saturate the new one a bit more.
7288
7289 2005-10-22 [colin]      1.9.15cvs90
7290
7291         * src/compose.c
7292                 When replying to a mail sent by one of our accounts,
7293                 use the original list of recipients. Let 'Reply All'
7294                 and 'Reply to sender' work like previously.
7295
7296 2005-10-21 [colin]      1.9.15cvs89
7297
7298         * src/prefs_filtering.c
7299                 Clear fields after add and replace
7300         * src/textview.c
7301                 Display xface differently (better)
7302         * src/plugins/pgpinline/pgpinline.c
7303                 Fix crappy encodings/recodings
7304
7305 2005-10-21 [paul]       1.9.15cvs88
7306
7307         * src/compose.c
7308         * src/prefs_folder_item.c
7309         * src/toolbar.c
7310                 fix news folder Folder Properties
7311                 (thanks to Colin)
7312         * src/folderview.c
7313                 update folderview after Themes change
7314                 keep selected folder selected
7315                 (thanks to Colin)
7316
7317 2005-10-21 [paul]       1.9.15cvs87
7318
7319         * tools/Makefile.am
7320         * tools/OOo2sylpheed.pl
7321         * tools/README
7322         * tools/README.sylprint
7323         * tools/asus_mailled.sh         ** REMOVED **
7324         * tools/filter_conv.pl
7325         * tools/freshmeat_search.pl
7326         * tools/google_search.pl
7327         * tools/gpg-sign-syl            ** REMOVED **
7328         * tools/kmail2sylpheed.pl
7329         * tools/kmail2sylpheed_v2.pl
7330         * tools/multiwebsearch.pl
7331         * tools/nautilus2sylpheed.sh
7332         * tools/newscache_clean.pl
7333         * tools/outlook2sylpheed.pl
7334         * tools/sylpheed-switcher       ** REMOVED **
7335         * tools/sylprint.pl
7336         * tools/sylprint.rc
7337         * tools/tb2sylpheed
7338         * tools/vcard2xml.py
7339         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7340                 update default config dir
7341                 update binary name (thanks to Fabien Vantard)
7342                 remove obsolete scripts
7343
7344 2005-10-21 [colin]      1.9.15cvs86
7345
7346         * src/inc.c
7347                 Fix possible leak and units. Based on a patch by
7348                 Fabien Vantard.
7349
7350 2005-10-20 [colin]      1.9.15cvs85
7351
7352         * src/textview.c
7353                 Clear xface when clearing textview
7354
7355 2005-10-20 [colin]      1.9.15cvs84
7356
7357         * configure.ac
7358         * src/folderview.c
7359         * src/headerview.c
7360         * src/main.c
7361         * src/prefs_common.c
7362         * src/prefs_common.h
7363         * src/prefs_message.c
7364         * src/textview.c
7365         * src/textview.h
7366         * src/common/defs.h
7367         * src/common/utils.c
7368         * src/common/utils.h
7369         * src/gtk/gtkutils.c
7370         * src/gtk/gtkutils.h
7371                 Migrate config to .sylpheed-claws (Automatically)
7372                 Add a way to get the Xface in the TextView
7373
7374 2005-10-20 [colin]      1.9.15cvs83
7375
7376         * src/gtk/Makefile.am
7377         * src/gtk/about.c
7378         * src/gtk/authors.h
7379                 Make the about dialog *grooovy*
7380
7381 2005-10-20 [colin]      1.9.15cvs82
7382
7383         * src/mimeview.c
7384                 Use "Open with" on double click if no command
7385                 was found
7386
7387 2005-10-20 [colin]      1.9.15cvs81
7388
7389         * src/imap.c
7390         * src/etpan/imap-thread.c
7391                 Fix possible crash.
7392
7393 2005-10-20 [paul]       1.9.15cvs80
7394
7395         * src/folder.c
7396                 don't show clipkey icon if the only
7397                 attachment is the signature
7398                 Patch by Colin
7399
7400 2005-10-20 [paul]       1.9.15cvs79
7401
7402         * AUTHORS
7403         * src/plugins/pgpmime/pgpmime.c
7404                 name the PGP/MIME signature 'signature.asc'
7405                 Patch by Andrew Nelson <freeandy@gmail.com>
7406
7407 2005-10-19 [colin]      1.9.15cvs78
7408
7409         * src/plugins/pgpmime/pgpmime.c
7410                 Oops, no need to double-check though
7411
7412 2005-10-19 [colin]      1.9.15cvs77
7413
7414         * src/plugins/pgpinline/pgpinline.c
7415         * src/plugins/pgpmime/pgpmime.c
7416                 Check that my_tmpfile() doesn't 
7417                 return NULL
7418
7419 2005-10-19 [colin]      1.9.15cvs76
7420
7421         * src/common/utils.c
7422                 Use shorter mime boundaries to avoid having
7423                 MTAs rewrapping our headers, breaking the
7424                 PGP signature in the process 
7425         * src/compose.c
7426         * src/plugins/pgpmime/pgpmime.c
7427                 Check for boundary uniqueness to be sure
7428                 it won't happen, instead of hoping for the
7429                 best
7430
7431 2005-10-19 [colin]      1.9.15cvs75
7432
7433         * sylpheed-claws.desktop
7434         * src/Makefile.am
7435         * src/main.c
7436                 Ship a sylpheed-claws binary instead
7437                 of a sylpheed one. Change the socket
7438                 name, too
7439         * src/folderview.c
7440                 Update folder only if it changed
7441         * src/wizard.c
7442                 Fix i18n in welcome mail, patch by
7443                 Fabien Vantard
7444
7445 2005-10-19 [paul]
7446
7447         1.9.99-rc2 released
7448
7449 2005-10-19 [paul]       1.9.15cvs74
7450
7451         * src/folder.c
7452         * src/folderview.c
7453                 fix summaryview update
7454                 Patch by Colin
7455
7456 2005-10-18 [colin]      1.9.15cvs73
7457
7458         * src/plugins/pgpcore/passphrase.c
7459                 Don't XGrabServer, and try a bit more to 
7460                 sync everything before grabbing mouse/keyboard
7461
7462 2005-10-18 [colin]      1.9.15cvs72
7463
7464         * src/Makefile.am
7465         * src/addressadd.c
7466         * src/addressbook.c
7467         * src/folderview.c
7468         * src/grouplistdialog.c
7469         * src/mimeview.c
7470         * src/stock_pixmap.c
7471         * src/stock_pixmap.h
7472         * src/summaryview.c
7473         * src/gtk/gtksctree.c
7474         * src/gtk/gtksctree.h
7475         * src/pixmaps/empty.xpm
7476                 Implement a wrapper call for gtk_ctree_set_node_info
7477                 and gtk_ctree_insert_node, that uses a 1x1 transparent
7478                 pixmap instead of a NULL one. This works around some
7479                 memory problems deep inside gtk, revealed by valgrind,
7480                 and fixes bug #834 (Pressing CTRl-D on a message marked 
7481                 as locked crashes sylpheed.), as well as, probably, 
7482                 wwp's 4th dimension problems that happen in gtk_ctree_*.
7483
7484 2005-10-17 [colin]      1.9.15cvs71
7485
7486         * src/mimeview.c
7487                 Provide visual feedback when checking
7488                 signature
7489
7490 2005-10-17 [colin]      1.9.15cvs70
7491
7492         * src/main.c
7493                 Keep the folder list frozen while checking caches...
7494
7495 2005-10-17 [colin]      1.9.15cvs69
7496
7497         * src/addr_compl.c
7498                 Fi bug #833 (Autocompleting from addressbook 
7499                 fails with extended chars)
7500         * src/imap.c
7501                 Fix 'adding messages' staying in statusbar
7502                 after an error
7503
7504 2005-10-17 [wwp]        1.9.15cvs68
7505
7506         * src/ssl_manager.c
7507                 Fix buttons' layout resizing when window size changes
7508
7509 2005-10-17 [wwp]        1.9.15cvs67
7510
7511         * src/account.c
7512         * src/prefs_account.c
7513         * src/prefs_common.c
7514         * src/prefs_common.h
7515         * src/prefs_folder_item.c
7516         * src/prefs_gtk.c
7517         * src/gtk/logwindow.c
7518         * src/gtk/pluginwindow.c
7519         * src/gtk/prefswindow.c
7520         * src/gtk/prefswindow.h
7521                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
7522
7523 2005-10-17 [paul]       1.9.15cvs66
7524
7525         * configure.ac
7526                 fix missing libetpan message
7527         * po/en_GB.po
7528                 updated
7529         * src/crash.c
7530         * src/manual.c
7531         * src/prefs_themes.c
7532         * src/common/defs.h
7533                 add some new URI defines, change some
7534                 others
7535         * src/wizard.c
7536                 make welcome message translatable
7537                 small improvements to english
7538                 other tweaks
7539         * src/gtk/menu.c
7540                 fix warnings
7541
7542 2005-10-17 [paul]       1.9.15cvs65
7543
7544         * src/summaryview.c
7545                 fix column titles
7546
7547 2005-10-16 [mones]      1.9.15cvs64
7548
7549         * po/es.po
7550                 Updated translation
7551
7552 2005-10-16 [colin]
7553
7554         1.9.99-rc1 released
7555
7556 2005-10-16 [colin]      1.9.15cvs63
7557
7558         * src/wizard.c
7559                 Fix whitespace
7560
7561 2005-10-16 [colin]      1.9.15cvs62
7562
7563         * src/toolbar.c
7564                 s/Get All/Get Mail/
7565         * src/wizard.c
7566                 Real welcome mail text, thanks Paul
7567
7568 2005-10-16 [colin]      1.9.15cvs61
7569
7570         * src/editldap.c
7571         * src/exporthtml.c
7572         * src/main.c
7573         * src/mainwindow.c
7574         * src/prefs_themes.c
7575         * src/prefs_toolbar.c
7576         * src/plugins/demo/demo.c
7577         * src/plugins/trayicon/trayicon.c
7578                 s/Sylpheed/Sylpheed-Claws/
7579
7580 2005-10-16 [colin]      1.9.15cvs60
7581
7582         * src/wizard.c
7583                 Add a welcome email in the first empty mailbox
7584         * src/prefs_common.c
7585                 Change one more default
7586
7587 2005-10-16 [colin]      1.9.15cvs59
7588
7589         * src/wizard.c
7590                 Remove printf
7591
7592 2005-10-16 [colin]      1.9.15cvs58
7593
7594         * src/toolbar.c
7595         * src/prefs_common.c
7596                 Change some defaults
7597
7598 2005-10-16 [colin]      1.9.15cvs57
7599
7600         * src/toolbar.c
7601         * src/prefs_common.c
7602                 Change some defaults
7603
7604 2005-10-16 [colin]      1.9.15cvs56
7605
7606         * src/wizard.c
7607                 By default, initialize fonts to have
7608                 the same size as normal GtkWidgets
7609
7610 2005-10-16 [colin]      1.9.15cvs55
7611
7612         * src/mimeview.c
7613                 Fix message a bit more
7614
7615 2005-10-16 [colin]      1.9.15cvs54
7616
7617         * src/addressbook.c
7618                 Second attempt at flicker fixing
7619
7620 2005-10-16 [colin]      1.9.15cvs53
7621
7622         * src/addressbook.c
7623                 Fix flicker
7624
7625 2005-10-16 [wwp]        1.9.15cvs52
7626
7627         * src/addressbook.c
7628         * src/editaddress.c
7629         * src/prefs_common.c
7630         * src/prefs_common.h
7631                 Remember window sizes (address book)
7632
7633 2005-10-16 [wwp]        1.9.15cvs51
7634
7635         * src/plugins/clamav/clamav_plugin_gtk.c
7636         * src/plugins/spamassassin/spamassassin_gtk.c
7637                 Fix compilation warnings (missing #include).
7638
7639 2005-10-16 [colin]      1.9.15cvs50
7640
7641         * src/mimeview.c
7642         * src/summaryview.c
7643         * src/textview.c
7644                 Make 'c' check signature, and forward
7645                 c, l, y, t from summaryview to mimeview
7646
7647 2005-10-16 [colin]      1.9.15cvs49
7648
7649         * src/addressbook.c
7650                 Put border around buttons
7651         * src/mainwindow.c
7652         * src/summaryview.c
7653                 Rework menus (Patch based on a patch
7654                 by Paul)
7655
7656 2005-10-15 [wwp]        1.9.15cvs48
7657
7658         * src/editjpilot.c
7659         * src/editldap.c
7660         * src/editvcard.c
7661         * src/exphtmldlg.c
7662         * src/expldifdlg.c
7663         * src/export.c
7664         * src/import.c
7665         * src/importldif.c
7666         * src/importmutt.c
7667         * src/importpine.c
7668         * src/prefs_account.c
7669         * src/prefs_spelling.c
7670         * src/gtk/gtkutils.c
7671         * src/gtk/gtkutils.h
7672         * src/plugins/clamav/clamav_plugin_gtk.c
7673         * src/plugins/spamassassin/spamassassin_gtk.c
7674                 use nicer browse-for-file/dir buttons than the "..." ones,
7675                 code factorizing more.
7676
7677 2005-10-14 [colin]      1.9.15cvs47
7678
7679         * src/mainwindow.c
7680                 set relief on the account switcher so that people see it
7681                 grey out Create processing rules when no message is selected
7682         * src/prefs_filtering.c
7683                 ask before closing if the rule has not been modified, even if
7684                 it's not valid
7685         * src/prefs_matcher.c
7686                 fix sensitivity when entering the dialog
7687         * src/gtk/inputdialog.c
7688                 display a better icon on password ask
7689         * src/plugins/pgpcore/passphrase.c
7690                 make the dialog look better
7691
7692 2005-10-14 [paul]       1.9.15cvs46
7693
7694         * src/folderview.c
7695                 indicate presense of marked msgs in
7696                 unexpanded subfolders
7697
7698 2005-10-14 [paul]       1.9.15cvs45
7699
7700         * src/prefs_actions.c
7701         * src/prefs_common.c
7702         * src/prefs_common.h
7703         * src/prefs_filtering_action.c
7704         * src/prefs_matcher.c
7705         * src/prefs_template.c
7706                 remember window sizes
7707                 fix Info button size
7708
7709         Patches by wwp
7710
7711 2005-10-13 [colin]      1.9.15cvs44
7712
7713         * src/mimeview.c
7714         * src/noticeview.c
7715         * src/noticeview.h
7716                 Add a tooltip on the icon (optional) 
7717                 Get rid of the signature buttons and only
7718                 use the icon+tooltip
7719
7720 2005-10-13 [colin]      1.9.15cvs43
7721
7722         * src/noticeview.c
7723         * src/noticeview.h
7724                 Add hand cursor for hovering over icon
7725
7726 2005-10-13 [colin]      1.9.15cvs42
7727
7728         * src/summaryview.c
7729                 Fix crash when quicksearch's hidden 
7730                 at startup
7731
7732 2005-10-13 [colin]      1.9.15cvs41
7733
7734         * src/compose.c
7735                 Set subject when forwarding multiple mails
7736                 Check that other recipient than the default Cc or Bcc
7737                 have been set before sending.
7738
7739 2005-10-13 [colin]      1.9.15cvs40
7740
7741         * src/imap.c
7742                 Batch per-folder
7743                 Introduce locking, but don't use it yet
7744
7745 2005-10-13 [colin]      1.9.15cvs39
7746
7747         * src/gtk/quicksearch.c
7748                 Reset quicksearch when hiding it
7749                 Make sticky a real pref
7750
7751 2005-10-13 [colin]      1.9.15cvs38
7752
7753         * src/summaryview.c
7754                 Faster prefs apply
7755
7756 2005-10-13 [colin]      1.9.15cvs37
7757
7758         * src/mimeview.c
7759         * src/noticeview.c
7760         * src/noticeview.h
7761         * src/plugins/pgpcore/sgpgme.c
7762                 Make privacy icon clickable
7763                 Move Trust field in Full info
7764                 When trust is less than full, don't display
7765                 a warning icon
7766
7767 2005-10-13 [colin]      1.9.15cvs36
7768
7769         * src/folder.c
7770                 Batch on flags sync
7771         * src/folderview.c
7772                 Revert speed hack which is dangerous in fact
7773                 Apply prefs faster
7774
7775 2005-10-13 [colin]      1.9.15cvs35
7776
7777         * src/folder_item_prefs.c
7778                 Fix pref corruption on folder move. Patch
7779                 by wwp
7780
7781 2005-10-13 [paul]       1.9.15cvs34
7782
7783         * src/export.c
7784         * src/import.c
7785                 fix typos in g_warnings
7786         * src/prefs_account.c
7787                 add a file selector for Signature file
7788
7789         Patches by wwp
7790
7791 2005-10-12 [colin]      1.9.15cvs33
7792
7793         * src/mimeview.c
7794                 Provide a quick way to go back from a
7795                 signature's full info to the email part
7796
7797 2005-10-12 [colin]      1.9.15cvs32
7798
7799         * src/compose.c
7800                 Remove old hack of encoding signed mails with base64.
7801                 QP works equally well.
7802
7803 2005-10-12 [colin]      1.9.15cvs31
7804
7805         * src/crash.c
7806                 Replace deprecated GtkText with GtkTextView
7807         * src/imap.c
7808                 Fix a logic bug about counts in imap_select
7809                 (previously un-triggered)
7810         * src/mainwindow.c
7811         * src/summaryview.c
7812         * src/news.c
7813                 Allow local deletion of news posts
7814         * src/mimeview.c
7815                 Show GPG noticeview on the message/rfc822 part
7816                 in addition to the text/plain one
7817         * src/prefs_image_viewer.c
7818           src/plugins/pgpcore/prefs_gpg.c
7819                 Polish (set the label as part of the checkbox)
7820         * src/wizard.c
7821                 Don't sit there doing nothing after destroying
7822                 the window - return err
7823
7824 2005-10-11 [colin]      1.9.15cvs30
7825
7826         * src/folderview.c
7827                 Apply processing rules before showing folders.
7828                 Early folder show (before flags sync) will only
7829                 be done when there are no processing rules (nor
7830                 pre- or post- ones)
7831         * src/imap.c
7832                 Fix stuff related to mail subdir, creation and 
7833                 deletion of folders 
7834         * src/imap_gtk.c
7835                 Don't allow creation of folders in NoInferior
7836                 folders, as it won't work
7837
7838 2005-10-10 [colin]      1.9.15cvs29
7839
7840         * src/compose.c
7841                 Reselect "None" Privacy system when selecting an
7842                 account with no privacy system defined
7843
7844 2005-10-10 [colin]      1.9.15cvs28
7845
7846         * src/mainwindow.c
7847                 Add Windows-1252 encoding
7848         * src/prefs_common.c
7849                 Rework some defaults:
7850                 - autosave to draft by default
7851                 - don't show header pane (it's already in the textview)
7852                 - Select first new or unread mail on entry
7853                 - Assume 'Yes' to change folder when there's no more
7854                   unread message
7855         * src/prefs_matcher.c
7856                 Fix a gtk assertion failure
7857         * src/gtk/colorlabel.c
7858                 Workaround bad repainting on selection
7859         * src/main.c
7860                 Freeze/thaw (a bit faster on ssh -X)
7861         * src/msgcache.c
7862                 Get rid of StrdupConverter that just adds an
7863                 extra strdup/free 
7864         * src/etpan/imap_thread.c
7865                 memset buf to 0
7866
7867 2005-10-10 [colin]      1.9.15cvs27
7868
7869         * src/export.c
7870         * src/import.c
7871                 Fix compile on gtk 2.4. Patch by wwp
7872
7873 2005-10-09 [colin]      1.9.15cvs26
7874
7875         * src/mainwindow.c
7876         * src/messageview.c
7877         * src/summaryview.c
7878                 Clarify forward menus. Patch by wwp
7879
7880 2005-10-09 [colin]      1.9.15cvs25
7881
7882         * src/compose.c
7883         * src/compose.h
7884                 Fix bug #829 (Non-working "Encrypt message by 
7885                 default when replying to an encrypted message")
7886
7887 2005-10-08 [colin]      1.9.15cvs24
7888
7889         * src/wizard.c
7890                 Fix bug #827 ("Welcome" setup wizard after a 
7891                 permission error gives up & forgets itself.)
7892
7893 2005-10-08 [colin]      1.9.15cvs23
7894
7895         * src/procmime.c
7896                 Fix bug #828 (Ignoring headers with spaces around = sign)
7897
7898 2005-10-08 [colin]      1.9.15cvs22
7899
7900         * src/export.c
7901                 Warning fix by wwp
7902
7903 2005-10-08 [colin]      1.9.15cvs21
7904
7905         * src/folder.c
7906         * src/folder.h
7907                 Add a processing_pending indicator, set on 
7908                 folder_item_open and cleared after 
7909                 folder_item_process_open
7910         * src/folderview.c
7911         * src/summaryview.c
7912                 wrap procmsg_msginfo_*_flags, and in the
7913                 wrapper check that there's no folder processing 
7914                 pending. If there is, defer the flags change until 
7915                 processing is done to avoid stepping over each
7916                 other's toes.
7917                 Freeze during processing, but not during scanning.
7918
7919 2005-10-07 [colin]      1.9.15cvs20
7920
7921         * src/plugins/pgpcore/passphrase.c
7922                 Fix bug #826 (X-Server hangs when 
7923                 right-clicking a PGP encrypted message)
7924
7925 2005-10-07 [paul]       1.9.15cvs19
7926
7927         * src/compose.c
7928                 fix compose_entries[]
7929                 patch by Fabien Vantard
7930
7931 2005-10-06 [colin]      1.9.15cvs18
7932
7933         * src/pixmaps/address.xpm
7934         * src/pixmaps/address_book.xpm
7935         * src/pixmaps/book.xpm
7936         * src/pixmaps/check_spelling.xpm
7937         * src/pixmaps/checkbox_off.xpm
7938         * src/pixmaps/checkbox_on.xpm
7939         * src/pixmaps/close.xpm
7940         * src/pixmaps/complete.xpm
7941         * src/pixmaps/continue.xpm
7942         * src/pixmaps/deleted.xpm
7943         * src/pixmaps/down_arrow.xpm
7944         * src/pixmaps/exec.xpm
7945         * src/pixmaps/forwarded.xpm
7946         * src/pixmaps/group.xpm
7947         * src/pixmaps/ignorethread.xpm
7948         * src/pixmaps/interface.xpm
7949         * src/pixmaps/jpilot.xpm
7950         * src/pixmaps/ldap.xpm
7951         * src/pixmaps/linewrap.xpm
7952         * src/pixmaps/linewrapcurrent.xpm
7953         * src/pixmaps/mail.xpm
7954         * src/pixmaps/mail_attach.xpm
7955         * src/pixmaps/mail_compose.xpm
7956         * src/pixmaps/mail_forward.xpm
7957         * src/pixmaps/mail_receive.xpm
7958         * src/pixmaps/mail_receive_all.xpm
7959         * src/pixmaps/mail_reply.xpm
7960         * src/pixmaps/mail_reply_to_all.xpm
7961         * src/pixmaps/mail_reply_to_author.xpm
7962         * src/pixmaps/mail_send.xpm
7963         * src/pixmaps/mail_send_queue.xpm
7964         * src/pixmaps/mime_application.xpm
7965         * src/pixmaps/mime_audio.xpm
7966         * src/pixmaps/mime_image.xpm
7967         * src/pixmaps/mime_message.xpm
7968         * src/pixmaps/mime_text_enriched.xpm
7969         * src/pixmaps/mime_text_html.xpm
7970         * src/pixmaps/mime_text_plain.xpm
7971         * src/pixmaps/mime_unknown.xpm
7972         * src/pixmaps/new.xpm
7973         * src/pixmaps/news_compose.xpm
7974         * src/pixmaps/offline.xpm
7975         * src/pixmaps/online.xpm
7976         * src/pixmaps/paste.xpm
7977         * src/pixmaps/preferences.xpm
7978         * src/pixmaps/privacy_emblem_encrypted.xpm
7979         * src/pixmaps/privacy_expired.xpm
7980         * src/pixmaps/privacy_failed.xpm
7981         * src/pixmaps/privacy_passed.xpm
7982         * src/pixmaps/privacy_signed.xpm
7983         * src/pixmaps/privacy_unknown.xpm
7984         * src/pixmaps/privacy_warn.xpm
7985         * src/pixmaps/properties.xpm
7986         * src/pixmaps/replied.xpm
7987         * src/pixmaps/search.xpm
7988         * src/pixmaps/unread.xpm
7989         * src/pixmaps/up_arrow.xpm
7990         * src/pixmaps/vcard.xpm
7991                 Modernize internal theme, with icons from the 
7992                 Gnomaws theme. Keep some of the old ones where
7993                 they were better.
7994
7995 2005-10-06 [colin]      1.9.15cvs17
7996
7997         * src/summaryview.c
7998                 Little optimisations + bugfix
7999         * src/toolbar.c
8000                 Remove default useless items - useless being defined
8001                 by the default relevant prefs
8002         * src/wizard.c
8003                 include config.h to make gettext work
8004         * src/prefs_themes.c
8005                 Fix selection of current theme in prefs
8006
8007 2005-10-06 [colin]      1.9.15cvs16
8008
8009         * src/prefs_common.c
8010         * src/prefs_common.h
8011         * src/prefs_summaries.c
8012         * src/folderview.c
8013                 Add a warning dialog on Mark all read 
8014                 (with pref to get rid of it)
8015
8016 2005-10-06 [paul]       1.9.15cvs15
8017
8018         * po/nb.po
8019         * po/pt_BR.po
8020                 updated by Geir Helland and Frederico
8021                 Goncalves Guimaraes
8022
8023 2005-10-05 [colin]      1.9.15cvs14
8024
8025         * src/folder.c
8026         * src/folder.h
8027         * src/folderview.c
8028         * src/folderview.h
8029         * src/imap_gtk.c
8030         * src/mh_gtk.c
8031         * src/mainwindow.c
8032         * src/setup.c
8033                 add a way to rescan without rebuilding
8034                 make moving a bit faster (less folders changes)
8035                 don't lock the tree on Get 
8036         * src/imap.c
8037                 Don't re-delete deleted messages before expunging
8038         * src/summaryview.c
8039                 Set batch mode when deleting mails
8040
8041 2005-10-05 [paul]       1.9.15cvs13
8042
8043         * src/mainwindow.c
8044         * src/mainwindow.h
8045                 fix disabled Execute menu item
8046         * src/toolbar.c
8047                 match the change in 1.9.15cvs10: use Compose
8048                 instead of News by default
8049
8050 2005-10-04 [colin]      1.9.15cvs12
8051
8052         * src/compose.c
8053                 When replying to an ML post with Reply-To set
8054                 to the poster's email, honor it (as before),
8055                 but also honor our user's request to reply to
8056                 the mailing list: set the ML address in the To
8057                 field and the Reply-To address in the Cc: 
8058                 field.
8059
8060 2005-10-04 [colin]      1.9.15cvs11
8061
8062         * src/plugins/trayicon/trayicon.c
8063                 Finish cosmetic change - thanks to wwp
8064
8065 2005-10-04 [colin]      1.9.15cvs10
8066
8067         * src/toolbar.c
8068                 Use Compose instead of Email by default.
8069                 Spotted by wwp.
8070
8071 2005-10-04 [colin]      1.9.15cvs9
8072
8073         * src/folder.c
8074         * src/folder.h
8075         * src/folderview.c
8076         * src/imap.c
8077         * src/etpan/imap-thread.c
8078         * src/etpan/imap-thread.h
8079                 Try to make IMAP faster, by simplifying SEARCH
8080                 commands, avoiding sending two STATUS in a row,
8081                 and deferring flags sync and processing just
8082                 after displaying the folder. 
8083                 This will update the SummaryView in certain
8084                 cases (new mails not already fetched, flags
8085                 changed from another client) but in a non-
8086                 blocking manner.
8087
8088 2005-10-04 [colin]      1.9.15cvs8
8089
8090         * src/plugins/trayicon/trayicon.c
8091                 Relabel "Offline" to "Work offline"
8092
8093 2005-10-04 [colin]      1.9.15cvs7
8094
8095         * src/export.c
8096         * src/import.c
8097         * src/mbox.c
8098                 Fix mbox import/export buglets
8099                 Patch by wwp
8100         * src/plugins/trayicon/trayicon.c
8101                 Add offline swithc
8102                 Patch by wwp
8103
8104 2005-10-04 [colin]      1.9.15cvs6
8105
8106         * src/folder.c
8107         * src/folderview.c
8108         * src/summaryview.c
8109                 Better fix (don't break mark all read) for cvs2
8110
8111 2005-10-03 [colin]      1.9.15cvs5
8112
8113         * src/folder.c
8114                 Use a sane sort by default
8115
8116 2005-10-03 [colin]      1.9.15cvs4
8117
8118         * src/inc.c
8119                 Add a 'Only once' button for overriding offline mode
8120         * src/prefs_account.c
8121         * src/wizard.c
8122                 Add Local mbox to the wizard
8123                 Add IMAP subdir to the wizard (or the wizard is useless
8124                 for such accounts, or even worse than useless)
8125                 Move IMAP subdir from Advanced to Receive tab, as it's
8126                 not that uncommon
8127
8128 2005-10-03 [colin]      1.9.15cvs3
8129
8130         * src/send_message.c
8131                 Forgot this one in cvs1
8132
8133 2005-10-03 [colin]      1.9.15cvs2
8134
8135         * src/folder.c
8136                 Faster close when leaving a folder with lots
8137                 of new mails. Idea by David Relson.
8138
8139 2005-10-03 [colin]      1.9.15cvs1
8140
8141         * src/compose.c
8142         * src/imap.c
8143         * src/inc.c
8144         * src/main.c
8145         * src/messageview.c
8146         * src/news.c
8147         * src/summaryview.c
8148         * src/gtk/sslcertwindow.c
8149         * src/plugins/trayicon/trayicon.c
8150                 Add accels to every AlertPanel. Patch by Fabien 
8151                 Vantard
8152
8153 2005-10-03 [paul]       1.9.15
8154
8155         1.9.15 released
8156
8157 2005-10-03 [paul]       1.9.14cvs68
8158
8159         * po/ca.po
8160         * po/de.po
8161         * po/es.po
8162         * po/fi.po
8163         * po/fr.po
8164         * po/sk.po
8165         * po/sr.po
8166         * po/zh_CN.po
8167                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
8168                 Mones Lastra, Tommi Pirinen, Fabien vantard,
8169                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
8170
8171 2005-10-03 [paul]       1.9.14cvs67
8172
8173         * src/send_message.c
8174                 prevent hang on Cancel
8175                 patch by Colin
8176
8177 2005-10-03 [paul]       1.9.14cvs66
8178
8179         * src/main.c
8180                 fix crash in IMAP caused by discrepancy
8181                 between check_at_startup and offline mode
8182                 Patch by Colin
8183
8184 2005-10-01 [paul]       1.9.14cvs65
8185
8186         * src/inc.c
8187                 fix engrish
8188
8189 2005-10-01 [paul]       1.9.14cvs64
8190         * src/export.c
8191         * src/import.c
8192                 synchronise import_mbox() and export_mbox()
8193         * src/mbox.c
8194                 proc_mbox(): add alert if file cannot be opened
8195                 export_list_to_mbox(): test if dest file exists,
8196                 prompt user to overwrite if it does. add alert
8197                 if file cannot be created
8198                                                                 
8199         Patch by wwp
8200                                                                                                                 
8201
8202 2005-09-30 [paul]       1.9.14cvs63
8203
8204         * src/addressbook.c
8205                 Fix sensitivity of a menu
8206         * src/codeconv.c
8207                 Respect hidden pref for mails with no encoding
8208         * src/common/xml.c
8209                 Fix memory corruption
8210         * src/plugins/pgpcore/sgpgme.c
8211                 Fix segfault on incomplete sigs, and display
8212                 of S/Mime UIDs
8213
8214         Patches by Colin
8215
8216 2005-09-30 [colin]      1.9.14cvs62
8217
8218         * src/partial_download.c
8219                 Little logic fix in almost-dead code
8220         * src/pop.c
8221                 Fix partial download when there's no new mail
8222
8223 2005-09-29 [paul]       1.9.14cvs61
8224
8225         * src/plugins/pgpinline/pgpinline.c
8226                 fix bug 819, 'crash accessing sign message'
8227                 Patch by Colin
8228
8229 2005-09-28 [martin]     1.9.14cvs60
8230
8231         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8232                 fix bug #790 (Crash when restarting window manager (fluxbox))
8233
8234 2005-09-28 [paul]       1.9.14cvs59
8235
8236         * src/gtk/gtkaspell.c
8237                 fix off-by-one typo
8238
8239 2005-09-27 [colin]      1.9.14cvs58
8240
8241         * src/plugins/pgpcore/sgpgme.c
8242                 Report error when there's one, instead of
8243                 "Signature unchecked" 
8244
8245 2005-09-27 [colin]      1.9.14cvs57
8246
8247         * src/prefs_quote.c
8248                 Fix bug #816 (Weird quotation with spaces)
8249
8250 2005-09-27 [colin]      1.9.14cvs56
8251
8252         * src/codeconv.c
8253         * src/compose.c
8254         * src/compose.h
8255                 Put subject in compose's title
8256                 Fix Automatic encoding so that it's really automatic:
8257                 first try default locale's charset, then charset of the replied mail, 
8258                 then utf-8
8259                 Fix encoding of headers (must be in strict mode too)
8260
8261 2005-09-26 [colin]      1.9.14cvs55
8262
8263         * src/gtk/gtkaspell.c
8264                 Fix previous patch - don't color the space,
8265                 just uncolor it :)
8266
8267 2005-09-26 [colin]      1.9.14cvs54
8268
8269         * src/gtk/gtkaspell.c
8270                 Unmark space if possible
8271
8272 2005-09-26 [colin]      1.9.14cvs53
8273
8274         * src/imap.c
8275                 log_error instead of alertpanel according to the pref
8276         * src/etpan/imap-thread.c
8277                 Print connect status, copy only necessary size to 
8278                 logger
8279         * src/plugins/pgpmime/pgpmime.c
8280                 Handle S/Mime signatures (verification only). Patch based
8281                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
8282
8283 2005-09-26 [paul]       1.9.14cvs52
8284
8285         * src/common/passcrypt.c
8286                 this 'workaround' not necessary on NetBSD.
8287                 Thanks to Daniel Gustafson
8288
8289 2005-09-26 [paul]
8290
8291         1.9.15-rc4 released
8292
8293 2005-09-26 [paul]       1.9.14cvs51
8294
8295         * src/summaryview.c
8296                 Skip currently selected message when
8297                 looking for next new or unread message
8298                 in current folder. Patch by Colin
8299         * src/common/passcrypt.c
8300                 eliminate warnings on *BSD. Patch by
8301                 Daniel Gustafson
8302
8303 2005-09-26 [colin]      1.9.14cvs50
8304
8305         * src/procmsg.c
8306                 Call postfiltering hook anyway
8307
8308 2005-09-22 [colin]      1.9.14cvs49
8309
8310         * src/codeconv.c
8311         * src/codeconv.h
8312                 Add a strict mode that doesn't replace with _
8313         * src/compose.c
8314         * src/compose.h
8315                 Use strict conversion while sending
8316                 Fix race when drafting while sending (happens
8317                 on IMAP)
8318                 Fix d'n'd of messages from summaryview
8319         * src/prefs_common.c
8320         * src/prefs_common.h
8321                 add hidden utf8_instead_of_locale_for_broken_mail 
8322                 pref for people that preferred the default charset 
8323                 to be utf8 for broken mails
8324         * src/quote_fmt_parse.y
8325                 fix bug #815 (No quote insert if "From:" fied 
8326                 contained Russian letters)
8327         * src/summaryview.c
8328                 Fix d'n'd of messages to compose
8329
8330 2005-09-22 [paul]       1.9.14cvs48
8331
8332         * src/compose.c
8333                 fix bug where attachments Name entry
8334                 would display Path instead
8335
8336 2005-09-21 [paul]       1.9.14cvs47
8337
8338         * README
8339         * README.jp
8340         * configure.ac
8341         * config/config.rpath
8342         * doc/manual/en/sylpheed-20.html
8343         * doc/manual/es/sylpheed-20.html
8344         * po/bg.po
8345         * po/ca.po
8346         * po/de.po
8347         * po/es.po
8348         * po/fr.po
8349         * po/it.po
8350         * po/pt_BR.po
8351         * po/sk.po
8352         * po/zh_TW.po
8353         * src/account.c
8354         * src/account.h
8355         * src/action.c
8356         * src/action.h
8357         * src/adbookbase.h
8358         * src/addr_compl.c
8359         * src/addr_compl.h
8360         * src/addrbook.c
8361         * src/addrbook.h
8362         * src/addrcache.c
8363         * src/addrcache.h
8364         * src/addrcindex.c
8365         * src/addrcindex.h
8366         * src/addrclip.c
8367         * src/addrclip.h
8368         * src/addrdefs.h
8369         * src/addressadd.c
8370         * src/addressadd.h
8371         * src/addressbook.c
8372         * src/addressbook.h
8373         * src/addressitem.h
8374         * src/addrgather.c
8375         * src/addrgather.h
8376         * src/addrharvest.c
8377         * src/addrharvest.h
8378         * src/addrindex.c
8379         * src/addrindex.h
8380         * src/addritem.c
8381         * src/addritem.h
8382         * src/addrquery.c
8383         * src/addrquery.h
8384         * src/addrselect.c
8385         * src/addrselect.h
8386         * src/alertpanel.c
8387         * src/alertpanel.h
8388         * src/browseldap.c
8389         * src/browseldap.h
8390         * src/codeconv.c
8391         * src/codeconv.h
8392         * src/compose.c
8393         * src/compose.h
8394         * src/crash.c
8395         * src/crash.h
8396         * src/customheader.c
8397         * src/customheader.h
8398         * src/displayheader.c
8399         * src/displayheader.h
8400         * src/editaddress.c
8401         * src/editaddress.h
8402         * src/editbook.c
8403         * src/editbook.h
8404         * src/editgroup.c
8405         * src/editgroup.h
8406         * src/editjpilot.c
8407         * src/editjpilot.h
8408         * src/editldap.c
8409         * src/editldap.h
8410         * src/editldap_basedn.c
8411         * src/editldap_basedn.h
8412         * src/editvcard.c
8413         * src/editvcard.h
8414         * src/enriched.c
8415         * src/enriched.h
8416         * src/exphtmldlg.c
8417         * src/exphtmldlg.h
8418         * src/expldifdlg.c
8419         * src/expldifdlg.h
8420         * src/export.c
8421         * src/export.h
8422         * src/exporthtml.c
8423         * src/exporthtml.h
8424         * src/exportldif.c
8425         * src/exportldif.h
8426         * src/filtering.c
8427         * src/filtering.h
8428         * src/folder.c
8429         * src/folder.h
8430         * src/folder_item_prefs.c
8431         * src/folder_item_prefs.h
8432         * src/foldersel.c
8433         * src/foldersel.h
8434         * src/folderutils.c
8435         * src/folderutils.h
8436         * src/folderview.c
8437         * src/folderview.h
8438         * src/grouplistdialog.c
8439         * src/grouplistdialog.h
8440         * src/headerview.c
8441         * src/headerview.h
8442         * src/html.c
8443         * src/html.h
8444         * src/image_viewer.c
8445         * src/image_viewer.h
8446         * src/imap.c
8447         * src/imap.h
8448         * src/imap_gtk.c
8449         * src/imap_gtk.h
8450         * src/import.c
8451         * src/import.h
8452         * src/importldif.c
8453         * src/importldif.h
8454         * src/importmutt.c
8455         * src/importmutt.h
8456         * src/importpine.c
8457         * src/importpine.h
8458         * src/inc.c
8459         * src/inc.h
8460         * src/jpilot.c
8461         * src/jpilot.h
8462         * src/ldapctrl.c
8463         * src/ldapctrl.h
8464         * src/ldaplocate.c
8465         * src/ldaplocate.h
8466         * src/ldapquery.c
8467         * src/ldapquery.h
8468         * src/ldapserver.c
8469         * src/ldapserver.h
8470         * src/ldaputil.c
8471         * src/ldaputil.h
8472         * src/ldif.c
8473         * src/ldif.h
8474         * src/localfolder.c
8475         * src/localfolder.h
8476         * src/main.c
8477         * src/main.h
8478         * src/mainwindow.c
8479         * src/mainwindow.h
8480         * src/manual.c
8481         * src/manual.h
8482         * src/matcher.c
8483         * src/matcher.h
8484         * src/matcher_parser.h
8485         * src/matcher_parser_lex.l
8486         * src/matcher_parser_parse.y
8487         * src/mbox.c
8488         * src/mbox.h
8489         * src/message_search.c
8490         * src/message_search.h
8491         * src/messageview.c
8492         * src/messageview.h
8493         * src/mh.c
8494         * src/mh.h
8495         * src/mh_gtk.c
8496         * src/mh_gtk.h
8497         * src/mimeview.c
8498         * src/mimeview.h
8499         * src/msgcache.c
8500         * src/msgcache.h
8501         * src/mutt.c
8502         * src/mutt.h
8503         * src/news.c
8504         * src/news.h
8505         * src/news_gtk.c
8506         * src/news_gtk.h
8507         * src/noticeview.c
8508         * src/noticeview.h
8509         * src/partial_download.c
8510         * src/partial_download.h
8511         * src/pine.c
8512         * src/pine.h
8513         * src/pop.c
8514         * src/pop.h
8515         * src/prefs_account.c
8516         * src/prefs_account.h
8517         * src/prefs_actions.c
8518         * src/prefs_actions.h
8519         * src/prefs_common.c
8520         * src/prefs_common.h
8521         * src/prefs_compose_writing.c
8522         * src/prefs_compose_writing.h
8523         * src/prefs_customheader.c
8524         * src/prefs_customheader.h
8525         * src/prefs_display_header.c
8526         * src/prefs_display_header.h
8527         * src/prefs_ext_prog.c
8528         * src/prefs_ext_prog.h
8529         * src/prefs_filtering.c
8530         * src/prefs_filtering.h
8531         * src/prefs_filtering_action.c
8532         * src/prefs_filtering_action.h
8533         * src/prefs_folder_column.c
8534         * src/prefs_folder_column.h
8535         * src/prefs_folder_item.c
8536         * src/prefs_folder_item.h
8537         * src/prefs_fonts.c
8538         * src/prefs_fonts.h
8539         * src/prefs_gtk.c
8540         * src/prefs_gtk.h
8541         * src/prefs_image_viewer.c
8542         * src/prefs_image_viewer.h
8543         * src/prefs_matcher.c
8544         * src/prefs_matcher.h
8545         * src/prefs_message.c
8546         * src/prefs_message.h
8547         * src/prefs_msg_colors.c
8548         * src/prefs_msg_colors.h
8549         * src/prefs_other.c
8550         * src/prefs_other.h
8551         * src/prefs_quote.c
8552         * src/prefs_quote.h
8553         * src/prefs_receive.c
8554         * src/prefs_receive.h
8555         * src/prefs_send.c
8556         * src/prefs_send.h
8557         * src/prefs_spelling.c
8558         * src/prefs_spelling.h
8559         * src/prefs_summaries.c
8560         * src/prefs_summaries.h
8561         * src/prefs_summary_column.c
8562         * src/prefs_summary_column.h
8563         * src/prefs_template.c
8564         * src/prefs_template.h
8565         * src/prefs_themes.c
8566         * src/prefs_themes.h
8567         * src/prefs_toolbar.c
8568         * src/prefs_toolbar.h
8569         * src/prefs_wrapping.c
8570         * src/prefs_wrapping.h
8571         * src/privacy.c
8572         * src/privacy.h
8573         * src/procheader.c
8574         * src/procheader.h
8575         * src/procmime.c
8576         * src/procmime.h
8577         * src/procmsg.c
8578         * src/procmsg.h
8579         * src/quote_fmt.c
8580         * src/quote_fmt_parse.y
8581         * src/recv.c
8582         * src/recv.h
8583         * src/remotefolder.c
8584         * src/remotefolder.h
8585         * src/send_message.c
8586         * src/send_message.h
8587         * src/setup.c
8588         * src/setup.h
8589         * src/simple-gettext.c
8590         * src/sourcewindow.c
8591         * src/sourcewindow.h
8592         * src/ssl_manager.c
8593         * src/ssl_manager.h
8594         * src/statusbar.c
8595         * src/statusbar.h
8596         * src/stock_pixmap.c
8597         * src/stock_pixmap.h
8598         * src/summary_search.c
8599         * src/summary_search.h
8600         * src/summaryview.c
8601         * src/summaryview.h
8602         * src/syldap.c
8603         * src/syldap.h
8604         * src/textview.c
8605         * src/textview.h
8606         * src/toolbar.c
8607         * src/toolbar.h
8608         * src/undo.c
8609         * src/undo.h
8610         * src/unmime.c
8611         * src/unmime.h
8612         * src/vcard.c
8613         * src/vcard.h
8614         * src/wizard.c
8615         * src/wizard.h
8616         * src/common/base64.c
8617         * src/common/base64.h
8618         * src/common/defs.h
8619         * src/common/hooks.c
8620         * src/common/hooks.h
8621         * src/common/log.c
8622         * src/common/log.h
8623         * src/common/md5.c
8624         * src/common/md5.h
8625         * src/common/mgutils.c
8626         * src/common/mgutils.h
8627         * src/common/nntp.c
8628         * src/common/nntp.h
8629         * src/common/passcrypt.c
8630         * src/common/passcrypt.h.in
8631         * src/common/plugin.c
8632         * src/common/plugin.h
8633         * src/common/prefs.c
8634         * src/common/prefs.h
8635         * src/common/progressindicator.c
8636         * src/common/progressindicator.h
8637         * src/common/quoted-printable.c
8638         * src/common/quoted-printable.h
8639         * src/common/session.c
8640         * src/common/session.h
8641         * src/common/smtp.c
8642         * src/common/smtp.h
8643         * src/common/socket.c
8644         * src/common/socket.h
8645         * src/common/ssl.c
8646         * src/common/ssl.h
8647         * src/common/ssl_certificate.c
8648         * src/common/ssl_certificate.h
8649         * src/common/string_match.c
8650         * src/common/string_match.h
8651         * src/common/stringtable.c
8652         * src/common/sylpheed.c
8653         * src/common/sylpheed.h
8654         * src/common/template.c
8655         * src/common/template.h
8656         * src/common/timing.h
8657         * src/common/utils.c
8658         * src/common/utils.h
8659         * src/common/uuencode.c
8660         * src/common/uuencode.h
8661         * src/common/version.h.in
8662         * src/common/xml.c
8663         * src/common/xml.h
8664         * src/common/xmlprops.c
8665         * src/common/xmlprops.h
8666         * src/gtk/about.c
8667         * src/gtk/about.h
8668         * src/gtk/colorlabel.c
8669         * src/gtk/colorlabel.h
8670         * src/gtk/colorsel.c
8671         * src/gtk/colorsel.h
8672         * src/gtk/description_window.c
8673         * src/gtk/description_window.h
8674         * src/gtk/filesel.c
8675         * src/gtk/filesel.h
8676         * src/gtk/foldersort.c
8677         * src/gtk/foldersort.h
8678         * src/gtk/gtkutils.c
8679         * src/gtk/gtkutils.h
8680         * src/gtk/inputdialog.c
8681         * src/gtk/inputdialog.h
8682         * src/gtk/logwindow.c
8683         * src/gtk/logwindow.h
8684         * src/gtk/manage_window.c
8685         * src/gtk/manage_window.h
8686         * src/gtk/menu.c
8687         * src/gtk/menu.h
8688         * src/gtk/pluginwindow.c
8689         * src/gtk/pluginwindow.h
8690         * src/gtk/prefswindow.c
8691         * src/gtk/prefswindow.h
8692         * src/gtk/progressdialog.c
8693         * src/gtk/progressdialog.h
8694         * src/gtk/quicksearch.c
8695         * src/gtk/quicksearch.h
8696         * src/gtk/sslcertwindow.c
8697         * src/gtk/sslcertwindow.h
8698         * src/plugins/clamav/clamav_plugin.c
8699         * src/plugins/clamav/clamav_plugin.h
8700         * src/plugins/clamav/clamav_plugin_gtk.c
8701         * src/plugins/demo/demo.c
8702         * src/plugins/dillo_viewer/dillo_prefs.c
8703         * src/plugins/dillo_viewer/dillo_prefs.h
8704         * src/plugins/dillo_viewer/dillo_viewer.c
8705         * src/plugins/mathml_viewer/mathml_viewer.c
8706         * src/plugins/pgpcore/passphrase.c
8707         * src/plugins/pgpcore/passphrase.h
8708         * src/plugins/pgpcore/plugin.c
8709         * src/plugins/pgpcore/prefs_gpg.c
8710         * src/plugins/pgpcore/prefs_gpg.h
8711         * src/plugins/pgpcore/select-keys.c
8712         * src/plugins/pgpcore/select-keys.h
8713         * src/plugins/pgpcore/sgpgme.c
8714         * src/plugins/pgpcore/sgpgme.h
8715         * src/plugins/pgpinline/pgpinline.c
8716         * src/plugins/pgpinline/pgpinline.h
8717         * src/plugins/pgpinline/plugin.c
8718         * src/plugins/pgpmime/pgpmime.c
8719         * src/plugins/pgpmime/pgpmime.h
8720         * src/plugins/pgpmime/plugin.c
8721         * src/plugins/spamassassin/spamassassin.c
8722         * src/plugins/spamassassin/spamassassin.h
8723         * src/plugins/spamassassin/spamassassin_gtk.c
8724         * src/plugins/trayicon/trayicon.c
8725         * tools/OOo2sylpheed.pl
8726         * tools/acroread2sylpheed.pl
8727         * tools/asus_mailled.sh
8728         * tools/filter_conv.pl
8729         * tools/freshmeat_search.pl
8730         * tools/google_search.pl
8731         * tools/kmail2sylpheed.pl
8732         * tools/kmail2sylpheed_v2.pl
8733         * tools/maildir2sylpheed.pl
8734         * tools/multiwebsearch.pl
8735         * tools/newscache_clean.pl
8736         * tools/outlook2sylpheed.pl
8737         * tools/sylpheed-switcher
8738         * tools/update-po
8739         * tools/vcard2xml.py
8740         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8741                 update FSF address
8742
8743 2005-09-21 [colin]      1.9.14cvs46
8744
8745         * src/gedit-print.c
8746         * src/procmsg.c
8747         * src/procmsg.h
8748         * src/textview.c
8749         * src/summaryview.c
8750                 Remove some printing hacks (deselection/reselection),
8751                 which by the way fix printing the currently 
8752                 displayed mime part (still only text)
8753                 Plus a little optimisation of summary_show
8754
8755
8756 2005-09-20 [colin]      1.9.14cvs45
8757
8758         * src/mainwindow.c
8759         * src/messageview.c
8760                 GUI fixups: add accels, set message
8761                 view title to displayed mail's subject
8762         * src/prefs_spelling.c
8763         * src/gtk/gtkaspell.c
8764                 GUI fixups: allow underlining misspelled
8765                 words instead of coloring them (a11y!)
8766
8767 2005-09-19 [colin]
8768
8769         1.9.15rc3 released
8770
8771 2005-09-19 [colin]      1.9.14cvs44
8772
8773         * src/compose.c
8774                 Fix draft message
8775         * src/gtk/gtkaspell.c
8776                 Fix wrong test ;-)
8777
8778 2005-09-19 [colin]      1.9.14cvs43
8779
8780         * src/addressbook.c
8781                 Fix sensitivity of Delete button
8782         * src/compose.c
8783                 Warn if the requested Privacy system
8784                 is not available
8785         * src/exphtmldlg.c
8786         * src/expldifdlg.c
8787         * src/importldif.c
8788         * src/importmutt.c
8789         * src/importpine.c
8790                 Fix crappy UI
8791         * src/
8792         * src/ssl.h
8793         * src/prefs_account.h
8794         * src/prefs_account.c
8795                 Save SSL prefs even in builds that have
8796                 SSL support disable
8797         * src/imap.c
8798         * src/inc.c
8799         * src/news.c
8800         * src/send_message.c
8801                 Warn if connection should be secure, but
8802                 SSL support isn't compiled in
8803         * src/gtkaspell.c
8804                 Fix word separation on UTF-8 systems
8805                 Fixes bug #812 (Strange inline spellchecking)
8806         * src/compose.c
8807                 Warn if the requested Privacy system
8808                 is not available
8809                 Factorize offline warning
8810         * src/imap.c
8811         * src/imap_gtk.c
8812         * src/imap_gtk.h
8813         * src/inc.h
8814         * src/news_gtk.c
8815         * src/news_gtk.h
8816         * src/messageview.c
8817                 Factorize offline warning
8818
8819 2005-09-19 [paul]
8820
8821         1.9.15-rc2 released
8822
8823 2005-09-18 [colin]      1.9.14cvs42
8824
8825         * src/codeconv.c
8826         * src/codeconv.h
8827         * src/procmime.c
8828                 Add a way to get locale's charset ignoring utf-8,
8829                 and use that as default encoding for broken mails
8830
8831 2005-09-18 [colin]      1.9.14cvs41
8832
8833         * src/gtk/logwindow.c
8834                 Translate string. Patch by Fabien Vantard
8835
8836 2005-09-18 [colin]      1.9.14cvs40
8837
8838         * configure.ac
8839                 Fix bug #803 (IMAP/SSL support breaks with 
8840                 GnuTLS libetpan 0.38)
8841
8842 2005-09-18 [colin]      1.9.14cvs39
8843
8844         * src/codeconv.c
8845         * src/compose.c
8846         * src/procmime.c
8847                 More charsets fixes. Fixes bug #806 (non
8848                 ascii characters in subject line)
8849
8850 2005-09-17 [paul]       1.9.14cvs38
8851
8852         * src/folderview.c
8853         * src/mainwindow.c
8854                 fix gcc-2.95 issues
8855                 Patch by Pawel Pekala
8856
8857 2005-09-17 [colin]      1.9.14cvs37
8858
8859         * src/addrindex.c
8860                 bugfix for NO-USE LDAP compilation, patch 
8861                 by Fabien Vantard
8862
8863 2005-09-17 [colin]      1.9.14cvs36
8864
8865         * src/prefs_actions.c
8866         * src/prefs_customheader.c
8867         * src/prefs_display_header.c
8868         * src/prefs_filtering_action.c
8869         * src/prefs_matcher.c
8870         * src/prefs_toolbar.c
8871                 Fix strange casts (less elegant but
8872                 works better)
8873
8874 2005-09-16 [colin]      1.9.14cvs35
8875
8876         * src/jpilot.c
8877                 Missed that one
8878
8879 2005-09-16 [colin]      1.9.14cvs34
8880
8881         * configure.ac
8882         * src/Makefile.am
8883         * src/addr_compl.c
8884         * src/addrindex.c
8885         * src/browseldap.c
8886         * src/editldap.c
8887         * src/ldaplocate.c
8888         * src/ldapquery.c
8889         * src/ldapquery.h
8890         * src/ldapserver.c
8891         * src/ldapserver.h
8892         * src/main.c
8893         * src/matcher_parser_parse.y
8894         * src/prefs_themes.c
8895         * src/etpan/Makefile.am
8896         * src/gtk/description_window.c
8897         * src/plugins/clamav/Makefile.am
8898         * src/plugins/clamav/clamav_plugin.c
8899         * src/plugins/dillo_viewer/Makefile.am
8900         * src/plugins/pgpcore/Makefile.am
8901         * src/plugins/pgpinline/Makefile.am
8902         * src/plugins/pgpmime/Makefile.am
8903         * src/plugins/trayicon/Makefile.am
8904                 Fix 100% cpu usage in address completion list
8905                 Fix little bugs (return with no values etc)
8906                 Fix all warnings (with common CFLAGS)
8907
8908 2005-09-15 [colin]      1.9.14cvs33
8909
8910         * src/addressbook.c
8911                 Fix bug where sometimes a group's email list is empty,
8912                 force its refresh (probably fixes "Re: how to create a 
8913                 distribution list")
8914         * src/ldapquery.c
8915                 Don't return to the callback in the main thread from the
8916                 fetch thread (or face segs!)
8917
8918 2005-09-15 [paul]       1.9.14cvs32
8919
8920         * src/prefs_matcher.c
8921                 forgotten in last commit
8922
8923 2005-09-15 [paul]       1.9.14cvs31
8924
8925         * src/prefs_actions.c
8926         * src/prefs_filtering_action.c
8927         * src/prefs_quote.c
8928         * src/quote_fmt.c
8929         * src/summaryview.c
8930         * src/gtk/description_window.c
8931         * src/gtk/description_window.h
8932         * src/gtk/quicksearch.c
8933                 allow interaction with the called
8934                 description window
8935                 Patch by Anders Hammar
8936
8937 2005-09-14 [paul]       1.9.14cvs30
8938
8939         * src/compose.c
8940                 fix a little annoyance when pasting with 3rd button 
8941                 with wrap_pastes=0 and wrap_input=1
8942                 Patch by Colin
8943
8944 2005-09-14 [paul]       1.9.14cvs29
8945
8946         * src/prefs_account.c
8947                 disable 'Filter messages on receiving' for
8948                 SMTP-only accounts
8949                 Patch  by Anders Hammar
8950
8951 2005-09-14 [paul]       1.9.14cvs28
8952
8953         * po/sk.po
8954                 fix crash
8955                 updated by Andrej Kacian
8956
8957 2005-09-14 [paul]
8958
8959         1.9.15-rc1 released
8960
8961 2005-09-14 [paul]       1.9.14cvs27
8962
8963         * po/es.po
8964                 updated by Ricardo Mones Lastra
8965         * src/compose.c
8966         * src/compose.h
8967                 associate no_wrap_tags to Compose windows
8968                 instead of using a static one
8969                 Patch by Colin
8970         * src/mbox.c
8971                 fix proc_mbox()
8972                 Patch by wwp
8973         * src/textview.c
8974                 remove unneeded printf()
8975
8976 2005-09-14 [paul]       1.9.14cvs26
8977
8978         * src/addrcache.c
8979         * src/codeconv.h
8980         * src/folder.h
8981         * src/mainwindow.h
8982         * src/mh.c
8983         * src/mimeview.h
8984         * src/partial_download.c
8985         * src/pop.c
8986         * src/prefs_account.c
8987         * src/prefs_account.h
8988         * src/prefs_actions.c
8989         * src/prefs_customheader.c
8990         * src/prefs_display_header.c
8991         * src/prefs_filtering_action.c
8992         * src/prefs_matcher.c
8993         * src/prefs_toolbar.c
8994         * src/privacy.h
8995         * src/procmime.c
8996         * src/procmime.h
8997         * src/procmsg.h
8998         * src/textview.c
8999         * src/undo.h
9000         * src/common/plugin.c
9001         * src/common/session.h
9002         * src/common/socket.c
9003         * src/common/socket.h
9004         * src/common/template.c
9005         * src/gtk/gtkaspell.c
9006         * src/gtk/quicksearch.h
9007         * src/plugins/pgpcore/passphrase.c
9008         * src/plugins/pgpcore/prefs_gpg.h
9009         * src/plugins/pgpcore/select-keys.c
9010         * src/plugins/pgpcore/select-keys.h
9011         * src/plugins/pgpcore/sgpgme.c
9012         * src/plugins/pgpinline/pgpinline.c
9013         * src/plugins/pgpmime/pgpmime.c
9014         * src/plugins/trayicon/trayicon.c
9015                 fix compilation warnings
9016                 Patch by Daniel Gustafson
9017
9018 2005-09-14 [paul]       1.9.14cvs25
9019
9020         * src/addressbook.c
9021                 add missing column header, and other small
9022                 bug fixes
9023                 Patch by Anders Hammar
9024
9025 2005-09-13 [colin]      1.9.14cvs24
9026
9027         * src/gtk/gtkaspell.c
9028                 Fix non-utf8 in menu
9029                 Fix little leaks
9030                 Nullify struct members after free()s
9031
9032 2005-09-13 [colin]      1.9.14cvs23
9033
9034         * src/compose.c
9035                 Test utf8 compliance before inserting to 
9036                 buffer, and try to convert if necessary
9037         * src/procmime.c
9038                 If no charset is present, use the locale 
9039                 one instead of us-ascii
9040         * src/procmsg.c
9041                 Add Sender, List-Post and To in the checked 
9042                 headers for automatic rules creation 
9043                 (thanks to wwp)
9044         * src/prefs_themes.c
9045         * src/gtk/gtkaspell.c
9046                 Remove deprecated functions. 
9047                 patch by Daniel Gustafson
9048
9049 2005-09-12 [colin]      1.9.14cvs22
9050
9051         * src/compose.c
9052                 Fix bug #448 (Scrolling/Redraw issue with 
9053                 address-fields in Header)
9054         * src/mainwindow.c
9055         * src/summaryview.c
9056         * src/summaryview.h
9057                 Fix loss of MSG_MARKED on move/copy
9058                 Fix bug #804 (Quicksearch togglebutton doesn't 
9059                 get depressed after '/' key is pressed)
9060
9061 2005-09-12 [paul]       1.9.14cvs21
9062
9063         * AUTHORS
9064         * src/gtk/logwindow.c
9065                 add 'Clear Log' to popup menu
9066                 Patch by Anders Hammar <anders.hammar@telia.com>
9067
9068 2005-09-12 [paul]       1.9.14cvs20
9069
9070         * src/compose.c
9071                 set correct sensitivity on attachments
9072                 popup menu
9073         * src/folder.c
9074                 fix typo
9075         * src/prefs_spelling.c
9076                 fix crash when no LANG env is set
9077         * src/common/xml.c
9078                 fix crash in wizard
9079                 don't use memeory after free
9080
9081         All patches by Daniel Gustafson
9082
9083 2005-09-12 [paul]       1.9.14cvs19
9084
9085         * src/prefs_themes.c
9086                 make theme info selectable
9087         * src/gtk/description_window.c
9088                 make window non-modal
9089         * tools/README
9090                 add details of asus_mailed.sh
9091         * tools/claws.i18n.status.pl
9092                 update for new zh_TW translator
9093                 widen the output
9094                 create alternate coloured lines
9095                 improve readability
9096
9097 2005-09-10 [colin]      1.9.14cvs18
9098
9099         * src/plugins/pgpcore/select-keys.c
9100                 Better order for the buttons
9101
9102 2005-09-10 [colin]      1.9.14cvs17
9103
9104         * src/compose.c
9105         * src/plugins/pgpcore/select-keys.c
9106         * src/plugins/pgpcore/select-keys.h
9107         * src/plugins/pgpcore/sgpgme.c
9108                 Add a "Don't encrypt" button to the key
9109                 selection dialog. Fixes bug #177 (There should be a 
9110                 'Don't encrypt button in the Select Keys dialog)
9111
9112 2005-09-10 [colin]      1.9.14cvs16
9113
9114         * src/compose.c
9115                 Fix bug #572 (%X option does not work with templates)
9116
9117 2005-09-10 [colin]      1.9.14cvs15
9118
9119         * src/toolbar.c 
9120                 Remove g_print
9121
9122 2005-09-10 [colin]      1.9.14cvs14
9123
9124         * src/imap.c
9125                 Fix a possible crash
9126
9127 2005-09-09 [colin]      1.9.14cvs13
9128
9129         * src/imap.c
9130         * src/etpan/imap-thread.c
9131         * src/etpan/imap-thread.h
9132                 Fix moving from queue or drafts to normal folders
9133                 Fix bug #794 (No way to delete without expunging)
9134                 Take flags unset by other mailers into account
9135                 Take deleted flag set by other mailers into account
9136                 Fix unsetting REPLIED flag
9137                 Fix crash when capabilities can't be retrieved
9138         * src/mainwindow.c
9139         * src/mainwindow.h
9140                 Add M_DELAYED_FLAGS condition, and let the user use
9141                 Execute in order to be able to expunge deleted mails,
9142                 even if he's not in delayed execute mode
9143         * src/prefs_spelling.c
9144                 Use 'en' dictionary by default if LANG is POSIX or C
9145         * src/gtk/prefswindow.c
9146                 Fix bug #767 (Preferences windows expanding) by making
9147                 the window a bit larger when the resolution is greater
9148                 than 640x480, and by putting the prefs in a
9149                 GtkScrolledWindow.
9150
9151 2005-09-09 [paul]       1.9.14cvs12
9152
9153         * AUTHORS
9154         * configure.ac
9155         * po/zh_TW.Big5.po      ** REMOVED **
9156         * po/zh_TW.po           ** ADDED **
9157                 updated by Wei-Lun Chao
9158
9159 2005-09-09 [paul]       1.9.14cvs11
9160
9161         * src/mainwindow.c
9162                 fix asserts
9163         * src/common/xml.c
9164                 delay memory allocation until file is
9165                 opened successfully
9166                 Patch by Daniel Gustafson
9167
9168 2005-09-09 [colin]      1.9.14cvs10
9169
9170         * src/imap.c
9171                 Add guards
9172
9173 2005-09-08 [colin]      1.9.14cvs9
9174
9175         * src/compose.c
9176                 Alert when we can't save draft
9177                 Fix various wrap/color issues
9178                 Add mid-click pasting respecting wrap_paste option
9179         * src/folder.c
9180         * src/folder.h
9181         * src/folder_item_prefs.c
9182         * src/folder_item_prefs.h
9183         * src/imap.c
9184         * src/imap_gtk.c
9185         * src/imap_gtk.h
9186         * src/main.c
9187         * src/mainwindow.c
9188         * src/mainwindow.h
9189         * src/news.c
9190         * src/news_gtk.c
9191         * src/news_gtk.h
9192         * src/prefs_folder_item.c
9193                 Fix the impossibility to synchronise folders for
9194                 offline use (IMAP and NNTP are concerned)
9195
9196 2005-09-08 [colin]      1.9.14cvs8
9197
9198         * configure.ac
9199                 Build LDAP and JPilot by default if available
9200         * src/textview.c
9201                 Fix use after free
9202
9203 2005-09-08 [paul]       1.9.14cvs7
9204
9205         * doc/manual/en/sylpheed-1.html
9206         * doc/manual/en/sylpheed-18.html
9207         * doc/manual/en/sylpheed-19.html
9208         * doc/manual/en/sylpheed-4.html
9209         * doc/manual/en/sylpheed-6.html
9210         * doc/manual/en/sylpheed.html
9211                 a few minor updates, plus include some
9212                 details about plugins and their requirements
9213         * src/mainwindow.c
9214                 minor changes to English in /View/Sort
9215
9216 2005-09-07 [colin]      1.9.14cvs6
9217
9218         * doc/manual/en/sylpheed-1.html
9219         * doc/manual/en/sylpheed-10.html
9220         * doc/manual/en/sylpheed-11.html
9221         * doc/manual/en/sylpheed-12.html
9222         * doc/manual/en/sylpheed-13.html
9223         * doc/manual/en/sylpheed-14.html
9224         * doc/manual/en/sylpheed-15.html
9225         * doc/manual/en/sylpheed-16.html
9226         * doc/manual/en/sylpheed-17.html
9227         * doc/manual/en/sylpheed-18.html
9228         * doc/manual/en/sylpheed-19.html
9229         * doc/manual/en/sylpheed-2.html
9230         * doc/manual/en/sylpheed-20.html
9231         * doc/manual/en/sylpheed-21.html
9232         * doc/manual/en/sylpheed-22.html
9233         * doc/manual/en/sylpheed-3.html
9234         * doc/manual/en/sylpheed-4.html
9235         * doc/manual/en/sylpheed-5.html
9236         * doc/manual/en/sylpheed-6.html
9237         * doc/manual/en/sylpheed-7.html
9238         * doc/manual/en/sylpheed-8.html
9239         * doc/manual/en/sylpheed-9.html
9240         * doc/manual/en/sylpheed.html
9241                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
9242
9243 2005-09-07 [colin]      1.9.14cvs5
9244
9245         * src/mainwindow.c
9246                 Make labels more to-the-point
9247
9248 2005-09-07 [colin]      1.9.14cvs4
9249
9250         * doc/manual/en/sylpheed-1.html
9251         * doc/manual/en/sylpheed-12.html
9252         * doc/manual/en/sylpheed-13.html
9253         * doc/manual/en/sylpheed-14.html
9254         * doc/manual/en/sylpheed-15.html
9255         * doc/manual/en/sylpheed-16.html
9256         * doc/manual/en/sylpheed-17.html
9257         * doc/manual/en/sylpheed-18.html
9258         * doc/manual/en/sylpheed-19.html
9259         * doc/manual/en/sylpheed-2.html
9260         * doc/manual/en/sylpheed-20.html
9261         * doc/manual/en/sylpheed-21.html
9262         * doc/manual/en/sylpheed-22.html
9263         * doc/manual/en/sylpheed-4.html
9264         * doc/manual/en/sylpheed-5.html
9265         * doc/manual/en/sylpheed-6.html
9266         * doc/manual/en/sylpheed-7.html
9267         * doc/manual/en/sylpheed-8.html
9268         * doc/manual/en/sylpheed-9.html
9269         * doc/manual/en/sylpheed.html
9270                 Update manual
9271
9272 2005-09-07 [colin]      1.9.14cvs3
9273
9274         * doc/faq/en/sylpheed-faq-1.html
9275         * doc/faq/en/sylpheed-faq-2.html
9276         * doc/faq/en/sylpheed-faq-3.html
9277         * doc/faq/en/sylpheed-faq.html
9278                 Update FAQ
9279
9280 2005-09-07 [colin]      1.9.14cvs2
9281
9282         * src/folderview.c
9283         * src/procmsg.c
9284         * src/summaryview.c
9285         * src/toolbar.c
9286                 Fix special subfolders:
9287                 - Inherit parent's icon
9288                 - sent contents of queues subfolders
9289                 - empty subfolders of trashes
9290         * src/mainwindow.c
9291                 Remove outdated manual and faq entries
9292         * src/common/utils.c
9293                 Add quotes around %s coming from mailcap
9294
9295 2005-09-07 [colin]      1.9.14cvs1
9296
9297         * src/compose.c
9298                 After saving draft, set modified to FALSE
9299         * src/mimeview.c
9300         * src/common/utils.c
9301         * src/common/utils.h
9302                 Try to open mime parts using what is 
9303                 indicated in ~/.mailcap or /etc/mailcap,
9304                 if possible.
9305
9306 2005-09-05 [paul]       1.9.14
9307
9308         1.9.14 released
9309
9310         * po/sk.po
9311                 updated by Andrej Kacian
9312
9313 2005-09-05 [paul]       1.9.13cvs83
9314
9315         * po/de.po
9316         * po/es.po
9317         * po/fi.po
9318         * po/fr.po
9319         * po/nb.po
9320         * po/pt_BR.po
9321         * po/sr.po
9322                 updated translations by Thomas Gilgin, Ricardo Mones
9323                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
9324                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
9325
9326 2005-09-04 [paul]       1.9.13cvs82
9327
9328         * src/compose.c
9329                 only warn about exceeded line length limit
9330                 on send
9331
9332 2005-09-04 [paul]       1.9.13cvs81
9333
9334         * src/compose.c
9335                 fix crash in 'line length exceeded' dialogue
9336
9337 2005-09-02 [paul]       1.9.13cvs80
9338
9339         * src/imap.c
9340                 fix bug 795, 'Connection lost IMAP'
9341                 and add statusbar prints
9342                 Patch by Colin
9343
9344 2005-09-02 [paul]       1.9.13cvs79
9345
9346         * src/compose.c
9347                 compose_wrap_paragraph() becomes
9348                 compose_beautify_paragraph()
9349                 Patch by Colin
9350
9351 2005-09-02 [colin]      1.9.13cvs78
9352
9353         * src/folderview.c
9354                 Micro-fix
9355
9356 2005-09-01 [colin]      1.9.13cvs77
9357
9358         * src/imap.c
9359                 Maybe fix bug #795 (Connection lost IMAP)
9360                 Don't try to send logout when we're disconnected.
9361         * src/summaryview.c
9362                 Include locked and marked emails in HRM
9363                 view. Fixes bug #800 (Locked messages no longer 
9364                 show up when hide read messages is used)
9365
9366 2005-09-01 [paul]       1.9.13cvs76
9367
9368         * src/prefs_common.c
9369                 fix bad cutting
9370
9371 2005-08-31 [colin]      1.9.13cvs75
9372
9373         * src/folderview.c
9374         * src/folderview.h
9375         * src/prefs_summaries.c
9376         * src/summaryview.c
9377                 Fix "go to next new", fix preference
9378                 (Open unread/next swapped)
9379
9380 2005-08-31 [paul]       1.9.13cvs74
9381
9382         * src/compose.c
9383         * src/folderview.c
9384         * src/headerview.c
9385         * src/headerview.h
9386         * src/mainwindow.c
9387         * src/prefs_common.c
9388         * src/prefs_common.h
9389         * src/prefs_fonts.c
9390         * src/summaryview.c
9391         * src/textview.c
9392         * src/common/defs.h
9393                 remove obsolete BOLD_FONT setting
9394                 fix font update in headerview and textview
9395                 headers after prefs change
9396                 Patch By Colin
9397
9398 2005-08-31 [paul]
9399
9400         1.9.14-rc4 released
9401
9402 2005-08-30 [colin]      1.9.13cvs73
9403
9404         * src/summaryview.c
9405                 When Hide read messages is selected and we
9406                 refresh the summaryview, don't remove the 
9407                 currently displayed message. Fixes bug #797
9408                 (Summary view reloads when new mail is 
9409                 downloaded in 1.9.14 rc)
9410
9411 2005-08-30 [colin]      1.9.13cvs72
9412
9413         * src/folderview.c
9414                 Fix flickering
9415         * src/mainwindow.c
9416                 Remove useless callback
9417         * src/mimeview.c
9418         * src/gtk/filesel.c
9419         * src/gtk/filesel.h
9420                 Add a filesel_select_file_save_folder() - used by Save All
9421
9422 2005-08-29 [paul]       1.9.13cvs71
9423
9424         * AUTHORS
9425         * src/matcher_parser_parse.y
9426         * src/etpan/imap-thread.c
9427                 fix building on FreeBSD
9428                 Patch by Daniel Gustafson <daniel@hobbit.se>
9429
9430 2005-08-29 [paul]       1.9.13cvs70
9431
9432         * src/plugins/pgpinline/pgpinline.c
9433                 only initialise sig result if it's been handled
9434                 Patch by Colin
9435
9436 2005-08-29 [paul]       1.9.13cvs69
9437         
9438         Patches by Colin:
9439
9440         * src/imap.c
9441         * src/common.utils.c
9442         * src/common/utils.h
9443                 optimisation
9444         * src/stock_pixmap.h
9445                 fix wrong icon reference
9446         * src/pixmaps/trash_btn.xpm
9447                 replace with nicer image
9448
9449 2005-08-28 [colin]      1.9.13cvs68
9450
9451         * src/Makefile.am
9452         * src/stock_pixmap.c
9453         * src/stock_pixmap.h
9454         * src/toolbar.c
9455         * src/pixmaps/trash_btn.xpm
9456                 Add a specific trash xpm for the button
9457
9458 2005-08-28 [colin]      1.9.13cvs67
9459
9460         * src/imap.c
9461                 Fix leak
9462
9463 2005-08-27 [colin]      1.9.13cvs66
9464
9465         * src/imap.c
9466         * src/procmime.c
9467                 Correctly fix "Problem with replies", fixes
9468                 pgpmime encryption too. 
9469
9470 2005-08-27 [colin]      1.9.13cvs65
9471
9472         * src/folder.c
9473         * src/procmsg.c
9474         * src/procmsg.h
9475         * src/summaryview.c
9476                 Fix bug #517 (messages removed from summaryview 
9477                 when moving fails)
9478
9479 2005-08-27 [colin]      1.9.13cvs64
9480
9481         * tools/Makefile.am
9482         * tools/asus_mailled.sh
9483                 Add a script to blink ASUS laptops' mail LED where there
9484                 is unread mail.
9485
9486 2005-08-27 [colin]      1.9.13cvs63
9487
9488         * src/imap.c
9489         * src/etpan/imap-thread.c
9490         * src/etpan/imap-thread.h
9491                 Implement automatic choosing of login method
9492                 Fixes bug #791
9493         * src/gtk/.cvsignore
9494                 Add sylpheed-marshal.[ch]
9495
9496 2005-08-27 [colin]      1.9.13cvs62
9497
9498         * src/common/utils.c
9499                 Fix confusing perror
9500
9501 2005-08-27 [colin]      1.9.13cvs61
9502
9503         * src/toolbar.c
9504         * src/toolbar.h
9505                 Remove A_DELETE, replace it with 
9506                 A_TRASH and A_DELETE_REAL. Automatically
9507                 rewrite config files to replace A_DELETE
9508                 with A_TRASH (no functionality change).
9509                 Fixes half of #794
9510
9511 2005-08-26 [colin]      1.9.13cvs60
9512
9513         * src/procmime.c
9514                 Previous "Problem with replies" fix brought other
9515                 problems, fixing them
9516
9517 2005-08-26 [colin]      1.9.13cvs59
9518
9519         * src/procmime.c
9520                 Fix "Problem with replies". This happened only
9521                 on IMAP...
9522         * src/procmsg.c
9523                 Factorize code a bit
9524         * src/compose.c
9525                 Speed improvement on very long messages (wrapping)
9526                 Fix signature color on Reedit and Redirect
9527                 On Reedit, don't attach pgp-signatures parts, but
9528                 set signing to On.
9529
9530 2005-08-24 [paul]       1.9.13cvs58
9531
9532         * src/compose.c
9533                 don't claim success when clicking
9534                 Cancel on the passphrase box.
9535                 Patch by Colin
9536
9537 2005-08-24 [paul]       1.9.13cvs57
9538
9539         * src/main.c
9540                 fix misplaced sylpheed.log
9541         * src/common/defs.h
9542                 define UIDL_DIR
9543
9544 2005-08-24 [paul]       1.9.13cvs56
9545
9546         * src/imap.c
9547         * src/etpan/imap-thread.c
9548         * src/etpan/imap-thread.h
9549                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
9550                 Patch by Colin
9551         * src/gtk/sylpheed-marshal.c    ** REMOVED **
9552         * src/gtk/sylpheed-marshal.h    ** REMOVED **
9553                 remove autogenerated files
9554         * tools/kdeservicemenu/README
9555         * tools/kdeservicemenu/install.sh
9556         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9557         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9558                 use Claws icon, use 'Sylpheed-Claws' in menu,
9559                 use kdialog, and other cleanups
9560
9561 2005-08-23 [paul]       1.9.13cvs55
9562
9563         * src/compose.c
9564                 fix paste/wrap crash
9565                 Patch by Colin
9566
9567 2005-08-23 [paul]       1.9.13cvs54
9568
9569         * src/main.c
9570                 fix crash recovery
9571                 Patch by Colin
9572
9573 2005-08-23 [paul]       1.9.13cvs53
9574
9575         * src/addressbook.c
9576         * src/editaddress.c
9577                 view all data of LDAP contacts
9578                 Patch by Colin
9579
9580 2005-08-23 [paul]       1.9.13cvs52
9581
9582         * src/addressbook.c
9583                 fix issues with the Search field
9584                 Patch by Colin
9585
9586 2005-08-22 [paul]       1.9.13cvs51
9587
9588         * src/folderview.c
9589                 put name of folder in processing dialog
9590                 title
9591         * src/prefs_folder_item.c
9592                 improve english usage
9593
9594 2005-08-22 [paul]       1.9.13cvs50
9595
9596         * src/filtering.c
9597         * src/filtering.h
9598         * src/matcher.c
9599         * src/matcher_parser_lex.l
9600         * src/matcher_parser_parse.y
9601         * src/prefs_filtering.c
9602                 add Filtering/Processing rule names feature.
9603                 (the incompatible old matcherrc is saved as
9604                 matcherrc.pre_names).
9605                 Patch by Colin
9606
9607 2005-08-22 [paul]       1.9.13cvs49
9608
9609         * src/procmsg.c
9610                 fix colour labelling
9611                 Patch by Colin
9612
9613 2005-08-22 [paul]       1.9.13cvs48
9614
9615         * src/textview.c
9616                 fix open_image_cb()
9617
9618 2005-08-22 [paul]       1.9.13cvs47
9619
9620         * src/imap.c
9621                 fix bug 789, 'SC crashes with imap (CVS ver)'
9622                 Patch by Colin
9623
9624 2005-08-22 [paul]       1.9.13cvs46
9625
9626         * src/mimeview.c
9627         * src/prefs_common.c
9628         * src/common/defs.h
9629                 define reused defaults in defs.h
9630         * src/textview.c
9631                 add 'Open image' to image popup menu
9632
9633 2005-08-21 [colin]      1.9.13cvs45
9634
9635         * src/summaryview.c
9636                 Fix bug #788 (Bogus "From" address displayed)
9637
9638 2005-08-20 [colin]      1.9.13cvs44
9639
9640         * src/folder.c
9641                 Fix buf #787 (multilevel delete causes SIGSEGV)
9642
9643 2005-08-19 [colin]      1.9.13cvs43
9644
9645         * src/inc.c
9646         * src/prefs_common.c
9647         * src/prefs_common.h
9648                 Add an hidden pref to allow modifying the
9649                 update stepping in incorporation.
9650                 Patch by wwp.
9651
9652 2005-08-19 [colin]      1.9.13cvs42
9653
9654         * src/compose.c
9655         * src/procmime.c
9656                 Workaround for broken MUAs: encode 
9657                 Content-type: name: as ASCII and 
9658                 Content-Disposition: filename: as
9659                 per rfc2231
9660         * src/prefs_account.c
9661                 Fix invisible-ness of SMTP SSL prefs
9662                 in NNTP accounts
9663
9664 2005-08-19 [paul]       1.9.13cvs41
9665
9666         * src/compose.c
9667         * src/prefs_common.c
9668         * src/prefs_common.h
9669         * src/prefs_wrapping.c
9670                 paste with or without wrapping.
9671                 patch by Colin
9672
9673 2005-08-19 [paul]       1.9.13cvs40
9674
9675         * src/prefs_common.c
9676         * src/prefs_common.h
9677         * src/summaryview.c
9678                 reintroduce enable_swap_from as a
9679                 hidden pref. patch by Colin
9680         * src/quote_fmt_parse.y
9681         * src/plugins/clamav/clamav_plugin.c
9682         * src/plugins/dillo_viewer/dillo_viewer.c
9683         * src/plugins/mathml_viewer/mathml_viewer.c
9684         * src/plugins/pgpcore/sgpgme.c
9685         * src/plugins/pgpinline/pgpinline.c
9686         * src/plugins/pgpmime/pgpmime.c
9687                 tidy up. patch by Colin
9688
9689 2005-08-19 [paul]       1.9.13cvs39
9690
9691         * configure.ac
9692                 complete cvs38's sync
9693         * src/editaddress.c
9694         * src/gedit-print.c
9695         * src/mutt.c
9696         * src/etpan/etpan-log.c
9697         * src/etpan/imap-thread.c
9698         * src/gtk/gtksourceprintjob.c
9699                 fix compilation warnings
9700                 (patch by Colin)
9701
9702 2005-08-19 [paul]       1.9.13cvs38
9703
9704         sync with main:
9705
9706         * src/account.c
9707         * src/action.c
9708         * src/addrbook.c
9709         * src/addrcache.c
9710         * src/addrharvest.c
9711         * src/addrindex.c
9712         * src/codeconv.c
9713         * src/compose.c
9714         * src/crash.c
9715         * src/exporthtml.c
9716         * src/exportldif.c
9717         * src/folder.c
9718         * src/image_viewer.c
9719         * src/inc.c
9720         * src/inc.h
9721         * src/jpilot.c
9722         * src/ldif.c
9723         * src/main.c
9724         * src/matcher.c
9725         * src/mbox.c
9726         * src/messageview.c
9727         * src/mh.c
9728         * src/mimeview.c
9729         * src/msgcache.c
9730         * src/mutt.c
9731         * src/news.c
9732         * src/partial_download.c
9733         * src/pine.c
9734         * src/pop.c
9735         * src/prefs_actions.c
9736         * src/prefs_common.c
9737         * src/prefs_customheader.c
9738         * src/prefs_display_header.c
9739         * src/prefs_gtk.c
9740         * src/prefs_themes.c
9741         * src/procheader.c
9742         * src/procmime.c
9743         * src/procmsg.c
9744         * src/recv.c
9745         * src/send_message.c
9746         * src/simple-gettext.c
9747         * src/sourcewindow.c
9748         * src/textview.c
9749         * src/vcard.c
9750         * src/common/defs.h
9751         * src/common/log.c
9752         * src/common/plugin.c
9753         * src/common/prefs.c
9754         * src/common/session.c
9755         * src/common/session.h
9756         * src/common/socket.c
9757         * src/common/socket.h
9758         * src/common/ssl_certificate.c
9759         * src/common/template.c
9760         * src/common/utils.c
9761         * src/common/utils.h
9762         * src/common/xml.c
9763         * src/gtk/about.c
9764         added wrappers for C library function that
9765                 take pathname arguments.
9766                 enabled compilation with MinGW.
9767                 use GDir instead of directly using opendir().
9768                 added rename_force().
9769
9770 2005-08-19 [paul]       1.9.13cvs37
9771         
9772         patches by Colin:
9773         * src/compose.c
9774                 fix privacy settings on re-editing
9775                 a sent message
9776         * src/jpilot.c
9777                 fix encoding bug
9778         * src/folder.c
9779         * src/procmsg.c
9780         * src/procmsg.h
9781         * src/summaryview.c
9782                 flag changing optimisation
9783
9784 2005-08-18 [martin]     1.9.13cvs36
9785
9786         * commitHelper
9787             added my login
9788         * src/addrcache.c
9789         * src/addrharvest.c
9790         * src/addrindex.c
9791         * src/compose.c
9792         * src/grouplistdialog.c
9793         * src/main.c
9794         * src/mainwindow.c
9795         * src/msgcache.c
9796         * src/mutt.c
9797         * src/pine.c
9798         * src/prefs_account.c
9799         * src/prefs_themes.c
9800         * src/stock_pixmap.c
9801         * src/summaryview.c
9802         * src/gtk/about.c
9803         * src/gtk/logwindow.c
9804             removed deprecated glib and gdk stuff
9805         * src/plugins/pgpcore/select-keys.c
9806             convert attributes from locale to utf8
9807
9808 2005-08-17 [paul]       1.9.13cvs35
9809
9810         * src/account.c
9811         * src/addressbook.c
9812                 use new GTK_STOCK_ icons if available
9813         * src/summaryview.c
9814         * src/gtk/gtksctree.c
9815         * src/gtk/gtksctree.h
9816                 faster range select. patch by Colin
9817
9818 2005-08-17 [paul]       1.9.13cvs34
9819
9820         patches by colin:
9821         * src/addressbook.c
9822         * src/addressitem.h
9823                 Add an edit button for contacts, fix selections
9824                 of gtksctree items
9825         * src/editaddress.c
9826                 Change labels, let Save be always possible in the
9827                 email and user atributes tabs
9828         * src/folderview.c
9829                 fix sort issues
9830         * src/summaryview.c
9831                 select next item instead of the displayed one
9832                 after deletion
9833
9834         * src/gtk/progressdialog.c
9835                 use prefs_common.enable_rules_hint
9836
9837 2005-08-13 [hoa]        1.9.13cvs33
9838
9839         * src/etpan/imap-thread.c
9840                 fixed build on Solaris.
9841
9842 2005-08-10 [colin]      1.9.13cvs32
9843
9844         * src/procmsg.c
9845                 Fix cvs31 (missing fclose before reading
9846                 the file)
9847
9848 2005-08-10 [colin]      1.9.13cvs31
9849
9850         * src/procmsg.c
9851                 Fix procmsg_msginfo_new_from_mimeinfo() when
9852                 the MimeInfo isn't stored in memory. This fixes
9853                 replying to an attached message.
9854
9855 2005-08-10 [colin]      1.9.13cvs30
9856
9857         * src/mainwindow.c
9858                 Fix slowness in account changing
9859
9860 2005-08-10 [colin]      1.9.13cvs29
9861
9862         * src/folder.c
9863         * src/folderutils.c
9864         * src/folderview.c
9865         * src/imap_gtk.c
9866         * src/mainwindow.c
9867         * src/mh_gtk.c
9868         * src/procmsg.c
9869         * src/summaryview.c
9870                 Optimize folder_has_parent_of_type
9871                 Prevent moving special sub-folders from contextual menus
9872                 Rework message a bit ("Empty all messages" -> "Delete all
9873                 messages")
9874                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
9875                 and "Deleted Items" folders)
9876
9877 2005-08-08 [colin]      1.9.13cvs28
9878
9879         * src/summaryview.c
9880         * src/prefs_summaries.c
9881                 Make "Select first unread|new" more flexible
9882                 (just prioritize new or unread)
9883
9884 2005-08-08 [colin]      1.9.13cvs27
9885
9886         * src/summaryview.c
9887                 If "select first new" is selected and there only
9888                 are unread messages, fallback to "select first
9889                 unread".
9890
9891 2005-08-08 [colin]      1.9.13cvs26
9892
9893         * src/folder.c
9894                 Fix shameful bugs (and bug #779)
9895
9896 2005-08-08 [colin]      1.9.13cvs25
9897
9898         * src/folder.c
9899         * src/folder.h
9900                 Cache parents' type to make folder_has_parent_of_type
9901                 faster
9902         * src/folderview.c
9903                 Forbid DnD of special sub-folders
9904         * src/procmsg.c
9905         * src/procmsg.h
9906                 Add MAIL_POSTFILTERING_HOOK
9907         * src/summaryview.c
9908                 Revert over-zealous deletion of the use_addr_book 
9909                 code
9910
9911 2005-08-07 [colin]      1.9.13cvs24
9912
9913         * src/folder.c
9914                 Fix big mistake (passing MsgInfo instead 
9915                 of FolderItem)
9916
9917 2005-08-07 [colin]      1.9.13cvs23
9918
9919         * src/compose.c
9920         * src/folder.c
9921         * src/folder.h
9922         * src/foldersel.c
9923         * src/folderutils.c
9924         * src/folderview.c
9925         * src/imap.c
9926         * src/mainwindow.c
9927         * src/messageview.c
9928         * src/mh.c
9929         * src/msgcache.c
9930         * src/procmime.c
9931         * src/summaryview.c
9932                 Make subfolders of Drafts, Queue, Outbox, Trash
9933                 work like their parents. 
9934                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
9935
9936 2005-08-07 [colin]      1.9.13cvs22
9937
9938         * src/addressbook.c
9939                 Fix bug #771 (Dragged contacts not saved)
9940
9941 2005-08-07 [paul]       1.9.13cvs21
9942
9943         * src/summaryview.c
9944                 fix bug 32 'Search Doesn't display results
9945                 if "Hide Read Messages" is chosen'
9946                 be more literal in interpreting 'Hide read
9947                 messages'
9948
9949 2005-08-07 [colin]      1.9.13cvs20
9950
9951         * src/folderview.c
9952                 Add debug
9953         * src/summaryview.c
9954                 Faster 'unthread_for_execution'
9955
9956 2005-08-06 [paul]       1.9.13cvs19
9957
9958         * src/mainwindow.c
9959                 add mnemonics to Set displayed columns
9960                 fix bug where msgview_visible option was
9961                 overwritten as TRUE on startup
9962
9963 2005-08-06 [paul]       1.9.13cvs18
9964
9965         * src/mainwindow.c
9966                 refer to 'displayed columns in folder/message
9967                 list' not 'displayed items in summary/message view'
9968         * src/prefs_display_header.c
9969                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
9970                 be consistent with similar dialogues
9971         * src/prefs_folder_column.c
9972         * src/prefs_summary_column.c
9973                 'columns' not 'items', and folder and message lists,
9974                 instead of folder and summary views;
9975                 Use 'Hidden columns' as list heading not 'Available
9976                 items';
9977                 move the 'Remove' button to the right hand side;
9978                 top-align the buttons;
9979                 remove unneeded vbox
9980         * src/prefs_summaries.c
9981                 put the 2 column prefs buttons in a frame to reduce
9982                 overall width; refer to columns not items &c.
9983
9984 2005-08-05 [colin]      1.9.13cvs17
9985
9986         * src/prefs_common.c
9987         * src/prefs_common.h
9988         * src/mainwindow.c
9989         * src/compose.c
9990         * src/messageview.c
9991                 Add an hidden toolbar_detachable pref, so
9992                 that I can get rid of these painful handles
9993                 in the toolbars. Defaults to TRUE to avoid
9994                 changing the GUI on unsuspecting people...
9995
9996 2005-08-05 [colin]      1.9.13cvs16
9997
9998         * src/Makefile.am
9999         * src/prefs_folder_column.c
10000         * src/prefs_folder_column.h
10001                 Add prefs for folder columns
10002         * src/folderview.c
10003         * src/folderview.h
10004         * src/mainwindow.c
10005         * src/mainwindow.h
10006         * src/prefs_common.c
10007         * src/prefs_common.h
10008         * src/prefs_summaries.c
10009                 Use them
10010         * src/prefs_summary_column.c
10011         * src/summaryview.c
10012         * src/summaryview.h
10013                 Add a To column
10014         * src/textview.c
10015         * src/common/utils.c
10016         * src/common/utils.h
10017                 Move uri colourisation functions
10018                 to utils
10019         * src/compose.c
10020                 Colourise URIs
10021         * src/imap.c
10022                 Fix bug with LIST where we'd try
10023                 to get Folder//////[...]/// 
10024
10025 2005-08-05 [paul]       1.9.13cvs15
10026
10027         * src/prefs_summaries.c
10028                 improve the English usage
10029         * src/summaryview.c
10030                 set font on column change
10031                 thanks to Colin
10032
10033 2005-08-05 [paul]       1.9.13cvs14
10034
10035         * src/prefs_common.c
10036         * src/prefs_common.h
10037         * src/prefs_summaries.c
10038         * src/summaryview.c
10039                 replace 'open_unread_on_enter' option with
10040                 'select_on_entry' option. opening/not opening
10041                 is now exclusively controlled by 'always_show_msg'
10042
10043 2005-08-04 [colin]      1.9.13cvs13
10044
10045         * src/compose.c
10046                 Remove dead code
10047                 Add colourisation of quotes and signatures
10048         * src/folderview.c
10049                 Fix possible crashes
10050         * src/messageview.c
10051                 Change an assert that is no problem
10052         * src/news.c
10053         * src/news_gtk.c
10054         * src/news_gtk.h
10055                 Fix offline mode
10056         * src/gtk/quicksearch.c
10057                 Fix a possible crash
10058
10059 2005-08-03 [colin]      1.9.13cvs12
10060
10061         * src/prefs_account.c
10062                 Fix bug #777 (Sylpheed crash in account configuration)
10063
10064 2005-08-03 [colin]      1.9.13cvs11
10065
10066         * src/addressbook.c
10067         * src/editaddress.c
10068         * src/editgroup.c
10069                 Fixing addressbook, round 2
10070         * src/textview.c
10071                 Fix emphasis color on rechecking 'Colorize messages'
10072
10073 2005-08-03 [paul]       1.9.13cvs10
10074
10075         sync with main
10076
10077         * src/addr_compl.c
10078         * src/compose.c
10079         * src/main.c
10080         * src/pop.c
10081         * src/prefs_account.c
10082         * src/procmime.c
10083         * src/procmsg.c
10084         * src/quote_fmt_parse.y
10085         * src/textview.c
10086         * src/common/quoted-printable.c
10087         * src/common/utils.c
10088         * src/common/utils.h
10089         * src/common/xml.c
10090                 replaced incorrect locale-independent
10091                 ctype functions with GLib's. Corrected
10092                 signedness mismatch.
10093         * src/headerview.c
10094                 headerview_create(): added spacing for vbox.
10095         * src/gtk/about.c
10096                 set focus to the OK button.
10097
10098 2005-08-03 [colin]      1.9.13cvs9
10099
10100         * src/folderview.c
10101                 Fix possible crash
10102
10103 2005-08-02 [colin]      1.9.13cvs8
10104
10105         * src/mainwindow.c
10106                 Fix cast
10107         * src/addressbook.c
10108         * src/addressitem.h
10109                 Fix a cast and more generally, try to make the
10110                 GUI more intuitive and consistent (round 1)
10111
10112 2005-08-02 [paul]       1.9.13cvs7
10113
10114         * src/folder.h
10115                 missing in 1.9.13cvs6
10116
10117 2005-08-02 [colin]      1.9.13cvs6
10118
10119         * src/folder.c
10120                 Fix one more leak
10121
10122 2005-08-02 [colin]      1.9.13cvs5
10123
10124         * src/folder.c
10125         * src/folderview.c
10126         * src/imap.c
10127         * src/main.c
10128         * src/mbox.c
10129         * src/procmsg.c
10130         * src/summaryview.c
10131                 Fix a number of folder_item_get_msg_list()-related
10132                 leaks (missing procmsg_msginfo_free()s)
10133
10134 2005-08-01 [colin]      1.9.13cvs4
10135
10136         * src/folderview.c
10137         * src/folderview.h
10138         * src/mainwindow.c
10139         * src/prefs_fonts.c
10140         * src/prefs_summaries.c
10141         * src/prefs_themes.c
10142         * src/summaryview.c
10143         * src/summaryview.h
10144         * src/textview.c
10145         * src/textview.h
10146                 Fix instant-apply of summary and folderview-related prefs
10147                 Fix erroneous g_free and alertpanels in prefs_theme
10148                 Add instant-apply for fonts
10149                 Defer applying of prefs a little bit so it's done only
10150                 once even if requested by multiples prefs pages
10151
10152 2005-08-01 [paul]       1.9.13cvs3
10153
10154         * src/main.c
10155                 fix bug 776 'S.C. crashes on close'
10156                 thanks to Colin
10157         * src/etpan/etpan-thread-manager-types.h
10158                 add missing include
10159                 thanks to Hoa
10160
10161 2005-07-25 [paul]       1.9.13cvs2
10162
10163         * src/summaryview.c
10164                 fix typos. spotted by Fabien Vantard
10165
10166 2005-07-24 [paul]       1.9.13cvs1
10167
10168         * doc/man/sylpheed.1
10169                 update man page, incorporating fix of
10170                 bug 769 'Typo in manpage'
10171         * src/etpan/imap-thread.c
10172                 fix NetBSD openssl dependencies. patch by
10173                 George Michaelson <ggm@apnic.net>
10174         * po/pt_BR.po
10175                 updated by Frederico Goncalves Guimaraes
10176
10177 2005-07-22 [paul]       1.9.13
10178
10179         1.9.13 release
10180
10181 2005-07-22 [paul]       1.9.12cvs91
10182
10183         * AUTHORS
10184         * INSTALL
10185         * README.claws
10186         * RELEASE_NOTES.claws
10187                 updated for release
10188         * configure.ac
10189         * po/nb.po
10190         * tools/claws.i18n.status.pl
10191                 add Norwegian translation. submiited by
10192                 Geir Helland <pjallabais@users.sourceforge.net>
10193         * po/ca.po
10194         * po/de.po
10195         * po/es.po
10196         * po/fi.po
10197         * po/fr.po
10198         * po/it.po
10199         * po/sk.po
10200         * po/sr.po
10201         * po/zh_CN.po
10202                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
10203                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
10204                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
10205                 Yang Guilong
10206         * src/plugins/clamav/clamav_plugin_gtk.c
10207         * src/plugins/spamassassin/spamassassin_gtk.c
10208                 replace outdated description strings
10209
10210 2005-07-21 [colin]      1.9.12cvs90
10211
10212         * src/folder.c
10213                 Set folder to batch mode when scanning it. Makes deletion
10214                 of unread mails on IMAP much faster (due to the UNREAD 
10215                 flag unsetting)
10216
10217 2005-07-21 [darko]      1.9.12cvs89
10218
10219         * configure.ac
10220                 link against libresolv if necessary (patch by Paul)
10221         * src/msgcache.c
10222                 use glib's portable macros to determine endianness
10223
10224 2005-07-21 [paul]       1.9.12cvs88
10225
10226         * src/crash.c
10227         * src/gtk/about.c
10228                 update compiled-in features list
10229
10230 2005-07-20 [colin]      1.9.12cvs87
10231
10232         * src/folder.c
10233         * src/textview.c
10234                 Gcc 2.9x compilation fixes, thanks to Darko
10235         * src/plugins/clamav/clamav_plugin.c
10236                 Little optimisation: load virus database only once
10237         * src/plugins/spamassassin/spamassassin.c
10238                 Big optimisation: filtering one mail took at least 1 second,
10239                 now it takes at least 50ms. Doesn't speed up spamassassin 
10240                 itself, but should already be much more tolerable.
10241
10242 2005-07-20 [colin]      1.9.12cvs86
10243
10244         * src/summaryview.c
10245                 Fix performance issue
10246
10247 2005-07-19 [colin]      1.9.12cvs85
10248
10249         * src/plugins/pgpinline/plugin.c
10250                 Fix warning
10251
10252 2005-07-19 [colin]      1.9.12cvs84
10253
10254         * configure.ac
10255         * src/plugins/Makefile.am
10256         * src/plugins/pgpinline/.cvsignore
10257         * src/plugins/pgpinline/Makefile.am
10258         * src/plugins/pgpinline/pgpinline.c
10259         * src/plugins/pgpinline/pgpinline.deps
10260         * src/plugins/pgpinline/pgpinline.h
10261         * src/plugins/pgpinline/plugin.c
10262                 Put pgpinline in the main tree
10263
10264 2005-07-19 [paul]       1.9.12cvs83
10265
10266         * src/prefs_actions.c
10267                 prevent '//' in menu names, which cause a crash
10268                 thanks to Colin
10269
10270 2005-07-19 [paul]       1.9.12cvs82
10271
10272         * configure.ac
10273                 be generally more informative in configure output.
10274                 OpenSSL: correction: '[ --enable-openssl ...' -> 
10275                 '[ --disable-openssl ...', as --enable-openssl is default
10276                 PGP/MIME: don't check for GPGME again, check for
10277                 pgpcore instead. Therefore prevent the possibility of
10278                 attempting to build pgpmime if pgpcore dependencies are
10279                 not met
10280                 ClamAV: use pkgconfig to check for lib
10281                 libgnomeprint: revert logic on inner test to match
10282                 everything else
10283         * src/plugins/pgpcore/sgpgme.c
10284                 add missing include
10285
10286 2005-07-19 [colin]      1.9.12cvs81
10287
10288         * src/summaryview.c
10289                 Fix slow thread rebuilding in particular
10290                 cases
10291
10292 2005-07-19 [paul]       1.9.12cvs80
10293
10294         * sylpheed-claws.desktop
10295                 fix typo, spotted by Stephan Sachse
10296         * src/account.c
10297                 replace GTK_STOCK_ADD with
10298                 GTK_STOCK_NEW button
10299
10300 2005-07-18 [colin]      1.9.12cvs79
10301
10302         * src/etpan/imap-thread.c
10303                 Fix return value (Thanks Hoa)
10304
10305 2005-07-18 [colin]      1.9.12cvs78
10306
10307         * src/imap.c
10308                 Allow empty passwords
10309                 Create drafts/queue/outbox if necessary
10310         * src/summaryview.c
10311                 Remove old code
10312         * src/etpan/imap-thread.c
10313                 Fix STARTTLS (Thanks to Hoa)
10314
10315 2005-07-18 [paul]       1.9.12cvs77
10316
10317         * ChangeLog-gtk2.jp
10318         * ChangeLog.jp
10319                 removed
10320         * Makefile.am
10321                 updated to reflect additions and removals
10322         * TODO
10323                 updated to be claws-specific
10324         * TODO-gtk2
10325         * TODO-gtk2.jp
10326         * TODO.jp
10327         * sylpheed-128x128.png
10328         * sylpheed-64x64.png
10329                 removed
10330         * sylpheed-claws-128x128.png
10331         * sylpheed-claws-64x64.png
10332         * sylpheed-claws.desktop
10333         * sylpheed-claws.png
10334                 added
10335         * sylpheed.desktop
10336         * sylpheed.png
10337                 removed
10338
10339 2005-07-17 [paul]       1.9.12cvs76
10340
10341         * src/account.c
10342         * src/addressbook.c
10343         * src/alertpanel.c
10344         * src/alertpanel.h
10345         * src/compose.c
10346         * src/exphtmldlg.c
10347         * src/expldifdlg.c
10348         * src/folderview.c
10349         * src/imap_gtk.c
10350         * src/inc.c
10351         * src/message_search.c
10352         * src/messageview.c
10353         * src/mh_gtk.c
10354         * src/news_gtk.c
10355         * src/prefs_actions.c
10356         * src/prefs_filtering.c
10357         * src/prefs_matcher.c
10358         * src/prefs_template.c
10359         * src/prefs_themes.c
10360         * src/ssl_manager.c
10361         * src/summary_search.c
10362         * src/textview.c
10363         * src/toolbar.c
10364         * src/gtk/sslcertwindow.c
10365         * src/plugins/pgpcore/sgpgme.c
10366                 rework alertpanels
10367
10368 2005-07-17 [colin]      1.9.12cvs75
10369
10370         * src/privacy.c
10371                 add a PrivacySystem accessor that checks that
10372                 the system cached in a MimeInfo's privacydata
10373                 is still registered. Use this accessor instead
10374                 of directly using data->system. Fixes crashes
10375                 after unloading pgp plugins.
10376
10377 2005-07-17 [colin]      1.9.12cvs74
10378
10379         * src/alertpanel.c
10380                 Change geometry hints to a simple default size.
10381                 Fixes the certs dialogs.
10382
10383 2005-07-17 [colin]      1.9.12cvs73
10384
10385         * src/gtk/sslcertwindow.c
10386                 Use a gtkExpander
10387
10388 2005-07-17 [colin]      1.9.12cvs72
10389
10390         * src/plugins/pgpcore/Makefile.am
10391         * src/plugins/pgpmime/Makefile.am
10392                 Add gpgme libs
10393
10394 2005-07-17 [paul]       1.9.12cvs71
10395
10396         * configure.ac
10397                 add --disable-gnomeprint option
10398                 modified version of patch by Marius Mauch
10399
10400 2005-07-17 [paul]       1.9.12cvs70
10401
10402         * src/common/defs.h
10403                 update urls
10404         * src/account.c
10405         * src/action.c
10406         * src/addressbook.c
10407         * src/compose.c
10408         * src/foldersel.c
10409         * src/folderview.c
10410         * src/html.c
10411         * src/imap_gtk.c
10412         * src/main.c
10413         * src/mainwindow.c
10414         * src/messageview.c
10415         * src/mh_gtk.c
10416         * src/mimeview.c
10417         * src/news_gtk.c
10418         * src/prefs_account.c
10419         * src/prefs_send.c
10420         * src/prefs_summaries.c
10421         * src/procmsg.c
10422         * src/summaryview.c
10423         * src/common/utils.c
10424         * src/common/xml.c
10425         * src/plugins/pgpcore/passphrase.c
10426         * src/plugins/pgpcore/select-keys.c
10427                 replace inappropriately used backticks
10428                 with single quotes
10429
10430 2005-07-16 [colin]      1.9.12cvs69
10431
10432         * src/image_viewer.c
10433                 Add extra paranoid checks
10434
10435 2005-07-16 [colin]      1.9.12cvs68
10436
10437         * src/plugins/pgpcore/prefs_gpg.c
10438                 Don't auto-check sigs by default, as it
10439                 can be really slow.
10440
10441 2005-07-16 [colin]      1.9.12cvs67
10442
10443         * src/plugins/pgpcore/sgpgme.c
10444                 Make messages a bit better.
10445
10446 2005-07-16 [colin]      1.9.12cvs66
10447
10448         * src/imap.c
10449                 Remove pseudo-log
10450         * src/etpan/imap-thread.c
10451                 Add real log
10452
10453 2005-07-16 [colin]      1.9.12cvs65
10454
10455         * src/main.c
10456         * src/prefs_other.c
10457                 And now, fix build with libetpan :-/
10458
10459 2005-07-15 [colin]      1.9.12cvs64
10460
10461         * src/prefs_other.c
10462                 Continue fixing build without libetpan.
10463
10464 2005-07-15 [colin]      1.9.12cvs63
10465
10466         * src/main.c
10467                 Fix build with --disable-libetpan
10468
10469 2005-07-15 [colin]      1.9.12cvs62
10470
10471         * configure.ac
10472                 Bump libetpan's version
10473
10474 2005-07-15 [colin]      1.9.12cvs61
10475
10476         * src/etpan/imap-thread.c
10477                 Actually stop logging :)
10478
10479 2005-07-15 [colin]      1.9.12cvs60
10480
10481         * src/addressbook.c
10482                 Fix dnd of multiple addresses.
10483
10484 2005-07-15 [hoa]        1.9.12cvs59
10485
10486         * src/etpan/imap-thread.c
10487             disable login of IMAP password in libetpan log file.
10488
10489 2005-07-15 [paul]       1.9.12cvs58
10490
10491         * src/account.c
10492                 don't automatically sort
10493                 do allow drag n drop
10494
10495 2005-07-15 [paul]       1.9.12cvs57
10496
10497         * src/account.c
10498         * src/ssl_manager.c
10499                 alphabetical listing
10500
10501 2005-07-15 [paul]       1.9.12cvs56
10502
10503         * src/gtk/pluginwindow.c
10504                 sort plugin list alphabetically
10505
10506 2005-07-15 [paul]       1.9.12cvs55
10507
10508         * src/prefs_spelling.c
10509         * src/prefs_wrapping.c
10510                 unify English usage
10511
10512 2005-07-15 [colin]      1.9.12cvs54
10513
10514         * src/wizard.c
10515                 Typo fix
10516
10517 2005-07-15 [paul]       1.9.12cvs53
10518
10519         * src/prefs_message.c
10520                 make 'show cursor' a hidden option
10521
10522 2005-07-14 [colin]      1.9.12cvs52
10523
10524         * src/plugins/spamassassin/Makefile.am
10525         * src/plugins/clamav/Makefile.am
10526                 Fix double EXTRA_DISTs
10527
10528 2005-07-14 [colin]      1.9.12cvs51
10529
10530         * src/plugins/clamav/Makefile.am
10531         * src/plugins/clamav/clamav_plugin_gtk.deps
10532         * src/plugins/spamassassin/Makefile.am
10533         * src/plugins/spamassassin/spamassassin_gtk.deps
10534                 Make $plugin_gtk depend on $plugin
10535
10536 2005-07-14 [hoa]        1.9.12cvs50
10537
10538         * src/etpan/imap-thread.c
10539                 enable debug log of libetpan when running with --debug
10540
10541 2005-07-14 [colin]      1.9.12cvs49
10542
10543         * configure.ac
10544         * src/common/Makefile.am
10545         * src/common/plugin.c
10546         * src/common/plugin.h
10547                 Add a little plugin dependancy system.
10548                 Plugins can ship a $plugin_name.deps file
10549                 (near them in PLUGINDIR) so that their
10550                 dependancies are loaded if possible.
10551         * src/plugins/Makefile.am
10552         * src/plugins/pgpcore/Makefile.am
10553         * src/plugins/pgpcore/passphrase.c
10554         * src/plugins/pgpcore/passphrase.h
10555         * src/plugins/pgpcore/plugin.c
10556         * src/plugins/pgpcore/prefs_gpg.c
10557         * src/plugins/pgpcore/prefs_gpg.h
10558         * src/plugins/pgpcore/select-keys.c
10559         * src/plugins/pgpcore/select-keys.h
10560         * src/plugins/pgpcore/sgpgme.c
10561         * src/plugins/pgpcore/sgpgme.h
10562                 Introduce pgpcore, used by pgpmime and
10563                 pgpinline
10564         * src/plugins/pgpmime/Makefile.am
10565         * src/plugins/pgpmime/passphrase.c
10566         * src/plugins/pgpmime/passphrase.h
10567         * src/plugins/pgpmime/pgpmime.c
10568         * src/plugins/pgpmime/pgpmime.deps
10569         * src/plugins/pgpmime/plugin.c
10570         * src/plugins/pgpmime/prefs_gpg.c
10571         * src/plugins/pgpmime/prefs_gpg.h
10572         * src/plugins/pgpmime/select-keys.c
10573         * src/plugins/pgpmime/select-keys.h
10574         * src/plugins/pgpmime/sgpgme.c
10575         * src/plugins/pgpmime/sgpgme.h
10576                 Remove the core from pgpmime and add the
10577                 dependancy to pgpcore.
10578
10579 2005-07-14 [paul]       1.9.12cvs48
10580
10581         * src/stock_pixmap.c
10582                 forgot this in last commit
10583
10584 2005-07-14 [paul]       1.9.12cvs47
10585
10586         * src/account.c
10587         * src/addressbook.c
10588                 add accelerators for the buttons (sync with main)
10589         * src/compose.c
10590         * src/compose.h
10591                 add accelerators for the buttons.
10592                 fix editing with external editor.
10593                 replace gdk_input_*() with GIOChannel;
10594                 (sync with main)
10595         * src/foldersel.c
10596                 display folder names with new/unread
10597                 representation (sync with main)
10598         * src/main.c
10599                 specify default window icon (sync with main)
10600         * src/prefs_common.c
10601                 use_addr_book default to FALSE
10602         * src/summaryview.c
10603         * src/textview.c
10604                 add accelerators for the buttons (sync with main)
10605         * src/gtk/menu.c
10606                 fix typos
10607         * src/pixmaps/sylpheed_icon.xpm
10608                 updated
10609
10610 2005-07-13 [paul]       1.9.12cvs46
10611
10612         * src/plugins/pgpmime/pgpmime.c
10613         * src/plugins/pgpmime/sgpgme.c
10614                 (temporarily) use deprecated gpgme_data_rewind()
10615                 while largefile support is not present
10616                 (as suggested by Colin)
10617
10618 2005-07-13 [paul]       1.9.12cvs45
10619
10620         * configure.ac
10621                 remove large file support (for now):
10622                 it breaks too many things
10623
10624 2005-07-13 [paul]       1.9.12cvs44
10625
10626         * configure.ac
10627                 add large file support
10628         * src/html.c
10629                 fix bug #763 where href attribute was not
10630                 the very first attribute of a link
10631                 patch by Thomas Gilgin
10632
10633 2005-07-13 [colin]      1.9.12cvs43
10634
10635         * src/gtk/pluginwindow.c
10636                 Little portability fix
10637
10638 2005-07-13 [colin]      1.9.12cvs42
10639
10640         * src/plugins/pgpmime/sgpgme.c
10641                 Fix crasher.
10642
10643 2005-07-13 [colin]      1.9.12cvs41
10644
10645         * src/plugins/pgpmime/pgpmime.c
10646         * src/plugins/pgpmime/sgpgme.c
10647                 Use gpgme_data_release_and_get_mem instead
10648                 of gpgme_data_read.
10649
10650 2005-07-13 [colin]      1.9.12cvs40
10651
10652         * configure.ac
10653         * src/plugins/pgpmime/passphrase.c
10654         * src/plugins/pgpmime/passphrase.h
10655         * src/plugins/pgpmime/pgpmime.c
10656         * src/plugins/pgpmime/plugin.c
10657         * src/plugins/pgpmime/select-keys.c
10658         * src/plugins/pgpmime/select-keys.h
10659         * src/plugins/pgpmime/sgpgme.c
10660         * src/plugins/pgpmime/sgpgme.h
10661                 Port pgpmime to gpgme-1.0.
10662
10663 2005-07-12 [paul]       1.9.12cvs39
10664
10665         * AUTHORS
10666         * src/toolbar.c
10667         * src/toolbar.h
10668                 add a 'Go to Prev' button to the toolbar.
10669                 correct tooltip text of go to buttons.
10670                 based on patch by Yang Guilong <bamanzi@gmail.com>
10671
10672 2005-07-12 [colin]      1.9.12cvs38
10673
10674         * src/statusbar.c
10675                 Fix progress bar showing stuff at startup.
10676
10677 2005-07-12 [paul]       1.9.12cvs37
10678
10679         * src/editjpilot.c
10680                 fix building with jpilot support
10681
10682 2005-07-11 [colin]      1.9.12cvs36
10683
10684         * src/inc.c
10685                 Add visual indication that filtering is running
10686         * src/textview.c
10687                 Make {}[] uri delimiters
10688         * src/summaryview.c
10689                 Remove useless (and slow) calls
10690
10691 2005-07-11 [paul]       1.9.12cvs35
10692
10693         * src/plugins/clamav/clamav_plugin_gtk.c
10694         * src/plugins/dillo_viewer/dillo_prefs.c
10695         * src/plugins/pgpmime/prefs_gpg.c
10696         * src/plugins/spamassassin/spamassassin_gtk.c
10697                 gather plugins prefs together under their
10698                 own 'Plugins' heading
10699
10700 2005-07-11 [paul]       1.9.12cvs34
10701
10702         sync with main
10703
10704         * src/account.c
10705                 account_delete(): modified alert dialog
10706         * src/editjpilot.c
10707         * src/editvcard.c
10708                 fixed a crash when cancelling file selection
10709                 dialog by Escape key. Made non-ascii filename
10710                 selectable.
10711         * src/prefs_template.c
10712                 prefs_template_window_create(): make scrolled
10713                 window policy AUTOMATIC
10714
10715 2005-07-10 [hoa]        1.9.12cvs33
10716
10717         * src/etpan/imap-thread.c
10718                 workaround for old Courier IMAP servers.
10719
10720 2005-07-10 [colin]      1.9.12cvs32
10721
10722         * src/folder.c
10723         * src/statusbar.c
10724         * src/statusbar.h
10725                 Add visual progress indicator on filtering/processing
10726                 Factorize the progress bar code
10727         * src/imap.c
10728         * src/imap.h
10729         * src/etpan/imap-thread.c
10730                 Add a reference counter to avoid destroying the Folder
10731                 while it's in use by another callback.
10732
10733 2005-07-09 [hoa]        1.9.12cvs31
10734
10735         * src/imap.c
10736         * src/etpan/imap-thread.c
10737                 fixed deadlock when removing IMAP account.
10738
10739 2005-07-08 [colin]      1.9.12cvs30
10740
10741         * src/textview.c
10742         * src/unmime.c
10743                 Fix again problems decoding broken headers
10744         * src/gtk/inputdialog.c
10745                 Fix local variable shadowing a global one
10746
10747 2005-07-08 [colin]      1.9.12cvs29
10748
10749         * src/msgcache.c
10750                 Make the cache/mark files platform-agnostic by writing
10751                 them in little-endian format. Reading them is also done
10752                 in little-endian format, of course; however, in order
10753                 to avoid trashing mark data on big-endian machines, the
10754                 files are, at first, read from the native format if the
10755                 little-endian one doesn't exist. This is easy to deter-
10756                 mine by trying to open a file with a swapped data_ver
10757                 and seeing if it's the wanted version.
10758                 Little-endian using users should see absolutely no
10759                 difference, Big-endian users may get a very little
10760                 performance drop due to byte-swapping.
10761                 Tested on i386 and ppc32. 
10762                 Fixes bug #159 (The index file, in the mailboxes, is 
10763                 hardware depending).
10764
10765                 To have the cache/mark files updated to the new little-
10766                 endian format, "Check for new messages" or even
10767                 "Rebuild folder tree" aren't enough. Files will be
10768                 updated as soon as a folder has been opened/closed.
10769                 To update everything, just select all folders by
10770                 selecting them one by one.
10771
10772 2005-07-07 [colin]      1.9.12cvs28
10773
10774         * src/imap.c
10775                 Remember the folder separator per IMAPFolder
10776                 instead of globally.
10777                 Revive the Session on noop; fixes bug #761
10778                 (mark a bunch of unread messages as read takes 
10779                 forever)
10780
10781 2005-07-07 [darko]      1.9.12cvs27
10782
10783         * src/common/template.c
10784                 Sort templates alphabetically
10785
10786 2005-07-06 [colin]      1.9.12cvs26
10787
10788         * src/imap.c
10789                 Try to use the correct separator in
10790                 most cases. Possibly fixes bug #759
10791                 (only creates the INBOX folder when 
10792                 setting up new IMAP account) and 
10793                 bug #760 (Can't retrieve messages)
10794
10795 2005-07-06 [colin]      1.9.12cvs25
10796
10797         * src/imap.c
10798                 Use real_path in status command. This will
10799                 help later, when namespaces will be used.
10800
10801 2005-07-06 [colin]      1.9.12cvs24
10802
10803         * configure.ac
10804         * src/account.c
10805         * src/folder.c
10806         * src/imap.c
10807         * src/etpan/etpan-log.c
10808         * src/etpan/etpan-thread-manager.c
10809         * src/etpan/imap-thread.c
10810                 Add a --disable-libetpan parameter. With this,
10811                 users that don't want IMAP4 support can avoid
10812                 the new dependancy (and have no IMAP support).
10813                 Users that have IMAP4 accounts and use this
10814                 parameter won't lose their configuration, their
10815                 IMAP accounts will just be invisible and not
10816                 used.
10817         * src/textview.c
10818                 Make the "Copy ..." contextual menu items 
10819                 copy to both the X clipboard and the gtk 
10820                 clipboard - as most other apps do.
10821         * src/gtk/about.c
10822                 Add a notice about OpenSSL usage, in order to
10823                 comply with OpenSSL's license (point 6):
10824                 http://www.openssl.org/source/license.html
10825
10826 2005-07-06 [colin]      1.9.12cvs23
10827
10828         * src/alertpanel.c
10829                 Fix a minimum size for alertpanels
10830         * src/compose.c
10831                 Show 'No space left on device' type errors
10832                 when queuing/sending
10833         * src/imap_gtk.c
10834         * src/mh_gtk.c
10835                 Rework folder's deletion message (remove 
10836                 extra \n)
10837
10838 2005-07-05 [colin]      1.9.12cvs22
10839
10840         * src/imap.c
10841                 Add an alertpanel on auth error
10842                 Add pseudo-log
10843                 Remove pthread-related stuff
10844
10845 2005-07-05 [colin]      1.9.12cvs21
10846
10847         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10848                 Fix crash on plugin reloading (with a hack)
10849
10850 2005-07-05 [colin]      1.9.12cvs20
10851
10852         * src/prefs_account.c
10853         * src/prefs_account.h
10854                 Fix typo
10855         * src/gtk/filesel.c
10856         * src/gtk/filesel.h
10857                 Add a way to filter the view
10858         * src/gtk/pluginwindow.c
10859                 Filter loadable stuff
10860         * src/plugins/pgpmime/prefs_gpg.c
10861                 Fix missing unregistration
10862         * .cvsignore
10863         * src/etpan/.cvsignore
10864         * src/plugins/spamassassin/.cvsignore
10865                 Add more stuff to cvs ignored files
10866
10867 2005-07-04 [colin]      1.9.12cvs19
10868
10869         * src/imap.c
10870                 Fix scan_required returning FALSE when it
10871                 shouldn't. Maybe fix #760 (Can't retrieve
10872                 messages)
10873
10874 2005-07-04 [colin]      1.9.12cvs18
10875
10876         * src/summaryview.c
10877                 Fix always_show_msg pref
10878
10879 2005-07-04 [paul]       1.9.12cvs17
10880
10881         sync with main (forgotten in last commit)
10882         
10883         * src/common/utils.c
10884         * src/common/utils.h
10885                 check_line_length(): new.
10886                 is_dir_exist()
10887                 is_file_entry_exist()
10888                 dirent_is_regular_file()
10889                 dirent_is_directory(): use g_file_test() instead of stat().
10890
10891 2005-07-04 [paul]       1.9.12cvs16
10892
10893         sync with main:
10894
10895         * src/compose.c
10896                 compose_write_to_file(): check for line
10897                 length limit and display warning if exceeds
10898         * src/jpilot.c
10899                 use get_home_dir() instead of g_get_home_dir()
10900         * src/procheader.c
10901                 removed warning about invalid date
10902         * src/vcard.c
10903                 use get_home_dir() instead of g_get_home_dir()
10904
10905 2005-07-04 [paul]       1.9.12cvs15
10906
10907         * src/stock_pixmap.c
10908                 fix new pixmap naming errors
10909                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
10910
10911 2005-07-04 [colin]      1.9.12cvs14
10912
10913         * src/imap.c
10914                 Fix debugging string with a warning
10915
10916 2005-07-04 [colin]      1.9.12cvs13
10917
10918         * configure.ac
10919                 Add a check for libetpan's version (>= 0.37)
10920
10921 2005-07-04 [hoa]        1.9.12cvs12
10922
10923         * commitHelper
10924         * src/imap.c
10925         * src/etpan/imap-thread.c
10926         * src/etpan/imap-thread.h
10927                 fixed IMAP implementation of check of mails.
10928
10929 2005-07-03 [hoa]        1.9.12cvs11
10930
10931         * src/etpan/Makefile.am
10932         * src/etpan/etpan-errors.h
10933         * src/etpan/etpan-log.[ch]
10934         * src/etpan/etpan-thread-manager-types.h
10935         * src/etpan/etpan-thread-manager.[ch]
10936         * src/etpan/imap-thread.[ch]
10937         * src/Makefile.am
10938         * src/imap.c
10939         * src/main.c
10940         * src/prefs_other.c
10941         * configure.ac
10942             merged imap branch.
10943             dependency on libetpan 0.37 is now added.
10944
10945 2005-07-01 [colin]      1.9.12cvs10
10946
10947         * src/Makefile.am
10948         * src/folder.c
10949         * src/folder.h
10950         * src/folderview.c
10951         * src/stock_pixmap.c
10952         * src/stock_pixmap.h
10953         * src/plugins/trayicon/trayicon.c
10954                 Add marked symbol on folders containing
10955                 marked messages
10956         * src/procmsg.c
10957         * src/procmsg.h
10958         * src/toolbar.c
10959         * src/prefs_common.c
10960         * src/prefs_common.h
10961         * src/prefs_send.c
10962                 Add an optional confirmation dialog on queue
10963                 sending. Patch by wwp.
10964         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
10965         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
10966         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
10967         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
10968         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
10969         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
10970         * src/pixmaps/inbox_mark.xpm            ** ADDED **
10971         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
10972         * src/pixmaps/outbox_mark.xpm           ** ADDED **
10973         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
10974         * src/pixmaps/trash_mark.xpm            ** ADDED **
10975                 New pixmaps
10976
10977 2005-07-01 [colin]      1.9.12cvs9
10978
10979         * src/summaryview.c
10980                 Fix a little threading bug
10981         * src/addrgather.c
10982         * src/mainwindow.c
10983                 A little bit of HIG normality never hurts
10984
10985 2005-07-01 [colin]      1.9.12cvs8
10986
10987         * src/compose.c
10988         * src/msgcache.c
10989         * src/pop.c
10990         * src/procmime.c
10991         * src/recv.c
10992         * src/common/log.c
10993         * src/common/template.c
10994         * src/common/utils.c
10995         * src/common/utils.h
10996                 Reverted the fwrite_atomic stuff. In fact
10997                 it is already atomic.
10998
10999 2005-06-30 [colin]      1.9.12cvs7
11000
11001         * src/common/utils.c
11002         * src/common/utils.h
11003                 Add an fwrite_atomic() function to make
11004                 sure we write everything: fwrite can make
11005                 short writes.
11006         * src/compose.c
11007         * src/msgcache.c
11008         * src/pop.c
11009         * src/procmime.c
11010         * src/recv.c
11011         * src/common/log.c
11012         * src/common/template.c
11013                 Use that (and fix swapping of size and nmemb).
11014                 Thanks to Rich Coe for the heads up.
11015
11016 2005-06-30 [colin]      1.9.12cvs6
11017
11018         * src/addressbook.c
11019                 Optimize addressbook opening 
11020
11021 2005-06-30 [colin]      1.9.12cvs5
11022
11023         * src/summaryview.c
11024                 Remove calls to summary_step after move/copy
11025
11026 2005-06-28 [paul]       1.9.12cvs4
11027
11028         * src/alertpanel.c
11029                 wrap and make the error msg selectable
11030
11031 2005-06-28 [paul]       1.9.12cvs3
11032
11033         * src/ssl_manager.c
11034                 replace the OK button with a Close button
11035         * src/gtk/foldersort.c
11036                 use GTK_STOCK_ icons/buttons
11037
11038 2005-06-28 [colin]      1.9.12cvs2
11039
11040         * src/gedit-print.c             ** ADDED **
11041         * src/gedit-print.h             ** ADDED **
11042         * src/gtk/gtksourceprintjob.c   ** ADDED **
11043         * src/gtk/gtksourceprintjob.h   ** ADDED **
11044                 I can't believe no one had enough time to tell
11045                 me I forgot the `cvs add`
11046
11047 2005-06-27 [colin]      1.9.12cvs1
11048
11049         * src/Makefile.am
11050         * src/gtk/Makefile.am
11051         * src/messageview.c
11052         * src/procmsg.c
11053         * src/summaryview.c
11054         * configure.ac
11055                 Add optional libgnomeprint-based printing
11056         * src/mainwindow.c
11057         * src/gtk/quicksearch.c
11058                 Add an Edit/Quick search menu item to show
11059                 and focus the quicksearch
11060
11061 2005-06-27 [paul]       1.9.12
11062
11063         1.9.12 release
11064
11065         * po/ca.po
11066         * po/de.po
11067         * po/es.po
11068         * po/fr.po
11069         * po/it.po
11070         * po/ko.po
11071         * po/pt_BR.po
11072         * po/sk.po
11073         * po/zh_CN.po
11074                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11075                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
11076                 SungHyun Nam, Frederico Goncalves Guimaraes,
11077                 Andrej Kacian, and Yang Guilong
11078 2005-06-26 [colin]      1.9.11cvs106
11079
11080         * src/imap_gtk.c
11081                 Forgot one file for previous fix
11082
11083 2005-06-26 [colin]      1.9.11cvs105
11084
11085         * src/folder.c
11086         * src/imap.c
11087                 Fix problems with folder operations in no_select
11088                 imap folders. it applies only to mails, and 
11089                 creation/deletion/move/renaming of folders 
11090                 should be possible
11091
11092 2005-06-26 [paul]       1.9.11cvs104
11093
11094         * src/prefs_filtering.c
11095                 replace one more GTK_STOCK_REMOVE
11096                 with GTK_STOCK_DELETE
11097
11098 2005-06-25 [colin]      1.9.11cvs103
11099
11100         * src/imap.c
11101                 Optimize get_seq_set_from_seq_list
11102                 (Patch by Ricardo) 
11103
11104 2005-06-25 [colin]      1.9.11cvs102
11105
11106         * src/mh.c
11107                 If the directory exists, but not in the
11108                 correct encoding, rename it. This should
11109                 handle old-versions-induced bugs.
11110
11111 2005-06-25 [colin]      1.9.11cvs101
11112
11113         * src/mh.c
11114                 Fix path access with extended dir names
11115                 Fixes bug #589 (SC segfaults with wrong locale
11116                 settings)
11117
11118 2005-06-25 [colin]      1.9.11cvs100
11119
11120         * src/prefs_account.c
11121         * src/prefs_account.h
11122         * src/compose.c
11123                 Add an option to encrypt replies to
11124                 encrypted messages
11125
11126 2005-06-25 [colin]      1.9.11cvs99
11127
11128         * src/compose.c
11129         * src/quote_fmt_parse.y
11130                 ... And make it work with pgpinline.
11131
11132 2005-06-25 [colin]      1.9.11cvs98
11133
11134         * src/compose.c
11135         * src/procmime.c
11136         * src/procmime.h
11137         * src/quote_fmt_parse.y
11138                 o Make reedition of encrypted messages possible
11139                   (as long as it is encrypted to self too, no
11140                    magic there)
11141                 o Make replying with quote (and without selecting
11142                   text) possible for encrypted messages.
11143                 Closes bug #550 (Not possible to "reply with quote"
11144                 to gnupg encrypted messages)
11145
11146 2005-06-24 [paul]       1.9.11cvs97
11147
11148         * src/imap.c
11149                 add missing include
11150
11151 2005-06-24 [paul]       1.9.11cvs96
11152
11153         * src/editldap.c
11154                 made bind password entry invisible
11155                 (sync with main)
11156         * src/send_message.c
11157                 send_message_local(): check exit status
11158                 to detect errors (sync with main)
11159         * src/textview.c
11160                 use main's less ambiguous popup menu
11161                 wording
11162
11163 2005-06-24 [paul]       1.9.11cvs95
11164
11165         * src/prefs_actions.c
11166         * src/prefs_customheader.c
11167         * src/prefs_display_header.c
11168         * src/prefs_filtering_action.c
11169         * src/prefs_matcher.c
11170         * src/prefs_template.c
11171         * src/prefs_toolbar.c
11172                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
11173         * src/gtk/description_window.c
11174                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
11175
11176 2005-06-23 [colin]      1.9.11cvs94
11177
11178         * src/summaryview.c
11179                 Fix rough edges (be sure to call status_show whenever
11180                 necessary).
11181
11182 2005-06-23 [colin]      1.9.11cvs93
11183
11184         * src/summaryview.c
11185                 Optimize Select All
11186                 Before, in a 5K mails folder: 11s
11187                 After, in the same folder: 58000µs
11188                 The joys of locking... gtk_clist_select_all() fires a 
11189                 tree-select-row event for each selected row, which in 
11190                 summaryview, callbacks summary_selected which in turn,
11191                 calls summary_status_show, which walks the selected
11192                 rows. Hence, calling gtk_clist_select_all was 
11193                 exponential. Locking the summaryview makes 
11194                 summary_selected return early.
11195
11196 2005-06-23 [colin]      1.9.11cvs92
11197
11198         * src/imap.c
11199                 Move mutex at the important place to avoid
11200                 deadlocks
11201         * src/summaryview.c
11202                 Fix Del key deleting directly instead of
11203                 moving to trash
11204
11205 2005-06-22 [colin]      1.9.11cvs91
11206
11207         * src/plugins/spamassassin/libspamc.c
11208                 As we do spagetti code with assignations in multiple
11209                 places (see _message_read_raw where out = msg = raw),
11210                 let's be sure we don't free the same pointer twice.
11211                 Should fix bug #683 (Crash in libpam at 
11212                 message_cleanup).
11213
11214 2005-06-22 [colin]      1.9.11cvs90
11215
11216         * src/compose.c
11217         * src/messageview.c
11218         * src/toolbar.c
11219                 Make toolbar's delete use the move to trash stuff;
11220                 Add gtk_widget_realize to be sure pixmaps can get
11221                 created (that may fix an old worksforme bug which
11222                 I can't find back...)
11223
11224 2005-06-22 [colin]      1.9.11cvs89
11225
11226         * src/summaryview.c
11227         * src/summaryview.h
11228         * src/mainwindow.c
11229                 Rename "Message/Delete" to "Message/Move to trash"
11230                 Add "Message/Delete..." that directly destroys the
11231                 selected messages after asking for a confirmation.
11232
11233 2005-06-22 [colin]      1.9.11cvs88
11234
11235         * src/imap.c
11236                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
11237                 o Fix a deadlock (thanks Darko)
11238
11239 2005-06-22 [colin]      1.9.11cvs87
11240
11241         * src/gtk/foldersort.c
11242                 Add missing include for the i18n;
11243                 patch by Fabien Vantard
11244
11245 2005-06-21 [colin]      1.9.11cvs86
11246
11247         * src/folder.c
11248         * src/folderview.c
11249                 Respect the no_select flag
11250         * src/imap.c
11251                 Fix recursive deletion
11252         * src/imap_gtk.c
11253         * src/mh_gtk.c
11254                 Make the folder deletion's warning
11255                 more explicit
11256
11257 2005-06-21 [colin]      1.9.11cvs85
11258
11259         * src/textview.c
11260                 Prevent email addresses from spanning accross
11261                 lines - fixes bug # 646 (newline-chars in 
11262                 email addresses)
11263
11264 2005-06-20 [colin]      1.9.11cvs84
11265
11266         * src/folder.c
11267                 Be sure not to remove source if copy failed
11268
11269 2005-06-20 [colin]      1.9.11cvs83
11270
11271         * src/folderview.c
11272         * src/imap_gtk.c
11273                 remove summaryview's lock
11274         * src/imap.c
11275                 introduce threads to avoid problems when foreground tasks
11276                 interfere with background tasks
11277         * src/mh.c
11278                 prevent moving to drafts/queue
11279         * src/mimeview.c
11280                 fix leak
11281
11282 2005-06-19 [colin]      1.9.11cvs82
11283
11284         * src/imap_gtk.c
11285                 Remember that the user doesn't want to override
11286                 offline mode, for 3 seconds. It avoid presenting
11287                 him with N popups in a really short time.
11288
11289 2005-06-17 [colin]      1.9.11cvs81
11290
11291         * src/imap.c
11292                 Fix IMAP breaking on folders containing '('
11293                 (Probably won't be enough)
11294
11295 2005-06-17 [colin]      1.9.11cvs80
11296
11297         Forgotten files on 1.9.11cvs79
11298         * src/summaryview.c
11299                 Fix stepping when not immediately executing
11300         * src/imap.c
11301                 Really prevent UID FETCH 0
11302         * src/codeconv.c
11303                 Fix outgoing charset never set to utf-8
11304         * src/mh.c
11305                 Fix leak
11306
11307 2005-06-16 [colin]      1.9.11cvs79
11308
11309         * src/compose.c
11310                 Fix bug #707 (Dash splits rows)
11311                 Only wrap if we're on a line break position and
11312                 the previous one was a "white" (space) char.
11313                 Pango stuff is weird.
11314
11315 2005-06-16 [colin]      1.9.11cvs78
11316
11317         * src/imap_gtk.c
11318                 Lock summaryview while downloading messages
11319                 on user demand
11320         * src/procheader.c
11321         * src/unmime.c
11322         * src/common/utils.c
11323         * src/common/utils.h
11324                 Replace \r and \n with spaces in From and
11325                 Subject headers
11326
11327 2005-06-16 [paul]       1.9.11cvs77
11328
11329         * src/procmime.c
11330                 liberalise the mime parser
11331         * src/gtk/about.c
11332                 add text wrapping
11333
11334 2005-06-16 [paul]       1.9.11cvs76
11335
11336         * src/gtk/about.c
11337                 reworked
11338
11339 2005-06-15 [colin]      1.9.11cvs75
11340
11341         * src/compose.c
11342                 Finish header encoding fix
11343         * src/summaryview.c
11344                 Fix segfault
11345         * src/headerview.c
11346                 Fix compilation (Thanks Stephan
11347                 Sachse)
11348
11349 2005-06-15 [colin]      1.9.11cvs74
11350
11351         * Makefile.am
11352                 Install gnome2 stuff rather than gnome1, 
11353                 if both are present
11354         * src/codeconv.c
11355         * src/codeconv.h
11356         * src/compose.c
11357                 Fix headers encoding
11358         * src/folder.c
11359                 Visual progress when fetching all messages
11360         * src/folderview.c
11361         * src/summaryview.c
11362         * src/summaryview.h
11363                 Prevent changing current message while
11364                 incorporating
11365
11366 2005-06-15 [paul]       1.9.11cvs73
11367
11368         * src/gtk/gtkaspell.c
11369         * src/gtk/gtkaspell.h
11370                 fix build warnings
11371
11372 2005-06-15 [paul]       1.9.11cvs72
11373
11374         * src/prefs_filtering.c
11375                 allow reordering of filter rules by
11376                 drag n drop
11377
11378 2005-06-15 [paul]       1.9.11cvs71
11379
11380         * COPYING
11381                 updated
11382         * src/codeconv.c
11383                 replace deprecated function
11384         * src/inc.c
11385         * src/send_message.c
11386         * src/gtk/progressdialog.c
11387         * src/gtk/progressdialog.h
11388                 salvage and reuse parts of reverted sync
11389
11390 2005-06-15 [paul]       1.9.11cvs70
11391
11392         * src/inc.c
11393         * src/send_message.c
11394         * src/gtk/progressdialog.c
11395         * src/gtk/progressdialog.h
11396                 revert yesterday's sync with main
11397                 it contains deprecated functions
11398
11399 2005-06-15 [colin]      1.9.11cvs69
11400
11401         * src/headerview.c
11402                 Fix bug #670 (multi user to: will corrupt message 
11403                 headers display)
11404
11405 2005-06-15 [colin]      1.9.11cvs68
11406
11407         * src/compose.c
11408                 Fix bug #421 (Fix undo on wrapping)
11409
11410 2005-06-15 [colin]      1.9.11cvs67
11411
11412         * src/folder.c
11413                 Provide visual feedback while processing
11414                 folder's rules.
11415         * src/imap.c
11416                 Provide visual feedback while getting
11417                 short headers (for uncached messages)
11418
11419
11420 2005-06-14 [paul]       1.9.11cvs66
11421
11422         * src/account.c
11423                 change a couple stock icons
11424         * src/inc.c
11425         * src/send_message.c
11426         * src/gtk/progressdialog.c
11427         * src/gtk/progressdialog.h
11428                 sync main's GtkTreeView implementation
11429
11430 2005-06-14 [colin]      1.9.11cvs65
11431
11432         * src/imap.c
11433                 Various little fixes, mainly on error paths
11434
11435 2005-06-13 [colin]      1.9.11cvs64
11436
11437         * matcher.c
11438         * procmsg.c
11439         * procmsg.h
11440                 Add a way to fetch only headers. This speeds
11441                 up filtering on headers for IMAP. Fixes:
11442                 bug #481 extraneous imap commands slow down 
11443                         imap filtering
11444                 bug #522 Sylpheed downloads all messages 
11445                         when opening mailbox (IMAP)
11446                 bug #677 IMAP fetch is soooooooooooooo slow
11447         * src/folder.c
11448         * src/folder.h
11449                 Add a folder set_batch method so that
11450                 implementations can speed up flags changes
11451         * src/folderutils.c
11452         * src/summaryview.c
11453                 Use that in mark as (un)read and mark all read
11454                 Refix bug #679
11455         * src/imap.c
11456                 Implement set_batch - brings back deferred
11457                 flags in a less buggy manner. Fixes:
11458                 bug #729 IMAP immediate expunge of deleted messages
11459                 bug #191 remove list of messages with one command
11460                 Fix login with strange chars
11461                 Implement fetch_msg_full
11462                 Fix copy (wrong counts)
11463
11464 2005-06-12 [colin]      1.9.11cvs63
11465
11466         * src/folder.c
11467                 lock incorporation during long operations.
11468                 Avoids fucking up the IMAP socket.
11469
11470 2005-06-12 [colin]      1.9.11cvs62
11471
11472         * src/imap.c
11473                 Fix harmful typo
11474                 Factorize remove_all_msg
11475                 Thread-ize expunge
11476         * src/summaryview.c
11477                 Don't update partial-download status if unnecessary
11478         * src/folder.c
11479                 Use remove_msgs everywhere possible
11480
11481 2005-06-12 [colin]      1.9.11cvs61
11482
11483         * src/folder.c
11484         * src/folder.h
11485                 Add a remove_msgs function to remove a 
11486                 list of messages
11487         * src/imap.c
11488                 Implement that.
11489
11490 2005-06-12 [colin]      1.9.11cvs60
11491
11492         * src/imap.c
11493                 Remove flags-processing deferring... Too hard
11494                 to get it to work in all cases.
11495
11496 2005-06-11 [colin]      1.9.11cvs59
11497
11498         * src/imap.c
11499                 printf -> debug_print
11500
11501 2005-06-11 [colin]      1.9.11cvs58
11502
11503         * src/imap.c
11504                 o Fix build without USE_PTHREAD
11505                 o Factorize imap_open
11506                 o Alertpanel in case of impossible connection
11507                 o Alertpanel in case of impossible login
11508                 o Fix deferred flags processing to force a 
11509                   flush before adding some more flags to process,
11510                   but in another folder.
11511
11512 2005-06-10 [colin]      1.9.11cvs57
11513
11514         * src/imap.c
11515                 o Fix a format string error
11516                 o init ssl socket outside of the thread 
11517                   (it possibly invokes gtk calls)
11518         * src/procmime.c
11519                 o Put back the buffer to its necessary size
11520                 o Fix changing a file pointer without keeping
11521                   track of it (thanks Valgrind)
11522         * src/common/smtp.c
11523                 o Fix automatic STARTTLS if login should be done
11524                   and the server only allows it after starting TLS
11525         * src/gtk/gtkinputdialog.c
11526                 o Eat GDK_Return so that the combo popup doesn't 
11527                   appear when we press Enter to validate the combo
11528                   input dialog (as seen in the Open with... dialog)
11529
11530 2005-06-10 [colin]      1.9.11cvs56
11531
11532         * src/imap.c
11533                 o A bit less debug
11534                 o Fix a crash on deletion
11535                 o Threadize imap_select (it's called outside of 
11536                   threads)
11537                 o Defer treatment of DELETED flags
11538
11539
11540 2005-06-09 [colin]      1.9.11cvs55
11541
11542         * src/imap.c
11543                 Make sure we check imap_gtk_should_override(), which
11544                 potentially calls gtk stuff, before creating thread.
11545                 That way it should't be called via imap_get_session()
11546                 inside a thread.
11547
11548 2005-06-09 [colin]      1.9.11cvs54
11549
11550         * src/imap.c
11551                 o add a bit of status output
11552                 o remove some dead code
11553                 o threadize get_list_of_uids
11554                 o threadize imap_get_flags
11555                 o defer flag changing by 500ms so that they
11556                   can be batched
11557
11558
11559 2005-06-08 [colin]      1.9.11cvs53
11560
11561         * src/imap.c
11562                 Thread-ize imap_cmd_fetch
11563
11564 2005-06-08 [colin]      1.9.11cvs52
11565
11566         * src/main.c
11567                 Mmh, that broke POP3...
11568
11569 2005-06-08 [colin]      1.9.11cvs51
11570
11571         * src/main.c
11572                 Stabilize IMAP patch (thanks to Hoa)
11573
11574 2005-06-08 [colin]      1.9.11cvs50
11575
11576         * src/imap.c
11577                 Test patch to speed up imap. 
11578
11579 2005-06-08 [colin]      1.9.11cvs49
11580
11581         * src/imap_gtk.c
11582                 Warning fix
11583         * src/procmime.c
11584                 Apply patch from gentoo to use /usr/share/mime/globs if 
11585                 available, after un-breaking it
11586         * src/common/log.c
11587         * src/common/log.h
11588                 Use g_timeout for invoking hooks that possibly use gtk
11589                 calls. This should leave gtk calls in the main thread.
11590
11591 2005-06-08 [paul]       1.9.11cvs48
11592
11593         * src/codeconv.c
11594                 conv_get_outgoing_charset_str(): don't
11595                 use prefs_common setting
11596         * src/compose.c
11597         * src/compose.h
11598                 add /Options/Character encoding/... to
11599                 temporarily change the outgoing encoding
11600
11601         (belated sync with main)
11602
11603 2005-06-08 [paul]       1.9.11cvs47
11604
11605         * src/compose.c
11606                 correction to/completion of last
11607                 sync with main
11608
11609 2005-06-08 [paul]       1.9.11cvs46
11610
11611         sync with main:
11612         
11613         * src/codeconv.c
11614         * src/codeconv.h
11615                 always enabled Japanese auto-detection
11616                 if the first letters of locale string
11617                 is "ja"
11618         * src/compose.c
11619                 don't use "destroy" signal to destroy
11620                 Compose object (fix rare crashes on discard?)
11621         * src/mainwindow.c
11622         * src/messageview.c
11623         * src/prefs_send.c
11624                 added Hebrew encodings
11625         * src/sourcewindow.c
11626                 don't use "destroy" signal to destroy
11627                 objects
11628
11629 2005-06-07 [colin]      1.9.11cvs45
11630
11631         * src/summaryview.c
11632                 Add missing unlocks/locks
11633
11634 2005-06-07 [paul]       1.9.11cvs44
11635
11636         * src/summaryview.c
11637                 restore bug #749 fix
11638
11639 2005-06-06 [colin]      1.9.11cvs43
11640
11641         * src/summaryview.c
11642                 Fix selection bug when prefs_common.open_unread 
11643                 is FALSE
11644
11645 2005-06-06 [colin]      1.9.11cvs42
11646
11647         * src/common/md5.c
11648                 Fix a warning
11649         * src/summaryview.c
11650         * src/folderview.c
11651                 Factorize long operations beginning and end
11652                 (locking, freezing/thawing, cursor, ...)
11653                 Check selection->data member in selection-
11654                 related loops; this avoids dying an awful
11655                 death if the selection changes on us while
11656                 we're marking a whole IMAP folder unread, 
11657                 for example.
11658
11659 2005-06-06 [paul]       1.9.11cvs41
11660
11661         * src/textview.c
11662                 don't g_free() a static gchar buffer
11663
11664 2005-06-05 [colin]      1.9.11cvs40
11665
11666         * src/mainwindow.c
11667         * src/messageview.c
11668         * src/summaryview.c
11669                 Fix bug #749 (Show all headers should be
11670                 sticky as the GUI suggests)
11671
11672 2005-06-03 [paul]       1.9.11cvs39
11673
11674         * src/compose.c
11675                 don't allow editing of mail while sending.
11676                 patch by Colin
11677
11678 2005-06-03 [paul]       1.9.11cvs38
11679
11680         * src/folderview.c
11681                 add a freeze/thaw to speed up 'mark all read'
11682
11683 2005-06-03 [paul]       1.9.11cvs37
11684
11685         * src/prefs_message.c
11686                 reflect changes immediately
11687
11688 2005-06-02 [colin]      1.9.11cvs36
11689
11690         * po/POTFILES.in
11691                 Patch by Fabien Vantard.
11692
11693 2005-06-02 [colin]      1.9.11cvs35
11694
11695         * src/imap.c
11696                 Use a non-blocking imap_getline() if possible.
11697                 This should completely prevent the interface
11698                 from freezin on imap operations, although it
11699                 may do strange stuff in case of folder switching
11700                 while a big imap operation is taking place...
11701
11702                 In addition, fix a leak in the case thread
11703                 creation fails on connection.
11704
11705 2005-06-02 [colin]      1.9.11cvs34
11706
11707         * src/crash.c
11708         * src/prefs_common.h
11709                 Fix build (prefs_common_init() doesn't exist
11710                 anymore)
11711
11712 2005-06-02 [colin]      1.9.11cvs33
11713
11714         * src/prefs_account.c
11715                 Fix bug #245 (filtering rules broken when
11716                 renaming a remote account (imap4 or nntp)
11717
11718 2005-06-02 [colin]      1.9.11cvs32
11719
11720         * src/imap.c
11721                 Try to fix IMAP shortcomings: 
11722                 o Multithread imap_open()
11723                 o allow offline-mode overriding instead of
11724                   just returning NULL
11725         * src/imap_gtk.c
11726         * src/imap_gtk.h
11727                 Add a function to ask whether we want to
11728                 override offline-mode for 10 minutes (one-shot
11729                 asking was painful)
11730         * src/procheader.c
11731                 Fix segfault when imap parser isn't happy about
11732                 a missing {
11733
11734 2005-06-01 [colin]      1.9.11cvs31
11735
11736         * src/addrharvest.c
11737         * src/compose.c
11738         * src/mbox.c
11739         * src/mbox.h
11740         * src/mh.c
11741         * src/msgcache.c
11742         * src/send_message.c
11743         * src/setup.c
11744         * src/undo.c
11745         * src/common/hooks.c
11746         * src/common/prefs.c
11747         * src/common/template.c
11748         * src/common/utils.c
11749         * src/gtk/gtkutils.c
11750         * src/gtk/inputdialog.c
11751         * src/gtk/menu.c
11752         * src/gtk/pluginwindow.c
11753         * src/gtk/prefswindow.c
11754         * src/plugins/pgpmime/passphrase.c
11755         * src/plugins/pgpmime/prefs_gpg.c
11756                 More -Wall fixes
11757
11758         * src/common/Makefile.am
11759         * src/common/timing.h
11760                 Add basic timing code
11761
11762         * src/summaryview.c
11763                 Fix a bug with unread messages when 
11764                 re-sorting folders, and by the way
11765                 fix a big performance hit when 
11766                 re-sorting (10k mails: before 5s,
11767                 after .5s)
11768
11769         * src/prefs_compose_writing.c
11770         * src/prefs_compose_writing.h
11771         * src/prefs_message.c
11772         * src/prefs_message.h
11773         * src/prefs_other.c
11774         * src/prefs_other.h
11775         * src/prefs_quote.c
11776         * src/prefs_quote.h
11777         * src/prefs_receive.c
11778         * src/prefs_receive.h
11779         * src/prefs_send.c
11780         * src/prefs_send.h
11781         * src/prefs_summaries.c
11782         * src/prefs_summaries.h
11783                 Fix copyright banner
11784
11785 2005-06-01 [paul]       1.9.11cvs30
11786
11787         * po/fi.po
11788                 updated by Flammie Pirinen
11789         * src/procmime.c
11790                 fix 'Bad BASE64 content' output
11791
11792 2005-05-31 [colin]      1.9.11cvs29
11793
11794         * src/procmime.c
11795                 Oops, where did my hunk go.
11796
11797 2005-05-31 [colin]      1.9.11cvs28
11798
11799         * src/Makefile.am
11800         * src/account.c
11801         * src/action.c
11802         * src/addr_compl.c
11803         * src/addressbook.c
11804         * src/codeconv.c
11805         * src/compose.c
11806         * src/export.c
11807         * src/folder.c
11808         * src/folderview.c
11809         * src/image_viewer.c
11810         * src/main.c
11811         * src/mainwindow.c
11812         * src/messageview.c
11813         * src/mimeview.c
11814         * src/msgcache.c
11815         * src/prefs_account.c
11816         * src/prefs_actions.c
11817         * src/prefs_common.c
11818         * src/prefs_compose_writing.c
11819         * src/prefs_customheader.c
11820         * src/prefs_ext_prog.c
11821         * src/prefs_filtering.c
11822         * src/prefs_filtering_action.c
11823         * src/prefs_fonts.c
11824         * src/prefs_image_viewer.c
11825         * src/prefs_message.c
11826         * src/prefs_message.h
11827         * src/prefs_msg_colors.c
11828         * src/prefs_other.c
11829         * src/prefs_other.h
11830         * src/prefs_quote.c
11831         * src/prefs_receive.c
11832         * src/prefs_receive.h
11833         * src/prefs_send.c
11834         * src/prefs_send.h
11835         * src/prefs_spelling.c
11836         * src/prefs_summaries.c
11837         * src/prefs_summary_column.c
11838         * src/prefs_template.c
11839         * src/prefs_themes.c
11840         * src/prefs_toolbar.c
11841         * src/prefs_wrapping.c
11842         * src/procmime.c
11843         * src/procmsg.c
11844         * src/send_message.h
11845         * src/ssl_manager.c
11846         * src/summary_search.c
11847         * src/summaryview.c
11848         * src/textview.c
11849         * src/wizard.c
11850         * src/common/smtp.c
11851         * src/common/smtp.h
11852         * src/gtk/gtkutils.h
11853                 o Move the rest of Common prefs to new style
11854                 o Lots of -Wall warning fixes
11855                 o fix FIXME in cache memusage calculation
11856                 o Let return receipts be sent from any account
11857                 o Little cache optimisation (read)
11858                 o Fix bug #746 (don't treat commas as separators
11859                   when inside a quoted string)
11860
11861 2005-05-31 [paul]       1.9.11cvs27
11862
11863         * src/prefs_common.c
11864                 fix 'off-by-one' typo
11865
11866 2005-05-31 [paul]       1.9.11cvs26
11867
11868         * src/account.c
11869         * src/addr_compl.c
11870         * src/compose.c
11871         * src/foldersel.c
11872         * src/prefs_actions.c
11873         * src/prefs_common.c
11874         * src/prefs_common.h
11875         * src/prefs_customheader.c
11876         * src/prefs_display_header.c
11877         * src/prefs_filtering.c
11878         * src/prefs_filtering_action.c
11879         * src/prefs_matcher.c
11880         * src/prefs_summaries.c
11881         * src/prefs_summary_column.c
11882         * src/prefs_template.c
11883         * src/prefs_toolbar.c
11884         * src/ssl_manager.c
11885         * src/gtk/pluginwindow.c
11886         * src/gtk/prefswindow.c
11887         * src/gtk/progressdialog.c
11888                 add hidden prefs 'enable_rules_hint'
11889                 for gtk_tree_view_set_rules_hint()
11890                 (sync with main)
11891                 
11892
11893 2005-05-31 [colin]      1.9.11cvs25
11894
11895         * src/Makefile.am
11896         * src/main.c
11897         * src/prefs_common.c
11898         * src/prefs_summaries.c ** ADDED **
11899         * src/prefs_summaries.h ** ADDED **
11900                 Common/Display -> Display/Summaries
11901
11902 2005-05-31 [colin]      1.9.11cvs24
11903
11904         * src/Makefile.am
11905         * src/main.c
11906         * src/prefs_quote.c ** ADDED **
11907         * src/prefs_quote.h ** ADDED **
11908                 Move Common/Quote to Compose/Quoting
11909         * src/prefs_common.c
11910         * src/prefs_common.h
11911                 Remove old quote stuff, add
11912                 convenience functions for GtkTextView prefs
11913         * src/gtk/prefswindow.c
11914                 Set default height higher
11915
11916 2005-05-30 [colin]      1.9.11cvs23
11917
11918         * src/Makefile.am
11919         * src/main.c
11920         * src/prefs_common.c
11921         * src/prefs_compose_writing.c ** ADDED **
11922         * src/prefs_compose_writing.h ** ADDED **
11923                 Move Common/Compose prefs to Compose/Writing
11924
11925 2005-05-30 [colin]      1.9.11cvs22
11926
11927         * src/common/utils.c
11928                 Fix bug #651 (Confused Attract by Subject)
11929                 Patch by M. Benkmann <haferfrost@web.de>
11930         * AUTHORS
11931
11932 2005-05-30 [colin]      1.9.11cvs21
11933
11934         * src/compose.c
11935                 Fix concatenation of different headers of
11936                 the same type (bug #645)
11937         * src/prefs_folder_item.c
11938                 Fix bug #699 (setting color to black doesn't
11939                 work immediately)
11940         * src/procmime.c
11941                 Print out decoding error only once per
11942                 block
11943
11944 2005-05-30 [paul]       1.9.11cvs20
11945
11946         * src/common/template.c
11947                 fix Bcc
11948
11949 2005-05-30 [paul]       1.9.11cvs19
11950
11951         * doc/src/rfc2368.txt   **NEW FILE**
11952         * src/compose.c
11953                 compose_entries_set(): don't interpret Bcc
11954                 header field (conform to RFC 2368)
11955                 (sync with main)
11956
11957 2005-05-29 [colin]      1.9.11cvs18
11958
11959         * src/prefs_common.c
11960                 Let the default reply format respect
11961                 netiquette by cutting the signature.
11962
11963 2005-05-29 [colin]      1.9.11cvs17
11964
11965         * src/summaryview.c
11966                 Don't let always_show_msg override
11967                 open_unread_on_enter when opening a new
11968                 directory.
11969
11970 2005-05-27 [paul]       1.9.11cvs16
11971
11972         sync with main:
11973
11974         * src/main.c
11975                 app_will_exit(): cleanup tmp directory when exit
11976         * src/message_search.c
11977                 improved the interface and made code cleanup.
11978                 removed Clear button
11979         * src/send_message.c
11980                 send_message_local(): use GSpawn, and detect errors
11981         * src/summary_search.c
11982                 improved the interface and made code cleanup
11983         * src/textview.c
11984                 textview_write_link(): also skip non-ascii space
11985                  at the head of link strings (phishing check
11986                  didn't work at the case)
11987         * src/common/utils.c
11988                 get_command_output(): use g_spawn_command_line_sync()
11989                 instead of popen()
11990
11991 2005-05-26 [colin]      1.9.11cvs15
11992
11993         * src/folder.c
11994                 remove printf
11995
11996 2005-05-26 [colin]      1.9.11cvs14
11997
11998         * src/common/nntp.c
11999                 Fix nntp mode reader (bug #611)
12000                 Patch by Florian Mickler <florian@mickler.org>
12001
12002 2005-05-26 [colin]      1.9.11cvs13
12003
12004         * src/plugins/pgpmime/passphrase.c
12005                 Fix mouse grabbing (bug #557)
12006
12007 2005-05-26 [colin]      1.9.11cvs12
12008
12009         * src/prefs_themes.c
12010                 Fix g_warning (bug #541)
12011
12012 2005-05-26 [colin]      1.9.11cvs11
12013
12014         * src/prefs_actions.c
12015         * src/prefs_template.c
12016                 Fix bug #506 (no warning if action/template
12017                 is not saved)
12018         * src/common/template.c
12019                 Fix a possible crash
12020
12021 2005-05-26 [colin]      1.9.11cvs10
12022
12023         * src/folder.c
12024         * src/folderview.c
12025         * src/procmsg.c
12026         * src/summaryview.c
12027                 Forbid locked messages to be moved or
12028                 deleted. Locked messages in trashes 
12029                 still get deleted, for performance
12030                 reason (mh.c::mh_remove_all_msgs)
12031
12032 2005-05-25 [colin]      1.9.11cvs9
12033
12034         * src/procmime.c
12035                 Use correct encoding when sending mails
12036                 with attachments that have accentued 
12037                 chars in their name
12038
12039 2005-05-24 [colin]      1.9.11cvs8
12040
12041         * src/summaryview.c
12042                 Fix bug #688 f) read/unread marker not
12043                 changed on first click
12044                 Also, optimize summary_status_show()
12045                 calls
12046         * src/folder.c
12047         * src/inc.c
12048         * src/procmime.c
12049                 Fix bug #688 b) and c) wrt message
12050                 attachments and signature
12051         * src/stock_pixmap.c
12052         * src/stock_pixmap.h
12053         * src/stock_pixmap.c
12054         * src/stock_pixmap.h
12055         * src/Makefile.am
12056         * src/pixmaps/clip_gpg_signed.xpm
12057                 Add clip/signed icon
12058
12059 2005-05-24 [colin]      1.9.11cvs7
12060
12061         * src/folder_item_prefs.c
12062                 whitespace fix
12063
12064 2005-05-24 [colin]      1.9.11cvs6
12065
12066         * src/folderview.c
12067         * src/prefs_common.c
12068         * src/prefs_common.h
12069                 Add a confirmation to folder drag and drop
12070                 fixes bug #156
12071         * src/alertpanel.c
12072         * src/alertpanel.h
12073                 fix _with_disable parameters so that
12074                 the buttons labels are specifiable too
12075         * src/plugins/pgpmime/sgpgme.c
12076                 reflect said change
12077                 
12078
12079 2005-05-24 [colin]      1.9.11cvs5
12080
12081         * src/folderview.c
12082                 Uncollapse/collapse folders on double-click
12083                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
12084                 closes bug #108
12085
12086 2005-05-23 [colin]      1.9.11cvs4
12087
12088         * src/common/socket.c
12089                 Check another special SSL_peek() error.
12090                 Should help wrt bug #728
12091
12092 2005-05-23 [colin]      1.9.11cvs3
12093
12094         * src/plugins/pgpmime/pgpmime.c
12095                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
12096                 breaking menu accelerators and stuff. Users will have to
12097                 reselect "PGP MIME" instead of "PGP/MIME" in their 
12098                 account's privacy preferences if needed.
12099
12100 2005-05-22 [paul]
12101
12102         * tools/kdeservicemenu/install.sh
12103                 use kdesu to prompt for root password if doing
12104                 global install/uninstall
12105
12106 2005-05-20 [colin]      1.9.11cvs2
12107
12108         * src/procmsg.c
12109                 Fix another compilation error with gcc-2.9x
12110                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
12111         * src/send_message.c
12112                 Don't send QUIT if we aren't connected
12113
12114 2005-05-19 [colin]      1.9.11cvs1
12115
12116         * src/procmsg.c
12117                 Fix compilation with gcc 2.9x
12118
12119 2005-05-19 [paul]       1.9.11
12120
12121         1.9.11 released
12122
12123 2005-05-19 [paul]       1.9.9cvs14
12124
12125         * src/gtk/inputdialog.c
12126                 prevent gettext warning
12127
12128 2005-05-19 [paul]       1.9.9cvs13
12129
12130         * src/mainwindow.c
12131         * src/prefs_common.c
12132         * src/prefs_common.h
12133         * src/textview.c
12134         * src/textview.h
12135                 add an option to toggle cursor in message
12136                 view (sync with main)
12137
12138 2005-05-18 [colin]      1.9.9cvs12
12139
12140         * src/compose.c
12141                 Dereference freed pointer
12142         * src/gtk/gtkaspell.c
12143                 Fix duplication of dictionaries (is it an aspell issue?)
12144
12145 2005-05-18 [colin]      1.9.9cvs11
12146
12147         * src/gtk/inputdialog.c
12148         * src/gtk/gtkaspell.c
12149                 HIGuify dialogs
12150         * src/alertpanel.c
12151                 Remove a double call
12152
12153 2005-05-17 [colin]      1.9.9cvs10
12154
12155         * src/gtk/gtkaspell.c
12156                 Fix dialogs, Ctrl-Enter accel
12157
12158 2005-05-17 [colin]      1.9.9cvs9
12159
12160         * src/gtk/gtkaspell.c
12161                 Fix some accelerators, escape in replace-window
12162
12163 2005-05-16 [colin]      1.9.9cvs8
12164
12165         * src/gtk/gtkaspell.c
12166                 Revert last commit, it was a mistake.
12167
12168 2005-05-16 [colin]      1.9.9cvs7
12169
12170         * src/gtk/gtkaspell.c
12171                 Remove buggy code while we're at it. It's a 
12172                 dead code path anyway.
12173
12174 2005-05-16 [colin]      1.9.9cvs6
12175
12176         * src/gtk/gtkaspell.c
12177                 Missed some gtk_menu_popup where deactivate
12178                 signal should be handled. Should fix bug
12179                 #629 a bit more.
12180
12181 2005-05-16 [colin]      1.9.9cvs5
12182
12183         * src/gtk/gtkaspell.c
12184                 Remove debug printf()s
12185
12186 2005-05-16 [colin]      1.9.9cvs4
12187
12188         * src/gtk/gtkaspell.c
12189                 Fix a bit aspell problems
12190                 (see bug #629)
12191
12192 2005-05-13 [colin]      1.9.9cvs3
12193
12194         * src/folderview.c
12195                 Fix the + appearing even when no subfolders
12196                 have unread messages. Thanks to wwp for the
12197                 bug report.
12198
12199 2005-05-11 [paul]       1.9.9cvs2
12200
12201         * src/folderview.c
12202                 correction to 1.9.9cvs1, only colour folders that
12203                 have new msgs (not unread msgs)
12204
12205 2005-05-10 [colin]      1.9.9cvs1
12206
12207         * src/folderview.c
12208         * src/summaryview.c
12209                 Try to fix bolding bugs again.
12210
12211 2005-05-09 [paul]
12212
12213         * tools/claws.i18n.status.pl
12214                 add Ricardo Mones Lastra's script that has been providing
12215                 the i18n status page for many months
12216
12217 2005-05-09 [paul]       1.9.9
12218
12219         1.9.9 release
12220
12221 2005-05-09 [paul]       1.9.6cvs58
12222
12223         * AUTHORS
12224         * INSTALL
12225         * README.claws
12226                 updated
12227         * Makefile.am 
12228         * RELEASE_NOTES.claws
12229                 add release notes to cvs to simplify release
12230                 procedure
12231         * configure.ac
12232                 add ca and fi to ALL_LINGUAS
12233         * po/Makefile.in.in
12234                 workaround for missing Makevars
12235         * po/ca.po
12236         * po/fi.po
12237                 add new Catalan and Finnish translations
12238                 submitted by Miquel Oliete and Flammie Pirinen
12239         * po/de.po
12240         * po/es.po
12241         * po/fr.po
12242         * po/it.po
12243         * po/pl.po
12244         * po/ru.po
12245         * po/sk.po
12246         * po/sr.po
12247         * po/zh_CN.po
12248                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
12249                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
12250                 Urke MMI, and Hansom Young
12251         * src/main.c
12252                 Fix drafting when quitting. compose_draft() closes the
12253                 compose windows, which modifies the compose_list GSList.
12254                 We have to refresh this list after echo drafting to avoid a
12255                 segfault
12256         * src/partial_download.c
12257                 fix segfault on exit
12258
12259 2005-05-06 [paul]       1.9.6cvs57
12260
12261         * src/grouplistdialog.c
12262                 quick fix/workaround for unresizeable newsgroup
12263                 name column 
12264
12265 2005-05-06 [paul]       1.9.6cvs56
12266
12267         * src/inc.c
12268         * src/mainwindow.c
12269                 use gettext plural forms
12270         * src/imap_gtk.c
12271         * src/mh_gtk.c
12272         * src/toolbar.c
12273                 small improvement to english usage
12274
12275 2005-05-05 [thorsten]   1.9.6cvs55
12276
12277         * src/folder.c
12278                 fix possible crash
12279
12280 2005-05-05 [paul]       1.9.6cvs54
12281         
12282         sync with HEAD
12283
12284         * AUTHORS
12285         * src/compose.c
12286                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
12287                 patch by Tim Mann
12288
12289 2005-05-05 [paul]       1.9.6cvs53
12290
12291         * src/mainwindow.c
12292                 fix resizing of separate message and
12293                 folder views
12294
12295 2005-05-05 [paul]       1.9.6cvs52
12296
12297         * src/account.c
12298         * src/addrgather.c
12299         * src/browseldap.c
12300         * src/exphtmldlg.c
12301         * src/expldifdlg.c
12302         * src/importmutt.c
12303         * src/importpine.c
12304         * src/main.c
12305         * src/mainwindow.c
12306         * src/noticeview.c
12307         * src/prefs_filtering.c
12308         * src/prefs_filtering_action.c
12309         * src/prefs_matcher.c
12310         * src/prefs_spelling.c
12311         * src/prefs_toolbar.c
12312         * src/toolbar.c
12313         * src/wizard.c
12314         * src/gtk/description_window.c
12315         * src/gtk/gtkvscrollbutton.c
12316         * src/gtk/progressdialog.c
12317         * src/gtk/quicksearch.c
12318         * src/plugins/pgpmime/prefs_gpg.c
12319         * src/plugins/spamassassin/spamassassin_gtk.c
12320                 replace deprecated gtk_widget_set_usize
12321
12322 2005-05-04 [colin]      1.9.6cvs51
12323
12324         * src/common/utils.c
12325                 Fix crash when subst_for_filename is called
12326                 with a NULL parameter
12327
12328 2005-05-04 [colin]      1.9.6cvs50
12329
12330         * src/partial_download.c
12331         * src/pop.c
12332                 Escape login when writing uidl file
12333                 fixes bug #736
12334
12335 2005-05-03 [colin]      1.9.6cvs49
12336
12337         * src/procmime.c
12338                 Fix possible DOS in mime parser
12339                 (see bug #634)
12340
12341 2005-05-02 [colin]      1.9.6cvs48
12342
12343         * src/compose.c
12344                 Try to fix the copy/paste mess once again.
12345
12346
12347 2005-04-30 [colin]      1.9.6cvs47
12348
12349         * src/prefs_account.h
12350         * src/procmsg.c
12351         * src/send_message.c
12352         * src/common/smtp.c
12353         * src/common/smtp.h
12354                 Try to batch sending mails (per account) instead of
12355                 reconnecting to server every time.
12356
12357 2005-04-29 [colin]      1.9.6cvs46
12358
12359         * src/messageview.c
12360                 Fix window resizing that refused to size down
12361         * src/prefs_common.c
12362         * src/prefs_common.h
12363         * src/prefs_filtering.c
12364                 Save Filtering's window size
12365
12366 2005-04-21 [paul]       1.9.6cvs45
12367
12368         * ChangeLog-gtk2.claws
12369         * src/setup.c
12370                 correction to sync
12371
12372 2005-04-21 [paul]       1.9.6cvs44
12373
12374         sync with main:
12375
12376         * src/setup.c
12377         * src/statusbar.c
12378         * src/statusbar.h
12379                 use gtkut_widget_draw_now(). Improved performance
12380                 of the update of statusbar
12381         * src/textview.c
12382                 textview_smooth_scroll_do(): redraw it after scroll
12383                 is done (fixed incorrect display when a part of the
12384                 view is hidden).
12385         * src/gtk/gtkutils.c
12386         * src/gtk/gtkutils.h
12387                 gtkut_widget_draw_now(): use gdk_window_process_updates()
12388                 to force update of widgets.
12389                 Removed gtkut_widget_wait_for_draw() which had a big
12390                 overhead  because of waiting for all events processed 
12391
12392 2005-04-20 [paul]       1.9.6cvs43
12393
12394         * src/codeconv.c
12395                 complete 1.9.6cvs42's sync:
12396                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
12397
12398 2005-04-19 [paul]       1.9.6cvs42
12399
12400         sync with main:
12401
12402         * src/action.c
12403                 catch_output(): correctly select the insert text
12404                 (fix invalid iterator warnings).
12405         * src/codeconv.c
12406         * src/codeconv.h
12407         * src/mainwindow.c
12408         * src/messageview.c
12409         * src/prefs_common.c
12410                 support GBK encoding.
12411         * src/common/session.c
12412         * src/common/session.h
12413                 use separate buffer for large data to be sent,
12414                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
12415
12416 2005-04-18 [paul]       1.9.6cvs41
12417
12418         * src/jpilot.c
12419                 convert unsigned long into guint32
12420                 patch by Paul LeoNerd Evans 
12421
12422 2005-04-17 [colin]      1.9.6cvs40
12423
12424         * src/compose.c
12425                 Fix 'Request return receipt' from folder
12426                 properties (bug #708)
12427
12428 2005-04-17 [colin]      1.9.6cvs39
12429
12430         * src/mainwindow.c
12431                 Fix duplicate hotkeys in Mainwindow's menu
12432
12433 2005-04-17 [colin]      1.9.6cvs38
12434
12435         * src/folderview.c
12436                 Fix duplicate hotkeys in Folderview's contextual
12437                 menu
12438
12439 2005-04-15 [colin]      1.9.6cvs37
12440
12441         * src/summaryview.c
12442                 Fix 'Save as...' with non-ascii filenames
12443
12444 2005-04-15 [colin]      1.9.6cvs36
12445
12446         * src/plugins/pgpmime/pgpmime.c
12447                 Fix bus error on 64bit. Spotted by 
12448                 macallan1888@gmail.com
12449
12450 2005-04-15 [colin]      1.9.6cvs35
12451
12452         * src/prefs_account.c
12453                 Fix cvs34.
12454
12455 2005-04-12 [colin]      1.9.6cvs34
12456
12457         * src/prefs_account.c
12458                 Fix smtp auth type off-by-one. We forgot to
12459                 add PLAIN in the prefs-to-gui setter func and
12460                 as a result, the selected auth when opening
12461                 account prefs was not the correct one.
12462
12463 2005-04-12 [paul]       1.9.6cvs33
12464
12465         * src/inc.c
12466                 if the recv dialog is visible, Cancel only
12467                 cancels the current account
12468
12469
12470 2005-04-10 [colin]      1.9.6cvs32
12471
12472         * src/filtering.c
12473                 Copy score when copying FilteringActions
12474                 Fix bug #674
12475
12476 2005-04-10 [colin]      1.9.6cvs31
12477
12478         * src/inc.c
12479                 Make Message -> Receive -> Cancel cancel 
12480                 incorporation on all accounts. Fixes
12481                 bug #693
12482
12483 2005-04-10 [colin]      1.9.6cvs30
12484
12485         * src/prefs_account.c
12486                 Update Privacy checkbuttons status based
12487                 on the selected privacy system
12488         * src/compose.c
12489                 Always connect the "None" privacy system; the
12490                 static boolean was probably there to avoid
12491                 reconnecting twice in the same compose window,
12492                 but as the parent function is only called once
12493                 per compose, it's only a bug - as a static is
12494                 initialized once per application instance.
12495                 Also, don't uncheck Sign and Encrypt when
12496                 selecting None as privacy system; just ignore
12497                 them when sending/queuing.
12498                 Should fix bug #695
12499
12500 2005-04-08 [colin]      1.9.6cvs29
12501
12502         * src/account.c
12503         * src/prefs_account.c
12504         * src/prefs_account.h
12505                 Add account preference to queue message in a certain
12506                 folder.
12507
12508 2005-04-06 [colin]      1.9.6cvs28
12509
12510         * src/prefs_account.c
12511                 Update old inbox path syntax
12512
12513 2005-04-06 [paul]       1.9.6cvs27
12514
12515         sync with main:
12516
12517         * configure.ac
12518                 changed -traditional-cpp to -no-cpp-precomp for newer
12519                 Mac OS X support
12520         * src/foldersel.c
12521                 made column resize automatically
12522         * src/send_message.c
12523                 send_message_smtp(): consider EOF right after QUIT
12524                 successful (workaround for Gmail SMTP server)
12525         * src/common/socket.c
12526                 ssl_read(), ssl_peek(): check EOF which violates the
12527                 SSL protocol
12528         * src/gtk/colorlabel.c
12529                 removed warnings when displaying colorlabel menu
12530                 (don't use GtkAlignment)
12531
12532 2005-04-05 [paul]       1.9.6cvs26
12533
12534         * src/plugins/trayicon/trayicon.c
12535                 fix clipping of icon under KDE3 
12536
12537 2005-04-05 [paul]       1.9.6cvs25
12538
12539         * src/summaryview.c
12540                 hide display of threading
12541                 patch by Alfons
12542
12543 2005-04-04 [thorsten]   1.9.6cvs24
12544
12545         * src/mh.c
12546                 marks lost on filesystems with different stat() results on
12547                 summer-/wintertime
12548
12549 2005-04-03 [colin]      1.9.6cvs23
12550
12551         * src/summaryview.c
12552                 Don't handle up/down. Patch by Alfons
12553
12554 2005-04-02 [colin]      1.9.6cvs22
12555
12556         * src/summaryview.c
12557                 Make scrolling faster. Patch by Alfons.
12558
12559 2005-04-01 [colin]      1.9.6cvs21
12560
12561         * src/Makefile.am
12562         * src/stock_pixmap.c
12563         * src/pixmaps/dir-noselect.xpm ** REMOVED **
12564         * src/pixmaps/dir_noselect.xpm ** ADDED **
12565                 Fix pixmap name mismatch (Thanks Stephan Sachse)
12566
12567 2005-04-01 [colin]      1.9.6cvs20
12568
12569         * src/image_viewer.c
12570         * src/image_viewer.h
12571         * src/procmime.c
12572         * src/procmime.h
12573         * src/textview.c
12574         * src/textview.h
12575                 Implement inline image resizing and right-clicking
12576
12577 2005-04-01 [paul]       1.9.6cvs19
12578
12579         * AUTHORS
12580         * Makefile.am
12581         * configure.ac
12582                 check for gnome2
12583                 patch by Luca Cavalli <loopback<AT>slackit.org>
12584         * po/ru.po
12585                 updated by Pavlo Bohmat
12586
12587 2005-03-31 [colin]      1.9.6cvs18
12588
12589         * src/news.c
12590                 Fix parsing references
12591         * src/msgcache.c
12592                 don't put nulls in the references list
12593         * src/procheader.c
12594                 commit that forgotten file in 1.9.6cvs14
12595
12596 2005-03-31 [colin]      1.9.6cvs17
12597
12598         * src/compose.c
12599                 Fix joining of signature separator again. 
12600                 Maybe Hiro could put it in main too...
12601
12602 2005-03-31 [colin]      1.9.6cvs16
12603
12604         * src/Makefile.am
12605         * src/foldersel.c
12606         * src/stock_pixmap.c
12607         * src/stock_pixmap.h
12608         * src/pixmaps/dir-noselect.xpm
12609                 Update foldersel.c (sync from main, patch by Alfons)
12610
12611 2005-03-30 [colin]      1.9.6cvs15
12612
12613         * src/imap.c
12614                 Fix handling of imap folders containing [] in 
12615                 their name. Thanks to Nahuel Angelinetti for
12616                 the detailed bugreport.
12617
12618 2005-03-30 [colin]      1.9.6cvs14
12619
12620         * src/common/utils.h
12621         * src/common/utils.c
12622         * src/common/defs.h
12623         * src/matcher.c
12624         * src/msgcache.c
12625         * src/news.c
12626         * src/procmsg.c
12627         * src/procmsg.h
12628         * src/quote_fmt_parse.y
12629         * src/summaryview.c
12630                 Update references system. Patch by Alfons
12631
12632 2005-03-30 [colin]      1.9.6cvs13
12633
12634         * src/common/socket.c
12635                 Force the glibc to read resolv.conf again when 
12636                 it has changed. Should fix issues when changing
12637                 networks on a laptop and not restarting sylpheed. 
12638
12639 2005-03-30 [paul]       1.9.6cvs12
12640
12641         partial sync with main:
12642
12643         * src/action.c
12644                 create_io_dialog(): use user-defined text font
12645                 (thanks to Alfons), and modified its appearance.
12646         * src/addrgather.c
12647         * src/addrharvest.c
12648         * src/browseldap.c
12649                 replace old code
12650         * src/compose.c
12651                 don't join (presumably) itemized lines on line-wrapping
12652                 fixed wrapping of quote when auto-wrapping is enabled
12653                 compose_destroy(): destroy paned only if it's not
12654                 attached to window. Fixed memory leak of popup menu.
12655         * src/exphtmldlg.c
12656         * src/expldifdlg.c
12657                 replace old code
12658         * src/html.c
12659         * src/html.h
12660         * src/importmutt.c
12661         * src/importpine.c
12662                 replace old code
12663         * src/main.c
12664                 removed redundant code
12665         * src/mainwindow.c
12666                 changed 'Code set' (which is rather incorrect)
12667                 in the menu to 'Character encoding'
12668                 main_window_set_widgets(): request size first
12669                 to prevent window size becoming wrong
12670                 fixed remembering of the state of the visibility
12671                 of MessageView
12672         * src/messageview.c
12673                 changed 'Code set' (which is rather incorrect)
12674                 in the menu to 'Character encoding'
12675         * src/prefs_common.c
12676         * src/prefs_common.h
12677                 added an option whether to render HTML as text or not
12678                 added separators to outgoing encoding menu
12679         * src/procheader.c
12680                 procheader_scan_date_string(): support header
12681                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
12682         * src/summaryview.c
12683         * src/summaryview.h
12684                 minor code cleanup
12685         * src/textview.c
12686                 textview_show_html(): force output of newline
12687                 added an option whether to render HTML as text or not
12688         * src/common/utils.c
12689                 strncpy2(): optimized based on Alfons' code
12690         * src/gtk/gtkutils.c
12691         * src/gtk/gtkutils.h
12692                 removed non-used code
12693         * src/plugins/pgpmime/passphrase.c
12694                 partially fixed grab input of passphrase dialog
12695                 Confine pointer to window
12696
12697 2005-03-30 [colin]      1.9.6cvs11
12698
12699         * src/msgcache.c
12700         * src/msgcache.h
12701                 Read/write 32bit ints from cache & marks
12702                 From main.
12703
12704 2005-03-29 [paul]       1.9.6cvs10
12705
12706         * AUTHORS
12707         * ChangeLog.claws
12708         * src/compose.c
12709         * src/gtk/gtkaspell.c
12710                 sync with HEAD (don't pass NULL pointers) 
12711
12712 2005-03-24 [paul]
12713
12714         * tools/Makefile.am
12715         * tools/README
12716         * tools/acroread2sylpheed.pl
12717                 sync with HEAD (add script to send pdfs as
12718                 attachments from Adobe Reader 7)
12719
12720 2005-03-21 [paul]       1.9.6cvs9
12721
12722         * configure.ac
12723         * po/POTFILES.in
12724         * src/Makefile.am
12725         * src/crash.c
12726         * src/image_viewer.c ** ADDED **
12727         * src/image_viewer.h ** ADDED **
12728         * src/main.c
12729         * src/prefs_common.c
12730         * src/prefs_common.h
12731         * src/prefs_image_viewer.c ** ADDED **
12732         * src/prefs_image_viewer.h ** ADDED **
12733         * src/textview.c
12734         * src/gtk/about.c
12735         * src/pixmaps/sylpheed_logo.xpm
12736         * src/plugins/Makefile.am
12737         * src/plugins/image_viewer/.cvsignore ** REMOVED **
12738         * src/plugins/image_viewer/Makefile.am ** REMOVED **
12739         * src/plugins/image_viewer/plugin.c ** REMOVED **
12740         * src/plugins/image_viewer/viewer.c ** REMOVED **
12741         * src/plugins/image_viewer/viewer.glade ** REMOVED **
12742         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
12743         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
12744         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
12745         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
12746                 as gdk-pixbuf is now built-in
12747                 remove image_viewer plugin and put code back into
12748                 main codebase
12749                 implement inline image display (sync with main)
12750
12751                 replace logo with newer, nicer, larger version  
12752
12753 2005-03-21 [paul]       1.9.6cvs8
12754
12755         * src/gtk/about.c
12756                 cosmetic improvement
12757
12758 2005-03-21 [holger]     1.9.6cvs7
12759
12760         * src/plugins/spamassassin/spamassassin.c
12761                 Sync with HEAD
12762                 (unregister hook on failed plugin init)
12763
12764 2005-03-20 [colin]      1.9.6cvs6
12765
12766         * src/common/plugin.c
12767                 Check that plugin isn't already loaded
12768                 Patch by Alfons
12769
12770 2005-03-20 [thorsten]   1.9.6cvs5
12771
12772         * src/compose.c
12773                 use a more compatible syntax
12774
12775 2005-03-20 [thorsten]   1.9.6cvs4
12776
12777         * src/prefs_toolbar.c
12778                 fix crash when selecting toolbar item (uninitialized pointer)
12779
12780 2005-03-20 [thorsten]   1.9.6cvs3
12781
12782         * src/procmime.c
12783                 fix mimetype detection (referenced free()d string)
12784
12785 2005-03-20 [paul]       1.9.6cvs2
12786
12787         * src/compose.c
12788                 sync with HEAD (1.0.3cvs5)
12789                 neglect Reply-To header if empty
12790                 Patch by Alfons 
12791
12792 2005-03-19 [holger]     1.9.6cvs1
12793
12794         * src/summaryview.c
12795         * src/summaryview.h
12796                 Sync with HEAD
12797
12798 2005-03-18 [paul]       1.9.6
12799
12800         initial GTK2 release
12801
12802 2005-03-18 [paul]       1.0.3cvs3.1
12803
12804         * AUTHORS
12805         * ChangeLog.claws
12806         * configure.ac
12807         * src/gtk/about.c
12808         * src/pixmaps/sylpheed_logo.xpm
12809                 sync with HEAD
12810
12811 2005-03-18 [colin]      1.0.3cvs2.6
12812
12813         * src/summaryview.c
12814                 Remove call to summary_step in summary_copy_selected_to
12815                 Can't see its purpose, and this causes bug when copying
12816                 a message if the next one is unread: it reads it.
12817
12818 2005-03-18 [paul]       1.0.3cvs2.5
12819
12820         * src/foldersel.c
12821                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
12822
12823 2005-03-18 [paul]       1.0.3cvs2.4
12824
12825         * src/addrharvest.c
12826         * src/codeconv.c
12827         * src/codeconv.h
12828         * src/compose.c
12829         * src/news.c
12830         * src/procheader.c
12831         * src/procmime.c
12832         * src/unmime.c
12833         * src/unmime.h
12834                 fix buffer overflow, CAN-2005-0667, see
12835                 http://secunia.com/advisories/14491/
12836                 Patch by Alfons
12837
12838 2005-03-17 [colin]      1.0.3cvs2.3
12839
12840         * src/prefs_fonts.c
12841         * src/summaryview.c
12842                 Fix font bugs (both lists now officialy share 
12843                 the same font)
12844                 
12845
12846 2005-03-17 [paul]       1.0.3cvs2.2
12847
12848         * src/gtk/pluginwindow.c
12849                 make plugin descriptions uneditable
12850
12851 2005-03-11 [paul]       1.0.3cvs2.1
12852
12853         * ChangeLog.claws
12854         * configure.ac
12855         * po/POTFILES.in
12856         * src/plugins/trayicon/trayicon.c
12857                 sync with HEAD
12858                 add src/wizard.c to POTFILES.in
12859
12860 2005-03-11 [paul]       1.0.3cvs1.1
12861
12862         * ChangeLog
12863         * ChangeLog.claws
12864         * configure.ac
12865         * po/de.po
12866         * po/es.po
12867         * po/fr.po
12868         * po/it.po
12869         * po/pt_BR.po
12870         * po/ru.po
12871         * po/sk.po
12872         * po/sr.po
12873         * po/zh_CN.po
12874                 sync with HEAD
12875
12876 2005-03-04 [colin]      1.0.1cvs22.2
12877
12878         * src/compose.c
12879                 Fix signatures with accentued chars in it
12880
12881 2005-03-04 [colin]      1.0.1cvs22.1
12882
12883         * src/common/smtp.c
12884         * src/common/smtp.h
12885                 Don't use SIZE param in MAIL FROM: if server 
12886                 doesn't support it. Patch by Eugen Freiter
12887                 <eugen_f@users.sf.net>
12888
12889 2005-02-27 [paul]       1.0.1cvs20.1
12890
12891         * ChangeLog.claws
12892         * configure.ac
12893         * src/messageview.c
12894                 sync with HEAD
12895
12896 2005-02-27 [colin]      1.0.1cvs19.4
12897
12898         * src/procheader.c
12899         * src/procheader.h
12900                 Fix prototypes. Patch by Alfons
12901
12902 2005-02-27 [colin]      1.0.1cvs19.3
12903
12904         * src/compose.c
12905                 Don't auto-join the signature separator.
12906
12907 2005-02-26 [colin]      1.0.1cvs19.2
12908
12909         * src/summaryview.c
12910                 Fix 'mark all read' with collapsed threads.
12911                 Patch by Alfons.
12912
12913 2005-02-25 [paul]       1.0.1cvs19.1
12914
12915         * ChangeLog.claws
12916         * configure.ac
12917         * src/prefs_account.c
12918         * src/prefs_folder_item.c
12919         * src/gtk/prefswindow.c
12920         * src/gtk/prefswindow.h
12921                 sync with HEAD
12922
12923 2005-02-25 [paul]       1.0.1cvs15.12
12924
12925         * src/alertpanel.c
12926         * src/codeconv.c
12927         * src/compose.c
12928         * src/textview.c
12929         * src/gtk/gtkutils.c
12930         * src/gtk/gtkutils.h
12931         * src/gtk/logwindow.c
12932         * src/gtk/progressdialog.c
12933                 sync with main (revision 127)
12934                 and fix logwindow clipping
12935
12936 2005-02-24 [colin]      1.0.1cvs15.11
12937
12938         * src/plugins/pgpmime/passphrase.c
12939                 Disable input grabbing; it doesn't work yet.
12940
12941 2005-02-24 [colin]      1.0.1cvs15.10
12942
12943         * src/messageview.c
12944                 Don't send out receipts if offline. Ask.
12945
12946 2005-02-23 [colin]      1.0.1cvs15.9
12947
12948         * src/summaryview.c     
12949                 Fix expanding
12950
12951 2005-02-23 [colin]      1.0.1cvs15.8
12952
12953         * src/summaryview.c
12954                 Really fix Bug 568 by removing useless
12955                 calls. summary_thread_init() now called
12956                 in summary_sort(). This should please
12957                 Alfons as it should be faster than 
12958                 previously.
12959
12960 2005-02-23 [colin]      1.0.1cvs15.7
12961
12962         * src/compose.c
12963                 Encode parts as QP or B64 if signing
12964
12965 2005-02-23 [colin]      1.0.1cvs15.6
12966
12967         * src/compose.c
12968                 Fix Mimeinfo leakage (including tmp files)
12969         * src/procmsg.c
12970                 Fix tmp file leakage (spotted by Ivan Rayner)
12971
12972 2005-02-22 [colin]      1.0.1cvs15.5
12973
12974         * src/expldifdlg.c
12975                 Fix keyboard input. Patch by Alfons.
12976
12977 2005-02-21 [colin]      1.0.1cvs15.4
12978
12979         * src/compose.c
12980                 Fix Sign/Encrypt when unselecting privacy
12981                 system
12982         * src/prefs_common.c
12983                 Change default message font to Monospace
12984         * src/summaryview.c
12985                 More freezing during potentially large operations
12986
12987 2005-02-21 [paul]       1.0.1cvs15.3
12988
12989         * src/main.c
12990                 fix --help output
12991
12992 2005-02-21 [paul]       1.0.1cvs15.2
12993
12994         * po/Makefile.in.in
12995         * src/compose.c
12996         * src/summaryview.c
12997         * src/textview.c
12998         * src/common/utils.c
12999         * src/common/utils.h
13000                 sync with main (revision 117)
13001
13002 2005-02-20 [colin]      1.0.1cvs15.1
13003
13004         * src/common/defs.h
13005                 Change cache file to .sylpheed_claws_cache, as
13006                 suggested by Alfons. Allows people to switch
13007                 between Sylpheed and Sylpheed-Claws. it is
13008                 a good idea to "Check for new messages" at next
13009                 startup.
13010
13011
13012 2005-02-18 [colin]      1.0.1cvs14.1
13013
13014         * src/quote_fmt_lex.l
13015         * src/quote_fmt_parse.y
13016                 Fix parser initialisation. Patch by Ivan.
13017
13018 2005-02-18 [colin]      1.0.1cvs11.6
13019
13020         * src/folderview.c
13021                 Fix scrolldown (bug 662)
13022
13023 2005-02-17 [colin]      1.0.1cvs11.5
13024
13025         * src/codeconv.c
13026                 conv_filename_to_utf8: return clean 7bit instead
13027                 of broken utf8 if needed
13028         * src/mimeview.c
13029                 Fix display of parts with unclean 8bit names
13030
13031 2005-02-17 [paul]       1.0.1cvs11.4
13032
13033         * src/compose.c
13034         * src/exportldif.c
13035         * src/matcher_parser_parse.y
13036         * src/procmime.c
13037         * src/sourcewindow.c
13038         * src/common/Makefile.am
13039         * src/common/intl.h             ** REMOVED **
13040         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
13041                 sync with main (revision 109)
13042                 and clean up
13043
13044 2005-02-16 [colin]      1.0.1cvs11.3
13045
13046         * src/summaryview.c
13047                 Fix collapsed thread not highlighting when new
13048                 messages in it (Bug 568) Patch by Stephan Sachse.
13049                 Fix messed up selection when reaching bounds (Bug 632)
13050         * src/prefs_themes.c
13051                 Fix theme installing (Bug 684)
13052
13053 2005-02-16 [colin]      1.0.1cvs11.2
13054
13055         * src/messageview.c
13056                 Fix messageview_select_all
13057
13058 2005-02-16 [colin]      1.0.1cvs11.1
13059
13060         * src/mh.c
13061                 Sync with HEAD (MH scan required function)
13062
13063 2005-02-15 [colin]      1.0.1cvs8.1
13064
13065         * src/mimeview.c
13066         * src/common/utils.c
13067                 Sync with HEAD (filename chars substitution)
13068
13069 2005-02-15 [colin]      1.0.1cvs7.3
13070
13071         * src/gtk/pluginwindow.c
13072                 Fix button spacing
13073
13074 2005-02-15 [colin]      1.0.1cvs7.2
13075
13076         * src/mimeview.c
13077                 Fix mime icons not reset across message when
13078                 scrolled down
13079
13080 2005-02-15 [colin]      1.0.1cvs7.1
13081
13082         * src/compose.c
13083         * src/procmime.c
13084                 Sync with HEAD (optimisation of cvs6)
13085
13086 2005-02-14 [colin]      1.0.1cvs6.1
13087
13088         * src/compose.c
13089         * src/procmime.c
13090                 Sync with HEAD (encode "From " at line beginning)
13091
13092 2005-02-14 [colin]      1.0.1cvs5.3
13093
13094         * src/compose.c
13095                 Fix wrapping with accentued chars.
13096
13097 2005-02-13 [colin]      1.0.1cvs5.2
13098
13099         * src/textview.c
13100                 Fix email informative part parsing with
13101                 accentued chars in it. ispunct() returns
13102                 true for them in utf8...
13103
13104 2005-02-12 [colin]      1.0.1cvs5.1
13105
13106         * src/filtering.c
13107                 Sync with HEAD (remove wrong use of compose after send)
13108
13109 2005-02-12 [paul]       1.0.1cvs4.5
13110
13111         * src/textview.c
13112                 remove unnecessary code (thanks to Alfons)
13113
13114 2005-02-12 [paul]       1.0.1cvs4.4
13115
13116         * src/textview.c
13117                 add 'Copy' to contextual menu on emails
13118
13119 2005-02-11 [colin]      1.0.1cvs4.3
13120
13121         * src/compose.c
13122                 revert 1.0.0cvs28.2, it doesn't work that well.
13123
13124 2005-02-11 [paul]       1.0.1cvs4.2
13125
13126         * po/Makefile.in.in
13127                 fix 'make release'
13128
13129 2005-02-10 [paul]       1.0.1cvs4.1
13130
13131         * ChangeLog
13132         * ChangeLog.claws
13133         * ChangeLog.jp
13134         * configure.ac
13135         * src/compose.c
13136                 sync with HEAD (sync with main)
13137
13138 2005-02-10 [paul]       1.0.1cvs3.2
13139
13140         * AUTHORS
13141         * Makefile.am
13142         * autogen.sh
13143         * configure.ac
13144         * config/mkinstalldirs
13145         * intl/.cvsignore
13146         * intl/ChangeLog
13147         * intl/VERSION
13148         * intl/bindtextdom.c
13149         * intl/config.charset
13150         * intl/dcgettext.c
13151         * intl/dcigettext.c
13152         * intl/dcngettext.c
13153         * intl/dgettext.c
13154         * intl/dngettext.c
13155         * intl/eval-plural.h
13156         * intl/explodename.c
13157         * intl/finddomain.c
13158         * intl/gettext.c
13159         * intl/gettextP.h
13160         * intl/gmo.h
13161         * intl/hash-string.h
13162         * intl/intl-compat.c
13163         * intl/l10nflist.c
13164         * intl/libgnuintl.h.in
13165         * intl/loadinfo.h
13166         * intl/loadmsgcat.c
13167         * intl/localcharset.c
13168         * intl/localcharset.h
13169         * intl/locale.alias
13170         * intl/localealias.c
13171         * intl/localename.c
13172         * intl/log.c
13173         * intl/ngettext.c
13174         * intl/os2compat.c
13175         * intl/os2compat.h
13176         * intl/osdep.c
13177         * intl/plural-exp.c
13178         * intl/plural-exp.h
13179         * intl/plural.c
13180         * intl/plural.y
13181         * intl/ref-add.sin
13182         * intl/ref-del.sin
13183         * intl/relocatable.c
13184         * intl/relocatable.h
13185         * intl/textdomain.c
13186         * m4/Makefile.am
13187         * po/Makefile.in.in
13188         * src/Makefile.am
13189         * src/account.c
13190         * src/action.c
13191         * src/addr_compl.c
13192         * src/addressadd.c
13193         * src/addressbook.c
13194         * src/addrgather.c
13195         * src/addrindex.c
13196         * src/alertpanel.c
13197         * src/browseldap.c
13198         * src/codeconv.c
13199         * src/codeconv.h
13200         * src/compose.c
13201         * src/compose.h
13202         * src/crash.c
13203         * src/editaddress.c
13204         * src/editbook.c
13205         * src/editgroup.c
13206         * src/editjpilot.c
13207         * src/editldap.c
13208         * src/editldap_basedn.c
13209         * src/editvcard.c
13210         * src/exphtmldlg.c
13211         * src/expldifdlg.c
13212         * src/export.c
13213         * src/exporthtml.c
13214         * src/filtering.c
13215         * src/folder.c
13216         * src/folder_item_prefs.c
13217         * src/foldersel.c
13218         * src/folderview.c
13219         * src/grouplistdialog.c
13220         * src/headerview.c
13221         * src/imap.c
13222         * src/imap_gtk.c
13223         * src/import.c
13224         * src/importldif.c
13225         * src/importmutt.c
13226         * src/importpine.c
13227         * src/inc.c
13228         * src/ldif.c
13229         * src/main.c
13230         * src/mainwindow.c
13231         * src/matcher.c
13232         * src/mbox.c
13233         * src/message_search.c
13234         * src/messageview.c
13235         * src/mh.c
13236         * src/mh_gtk.c
13237         * src/mimeview.c
13238         * src/msgcache.c
13239         * src/news.c
13240         * src/news_gtk.c
13241         * src/noticeview.c
13242         * src/partial_download.c
13243         * src/pop.c
13244         * src/prefs_account.c
13245         * src/prefs_actions.c
13246         * src/prefs_common.c
13247         * src/prefs_customheader.c
13248         * src/prefs_display_header.c
13249         * src/prefs_ext_prog.c
13250         * src/prefs_filtering.c
13251         * src/prefs_filtering_action.c
13252         * src/prefs_folder_item.c
13253         * src/prefs_fonts.c
13254         * src/prefs_gtk.c
13255         * src/prefs_matcher.c
13256         * src/prefs_msg_colors.c
13257         * src/prefs_spelling.c
13258         * src/prefs_summary_column.c
13259         * src/prefs_template.c
13260         * src/prefs_themes.c
13261         * src/prefs_toolbar.c
13262         * src/prefs_wrapping.c
13263         * src/privacy.c
13264         * src/procheader.c
13265         * src/procmime.c
13266         * src/procmsg.c
13267         * src/quote_fmt.c
13268         * src/recv.c
13269         * src/send_message.c
13270         * src/setup.c
13271         * src/sourcewindow.c
13272         * src/ssl_manager.c
13273         * src/statusbar.c
13274         * src/summary_search.c
13275         * src/summaryview.c
13276         * src/textview.c
13277         * src/toolbar.c
13278         * src/wizard.c
13279         * src/common/nntp.c
13280         * src/common/plugin.c
13281         * src/common/smtp.c
13282         * src/common/ssl.c
13283         * src/common/ssl_certificate.c
13284         * src/common/string_match.c
13285         * src/common/sylpheed.c
13286         * src/common/template.c
13287         * src/common/utils.c
13288         * src/gtk/about.c
13289         * src/gtk/colorlabel.c
13290         * src/gtk/description_window.c
13291         * src/gtk/filesel.c
13292         * src/gtk/foldersort.c
13293         * src/gtk/gtkaspell.c
13294         * src/gtk/gtkutils.c
13295         * src/gtk/inputdialog.c
13296         * src/gtk/logwindow.c
13297         * src/gtk/menu.c
13298         * src/gtk/pluginwindow.c
13299         * src/gtk/prefswindow.c
13300         * src/gtk/progressdialog.c
13301         * src/gtk/quicksearch.c
13302         * src/gtk/sslcertwindow.c
13303         * src/plugins/clamav/clamav_plugin.c
13304         * src/plugins/clamav/clamav_plugin_gtk.c
13305         * src/plugins/demo/demo.c
13306         * src/plugins/dillo_viewer/dillo_prefs.c
13307         * src/plugins/dillo_viewer/dillo_viewer.c
13308         * src/plugins/image_viewer/plugin.c
13309         * src/plugins/image_viewer/viewer.c
13310         * src/plugins/image_viewer/viewerprefs.c
13311         * src/plugins/mathml_viewer/mathml_viewer.c
13312         * src/plugins/pgpmime/passphrase.c
13313         * src/plugins/pgpmime/plugin.c
13314         * src/plugins/pgpmime/prefs_gpg.c
13315         * src/plugins/pgpmime/select-keys.c
13316         * src/plugins/pgpmime/sgpgme.c
13317         * src/plugins/spamassassin/spamassassin.c
13318         * src/plugins/spamassassin/spamassassin_gtk.c
13319         * src/plugins/trayicon/trayicon.c
13320                 sync with main (revision 104)
13321
13322 2005-02-10 [colin]      1.0.1cvs3.1
13323
13324         * src/mainwindow.c
13325                 Sync with HEAD (fix occasional crasher)
13326
13327 2005-02-10 [colin]      1.0.1cvs2.1
13328
13329         * src/messageview.c
13330                 Synw with HEAD (don't automatically display html)
13331
13332 2005-02-09 [colin]      1.0.1cvs1.3
13333
13334         * src/textview.c
13335         * src/textview.h
13336                 Add contextual menu on emails
13337
13338 2005-02-09 [colin]      1.0.1cvs1.2
13339
13340         * src/codeconv.c
13341                 Fix converting from broken headers and 
13342                 put back the _ in missing places
13343                 (feature broke with cvs24.2 sync, main 
13344                  possibly affected?)
13345
13346 2005-02-09 [colin]      1.0.1cvs1.1
13347
13348         * src/messageview.c
13349         * src/mimeview.c
13350         * src/mimeview.h
13351                 Sync with HEAD (display non text/plain mails with plugin)
13352
13353 2005-02-08 [colin]      1.0.1.1
13354
13355         * ChangeLog.claws
13356         * po/pt_BR.po
13357                 Sync with HEAD
13358         * configure.ac
13359                 Make default configuration directory 
13360                 be .sylpheed-gtk2
13361
13362 2005-02-08 [colin]      1.0.0cvs29.1
13363
13364         * po/de.po
13365         * po/es.po
13366         * po/fr.po
13367         * po/it.po
13368         * po/sk.po
13369         * po/sr.po
13370                 Sync translations with HEAD
13371
13372 2005-02-06 [colin]      1.0.0cvs28.3
13373
13374         * src/compose.c
13375                 Make compose a bit faster - patch by Alfons.
13376
13377 2005-02-06 [colin]      1.0.0cvs28.2
13378
13379         * src/compose.c
13380                 Make pasting via middle-click more reliable
13381
13382 2005-02-05 [paul]       1.0.0cvs28.1
13383
13384         * ChangeLog
13385         * ChangeLog.claws
13386         * ChangeLog.jp
13387         * configure.ac
13388         * src/compose.c
13389                 sync with HEAD
13390                 (fix bug 682 'redirect is broken'
13391
13392 2005-02-05 [torte]      1.0.0cvs27.1
13393
13394         * ChangeLog.claws
13395         * configure.ac
13396         * src/partial_download.c
13397                 Sync with HEAD (fix buf overflow)
13398
13399 2005-02-03 [colin]      1.0.0cvs26.1
13400
13401         * src/common/plugin.c
13402                 Sync with HEAD (avoid plugin mismatches)
13403
13404 2005-02-03 [paul]       1.0.0cvs25.3
13405
13406         * src/folderview.c
13407         * src/headerview.c
13408         * src/summaryview.c
13409         * src/textview.c
13410         * src/gtk/colorlabel.c
13411                 third and final part of initial sync with main-gtk2
13412
13413 2005-02-03 [paul]       1.0.0cvs25.2
13414
13415         * src/jpilot.c
13416                 fix building with jpilot support
13417
13418 2005-02-02 [colin]      1.0.0cvs25.1
13419
13420         * src/messageview.c
13421                 Sync with HEAD (fix dangerous typo)
13422
13423 2005-02-01 [colin]      1.0.0cvs24.3
13424
13425         * src/common/xml.c
13426                 Write file as advertised (UTF-8)
13427
13428 2005-02-01 [paul]       1.0.0cvs24.2
13429
13430         * src/addrbook.c
13431         * src/addrindex.c
13432         * src/alertpanel.h
13433         * src/codeconv.c
13434         * src/codeconv.h
13435         * src/compose.c
13436         * src/export.c
13437         * src/folder_item_prefs.c
13438         * src/html.c
13439         * src/imap.c
13440         * src/import.c
13441         * src/jpilot.c
13442         * src/mainwindow.c
13443         * src/matcher_parser_lex.l
13444         * src/messageview.c
13445         * src/mh.c
13446         * src/prefs_account.c
13447         * src/prefs_actions.c
13448         * src/prefs_common.c
13449         * src/prefs_gtk.c
13450         * src/prefs_gtk.h
13451         * src/prefs_themes.c
13452         * src/procheader.c
13453         * src/procmime.c
13454         * src/sourcewindow.c
13455         * src/statusbar.c
13456         * src/summaryview.c
13457         * src/textview.c
13458         * src/toolbar.c
13459         * src/unmime.c
13460         * src/common/template.c
13461         * src/common/utils.c
13462         * src/common/xml.c
13463         * src/common/xml.h
13464         * src/gtk/gtkaspell.c
13465         * src/plugins/clamav/clamav_plugin.c
13466         * src/plugins/dillo_viewer/dillo_prefs.c
13467         * src/plugins/image_viewer/viewerprefs.c
13468         * src/plugins/pgpmime/passphrase.c
13469         * src/plugins/pgpmime/prefs_gpg.c
13470         * src/plugins/pgpmime/select-keys.c
13471         * src/plugins/spamassassin/spamassassin.c
13472                 second part of initial sync with main-gtk2
13473                 (more to follow)
13474
13475 2005-01-31 [colin]      1.0.0cvs24.1
13476
13477         * src/compose.c
13478                 Sync with HEAD
13479
13480 2005-01-29 [paul]       1.0.0cvs23.2
13481
13482         * src/account.c
13483         * src/action.c
13484         * src/addressadd.c
13485         * src/addressbook.c
13486         * src/alertpanel.c
13487         * src/compose.c
13488         * src/editaddress.c
13489         * src/editbook.c
13490         * src/editgroup.c
13491         * src/editjpilot.c
13492         * src/editldap.c
13493         * src/editldap_basedn.c
13494         * src/editvcard.c
13495         * src/export.c
13496         * src/foldersel.c
13497         * src/grouplistdialog.c
13498         * src/import.c
13499         * src/importldif.c
13500         * src/inc.c
13501         * src/main.c
13502         * src/mainwindow.c
13503         * src/message_search.c
13504         * src/messageview.c
13505         * src/mimeview.c
13506         * src/prefs_actions.c
13507         * src/prefs_common.c
13508         * src/prefs_common.h
13509         * src/prefs_customheader.c
13510         * src/prefs_display_header.c
13511         * src/prefs_filtering.c
13512         * src/prefs_filtering_action.c
13513         * src/prefs_gtk.c
13514         * src/prefs_matcher.c
13515         * src/prefs_summary_column.c
13516         * src/prefs_template.c
13517         * src/sourcewindow.c
13518         * src/summary_search.c
13519         * src/summaryview.c
13520         * src/textview.c
13521         * src/gtk/about.c
13522         * src/gtk/description_window.c
13523         * src/gtk/gtkshruler.c
13524         * src/gtk/gtkutils.c
13525         * src/gtk/gtkutils.h
13526         * src/gtk/inputdialog.c
13527         * src/gtk/logwindow.c
13528         * src/gtk/prefswindow.c
13529         * src/gtk/progressdialog.c
13530         * src/gtk/progressdialog.h
13531                 first part of initial sync with main-gtk2
13532                 (more to follow)
13533
13534 2005-01-28 [colin]      1.0.0cvs23.1
13535
13536         * src/folderview.c
13537                 Sync with HEAD
13538
13539 2005-01-27 [colin]      1.0.0cvs21.1
13540
13541         * src/folder.c
13542         * src/folderview.c
13543                 Sync with HEAD
13544
13545 2005-01-27 [colin]      1.0.0cvs19.1
13546
13547         * src/procmime.c
13548                 Sync with HEAD
13549
13550 2005-01-27 [colin]      1.0.0cvs18.1
13551
13552         * src/messageview.c
13553         * src/summaryview.c
13554         * src/mainwindow.c
13555         * src/compose.c
13556         * src/compose.h
13557         * src/procmsg.c
13558         * src/procmsg.h
13559         * src/toolbar.c
13560                 Sync with HEAD
13561
13562 2005-01-26 [paul]       1.0.0cvs15.2
13563
13564         * src/compose.c
13565                 compose_entries_set(): convert subject and body to
13566                 utf8 if necessary. patch by Felix Eckhofer
13567
13568 2005-01-26 [paul]       1.0.0cvs15.1
13569
13570         * configure.ac
13571         * src/common/template.c
13572                 sync with HEAD (fix memory leak)
13573
13574 2005-01-25 [paul]       1.0.0cvs14.1
13575
13576         * configure.ac
13577         * src/compose.c
13578                 sync with HEAD
13579
13580 2005-01-24 [colin]      1.0.0cvs13.1
13581
13582         * src/summaryview.c
13583                 Sync with HEAD
13584
13585 2005-01-24 [paul]       1.0.0cvs12.1
13586
13587         * configure.ac
13588         * src/messageview.c
13589         * src/mh.c
13590         * src/common/utils.c
13591                 sync with HEAD
13592
13593 2005-01-24 [colin]      1.0.0cvs11.1
13594
13595         * src/procheader.c
13596                 Sync with HEAD
13597
13598 2005-01-24 [colin]      1.0.0cvs10.1
13599
13600         * src/folderview.c
13601                 Sync with HEAD
13602
13603 2005-01-23 [colin]      1.0.0cvs9.1
13604
13605         * src/crash.c
13606                 Sync with HEAD
13607
13608 2005-01-22 [colin]      1.0.0cvs8.1
13609
13610         * src/summaryview.c
13611         * src/gtk/quicksearch.c
13612                 Sync with HEAD
13613
13614 2005-01-21 [colin]      1.0.0cvs7.1
13615
13616         * src/summaryview.c
13617                 Sync with HEAD
13618
13619 2005-01-21 [colin]      1.0.0cvs6.1
13620
13621         * src/summaryview.c
13622                 Sync with HEAD
13623
13624 2005-01-21 [colin]      1.0.0cvs5.1
13625
13626         * src/gtk/quicksearch.c
13627         * src/prefs_common.c
13628         * src/prefs_common.h
13629                 Sync with HEAD (recurse option)
13630
13631 2005-01-21 [colin]      1.0.0cvs4.1
13632
13633         * src/folder.h
13634         * src/folderview.c
13635         * src/folderview.h
13636         * src/summaryview.c
13637         * src/gtk/quicksearch.c
13638         * src/gtk/quicksearch.h
13639                 Sync with HEAD (recursive quicksearch)
13640
13641 2005-01-20 [colin]      1.0.0cvs3.4
13642
13643         * src/ssl_manager.c
13644                 Remove useless code
13645
13646 2005-01-20 [colin]      1.0.0cvs3.3
13647
13648         * src/ssl_manager.c
13649                 Fix leak, thanks to Alfons.
13650
13651 2005-01-20 [colin]      1.0.0cvs3.2
13652
13653         * src/ssl_manager.c
13654                 Port SSL certificate window to GTK2.
13655
13656 2005-01-20 [paul]       1.0.0cvs3.1
13657
13658         * ChangeLog.claws
13659         * configure.ac
13660         * src/addrindex.c
13661         * src/addrindex.h
13662                 sync with HEAD
13663
13664 2005-01-19 [colin]      1.0.0cvs2.2
13665
13666         * src/plugins/trayicon/trayicon.c
13667                 Fix freeze with gtk-2.6, the easy way
13668                 (signal blocking helpless there...)
13669                 Closes bug #668.
13670
13671 2005-01-19 [colin]      1.0.0cvs2.1
13672
13673         * src/mbox.c
13674         * src/mbox.h
13675         * src/mainwindow.c
13676         * src/summaryview.c
13677         * src/summaryview.h
13678                 Sync with HEAD
13679
13680 2005-01-19 [paul]       1.0.0cvs1.1
13681
13682         * configure.ac
13683         * po/de.po
13684         * po/es.po
13685         * po/fr.po
13686         * po/hr.po
13687         * po/it.po
13688         * po/ja.po
13689         * po/ko.po
13690         * po/pt_BR.po
13691         * po/ru.po
13692         * po/sk.po
13693         * po/sr.po
13694                 sync with HEAD (update translations)
13695
13696 2005-01-18 [colin]      1.0.0cvs0.1
13697
13698         * src/foldersel.c
13699                 Specify search column - patch by Alfons
13700
13701 2005-01-18 [colin]      0.9.13cvs36.3
13702
13703         * src/prefs_toolbar.c
13704                 Change Delete to Remove
13705         * src/prefs_fonts.c
13706                 GTK2 version and leak fixes
13707         * src/prefs_actions.c
13708                 Add stock buttons.
13709                 All patches by Alfons
13710
13711 2005-01-17 [colin]      0.9.13cvs36.2
13712
13713         * src/compose.c
13714                 Fix DnD inserting twice. While at it,
13715                 add DnD support for text/plain in the
13716                 body, and add support in the headers.
13717
13718 2005-01-16 [colin]      0.9.13cvs36.1
13719
13720         * ChangeLog
13721         * ChangeLog.jp
13722         * ChangeLog.claws
13723                 Sync with HEAD (nothing applicable)
13724
13725 2005-01-16 [colin]      0.9.13cvs33.2
13726
13727         * src/prefs_toolbar.c
13728                 GTK2ize prefs_toolbar, by Alfons.
13729
13730 2005-01-14 [colin]      0.9.13cvs33.1
13731
13732         * src/html.c
13733         * src/msgcache.c
13734                 Sync with HEAD
13735
13736 2005-01-14 [colin]      0.9.13cvs32.1
13737
13738         * src/html.c
13739         * src/html.h
13740         * src/msgcache.c
13741         * AUTHORS
13742         * tools/calypso_convert.pl
13743                 Sync with HEAD
13744
13745 2005-01-08 [colin]      0.9.13cvs29.2
13746
13747         * src/prefs_filtering_action.c
13748         * src/prefs_filtering.c
13749                 2 more gtk2 patches by Alfons
13750
13751 2005-01-07 [paul]       0.9.13cvs29.1
13752
13753         * ChangeLog
13754         * ChangeLog.claws
13755         * ChangeLog.jp
13756         * configure.ac
13757         * src/pop.c
13758         * src/pop.h
13759                 sync with HEAD
13760
13761 2005-01-07 [colin]      0.9.13cvs28.3
13762
13763         * src/gtk/progressdialog.c
13764         * src/gtk/progressdialog.h
13765         * src/inc.c
13766         * src/send_message.c
13767                 GTK2 for the incorporation dialog. The CList isn't dead
13768                 yet, for a more smooth migration. Patch by Alfons.
13769
13770 2005-01-06 [colin]      0.9.13cvs28.2
13771
13772         * src/prefs_display_header.c
13773                 GTK2 conversion by Alfons
13774         * src/prefs_actions.c
13775         * src/prefs_matcher.c
13776                 Fix 2 leaks - patch by Alfons
13777
13778 2005-01-06 [colin]      0.9.13cvs28.1
13779
13780         * src/prefs_matcher.c
13781                 Sync with HEAD
13782
13783 2005-01-06 [colin]      0.9.13cvs27.4
13784
13785         * src/prefs_matcher.c
13786                 Fix double-free. Patch by Alfons
13787
13788 2005-01-06 [colin]      0.9.13cvs27.3
13789
13790         * src/prefs_matcher.c
13791                 GTK2 widgets + memleak
13792                 Patch by Alfons
13793
13794 2005-01-05 [colin]      0.9.13cvs27.2
13795
13796         * src/account.c
13797         * src/addr_compl.c
13798         * src/foldersel.c
13799         * src/stock_pixmap.c
13800         * src/stock_pixmap.h
13801                 3 more GTK2 patches by Alfons.
13802
13803 2005-01-04 [colin]      0.9.13cvs27.1
13804
13805         * src/folderview.c
13806         * src/imap_gtk.c
13807         * src/news_gtk.c
13808                 Sync with HEAD
13809
13810 2005-01-04 [colin]      0.9.13cvs25.9
13811
13812         * src/compose.c
13813                 Fix Show Ruler menuitem
13814         * src/prefs_template.c
13815                 Convert to GTK2
13816         * src/common/utils.c
13817                 Make auto pointer stuff handles NULLs
13818                 Patches by Alfons.
13819
13820 2005-01-04 [colin]      0.9.13cvs25.8
13821
13822         * src/compose.c
13823                 Move the attachment list to gtk2
13824                 Patch by Alfons.
13825
13826 2005-01-04 [colin]      0.9.13cvs25.7
13827
13828         * src/textview.c
13829                 Make some keys work again
13830                 Patch by SungHyun Nam <namsh@kldp.org>
13831
13832 2005-01-04 [colin]      0.9.13cvs25.6
13833
13834         * src/gtk/gtkshruler.c
13835                 Move the ruler to GTK2
13836                 Patch by Alfons
13837
13838 2005-01-03 [colin]      0.9.13cvs25.5
13839
13840         * src/compose.c
13841                 Fix my broken patch apply 
13842
13843 2005-01-03 [colin]      0.9.13cvs25.4
13844
13845         * src/common/utils.c
13846         * src/common/utils.h
13847         * src/gtk/prefswindow.c
13848                 Move auto pointer stuff to utils.c
13849                 Patch by Alfons again :)
13850
13851 2005-01-03 [colin]      0.9.13cvs25.3
13852
13853         * src/compose.c
13854         * src/prefs_gtk.c
13855         * src/prefs_template.c
13856         * src/textview.c
13857                 Empty text widgets with empty strings, not NULL char
13858                 Patch by SungHyun Nam <namsh@kldp_org>
13859
13860 2005-01-03 [colin]      0.9.13cvs25.2
13861
13862         * src/main.c
13863         * AUTHORS
13864                 Sync with HEAD
13865
13866 2005-01-03 [colin]      0.9.13cvs25.1
13867
13868         * src/pop.c
13869         * src/pop.h
13870                 Sync with HEAD
13871
13872 2005-01-03 [colin]      0.9.13cvs24.3
13873
13874         * src/account.c
13875                 Two patches from Alfons and Alex S Moore:
13876                 fix images, fix return value.
13877
13878 2005-01-01 [colin]      0.9.13cvs24.2
13879
13880         * src/prefs_actions.c
13881                 Fix over-zealous assertion. Patch by Alfons
13882
13883 2005-01-01 [colin]      0.9.13cvs24.1
13884
13885         * src/procmime.c
13886                 Sync with HEAD (leak fix)
13887
13888 2004-12-31 [colin]      0.9.13cvs23.2
13889
13890         * src/prefs_common.c
13891                 GTK2 widgets + stock buttons - patch by Alfons
13892
13893 2004-12-31 [paul]       0.9.13cvs23.1
13894
13895         * configure.ac
13896                 bump up EXTRA_VERSION to match (sync'ed) HEAD
13897         * src/gtk/pluginwindow.c
13898                 use GTK2 widgets and plug memory leaks,
13899                 patches by Alfons
13900
13901 2004-12-30 [colin]      0.9.13cvs22.4
13902
13903         * src/account.c
13904         * src/action.c
13905         * src/export.c
13906         * src/foldersel.c
13907         * src/import.c
13908         * src/message_search.c
13909         * src/prefs_actions.c
13910         * src/prefs_common.c
13911         * src/prefs_customheader.c
13912         * src/prefs_filtering.c
13913         * src/prefs_summary_column.c
13914         * src/summary_search.c
13915         * src/gtk/about.c
13916         * src/gtk/description_window.c
13917         * src/gtk/gtkutils.c
13918         * src/gtk/gtkutils.h
13919         * src/gtk/inputdialog.c
13920         * src/gtk/prefswindow.c
13921                 Use GTK2 stock buttons. Patches by Alfons.
13922
13923 2004-12-30 [colin]      0.9.13cvs22.3
13924
13925         * src/account.c
13926                 Sync with HEAD
13927         * src/prefs_actions.c
13928         * src/prefs_customheader.c
13929         * src/prefs_filtering.c
13930         * src/prefs_msg_colors.c
13931         * src/prefs_summary_column.c
13932         * src/gtk/prefswindow.c
13933                 Use GtkTreeView instead of deprecated 
13934                 widgets. Patches by Alfons.
13935
13936 2004-12-30 [paul]       0.9.13cvs22.2
13937
13938         * src/foldersel.c
13939                 use GTK 2 Tree View
13940                 patch by Alfons, with root folder sorting fix
13941                 by Stephan Sachse
13942
13943 2004-12-30 [paul]       0.9.13cvs22.1
13944
13945         * ChangeLog
13946         * ChangeLog.claws
13947         * ChangeLog.jp
13948         * NEWS
13949         * configure.ac
13950         * src/account.c
13951                 sync with HEAD
13952
13953 2004-12-22 [martin]     0.9.13cvs21.2
13954
13955         * src/action.c
13956                 free the command line after its use
13957
13958 2004-12-18 [paul]       0.9.13cvs21.1
13959
13960         * AUTHORS
13961         * ChangeLog
13962         * ChangeLog.claws
13963         * ChangeLog.jp
13964         * NEWS
13965         * configure.ac
13966         * src/action.c
13967         * src/compose.c
13968         * src/syldap.c
13969                 sync with HEAD
13970
13971 2004-12-17 [martin]     0.9.13cvs17.2
13972
13973         * src/action.c
13974                 convert actions input to locale
13975         * src/inc.c
13976                 convert notification command to locale
13977         * src/plugins/pgpmime/select-keys.c
13978                 convert attributes to utf8
13979
13980 2004-12-14 [colin]      0.9.13cvs17.1
13981
13982         * ChangeLog
13983         * ChangeLog.jp
13984         * ChangeLog.claws
13985         * src/action.c
13986         * src/common/utils.c
13987         * src/gtk/prefswindow.c
13988         * src/gtk/gtkutils.c
13989         * src/gtk/gtkutils.h
13990         * src/plugins/spamassassin/libspamc.c
13991                 Sync with HEAD
13992
13993 2004-12-13 [colin]      0.9.13cvs14.1
13994
13995         * src/quote_fmt_parse.y
13996                 Sync with HEAD
13997
13998 2004-12-10 [colin]      0.9.13cvs12.1
13999
14000         * src/prefs_themes.c
14001         * src/mainwindow.c
14002         * src/messageview.c
14003                 Sync with HEAD
14004
14005 2004-12-09 [colin]      0.9.13cvs10.1
14006
14007         * src/procmime.c
14008                 Sync with HEAD (fix B64 encoding from memory)
14009
14010 2004-12-08 [colin]      0.9.13cvs9.1
14011
14012         * src/gtk/colorlabel.c
14013                 Sync with HEAD
14014
14015 2004-12-08 [paul]       0.9.13cvs8.2
14016
14017         * src/gtk/pluginwindow.c
14018                 fix window resizing oddities
14019
14020 2004-12-08 [colin]      0.9.13cvs8.1
14021
14022         * src/quote_fmt_parse.y
14023                 Sync with HEAD
14024
14025 2004-12-08 [colin]      0.9.13cvs7.1
14026
14027         * src/matcher_parser_parse.y
14028         * src/msgcache.c
14029         * src/prefs_matcher.c
14030         * src/procheader.c
14031         * src/matcher.c
14032         * src/common/defs.h
14033         * po/sr.po
14034                 Sync with HEAD
14035
14036 2004-12-08 [colin]      0.9.13cvs6.1
14037
14038         * src/quote_fmt_parse.y
14039         * src/textview.c
14040                 Sync with HEAD
14041         * src/gtk/prefswindow.c
14042         * src/gtk/pluginwindow.c
14043                 Fix G_CALLBACKS protos (thanks to Alfons)
14044
14045 2004-12-07 [torte]      0.9.13cvs2.2
14046
14047         * src/procmime.c
14048                 [Bug 650] reply button causes crash
14049                 Thanks to David Relson and Christoph
14050
14051 2004-12-07 [colin]      0.9.13cvs2.1
14052
14053         * ChangeLog.claws
14054         * AUTHORS
14055         * po/sk.po
14056         * src/procmime.c
14057         * src/prefs_account.c
14058         * src/common/smtp.c
14059         * src/common/smtp.h
14060                 Sync with HEAD
14061
14062 2004-12-06 [colin]      0.9.12cvs187.1
14063
14064         * ChangeLog.claws
14065         * INSTALL
14066         * Makefile.am
14067         * README.claws
14068         * TODO.claws
14069         * configure.ac
14070         * po/bg.po
14071         * po/cs.po
14072         * po/el.po
14073         * po/en_GB.po
14074         * po/es.po
14075         * po/fr.po
14076         * po/hr.po
14077         * po/hu.po
14078         * po/it.po
14079         * po/ja.po
14080         * po/ko.po
14081         * po/nl.po
14082         * po/pl.po
14083         * po/pt_BR.po
14084         * po/ru.po
14085         * po/sk.po
14086         * po/sr.po
14087         * po/sv.po
14088         * po/zh_CN.po
14089         * po/zh_TW.Big5.po
14090         * src/compose.c
14091         * tools/Makefile.am
14092         * tools/README
14093         * tools/filter_conv.pl
14094         * tools/kdeservicemenu/README
14095         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14096         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14097                 Sync with HEAD
14098
14099 2004-12-04 [colin]      0.9.12cvs183.1
14100
14101         * src/compose.c
14102                 Sync with HEAD (compose window position saving)
14103
14104 2004-12-04 [paul]       0.9.12cvs182.3
14105
14106         * src/messageview.c
14107         * src/mimeview.c
14108         * src/prefs_customheader.c
14109         * src/gtk/quicksearch.c
14110                 replace some forgotten GTK_SIGNAL_FUNCs
14111
14112 2004-12-04 [paul]       0.9.12cvs182.2
14113
14114         * src/Makefile.am
14115                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
14116                 committed in error      
14117
14118 2004-12-04 [paul]       0.9.12cvs182.1
14119
14120         * ChangeLog
14121         * ChangeLog.claws
14122         * ChangeLog.jp
14123         * INSTALL
14124         * NEWS
14125         * README
14126         * README.jp
14127         * configure.ac
14128         * doc/manual/ja/Makefile.am
14129         * doc/manual/ja/sylpheed-1.html
14130         * doc/manual/ja/sylpheed-10.html
14131         * doc/manual/ja/sylpheed-11.html
14132         * doc/manual/ja/sylpheed-12.html
14133         * doc/manual/ja/sylpheed-13.html
14134         * doc/manual/ja/sylpheed-14.html
14135         * doc/manual/ja/sylpheed-15.html
14136         * doc/manual/ja/sylpheed-16.html
14137         * doc/manual/ja/sylpheed-17.html
14138         * doc/manual/ja/sylpheed-18.html
14139         * doc/manual/ja/sylpheed-19.html
14140         * doc/manual/ja/sylpheed-2.html
14141         * doc/manual/ja/sylpheed-20.html
14142         * doc/manual/ja/sylpheed-3.html
14143         * doc/manual/ja/sylpheed-4.html
14144         * doc/manual/ja/sylpheed-5.html
14145         * doc/manual/ja/sylpheed-6.html
14146         * doc/manual/ja/sylpheed-7.html
14147         * doc/manual/ja/sylpheed-8.html
14148         * doc/manual/ja/sylpheed-9.html
14149         * doc/manual/ja/sylpheed.html
14150         * doc/manual/ja/sylpheed.sgml
14151         * po/de.po
14152         * src/Makefile.am
14153         * src/compose.c
14154         * src/procmime.c
14155         * src/pixmaps/regular.xpm **REMOVED**
14156         * src/plugins/pgpmime/pgpmime.c
14157         * src/plugins/pgpmime/plugin.c
14158         * src/plugins/pgpmime/prefs_gpg.c
14159                 sync with HEAD
14160
14161 2004-12-03 [paul]       0.9.12cvs180.1
14162
14163         * ChangeLog
14164         * ChangeLog.claws
14165         * ChangeLog.jp
14166         * configure.ac
14167         * src/Makefile.am
14168         * src/pop.c
14169         * src/common/utils.c
14170         * src/common/utils.h
14171         * src/pixmaps/continue.xpm
14172         * src/pixmaps/dir_close.xpm
14173         * src/pixmaps/dir_open.xpm
14174         * src/pixmaps/drafts_close.xpm
14175         * src/pixmaps/drafts_open.xpm
14176         * src/pixmaps/folder.xpm **REMOVED**
14177         * src/pixmaps/group.xpm
14178         * src/pixmaps/unread.xpm
14179                 sync with HEAD
14180
14181 2004-12-02 [colin]      0.9.12cvs179.1
14182
14183         * src/compose.c
14184                 Sync with HEAD (non-duplicated reedition)
14185
14186 2004-12-02 [colin]      0.9.12cvs178.1
14187
14188         * src/compose.c
14189                 Sync with HEAD (linewrap_quote fix)
14190
14191 2004-12-01 [colin]      0.9.12cvs177.3
14192
14193         * src/addrharvest.c
14194                 Replace sizeof with strlen
14195
14196 2004-12-01 [paul]       0.9.12cvs177.2
14197
14198         * src/addrharvest.c
14199                 fix 'harvest addresses'
14200
14201 2004-11-30 [colin]      0.9.12cvs177.1
14202
14203         * src/gtk/prefswindow.c
14204         * src/gtk/pluginwindow.c
14205                 Sync with HEAD
14206
14207 2004-11-29 [colin]      0.9.12cvs176.1
14208
14209         * src/folderview.c
14210                 sync with HEAD (Fix disappearing separators in folderview's popup)
14211
14212 2004-11-29 [colin]      0.9.12cvs175.1
14213
14214         * src/procmime.c
14215                 Sync with head (another format fix)
14216
14217 2004-11-29 [colin]      0.9.12cvs174.1
14218
14219         * src/pop.c
14220                 Sync with HEAD (format string fix)
14221
14222 2004-11-26 [colin]      0.9.12cvs173.1
14223
14224         * src/common/smtp.c
14225         * src/common/smtp.h
14226                 Sync with HEAD
14227
14228 2004-11-24 [colin]      0.9.12cvs172.1
14229
14230         * src/plugins/pgpmime/pgpmime.c
14231                 Sync with HEAD
14232
14233 2004-11-24 [colin]      0.9.12cvs171.1
14234
14235         * src/plugins/pgpmime/pgpmime.c
14236                 Sync with head (gpgmectx leaks)
14237
14238 2004-11-24 [colin]      0.9.12cvs169.1
14239
14240         * src/plugins/pgpmime/plugin.c
14241         * src/plugins/trayicon/Makefile.am
14242         * src/plugins/trayicon/newmarkedmail.xpm
14243         * src/plugins/trayicon/trayicon.c
14244         * src/plugins/trayicon/unreadmarkedmail.xpm
14245                 Sync with HEAD
14246
14247 2004-11-23 [colin]      0.9.12cvs168.1
14248
14249         * src/partial_download.c
14250         * src/partial_download.h
14251         * src/plugins/pgpmime/plugin.c
14252                 Sync with HEAD
14253
14254 2004-11-23 [colin]      0.9.12cvs166.1
14255
14256         * src/Makefile.am
14257         * src/codeconv.c
14258         * src/compose.c
14259         * src/folderview.c
14260         * src/main.c
14261         * src/partial_download.c
14262         * src/partial_download.h
14263         * src/prefs_account.c
14264         * src/prefs_account.h
14265         * src/privacy.c
14266         * src/privacy.h
14267         * src/procmime.c
14268         * src/common/Makefile.am
14269         * src/common/base64.h
14270         * src/common/partial_download.c
14271         * src/common/partial_download.h
14272         * src/gtk/prefswindow.c
14273         * src/gtk/prefswindow.h
14274         * src/plugins/pgpmime/pgpmime.c
14275         * src/plugins/pgpmime/prefs_gpg.c
14276         * src/plugins/pgpmime/prefs_gpg.h
14277         * src/plugins/pgpmime/sgpgme.c
14278         * src/plugins/pgpmime/sgpgme.h
14279                 Sync with HEAD
14280
14281 2004-11-23 [colin]      0.9.12cvs163.1
14282
14283         * src/main.c
14284                 Sync with HEAD (cursor optimization)
14285
14286 2004-11-23 [colin]      0.9.12cvs162.1
14287
14288         * src/prefs_common.c
14289         * src/prefs_themes.c
14290         * src/procmsg.c
14291                 Sync with HEAD
14292
14293 2004-11-23 [colin]      0.9.12cvs158.9
14294
14295         * src/compose.c
14296                 Fix double-free when forwarding
14297         * src/msgcache.c
14298                 Fix leak on error path
14299                 
14300
14301 2004-11-23 [colin]      0.9.12cvs158.8
14302
14303         * src/compose.c
14304                 Fix possible double-free
14305                 Spotted by Alfons
14306
14307 2004-11-23 [colin]      0.9.12cvs158.7
14308
14309         * src/compose.c
14310                 Fix some signal handlers' prototypes
14311                 Spotted by Alfons
14312
14313 2004-11-22 [colin]      0.9.12cvs158.6
14314
14315         * src/compose.c
14316                 Remove unneeded code and duplicated
14317                 wrapping - patch by Alfons
14318
14319 2004-11-22 [colin]      0.9.12cvs158.5
14320
14321         * src/prefs_themes.c
14322                 Fix oversized selector
14323
14324 2004-11-22 [colin]      0.9.12cvs158.4
14325
14326         * src/compose.c
14327                 fix dump_text()
14328                 patch by Alfons
14329
14330 2004-11-19 [colin]      0.9.12cvs158.3
14331
14332         * src/textview.c
14333                 Add a context menu on links (open, copy)
14334
14335 2004-11-18 [paul]       0.9.12cvs158.2
14336
14337         * src/addrgather.c
14338         * src/exphtmldlg.c
14339         * src/expldifdlg.c
14340         * src/mimeview.c
14341         * src/prefs_common.c
14342         * src/plugins/image_viewer/viewer.c
14343         * src/plugins/spamassassin/spamassassin_gtk.c
14344                 replace deprecated gtk_notebook_set_page
14345                 and gtk_notebook_current_page
14346
14347 2004-11-18 [paul]       0.9.12cvs158.1
14348
14349         * configure.ac
14350         * src/compose.c
14351         * src/mainwindow.c
14352         * src/messageview.c
14353         * src/prefs_common.c
14354         * src/common/utils.c
14355         * src/common/utils.h
14356                 sync with HEAD
14357
14358 2004-11-17 [colin]      0.9.12cvs156.1
14359
14360         * src/prefs_account.c
14361         * src/prefs_account.h
14362         * src/procmsg.c
14363                 Sync with HEAD (add pref to store encrypted mails encrypted)
14364
14365 2004-11-17 [paul]       0.9.12cvs155.1
14366
14367         * ChangeLog
14368         * ChangeLog.claws
14369         * ChangeLog.jp
14370         * NEWS
14371         * configure.ac
14372         * src/compose.c
14373         * src/jpilot.c
14374         * src/privacy.c
14375         * src/procmime.c
14376         * src/procmime.h
14377         * src/procmsg.c
14378         * src/toolbar.c
14379         * src/pixmaps/error.xpm
14380                 sync with HEAD
14381
14382 2004-11-17 [colin]      0.9.12cvs151.1
14383
14384         * src/plugins/pgpmime/pgpmime.c
14385                 Sync with HEAD (remove debug printf)
14386
14387 2004-11-17 [colin]      0.9.12cvs150.1
14388
14389         * src/plugins/pgpmime/pgpmime.c
14390                 Sync with HEAD (off-by-one fix)
14391
14392 2004-11-17 [colin]      0.9.12cvs149.1
14393
14394         * src/procmsg.c
14395                 Sync with HEAD (coding style fixes)
14396
14397 2004-11-16 [colin]      0.9.12cvs148.1
14398
14399         * src/procmsg.c
14400                 Sync with head (Fix the fix)
14401
14402 2004-11-16 [colin]      0.9.12cvs147.1
14403
14404         * src/procmsg.c
14405                 Sync with Main (leak fix)
14406
14407 2004-11-16 [colin]      0.9.12cvs146.14
14408
14409         * src/compose.c
14410                 Remove useless chunk of code
14411                 Patch by Alfons
14412
14413 2004-11-15 [colin]      0.9.12cvs146.13
14414
14415         * src/compose.c
14416                 Fix drafting after insertion
14417                 Patch by Alfons
14418
14419 2004-11-15 [colin]      0.9.12cvs146.12
14420
14421         * src/compose.c
14422         * src/prefs_filtering.c
14423         * src/prefs_filtering_action.c
14424         * src/prefs_toolbar.c
14425                 Fix some const-correctness
14426
14427 2004-11-15 [colin]      0.9.12cvs146.11
14428
14429         * src/summaryview.c
14430         * src/prefs_themes.c
14431         * src/messageview.c
14432                 Fix some leaks
14433
14434 2004-11-15 [colin]      0.9.12cvs146.10
14435
14436         * src/codeconv.c
14437                 More unreadable locale fixes
14438
14439 2004-11-14 [colin]      0.9.12cvs146.9
14440
14441         * src/textview.c
14442                 Fix uri_security_check
14443                 Patch by Alfons
14444
14445 2004-11-13 [paul]       0.9.12cvs146.8
14446
14447         * src/folder.c
14448         * src/procmime.c
14449                 fix 2 bugs introduced in last commit
14450
14451 2004-11-13 [paul]       0.9.12cvs146.7
14452
14453         * src/compose.c
14454         * src/exporthtml.c
14455         * src/exportldif.c
14456         * src/folder.c
14457         * src/imap.c
14458         * src/imap_gtk.c
14459         * src/main.c
14460         * src/mainwindow.c
14461         * src/messageview.c
14462         * src/mh_gtk.c
14463         * src/prefs_themes.c
14464         * src/procmime.c
14465         * src/setup.c
14466         * src/summaryview.c
14467                 replace deprecated g_basename
14468
14469 2004-11-13 [paul]       0.9.12cvs146.6
14470
14471         * src/compose.c
14472         * src/imap.c
14473         * src/matcher_parser.h
14474         * src/matcher_parser_parse.y
14475         * src/prefs_filtering.c
14476         * src/prefs_filtering_action.c
14477         * src/prefs_themes.c
14478         * src/prefs_toolbar.c
14479         * src/common/utils.c
14480                 various small fixes/cleanups
14481
14482 2004-11-12 [colin]      0.9.12cvs146.5
14483
14484         * src/textview.c
14485                 Validate event's origin on visibility notify
14486                 Patch by Alfons.
14487
14488 2004-11-12 [paul]       0.9.12cvs146.4
14489
14490         * src/exporthtml.c
14491         * src/exportldif.c
14492         * src/imap.c
14493         * src/mh.c
14494         * src/mimeview.c
14495         * src/prefs_spelling.c
14496         * src/prefs_themes.c
14497                 replace deprecated g_dirname    
14498
14499 2004-11-12 [colin]      0.9.12cvs146.3
14500
14501         * src/textview.c
14502                 Some coding style fixes
14503
14504 2004-11-12 [colin]      0.9.12cvs146.2
14505
14506         * src/codeconv.c
14507                 We want to replace _all_ extended chars in
14508                 conv_unreadable_*, because any string containing
14509                 extended chars not parsing as UTF8 is 
14510                 undisplayed on gtk2.
14511
14512 2004-11-12 [paul]       0.9.12cvs146.1
14513
14514         * ChangeLog
14515         * ChangeLog.claws
14516         * ChangeLog.jp
14517         * NEWS
14518         * configure.ac
14519         * src/account.c
14520         * src/folderview.c
14521         * src/folderview.h
14522         * src/imap.c
14523         * src/imap_gtk.c
14524         * src/inc.c
14525         * src/mainwindow.c
14526         * src/mh_gtk.c
14527         * src/news_gtk.c
14528         * src/pop.c
14529         * src/prefs_account.c
14530         * src/prefs_account.h
14531         * src/prefs_ext_prog.c
14532         * src/procmime.c
14533         * src/procmime.h
14534         * src/procmsg.c
14535         * src/procmsg.h
14536         * src/summary_search.c
14537         * src/summaryview.c
14538         * src/textview.c
14539         * src/common/defs.h
14540         * src/common/utils.c
14541         * src/common/utils.h
14542         * src/gtk/menu.c
14543         * src/gtk/menu.h
14544                 sync with HEAD
14545
14546 2004-11-11 [colin]      0.9.12cvs144.2
14547
14548         * src/textview.c
14549                 Fix URI range selection (patch by Alfons)
14550
14551 2004-11-09 [colin]      0.9.12cvs144.1
14552
14553         * ChangeLog.claws
14554         * src/compose.c
14555         * src/folder.c
14556         * src/folder_item_prefs.c
14557         * src/prefs_account.c
14558         * src/prefs_account.h
14559         * src/plugins/pgpmime/pgpmime.c
14560                 Sync with HEAD
14561
14562 2004-11-08 [colin]      0.9.12cvs143.1
14563
14564         * src/summaryview.c
14565                 Sync with HEAD (optimize quicksearch)
14566
14567 2004-11-08 [colin]      0.9.12cvs142.2
14568
14569         * src/compose.c
14570                 Don't wrap when Edit/Auto wrapping is disabled
14571
14572 2004-11-08 [colin]      0.9.12cvs142.1
14573
14574         * src/textview.c
14575                 Sync with HEAD
14576
14577 2004-11-08 [colin]      0.9.12cvs141.1
14578
14579         * src/textview.c
14580                 Sync with HEAD (fix some mail URIs)
14581
14582 2004-11-08 [colin]      0.9.12cvs140.3
14583
14584         * src/textview.c
14585                 o Use text cursor instead of arrow when
14586                   not on a link
14587                 o Fix handling of contiguous links (as in
14588                   "colin@colino.net" <colin@colino.net>)
14589                   This one unveils a bug in get_email_part()
14590
14591 2004-11-07 [colin]      0.9.12cvs140.2
14592
14593         * src/textview.c
14594                 Fix memleak. Patch by Alfons.
14595
14596 2004-11-06 [colin]      0.9.12cvs140.1
14597
14598         * src/compose.c
14599                 Sync with HEAD (don't ask passphrase
14600                 when drafting)
14601
14602 2004-11-06 [paul]       0.9.12cvs139.2
14603
14604         * AUTHORS
14605         * src/textview.c
14606         * src/textview.h
14607                 textview URI handling. hovering over a 
14608                 link displays it in the status bar,
14609                 and changes the mouse pointer to a hand 
14610                 cursor. a link is activated with a single 
14611                 click. (Modified from the) patch by Jean-Yves 
14612                 Lefort <jylefort@users.sourceforge.net>
14613                 
14614
14615 2004-11-05 [colin]      0.9.12cvs139.1
14616
14617         * src/compose.c
14618         * src/procmime.c
14619                 Sync with HEAD again ^^
14620
14621 2004-11-05 [colin]      0.9.12cvs139.1
14622
14623         * src/compose.c
14624         * src/procmime.c
14625                 Sync with HEAD
14626
14627 2004-11-03 [paul]       0.9.12cvs138.1
14628
14629         * ChangeLog.claws
14630         * configure.ac
14631         * po/POTFILES.in
14632         * src/prefs_ext_prog.c
14633         * src/procmime.c
14634         * tools/kdeservicemenu/README
14635         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14636         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14637                 sync with HEAD
14638
14639 2004-11-01 [christoph]  0.9.12cvs136.2
14640
14641         * src/procmime.c
14642                 convert MIME parameters to UTF-8
14643
14644 2004-10-29 [colin]      0.9.12cvs136.1
14645
14646         * src/common/utils.c
14647                 Sync with HEAD (don't use '=' in mime boundary)
14648
14649 2004-10-29 [paul]       0.9.12cvs135.1
14650
14651         * configure.ac
14652         * doc/src/rfc2231.txt
14653         * src/procmime.c
14654         * src/common/quoted-printable.c
14655         * src/common/utils.c
14656         * src/common/utils.h
14657                 sync with HEAD
14658
14659 2004-10-27 [paul]       0.9.12cvs134.1
14660
14661         * configure.ac
14662         * src/main.c
14663         * src/procmime.c
14664         * src/plugins/pgpmime/pgpmime.c
14665                 sync with HEAD
14666
14667 2004-10-26 [paul]       0.9.12cvs132.3
14668
14669         * src/account.c
14670         * src/addressbook.c
14671         * src/addrgather.c
14672         * src/addrharvest.c
14673         * src/codeconv.c
14674         * src/compose.c
14675         * src/customheader.c
14676         * src/editaddress.c
14677         * src/editgroup.c
14678         * src/enriched.c
14679         * src/expldifdlg.c
14680         * src/exporthtml.c
14681         * src/exportldif.c
14682         * src/folder.c
14683         * src/foldersel.c
14684         * src/folderview.c
14685         * src/grouplistdialog.c
14686         * src/html.c
14687         * src/imap.c
14688         * src/jpilot.c
14689         * src/ldapserver.c
14690         * src/ldif.c
14691         * src/mimeview.c
14692         * src/news.c
14693         * src/news_gtk.c
14694         * src/pop.c
14695         * src/prefs_display_header.c
14696         * src/prefs_gtk.c
14697         * src/prefs_msg_colors.c
14698         * src/prefs_toolbar.c
14699         * src/procheader.c
14700         * src/procmime.c
14701         * src/summaryview.c
14702         * src/textview.c
14703         * src/toolbar.c
14704         * src/vcard.c
14705         * src/common/mgutils.c
14706         * src/common/nntp.c
14707         * src/common/smtp.c
14708         * src/common/template.c
14709         * src/common/utils.c
14710         * src/common/xmlprops.c
14711         * src/plugins/pgpmime/pgpmime.c
14712         * src/plugins/pgpmime/select-keys.c
14713         * src/plugins/pgpmime/sgpgme.c
14714                 replace deprecated g_strcasecmp(), g_strncasecmp(),
14715                 g_string_sprintfa(), gtk_notebook_current_page()
14716
14717 2004-10-26 [colin]      0.9.12cvs132.2
14718
14719         * src/prefs_folder_item.c
14720                 Fix default-account selection
14721
14722 2004-10-21 [colin]      0.9.12cvs133
14723
14724         * src/compose.c
14725                 Sync with HEAD (Remove extra separator in compose's Options)
14726         * src/textview.c
14727                 Set wrapping to char
14728
14729 2004-10-21 [paul]       0.9.12cvs131.2
14730
14731         * src/compose.c
14732         * src/sourcewindow.c
14733                 fix wrapping
14734                 fix window shrinking 
14735
14736 2004-10-21 [colin]      0.9.12cvs131.1
14737
14738         * ChangeLog.claws
14739         * src/compose.c
14740                 Sync with HEAD
14741
14742 2004-10-21 [paul]       0.9.12cvs130.2
14743
14744         * src/prefs_folder_item.c
14745                 sync with HEAD (Apply to subfolders)
14746
14747 2004-10-19 [colin]      0.9.12cvs130.1
14748
14749         * ChangeLog.claws
14750         * src/compose.c
14751         * src/common/utils.c
14752         * src/gtk/menu.c
14753                 Sync with HEAD
14754
14755 2004-10-19 [colin]      0.9.12cvs128.1
14756
14757         * src/addrbook.c
14758         * src/addrcache.c
14759         * src/addressbook.c
14760         * src/codeconv.c
14761         * src/compose.c
14762         * src/customheader.c
14763         * src/editaddress.c
14764         * src/editgroup.c
14765         * src/exporthtml.c
14766         * src/folder.c
14767         * src/folderview.c
14768         * src/imap.c
14769         * src/jpilot.c
14770         * src/main.c
14771         * src/matcher_parser_parse.y
14772         * src/mbox.c
14773         * src/pop.c
14774         * src/prefs_account.c
14775         * src/prefs_gtk.c
14776         * src/prefs_msg_colors.c
14777         * src/procheader.c
14778         * src/procmime.c
14779         * src/procmime.h
14780         * src/procmsg.c
14781         * src/summaryview.c
14782         * src/textview.c
14783         * src/common/base64.c
14784         * src/common/partial_download.c
14785         * src/common/socket.c
14786         * src/common/sylpheed.c
14787         * src/common/utils.c
14788         * src/common/utils.h
14789         * src/gtk/pluginwindow.c
14790         * src/gtk/quicksearch.c
14791         * src/plugins/clamav/clamav_plugin.c
14792         * src/plugins/clamav/clamav_plugin.h
14793         * src/plugins/clamav/clamav_plugin_gtk.c
14794         * src/plugins/pgpmime/passphrase.c
14795         * src/plugins/pgpmime/pgpmime.c
14796         * src/plugins/pgpmime/plugin.c
14797         * src/plugins/pgpmime/prefs_gpg.c
14798         * src/plugins/pgpmime/prefs_gpg.h
14799         * src/plugins/pgpmime/select-keys.c
14800         * src/plugins/pgpmime/sgpgme.c
14801         * src/plugins/spamassassin/libspamc.c
14802         * src/plugins/spamassassin/spamassassin.c
14803         * src/plugins/spamassassin/spamassassin.h
14804         * src/plugins/spamassassin/spamassassin_gtk.c
14805         * src/plugins/trayicon/trayicon.c
14806         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
14807                 Sync with HEAD
14808
14809 2004-10-14 [colin]      0.9.12cvs126.2
14810
14811         * src/codeconv.c
14812         * src/textview.c
14813                 Fix conv_unreadable_locale
14814
14815 2004-10-13 [colin]      0.9.12cvs126.1
14816
14817         * src/compose.c
14818                 Sync with HEAD (don't convert charset for 
14819                 drafted messages, minor cleanup)
14820
14821 2004-10-13 [colin]      0.9.12cvs125.1
14822
14823         * po/POTFILES.in
14824                 Sync with HEAD (POTFILES fix)
14825
14826 2004-10-12 [colin]      0.9.12cvs124.3
14827
14828         * src/compose.c
14829                 Fix encoding bug from latest sync
14830
14831 2004-10-12 [paul]       0.9.12cvs124.2
14832
14833         * src/plugins/pgpmime/prefs_gpg.c
14834         * src/plugins/pgpmime/prefs_gpg.h
14835                 forgotten in last commit        
14836
14837 2004-10-12 [paul]       0.9.12cvs124.1
14838
14839         * ChangeLog.claws
14840         * configure.ac
14841         * m4/spamassassin.m4
14842         * src/Makefile.am
14843         * src/account.c
14844         * src/compose.c
14845         * src/compose.h
14846         * src/crash.c
14847         * src/main.c
14848         * src/mimeview.c
14849         * src/passphrase.c
14850         * src/passphrase.h
14851         * src/prefs_account.c
14852         * src/prefs_account.h
14853         * src/prefs_common.c
14854         * src/privacy.c
14855         * src/privacy.h
14856         * src/procmime.c
14857         * src/procmime.h
14858         * src/procmsg.c
14859         * src/rfc2015.c
14860         * src/rfc2015.h
14861         * src/select-keys.c
14862         * src/select-keys.h
14863         * src/textview.c
14864         * src/common/utils.c
14865         * src/common/utils.h
14866         * src/gtk/about.c
14867         * src/plugins/pgpmime/Makefile.am
14868         * src/plugins/pgpmime/passphrase.c
14869         * src/plugins/pgpmime/passphrase.h
14870         * src/plugins/pgpmime/pgpmime.c
14871         * src/plugins/pgpmime/plugin.c
14872         * src/plugins/pgpmime/select-keys.c
14873         * src/plugins/pgpmime/select-keys.h
14874         * src/plugins/pgpmime/sgpgme.c
14875         * src/plugins/pgpmime/sgpgme.h
14876                 sync with HEAD
14877
14878 2004-10-04 [colin]      0.9.12cvs122.1
14879
14880         * src/mainwindow.c
14881         * src/messageview.c
14882         * src/messageview.h
14883         * src/textview.c
14884                 Sync with HEAD
14885
14886 2004-10-04 [colin]      0.9.12cvs121.1
14887
14888         * src/summaryview.c
14889                 Sync with HEAD
14890
14891 2004-10-04 [paul]       0.9.12cvs120.1
14892
14893         * configure.ac
14894                 sync with HEAD [don't try to build 
14895                 pgpmime plugin when gpgme is disabled]
14896
14897 2004-10-03 [colin]      0.9.12cvs119.3
14898
14899         * src/gtk/gtksctree.c
14900                 Lots of side effects. Put back as before 117.2.
14901         * src/summaryview.c
14902                 Fix bug #602
14903
14904 2004-10-03 [colin]      0.9.12cvs119.2
14905
14906         * src/gtk/gtksctree.c
14907                 Revert 608 fix that doesn't work that good
14908
14909 2004-10-02 [colin]      0.9.12cvs119.1
14910
14911         * src/mainwindow.c
14912         * src/messageview.c
14913         * src/prefs_common.h
14914         * src/procmime.c
14915         * src/procmime.h
14916         * src/textview.c
14917                 Sync with HEAD
14918         * src/gtk/gtksctree.c
14919                 Close bug #608
14920
14921 2004-10-01 [colin]      0.9.12cvs118.1
14922
14923         * src/mimeview.c
14924                 Sync with HEAD (better Save All fix)
14925
14926 2004-10-01 [colin]      0.9.12cvs117.2
14927
14928         * src/gtk/gtksctree.c
14929                 Faster on selection
14930
14931 2004-10-01 [colin]      0.9.12cvs117.1
14932
14933         * src/mimeview.c
14934                 Sync with HEAD (Save All: only attachments)
14935
14936 2004-10-01 [paul]       0.9.12cvs116.1
14937
14938         * ChangeLog.claws
14939         * configure.ac
14940         * src/account.c
14941         * src/prefs_common.c
14942         * src/gtk/colorlabel.c
14943                 sync with HEAD
14944
14945 2004-09-30 [colin]      0.9.12cvs115.1
14946
14947         * src/stock_pixmap.c
14948         * src/stock_pixmap.h
14949         * src/folderview.c
14950         * src/Makefile.am
14951         * src/pixmaps/read.xpm
14952                 Sync with HEAD (new pixmap)
14953
14954 2004-09-29 [colin]      0.9.12cvs114.1
14955
14956         * src/compose.c
14957                 Sync with HEAD
14958                 Fix focus handling in headers
14959
14960 2004-09-29 [paul]       0.9.12cvs113.1
14961
14962         * src/quote_fmt_parse.y
14963                 sync with HEAD
14964  
14965
14966 2004-09-28 [colin]      0.9.12cvs112.1
14967
14968         * src/folderview.c
14969         * src/mainwindow.c
14970                 Sync with HEAD
14971
14972 2004-09-28 [colin]      0.9.12cvs110.1
14973
14974         * src/folderview.c
14975                 Sync with HEAD (Contextual Empty trash menu)
14976
14977 2004-09-28 [colin]      0.9.12cvs108.1
14978
14979         * src/addressbook.c
14980                 Sync with HEAD (addressbook edit on double-click)
14981
14982 2004-09-28 [colin]      0.9.12cvs106.1
14983
14984         * src/inc.c
14985                 Sync with HEAD (folder_item freeze on inc)
14986
14987 2004-09-27 [colin]      0.9.12cvs105.1
14988
14989         * src/folderview.c
14990                 Sync with HEAD (right-align new and unread column)
14991
14992 2004-09-27 [colin]      0.9.12cvs104.1
14993
14994         * src/main.c
14995                 Sync with HEAD (revert 0.9.12cvs101)
14996
14997 2004-09-24 [colin]      0.9.12cvs103.2
14998
14999         * src/wizard.c
15000                 Fix gtk warnings and use domain part of the email address 
15001                 when domain detection fails (no dot in domain name)
15002
15003 2004-09-23 [colin]      0.9.12cvs103.1
15004
15005         * src/plugins/spamassassin/libspamc.c
15006         * src/plugins/spamassassin/libspamc.h
15007         * src/plugins/spamassassin/utils.c
15008         * src/plugins/spamassassin/utils.h
15009                 Sync with HEAD (Update spamassassin to 3.0)
15010
15011 2004-09-21 [colin]      0.9.12cvs102.3
15012
15013         * src/action.c
15014                 Add horizontal scrollbar in action io dialog as needed
15015                 Patch by Alfons.
15016
15017 2004-09-20 [colin]      0.9.12cvs102.2
15018
15019         * src/plugins/image_viewer/viewer.c
15020                 Remove imlib stuff
15021                 use gtk_pixmap_set when clearing
15022                 (would be better to use gtkImages, but causes size-allocate 
15023                 signals storm)
15024
15025 2004-09-17 [paul]       0.9.12cvs102.1
15026
15027         * ChangeLog
15028         * ChangeLog.claws
15029         * ChangeLog.jp
15030         * configure.ac
15031         * src/inc.c
15032                 sync with HEAD
15033
15034
15035 2004-09-17 [colin]      0.9.12cvs101.1
15036
15037         * ChangeLog.claws
15038         * src/main.c
15039                 Sync with HEAD (fix segs at exit)
15040
15041 2004-09-14 [colin]      0.9.12cvs99.5
15042
15043         * src/common/socket.c
15044         * AUTHORS
15045                 Fix send error on 64bit platforms
15046                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
15047
15048 2004-09-14 [colin]      0.9.12cvs99.4
15049
15050         * src/action.c
15051                 Fix action output with utf8 
15052                 Patch by Alfons.
15053
15054 2004-09-14 [colin]      0.9.12cvs99.3
15055
15056         * ChangeLog.claws
15057         * src/folder.c
15058                 Sync with HEAD
15059
15060 2004-09-09 [colin]      0.9.12cvs99.2
15061
15062         * src/action.c
15063                 Fix progress bar (displaying "Completed %v/%u")
15064                 Patch by Alfons.
15065
15066 2004-09-08 [colin]      0.9.12cvs99.1
15067
15068         * src/account.c
15069         * src/folder.c
15070         * src/procmsg.c
15071         * src/procmsg.h
15072         * src/plugins/pgpmime/pgpmime.c
15073                 Sync with HEAD
15074
15075 2004-09-08 [colin]      0.9.12cvs97.2
15076
15077         * src/summaryview.c
15078                 Don't select mails in collapsed threads 
15079                 when navigating with up/down
15080
15081 2004-09-07 [colin]      0.9.12cvs97.1
15082
15083         * src/inc.c
15084                 Sync with HEAD (meaningful error messages)
15085
15086 2004-09-06 [colin]      0.9.12cvs96.1
15087
15088         * src/toolbar.c
15089                 Sync with HEAD (fix Redirect graying out)
15090
15091 2004-09-06 [colin]      0.9.12cvs95.1
15092
15093         * src/summaryview.c
15094         * src/mimeview.c
15095                 Sync with HEAD (fix dropped URIs)
15096
15097 2004-09-06 [colin]      0.9.12cvs94.1
15098
15099         * src/addressbook.c
15100         * src/addressitem.h
15101         * src/addritem.c
15102         * src/addritem.h
15103                 Sync with HEAD (addressbook DnD)
15104
15105 2004-09-03 [colin]      0.9.12cvs93.1
15106
15107         * src/summaryview.c
15108                 Sync with HEAD (next/prev unread)
15109
15110 2004-09-03 [colin]      0.9.12cvs92.1
15111
15112         * src/prefs_common.c
15113         * src/prefs_common.h
15114         * src/summaryview.c
15115                 Sync with HEAD ('mark_as_read_delay' pref)
15116
15117 2004-09-02 [colin]      0.9.12cvs91.2
15118
15119         * src/common/xml.c
15120                 Fix leak
15121
15122 2004-09-02 [colin]      0.9.12cvs91.1
15123
15124         * src/gtk/menu.c
15125                 Sync with HEAD (menu accel don't work, but whatever)
15126
15127 2004-09-02 [colin]      0.9.12cvs90.1
15128
15129         * src/account.c
15130                 Sync with HEAD (fix bug 582)
15131
15132 2004-09-02 [colin]      0.9.12cvs89.1
15133
15134         * src/addrindex.c
15135                 Sync with HEAD (free deleted queries)
15136
15137 2004-09-02 [colin]      0.9.12cvs88.1
15138
15139         * src/ldapquery.c
15140                 Sync with HEAD (fix LDAP freezes)
15141
15142 2004-09-02 [colin]      0.9.12cvs87.1
15143
15144         * src/prefs_spelling.c
15145                 Sync with HEAD (add default dictionary)
15146
15147 2004-09-01 [colin]      0.9.12cvs86.1
15148
15149         * src/filtering.c
15150         * src/folderview.c
15151         * src/imap.c
15152         * src/prefs_matcher.c
15153         * src/stock_pixmap.c
15154         * src/summary_search.c
15155         * src/summaryview.c
15156         * src/wizard.c
15157         * src/wizard.h
15158                 Sync with HEAD (uninitialized vars fixes)
15159                 + gtk2 specific warning fixes
15160
15161 2004-08-31 [colin]      0.9.12cvs85.1
15162
15163         * src/folder.c
15164                 Sync with HEAD (Fix memory corruption due to 
15165                 uninitialized var)
15166
15167 2004-08-31 [colin]      0.9.12cvs84.4
15168
15169         * src/summary_search.c
15170                 Fix segfaults when searching in folders with broken headers
15171
15172 2004-08-31 [colin]      0.9.12cvs84.3
15173
15174         * src/compose.c
15175         * src/textview.c
15176                 Fix some more encoding/decoding issues
15177
15178 2004-08-30 [colin]      0.9.12cvs84.2
15179
15180         * src/mimeview.c
15181         * src/prefs_themes.c
15182         * src/gtk/filesel.c
15183         * src/gtk/filesel.h
15184                 Add a folder-mode selection (fixes mimeview's "Save all")
15185
15186 2004-08-29 [colin]      0.9.12cvs84.1
15187
15188         * src/mimeview.c
15189                 Sync with HEAD (don't escape saved filenames)
15190
15191 2004-08-27 [colin]      0.9.12cvs83.1
15192
15193         * ChangeLog
15194         * ChangeLog.claws
15195         * ChangeLog.jp
15196         * src/mh.c
15197         * src/procheader.c
15198         * src/procmsg.c
15199         * src/procmsg.h
15200         * src/common/utils.c
15201         * src/gtk/menu.h
15202         * po/
15203                 Sync with HEAD 0.9.12cvs83 (sync with main)
15204
15205 2004-08-26 [colin]      0.9.12cvs82.4
15206
15207         * src/codeconv.c
15208                 Fix strange stack corruption
15209                 Convert to utf8 after unmime, not before
15210
15211 2004-08-26 [colin]      0.9.12cvs82.3
15212
15213         * src/main.c
15214         * src/wizard.c
15215                 Fix account folders duplication
15216
15217 2004-08-25 [colin]      0.9.12cvs82.2
15218
15219         * src/wizard.c
15220                 Remove ports
15221                 Add SSL selection
15222                 Use login@server as account name
15223
15224 2004-08-25 [colin]      0.9.12cvs82.1
15225
15226         * src/plugins/pgpmime/pgpmime.c
15227                 Sync with HEAD (leak fix).
15228
15229 2004-08-25 [colin]      0.9.12cvs81.1
15230
15231         * src/plugins/pgpmime/pgpmime.c
15232         * src/plugins/pgpmime/sgpgme.c
15233         * src/plugins/pgpmime/sgpgme.h
15234                 Sync with HEAD (Handle combined messages).
15235
15236 2004-08-24 [colin]      0.9.12cvs80.3
15237
15238         * src/wizard.c
15239                 Fix full name, ports, and imap
15240
15241 2004-08-24 [colin]      0.9.12cvs80.2
15242
15243         * src/Makefile.am
15244         * src/main.c
15245         * src/setup.c
15246         * src/setup.h
15247         * src/stock_pixmap.c
15248         * src/stock_pixmap.h
15249         * src/wizard.c ** ADDED **
15250         * src/wizard.h ** ADDED ** 
15251         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
15252                 Add a setup wizard 
15253
15254 2004-08-24 [colin]      0.9.12cvs80.1
15255
15256         * src/folder.c
15257                 Sync with HEAD (set mimeflags on all messages)
15258
15259 2004-08-24 [colin]      0.9.12cvs79.3
15260
15261         * src/matcher_parser_lex.l
15262                 Fix 8bits strings not in utf8
15263
15264 2004-08-24 [colin]      0.9.12cvs79.2
15265
15266         * src/compose.c
15267                 Check conversion result before replacing buffer
15268
15269 2004-08-23 [colin]      0.9.12cvs79.1
15270
15271         * src/compose.c
15272                 Sync with HEAD (create message header in memory)
15273
15274 2004-08-23 [colin]      0.9.12cvs78.1
15275
15276         * src/rfc2015.c
15277         * src/rfc2015.h
15278                 Sync with HEAD (fix bug 197 again)
15279
15280 2004-08-23 [colin]      0.9.12cvs77.3
15281
15282         * src/compose.c
15283                 Fix again inline gpg signing (which outputs utf8
15284                 in gtk2). Not syncing this fix to HEAD as this 
15285                 code is meant to die.
15286
15287 2004-08-23 [colin]      0.9.12cvs77.2
15288
15289         * src/prefs_account.h
15290                 Remove useless include
15291
15292 2004-08-23 [colin]      0.9.12cvs77.1
15293
15294         * src/imap.c
15295         * po/es.po
15296         * po/fr.po
15297         * po/it.po
15298         * po/pl.po
15299         * po/pt_BR.po
15300         * po/sk.po
15301         * po/sr.po
15302                 Sync with HEAD (fix bug 577)
15303
15304 2004-08-22 [colin]      0.9.12cvs76.1
15305
15306         * src/plugins/trayicon/trayicon.c
15307                 Sync with HEAD (fix formatting bug)
15308
15309 2004-08-21 [colin]      0.9.12cvs74.2
15310
15311         * src/gtk/colorsel.c
15312                 Fix bug 564 (Folder color selection window exits on any
15313                 keypress)
15314
15315 2004-08-21 [colin]      0.9.12cvs74.1
15316
15317         * ChangeLog.claws
15318         * src/compose.c
15319         * src/summaryview.c
15320         * src/toolbar.c
15321                 Sync with HEAD (fix bug 576)
15322
15323 2004-08-21 [colin]      0.9.12cvs70.1
15324
15325         * src/compose.c
15326         * src/mainwindow.c
15327                 Sync with HEAD
15328                 
15329
15330 2004-08-21 [paul]       0.9.12cvs66.4
15331
15332         * src/mainwindow.c
15333         * src/messageview.c
15334         * src/gtk/menu.c
15335         * src/plugins/spamassassin/spamassassin_gtk.c
15336                 remove some deprecated gtk1 functions
15337
15338
15339 2004-08-21 [colin]      0.9.12cvs66.3
15340
15341         * src/compose.c
15342         * src/codeconv.c
15343                 Fix warnings
15344                 Remove encoding hacks
15345                 Fix bug 575 (Strange character messes up message)
15346                 Don't display conversion error when drafting
15347
15348 2004-08-21 [paul]       0.9.12cvs66.2
15349
15350         * src/prefs_account.c
15351                 fix GnuPG mode bugs
15352
15353
15354 2004-08-20 [colin]      0.9.12cvs66.1
15355
15356         * src/codeconv.c
15357                 Sync with HEAD 0.9.12cvs66
15358
15359 2004-08-20 [paul]
15360
15361         * src/plugins/pgpmime/plugin.c
15362                 modify PGP/MIME plugin's description
15363
15364 2004-08-17 [colin]      0.9.12cvs65.1
15365
15366         * src/common/ssl.c
15367         * src/plugins/pgpmime/plugin.c
15368                 Sync with HEAD
15369
15370 2004-08-14 [colin]      0.9.12cvs60.3
15371
15372         * src/plugins/trayicon/trayicon.c
15373                 Put back resize callback, on size-request signal
15374                 rather than size-allocate to avoid infinite 
15375                 callback loop
15376
15377 2004-08-13 [colin]      0.9.12cvs60.2
15378
15379         * src/common/defs.h
15380                 Cache versions have been fixed
15381
15382 2004-08-13 [colin]      0.9.12cvs60.1
15383
15384         * src/folderutils.c
15385                 Sync with HEAD
15386
15387 2004-08-12 [colin]      0.9.12cvs59.1
15388
15389         * src/plugins/trayicon/trayicon.c
15390                 Sync with HEAD
15391
15392 2004-08-12 [colin]      0.9.12cvs57.5
15393
15394         * sylpheed.desktop
15395         * configure.ac
15396         * src/Makefile.am
15397         * src/main.c
15398                 Add support for Freedesktop.org's startup notification
15399
15400 2004-08-11 [colin]      0.9.12cvs57.4
15401
15402         * src/textview.c
15403                 Fix off-by-one
15404
15405 2004-08-11 [colin]      0.9.12cvs57.3
15406
15407         * src/message_search.c
15408         * src/summary_search.c
15409                 Make searches case insensitive by default
15410         * src/textview.c
15411                 Fix case-insensitive search in message
15412
15413 2004-08-11 [colin]      0.9.12cvs57.2
15414
15415         * src/summary_search.c
15416                 Let case-sensitive be specified
15417
15418 2004-08-10 [colin]      0.9.12cvs55.4
15419
15420         * src/common/socket.c
15421                 Fix the possible race condition
15422
15423 2004-08-09 [paul]       0.9.12cvs55.3
15424
15425         * configure.ac
15426         * src/Makefile.am
15427         * src/common/Makefile.am
15428                 sync with HEAD
15429
15430
15431 2004-08-09 [paul]       0.9.12cvs55.2
15432
15433         * autogen.sh
15434         * po/poconv.sh
15435                 remove unneeded script
15436
15437         * configure.ac
15438                 add forgotten USE_LDAP_TLS (sync with HEAD)
15439
15440
15441 2004-08-09 [colin]      0.9.12cvs55.1
15442
15443         * src/main.c
15444         * src/common/ssl.c
15445         * src/common/sylpheed.c
15446         * src/common/sylpheed.h
15447                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
15448
15449 2004-08-09 [paul]       0.9.12cvs54.1
15450
15451         * ChangeLog
15452         * ChangeLog.claws
15453         * ChangeLog.jp
15454         * configure.ac
15455         * po/POTFILES.in
15456         * src/Makefile.am
15457         * src/folderutils.c
15458         * src/main.c
15459         * src/pgpmime.c
15460         * src/pgpmime.h
15461         * src/sgpgme.c
15462         * src/sgpgme.h
15463         * src/plugins/Makefile.am
15464         * src/plugins/pgpmime/.cvsignore
15465         * src/plugins/pgpmime/Makefile.am
15466         * src/plugins/pgpmime/pgpmime.c
15467         * src/plugins/pgpmime/pgpmime.h
15468         * src/plugins/pgpmime/plugin.c
15469         * src/plugins/pgpmime/sgpgme.c
15470         * src/plugins/pgpmime/sgpgme.h
15471                 sync with HEAD
15472
15473 2004-08-08 [paul]       0.9.12cvs51.1
15474
15475         * configure.ac
15476         * src/folder.c
15477                 sync with HEAD
15478
15479 2004-08-07 [colin]      0.9.12cvs50.1
15480
15481         * src/pop.c
15482         * src/common/partial_download.c
15483                 fix warnings (sync from HEAD)
15484
15485 2004-08-07 [colin]      0.9.12cvs48.1
15486
15487         * src/prefs_folder_item.c
15488                 sync with HEAD 0.9.12cvs48
15489
15490 2004-08-06 [colin]      0.9.12cvs47.1
15491
15492         * src/compose.c
15493                 Sync with HEAD
15494
15495 2004-08-06 [christoph]  0.9.12cvs46.2
15496
15497         * src/main.c
15498         * src/plugins/clamav/clamav_plugin_gtk.c
15499         * src/plugins/dillo_viewer/dillo_viewer.c
15500         * src/plugins/image_viewer/plugin.c
15501         * src/plugins/mathml_viewer/mathml_viewer.c
15502         * src/plugins/spamassassin/spamassassin_gtk.c
15503         * src/plugins/trayicon/trayicon.c
15504                 don't mix GTK1.2 plugin with GTK2 plugins
15505
15506 2004-08-06 [colin]      0.9.12cvs46.1
15507
15508         * ChangeLog
15509         * ChangeLog.claws
15510         * ChangeLog.jp
15511         * configure.ac
15512         * sylpheed-claws.pc.in
15513         * src/folder.c
15514         * src/imap.c
15515         * src/localfolder.c
15516         * src/messageview.c
15517         * src/mimeview.c
15518         * src/mimeview.h
15519         * src/msgcache.c
15520         * src/news.c
15521         * src/prefs_ext_prog.c
15522         * src/prefs_folder_item.c
15523         * src/prefs_fonts.c
15524         * src/prefs_msg_colors.c
15525         * src/prefs_spelling.c
15526         * src/prefs_themes.c
15527         * src/prefs_toolbar.c
15528         * src/prefs_wrapping.c
15529         * src/procmime.h
15530         * src/common/defs.h
15531         * src/common/nntp.c
15532         * src/common/session.c
15533         * src/common/session.h
15534         * src/common/socket.c
15535         * src/common/utils.h
15536         * src/common/xml.c
15537         * src/common/xml.h
15538         * src/gtk/prefswindow.c
15539         * src/gtk/prefswindow.h
15540         * src/plugins/clamav/clamav_plugin_gtk.c
15541         * src/plugins/dillo_viewer/dillo_prefs.c
15542         * src/plugins/image_viewer/viewerprefs.c
15543         * src/plugins/spamassassin/spamassassin_gtk.c
15544         * m4/openssl.m4 *** REMOVED ***
15545                 Sync with HEAD 0.9.12cvs46
15546
15547 2004-08-03 [paul]       0.9.12cvs40.2
15548
15549         * src/action.c
15550         * src/addressadd.c
15551         * src/addressbook.c
15552         * src/addrgather.c
15553         * src/browseldap.c
15554         * src/compose.c
15555         * src/crash.c
15556         * src/editaddress.c
15557         * src/editgroup.c
15558         * src/editldap_basedn.c
15559         * src/foldersel.c
15560         * src/importldif.c
15561         * src/mimeview.c
15562         * src/prefs_common.c
15563         * src/prefs_template.c
15564         * src/sourcewindow.c
15565         * src/summaryview.c
15566         * src/gtk/about.c
15567         * src/gtk/foldersort.c
15568         * src/gtk/logwindow.c
15569         * src/gtk/pluginwindow.c
15570         * src/gtk/prefswindow.c
15571                 change all gtk_scrolled_window_set_policy from 
15572                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
15573
15574 2004-08-02 [paul]       0.9.12cvs40.1
15575
15576         * AUTHORS
15577                 update translation team section
15578         * po/pt_BR.po
15579                 updated by Frederico Goncalves Guimaraes
15580                 <fggdebian@yahoo.com.br>
15581
15582 2004-07-31 [colin]      0.9.12cvs39.9
15583
15584         * src/exphtmldlg.c
15585                 Fix compilation
15586
15587 2004-07-31 [colin]      0.9.12cvs39.8
15588
15589         * src/exphtmldlg.c
15590                 Fix an alertpanel type
15591
15592 2004-07-30 [colin]      0.9.12cvs39.7
15593
15594         * src/alertpanel.c
15595                 Fix alertpanel_error_log's icon
15596
15597 2004-07-30 [colin]      0.9.12cvs39.6
15598
15599         * src/pop.c
15600                 Two of them should still be warnings
15601
15602 2004-07-30 [colin]      0.9.12cvs39.5
15603
15604         * src/pop.c
15605                 More warning -> error
15606 2004-07-29 [colin]      0.9.12cvs39.4
15607
15608         * src/pop.c
15609                 Warning -> error
15610
15611 2004-07-29 [colin]      0.9.12cvs39.3
15612
15613         * src/prefs_matcher.c
15614                 Fix segfault
15615
15616 2004-07-29 [colin]      0.9.12cvs39.2
15617
15618         * src/alertpanel.c
15619                 More nice-looking alertpanels
15620
15621 2004-07-29 [colin]      0.9.12cvs39.1
15622
15623         * src/messageview.c
15624                 sync with head
15625                 (inform user when partial mail is deleted on server)
15626
15627 2004-07-29 [colin]      0.9.12cvs38.1
15628
15629         * src/messageview.c
15630                 sync with head
15631
15632 2004-07-28 [paul]       0.9.12cvs37.7
15633
15634         * src/mainwindow.c
15635                 complete the replacement of deprecated gtk_progress_*
15636
15637 2004-07-28 [paul]       0.9.12cvs37.6
15638
15639         * src/action.c
15640         * src/inc.c
15641         * src/mainwindow.c
15642         * src/send_message.c
15643         * src/gtk/progressdialog.c
15644         * src/gtk/progressdialog.h
15645                 replace deprecated gtk_progress_*
15646
15647 2004-07-28 [paul]       0.9.12cvs37.5
15648
15649         * src/gtk/filesel.c
15650                 remove gtk_window_set_wmclass()
15651 2004-07-28 [paul]       0.9.12cvs37.4
15652
15653         * src/addressbook.c
15654         * src/compose.c
15655         * src/foldersel.c
15656         * src/mainwindow.c
15657         * src/messageview.c
15658         * src/sourcewindow.c
15659         * src/gtk/logwindow.c
15660                 remove gtk_window_set_wmclass()
15661                 
15662         * src/prefs_filtering.c
15663         * src/prefs_filtering_action.c
15664         * src/prefs_fonts.c
15665         * src/prefs_gtk.c
15666         * src/prefs_matcher.c
15667         * src/ssl_manager.c
15668         * src/gtk/prefswindow.c
15669                 replace gtk_window_position()
15670
15671 2004-07-28 [colin]      0.9.12cvs37.3
15672
15673         * src/alertpanel.c
15674         * src/alertpanel.h
15675                 Add a way to specify panel type for specific
15676                 panels (alertpanel())
15677         * src/account.c
15678         * src/addressbook.c
15679         * src/compose.c
15680         * src/expldifdlg.c
15681         * src/main.c
15682         * src/messageview.c
15683         * src/summaryview.c
15684         * src/textview.c
15685         * src/gtk/sslcertwindow.c
15686                 Fix alertpanel()s so that their icon match
15687                 their real type
15688
15689 2004-07-28 [paul]       0.9.12cvs37.2
15690
15691         * src/addr_compl.c
15692         * src/addressbook.c
15693         * src/alertpanel.c
15694         * src/compose.c
15695         * src/export.c
15696         * src/foldersel.c
15697         * src/folderview.c
15698         * src/grouplistdialog.c
15699         * src/import.c
15700         * src/mainwindow.c
15701         * src/message_search.c
15702         * src/messageview.c
15703         * src/passphrase.c
15704         * src/prefs_actions.c
15705         * src/prefs_common.c
15706         * src/prefs_customheader.c
15707         * src/prefs_display_header.c
15708         * src/prefs_filtering.c
15709         * src/prefs_filtering_action.c
15710         * src/prefs_gtk.c
15711         * src/prefs_matcher.c
15712         * src/prefs_msg_colors.c
15713         * src/prefs_summary_column.c
15714         * src/prefs_template.c
15715         * src/sourcewindow.c
15716         * src/ssl_manager.c
15717         * src/summary_search.c
15718         * src/gtk/colorsel.c
15719         * src/gtk/description_window.c
15720         * src/gtk/gtkaspell.c
15721         * src/gtk/inputdialog.c
15722         * src/gtk/logwindow.c
15723         * src/gtk/prefswindow.c
15724         * src/gtk/progressdialog.c
15725                 replace deprecated gtk_window_set_policy
15726
15727 2004-07-27 [colin]      0.9.12cvs37.1
15728
15729         * src/msgcache.c
15730                 More fixes (synced for head again)
15731
15732 2004-07-27 [colin]      0.9.12cvs35.3
15733
15734         * src/msgcache.c
15735                 Fix wrong test
15736
15737 2004-07-27 [colin]      0.9.12cvs35.2
15738
15739         * src/mimeview.c
15740                 Fix width a bit (by Paul)
15741         * src/alertpanel.c
15742         * src/alertpanel.h
15743                 Specialize icons, make alertpanel_message()
15744                 private
15745         * src/message_search.c
15746         * src/sgpgme.c
15747         * src/summary_search.c
15748                 Suit alertpanel changes
15749
15750 2004-07-27 [colin]      0.9.12cvs35.1
15751
15752         * src/alertpanel.c
15753                 Add an icon
15754         * src/passphrase.c
15755                 Add debug output - maybe someone will
15756                 want to look at the problem with Grab
15757                 Input :)
15758         Bump version as we're synced with HEAD
15759
15760 2004-07-26 [colin]      0.9.12cvs33.26
15761
15762         * src/pop.c
15763                 Fix uidl-file parsing when not in new
15764                 format
15765
15766 2004-07-26 [colin]      0.9.12cvs33.25
15767
15768         * src/gtk/menu.c
15769                 Move popup menu up if necessary (fixes 
15770                 account selector)
15771         * src/mainwindow.c
15772                 Set account selector's button height to
15773                 minimum
15774
15775 2004-07-26 [colin]      0.9.12cvs33.24
15776
15777         * src/alertpanel.c
15778                 Maybe fix 551 (Truncated font in alert window)
15779
15780 2004-07-26 [colin]      0.9.12cvs33.23
15781
15782         * po/de.po
15783         * po/es.po
15784         * po/fr.po
15785         * po/it.po
15786         * po/ja.po
15787         * po/pl.po
15788         * po/ru.po
15789         * po/sk.po
15790         * po/sr.po
15791         * po/zh_CN.po
15792                 Sync po files with HEAD
15793
15794 2004-07-26 [paul]       0.9.12cvs33.22
15795
15796         * src/compose.c
15797                 fix Bug 556 'Organisation-header is sent even if empty'
15798
15799 2004-07-24 [colin]      0.9.12cvs33.21
15800
15801         * src/compose.c
15802         * src/gtk/gtkaspell.c
15803         * src/gtk/gtkaspell.h
15804                 Fix speller accelerators (require hack)
15805
15806 2004-07-24 [colin]      0.9.12cvs33.20
15807
15808         * src/gtk/gtkaspell.c
15809                 Fix over-eager code deletion breaking
15810                 Check while typing
15811
15812 2004-07-24 [colin]      0.9.12cvs33.19
15813
15814         * src/browseldap.c
15815         * src/ldapctrl.c
15816         * src/ldapctrl.h
15817         * src/ldapserver.h
15818                 Sync ldap with HEAD
15819         (Fixes 546 LDAP completely broken)
15820
15821 2004-07-24 [colin]      0.9.12cvs33.18
15822
15823         * src/prefs_msg_colors.c
15824                 Fix prototype mismatch
15825         (Fixes 547 void function cannot return value)
15826
15827 2004-07-24 [colin]      0.9.12cvs33.17
15828
15829         * src/mainwindow.c
15830                 Fix sort going back to previous sort key
15831                 when changing sort direction
15832
15833 2004-07-24 [colin]      0.9.12cvs33.16
15834
15835         * src/compose.c
15836                 Fix space insertion when re-wrapping at 
15837                 cursor point
15838
15839 2004-07-24 [colin]      0.9.12cvs33.15
15840
15841         * src/gtk/gtkaspell.c
15842                 Don't change cursor position in insert-text
15843                 callback
15844         (Fixes 539 Word wrapping on input transposes letters)
15845
15846 2004-07-24 [colin]      0.9.12cvs33.14
15847
15848         * src/gtk/gtkaspell.c
15849                 Reencode non-ascii chars to dictionary's
15850                 encoding
15851         (Fixes 544 Spell check broken non english locale)
15852
15853 2004-07-24 [colin]      0.9.12cvs33.13
15854
15855         * src/summaryview.c
15856                 Fix Shift+Down, add Home/End/PgUp/PgDown
15857
15858 2004-07-21 [colin]      0.9.12cvs33.12
15859
15860         * src/prefs_common.c
15861                 Fix a gtk warning (Patch by Andrej Kacian)
15862
15863 2004-07-21 [colin]      0.9.12cvs33.11
15864
15865         * src/gtk/filesel.c
15866                 More check
15867
15868 2004-07-21 [colin]      0.9.12cvs33.10
15869
15870         * src/compose.c
15871         * src/crash.c
15872         * src/export.c
15873         * src/import.c
15874         * src/messageview.c
15875         * src/mimeview.c
15876         * src/prefs_spelling.c
15877         * src/prefs_themes.c
15878         * src/summaryview.c
15879         * src/gtk/filesel.c
15880         * src/gtk/filesel.h
15881         * src/gtk/pluginwindow.c
15882                 Untwist open/save mode guessing logic, make
15883                 it explicit
15884
15885 2004-07-20 [colin]      0.9.12cvs33.9
15886
15887         * src/codeconv.c
15888                 conv_encode_header: src_charset is UTF-8 on
15889                 gtk2
15890         * src/compose.c
15891                 Remove double encoding of the headers
15892
15893 2004-07-20 [colin]      0.9.12cvs33.8
15894
15895         * src/codeconv.c
15896                 Fix typo
15897
15898 2004-07-20 [colin]      0.9.12cvs33.7
15899
15900         * src/mainwindow.c
15901                 Set the separated messageview to the saved
15902                 size of Claws' messageview (Patch by Alfons)
15903                 Fix a callback prototype (me)
15904
15905 2004-07-20 [colin]      0.9.12cvs33.6
15906
15907         * src/codeconv.h
15908                 Forgot one hunk in 0.9.12cvs33.4
15909
15910 2004-07-19 [colin]      0.9.12cvs33.5
15911
15912         * src/action.c
15913                 Action output fix
15914                 Patch by Alfons
15915
15916 2004-07-19 [colin]      0.9.12cvs33.4
15917
15918         * src/compose.c
15919                 Fix outgoing charset bug in headers
15920         * src/codeconv.c
15921                 Clean for glib2 - Patch by Alfons
15922
15923 2004-07-19 [colin]      0.9.12cvs33.3
15924
15925         * src/statusbar.c
15926                 Remove grip from the statusbar
15927                 Patch by Alfons
15928
15929 2004-07-19 [colin]      0.9.12cvs33.2
15930
15931         * src/messageview.c
15932         * src/textview.c
15933                 Fix messageview remembering the previous
15934                 scroll position when loading a new message
15935                 Patch by Alfons
15936
15937 2004-07-19 [colin]      0.9.12cvs33.1
15938
15939         * src/folder.h
15940         * src/folderview.c
15941         * src/summaryview.c
15942                 Sync with HEAD
15943
15944 2004-07-18 [colin]      0.9.12cvs32.7
15945
15946         * configure.ac
15947                 Remove useless check for XIM - noticed
15948                 by Alfons
15949
15950 2004-07-18 [colin]      0.9.12cvs32.6
15951
15952         * src/summaryview.c
15953                 Remove non-modified and shift-modified
15954                 accelerators in summaryview's popup
15955                 menu, as that doesn't get catched by
15956                 the accel-activate signal catcher...
15957
15958 2004-07-18 [colin]      0.9.12cvs32.5
15959
15960         * src/prefs_common.c
15961                 Define sensible default prefs for 
15962                 wrapping
15963
15964 2004-07-18 [colin]      0.9.12cvs32.4
15965
15966         * src/compose.c
15967         * src/prefs_common.c
15968         * src/prefs_common.h
15969         * src/prefs_wrapping.c
15970                 Remove Smart Wrapping pref, which does
15971                 nothing on gtk2 branch
15972
15973 2004-07-18 [colin]      0.9.12cvs32.3
15974
15975         * src/sourcewindow.c
15976                 Proper utf8
15977
15978 2004-07-18 [colin]      0.9.12cvs32.2
15979
15980         * src/compose.c
15981                 Save attachment status when drafting
15982
15983 2004-07-18 [colin]      0.9.12cvs32.1
15984
15985         * src/gtk/filesel.c
15986                 Fix erratic folder selection in open mode
15987
15988 2004-07-18 [colin]      0.9.12cvs31.11
15989
15990         * src/pop.c
15991                 Don't let partial messages get deleted
15992                 even with "dowload all"
15993                 (0.9.12cvs31.8 fix extension)
15994 2004-07-18 [colin]      0.9.12cvs31.10
15995
15996         * src/gtk/logwindow.c
15997                 Fix log scrolling
15998
15999 2004-07-18 [colin]      0.9.12cvs31.9
16000
16001         * src/common/utils.c
16002                 Fix non-utf8 strings coming from commands
16003                 and files
16004
16005 2004-07-18 [colin]      0.9.12cvs31.8
16006
16007         * src/pop.c
16008                 Fix partial download bug with Download all
16009                 messages option
16010
16011 2004-07-18 [colin]      0.9.12cvs31.7
16012
16013         * src/textview.c
16014                 Fix bug introduced in 0.9.12cvs31.2
16015                 (blocked in select mode after double click)
16016
16017 2004-07-18 [colin]      0.9.12cvs31.6
16018
16019         * src/compose.c
16020         * src/gtk/menu.c
16021                 More glib-warning fixes
16022
16023 2004-07-18 [colin]      0.9.12cvs31.5
16024
16025         * src/compose.c
16026                 Fix trashing the primary clipboard when moving 
16027                 around with tab
16028         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
16029
16030 2004-07-18 [colin]      0.9.12cvs31.4
16031
16032         * src/codeconv.c
16033                 convert unencoded iso headers to utf8
16034         (Fix Bug 538 Unencoded local characters in subject make it 
16035          disappear)
16036
16037 2004-07-18 [colin]      0.9.12cvs31.3
16038
16039         * src/compose.c
16040                 Fix tab char handling in wrapping
16041         (Fix Bug 537 Line wrap problem - TAB character treated as 
16042          one character instead of 8)
16043
16044 2004-07-18 [colin]      0.9.12cvs31.2
16045
16046         * src/textview.c
16047                 return FALSE on GDK_MOTION_NOTIFY
16048         (Fix Bug 535 Hyperlinks/addresses are not selectable 
16049          (unable to highlight))
16050
16051 2004-07-18 [colin]      0.9.12cvs31.1
16052
16053         * src/folderview.c
16054                 Sync with 0.9.12cvs31
16055
16056 2004-07-18 [colin]      0.9.12cvs30.4
16057
16058         * src/compose.c
16059                 Also block text_inserted when inserting a file
16060
16061 2004-07-18 [colin]      0.9.12cvs30.3
16062
16063         * src/compose.c
16064                 Fix smart wrapping (block text_inserted handler
16065                 while putting quotation to avoid wrap on input,
16066                 don't join lines if next is sig separator)
16067
16068 2004-07-17 [colin]      0.9.12cvs30.2
16069
16070         * src/folderview.c
16071         * src/mainwindow.c
16072         * src/mimeview.c
16073         * src/summaryview.c
16074         * src/gtk/quicksearch.c
16075         * src/gtk/quicksearch.h
16076                 Block key events handlers *and* accels while
16077                 quicksearch is focused
16078         (Fixes Bug 534 quick-search bar not accepting certain letters)
16079
16080 2004-07-17 [colin]      0.9.12cvs30.1
16081
16082         * src/folder.h
16083         * src/folderview.c
16084         * src/summaryview.c
16085                 Sync with 0.9.12cvs30
16086
16087 2004-07-17 [colin]      0.9.12cvs28.2
16088
16089         * src/mimeview.c
16090         * src/procmime.c
16091         * src/summaryview.c
16092         * src/gtk/menu.c
16093                 Squash some compile and glib warnings
16094
16095 2004-07-17 [paul]       0.9.12cvs28.1
16096
16097         * src/mimeview.c
16098                 sync with 0.9.12cvs28 HEAD
16099
16100 2004-07-16 [paul]       0.9.12cvs26.1
16101         
16102         * src/gtk/quicksearch.c
16103         * src/account.c
16104         * src/account.h
16105         * src/compose.c
16106         * src/customheader.c
16107         * src/folder_item_prefs.c
16108         * src/main.c
16109         * src/mainwindow.c
16110         * src/messageview.c
16111         * src/mimeview.c
16112         * src/news.c
16113         * src/pgpmime.c
16114         * src/pop.c
16115         * src/pop.h
16116         * src/prefs_account.c
16117         * src/prefs_account.h
16118         * src/prefs_common.c
16119         * src/prefs_common.h
16120         * src/prefs_display_header.c
16121         * src/prefs_gtk.c
16122         * src/prefs_gtk.h
16123         * src/procheader.c
16124         * src/procmime.c
16125                 sync with 0.9.12cvs26 HEAD      
16126
16127 2004-07-15 [colin]      0.9.12cvs18.14
16128
16129         * src/folder.c
16130                 Disable GPG signature check during
16131                 folder move and scan
16132         (Closes Bug 521 Signature checking slows down Folder-Move)
16133
16134 2004-07-14 [colin]      0.9.12cvs18.13
16135
16136         * src/common/partial_download.c
16137                 update includes
16138
16139 2004-07-14 [colin]      0.9.12cvs18.12
16140
16141         * src/common/partial_download.c
16142         * src/common/partial_download.h
16143                 Move doc at top, add correct copyright
16144
16145 2004-07-14 [colin]      0.9.12cvs18.11
16146
16147         * src/folder.c
16148         * src/messageview.c
16149         * src/pop.c
16150         * src/pop.h
16151         * src/procmsg.c
16152         * src/summaryview.c
16153         * src/common/Makefile.am
16154         * src/common/partial_download.c ** NEW FILES **
16155         * src/common/partial_download.h ** NEW FILES **
16156                 Move partial-download related stuff to its
16157                 own file
16158
16159 2004-07-14 [colin]      0.9.12cvs18.10
16160
16161         * src/send_message.c
16162                 Fix smtp auth when user is null or empty
16163
16164 2004-07-13 [colin]      0.9.12cvs18.9
16165
16166         * src/gtk/quicksearch.c
16167                 Use alphabetic order
16168
16169 2004-07-13 [colin]      0.9.12cvs18.8
16170
16171         * src/pop.c
16172                 Be paranoid on the checks
16173
16174 2004-07-13 [colin]      0.9.12cvs18.7
16175
16176         * src/gtk/quicksearch.c
16177                 Fix Engrish once again
16178
16179 2004-07-13 [colin]      0.9.12cvs18.6
16180
16181         * src/procmsg.c
16182         * src/summaryview.c
16183                 Mark messages for deletion when they are about to
16184                 be removed from trash
16185
16186 2004-07-13 [colin]      0.9.12cvs18.5
16187
16188         * src/matcher.c
16189         * src/matcher.h
16190         * src/matcher_parser_parse.y
16191         * src/prefs_matcher.c
16192         * src/gtk/quicksearch.c
16193                 Add 'partial' ('p') match string to find partially
16194                 downloaded messages
16195
16196 2004-07-13 [colin]      0.9.12cvs18.4
16197
16198         * src/pop.c
16199                 Fix misplaced block
16200
16201 2004-07-13 [colin]      0.9.12cvs18.3
16202
16203         * src/pop.c
16204         * src/pop.h
16205         * src/messageview.c
16206                 Refactor API (to avoid passing 5+ params and code
16207                 duplication)
16208         * src/folder.c
16209         * src/msgcache.c
16210         * src/procheader.c
16211         * src/common/defs.h
16212                 Add planned_download to cache
16213                 Don't mess uidl file when moving partially downloaded
16214                 mails (they change folder, we should change it in the
16215                 uidl list too or we'll remove an incorrect message)
16216                 (this also helps removing hacks when changing 
16217                 planned_download in messageview.c)
16218
16219 2004-07-12 [colin]      0.9.12cvs18.2
16220
16221         * src/gtk/quicksearch.c
16222                 Fix missing status update in quicksearch
16223
16224 2004-07-12 [paul]       0.9.12cvs18.1
16225
16226         * po/POTFILES.in
16227         * src/Makefile.am
16228         * src/account.c
16229         * src/codeconv.c
16230         * src/compose.c
16231         * src/inc.c
16232         * src/main.c
16233         * src/prefs_common.c
16234         * src/procmsg.h
16235         * src/toolbar.c
16236         * src/prefs_msg_colors.[ch]     ** NEW FILES **
16237         * src/prefs_wrapping.[ch]       ** NEW FILES **
16238         * src/common/intl.h
16239         * src/common/utils.[ch]
16240         * src/gtk/quicksearch.[ch]
16241                 sync with 0.9.12cvs18 HEAD
16242
16243 2004-07-12 [colin]      0.9.11cvs17.25
16244
16245         * src/folder.c
16246         * src/folder.h
16247                 Remove unused function added by me in 0.9.11cvs17.10
16248
16249 2004-07-11 [colin]      0.9.11cvs17.24
16250
16251         * src/inc.c
16252         * src/messageview.c
16253         * src/pop.c
16254         * src/pop.h
16255                 Use folderitem and msgnum instead of filename to
16256                 know which mail to delete
16257                 Move old partial mail deletion to pop.c
16258
16259 2004-07-10 [colin]      0.9.11cvs17.23
16260
16261         * src/inc.c
16262                 Add debug
16263         * src/pop.c
16264         * src/pop.h
16265                 Don't re-use same enums for unrelated stuff: it's 
16266                 completely misleading !
16267                 Document a bit
16268
16269 2004-07-09 [colin]      0.9.11cvs17.22
16270
16271         * src/inc.c
16272                 Remove folder-type check and do
16273                 more tests to be sure everything's
16274                 ok
16275         * src/messageview.c
16276                 Punctuation update, remove useless
16277                 code, fix two warnings
16278         * src/noticeview.c
16279                 Layout cleaning, reset 2nd button
16280                 when specifying one
16281
16282 2004-07-09 [colin]      0.9.11cvs17.21
16283
16284         * src/messageview.c
16285         * src/pop.c
16286         * src/pop.h
16287                 Allow user to change his mind
16288                 and postpone decision (by
16289                 unmarking the mail)
16290
16291 2004-07-09 [colin]      0.9.11cvs17.20
16292
16293         * src/messageview.c
16294                 Fix bug with delete state
16295         * src/pop.c
16296         * src/pop.h
16297                 Fix buffer leak (fread doesn't 
16298                 terminate buffers with \0)
16299                 Refactoring (remove magic 
16300                 numbers)
16301
16302 2004-07-09 [colin]      0.9.11cvs17.19
16303
16304         * src/pop.c
16305                 Don't log "Skipping message" if 
16306                 we're going to TOP it two lines
16307                 later
16308
16309 2004-07-09 [colin]      0.9.11cvs17.18
16310
16311         * src/messageview.c
16312                 Fix Engrish
16313
16314 2004-07-09 [colin]      0.9.11cvs17.17
16315
16316         * src/pop.c
16317                 strlen checking...
16318         * src/messageview.c
16319                 refactoring a bit
16320
16321 2004-07-08 [colin]      0.9.11cvs17.16
16322
16323         * src/noticeview.c
16324         * src/noticeview.h
16325                 Add an optional second button
16326         * src/messageview.c
16327         * src/pop.c
16328         * src/pop.h
16329                 Don't delete partially received mails after a certain
16330                 time; rather, let the user decide.
16331
16332 2004-07-08 [colin]      0.9.11cvs17.15
16333
16334         * src/common/smtp.h
16335                 Sync with HEAD
16336
16337 2004-07-08 [colin]      0.9.11cvs17.14
16338
16339         * src/messageview.c
16340         * src/common/smtp.c
16341                 Use to_human_readable() for sizes
16342
16343 2004-07-08 [colin]      0.9.11cvs17.13
16344
16345         * src/inc.c
16346         * src/messageview.c
16347         * src/pop.c
16348         * src/pop.h
16349         * src/procmsg.c
16350                 Fix partial-downloading issues:
16351                         catch unsupported TOP
16352                         don't delete partially downloaded mails before 5 days
16353                         don't update existing with non-MH folders; that'll
16354                         make dups, but it's better than trashing the folder
16355                         free new msginfo parts
16356                 Fix indentation ;-)
16357
16358 2004-07-08 [colin]      0.9.11cvs17.12
16359
16360         * src/common/smtp.c
16361         * src/common/smtp.h
16362                 Sync smtp size verification with HEAD
16363
16364 2004-07-08 [colin]      0.9.11cvs17.11
16365
16366         * src/summaryview.c
16367         * src/prefs_common.c
16368         * src/prefs_common.h
16369         * src/gtk/quicksearch.c
16370         * src/gtk/quicksearch.h
16371                 Sync sticky pref with HEAD
16372
16373 2004-07-08 [colin]      0.9.11cvs17.10
16374
16375         * src/folder.c [1.213.2.6]
16376         * src/folder.h [1.87.2.6]
16377         * src/inc.c [1.149.2.7]
16378         * src/messageview.c [1.94.2.8]
16379         * src/procheader.c [1.47.2.6]
16380         * src/procmsg.c [1.150.2.4]
16381         * src/procmsg.h [1.60.2.5]
16382         * src/pop.c [1.56.2.4]
16383         * src/pop.h [1.17.2.3]
16384                 Let too big messages get downloaded, but truncated
16385                 Add a button to download them completely
16386                 
16387 2004-07-06 [colin]      0.9.11cvs17.9
16388
16389         * src/gtk/quicksearch.c [1.1.2.3]
16390                 Add a Clear button
16391         * commitHelper
16392         * PATCHSETS
16393                 Add a script to help with cvs
16394
16395 2004-07-03 [colin]      0.9.11cvs17.8
16396
16397         * src/plugins/imageviewer/viewer.c
16398                 fix imageviewer (which was staying on the first
16399                 displayed image)
16400
16401 2004-07-03 [colin]      0.9.11cvs17.7
16402
16403         Removed FIXME_GTK2 warnings
16404         * src/gtk/gtkutils.c
16405                 useless #warnings
16406         * src/gtk/menu.c
16407                 useless #warnings (no need to mess with menu rc)
16408         * src/gtk/menu.h
16409                 unused functions
16410         
16411
16412 2004-07-03 [colin]      0.9.11cvs17.6
16413
16414         Removed FIXME_GTK2 warnings
16415         * src/codeconv.c
16416                 useless #warnings (rewrite needed)
16417         * src/compose.c
16418                 useless #warnings (rewrite needed)
16419                 useless #warnings (gtk2 is like that)
16420                 useless #warnings (previously fixed)
16421         * src/main.c
16422                 useless #warnings (previously fixed)
16423         * src/message_search.c
16424                 useless #warnings (gtk2 is like that)
16425                 Made apparent that search is case-sensitive
16426         * src/mimeview.c
16427                 useless #warnings (rewrite needed)
16428                 useless #warnings (gtk2 is like that)
16429                 reimplemented real warnings
16430         * src/prefs_common.c
16431                 Removed block cursor option (not it gtk2)
16432         * src/prefs_gtk.c
16433                 useless #warnings (rewrite needed)
16434         * src/procheader.c
16435                 useless #warnings (rewrite needed)
16436         * src/sourcewindow.c
16437                 useless #warnings (incorrect placing)
16438         * src/summary_search.c
16439                 useless #warnings (gtk2 is like that)
16440                 Made apparent that search is case-sensitive
16441         * src/action.c
16442                 useless #warnings (gtk2 is like that)
16443         * src/textview.c
16444                 useless #warnings (rewrite needed)
16445         * src/toolbar.c
16446                 useless #warnings (rewrite needed)
16447
16448 2004-07-03 [colin]      0.9.11cvs17.5
16449
16450         * src/textview.c
16451                 Fix mismerge which broke URI opening
16452                 
16453 2004-07-01 [colin]      0.9.11cvs17.4
16454
16455         * src/gtk/filesel.c
16456                 Fill filename when saving
16457                 
16458 2004-06-27 [colin]      0.9.11cvs17.3
16459
16460         * src/gtk/filesel.[ch]
16461                 Use the new GTK file selector
16462                 Update prototype to match the reality: multiple file
16463                 selection is open-only          
16464         * src/compose.c
16465                 Match the new prototypes        
16466         * configure.ac
16467                 Match the new requirements (gtk 2.4.0)
16468                         
16469 2004-06-26 [colin]      0.9.11cvs17.2
16470
16471         * src/plugins/trayicon/trayicon.c
16472                 Remove useless signal handler on resize, which causes
16473                 an infinite "loop"
16474         
16475 2004-06-26 [colin]      0.9.11cvs17.1
16476         
16477         * tools/Makefile.am
16478                 remove launch_firebird and add nautilus2sylpheed.sh
16479         * src/quicksearch.c
16480           src/summaryview.c
16481                 Fix show/hide "Extended symbols" button problem
16482                 Fix apparition at startup
16483                 Fix const warnings
16484         * src/plugins/image_viewer/Makefile.am
16485                 Fix configure 
16486         * common/ssl.c
16487                 Re-enable certificate check, as it doesn't seem to
16488                 cause Xlib errors anymore
16489
16490 2004-06-25 [paul]       0.9.11cvs17
16491
16492         * sync with 0.9.11cvs17 HEAD
16493         
16494         NOTE: QuickSearch is broken
16495
16496 2004-06-07 [colin]      0.9.10claws67.10
16497         * src/plugins/trayicon/trayicon.c
16498           src/plugins/trayicon/libeggtrayicon/Makefile.am
16499           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16500                 Fix gettextization in trayicon plugin
16501
16502 2004-06-07 [colin]      0.9.10claws67.9
16503         
16504         * src/summaryview.c
16505           src/gtk/gtksctree.[ch]
16506                 Let Shift+{Up,Down} work in summaryview
16507                 (well, Down "works" and Up works)
16508                 Let the list scroll when using these keys
16509
16510 2004-06-06 [colin]      0.9.10claws67.8
16511
16512         * src/plugins/trayicon/trayicon.c
16513                 Fix pixmap update
16514
16515 2004-06-06 [colin]      0.9.10claws67.7
16516
16517         * src/addressbook.c
16518                 Fix signal handling causing system-wide focus grab
16519
16520 2004-05-25 [paul]       0.9.10claws67.6
16521
16522         * Makefile.am
16523           src/Makefile.am
16524                 clean up
16525
16526 2004-05-25 [paul]       0.9.10claws67.5
16527
16528         * replace deprecated gtk_signal... functions
16529
16530 2004-05-23 [colin]      0.9.10claws67.4
16531
16532         * src/compose.c
16533                 Fix wrapping
16534
16535 2004-05-22 [colin]      0.9.10claws67.3
16536
16537         * src/compose.c
16538                 Re-fix [Edited] in compose.c::compose_reedit()
16539
16540 2004-05-22 [colin]      0.9.10claws67.2
16541
16542         * src/procmime.c
16543                 Fix parsing of multiparts mails
16544
16545 2004-05-22 [colin]      0.9.10claws67.1
16546
16547         * src/summaryview.c
16548                 Fix quicksearch
16549
16550 2004-05-22 [paul]       0.9.10claws67
16551
16552         * sync with 0.9.10claws67 HEAD
16553
16554 2004-05-14 [alfons]
16555
16556         * src/procmime.h
16557                 add forgotton prototype
16558
16559 2004-05-10 [paul]       0.9.10claws57
16560
16561         * sync with 0.9.10claws57 HEAD
16562
16563 2004-05-05 [paul]       0.9.9.claws1
16564
16565         * ChangeLog-gtk2        ** REMOVED **
16566           ChangeLog-gtk2.claws  ** ADDED **
16567                 rename and adopt the normal claws format
16568                 
16569         * configure.ac
16570                 require gtkmathview >= 0.5
16571
16572         * ac/*                          ** REMOVED **
16573           ac/                           ** REMOVED **
16574           intl/Makefile.in              ** REMOVED **
16575           m4/                           ** ADDED **
16576           m4/missing                    ** ADDED **
16577           m4/missing/gdk-pixbuf.m4      ** ADDED **
16578           m4/missing/gettext.m4         ** ADDED **
16579           m4/missing/gpgme.m4           ** ADDED **
16580           m4/missing/imlib.m4           ** ADDED **
16581           m4/.cvsignore                 ** ADDED **
16582           m4/Makefile.am                ** ADDED **
16583           m4/README                     ** ADDED **
16584           m4/aclocal-include.m4         ** ADDED **
16585           m4/aspell.m4                  ** ADDED **
16586           m4/check-type.m4              ** ADDED **
16587           m4/gnupg-check-typedef.m4     ** ADDED **
16588           m4/openssl.m4                 ** ADDED **
16589           m4/spamassassin.m4            ** ADDED **
16590           po/ChangeLog                  ** REMOVED **
16591           po/Makefile.in.in             ** REMOVED **
16592           po/Rules-quot                 ** REMOVED **
16593           po/boldquot.sed               ** REMOVED **
16594           po/en@boldquot.header         ** REMOVED **
16595           po/en@quot.header             ** REMOVED **
16596           po/insert-header.sin          ** REMOVED **
16597           po/quot.sed                   ** REMOVED **
16598           po/remove-potcdate.sed        ** REMOVED **
16599           po/remove-potcdate.sin        ** REMOVED **
16600           po/stamp-po                   ** REMOVED **
16601           Makefile.am
16602           autogen.sh
16603           configure.ac
16604                 enable building with automake 1.8.x
16605                 add 'autopoint --force' to autogen.sh and remove all
16606                 auto-generated files, remove ac/ directory and use
16607                 m4/ directory instead
16608                 
16609         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16610                 fix gettextization
16611
16612 2004-02-28 Colin Leroy <colin@colino.net>
16613         * src/prefs_matcher.c
16614           src/prefs_filtering.c
16615           src/prefs_filtering_action.c
16616                 Fix non-editable GtkEntries
16617
16618 2004-02-22 Thorsten Maerz <torte@netztorte.de>
16619         * src/prefs_themes.c
16620                 utf8 conversion for theme info
16621
16622 2004-02-21 Thorsten Maerz <torte@netztorte.de>
16623         * sync 0.9.9claws
16624
16625 2004-02-14 Thorsten Maerz <torte@netztorte.de>
16626         * src/grouplistdialog.c
16627                 allow multiple selections without ctrl key
16628
16629 2004-02-09 Thorsten Maerz <torte@netztorte.de>
16630         * src/main.c
16631                 enable customizable accelerators
16632
16633 2004-02-08 Thorsten Maerz <torte@netztorte.de>
16634         * src/prefs_common.c
16635                 re-enable different font settings for gtk1/2
16636         * src/prefs_folder_item.c
16637                 fix folder prefs displayed wrong
16638         * src/textview.c
16639                 set 'sunken' shadow type
16640
16641 2004-02-07 Colin Leroy <colin@colino.net>
16642         * src/compose.c
16643                 Fix message being always [Edited]
16644                 Encode headers correctly (utf8 buf)
16645
16646 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16647         * src/socket.c
16648                 remove double g_source_attach()
16649                 (Thanks to Colin Leroy)
16650
16651 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16652         * src/gtk/gtksctree.c
16653                 Fix SSL certificate list not shown
16654         * src/mimeview.c
16655                 Fix clicks in mime tree
16656
16657 2004-01-27 Thorsten Maerz <torte@netztorte.de>
16658         * src/common/socket.c
16659                 Fix SSL receive
16660         * src/compose.c
16661                 Fix clipboard menu hotkeys
16662
16663 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16664         * src/gtk/gtkaspell.[ch]
16665           src/compose.c
16666                 reimplement spellchecker
16667
16668 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16669         * src/gtk/filesel.c
16670                 crash when inserting file in compose window
16671                 (TODO: keep old selection on clicks)
16672         * src/main.c
16673                 use gtkrc-2.0 instead of gtkrc
16674
16675 2004-01-25 Thorsten Maerz <torte@netztorte.de>
16676         * src/messageview.c
16677                 remove orphaned mimeview unref()
16678
16679 2004-01-20 Thorsten Maerz <torte@netztorte.de>
16680         * src/grouplistdialog.c
16681                 expand nodes containing subscribed groups
16682
16683 2004-01-19 Thorsten Maerz <torte@netztorte.de>
16684         * src/textview.c
16685                 textview: hide cursor, restore old click behaviour
16686
16687 2004-01-18 Thorsten Maerz <torte@netztorte.de>
16688         * src/textview.c
16689                 variable names messed up
16690
16691 2004-01-17 Colin Leroy <colin@colino.net>
16692         * src/addr_compl.c
16693                 Fix completion address too thin
16694         * src/compose.c
16695                 Fix tab-to-subject behaviour
16696         * src/summaryview.c
16697                 Implement key up & down in summaryview
16698
16699 2004-01-12 Thorsten Maerz <torte@netztorte.de>
16700
16701         * sync 098claws
16702
16703 2004-01-08 Thorsten Maerz <torte@netztorte.de>
16704         * configure.ac
16705           Makefile.am
16706           doc/.cvsignore
16707           doc/Makefile.am
16708                 faq, man, manual moved to doc/
16709         * ac/aspell.m4
16710           ac/check-type.m4
16711           ac/gnupg-check-typedef.m4
16712           ac/openssl.m4
16713           ac/spamassassin.m4
16714           ac/missing/gdk-pixbuf.m4
16715           ac/missing/gpgme.m4
16716           ac/missing/imlib.m4
16717                 fix automake warnings
16718
16719 2003-12-06 Colin Leroy <colin@colino.net>
16720         * src/summaryview.c
16721                 Fix quicksearch
16722
16723 2003-12-05 Colin Leroy <colin@colino.net>
16724         * src/summaryview.c
16725                 Fix going to next unread folder
16726
16727 2003-12-05 Colin Leroy <colin@colino.net>
16728         * src/crash.c
16729                 Fix gtk2 compilation
16730         * src/session.c
16731                 Remove iotag source handler at disconnection
16732         * src/socket.[ch] 
16733                 Remove source handler when closing socket 
16734                 (fixes another seg)
16735
16736 2003-12-04 Colin Leroy <colin@colino.net>
16737         * src/compose.c
16738           src/prefs_account.c
16739           src/prefs_common.c
16740                 Fix some dropdown menus
16741
16742 2003-12-04 Colin Leroy <colin@colino.net>
16743         * src/compose.c
16744                 Fix event handlers on header fields
16745         * src/common/socket.c
16746           src/common/session.c
16747                 Fix segfault with callback (SSL)
16748                 Fix end of session 
16749
16750 2003-10-06 Thorsten Maerz <torte@netztorte.de>
16751
16752         * Fix compile bug in src/compose.c
16753         * removed src/gtk/gtkstext.[ch]
16754
16755 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
16756
16757         * Convert character set and escape "text" attributes in toolbar setting
16758         files.
16759         * Fixed bug in button-press-event handling.
16760
16761 2003-09-16 Thorsten Maerz <torte@netztorte.de>
16762
16763         * Fixed bug in key-press-event handling.
16764
16765 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
16766
16767         * Enabled to compile tray-icon plugin (Ad-hoc).
16768         * Avoid hang up bug of icon list in mime view (Ad-hoc).
16769
16770 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
16771
16772         * Enabled to compile on sylpheed-claws.
16773         (tray-icon plugin still cannot compile yet.)
16774
16775 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
16776
16777         * Updated to 0.9.5.
16778
16779 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
16780
16781         * Updated to 0.9.4.
16782         * Ported monitoring SSL mechanism to GSource of GLib2
16783         (I don't confirm it)
16784         * Added _gtk2 suffix to key name of font preference to avoid
16785         ovverwriting preference of Gtk+-1.2 version.
16786
16787 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
16788
16789         * Updated to 0.9.2.
16790
16791 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
16792
16793         * Updated to 0.9.1.
16794         * Translate po files into UTF-8 when execute autogen.sh.
16795
16796 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
16797
16798         * Updated to 0.9.0.
16799
16800 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
16801
16802         * Plugged GError related memory leaks.
16803
16804 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
16805
16806         * Changed default size of fonts.
16807         * Enabled to set titile font size of warning dialog.
16808
16809 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
16810
16811         * Embed a sylpheed icon into executable binary on Windows.
16812
16813 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
16814
16815         * I forgot to traslate character set of element string in src/xml.c.
16816
16817 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
16818
16819         * Fixed detecting bind_textdomain_codeset in configure.in.
16820         * The bug in which "Example" of "Date fromat" preference isn't displayed
16821         correctly has been fixed.
16822
16823 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
16824
16825         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
16826           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
16827           glib-gettextize
16828           Removed intl directory.
16829           Translated po files into UTF-8.
16830           (Thanks! Ryuji Abe)
16831
16832 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
16833
16834         * The bug which doesn't unscape string in xml.c has been fixed.
16835
16836 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
16837
16838         * The bug which is failed to translate encoding of file name thorough
16839         file dialog has been fixed.
16840
16841 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
16842
16843         * Modified to translate file names which is used in inporting/expoting
16844         mbox feature and "Save as" feature into locale encoding.
16845         * Translate file names into locale encoding when "Attache file" and
16846         "Insert file".
16847         * Force set G_BROKEN_FILENAMES environment variable.
16848         * Other minor fixes.
16849
16850 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
16851
16852         * Modified to treat MH folder's name as locale encoding.
16853
16854 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
16855
16856         * The bug which clash on switching candidates of auto completion of
16857         addresses, cannot use auto completion in Japanesse is fixed
16858         (Thanks! Tokunaga-san)¡¥
16859
16860 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16861
16862         * The bug which cannot switch key accelerator preference has been fixed
16863         (Thanks! smbd-san)¡¥
16864
16865 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16866
16867         * version 0.8.11-gtk2-20030314
16868
16869 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
16870
16871         * The bug in which character set conversion of filtering messages has
16872         been fixed.(Thanks! COCOA-san).
16873
16874 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
16875
16876         * Revived "Leave space on head" preference in "Message" category.
16877         * A bug which clash when put the cursor to end of buffer and execute
16878         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
16879
16880 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16881
16882         * version 0.8.11-gtk2-20030312
16883
16884 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
16885
16886         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
16887         * Modified to use Pango's API directly for font preference.
16888         * Integrated GtkTextView of textview to one widget.
16889         * Set fonts of header title in textview by "header_title" tag.
16890         * Removed some deprecated codes.
16891
16892 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
16893
16894         * Updated to 0.8.11.
16895         * Merged cygwin patch(Thanks! Sakai-san).
16896
16897 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
16898
16899         * version 0.8.10-gtk2-20030309